(global-buffers-menu-map): New var.
[emacs.git] / lisp / ChangeLog
blob9aaf99278bacee2c786474f7549c23055460fb5b
1 2007-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3         * menu-bar.el (global-buffers-menu-map): New var.
4         (global-map, menu-bar-update-buffers): Use it.
6 2007-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
8         * hexl.el (hexl-menu): New major mode menu.
10 2007-10-20  Glenn Morris  <rgm@gnu.org>
12         * progmodes/f90.el (f90-font-lock-keywords-2)
13         (f90-looking-at-type-like): Fix regexp typos.
15 2007-10-19  Juanma Barranquero  <lekktu@gmail.com>
17         * bs.el (bs-mode): Add mode name (accidentally left out
18         in the 2007-10-16 change).
20 2007-10-19  Juanma Barranquero  <lekktu@gmail.com>
22         * bs.el (bs--track-window-changes): Don't refresh the whole list.
23         (bs-mode): Set mode-class property to special.
25         * follow.el (follow-unload-function): New function.
27         * loadhist.el (unload-function-features-list):
28         Rename from `unload-hook-features-list'.
29         (unload-hook-features-list): Add as obsolete alias.
30         (unload-feature): Use `unload-function-features-list'
31         and new FEATURE-unload-function.
33 2007-10-18  Juanma Barranquero  <lekktu@gmail.com>
35         * loadhist.el (unload-feature-special-hooks):
36         Update list of special hooks.
38         * textmodes/fill.el (fill-individual-paragraphs): Doc fix.
39         (adaptive-fill-function): Doc fix.  Remove * from docstring.
41 2007-10-18  Glenn Morris  <rgm@gnu.org>
43         * ibuf-ext.el (ibuffer-saved-filter-groups): Doc fix.
45 2007-10-17  Aaron Hawley  <aaronh@garden.org>
47         * tutorial.el (tutorial--save-tutorial): Display message when tutorial
48         position is not saved.
50 2007-10-17  Chong Yidong  <cyd@stupidchicken.com>
52         * longlines.el (longlines-wrap-follows-window-size): Integer value
53         specifies wrapping margin.
54         (longlines-mode, longlines-window-change-function):
55         Set window-specific wrapping margin based on the above.
57 2007-10-17  John Wiegley  <johnw@newartisans.com>
59         * eshell/esh-cmd.el (eshell-complex-commands): Add "ls".
61 2007-10-17  Glenn Morris  <rgm@gnu.org>
63         * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
64         Tweak regexp to avoid stack overflow.
66 2007-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
68         * simple.el (reindent-then-newline-and-indent): Don't assume that
69         indent-according-to-mode preserves point.
71 2007-10-16  Juanma Barranquero  <lekktu@gmail.com>
73         * bs.el (bs--window-config-coming-from): Revert 2006-11-09 change.
74         (bs--restore-window-config): Keep the selected frame.
75         (bs--track-window-changes, bs--remove-hooks): New functions.
76         (bs-mode): Use `define-derived-mode'.  Set hook to track window changes.
77         (bs--show-with-configuration): Revert 2006-11-09 change.
78         Don't reuse window unless it is visible on the selected frame.
79         Restore window configuration (possibly in a different frame)
80         before creating any window.
82 2007-10-16  Richard Stallman  <rms@gnu.org>
84         * emacs-lisp/advice.el (ad-get-advice-info): Change to a function.
85         (ad-get-advice-info-macro): New macro, like old ad-get-advice-info.
86         (ad-is-advised, ad-get-advice-info-field)
87         (ad-set-advice-info-field): Use ad-get-advice-info-macro.
89 2007-10-16  Glenn Morris  <rgm@gnu.org>
91         * simple.el (blink-matching-open): Don't report false errors with
92         the `$' syntax class.
94 2007-10-15  Juanma Barranquero  <lekktu@gmail.com>
96         * filesets.el (filesets-alist-get): Use `let' rather than `let*'.
97         (filesets-ormap, filesets-sort-case-sensitive-flag)
98         (filesets-remake-shortcut, filesets-ingroup-collect-files):
99         Fix typos in docstrings.
100         (filesets-data-get-name, filesets-data-get-data)
101         (filesets-data-set, filesets-cmd-query-replace-getargs)
102         (filesets-ingroup-collect, filesets-find-or-display-file): Doc fixes.
104 2007-10-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
106         * term/mac-win.el: Don't require url when compiling, as url-type is
107         no longer a macro.
109 2007-10-14  Glenn Morris  <rgm@gnu.org>
111         * progmodes/etags.el (select-tags-table): Disable undo in the
112         `*Tags Table List*' buffer.
114 2007-10-13  Eli Zaretskii  <eliz@gnu.org>
116         * dired.el (dired-warn-writable): New face.
117         (dired-warn-writable-face): New variable.
118         (dired-font-lock-keywords): Use dired-warn-writable-face, instead
119         of dired-warning-face, for group- and world-writable files.
121 2007-10-13  Glenn Morris  <rgm@gnu.org>
123         * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.
124         (octave-re-search-forward-kw, octave-re-search-backward-kw):
125         Add doc string, and an explicit COUNT argument.
126         (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
127         `inc' to search functions.
129 2007-10-13  John W. Eaton  <jwe@octave.org>
131         * progmodes/octave-mod.el (octave-looking-at-kw)
132         (octave-re-search-forward-kw, octave-re-search-backward-kw):
133         New functions.
134         (octave-in-defun-p, calculate-octave-indent)
135         (octave-blink-matching-block-open, octave-beginning-of-defun)
136         (octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
137         to search for regexps that contain case-sensitive keywords.
138         (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
139         (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
141 2007-10-13  Richard Stallman  <rms@gnu.org>
143         * files.el (directory-abbrev-alist): Doc fix.
145 2007-10-13  Jari Aalto  <jari.aalto@cante.net>
147         * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
149 2007-10-12  Martin Rudalics  <rudalics@gmx.at>
151         * frame.el (set-frame-configuration): Assign name parameter only
152         if it has been set explicitly before.
154         * window.el (handle-select-window): Revert part of 2007-10-06
155         change setting the input focus.
157 2007-10-12  Glenn Morris  <rgm@gnu.org>
159         * cus-edit.el (custom-variable-menu, custom-face-menu)
160         (custom-group-menu): Check init-file-user rather than
161         user-init-file, in case cus-edit is loaded by site-run-file.
163 2007-10-11  Juanma Barranquero  <lekktu@gmail.com>
165         * follow.el (follow-stop-intercept-process-output):
166         Use `follow-call-process-filter' rather than `process-filter'.
168 2007-10-11  Tom Tromey  <tromey@redhat.com>
170         * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
171         frame is visible.
173 2007-10-10  Richard Stallman  <rms@gnu.org>
175         * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
176         in *Backtrace*.
178         * faces.el (face-font-selection-order): Doc fix.
180         * loadhist.el (unload-feature): Doc fix.
182 2007-10-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
184         * ps-print.el: Fix the usage of :foreground and :background face
185         attributes.  Reported by Nikolaj Schumacher <n_schumacher@web.de>.
186         (ps-print-version): New version 6.7.6.
187         (ps-face-attributes, ps-face-attribute-list, ps-face-background):
188         Fix code.
189         (ps-face-foreground-color-p, ps-face-background-color-p)
190         (ps-face-color-p): New inline funs.
192 2007-10-10  Juanma Barranquero  <lekktu@gmail.com>
194         * follow.el: Change all instances of "Follow Mode" to "Follow
195         mode" in docstrings and messages.
197 2007-10-09  Juanma Barranquero  <lekktu@gmail.com>
199         * faces.el (face-font-selection-order): Doc fix.
201         * follow.el (follow-mode-hook, follow-mode): Doc fixes.
202         (follow-mode-off-hook): Mark as obsolete.
204 2007-10-08  Richard Stallman  <rms@gnu.org>
206         * emacs-lisp/edebug.el (edebug-install-custom-print-funcs)
207         (edebug-install-custom-print, edebug-reset-print-funcs)
208         (edebug-uninstall-custom-print, edebug-uninstall-custom-print-funcs):
209         Functions deleted.
210         (edebug-prin1, edebug-print, edebug-prin1-to-string)
211         (edebug-format, edebug-message): Define directly as aliases.
213 2007-10-08  Juanma Barranquero  <lekktu@gmail.com>
215         * follow.el (follow-mode): Don't run hooks twice.  Use `when'.
217 2007-10-07  Glenn Morris  <rgm@gnu.org>
219         * simple.el (bad-packages-alist): Clarify Semantic and CEDET
220         version numbers.
222 2007-10-06  Michael Albinus  <michael.albinus@gmx.de>
224         * net/tramp.el (tramp-completion-mode): Extend doc-string.
225         (tramp-completion-mode-p): Revert change from 2007-09-24.
226         Checking for `return' etc as last character is not sufficient, for
227         example in dired-mode when entering <g> (revert-buffer) or
228         <s> (dired-sort).
230 2007-10-06  Martin Rudalics  <rudalics@gmx.at>
232         * window.el (mouse-autoselect-window-cancel): Don't cancel for
233         select-window or select-frame events.
234         (handle-select-window): When autoselecting window set input
235         focus.  Restructure.
237         * frame.el (focus-follows-mouse): Moved to frame.c.
238         * cus-start.el (all): Add focus-follows-mouse.
240 2007-10-05  Chris Moore  <dooglus@gmail.com>
242         * server.el (server-kill-new-buffers): Doc fix.
244 2007-10-05  Juanma Barranquero  <lekktu@gmail.com>
246         * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
247         activate font-locking in the *buffer-selection* buffer.
248         (bs-show-sorted): Doc fix.
250         * bs.el (bs--get-marked-string, bs--get-modified-string)
251         (bs--get-readonly-string, bs--get-size-string, bs--get-name)
252         (bs--get-mode-name, bs-mode): Fix typos in docstrings.
253         (bs--format-aux): Doc fix.
255 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
257         * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
259 2007-10-04  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
261         * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
263 2007-10-04  Nick Roberts  <nickrob@snap.net.nz>
265         * progmodes/gud.el (gud-gud-gdb-command-name): New option.
266         (gud-gdb): New function for old M-x gdb (text command mode).
267         (gud-gdb-command-name, gdb): Move to...
269         * progmodes/gdb-ui.el: ...here and adapt doc string.
270         (gud-gdba-command-name, gdba): Delete.
272 2007-10-03  Juanma Barranquero  <lekktu@gmail.com>
274         * bs.el: Don't defvar `font-lock-verbose'.
275         (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
276         (bs--get-file-name): Fix typos in docstrings.
277         (bs--show-header): Use `dolist' instead of `mapcar'.
278         (bs-mode): Set `show-trailing-whitespace' to nil.
279         (bs-buffer-sort-function, bs-mouse-select-other-frame)
280         (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
281         Doc fixes.
283 2007-10-02  Adam Hupp  <adam@hupp.org>  (tiny change)
285         * progmodes/gdb-ui.el (pdb): Specify file for gud-break.
287 2007-10-02  Nick Roberts  <nickrob@snap.net.nz>
289         * progmodes/gud.el (gdb): Make graphical mode the default and
290         switch to text command mode if appropriate, i.e., reverse previous
291         arrangement.
292         (gud-gdb-marker-filter): Adapt for above change.
294         * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
295         gud-minor-mode and gud-marker-filter.
296         (gdb-fullname-regexp): New variable.
297         (gud-gdba-marker-filter): Use it to switch to text command
298         mode if appropriate.
300 2007-10-02  Richard Stallman  <rms@gnu.org>
302         * frame.el (cursor-in-non-selected-windows): Doc fix.
304 2007-10-01  Nick Roberts  <nickrob@snap.net.nz>
306         * progmodes/gud.el (gud-display-line): Find source buffer even when
307         GUD buffer has its own frame.
309 2007-10-01  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
311         * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
313 2007-09-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
315         * term/x-win.el (x-gtk-stock-map): Version is 22.2.
317 2007-09-29  Martin Rudalics  <rudalics@gmx.at>
319         * allout.el (allout-before-change-handler): Replace got-char by
320         goto-char.
322 2007-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
324         * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
325         Used to try and automatically enabled smerge-mode in the presence of
326         conflicts and to call `svn resolved' when the conflicts are gone.
327         (vc-svn-parse-status): Remember the svn-specific status.
329         * newcomment.el (comment-choose-indent): New function extracted
330         from comment-indent.  Improve the alignment algorithm.
331         (comment-indent): Use it.
333 2007-09-27  Juanma Barranquero  <lekktu@gmail.com>
335         * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
336         (eldoc-message-commands, eldoc-current-idle-delay):
337         Fix typos in docstrings.
339         * progmodes/python.el (python-eldoc-function): Doc fix.
341 2007-09-26  Eli Zaretskii  <eliz@gnu.org>
343         * menu-bar.el (menu-bar-search-documentation-menu): Rename from
344         menu-bar-apropos-menu.  All users changed.
345         (menu-bar-help-menu): Change menu symbols to better match the text
346         displayed by the menu.
348 2007-09-25  Glenn Morris  <rgm@gnu.org>
350         * view.el (view-search-no-match-lines): Add a doc string.
351         Rewrite to simplify and work better.
353 2007-09-24  Michael Albinus  <michael.albinus@gmx.de>
355         * net/tramp.el (tramp-completion-mode-p): Rename from
356         `tramp-completion-mode'.  Revert logic, check `return', `newline'
357         and such alike.  Packages like Icicles tend to use other completion
358         characters but `tab' and `space' only.
359         (top): Require cl.el, when `copy-tree' is not available otherwise.
361         * net/tramp-vc.el (tramp-vc-user-login-name): Get argument by
362         `ad-get-arg'.
364 2007-09-24  Ville Skytt\e,Ad\e(B  <scop@xemacs.org>  (tiny change)
366         * net/tramp-vc.el (tramp-vc-user-login-name):
367         Use `vc-find-version' instead of `process-file' to check whether we
368         have a new enough vc that doesn't need the defadvice.
370 2007-09-23  Dan Nicolaescu  <dann@ics.uci.edu>
372         * files.el (file-name-sans-versions): Use [:alnum:] and also allow
373         #, @, : and ^.
375 2007-09-23  Glenn Morris  <rgm@gnu.org>
377         * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
379 2007-09-22  Dan Nicolaescu  <dann@ics.uci.edu>
381         * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
383         * log-view.el (log-view-mode-map): Likewise.
385         * diff-mode.el (diff-mode-shared-map): Likewise.
387 2007-09-21  Francesco Potort\e,Al\e(B  <pot@gnu.org>
389         * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
390         add inferior-octave-directory-tracker to the buffer-local value
391         of comint-input-filter-functions.
393 2007-09-22  Dan Nicolaescu  <dann@ics.uci.edu>
395         * files.el (file-name-sans-versions): Also allow `A-Z'.
397         * vc.el: Mention all supported VC backends.
399 2007-09-22  Richard Stallman  <rms@gnu.org>
401         * wid-edit.el (widget-specify-button): Don't merge mouse-face with
402         neighbouring buttons.
404 2007-09-22  Andreas Schwab  <schwab@suse.de>
406         * files.el (file-name-sans-versions): Also allow `_'.
408 2007-09-22  Glenn Morris  <rgm@gnu.org>
410         * eshell/esh-mode.el (eshell-output-filter-functions):
411         Add eshell-postoutput-scroll-to-bottom.
413 2007-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
415         * files.el (file-name-sans-versions): Allow - and a-z in version names.
417         * log-view.el (log-view-mode-map, log-view-mode-menu):
418         Bind log-view-annotate-version.
419         (log-view-beginning-of-defun, log-view-end-of-defun)
420         (log-view-annotate-version): New functions.
421         (log-view-mode): Use log-view-beginning-of-defun and
422         log-view-end-of-defun.
424 2007-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
426         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
428 2007-09-21  Kevin Ryde  <user42@zip.com.au>
430         * international/mule.el (sgml-html-meta-auto-coding-function):
431         Bind `case-fold-search' to t.
433 2007-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
435         * wid-edit.el (widget-image-insert): Don't merge mouse-face with
436         neighbouring buttons.
438         * progmodes/compile.el (compilation-error-regexp-alist-alist):
439         Recognize gcc's use of "note" for informational messages.
441 2007-09-20  Glenn Morris  <rgm@gnu.org>
443         * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
444         motion functions, rather than hard-coding "\n\n".
445         (tex-validate-region): Check for eobp, to speed up.
446         (tex-next-unmatched-end): Doc fix.
448 2007-09-19  Glenn Morris  <rgm@gnu.org>
450         * textmodes/tex-mode.el (tex-terminate-paragraph):
451         Use backward-paragraph.
453 2007-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
455         * textmodes/css-mode.el (css-electric-keys): electrick->electric.
456         (css-mode): Update correspondingly.
458 2007-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
460         * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
462         * vc-hooks.el (vc-menu-entry): New var.
463         (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
464         (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
465         (vc-menu-map): Declare and initialize in one step.
467         * menu-bar.el (vc-menu-map): Don't setup any more.
468         Instead, just create the proper spot in the menu.
470 2007-09-18  Dan Nicolaescu  <dann@ics.uci.edu>
471             Stefan Monnier  <monnier@iro.umontreal.ca>
473         * vc.el: Document new VC operation `extra-menu'.
475         * vc-hooks.el (vc-default-extra-menu, vc-menu-map-filter): New fun.
477 2007-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
479         * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
480         Signed-off-by, Acked-by and Merge.
482 2007-09-17  Glenn Morris  <rgm@gnu.org>
484         * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
485         filename from `--file-line-error', if it is available.
487 2007-09-17  Joe Wells  <jbw@macs.hw.ac.uk>  (tiny change)
489         * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
490         TeX `--file-line-error' format.
492 2007-09-17  Glenn Morris  <rgm@gnu.org>
494         * textmodes/tex-mode.el (tex-region): Simplify previous change,
495         handling the case where the region is not in `tex-main-file'.
496         (tex-region-1): Delete.
497         (tex-region-header): New function, doing the header part of the
498         old tex-region-1.
500 2007-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
502         * ediff-init.el (ediff-verbose-p): This var is not a constant.
504 2007-09-16  Drew Adams  <drew.adams@oracle.com>
506         * cus-edit (custom-face-edit-activate): Doc fix.
508 2007-09-16  Glenn Morris  <rgm@gnu.org>
510         * textmodes/tex-mode.el (tex-region): Handle the case where the
511         region is not in `tex-main-file'.  Move the old code that applies
512         to both cases...
513         (tex-region-1): ...to this new function.
515 2007-09-15  Martin Rudalics  <rudalics@gmx.at>
517         * simple.el (blink-matching-open): Don't display message when no
518         paren is found within blink-matching-paren-distance characters.
519         Don't search prompt in blink-matching-paren-distance nil case.
521 2007-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
523         * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
525 2007-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
527         * vc-mtn.el: New file.
529         * vc-hooks.el (vc-handled-backends): Add Mtn.
531 2007-09-13  Eli Zaretskii  <eliz@gnu.org>
533         * files.el (find-file, find-file-other-window)
534         (find-file-other-frame, find-file-existing, find-file-read-only)
535         (find-file-read-only-other-window)
536         (find-file-read-only-other-frame)
537         (find-alternate-file-other-window, find-alternate-file): Doc fixes.
539 2007-09-13  Jari Aalto  <jari.aalto@cante.net>
541         * man.el (Man-default-man-entry): At end of line, continue looking
542         to the next line for possible end of hyphenated command.
544 2007-09-13  Chris Moore  <dooglus@gmail.com>
546         * shell.el (shell-resync-dirs): Don't move the cursor relative to
547         the command being edited.
549 2007-09-13  Nick Roberts  <nickrob@snap.net.nz>
551         * progmodes/gud.el (gdb-ready): New variable.
552         (gdb): Set it to nil.  Set gud-running to nil here...
553         (gud-common-init): ...instead of here.
555         * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
556         Use gdb-ready.  Discard input until GDB is ready to accept it.
558 2007-09-12  Dan Nicolaescu  <dann@ics.uci.edu>
560         * term/xterm.el (terminal-init-xterm): Add bindings for M-S- and
561         C-M-S- keys.
563 2007-09-12  Martin Rudalics  <rudalics@gmx.at>
565         * dired.el (dired-warning): Inherit from font-lock-warning-face to
566         make it show up with eight colors.
568 2007-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
570         * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
571         diffs are concatenated with no intervening line.
573 2007-09-10  Dave Love  <fx@gnu.org>
575         * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
576         (python-font-lock-keywords): Update to the 2.5 version of the language.
577         (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
578         (python-backspace): Only behave funny in code.
579         (python-compilation-regexp-alist): Add PDB stack trace regexp.
580         (inferior-python-mode): Add PDB prompt regexp.
581         (python-fill-paragraph): Refine the fenced-string regexp.
582         (python-find-imports): Handle imports spanning several lines.
583         (python-mode): Add `class' to hideshow support.
585 2007-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
587         * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use
588         add-log-buffer-file-name-function rather than bind buffer-file-name,
589         so we dont end up calling change-log-mode in *cvs* when `fi' is the
590         ChangeLog file itself.
592         * outline.el (outline-flag-region): Use front-advance.
594 2007-09-07  Ilya Zakharevich  <ilyaz@cpan.org>
596         * progmodes/cperl-mode.el: Merge upstream 5.23.
597         (cperl-where-am-i): Remove function.
598         (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
599         (cperl-sniff-for-indent): De-invert [string] and [comment].
600         When looking for label, skip s:m:y:tr.
601         (cperl-indent-line): Likewise.
602         (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
603         (cperl-windowed-init): Wrong `ps-print' handling.
604         Both thanks to Chong Yidong.
605         (cperl-look-at-leading-count): Could fail with unfinished RExen.
606         (cperl-find-pods-heres): If the second part of s()[] is missing,
607         don't try to highlight delimiters...
609 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
611         * progmodes/compile.el (compilation-get-file-structure): Complete last
612         change by also using spec-directory in the puthash.
614 2007-09-07  Riccardo Murri  <riccardo.murri@gmail.com>
616         * vc-bzr.el (vc-bzr-admin-lastrev): New constant.
617         (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
618         (vc-bzr-status): Fix shadowing of variable 'status'.
619         (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
620         Use `expand-file-name' instead of `concat'.
621         (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
622         Update annotation line regexp.  Fixes launchpad.net [Bug 137435].
624 2007-09-05  Jason Rumney  <jasonr@gnu.org>
626         * frame.el (focus-follows-mouse): Doc-fix. Change default on w32.
628 2007-09-02  Richard Stallman  <rms@gnu.org>
630         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
631         Add `safe-local-variable' property.
632         (lisp-body-indent): Likewise.
634 2007-09-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
636         * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
637         prev/next-node.
639         * term/x-win.el (x-gtk-stock-map, icon-map-list): New variables.
640         (x-gtk-map-stock): New function.
642 2007-09-02  Glenn Morris  <rgm@gnu.org>
644         * comint.el (comint-mode): Don't set scroll-conservatively.
646         * eshell/em-unix.el (eshell/time): Stringify and flatten the
647         non-command arguments.
649 2007-09-01  Thien-Thi Nguyen  <ttn@gnuvola.org>
651         * emacs-lisp/bytecomp.el (byte-recompile-directory):
652         Fix bug: Don't expand top-level file name more than once.
653         Reported by Dmitry Antipov <dmantipov@yandex.ru>.
655 2007-09-01  Richard Stallman  <rms@gnu.org>
657         * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
658         Add doc string.
660 2007-08-30  Richard Stallman  <rms@gnu.org>
662         * speedbar.el (speedbar-frame-reposition-smartly)
663         (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
664         (speedbar-check-vc): Don't use dframe-xemacsp.
666 2007-08-30  Martin Rudalics  <rudalics@gmx.at>
668         * files.el (backup-buffer-copy): Try to overwrite old backup first.
670 2007-08-29  Martin Rudalics  <rudalics@gmx.at>
672         * repeat.el (repeat): Use last-repeatable-command instead of
673         real-last-command.  Run pre- and post-command hooks for
674         self-insertion.  Update doc-string.
676 2007-08-28  Glenn Morris  <rgm@gnu.org>
678         * progmodes/cc-langs.el (c-constant-kwds): Add java: true, false, null.
680 2007-08-27  Alexandre Julliard  <julliard@winehq.org>
682         * vc-git.el (vc-git-state): Call git-add --refresh to update the
683         state of the file.
684         (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
685         (vc-git-create-repo): Fix invalid command.
687 2007-08-27  Richard Stallman  <rms@gnu.org>
689         * textmodes/flyspell.el (flyspell-mode):
690         Catch errors in flyspell-mode-on.
692 2007-08-27  Thien-Thi Nguyen  <ttn@gnuvola.org>
694         * progmodes/modula2.el (m2-definition, m2-module):
695         Don't use previous-line.  Reported by T. V. Raman.
697 2007-08-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
699         * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
700         argument to tool-bar-mode call.
702 2007-08-27  Glenn Morris  <rgm@gnu.org>
704         * diff-mode.el (diff-find-file-name): Only accept regular files,
705         to rule out /dev/null, directories, etc.
707 2007-08-25  Dan Nicolaescu  <dann@ics.uci.edu>
709         * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
710         safe-local-variable setting.
711         * progmodes/perl-mode.el (perl-indent-level): Likewise.
713 2007-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
715         * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
716         of buffers in uniquify-managed.
718         * simple.el (invisible-p): Rename from text-invisible-p.
719         Update callers.
721 2007-08-25  Alan Mackenzie  <acm@muc.de>
723         * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
724         new language variable.
726         * progmodes/cc-engine.el (c-brace-anchor-point): New function.
727         (c-add-stmt-syntax): Give accurate anchor points for "namespace",
728         "extern" etc., rather than BOI.  Fix addition of spurious
729         syntactic-symbol 'defun-block-intro, replacing it with
730         'innamespace, etc.
732 2007-08-25  Reiner Steib  <Reiner.Steib@gmx.de>
734         * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
735         Don't behave differently when executed via M-x.  Add doc string.
737 2007-08-24  Ulrich Mueller  <ulm@gentoo.org>  (tiny change)
739         * files.el (backup-buffer-copy): Don't wrap delete in
740         condition-case, only try to delete if file exists.
742 2007-08-24  Glenn Morris  <rgm@gnu.org>
744         * files.el (backup-buffer-copy): Revert 2007-08-22 change.
746 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
748         * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
749         (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
750         (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
751         (cperl-etags-goto-tag-location): Use new style backquotes.
753         * subr.el (complete-with-action): Backport from trunk (for vc-arch.el).
754         (dynamic-completion-table): Use it it.
756         * net/browse-url.el: Remove spurious * in custom docstrings.
757         (browse-url-filename-alist): Use new-style backquote.
759         * emacs-lisp/backquote.el (backquote-unquote-symbol)
760         (backquote-splice-symbol): Clarify they're not new-style unquotes.
762         * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
763         (\,@): Backslash the , and ,@ which are not new-style unquotes.
765         * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
767         * net/socks.el (socks-username/password-auth-filter):
768         Remove unused vars `state' and `desired-len'.
769         (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
770         (socks-wait-for-state-change): Use new-style backquotes.
772         * pcvs.el (cvs-mode-status): Fix long-standing typo.
774         * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
775         backquotes after each `read' rather than once per buffer.
777         * dframe.el: Remove spurious * in custom docstrings.
778         (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
779         (dframe-xemacs20p): Remove, inline at the sole use point.
780         (defface): Don't defvar the face, don't use old-style backquote.
781         (defcustom): Don't use old-style backquote.
782         (dframe-frame-parameter, dframe-mouse-event-p):
783         Make it obvious that it's always defined.
784         (dframe-popup-kludge): New function to replace
785         dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
786         (dframe-frame-mode, dframe-set-timer-internal)
787         (dframe-mouse-set-point): Remove use of with-no-warnings from
788         XEmacs-specific code.
789         (dframe-set-timer-internal): Fix very old bug with
790         post-command-idle-hook.
792         * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
794 2007-08-22  Chong Yidong  <cyd@stupidchicken.com>
796         * image-mode.el (image-minor-mode): Use image-mode-text-map.
798 2007-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
800         * sort.el (sort-fold-case, sort-numeric-base): Mark as
801         safe-local-variable.
803 2007-08-22  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
805         * net/browse-url.el (browse-url-emacs): New function.
807 2007-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
809         * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Display a big fat
810         warning if the file uses old style backquotes.
812         * emacs-lisp/bytecomp.el (byte-compile-log-file)
813         (byte-recompile-directory, byte-compile-file)
814         (byte-compile-from-buffer): Use with-current-buffer.
816         * simple.el (text-invisible-p): Rename from line-move-invisible-p.
817         (line-move-invisible-p): Keep as an obsolete alias, just to be safe.
818         (line-move-1, line-move-finish, line-move-to-column)
819         (move-end-of-line, move-beginning-of-line): Use new name.
821 2007-08-22  Glenn Morris  <rgm@gnu.org>
823         * files.el (backup-buffer-copy): Check backup directory is
824         writable, to avoid infloop deleting old backup.
826         * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
827         movemail related variables.
828         (rmail-insert-inbox-text): Use only rmail-movemail-program, which
829         will now be set before this is called.
831 2007-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
833         * emacs-lisp/backquote.el (backquote-delay-process): Fix last change.
835         * progmodes/ada-mode.el: Fix up comment style in header.
836         (ada-check-emacs-version): Remove.
837         (ada-mode): Set parse-sexp-* even if they don't exist: can't hurt.
838         (ada-region-selected): Use (featurep 'xemacs) rather than contortions
839         to try and quieten the byte-compiler.
840         (ada-create-keymap): Use [(..)] keys, which work on both (X)Emacs.
842         * vc.el (vc-annotate-warp-version): Don't use previous-line.
844 2007-08-20  Johannes Weiner  <hannes@saeurebad.de>  (tiny change)
846         * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
847         extracted from `eval-last-sexp-1'.
848         (eval-last-sexp-1): Call `preceding-sexp'.
850 2007-08-19  Glenn Morris  <rgm@gnu.org>
852         * Makefile.in (custom-deps, finder-data, autoloads, recompile)
853         (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
854         than $(EMACS), so that EMACSLOADPATH is set.  Prevents any system
855         shadow files messing up the compilation.
857 2007-08-18  Glenn Morris  <rgm@gnu.org>
859         * progmodes/scheme.el (scheme-mode-variables):
860         Set font-lock-comment-start-skip.
862 2007-08-18  Martin Rudalics  <rudalics@gmx.at>
864         * progmodes/ada-mode.el (ada-create-syntax-table):
865         Move set-syntax-table from here to ...
866         (ada-mode): ... here.  Don't change global value of comment-multi-line.
867         Call new function ada-initialize-syntax-table-properties.
868         Add ada-handle-syntax-table-properties to font-lock-mode-hook.
869         (ada-deactivate-properties, ada-initialize-properties):
870         Replace by new functions ...
871         (ada-handle-syntax-table-properties, ada-set-syntax-table-properties)
872         (ada-initialize-syntax-table-properties): ... to set up syntax-table
873         properties uniformly, independently from whether font-lock-mode
874         is enabled or not.  Handle read-only buffers and do not change
875         undo-list when setting syntax-table properties.
876         (ada-after-change-function): Use ada-set-syntax-table-properties.
878 2007-08-17  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
880         * progmode/cperl-mode.el (cperl-look-at-leading-count)
881         (cperl-find-pods-heres): Fix an error when typing expressions like
882         `s{a}{b}'.
884 2007-08-17  Glenn Morris  <rgm@gnu.org>
886         * progmodes/compile.el (compilation-get-file-structure): Make use
887         of the directory part when checking for an existing entry, to
888         handle files with same basename in different directories.
890 2007-08-16  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
892         * ps-print.el (ps-header-font-size, ps-header-title-font-size)
893         (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
894         (ps-paragraph-spacing): Docstring fix.
896 2007-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
898         * smerge-mode.el (smerge-resolve): New arg `safe'.
899         (smerge-resolve-all, smerge-batch-resolve): New function.
900         (smerge-refine): Make sure `diff' returns the expected result.
901         (smerge-parsep-re): New const.
902         (smerge-mode): Use it to adjust paragraph-separate.
904         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
905         Correctly match / regexp matchers as first char on a line when
906         fontifying only that line.
908         * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
910 2007-08-16  Glenn Morris  <rgm@gnu.org>
912         * ps-print.el (ps-font-size): Doc fix.
914 2007-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
916         * vc-bzr.el: Don't fiddle with vc-handled-backend.
917         (vc-bzr-registered): Don't redundantly protect against
918         file-error.  Actually use the format-specific code.
919         (vc-bzr-buffer-nonblank-p): Remove.
920         (vc-bzr-status): Change `kindchange' -> `kindchanged'.
922 2007-08-15  Glenn Morris  <rgm@gnu.org>
924         * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
925         sloppier, for the sake of GNU Mailman.
926         (rmail-digest-rfc1153): Initialize `result' correctly.
928 2007-08-14  Glenn Morris  <rgm@gnu.org>
930         * simple.el (bad-packages-alist): New constant.
931         (bad-package-check): New function.  Together, these two add
932         elements to `after-load-alist' to check for problematic external
933         packages.
934         * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
936 2007-08-13  Stephen Leake  <stephen_leake@stephe-leake.org>
938         * pcvs-parse.el (cvs-parse-table): Handle additional instance of
939         optional quotes around files in NEED-UPDATE . REMOVED case.
941         * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
942         (ada-treat-cmd-string): Improve error message.
943         (ada-do-file-completion): Call `ada-require-project-file', so
944         project variables are set properly.
945         (ada-prj-find-prj-file): Delete Emacs 20.2 support.
946         (ada-gnatfind-buffer-name): New constant.
947         (ada-find-any-references): Use new constant.  Set buffer name
948         properly in compilation-start.  Toggle read-only properly.
949         (ada-find-in-src-path): Fix spelling error in docstring.
951         * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
952         by zero error.
954 2007-08-13  Nick Roberts  <nickrob@snap.net.nz>
956         * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
958 2007-08-12  Richard Stallman  <rms@gnu.org>
960         * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
961         (cvs-execute-single-file): Use new name split-string-and-unquote.
962         (cvs-header-msg): Use new name combine-and-quote-strings.
964         * emulation/vi.el (vi-next-line): Ignore return value of line-move.
966         * progmodes/gud.el (gud-common-init): Use new name
967         split-string-and-unquote.
969         * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
970         in javac regexp.
972         * pcvs-util.el (cvs-qtypedesc-strings): Use new names
973         combine-and-quote-strings and split-string-and-unquote.
975         * subr.el (combine-and-quote-strings): Rename from strings->string.
976         (split-string-and-unquote): Rename from string->strings.
978 2007-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
980         * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
981         to buffer-local settings.
983         * emacs-lisp/backquote.el (backquote-delay-process): New function.
984         (backquote-process): Add internal arg `level'.  Use the two to
985         correctly handle nested backquotes.
987 2007-08-09  Riccardo Murri  <riccardo.murri@gmail.com>
989         * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
990         (vc-bzr-state-words): Add "kind changed" state word.
991         (vc-bzr-status): New function.  Return Bzr idea of file status,
992         which is different from VC's.
993         (vc-bzr-state): Use vc-bzr-status.
994         (vc-workfile-unchanged-p): Use vc-bzr-status.
995         (vc-bzr-revert): Use synchronous process; expect exitcode 0.
996         (vc-dired-state): Process "kind changed" state word.
998 2007-08-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1000         * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
1002         * vc-rcs.el (vc-rcs-find-file-not-found-hook):
1003         Move from vc-default-find-file-not-found-hook.
1005 2007-08-09  Edward O'Connor  <hober0@gmail.com>  (tiny change)
1007         * url/url-auth.el (url-basic-auth): When prompting for username
1008         and password, default to the username and password in the URL.
1010 2007-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1012         * man.el: Remove spurious * in docstrings.
1013         Merge defvars and toplevel setq-defaults.
1014         (Man-highlight-references0): Limit=nil rather than point-max.
1015         (Man-mode-map): Move initialization into the declaration.
1016         (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
1017         (Man-view-header-file): Use expand-file-name rather than concat.
1018         (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
1020         * man.el (Man-next-section): Make sure we do not move backward.
1022 2007-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1024         * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
1025         (ps-begin-job): Use ps-default-fg and ps-default-bg only when
1026         ps-print-color-p is neither nil nor black-white.  Reported by Christian
1027         Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
1029 2007-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1031         * files.el (auto-mode-alist): Use the purecopied text (duh!).
1033 2007-08-08  Andreas Schwab  <schwab@suse.de>
1035         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
1036         self-insert-command, not self-insert.
1038 2007-08-08  Glenn Morris  <rgm@gnu.org>
1040         * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove `iff'.
1042         * Replace `iff' in doc-strings and comments.
1044         * help-mode.el (help-make-xrefs): Search for symbol constituents,
1045         rather than just `-'.
1047 2007-08-08  Martin Rudalics  <rudalics@gmx.at>
1049         * dired.el (dired-pop-to-buffer):
1050         * mouse-drag.el (mouse-drag-should-do-col-scrolling):
1051         * calendar/calendar.el (generate-calendar-window):
1052         * progmodes/compile.el (compilation-set-window-height):
1053         * textmodes/two-column.el (2C-two-columns, 2C-merge):
1054         Use window-full-width-p instead of comparing frame-width and
1055         window-width.
1057         * progmodes/compile.el (compilation-find-buffer): Remove extra
1058         argument in call to compilation-buffer-internal-p.
1060 2007-08-07  Michael Albinus  <michael.albinus@gmx.de>
1062         * net/tramp.el (tramp-handle-file-remote-p): Handle optional
1063         parameters IDENTIFICATION and CONNECTED.
1064         (tramp-handle-insert-file-contents): VISIT must be handled after
1065         insertion of the local copy.  Reported by Peter Gordon
1066         <peter@pg-consultants.com>.
1067         (tramp-file-name-handler): No special handling for
1068         `expand-file-name'.  But for `file-name-as-directory'.
1069         (tramp-find-shell, tramp-open-connection-telnet)
1070         (tramp-open-connection-rsh, tramp-open-connection-su)
1071         (tramp-open-connection-multi)
1072         (tramp-open-connection-setup-interactive-shell): Guard against
1073         $PROMPT_COMMAND shell var.  Reported by Steve Youngs
1074         <steve@sxemacs.org>.
1075         (tramp-append-tramp-buffers): Replace "sensible" by "sensitive" in
1076         the hint.
1078         * net/trampver.el: Update release number.
1080 2007-08-07  Tom Tromey  <tromey@redhat.com>
1082         * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
1083         Add safe-local-variable property.
1085 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
1087         * image-mode.el (image-toggle-display): Use image-refresh.
1089         * longlines.el (longlines-decoded): New variable.
1090         (longlines-mode): Avoid encoding or decoding the buffer twice.
1092 2007-08-07  Riccardo Murri  <riccardo.murri@gmail.com>
1094         * vc-bzr.el: Remove comments about vc-bzr.el being a modified
1095         unofficial version.
1096         (vc-bzr-command): Remove redundant setting of process-connection-type.
1097         (vc-bzr-admin-checkout-format-file): Add autoload.
1098         (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
1099         (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
1100         (vc-bzr-registered): Compare dirstate format tag with known good
1101         value, abort parsing if match fails.  Warn user in docstring.
1102         (vc-bzr-workfile-version): Case for different Bzr branch formats.
1103         See bzrlib/branch.py in Bzr sources.
1104         (vc-bzr-diff): First argument FILES may be a string rather than a list.
1105         (vc-bzr-shell-command): Remove in favor of
1106         vc-bzr-command-discarding-stderr.
1107         (vc-bzr-command-discarding-stderr): New function.
1109 2007-08-06  Riccardo Murri  <riccardo.murri@gmail.com>
1111         * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
1112         program, and return nil
1113         (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
1114         (vc-bzr-state): Look for path names relative to the repository
1115         root after status keyword.
1116         (vc-bzr-file-name-relative): New function.
1117         (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
1118         depend on it.
1119         (vc-bzr-admin-dirname, ...-checkout-format-file)
1120         (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
1121         files that we now parse directly for speed.
1122         (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
1123         (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
1124         (vc-bzr-state): "bzr status" successful only if exitcode is 0
1125         (vc-bzr-root): Use `vc-bzr-shell-command'.  Stderr may contain
1126         Bzr warnings, so we must discard it.
1127         (vc-bzr-workfile-version): Speedup counting lines from
1128         `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
1129         if that file doesn't exist.
1130         (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
1131         `vc-bzr-root-dir' for speed.  Add `vc-bzr-admin-dirname'
1132         (not ".bzr"!) to `vc-directory-exclusion-list'
1133         (vc-bzr-shell-command): New function.
1135 2007-08-06  Tom Tromey  <tromey@redhat.com>
1137         * diff-mode.el (diff-unified->context, diff-reverse-direction)
1138         (diff-fixup-modifs): Typo in docstring.
1140 2007-08-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1142         * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
1143         count-screen-lines.
1144         (tpu-edt-off): Disable relevant pieces of advice.
1146         * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
1147         tpu-write-file-hook.  Activate it with add-hook on buffer-save-hook.
1148         (newline, newline-and-indent, do-auto-fill): Use advice instead of
1149         redefining the function.
1150         (tpu-set-scroll-margins): Activate the pieces of advice.
1152 2007-08-06  Michael Albinus  <michael.albinus@gmx.de>
1154         * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
1155         process-filter.
1157 2007-08-06  Martin Rudalics  <rudalics@gmx.at>
1159         * help.el (resize-temp-buffer-window): Use window-full-width-p
1160         instead of comparing frame-width and window-width.
1162 2007-08-05  Peter Povinec  <ppovinec <at> yahoo.com>  (tiny change)
1164         * term.el: Honor term-default-fg-color and term-default-bg-color
1165         settings when modifying term-current-face.
1166         (term-default-fg-color, term-default-bg-color): Initialize from
1167         default term-current-face.
1168         (term-mode, term-reset-terminal): Set term-current-face with
1169         term-default-fg-color and term-default-bg-color.
1170         (term-handle-colors-array): term-current-face has term-default-fg-color
1171         and term-default-bg-color after reset escape sequence.
1172         (term-handle-colors-array): Set term-current-color with
1173         term-default-fg/bg-color instead of ansi-term-color-vector when the
1174         index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
1176 2007-08-05  Michael Albinus  <michael.albinus@gmx.de>
1178         * files.el (set-auto-mode): Handle also remote files wrt
1179         `auto-mode-alist'.
1181         * net/tramp.el (tramp-handle-file-remote-p): Return a string as
1182         remote identification.
1184 2007-08-04  Glenn Morris  <rgm@gnu.org>
1186         * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
1187         zero, not nil, when the library is first loaded.  Check for a file
1188         that has been modified on disk.
1190         * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
1191         Remove duplicate defvar preventing initialization.
1192         (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
1194 2007-08-03  Miles Bader  <miles@gnu.org>
1196         * vc-hooks.el (vc-handled-backends): Change capitalization of VC
1197         backend names for new backends to `Git', `Hg', and `Bzr'.
1198         * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
1199         not `HG'.
1200         * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
1201         name, not `GIT'.
1202         * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
1203         (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
1205 2007-08-03  Glenn Morris  <rgm@gnu.org>
1207         * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
1209 2007-08-02  Richard Stallman  <rms@gnu.org>
1211         * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
1212         to update deleted flag.
1214         * cus-edit.el (customize-apropos, customize-apropos-options)
1215         (customize-apropos-faces, customize-apropos-groups): Improve prompt.
1217         * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
1219         * startup.el (fancy-splash-head, startup-echo-area-message):
1220         Change message text.
1222         * emulation/tpu-edt.el (next-line-internal): Setting deleted.
1223         All callers use line-move.
1225         * progmodes/compile.el (compilation-find-buffer): Return current
1226         buffer immediately if suitable.
1227         (compile, compilation-buffer-name, compilation-start): Doc fixes.
1229 2007-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1231         * vc-bzr.el (vc-bzr-admin-dirstate): Rename from `...-dirname'.
1232         Make it more discriminating and more useful.
1233         (vc-bzr-root-dir): Use new name.
1234         (vc-bzr-registered): Use new name and look at the dirstate file to
1235         determine if it's registered or not without running `bzr'.
1237 2007-08-01  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
1239         * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
1241 2007-07-31  Drew Adams  <drew.adams@oracle.com>
1243         * cus-edit.el (custom-group-value-create, custom-goto-parent):
1244         Fix parent groups link.
1246 2007-07-31  Daiki Ueno  <ueno@unixuser.org>
1248         * faces.el (face-normalize-spec): New function.
1249         (frame-set-background-mode): Normalize face-spec before calling
1250         face-spec-match-p.
1252 2007-07-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1254         * vc-bzr.el: New file (copied from the trunk).
1256         * vc-hooks.el (vc-handled-backends): Add BZR.
1257         (vc-find-file-hook): Failsafe if the backend's `registered'
1258         function burps.
1260         * server.el (server-window): Add switch-to-buffer-other-frame option.
1262 2007-07-30  Dan Nicolaescu  <dann@ics.uci.edu>
1264         * vc-git.el (vc-directory-exclusion-list, vc-handled-backends): Remove.
1265         (vc-git-revision-completion-table): Enable.
1267         * vc-hooks.el (vc-handled-backends): Add GIT and HG.
1269         * vc.el (vc-directory-exclusion-list): Add .git and .hg.
1271         * vc-hg.el (vc-hg-revision-completion-table): Re-enable.
1272         (vc-hg-registered): Set the vc-state property.
1274         * diff-mode.el (diff-mode-menu): New entries.
1276 2007-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1278         * diff-mode.el (diff-beginning-of-file-and-junk): New function.
1279         (diff-file-kill): Use it.
1280         (diff-beginning-of-hunk): Add arg `try-harder' using it.
1281         (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
1282         Use it so they find the hunk even when we're in the file header.
1284         * vc.el: Add new VC operation `revision-completion-table'.
1285         (vc-default-revision-completion-table): New function.
1286         (vc-version-diff, vc-version-other-window): Use it to provide
1287         completion of revision names if the backend provides it.
1289         * vc-arch.el (vc-arch--version-completion-table)
1290         (vc-arch-revision-completion-table): New functions to provide
1291         completion of revision names.
1293         * vc-cvs.el: Require CL.
1294         (vc-cvs-revision-table, vc-cvs-revision-completion-table):
1295         New functions to provide completion of revision names.
1297 2007-07-29  Kimit Yada  <kimitto@gmail.com>  (tiny change)
1299         * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
1300         (copyright-fix-years, copyright): Correctly handle the case where
1301         copyright-limit is nil.
1303 2007-07-28  Konstantin Novitsky  <knovitsk@Bear.com>  (tiny change)
1305         * progmodes/python.el (run-python): Fix path separator under w32.
1307 2007-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
1309         * vc-git.el: New File.
1311 2007-07-28  Alan Mackenzie  <acm@muc.de>
1313         Fix problem with modes derived from CC Mode:
1314         * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
1315         macro to cc-langs.
1316         (c-init-language-vars-for): Remove call to above macro.
1317         * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
1318         been moved to here.
1319         (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
1321 2007-07-28  Eli Zaretskii  <eliz@gnu.org>
1323         * net/trampver.el: Fix the `coding' cookie.
1325 2007-07-25  Nick Roberts  <nickrob@snap.net.nz>
1327         * add-log.el (change-log-redate): Remove (not needed anymore and
1328         doesn't appear to work).
1330 2007-07-25  Glenn Morris  <rgm@gnu.org>
1332         * Relicense all FSF files to GPLv3 or later.
1334         * COPYING: Switch to GPLv3.
1336 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1338         * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
1339         Replace it with another one which disables undo before calling
1340         erase-buffer and then turns it back on if needed.
1342 2007-07-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1344         * ps-print.el: Problem with foreground and background color when
1345         printing a buffer with and without faces.  Reported by Christian
1346         Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
1347         (ps-print-version): New version 6.7.5.
1348         (ps-default-fg): Change default value to nil, so black color is used
1349         when a face does not specify a foreground color.
1350         (ps-default-bg): Change default value to nil, so white color is used
1351         for background color.
1352         (ps-begin-job): Fix code.
1354 2007-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
1356         * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
1358 2007-07-24  Alan Mackenzie  <acm@muc.de>
1360         * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
1361         Initialise byte-compile-unresolved-functions before rather than
1362         after a compilation.
1363         (byte-compile-unresolved-functions): Amplify doc string.
1365 2007-07-24  Glenn Morris  <rgm@gnu.org>
1367         * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
1368         (cal-tex-rules, cal-tex-buffer, cal-tex-24)
1369         (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
1370         (cal-tex-cursor-week, cal-tex-cursor-week2)
1371         (cal-tex-cursor-week-iso, cal-tex-week-hours)
1372         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
1373         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
1374         (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
1376 2007-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1378         * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
1380 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1382         * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
1383         underlying file is uptodate.
1385 2007-07-23  Richard Stallman  <rms@gnu.org>
1387         * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
1389 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1391         * progmodes/sh-script.el (sh-font-lock-backslash-quote)
1392         (sh-font-lock-flush-syntax-ppss-cache): New funs.
1393         (sh-font-lock-syntactic-keywords): Use them to distinguish the
1394         different possible cases for \'.
1395         (sh-font-lock-paren): Mark the relevant text with font-lock-multiline.
1397         * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
1398         `file' from which to start the search and fix case where `file' is the
1399         current directory and the root as well.
1401         * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
1402         name for buffer-file-name if it refers to a directory.
1404 2007-07-22  Jason Rumney  <jasonr@gnu.org>
1406         * w32-fns.el (set-default-process-coding-system): Use dos line ends
1407         for input to cmdproxy on all versions of Windows.
1408         Use dos line ends for input to plink.
1410         * comint.el (comint-simple-send): Concat newline before sending.
1411         (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
1413 2007-07-22  Juri Linkov  <juri@jurta.org>
1415         * isearch.el (isearch-edit-string): Save old point and
1416         isearch-other-end to old-point and old-other-end before reading
1417         the search string from minibuffer.  After exiting minibuffer set
1418         point to old-other-end if point and the search direction is the
1419         same as before reading the search string.
1420         (isearch-del-char): Don't set isearch-yank-flag to t.  Put point
1421         to isearch-other-end.  Instead of isearch-search-and-update call
1422         three functions isearch-search, isearch-push-state and isearch-update.
1424 2007-07-22  Ralf Angeli  <angeli@caeruleus.net>
1426         * textmodes/reftex.el (reftex-access-parse-file): Do not risk
1427         destroying an existing buffer.
1429 2007-07-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1431         * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
1433         * term/x-win.el (x-handle-no-bitmap-icon): New function.
1435 2007-07-22  Ralf Angeli  <angeli@caeruleus.net>
1437         * textmodes/reftex.el (reftex-access-parse-file): Create parse
1438         file in a way that does not interfere with recentf.
1440 2007-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
1442         * image-dired.el (image-dired-sane-db-file): New func.
1443         (image-dired-write-tags, image-dired-remove-tag)
1444         (image-dired-list-tags, image-dired-write-comments)
1445         (image-dired-get-comment, image-dired-mark-tagged-files)
1446         (image-dired-create-gallery-lists): Call new func.
1447         Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
1449 2007-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
1451         * vc-hg.el (vc-hg-diff): Use vc-hg-command.
1452         (vc-hg-dir-state): Fix loop.
1453         (vc-hg-print-log): Fix expected return value for vc-hg-command.
1454         (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
1455         (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
1456         (vc-hg-revert): Likewise.
1457         (vc-hg-revision-table, vc-hg-revision-completion-table): New functions.
1459 2007-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
1461         * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
1462         case of alignment under a constant symbol, find and consider
1463         the sexp actually at indentation to be the "last sexp".
1465 2007-07-20  Eli Zaretskii  <eliz@gnu.org>
1467         * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
1468         (install): Use them to copy all *.el files before *.elc.
1469         (clean): Don't delete *~.
1471 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
1473         * vc-hg.el (vc-hg-workfile-unchanged-p): New function.
1475 2007-07-19  Dan Nicolaescu  <dann@ics.uci.edu>
1477         * vc-hg.el (vc-hg-registered): Replace if with when.
1478         (vc-hg-state): Deal with nonexistent files.
1480 2007-07-18  Juanma Barranquero  <lekktu@gmail.com>
1482         * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
1483         (follow-delete-other-windows-and-split, follow-recenter)
1484         (follow-windows-aligned-p, follow-point-visible-all-windows-p)
1485         (follow-redisplay, follow-estimate-first-window-start)
1486         (follow-xemacs-scrollbar-support, follow-intercept-process-output):
1487         Fix typos in docstrings.
1489 2007-07-17  Thien-Thi Nguyen  <ttn@gnuvola.org>
1491         * bookmark.el (bookmark-show-all-annotations):
1492         Make sure each inserted annotation ends with newline.
1494         (bookmark-maybe-sort-alist): Don't modify
1495         bookmark-alist.  Instead, if not sorting, simply return it.
1496         (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
1497         for its return value, not for its side effect.
1499 2007-07-17  Dan Nicolaescu  <dann@ics.uci.edu>
1501         * vc.el: Add more info about the vc-registered function.
1503 2007-07-16  David Kastrup  <dak@gnu.org>
1505         * emacs-lisp/advice.el (defadvice): Doc fix.
1507 2007-07-16  Juanma Barranquero  <lekktu@gmail.com>
1509         * subr.el (when, unless): Doc fix.
1511 2007-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
1513         * vc-hg.el (vc-hg-state): Handle removed files.
1514         (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
1515         (vc-hg-checkout): Re-enable.
1517 2007-07-15  Richard Stallman  <rms@gnu.org>
1519         * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
1521         * tutorial.el (tutorial--find-changed-keys):
1522         Handle C-x specially like ESC.
1524 2007-07-15  Roland McGrath  <roland@frob.com>
1526         * add-log.el (add-change-log-entry): Check add-log-full-name
1527         and add-log-mailing-address later, after change-log-mode-hook.
1529 2007-07-15  Richard Stallman  <rms@gnu.org>
1531         * isearch.el (isearch-mode, isearch-done):
1532         Delete unintended code in previous change.
1534         * ps-print.el (ps-default-bg): Change to White.
1536 2007-07-15  Aaron Hawley  <aaronh@garden.org>
1538         * tar-mode.el (tar-get-descriptor): No error for zero-length file.
1540 2007-07-15  Martin Rudalics  <rudalics@gmx.at>
1542         * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
1543         when handling the terminating event.
1545 2007-07-15  Jeff Miller  <jmiller@cablespeed.com>  (tiny change)
1547         * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
1549 2007-07-13  Eli Zaretskii  <eliz@gnu.org>
1551         * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
1552         (install): Use them to copy all *.el files before *.elc.
1554 2007-07-13  Dan Nicolaescu  <dann@ics.uci.edu>
1556         * replace.el (match): Use yellow1 instead of yellow.
1558         * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of red.
1560         * pcvs-info.el (cvs-unknown): Likewise.
1562 2007-07-12  Davis Herring  <herring@lanl.gov>
1564         * desktop.el (desktop-buffer-info, desktop-save):
1565         Use `desktop-dirname' instead of `dirname'.
1567 2007-07-10  Jim Meyering  <jim@meyering.net>  (tiny change)
1569         * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
1571         * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
1573 2007-07-10  Richard Stallman  <rms@gnu.org>
1575         * emacs-lisp/lisp-mode.el (eval-defun):
1576         Explain special handling of `defface'.
1578 2007-07-09  Richard Stallman  <rms@gnu.org>
1580         * isearch.el (isearch-edit-string): Call to isearch-push-state
1581         after the search.
1583 2007-07-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1585         * cus-start.el (file-coding-system-alist): Fix custom type.
1587 2007-07-08  Chong Yidong  <cyd@stupidchicken.com>
1589         * longlines.el (longlines-wrap-region): Avoid marking buffer as
1590         modified.
1591         (longlines-auto-wrap, longlines-window-change-function):
1592         Remove unnecessary calls to set-buffer-modified-p.
1594 2007-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1596         * vc.el (vc-default-log-view-mode): New function.
1597         (vc-print-log): Add new `log-view-mode' VC operation.
1599 2007-07-08  Nick Roberts  <nickrob@snap.net.nz>
1601         * pcvs-util.el (cvs-strings->string, cvs-string->strings):
1602         Rename and move to...
1604         * subr.el (strings->string, string->strings): ...here.
1606         * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
1607         (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
1609         * progmodes/gud.el (gud-common-init): Call string->strings instead
1610         of split-string.
1612 2007-07-07  Eli Zaretskii  <eliz@gnu.org>
1614         * term/w32-win.el (menu-bar-open): New function.
1615         Bind <f10> to it.
1617 2007-07-07  Dan Nicolaescu  <dann@ics.uci.edu>
1619         * log-view.el (log-view-mode-menu): New menu.
1621 2007-07-06  Dan Nicolaescu  <dann@ics.uci.edu>
1623         * vc-hg.el: New file.
1625 2007-07-06  Andreas Schwab  <schwab@suse.de>
1627         * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
1628         dynamic bindings around the evaluation of the expression.
1629         Reported by Jay Belanger <jay.p.belanger@gmail.com>.
1631 2007-07-03  Dan Nicolaescu  <dann@ics.uci.edu>
1633         * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
1634         file names.
1636 2007-07-02  Martin Rudalics  <rudalics@gmx.at>
1638         * help-mode.el (help-make-xrefs): Skip spaces too when skipping tabs.
1640         * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
1641         event is not a cons cell.  Do not unread drag-mouse-1 events.
1642         Select right window in check whether space was stolen from
1643         window above.
1645 2007-07-01  Richard Stallman  <rms@gnu.org>
1647         * files.el (find-file-visit-truename): Fix safe-local-variable value.
1649 2007-06-29  Juanma Barranquero  <lekktu@gmail.com>
1651         * generic-x.el (generic-define-mswindows-modes)
1652         (generic-define-unix-modes, apache-log-generic-mode)
1653         (bat-generic-mode-keymap, java-manifest-generic-mode)
1654         (show-tabs-generic-mode): Fix typos in docstrings.
1656 2007-06-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1658         * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
1659         replace-regexp-in-string.
1661 2007-06-28  Andreas Schwab  <schwab@suse.de>
1663         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
1664         $(lisp)/subdirs.el.
1666 2007-06-28  Juanma Barranquero  <lekktu@gmail.com>
1668         * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
1669         the speedbar frame if nil; that deletes the current frame or
1670         causes an error if it is the only frame.
1671         Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
1673 2007-06-24  Juanma Barranquero  <lekktu@gmail.com>
1675         * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
1676         directory where the desktop file was found, as the docstring says.
1677         (desktop-kill): Use `read-directory-name'.
1679         * desktop.el (desktop-load-locked-desktop): New option.
1680         (desktop-read): Use it.
1681         (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
1682         Use `when'.
1684 2007-06-24  Davis Herring  <herring@lanl.gov>
1686         * desktop.el (desktop-save-mode-off): New function.
1687         (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
1688         (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
1689         (desktop-claim-lock, desktop-release-lock): New functions.
1690         (desktop-kill): Tell `desktop-save' that this is the last save.
1691         Release the lock afterwards.
1692         (desktop-buffer-info): New function.
1693         (desktop-save): Use it.  Run `desktop-save-hook' where the doc
1694         says to.  Detect conflicts, and manage the lock.
1695         (desktop-read): Detect conflicts.  Manage the lock.
1697 2007-06-23  Eli Zaretskii  <eliz@gnu.org>
1699         * ls-lisp.el (insert-directory): If an invalid regexp error is
1700         thrown, try using FILE as a literal file name, not a wildcard.
1701         Check for FILE as an existing file, not just a directory.
1703 2007-06-23  Juanma Barranquero  <lekktu@gmail.com>
1705         * ruler-mode.el (ruler-mode): Prevent clobbering the original
1706         `header-line-format' when reentering ruler mode.
1708 2007-06-23  Eli Zaretskii  <eliz@gnu.org>
1710         * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
1711         FILE exists as a directory.
1713 2007-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1715         * vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
1716         (vera-font-lock-match-item): Fix doc string.
1717         (vera-in-comment-p): Remove unused function.
1718         (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
1719         use `syntax-ppss'.
1720         (vera-forward-syntactic-ws): Fix argument order.
1721         (vera-prepare-search): Use `with-syntax-table'.
1722         (vera-indent-line): Fix doc string.
1723         (vera-electric-tab): Fix doc string.
1724         (vera-expand-abbrev): Define alias instead of using `fset'.
1725         (vera-comment-uncomment-region): Use `comment-start-skip'.
1727 2007-06-20  Reto Zimmermann  <reto@gnu.org>
1729         * progmodes/vera-mode.el: New file.
1731 2007-06-20  Juanma Barranquero  <lekktu@gmail.com>
1733         * ido.el (ido-find-file-in-dir): Don't signal an error for
1734         empty directories.
1736 2007-06-18  Alan Mackenzie  <acm@muc.de>
1738         * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
1739         When removing lines, also remove the \n.  Correction of patch of
1740         2007-04-21.
1742 2007-06-17  Glenn Morris  <rgm@gnu.org>
1744         * lpr.el (lpr-page-header-switches): Move %s to separate element
1745         for correct quoting.  Doc fix.
1747 2007-06-13  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
1749         * term/xterm.el (terminal-init-xterm): Escape parens in character
1750         constants.
1752 2007-06-12  Ralf Angeli  <angeli@caeruleus.net>
1754         * scroll-lock.el (scroll-lock-mode): Doc fix.
1756 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1758         * font-lock.el (font-lock-add-keywords): In case font-lock was only
1759         half-activated, forcefully activate it completely.
1761 2007-06-11  Richard Stallman  <rms@gnu.org>
1763         * cus-edit.el (custom-variable-type): Doc fix.
1765 2007-06-09  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
1767         * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
1769 2007-06-09  Davis Herring  <herring@lanl.gov>
1771         * desktop.el (desktop-minor-mode-table): Doc fix.
1773 2007-06-08  Chong Yidong  <cyd@stupidchicken.com>
1775         * image-mode.el (image-forward-hscroll, image-backward-hscroll)
1776         (image-next-line, image-previous-line, image-scroll-up)
1777         (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
1778         New functions.
1779         (image-mode-map): Remap motion commands.
1780         (image-mode-text-map): New keymap for viewing images as text.
1781         (image-mode): Use image-mode-map.
1782         (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
1784 2007-06-07  Michael Albinus  <michael.albinus@gmx.de>
1786         Sync with Tramp 2.0.56.
1788         * net/tramp.el:
1789         * net/tramp-ftp.el:
1790         * net/tramp-smb.el:
1791         * net/tramp-util.el:
1792         * net/tramp-vc.el:
1793         Don't load cl.el, because that pollutes the namespace.  Replace cl
1794         macros by their implementations where necessary.  Requested by
1795         Richard Stallman <rms@gnu.org>.
1797         * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
1798         doesn't exist.
1799         (with-parsed-tramp-file-name): Protect debug spec during compilation.
1800         (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
1801         (tramp-file-name-p, tramp-file-name-multi-method)
1802         (tramp-file-name-method, tramp-file-name-user)
1803         (tramp-file-name-host, tramp-file-name-localname): New defuns,
1804         replacing defstruct `tramp-file-name'.
1805         (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
1806         (tramp-dissect-file-name, tramp-dissect-multi-file-name):
1807         Apply `vector' instead of `make-tramp-file-name'.
1808         (tramp-handle-make-auto-save-file-name):
1809         Apply `tramp-temporary-file-directory' for compatibility reasons.
1810         (tramp-completion-mode): Use `natnump' instead of `wholenump'
1811         because of XEmacs.
1812         (tramp-completion-mode): `last-input-event' is nil when XEmacs is
1813         started.
1815 2007-06-07  David Kastrup  <dak@gnu.org>
1817         * dired.el (dired-recursive-deletes, dired-recursive-copies):
1818         Change default to `top'.
1820 2007-06-07  Chong Yidong  <cyd@stupidchicken.com>
1822         * dired.el (dired-mode-map): Remove spurious separator.
1824 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
1826         * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
1828         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
1829         * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
1831 2007-06-07  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
1833         * mail/rmailsum.el (rmail-summary-save-buffer): New command.
1834         (rmail-summary-mode-map): Add rmail-summary-save-buffer.
1836 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
1838         * progmodes/ebrowse.el (ebrowse-member-table):
1839         * textmodes/org.el (org-export-ascii-bullets): Fix typos in docstrings.
1841 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
1843         * pgg.el (pgg-sign-region, pgg-sign):
1844         * ses.el (ses-call-printer):
1845         * calendar/icalendar.el (icalendar--diarytime-to-isotime):
1846         * textmodes/org.el (org-cycle): Fix typos in docstrings.
1848 2007-06-06  Eli Zaretskii  <eliz@gnu.org>
1850         * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
1851         (tar-get-descriptor): Handle type 55, an extended pax header.
1853 2007-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1855         * textmodes/css-mode.el: New file.
1857 2007-06-06  Michael Albinus  <michael.albinus@gmx.de>
1859         * net/socks.el: New file, taken from w3 repository.
1860         (top): Update Copyright.  Don't load cl.el.
1861         (all): Replace `case' by `cond', `string-to-int' by
1862         `string-to-number', and `process-kill-without-query' by
1863         `set-process-query-on-exit-flag'.
1864         (socks-char-int): Remove defalias and all occurrences.
1866 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
1868         * international/mule-cmds.el (toggle-enable-multibyte-characters)
1869         (sort-coding-systems, search-unencodable-char): Doc fixes.
1870         (coding-system-change-eol-conversion, set-default-coding-systems)
1871         (prefer-coding-system, find-multibyte-characters, princ-list)
1872         (leim-list-entry-regexp, set-input-method, locale-language-names)
1873         (input-method-exit-on-first-char, exit-language-environment-hook)
1874         (locale-charset-language-names): Fix typos in docstrings.
1876 2007-06-05  Juanma Barranquero  <lekktu@gmail.com>
1878         * bs.el (bs-cycle-previous): Don't modify the cycle list until
1879         `switch-to-buffer' has returned succesfully.
1880         (bs-cycle-next): Ditto.  Also, don't bury the buffer when the
1881         window is dedicated (it could iconify the frame).
1883 2007-06-05  Glenn Morris  <rgm@gnu.org>
1885         * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
1887 2007-06-05  Chong Yidong  <cyd@stupidchicken.com>
1889         * files.el (auto-mode-alist): Add lower-priority match for names
1890         like ChangeLog.old.
1892 2007-06-04  Andreas Schwab  <schwab@suse.de>
1894         * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
1896 2007-06-04  Davis Herring  <herring@lanl.gov>
1898         * calendar/timeclock.el: Update version number.
1899         (timeclock-modeline-display): Mention timeclock-use-display-time
1900         in explanatory message.
1901         (timeclock-log): Suppress warnings when finding the log.
1902         Don't check for a nil project twice.  Run hooks after killing the
1903         buffer (if applicable).
1904         (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
1905         was geometric).  All uses changed.
1906         (timeclock-generate-report): Support prefix argument.
1908 2007-06-04  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
1910         * man.el (Man-next-section): Don't consider the last line of the
1911         page as being part of any section.
1913 2007-06-04  Martin Rudalics  <rudalics@gmx.at>
1915         * hilit-chg.el (highlight-changes-rotate-faces): Don't set
1916         modified flag of buffer.  Use `inhibit-modification-hooks'.
1918 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1920         * mail/mail-extr.el (mail-extract-address-components):
1921         Recognize non-ASCII characters except for NBSP as words.
1923 2007-06-04  Ryan Yeske  <rcyeske@gmail.com>
1925         * net/webjump.el (webjump-sample-sites): Add Wikipedia query.
1927 2007-06-04  Michael Olson  <mwolson@gnu.org>
1929         * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
1930         died and we are trying to send a signal to it.
1932 2007-06-04  Juanma Barranquero  <lekktu@gmail.com>
1934         * emacs-lisp/easy-mmode.el (define-minor-mode)
1935         (easy-mmode-define-navigation): Fix typos in docstrings.
1937         * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
1938         Fix typos in docstrings.
1939         (compilation-search-path, compilation-buffer-name-function): Doc fixes.
1940         (compilation-finish-function): Fix typo in obsolescence declaration.
1942         * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
1944 2007-06-04  Chong Yidong  <cyd@stupidchicken.com>
1946         * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
1947         (magic-fallback-mode-alist): Add image-type-auto-detected-p.
1949         * image.el (image-type-auto-detected-p): Don't scan auto-mode-alist.
1951         * longlines.el (longlines-mode): Make longlines-auto-wrap
1952         buffer-local.  Add hooks unconditionally.
1953         (longlines-auto-wrap): Toggle wrapping.
1954         (longlines-after-change-function)
1955         (longlines-post-command-function): Check longlines-auto-wrap.
1957 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
1959         * Version 22.1 released.
1961 2007-06-01  Chong Yidong  <cyd@stupidchicken.com>
1963         * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
1964         changes.
1966 2007-05-31  Richard Stallman  <rms@gnu.org>
1968         * dired.el (dired-do-delete, dired-do-flagged-delete): Doc fixes.
1970 2007-05-29  Martin Rudalics  <rudalics@gmx.at>
1972         * textmodes/table.el (table--point-entered-cell-function)
1973         (table--point-left-cell-function):
1974         Bind `inhibit-point-motion-hooks' to t.
1976 2007-05-29  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
1978         * emacs-lisp/rx.el (rx): Doc fix.
1980 2007-05-28  Chong Yidong  <cyd@stupidchicken.com>
1982         * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
1984 2007-05-27  Tetsurou Okazaki  <okazaki@be.to>  (tiny change)
1986         * log-edit.el (log-edit-changelog-paragraph): Return point-max
1987         as the end of the ChangeLog paragraph when it ends without a line
1988         termination.
1990 2007-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1992         * textmodes/fill.el (canonically-space-region): Make the second arg
1993         a marker if it's not already the case.
1995         * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
1996         (xterm-mouse-event): Use it.
1998 2007-05-25  Miles Bader  <miles@fencepost.gnu.org>
2000         * vc-hooks.el (vc-find-root): Fix file attribute test.
2002 2007-05-24  Richard Stallman  <rms@gnu.org>
2004         * textmodes/flyspell.el (flyspell-correct-word-before-point):
2005         Don't let opoint be nil.
2006         (flyspell-emacs-popup): Explicit error if no dialogs.
2008 2007-05-23  Eli Zaretskii  <eliz@gnu.org>
2010         * tar-mode.el (tar-file-name-handler): New function.
2011         (tar-extract): Bind file-name-handler-alist to it to force
2012         find-buffer-file-type-coding-system behave as if the file being
2013         extracted existed.  Use last-coding-system-used to force
2014         buffer-file-coding-system to what decode-coding-region actually
2015         used to decode the file.
2017 2007-05-23  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
2019         * progmodes/compile.el (compilation-handle-exit):
2020         `compilation-finish-function' may change the current buffer.
2022 2007-05-22  Richard Stallman  <rms@gnu.org>
2024         * files.el (set-auto-mode): Doc fix.
2026 2007-05-22  Eli Zaretskii  <eliz@gnu.org>
2028         * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
2030 2007-05-21  Trent Buck  <trentbuck@gmail.com>  (tiny change)
2032         * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
2033         (rcirc-print): Handle `window-width'.
2034         (rcirc-buffer-maximum-lines): Doc fix.
2036 2007-05-19  Kevin Ryde  <user42@zip.com.au>
2038         * info.el (Info-fontify-node): Match https also.
2040 2007-05-18  Richard Stallman  <rms@gnu.org>
2042         * simple.el (push-mark): Doc fix.
2044 2007-05-18  Rob Riepel  <riepel@Stanford.EDU>
2046         * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
2047         tpu-global-map.
2048         (tpu-original-global-map): Delete variable.
2049         (tpu-control-keys-map): New keymap variable.
2050         (tpu-set-control-keys): Use tpu-reset-control-keys rather than
2051         setting keymapping directly.
2052         (tpu-reset-control-keys): Use tpu-control-keys-map instead of
2053         tpu-global-map.
2054         (tpu-edt-on): Activate the tpu-global-map.
2055         (tpu-edt-off): Deactivate the tpu-global-map.
2057 2007-05-18  Ryan Yeske  <rcyeske@gmail.com>
2059         * textmodes/ispell.el (ispell-get-word): Return markers
2060         for start and end positions.
2061         (ispell-word): Assume END is a marker.
2063 2007-05-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2065         * ps-print.el: Use default color when foreground or background color
2066         are unspecified.  Reported by Leo <sdl.web@gmail.com>.
2067         (ps-print-version): New version 6.7.4.
2068         (ps-rgb-color): New argument.  Use default color when color is
2069         unspecified.
2070         (ps-begin-job): Fix code.
2072 2007-05-17  Martin Rudalics  <rudalics@gmx.at>
2074         * textmodes/ispell.el (ispell-start-process): Defend against bad
2075         default-directory.
2077 2007-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2079         * vc-hooks.el (vc-find-root): Stop searching when the user changes.
2081 2007-05-16  Richard Stallman  <rms@gnu.org>
2083         * buff-menu.el (Buffer-menu-sort-column): Doc fix.
2085 2007-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2087         * files.el (magic-mode-alist, magic-fallback-mode-alist):
2088         Move the *ml, Postscript, and XmCD entries to the fallback part.
2090         * files.el (magic-fallback-mode-alist):
2091         Rename from file-start-mode-alist.
2093 2007-05-16  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
2095         * progmodes/compile.el (compilation-handle-exit): Quote first
2096         argument of `run-hook-with-args'.
2098 2007-05-16  Juanma Barranquero  <lekktu@gmail.com>
2100         * buff-menu.el (Buffer-menu-sort-column):
2101         * dabbrev.el (dabbrev-upcase-means-case-search):
2102         * dired.el (dired-recursive-deletes, dired-recursive-copies):
2103         * info.el (Info-current-subfile):
2104         * ls-lisp.el (ls-lisp-verbosity):
2105         * msb.el (msb-menu-cond):
2106         * pcvs.el (cvs-dired-use-hook):
2107         * simple.el (set-mark-command-repeat-pop):
2108         * time.el (display-time-24hr-format, display-time-mail-file):
2109         Doc fixes.
2111         * tutorial.el (get-lang-string, tutorial--find-changed-keys):
2112         * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
2114         * view.el (view-inhibit-help-message): Fix typo in docstring.
2115         (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
2117 2007-05-14  Eli Zaretskii  <eliz@gnu.org>
2119         * mail/rmail.el (rmail-convert-to-babyl-format):
2120         Check content-transfer-encoding _last_, because we need its position
2121         in base64-header-field-end.
2123 2007-05-14  Juanma Barranquero  <lekktu@gmail.com>
2125         * files.el (mode-require-final-newline, require-final-newline)
2126         (enable-local-variables, enable-local-eval): Doc fixes.
2128 2007-05-10  Edward O'Connor  <hober0@gmail.com>  (tiny change)
2130         * progmodes/python.el (python-font-lock-keywords)
2131         (python-open-block-statement-p, python-mode): Add support for the new
2132         "with" keyword.
2134 2007-05-10  Richard Stallman  <rms@gnu.org>
2136         * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
2137         (iso-cvt-write-only): Likewise.
2139         * emacs-lisp/easy-mmode.el (define-minor-mode):
2140         Fix generated doc string.
2142         * startup.el (fancy-splash-text): Add URL of guided tour.
2143         Adjust horizontal and vertical whitespace.
2145         * progmodes/compile.el (compilation-handle-exit):
2146         Use run-hook-with-args to run compilation-finish-functions.
2148         * files.el (file-start-mode-alist): New variable.
2149         (magic-mode-regexp-match-limit): Doc fix.
2150         (set-auto-mode): Handle file-start-mode-alist.
2151         A little cleanup of structure.
2153 2007-05-10  Davis Herring  <herring@lanl.gov>
2155         * calendar/timeclock.el (timeclock-in): Fix non-interactive
2156         workday specifications.
2157         (timeclock-log): Don't kill the log buffer if it already existed.
2159 2007-05-08  Richard Stallman  <rms@gnu.org>
2161         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
2162         Don't include non-self-insert commands in the exception for `-'.
2164 2007-05-08  David Reitter  <david.reitter@gmail.com>
2166         * progmodes/python.el (python-guess-indent): Check non-nullness
2167         before comparing indent against the 2..8 interval.
2169 2007-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2171         * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
2172         available.
2174 2007-05-06  Richard Stallman  <rms@gnu.org>
2176         * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
2178 2007-05-03  Ryan Yeske  <rcyeske@gmail.com>
2180         * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
2181         disconnections.
2183 2007-05-01  Romain Francoise  <romain@orebokech.com>
2185         * dired-x.el: Revert 2007-04-06 change.
2187 2007-04-30  Nick Roberts  <nickrob@snap.net.nz>
2189         * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
2190         don't put stop on toolbar.
2192 2007-04-29  Stephen Berman  <Stephen.Berman@gmx.net>
2194         * find-dired.el (find-dired-filter): Propertize all text down to eob.
2196 2007-04-29  Richard Stallman  <rms@gnu.org>
2198         * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
2200 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2202         * progmodes/cc-mode.el (c-before-change): Use point-min rather
2203         than 1.
2205 2007-04-28  Richard Stallman  <rms@gnu.org>
2207         * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
2209 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2211         * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
2213 2007-04-28  Eli Zaretskii  <eliz@gnu.org>
2215         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
2216         instead of $(lisp)/mh-e.
2218         * textmodes/fill.el (fill-paragraph): Doc fix.
2220 2007-04-28  Glenn Morris  <rgm@gnu.org>
2222         * image-dired.el (image-dired-cmd-create-thumbnail-options)
2223         (image-dired-cmd-create-temp-image-options): Replace option
2224         +profile "*" with -strip.
2226 2007-04-27  Chong Yidong  <cyd@stupidchicken.com>
2228         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
2229         Use window-start and window-end.
2231 2007-04-26  Glenn Morris  <rgm@gnu.org>
2233         * progmodes/python.el: Restore file pending consideration of legal
2234         status.
2236 2007-04-26  Luc Teirlinck  <teirllm@dms.auburn.edu>
2238         * locate.el (locate-in-alternate-database): Doc fix.
2240 2007-04-26  Glenn Morris  <rgm@gnu.org>
2242         * button.el (button): Use underline if supported, else fall back
2243         to color.
2245 2007-04-25  Richard Stallman  <rms@gnu.org>
2247         * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
2249 2007-04-25  J.D. Smith  <jdsmith@as.arizona.edu>
2251         * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
2252         (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
2253         pushing mark.
2254         (idlwave-current-routine): Don't push mark.
2256 2007-04-25  Mathias Dahl  <mathias.dahl@gmail.com>
2258         * image-dired.el (image-dired-display-image): Derive image-type from
2259         filename rather than assuming jpeg, in case no resizing was needed.
2261 2007-04-25  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
2263         * custom.el (defface): Doc fix.
2265 2007-04-24  Chong Yidong  <cyd@stupidchicken.com>
2267         * progmodes/python.el: Remove due to unclear legal issues.
2269 2007-04-24  J.D. Smith  <jdsmith@as.arizona.edu>
2271         * progmodes/idlw-shell.el (idlwave-shell-clear-all-bp):
2272         Don't re-query for each cleared BP.
2273         (idlwave-shell-clear-bp): Optionally skip BP query.
2274         (idlwave-shell-update-bp-overlays): Use set-window-margins instead
2275         of set-window-buffer, which incorrectly moves displayed region.
2277 2007-04-23  Jay Belanger  <jay.p.belanger@gmail.com>
2279         * calc/calc.el (calc-bug-address): Update maintainer's address.
2280         * calc/*: Update maintainer's address.
2282 2007-04-23  Richard Stallman  <rms@gnu.org>
2284         * simple.el (set-mark-command-repeat-pop): Doc fix.
2285         Put in `editing-basics' group.
2287 2007-04-23  Chong Yidong  <cyd@stupidchicken.com>
2289         * info.el (Info-mouse-scroll-up, Info-mouse-scroll-down):
2290         New functions.
2291         (Info-mode-line-node-keymap): Bind mouse commands to
2292         Info-mouse-scroll-up/down instead of Info-scroll-up/down.
2294 2007-04-23  Luc Teirlinck  <teirllm@auburn.edu>
2296         * locate.el (locate-local-prompt): New var.
2297         (locate-prompt-for-command): Doc fix.
2298         (locate-prompt-for-search-string): New function.
2299         (locate): New optional arg.  Make locate-local-prompt
2300         buffer-local.  Use locate-prompt-for-search-string.
2301         (locate-with-filter): New optional arg.
2302         Use locate-prompt-for-search-string.
2303         (locate-update): Bind locate-prompt-for-command.
2305 2007-04-23  Glenn Morris  <rgm@gnu.org>
2307         * files.el (magic-mode-alist): `<!DOCTYPE HTML' in html-mode.
2309 2007-04-23  Nick Roberts  <nickrob@snap.net.nz>
2311         * button.el (button): Inherit from link face on a tty.
2313 2007-04-23  Glenn Morris  <rgm@gnu.org>
2315         * button.el (button): Use color for this face on a tty.
2317         * files.el (magic-mode-alist): Allow for carriage-returns in
2318         html-mode and sgml-mode entries.
2320 2007-04-22  Richard Stallman  <rms@gnu.org>
2322         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
2323         Improve doc string of generated command.
2325         * subr.el (read-number): Catch errors.
2327         * hi-lock.el (hi-lock-file-patterns-policy): Doc fix.
2329 2007-04-22  Chong Yidong  <cyd@stupidchicken.com>
2331         * image-dired.el: Rename from thumbnails.el.  All instances of
2332         "thumbnails" replaced with "image-dired".
2334         * dired.el (dired-mode-map): Rename "thumbnails" again, to
2335         "image-dired".
2337 2007-04-22  Kim F. Storm  <storm@cua.dk>
2339         * ido.el (ido-kill-buffer-at-head, ido-delete-file-at-head):
2340         Don't use kill-line.
2342 2007-04-22  Nick Roberts  <nickrob@snap.net.nz>
2344         * t-mouse.el (t-mouse-make-event): Pass on mev's more informative
2345         error message.
2347 2007-04-22  Chong Yidong  <cyd@stupidchicken.com>
2349         * dired.el: Rename "tumme" to "thumbnails".
2351         * thumbnails.el: Rename from tumme.el.  All instances of "tumme"
2352         replaced with "thumbnails".
2354 2007-04-22  Glenn Morris  <rgm@gnu.org>
2356         * hi-lock.el (hi-lock-file-patterns-policy): Make it a defcustom,
2357         and give it the risky-local-variable property.
2359         * textmodes/flyspell.el (flyspell-define-abbrev): Downcase abbrev
2360         before defining it.
2362 2007-04-21  Martin Rudalics  <rudalics@gmx.at>
2364         * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
2365         Use delete-region instead of kill-line.
2367 2007-04-21  Alan Mackenzie  <acm@muc.de>
2369         * progmodes/cc-cmds.el (c-electric-slash): Replace wrong use of
2370         `kill-region' by `delete-region'.
2372 2007-04-21  Chong Yidong  <cyd@stupidchicken.com>
2374         * progmodes/perl-mode.el (perl-indent-command): Use delete-region
2375         instead of kill-region.
2377         * progmodes/mantemp.el (mantemp-make-mantemps-region)
2378         (mantemp-insert-cxx-syntax, mantemp-sort-and-unique-lines)
2379         (mantemp-remove-memfuncs): Use delete-region instead of kill-word
2380         and kill-line.
2382         * progmodes/vhdl-mode.el (vhdl-template-type)
2383         (vhdl-template-record, vhdl-template-nature)
2384         (vhdl-template-configuration-spec, vhdl-template-component-inst)
2385         (vhdl-template-break, vhdl-regress-line, vhdl-electric-tab):
2386         Use delete-region instead of kill-word and kill-line.
2388 2007-04-21  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
2390         * dired-x.el (dired-virtual-mode): Doc fix.
2392 2007-04-21  Richard Stallman  <rms@gnu.org>
2394         * font-lock.el (font-lock-keywords-alist): Mark as risky.
2396         * subr.el (read-number): Doc fix.
2398         * simple.el (pop-to-mark-command): Display message "mark popped"
2399         if point does not move.
2400         (set-mark-command): Doc fix.
2402 2007-04-21  Luc Teirlinck  <teirllm@auburn.edu>
2404         * locate.el: Revert 2006-09-09 and 2007-04-20 changes.
2405         (locate-local-filter, locate-local-search): New vars.
2406         (locate): Make variables local.
2407         (locate-update): Bind locate-buffer-name.  Call locate using
2408         locate-local-filter and locate-local-search.
2410 2007-04-20  David Koppelman  <koppel@ece.lsu.edu>
2412         * hi-lock.el (hi-lock-file-patterns-policy): New var.
2413         (hi-lock-find-patterns): Use hi-lock-file-patterns-policy.
2414         (hi-lock-mode): Update docstring.
2416 2007-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2418         * textmodes/fill.el (fill-move-to-break-point): Don't inhibit
2419         fill-nobreak-predicate when the break is past fill-column.
2421 2007-04-20  Francesco Potort\e,Al\e(B  <pot@gnu.org>
2423         * locate.el (locate): Output from shell-command should go in the
2424         current buffer rather than *Shell Command Output*.
2426 2007-04-20  Chong Yidong  <cyd@stupidchicken.com>
2428         * paren.el (show-paren-function): Fix last fix.
2430 2007-04-19  Kevin Ryde  <user42@zip.com.au>
2432         * arc-mode.el (archive-find-type): lzh-exe for lzh self-extracting exe.
2433         (archive-lzh-summarize): Add optional start arg for where to start
2434         looking at the archive.
2435         (archive-lzh-exe-summarize, archive-lzh-exe-extract): New functions.
2437         * international/mule.el (auto-coding-alist): no-conversion for .exe
2438         and .EXE.
2440 2007-04-19  Alan Mackenzie  <acm@muc.de>
2442         * progmodes/cc-cmds.el (c-in-function-trailer-p): Fix this: when a
2443         function return type contains "struct", "union", etc.
2444         c-end-of-defun goes too far forward.
2446 2007-04-19  Chong Yidong  <cyd@stupidchicken.com>
2448         * paren.el (show-paren-function): Reset window-start to avoid
2449         recentering.
2451 2007-04-19  Glenn Morris  <rgm@gnu.org>
2453         * calendar/todo-mode.el: Fix typo: "threshhold" -> "threshold".
2455 2007-04-18  Glenn Morris  <rgm@gnu.org>
2457         * calendar/diary-lib.el (diary-header-line-format): Add a custom
2458         :set function.
2459         (diary-list-entries): Only switch to diary-mode from
2460         default-major-mode (reverts 2007-03-21 change).  Otherwise, if in
2461         diary-mode set header-line-format, in case of any customization.
2463 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
2465         * calendar/parse-time.el (parse-time-string-chars): Check if CHAR
2466         is less than the length of parse-time-syntax.
2468 2007-04-17  David Kastrup  <dak@gnu.org>
2470         * replace.el (query-replace-regexp-eval): Deprecate.
2472 2007-04-17  Alan Mackenzie  <acm@muc.de>
2474         * progmodes/cc-cmds.el (c-beginning-of-defun): With -ve arg and
2475         point too close to EOB, leave point at EOB rather than last `}'.
2477 2007-04-17  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2479         * textmodes/bibtex.el (bibtex-include-OPTkey)
2480         (bibtex-user-optional-fields, bibtex-entry-field-alist):
2481         Fix defcustom.
2483 2007-04-17  Glenn Morris  <rgm@gnu.org>
2485         * calendar/cal-dst.el (calendar-dst-find-startend): If YEAR cannot
2486         be encoded, fall back to current year.
2488 2007-04-14  Kevin Ryde  <user42@zip.com.au>
2490         * arc-mode.el (archive-lzh-summarize): Only apply the "downcase if
2491         all upcase" rule to OS-ID 0 "generic".  Always downcase for OS-ID
2492         M "MSDOS".
2494 2007-04-16  Chong Yidong  <cyd@stupidchicken.com>
2496         * progmodes/python.el (python-end-of-block): Avoid looping forever
2497         if python-next-statement fails.
2499 2007-04-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2501         * textmodes/bibtex.el (bibtex-entry-field-alist): Use defcustom.
2503 2007-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
2505         * progmodes/perl-mode.el (perl-indent-level): Mark as safe local var.
2506         * progmodes/cperl-mode.el (cperl-indent-level): Likewise.
2508 2007-04-15  Jay Belanger  <belanger@truman.edu>
2510         * calc/calc.el (calc-version): New function.
2511         (calc-trail-mode): Shorten the title.
2513 2007-04-15  Chong Yidong  <cyd@stupidchicken.com>
2515         * mail/footnote.el (footnote-style): Clarify docstring to state
2516         that customizing this only applies to future footnotes.
2518 2007-04-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2520         * textmodes/bibtex.el (bibtex-field-list): Use functionp.
2521         (bibtex-make-field): Check that INIT is a string. Use functionp.
2523 2007-04-14  Glenn Morris  <rgm@gnu.org>
2525         * complete.el (PC-goto-end): New buffer-local variable.
2526         (PC-do-completion-end): Make buffer-local.
2527         (partial-completion-mode) <choose-completion-string-functions>:
2528         Do not go to the end of the minibuffer if PC-goto-end is non-nil.
2529         (PC-do-completion): New optional fourth argument GOTO-END.  Add a
2530         doc string.  Set PC-goto-end for choose-completion.
2531         (PC-lisp-complete-symbol): Pass non-nil GOTO-END arg to
2532         PC-do-completion.
2534         * textmodes/bibtex.el (bibtex-insert-kill): Pass non-nil NODELIM
2535         arg to bibtex-make-field.
2536         (bibtex-make-field): Add optional fourth arg NODELIM.
2537         Insert delimiters around INIT unless this arg is non-nil.
2539 2007-04-14  Nick Roberts  <nickrob@snap.net.nz>
2541         * tmm.el (tmm-get-keybind): Use copy-sequence to ensure that the
2542         global map isn't modified.
2544 2007-04-14  Glenn Morris  <rgm@gnu.org>
2546         * calendar/appt.el (appt-disp-window): Do not split small windows.
2547         Suggested by Jeff Miller <jmiller@cablespeed.com>.
2549 2007-04-13  Chong Yidong  <cyd@stupidchicken.com>
2551         * progmodes/compile.el (compilation-start): Revert 2007-03-25 change.
2553         * files.el: Ditto.
2555 2007-04-13  Juanma Barranquero  <lekktu@gmail.com>
2557         * cus-edit.el (minibuffer, auto-save): Fix typos in docstrings.
2559         * term.el (term-buffer-maximum-size, term-exec, term-escape-char)
2560         (term-set-escape-char, term-termcap-format, term-get-old-input-default)
2561         (term-skip-prompt, term-send-string, term-send-region, term-pager-page)
2562         (term-pager-help): Fix typos in docstrings.
2564         * wid-edit.el (widget-documentation): Fix typo in docstring.
2566         * progmodes/ebnf2ps.el (ebnf-insert-style, ebnf-merge-style):
2567         Fix typos in error messages.
2569 2007-04-13  Martin Rudalics  <rudalics@gmx.at>
2571         * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't select
2572         window marked as dedicated.
2574         * mail/footnote.el (footnote-latin-string): New variable.
2575         (footnote-latin-regexp): Redefine as regexp alternative.
2576         (Footnote-latin): Use footnote-latin-string instead of
2577         footnote-latin-regexp.
2579 2007-04-13  Glenn Morris  <rgm@gnu.org>
2581         * tmm.el (tmm-get-keybind): Use car-safe to avoid errors with
2582         inherited keymaps.
2584 2007-04-12  Chong Yidong  <cyd@stupidchicken.com>
2586         * outline.el (outline-get-next-sibling): Clarify docstring.
2587         (outline-get-last-sibling): Handle case where we are at the first
2588         heading.  Clarify docstring.
2590 2007-04-12  Nick Roberts  <nickrob@snap.net.nz>
2592         * progmodes/gud.el (gud-minor-mode-map): Make go button same
2593         length as stop button to lessen flicker.
2594         (jdb): Add gud-print.
2595         (gud-find-expr): Jdb prints the expression with the value, so
2596         don't insert it in the output.
2598 2007-04-11  Jason Rumney  <jasonr@gnu.org>
2600         * dnd.el (dnd-get-local-file-name): Decode both upper and lower
2601         case hex.  Do not try to decode non-hex letters.
2603 2007-04-11  Markus Triska  <markus.triska@gmx.at>
2605         * emacs-lisp/byte-opt.el (byte-optimize-backward-char)
2606         (byte-optimize-backward-word): Remove (move to bytecomp.el).
2607         (byte-optimize-form-code-walker): Evaluate pure function calls if
2608         possible.
2609         (byte-optimize-all-constp): New function.
2611         * emacs-lisp/bytecomp.el (byte-compile-char-before):
2612         Improve numeric argument case.
2613         (byte-compile-backward-char, byte-compile-backward-word):
2614         New functions, performing rewriting previously done in byte-opt.el.
2615         Fix their "Fixme" item (restriction to numeric arguments).
2617 2007-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2619         * desktop.el (desktop-save, desktop-create-buffer): Replace mapcar
2620         with dolist.
2621         (after-init-hook): Don't quote lambda.
2622         (desktop-first-buffer): Don't wrap it in eval-when-compile.
2623         (desktop-internal-v2s): Remove unused var `el'.
2624         (desktop-buffer-major-mode, desktop-buffer-locals): Move out of
2625         desktop-restore-file-buffer.
2626         (desktop-buffer-ok-count, desktop-buffer-fail-count): Move out of
2627         desktop-create-buffer.
2629 2007-04-10  Chong Yidong  <cyd@stupidchicken.com>
2631         * woman.el (woman-decode-buffer): Postpone macro-set check...
2632         (woman-decode-region): ...to here.
2634 2007-04-10  Thien-Thi Nguyen  <ttn@gnu.org>
2636         * startup.el (tty-handle-args): Use %S to log ARGS.
2638 2007-04-10  Glenn Morris  <rgm@gnu.org>
2640         * dframe.el (dframe-frame-mode): Do not set auto-show-mode, since
2641         it is obsolete and has no effect.
2643         * dos-w32.el (default-buffer-file-type): Add defvar to quieten
2644         byte-compiler.
2646         * progmodes/cperl-mode.el (cperl-mode): Remove unnecessary call to
2647         obsolete function make-local-hook.
2649         * progmodes/dcl-mode.el (top-level): Move (require 'tempo) to
2650         start to quieten byte-compiler.
2652 2007-04-10  Markus Triska  <markus.triska@gmx.at>
2654         * emacs-lisp/byte-opt.el (byte-optimize-char-before): Remove (move
2655         to bytecomp.el as byte-compile-char-before).
2656         * emacs-lisp/bytecomp.el (byte-compile-char-before):
2657         New function (modified replacement for byte-optimize-char-before in
2658         byte-opt.el).
2660 2007-04-09  Alan Mackenzie  <acm@muc.de>
2662         * startup.el (inhibit-splash-screen): Emphatically state that it
2663         can't be set in site-start.el.
2665 2007-04-09  Masatake YAMATO  <jet@gyve.org>
2667         * progmodes/cc-subword.el (c-capitalize-subword): More closely
2668         mimic the behavior of `capitalize-word'.  Do not move point with a
2669         negative argument.  Based on tiny change by Paul Curry.
2671 2007-04-09  Paul Curry  <dashteacup@gmail.com>  (tiny change)
2673         * progmodes/cc-subword.el (c-downcase-subword, c-upcase-subword):
2674         Don't move point if ARG is negative.
2676 2007-04-09  Alan Mackenzie  <acm@muc.de>
2678         Changes to make `narrow-to-defun' and `mark-defun' work properly
2679         in CC Mode:
2681         * progmodes/cc-defs.el (c-beginning-of-defun-1):
2682         * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
2683         Bind beginning/end-of-defun-function to nil around calls to
2684         beginning/end-of-defun.
2686         * progmodes/cc-langs.el (beginning-of-defun-function)
2687         (end-of-defun-function): New c-lang-setvar's.
2689         * progmodes/cc-awk.el (c-awk-beginning-of-defun): Add "(or arg
2690         (setq arg 1))" to enable non-interactive call.
2692 2007-04-09  Eli Zaretskii  <eliz@gnu.org>
2694         * simple.el (set-mark-command): Doc fix.
2696 2007-04-09  Nick Roberts  <nickrob@snap.net.nz>
2698         * progmodes/gud.el (gdb): Restore existing session if user
2699         tries to start a second one in graphical mode.
2701 2007-04-08  Martin Rudalics  <rudalics@gmx.at>
2703         * cus-start.el <scroll-preserve-screen-position>: Add choices.
2705 2007-04-08  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
2707         * term/xterm.el (terminal-init-xterm): Fix key definitions.
2708         Add binding for C-M-SPC.
2710 2007-04-08  Richard Stallman  <rms@gnu.org>
2712         * pcomplete.el (pcomplete-read-event): One single definition,
2713         and not a defsubst.
2715 2007-04-08  Chong Yidong  <cyd@stupidchicken.com>
2717         * progmodes/cc-cmds.el (c-end-of-defun): Tidy up, to eliminate
2718         byte-compiler warning "value unused".
2720 2007-04-08  Andreas Schwab  <schwab@suse.de>
2722         * term/xterm.el (terminal-init-xterm): Add bindings for keypad keys.
2724 2007-04-07  Glenn Morris  <rgm@gnu.org>
2726         * calendar/calendar.el (diary-font-lock-keywords, diary-live-p):
2727         Autoload these functions.
2728         (diary-date-forms): Add a custom :set form.
2730         * calendar/diary-lib.el (diary-set-maybe-redraw): Move definition
2731         before first use.
2732         (diary-font-lock-keywords): New function with old code for
2733         initialization of variable of same name.
2735 2007-04-07  David Hansen  <david.hansen@gmx.net>  (tiny change)
2737         * progmodes/cc-cmds.el (c-electric-paren): Fix space-before-funcall
2738         clean-up: only insert space when on identifier, etc.
2740 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
2742         * progmodes/grep.el (grep-find-use-xargs): Rewrite docstring.
2744         * net/tls.el (open-tls-stream): Properly handle case where there
2745         is no associated buffer.
2747 2007-04-07  Glenn Morris  <rgm@gnu.org>
2749         * ffap.el (ffap-file-at-point): Lower the priority of the
2750         ffap-ftp-sans-slash-regexp check.
2752 2007-04-06  Alan Mackenzie  <acm@muc.de>
2754         Fix fontification of labels, and other things with ":".
2756         * progmodes/cc-engine.el (c-forward-label): The function now
2757         returns 'goto-target, 'qt-2kwds-colon, 'qt-1kwd-colon, as well as
2758         the former t.
2760         * progmodes/cc-fonts.el (c-font-lock-declarations): Interpret the
2761         new return code from c-forward-label, fontifying tokens properly.
2762         Add some general comments throughout the file.
2764 2007-04-06  Chong Yidong  <cyd@stupidchicken.com>
2766         * textmodes/flyspell.el (flyspell-duplicate, flyspell-incorrect):
2767         Revert 2006-01-27 change.
2769         * diff-mode.el (diff-mode): Revert 2007-03-04 change.
2771         * menu-bar.el (menu-bar-tools-menu): Revert 2003-07-25 change.
2773         * desktop.el (desktop-create-buffer, desktop-save):
2774         Revert 2004-11-12 change for lack of copyright papers.
2776         * dired-x.el (dired-guess-shell-case-fold-search): Delete var.
2777         (dired-guess-default): Respect case.
2779         * isearch.el (isearch-forward): Revert 1998-08-26 doc change.
2781         * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Remove function;
2782         was originally checked in as byte-optimize-concat on 1997-11-02.
2784         * mail/sendmail.el (mail-text, mail-mode): Revert extant pieces of
2785         1995-05-19 doc changes.
2787 2007-04-06  Kim F. Storm  <storm@cua.dk>
2789         * loadhist.el (read-feature): Reimplement.  New optional arg LOADED-P.
2790         (unload-feature): Update interactive spec accordingly.
2792         * progmodes/grep.el (grep-program): Remove commentary about zgrep.
2794 2007-04-06  John Paul Wallington  <jpw@pobox.com>
2796         * subr.el (with-case-table): Use `make-symbol' to avoid variable
2797         capture.  Restore the table in the same buffer.
2799         * font-lock.el (lisp-font-lock-keywords-2): Add `with-case-table'.
2801 2007-04-05  Chong Yidong  <cyd@stupidchicken.com>
2803         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
2804         Print entire form.
2806 2007-04-05  Nick Roberts  <nickrob@snap.net.nz>
2808         * progmodes/gdb-ui.el (breakpoint-disabled): Tweak face (again)
2809         for low-color displays.
2811 2007-04-05  Glenn Morris  <rgm@gnu.org>
2813         * play/5x5.el, play/animate.el, play/dissociate.el, play/doctor.el,
2814         * play/gomoku.el, play/landmark.el, play/tetris.el, play/zone.el:
2815         Seed random number generator on loading.
2817         * emacs-lisp/authors.el (top-level): Provide self.
2819         * play/animate.el (top-level): Provide self.
2821 2007-04-04  Alan Mackenzie  <acm@muc.de>
2823         * progmodes/cc-vars.el (c-special-indent-hook): Amend doc-string
2824         to mention c-syntactic-indentation.
2826 2007-04-04  Chong Yidong  <cyd@stupidchicken.com>
2828         * subr.el (with-case-table): New macro.
2830         * international/mule.el (ascii-case-table): New var.
2832         * mail/smtpmail.el (smtpmail-via-smtp): Use ascii-case-table when
2833         downcasing.
2835 2007-04-03  Nick Roberts  <nickrob@snap.net.nz>
2837         * progmodes/gud.el (gud-minor-mode-map): Simplify.
2839         * t-mouse.el (t-mouse-make-event-element): Don't use the left edge
2840         of the window if we're outside it e.g menu-bar.
2842         * xt-mouse.el (xterm-mouse-event): Don't use the left edge of the
2843         window if we're outside it e.g menu-bar.
2845 2007-04-03  Eli Zaretskii  <eliz@gnu.org>
2847         * mail/rmail.el (rmail-convert-to-babyl-format): Don't try to
2848         decode base-64 encoded body if its content-type is something other
2849         than text/* or message/*.
2851 2007-04-03  Juanma Barranquero  <lekktu@gmail.com>
2853         * simple.el (activate-mark-hook): Fix typo in docstring.
2855 2007-04-03  Nick Roberts  <nickrob@snap.net.nz>
2857         * tmm.el (tmm-c-prompt): Initialize.
2858         (tmm-menubar): Deal with extended menu-items at top level.
2859         (tmm-get-keybind): Handle bindings redefined/undefined locally.
2860         (tmm-prompt): Handle visibility of top level menu-items.
2862         * progmodes/gud.el (gud-menu-map): Simplify.
2863         (gud-minor-mode-map): Add tool-bar like bindings to the text mode
2864         menubar.
2866 2007-04-02  Chong Yidong  <cyd@stupidchicken.com>
2868         * mail/smtpmail.el (smtpmail-via-smtp): Revert last change.
2870         * comint.el (comint-send-input): Widen the buffer first.
2872         * info.el (Info-fontify-maximum-menu-size): Revert to 100000.
2874 2007-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2876         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Only obey
2877         emacs-lisp-docstring-fill-column in emacs-lisp-mode.
2879         * newcomment.el (comment-search-forward): Discard comment starters
2880         before point.
2882 2007-04-01  Guanpeng Xu  <herberteuler@hotmail.com>
2884         * mouse.el (mouse-set-secondary): Update mouse-secondary-overlay.
2886 2007-04-01  Chong Yidong  <cyd@stupidchicken.com>
2888         * mail/smtpmail.el (smtpmail-via-smtp): Use standard case table
2889         when downcasing.
2891         * button.el (previous-button): Rewrite to account for adjacent buttons.
2893 2007-04-01  J.D. Smith  <jdsmith@as.arizona.edu>
2895         * progmodes/idlwave.el (idlwave-auto-fill):
2896         Revert paragraph-separate change.
2898         * progmodes/idlw-shell.el (idlwave-shell-break-in):
2899         Simplify module calc.
2900         (idlwave-shell-set-bp-in-module): Compute module.
2902 2007-03-31  Glenn Morris  <rgm@gnu.org>
2904         * emacs-lisp/timer.el (run-at-time): Doc fix.
2906         * emacs-lisp/warnings.el (display-warning): If we create the
2907         buffer displaying the warning, disable undo there.
2909 2007-03-31  Michael Albinus  <michael.albinus@gmx.de>
2911         * net/tramp.el (tramp-register-file-name-handler)
2912         (tramp-register-completion-file-name-handler): New defsubst,
2913         derived from `tramp-register-file-name-handlers'.  The split is
2914         necessary because Tramp's file name handlers must be registered at
2915         different startup places.
2917 2007-03-31  Chong Yidong  <cyd@stupidchicken.com>
2919         * progmodes/hideshow.el (turn-off-hideshow): New function.
2920         (hs-minor-mode): Use it instead of a lambda expression in
2921         change-major-mode-hook.
2923 2007-03-31  David Kastrup  <dak@gnu.org>
2925         * woman.el (woman-Cyg-to-Win): Don't convert cons cells
2926         corresponding to MANPATH_MAP entries.
2927         (woman-man.conf-path, woman-parse-man.conf): Doc fix.
2928         (woman-parse-man.conf): Use more discriminating man.conf name.
2929         (woman-parse-man.conf): Parse MANPATH_MAP entries.
2930         (woman-manpath): Doc fix and type fix.
2931         (woman-cached-data): Check for MANPATH_MAP entries.
2932         (woman-expand-directory-path): Treat MANPATH_MAP entries.
2934 2007-03-31  Stuart Herring  <herring@lanl.gov>
2936         * emacs-lisp/sregex.el (sregexq): Doc fix.
2938 2007-03-31  Markus Triska  <markus.triska@gmx.at>
2940         * flymake.el (flymake-err-line-patterns): Doc fix.
2942 2007-03-30  Reiner Steib  <Reiner.Steib@gmx.de>
2944         * info.el (info-tool-bar-map): Use "exit" for Info-exit.
2945         Move to the right.
2947 2007-03-30  Alan Mackenzie  <acm@muc.de>
2949         * progmodes/cc-cmds.el (c-forward-to-nth-EOF-}): Fix EOB bug.
2951 2007-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
2953         * emacs-lisp/ewoc.el (ewoc--insert-new-node): Take additional arg DLL.
2954         Use it, passed in explicitly, instead of from the dynamic binding.
2955         (ewoc-create, ewoc-enter-before): Update to use new call sequence.
2957 2007-03-30  Juanma Barranquero  <lekktu@gmail.com>
2959         * simple.el (blink-matching-open): When in minibuffer, don't
2960         search for a match inside the prompt.
2962 2007-03-30  Nick Roberts  <nickrob@snap.net.nz>
2964         * tmm.el (tmm-menubar): Select the right menu item with the mouse.
2965         (tmm-prompt): Don't make the mouse user select the first menu
2966         item twice.
2968 2007-03-30  Chong Yidong  <cyd@stupidchicken.com>
2970         * eshell/esh-proc.el (eshell/kill): Tweak regexp to recognize
2971         SIGUSR1 and SIGUSR2.
2973 2007-03-29  Kim F. Storm  <storm@cua.dk>
2975         * ido.el (ido-read-internal): When reading file or dir, only override
2976         minibuffer-local-filename-completion-map, otherwise only override
2977         minibuffer-local-completion-map.
2979 2007-03-29  Glenn Morris  <rgm@gnu.org>
2981         * complete.el (partial-completion-mode): Set PC-do-completion-end
2982         to nil after use.
2983         (PC-lisp-complete-symbol): Create and use a marker at `end',
2984         rather than using point-marker.
2986 2007-03-28  Chong Yidong  <cyd@stupidchicken.com>
2988         * simple.el (next-error-highlight): Doc fix.
2989         (compose-mail): Revert 2007-03-19 change.
2991 2007-03-28  Richard Stallman  <rms@gnu.org>
2993         * emacs-lisp/edebug.el (edebug-display): Don't go to
2994         edebug-outside-buffer if it is dead.
2996 2007-03-28  Juanma Barranquero  <lekktu@gmail.com>
2998         * view.el (view-mode): Fix typos in docstring.
3000 2007-03-28  Stephen Berman  <Stephen.Berman@gmx.net>
3002         * recentf.el (recentf-save-file): Add a custom :set function.
3004 2007-03-28  Glenn Morris  <rgm@gnu.org>
3006         * complete.el (PC-do-completion-end): New variable.
3007         (partial-completion-mode) <choose-completion-string-functions>:
3008         Use PC-do-completion-end in the non-minibuffer case to replace the
3009         correct amount of text.
3010         (PC-do-completion): Set PC-do-completion-end for c-c-s-f.
3011         (PC-lisp-complete-symbol): Give marker the after-insertion type,
3012         to deal with improvements inserted after point.
3014 2007-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3016         * button.el (make-text-button): Add explicit `button' property.
3017         (default-button): Don't put a `button' property on it.
3019         * progmodes/python.el (python-mode): Skip comments when parsing.
3021         * vc-arch.el (vc-with-current-file-buffer): New macro.
3022         (vc-arch-file-source-p): Use it to avoid infloop.
3024 2007-03-28  David Hansen  <david.hansen@gmx.net>  (tiny change)
3026         * emacs-lisp/lisp.el (lisp-complete-symbol):
3027         Fix call to get-buffer-window to find windows in other frames.
3029 2007-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3031         * comint.el (comint-proc-query, comint-dynamic-list-completions):
3032         Fix calls to get-buffer-window to find windows in other frames.
3033         Reported by David Hansen <david.hansen@gmx.net>.
3035 2007-03-27   Kevin Ryde  <user42@zip.com.au>
3037         * info.el (Info-display-images-node): On a text-only terminal,
3038         show the "text" or "alt" parts of the image blobs.
3040 2007-03-27  Glenn Morris  <rgm@gnu.org>
3042         * complete.el (PC-do-completion): Compute completion-base-size in
3043         the non-filename case, rather than setting to nil.
3044         (PC-lisp-complete-end): New variable.
3045         (PC-lisp-complete-symbol): Use PC-lisp-complete-end to store the
3046         original end in a series of consecutive invocations.
3048         * calendar/calendar.el (calendar-mode-hook): Declare it.
3050         * calendar/diary-lib.el (diary-live-p): Do not check for
3051         diary-selective-display.
3053 2007-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3055         * replace.el (occur-next-error): *Occur* might not be displayed in the
3056         selected frame.  Reported by David Hansen <david.hansen@gmx.net>.
3058 2007-03-26  Richard Stallman  <rms@gnu.org>
3060         * textmodes/flyspell.el (flyspell-large-region):
3061         Use ispell-call-process-region.
3063 2007-03-26  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
3065         * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
3066         Use prin1 instead of princ.
3068 2007-03-25  Chong Yidong  <cyd@stupidchicken.com>
3070         * faces.el (face-set-after-frame-default): Revert 2007-03-10 change.
3071         Merge in X resources before global face.
3073         * progmodes/compile.el (compilation-start): Save compilation-directory
3074         rather than default-directory as local var.
3075         (compilation-directory): Mark as safe local var.
3077         * files.el: Don't mark default-directory as a safe local var.
3079 2007-03-25  Alan Mackenzie  <acm@muc.de>
3081         * progmodes/cc-mode.el (c-before-change): Fix BOB bug.
3082         * progmodes/cc-engine.el: Fix typo.
3084 2007-03-25  Juri Linkov  <juri@jurta.org>
3086         * compare-w.el (compare-windows): Rename customization group
3087         `compare-w' to `compare-windows'.
3088         (compare-windows-whitespace, compare-ignore-whitespace)
3089         (compare-ignore-case, compare-windows-sync)
3090         (compare-windows-sync-string-size, compare-windows-recenter)
3091         (compare-windows-highlight, compare-windows): Change group name in
3092         the `group' tag from `compare-w' to `compare-windows'.
3093         (compare-windows-sync): Add option `nil' for no sync.  Doc fix.
3095 2007-03-24  Markus Triska  <markus.triska@gmx.at>
3097         * expand.el: Change example to always enable abbrev-mode,
3098         and remove redundant `function'.
3099         (expand-abbrev-hook): Add autoload cookie.
3101 2007-03-24  Ryan Yeske  <rcyeske@gmail.com>
3103         * emacs-lisp/testcover.el (testcover-start, testcover-end)
3104         (testcover-mark-all, testcover-unmark-all): Add prompts to
3105         interactive specs.
3107 2007-03-24  Jason Rumney  <jasonr@gnu.org>
3109         * autorevert.el (find-file-hook, auto-revert-tail-mode):
3110         Use file size in bytes for auto-revert-tail-pos not characters.
3112 2007-03-24  Thien-Thi Nguyen  <ttn@gnu.org>
3114         * vc-rcs.el (vc-rcs-annotate-command):
3115         Set text property :vc-annotate-prefix on the annotation text.
3116         (vc-rcs-annotate-time): Instead of searching for ": ",
3117         search for end of text propertized with :vc-annotate-prefix.
3119 2007-03-24  Martin Rudalics  <rudalics@gmx.at>
3121         * whitespace.el (top level): Remove calls putting
3122         permanent-local nil property since these are no-ops.
3124         * man.el (Man-support-local-filenames): Assure that
3125         default-directory exists when doing call-process.
3127 2007-03-23  David Vazquez  <xeos00@gmail.com>  (tiny change)
3129         * progmodes/m4-mode.el (m4-m4-buffer, m4-m4-region):
3130         Fix omission bug: Use m4-program-options to construct shell command.
3132 2007-03-23  David Kastrup  <dak@gnu.org>
3134         * progmodes/cc-mode.el (c-make-emacs-variables-local):
3135         Use `mapcar' rather than `mapcan' to silence compiler warning.
3137 2007-03-22  Ralf Angeli  <angeli@caeruleus.net>
3139         * textmodes/reftex.el, textmodes/reftex-vars.el,
3140         * textmodes/reftex-toc.el, textmodes/reftex-sel.el,
3141         * textmodes/reftex-ref.el, textmodes/reftex-parse.el,
3142         * textmodes/reftex-index.el, textmodes/reftex-global.el,
3143         * textmodes/reftex-dcr.el, textmodes/reftex-cite.el,
3144         * textmodes/reftex-auc.el: Add maintainer address.
3146 2007-03-22  Carsten Dominik  <dominik@science.uva.nl>
3148         * textmodes/org.el (org-agenda-mode, org-table-edit-formulas):
3149         Make sure that `global-font-lock-mode' does not turn on font-lock
3150         in these buffers.
3152 2007-03-21  Kim F. Storm  <storm@cua.dk>
3154         * xt-mouse.el (xt-mouse-epoch): New variable.
3155         (xterm-mouse-event): Use float-time.
3157 2007-03-21  Nick Roberts  <nickrob@snap.net.nz>
3159         * xt-mouse.el (xterm-mouse-event): Compute a timestamp using
3160         current-time.
3162 2007-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3164         * complete.el (read-file-name-internal): Don't add the final > if the
3165         completion is not finished (re-application of this patch, which was
3166         accidentally undone by Eli).
3168 2007-03-21  Chong Yidong  <cyd@stupidchicken.com>
3170         * emulation/viper.el (viper-non-hook-settings): Handle mouse
3171         clicks in describe-key and describe-key-briefly advice a little better.
3173 2007-03-21  Juanma Barranquero  <lekktu@gmail.com>
3175         * server.el (server-process-filter): Cancel any pending isearch.
3177 2007-03-21  Ulf Jasper  <ulf.jasper@web.de>
3179         * calendar/icalendar.el (icalendar-version): Increase to 0.15.
3180         (icalendar--get-unfolded-buffer): Define actual arguments rather
3181         than just using &rest.  Check replace-in-string is fbound.
3182         (icalendar-import-buffer): Doc fix.
3183         (icalendar--convert-ical-to-diary): Set diary-file.
3184         Check diary-file before inserting final newline.
3185         (icalendar--add-diary-entry): Return diary-file.
3187 2007-03-21  Glenn Morris  <rgm@gnu.org>
3189         * calendar/calendar.el (diary-set-maybe-redraw): Autoload it.
3190         (diary-display-hook): Add custom :set function.
3192         * calendar/diary-lib.el (diary-header-line-flag): Doc fix.
3193         Add custom :set function.
3194         (diary-header-line-format): Doc fix.
3195         (diary-set-maybe-redraw): New function.
3196         (number-of-diary-entries): Change :set to use diary-set-maybe-redraw.
3197         (diary-list-entries): Always run diary-mode.
3199 2007-03-20  Kenichi Handa  <handa@m17n.org>
3201         * international/quail.el (quail-setup-completion-buf): Make the
3202         completion buffer read-only.
3203         (quail-completion): Adjusted for the above change.  Leave the
3204         modified flag nil.
3206 2007-03-20  David Kastrup  <dak@gnu.org>
3208         * files.el (magic-mode-alist): Require literal "%!PS" string for
3209         magic postscript file detection.
3211 2007-03-20  Richard Stallman  <rms@gnu.org>
3213         * textmodes/ispell.el (ispell-call-process): New function.
3214         Defends against bad `default-directory.'
3215         (ispell-check-version, ispell-find-aspell-dictionaries)
3216         (ispell-get-aspell-config-value, lookup-words): Call it.
3217         (ispell-call-process-region): New function.
3218         (ispell-send-string): Call it.
3220 2007-03-20  Andreas Schwab  <schwab@suse.de>
3222         * Makefile.in (custom-deps): Depend on $(lisp)/subdirs.el.
3223         (finder-data): Likewise.
3224         (autoloads): Likewise.
3226 2007-03-20  Martin Rudalics  <rudalics@gmx.at>
3228         * files.el (basic-save-buffer): Do not set visited filename when
3229         the corresponding directory does not exist or the specified
3230         filename is that of an existing directory.
3232 2007-03-20  Glenn Morris  <rgm@gnu.org>
3234         * calendar/diary-lib.el (diary-live-p): New function.
3235         (number-of-diary-entries): Add a :set function to redisplay diary
3236         when necessary.
3238 2007-03-19  Nick Roberts  <nickrob@snap.net.nz>
3240         * t-mouse.el (t-mouse-make-event-element): Use timestamp output
3241         from client program, mev, to compute mouse event.
3243 2007-03-19  Chong Yidong  <cyd@stupidchicken.com>
3245         * faces.el (momentary): Face removed; unused due to reversion of
3246         2007-01-04 changes by Kevin Rodgers.
3248         * mouse.el (mouse-drag-track): Remove spurious input-pending-p test.
3249         Suggested by Johan Bockg\e,Ae\e(Brd.
3251 2007-03-19  Martin Rudalics  <rudalics@gmx.at>
3253         * font-lock.el (lisp-font-lock-keywords-1):
3254         Highlight define-globalized-minor-mode as a keyword.
3256 2007-03-19  Kim F. Storm  <storm@cua.dk>
3258         * calc/calc-forms.el (math-std-daylight-savings)
3259         (math-std-daylight-savings-old): Doc fix.
3261 2007-03-19  Juanma Barranquero  <lekktu@gmail.com>
3263         * progmodes/python.el (python-default-template): Doc fix.
3264         (python-buffer): Fix typo in docstring.
3266         * isearchb.el (isearchb-follow-char):
3267         * subr.el (def-edebug-spec): Fix typo in docstring.
3269 2007-03-19  Richard Stallman  <rms@gnu.org>
3271         * files.el (default-directory): Mark safe.
3272         (basic-save-buffer-2): Put proper dir name in error message.
3274         * simple.el (compose-mail): Run switch-function after
3275         setting up the mail buffer.
3277         * startup.el (inhibit-splash-screen, initial-major-mode): Doc fixes.
3279 2007-03-18  Jay Belanger  <belanger@truman.edu>
3281         * calc/calc-forms.el (math-parse-date): Fix a regular expression.
3282         (math-std-daylight-savings-new): Rename from
3283         `math-std-daylight-savings'.
3284         (math-std-daylight-savings-old): Rename from old value of
3285         `math-std-daylight-savings'.
3286         (math-std-daylight-savings): Use `math-std-daylight-savings-new' or
3287         `math-std-daylight-savings-old' depending on the year.
3289 2007-03-18  Detlev Zundel  <dzu@gnu.org>
3291         * emacs-lisp/re-builder.el (reb-update-overlays): Do not mark
3292         zero-width regexps as invalid but rather at least count them correctly.
3294 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
3296         * net/tls.el (open-tls-stream): In handshake-waiting loop,
3297         don't wait more if there is output available to process.
3299 2007-03-18  Nick Roberts  <nickrob@snap.net.nz>
3301         * progmodes/compile.el (compilation-find-file): Revert change
3302         from 2006-07-18 to allow completion of directory names.
3303         Reported by John Carter <john.carter@tait.co.nz>.
3305 2007-03-18  Kim F. Storm  <storm@cua.dk>
3307         * subr.el (when, unless): Doc fix.
3309 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
3311         * net/tls.el (tls-program): Doc fix.
3313 2007-03-17  Denis Bueno  <dbueno@gmail.com>  (tiny change)
3315         * autorevert.el (auto-revert-tail-handler):
3316         Call after-revert-hook.
3318 2007-03-17  Ryan Yeske  <rcyeske@gmail.com>
3320         * simple.el (switch-to-completions): No error if search for \n\n fails.
3322 2007-03-17  Chong Yidong  <cyd@stupidchicken.com>
3324         * simple.el (line-move-1):
3325         Respect `inhibit-line-move-field-capture' property.
3327 2007-03-13  Chong Yidong  <cyd@stupidchicken.com>
3329         * comint.el (comint-arguments): Mark backslash-escaped chars.
3330         (comint-delim-arg): Don't treat them as delimiters.
3332 2007-03-12  Kim F. Storm  <storm@cua.dk>
3333         * ido.el (ido-init-completion-maps): Remap delete-backward-char.
3335 2007-03-12  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
3337         * tempo.el (tempo-insert): Deal with 'r> if it appears
3338         specified with a prompt argument.
3340 2007-03-12  Carsten Dominik  <dominik@science.uva.nl>
3342         * textmodes/org.el (org-set-font-lock-defaults):
3343         Handle narrow table columns correctly.
3345 2007-03-12  Mark A. Hershberger  <mah@everybody.org>
3347         * xml.el (xml-parse-tag, xml-parse-string, xml-parse-attlist)
3348         (xml-parse-dtd, xml-parse-elem-type, xml-substitute-special):
3349         Return to use of the -no-properties variants.  There was
3350         consensus on emacs-devel that the speed of these variants was
3351         prefered since we are usually parsing files (from the internet
3352         or on disk) instead of XML created in Emacs.
3354         * eshell/esh-mode.el (eshell-handle-ansi-color): New function.
3355         Add customize option.
3357 2007-03-12  Glenn Morris  <rgm@gnu.org>
3359         * calc/calc-forms.el (math-std-daylight-savings): Switch to new
3360         North American rule.  Replace "daylight savings" with "daylight
3361         saving" in doc.
3363         * calendar/cal-china.el, cal-dst.el, calendar.el, diary-lib.el:
3364         * calendar/lunar.el, solar.el: Replace "daylight savings" with
3365         "daylight saving" in text.
3367         * woman.el (woman-change-fonts): Tweak previous change by using
3368         woman-request-regexp rather than "^\\.".
3370         * startup.el (command-line-1): Make insertion of
3371         initial-scratch-message not depend on scratch being selected.
3373 2007-03-11  Juri Linkov  <juri@jurta.org>
3375         * replace.el (match): Use yellow background on light-bg terminals.
3377 2007-03-11  Richard Stallman  <rms@gnu.org>
3379         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
3380         Correctly compute line number.
3382 2007-03-11  Guanpeng Xu  <herberteuler@hotmail.com>
3384         * type-break.el (type-break-get-previous-count):
3385         Repeat previous change here.
3387 2007-03-11  Dan Nicolaescu  <dann@ics.uci.edu>
3389         * progmodes/grep.el (grep-find-ignored-directories):
3390         Add .git and .bzr to list.
3392 2007-03-11  Andreas Schwab  <schwab@suse.de>
3394         * diff-mode.el (diff-apply-hunk): Use proper format string for error.
3396 2007-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3398         * mail/emacsbug.el (report-emacs-bug): Don't hard code the "X" name.
3400 2007-03-10  Chong Yidong  <cyd@stupidchicken.com>
3402         * faces.el (face-set-after-frame-default): Recalculate face
3403         customizations after applying X resources.
3405 2007-03-10  Ryan Yeske  <rcyeske@gmail.com>
3407         * net/rcirc.el (rcirc-timeout-seconds): New variable.
3408         (rcirc-keepalive-seconds): Remove variable.
3409         (rcirc-server-name, rcirc-timeout-timer, rcirc-connecting)
3410         (rcirc-process, rcirc-user-disconnect): New variables.
3411         (rcirc-connect): Initalize new variables.
3412         (rcirc-keepalive): Don't send keepalive pings before connection
3413         is completed.
3414         (rcirc-sentinel): Do mark all channels with activity when
3415         connection is dropped.  Run hook with process buffer local.
3416         (rcirc-reschedule-timeout, rcirc-delete-process): New functions.
3417         (rcirc-buffer-process): Return value of rcirc-process if
3418         rcirc-server-buffer is nil.
3419         (rcirc-server-name): Return the reported server name.
3420         (rcirc-update-prompt): Simplify computation of the server name.
3421         (rcirc-format-response-string): Likewise.
3422         (rcirc-handler-001): Mark server as connected, record the reported
3423         server name, and schedule a timeout.
3424         (rcirc-track-nick): Add a spec for the tty class.
3425         (rcirc-user-non-nick): Remove function.
3426         (rcirc-nick-prefix-chars): Add variable.
3427         (rcirc-user-nick): Use above variable.
3429 2007-03-10  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
3431         * icomplete.el (icomplete-tidy, icomplete-exhibit):
3432         Bind deactivate-mark to nil.
3434 2007-03-10  Martin Rudalics  <rudalics@gmx.at>
3436         * complete.el (PC-do-completion): Bind dirlength to nil to avoid
3437         that buffer contents get erased during completion.
3439 2007-03-10  Glenn Morris  <rgm@gnu.org>
3441         * woman.el (woman-change-fonts): Add a hack to deal with
3442         font-escape followed by "." at start of a line.
3443         (woman2-IP): Add a hack to deal with consecutive requests.
3444         (woman2-tagged-paragraph): Extend existing hack to handle "sp".
3446 2007-03-10  Alan Mackenzie  <acm@muc.de>
3448         * progmodes/cc-mode.el (c-before-change): Wrap in save-match-data.
3450 2007-03-09  Richard Stallman  <rms@gnu.org>
3452         * abbrev.el (abbrev): Add `provide'.
3454 2007-03-09  Thien-Thi Nguyen  <ttn@gnu.org>
3456         * net/ange-ftp.el (ange-ftp-try-passive-mode): Doc fix.
3458 2007-03-09  Martin Rudalics  <rudalics@gmx.at>
3460         * complete.el (PC-try-completion): New function.
3461         (PC-do-completion, read-file-name-internal): Use it instead of
3462         try-completion.
3464 2007-03-08  Alan Mackenzie  <acm@muc.de>
3466         Remove stale tokens from `c-found-types' cache.
3468         * progmodes/cc-mode.el (c-unfind-enclosing-token)
3469         (c-unfind-coalesced-tokens, c-before-change): New functions.
3470         (c-maybe-stale-found-type): New variable.
3472         * progmodes/cc-engine.el (c-partial-ws-p, c-unfind-type)
3473         (c-trim-found-types): New functions.
3475 2007-03-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3477         * smerge-mode.el (smerge-remove-props): Don't mark the buffer modified.
3478         (debug-ignored-errors): Add entry from smerge-match-conflict.
3480 2007-03-08  J.D. Smith  <jdsmith@as.arizona.edu>
3482         * progmodes/idlw-help.el (idlwave-do-context-help1): Don't visit
3483         special help topics for keywords.
3484         (idlwave-help-assistant-command): Include ".exe" for ms-dos
3485         etc. Assistant command.
3487 2007-03-08  Chong Yidong  <cyd@stupidchicken.com>
3489         * replace.el (occur-engine): Move buffer-undo-list binding...
3490         (occur-1): ...to here.
3492         * complete.el (PC-bindings): Rebind M-TAB in read-expression-map.
3494         * simple.el (minibuffer-completing-symbol): New var.
3495         (eval-expression): Use it.
3496         (completion-setup-function): Don't bind completion-base-size when
3497         completing a symbol in the minibuffer.
3499 2007-03-08  Nick Roberts  <nickrob@snap.net.nz>
3501         * progmodes/gud.el (gdb): Pop up current GUD buffer if user
3502         tries to start a second session in graphical mode.
3504 2007-03-07  Miles Bader  <miles@gnu.org>
3506         * international/isearch-x.el
3507         (isearch-process-search-multibyte-characters):
3508         Strip text-properties from PROMPT to avoid an error from read-string.
3510 2007-03-07  Kim F. Storm  <storm@cua.dk>
3512         * complete.el (PC-bindings): Remap lisp-complete-symbol to
3513         PC-lisp-complete-symbol instead of binding M-TAB in global-map.
3515 2007-03-07  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
3517         * complete.el (PC-do-completion): Delete duplicates in the list of
3518         possible completions.
3520 2007-03-07  Glenn Morris  <rgm@gnu.org>
3522         * ses.el (ses-mode): Doc fix.
3524 2007-03-06  Kim F. Storm  <storm@cua.dk>
3526         * isearch.el (isearch-message-prefix): Undo 2007-03-01 change.
3528 2007-03-06  Kenichi Handa  <handa@m17n.org>
3530         * term/x-win.el (x-select-utf8-or-ctext): Improve the strategy.
3532 2007-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3534         * simple.el (completion-setup-function): Improve last fix so it doesn't
3535         set it to a relative directory name either.
3537 2007-03-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3539         * ps-print.el: Replace some (defvar VAR) by (defvar VAR nil).
3541 2007-03-05  Richard Stallman  <rms@gnu.org>
3543         * emacs-lisp/re-builder.el (reb-re-syntax): Fix custom type.
3545         * files.el (find-file-noselect): No error if file no longer exists.
3546         Display a message and avoid other questions.
3548 2007-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3550         * pcomplete.el (pcomplete-show-completions): Improve last change, so
3551         as not to use an invisible window and to create a window if none exist.
3553         * progmodes/python.el (python-send-command): Restart proc if necessary.
3554         (python-proc): Simplify.
3556 2007-03-05  David Hansen  <david.hansen@gmx.net>  (tiny change)
3558         * pcomplete.el (pcomplete-show-completions): Search all frames for
3559         completions buffer.
3561 2007-03-05  Chong Yidong  <cyd@stupidchicken.com>
3563         * cus-edit.el (customize-save-variable): Clear customized-value
3564         property (saved values are now put in theme-value property).
3565         (customize-set-variable): Doc fix.
3567         * complete.el (PC-do-completion): If completion-ignore-case is
3568         non-nil, replace field with completion string before exiting.
3570 2007-03-05  Michael Albinus  <michael.albinus@gmx.de>
3572         * net/tramp.el (tramp-make-temp-file): New parameter FILENAME.
3573         Append its extension to the resulting temporary file name.
3574         (tramp-handle-file-local-copy, tramp-handle-write-region): Apply it.
3576         * net/tramp-smb.el (tramp-smb-handle-file-local-copy)
3577         (tramp-smb-handle-write-region): Apply it.
3579 2007-03-05  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
3581         * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
3582         Redo previous change.
3584 2007-03-04  Kevin Rodgers  <kevin.d.rodgers@gmail.com>  (tiny change)
3586         * diff-mode.el (diff-mode): Doc fix.
3588 2007-03-05  Kenichi Handa  <handa@m17n.org>
3590         * international/characters.el: Set category `l' (latin)
3591         for more characters.
3593 2007-03-04  Kim F. Storm  <storm@cua.dk>
3595         * emacs-lisp/authors.el (authors-aliases): Add alias.
3597 2007-03-04  Glenn Morris  <rgm@gnu.org>
3599         * progmodes/hideshow.el (hs-minor-mode): Turn mode off and show
3600         all when switching major mode.
3601         (hs-minor-mode, hs-c-start-regexp, hs-block-start-regexp)
3602         (hs-block-start-mdata-select, hs-block-end-regexp)
3603         (hs-forward-sexp-func, hs-adjust-block-beginning):
3604         Do not make these variables permanent-local.
3606 2007-03-04  Richard Stallman  <rms@gnu.org>
3608         * progmodes/cperl-mode.el (cperl-mode):
3609         Modify cperl-compilation-error-regexp-alist by appending.
3611         * emacs-lisp/edebug.el (edebug-kill-buffer): New function.
3612         (edebug-mode): Add the hook.
3613         (edebug-recursive-edit): Remove the hook on exiting.
3615         * type-break.el (type-break-get-previous-time):
3616         Handle end-of-file errors specially
3617         so they don't get reported wrong in .emacs.
3619         * startup.el (fancy-splash-text): Clarify text.
3621         * simple.el (beginning-of-buffer, end-of-buffer):
3622         Avoid treating plain C-u like numeric arg.
3624         * simple.el (completion-setup-function): Don't set
3625         default-directory to nil.
3627         * shell.el (shell-dirstack-query): Doc fix.
3629         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
3630         Don't select the window -- pass it to primitives instead.
3632         * faces.el (minibuffer-prompt): Use medium blue by default.
3634 2007-03-04  David Kastrup  <dak@gnu.org>
3636         * jit-lock.el (jit-lock-stealth-time): Change default to nil.
3637         Preserve 16 as default value for "seconds" when customizing.
3639 2007-03-04  Carsten Dominik  <dominik@science.uva.nl>
3641         * textmodes/org.el (org-self-insert-command)
3642         (orgtbl-self-insert-command, org-delete-char)
3643         (org-delete-backward-char): Set the `flyspell-delayed' property.
3645 2007-03-03  Chong Yidong  <cyd@stupidchicken.com>
3647         * international/mule.el (find-auto-coding): Don't search for
3648         line-ending characters past the end of the tail.
3650 2007-03-03  Christopher Allan Webber  <cwebber@dustycloud.org>  (tiny change)
3652         * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
3653         Jump to the line where new score has been uploaded.
3655         * play/tetris.el (tetris-move-bottom, tetris-move-left)
3656         (tetris-move-right, tetris-rotate-prev, tetris-rotate-next):
3657         Do nothing when the game is paused.
3659 2007-03-03  Carsten Dominik  <dominik@science.uva.nl>
3661         * textmodes/org.el (org-set-tags): Prevent slipping of point
3662         during completion.
3664 2007-03-01  Lennart Borgman  <lennart.borgman.073@student.lu.se>
3666         * isearch.el (isearch-message-prefix):
3667         Use minibuffer-prompt-properties.
3669 2007-03-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3671         * ps-print.el: Replace (defvar VAR nil) by (defvar VAR).
3672         (ps-setup): Print which Emacsen is running ps-print package.
3674 2007-03-01  Stuart Herring  <herring@lanl.gov>
3676         * files.el (set-auto-mode-0): Use `indirect-function'.
3677         (hack-one-local-variable): Don't reapply current major mode.
3679 2007-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3681         * progmodes/python.el (python-quote-syntax): Don't bother with
3682         syntax-ppss-context.
3683         (python-fill-paragraph): Make sure that fenced-string delimiters that
3684         stand on their own line stay there.
3686 2007-03-01  Lennart Borgman  <lennart.borgman.073@student.lu.se>
3688         * replace.el (perform-replace): Propertize message.
3690 2007-03-01  Carsten Dominik  <dominik@science.uva.nl>
3692         * textmodes/org.el (org-prepare-agenda-buffers): Also check for
3693         invisible heading.
3695 2007-02-28  Chong Yidong  <cyd@stupidchicken.com>
3697         * net/tramp.el (tramp-file-name-handler): Revert last change.
3699 2007-02-28  Nick Roberts  <nickrob@snap.net.nz>
3701         * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump):
3702         Correct doc strings.
3704 2007-02-28  Chong Yidong  <cyd@stupidchicken.com>
3706         * replace.el (perform-replace): Undo forward-char immediately if
3707         non-adjacent search fails.
3709 2007-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3711         * version.el (emacs-major-version, emacs-minor-version):
3712         string-to-int -> string-to-number.
3714 2007-02-28  Juanma Barranquero  <lekktu@gmail.com>
3716         * help.el (where-is): Fail gracefully when not passed a command.
3718 2007-02-28  Stuart Herring  <herring@lanl.gov>
3720         * find-lisp.el (find-lisp-default-directory-predicate):
3721         Fix bug: Do symlink check on expanded filename.
3723 2007-02-28  Carsten Dominik  <dominik@science.uva.nl>
3725         * textmodes/org.el (org-set-tags, org-table-get-field): Avoid case
3726         changes during replacement.
3727         (org-agenda-mode-map): Add default binding for `org-agenda-archive'.
3729 2007-02-28  Lars Hansen  <larsh@soem.dk>
3731         * desktop.el: Delete header line listing me as maintainer.
3733 2007-02-28  Glenn Morris  <rgm@gnu.org>
3735         * tutorial.el (tutorial--describe-nonstandard-key): Tweak text in
3736         the menus case.
3738 2007-02-28  Chong Yidong  <cyd@stupidchicken.com>
3740         * net/tramp.el (tramp-file-name-handler): Inhibit modification
3741         hooks to avoid confusion when combining after-change calls.
3743 2007-02-27  Ken Manheimer  <ken.manheimer@gmail.com>
3745         * allout.el (allout-encrypt-string): Remove inhibition of gpg-agent,
3746         now that pgg-gpg-process-region correctly honors passed-in passphrase.
3747         (allout-distinctive-bullets-string): Add info about bullet conventions.
3748         (allout-mode): Add info about distinctive vs plain bullets.
3750 2007-02-27  Carsten Dominik  <dominik@science.uva.nl>
3752         * textmodes/org.el (org-archive-subtree): Quote variable name.
3753         (org-agenda-get-todos): Make sure skip properties are checked correctly.
3755 2007-02-26  Nick Roberts  <nickrob@snap.net.nz>
3757         * progmodes/gud.el (gud-bashdb-history, gud-bashdb-marker-filter)
3758         (gud-bashdb-command-name, bashdb): Remove.
3759         (gud, gud-menu-map): Remove references to bash/bashdb.
3761 2007-02-26  Andrey Zhdanov  <susuman@hotmail.com>  (tiny change)
3763         * progmodes/gud.el (gud-pdb-marker-regexp): Add optional <module>
3764         keyword for Python 2.5.
3766 2007-02-26  Romain Francoise  <romain@orebokech.com>
3768         * net/net-utils.el (whois-server-tld): Update server for .org.
3769         (whois-server-list): Add whois.publicinterestregistry.net.
3770         (whois-guess-server): Fix formatting in docstring.
3772 2007-02-26  Kim F. Storm  <storm@cua.dk>
3774         * mouse.el (mouse-show-mark): Run hooks and perform command
3775         remapping for mouse-region-delete-keys.
3777 2007-02-26  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
3779         * font-core.el (font-lock-mode): Doc fix.
3781 2007-02-25  Kim F. Storm  <storm@cua.dk>
3783         * ido.el (ido-buffer-internal): Set this-command to fallback command.
3784         Add selected buffer to buffer-name-history.
3785         (ido-file-internal): Set this-command to fallback command.
3786         Add file names to file-name-history.
3788         * emacs-lisp/map-ynp.el (map-y-or-n-p):
3789         Apply minibuffer-prompt-properties.
3791 2007-02-25  Andreas Schwab  <schwab@suse.de>
3793         * files.el (hack-one-local-variable-eval-safep): Correct handling
3794         of edebug-form-spec property value.  Reported by Johan Bockg\e,Ae\e(Brd.
3796 2007-02-25  Carsten Dominik  <dominik@science.uva.nl>
3798         * textmodes/org.el (org-table-overlay-coordinates)
3799         (org-table-toggle-coordinate-overlays): New functions.
3800         (org-table-overlay-coordinates, org-table-coordinate-overlays):
3801         New variables.
3802         (org-startup-with-deadline-check): Remove option.
3803         (org-mode): Remove deadline check on startup.
3804         (org-table-limit-column-width): Remove option.
3805         (org-table-formula-numbers-only): Remove option.
3806         (org-link-style, org-link-format): Remove options.
3807         (org-select-agenda-window, org-fit-agenda-window): Remove options.
3808         (org-export-ascii-show-new-buffer)
3809         (org-export-html-show-new-buffer): Remove options.
3810         (org-activate-links): Remove camel option.
3811         (org-file-link-context-use-camel-case): Remove option.
3812         (org-camel-regexp): Remove variable.
3813         (org-activate-camels): Remove function.
3814         (org-store-link): Remove Camel stuff.
3815         (org-make-org-heading-camel): Remove function.
3816         (org-open-at-point): Remove camel stuff.
3817         (org-link-search): Remove camel stuff.
3818         (org-camel-to-words): Function removed.
3819         (org-get-agenda-file-buffer): Make sure we prepare the base
3820         buffers, not any indirect buffers.
3821         (org-sort-entries): Sort top-level when not on a headline, and no
3822         active region.
3823         (org-in-regexp): New function.
3824         (org-search-not-self): Rename from `org-search-not-link'.
3825         (org-open-link-marker): New variable.
3826         (org-open-at-point): Set `org-open-link-marker'.
3827         (org-print-icalendar-entries): Fixe bug with excluding DONE
3828         entries from the exported list.
3829         (org-edit-formula-lisp-indent): New command.
3830         (orgtbl-to-texinfo, orgtbl-to-html): New functions.
3831         (orgtbl-to-latex, orgtbl-insert-radio-table)
3832         (orgtbl-toggle-comment, orgtbl-send-table): New functions.
3833         (orgtbl-radio-table-templates): New option.
3834         (org-store-link-props):
3835         (org-remember-templates): More possibilities to insert info
3836         into templates.
3837         (org-remember-apply-template): Make use of the extended
3838         template capabilities.
3839         (org-remember-redo-template): New command.
3840         (org-upgrade-old-links)
3841         (org-table-modify-formulas, org-table-replace-in-formulas)
3842         (org-table-find-dataline)
3843         (org-table-get-vertical-vector): Remove functions.
3844         (org-table-remove-rectangle-highlight)
3845         (org-time-stamp-format, org-toggle-log-option)
3846         (org-table-highlight-rectangle)
3847         (org-table-iterate, org-table-make-reference):
3848         (org-translate-time, org-tree-to-indirect-buffer)
3849         (org-table-field-info, org-table-fix-formulas)
3850         (org-table-force-dataline, org-table-get-descriptor-line)
3851         (org-table-get-range)
3852         (org-skip-comments, org-sort)
3853         (org-sort-entries, org-sublist, org-table-add-rectangle-overlay)
3854         (org-table-current-dline, org-table-current-field-formula)
3855         (org-table-edit-backward-field)
3856         (org-table-edit-formulas-post-command)
3857         (org-table-edit-line-down, org-table-edit-line-up)
3858         (org-agenda-archive)
3859         (org-agenda-clock-cancel)
3860         (org-agenda-clock-out, org-agenda-list-stuck-projects)
3861         (org-agenda-open-link, org-agenda-show-new-time)
3862         (org-agenda-skip-subtree-when-regexp-matches)
3863         (org-agenda-tree-to-indirect-buffer, org-agenda-undo)
3864         (org-at-regexp-p, org-auto-repeat-maybe, org-check-log-option)
3865         (org-do-sort, org-file-image-p, org-find-overlays)
3866         (org-find-row-type, org-get-indirect-buffer, org-get-repeat)
3867         (org-highlight-until-next-command, org-isearch-end)
3868         (org-match-any-p, org-next-link, org-previous-link):
3869         (org-remove-subtree-entries-from-agenda, org-replace-escapes)
3870         (org-rewrite-old-row-references)
3871         (org-isearch-post-command)
3872         (org-table-edit-move, org-table-edit-next-field)
3873         (org-table-edit-scroll, org-table-edit-scroll-down)
3874         (org-set-frame-title, org-show-reference)
3875         (org-unhighlight-once, org-verify-change-for-undo): New functions.
3876         (org-show-variable): Remove command.
3877         (org-add-log-maybe): New arguments STATE, FINDPOS
3878         (org-table-sort-lines): Rewrite from scratch.
3879         (org-link-search): New argument AVOID-POS.
3880         (org-print-icalendar-entries): Remove argument CATEGORY.
3881         (org-run-agenda-series): Remove argument WONDOW.
3882         (org-next-link, org-previous-link): New commands.
3883         (org-agenda-date-format): New option.
3884         (org-table-iterate): New command.
3885         (org-table-modify-formulas)
3886         (org-table-replace-in-formulas): Remove functions.
3887         (org-table-fix-formulas): New function.
3888         (org-table-insert-column, org-table-delete-column)
3889         (org-table-move-column): Use `org-table-fix-formulas'.
3890         (org-follow-gnus-link): Patch from Bastien/Leo.
3891         (org-table-current-field-formula): New function.
3892         (org-file-image-p): New function.
3893         (org-agenda-show-new-time): New function.
3894         (org-agenda-date-later): Call `org-agenda-show-new-time'.
3895         (org-with-remote-undo): New macro.
3896         (org-agenda-undo): New command.
3897         (org-verify-change-for-undo): New function.
3898         (org-time-stamp-format): New function.
3899         (org-agenda-get-timestamps): Skip scheduled if DONE and requested
3900         by user.
3901         (org-match-any-p): New function.
3902         (org-make-tags-matcher): Handle regular expressions for tag and
3903         todo matches.
3904         (org-read-date): Accept "+N" as input for a date relative to the
3905         current date.
3906         (org-remove-subtree-entries-from-agenda): New function.
3907         (org-agenda-archive, org-agenda-kill):
3908         Use `org-remove-subtree-entries-from-agenda'.
3909         (org-do-sort, org-sort-entries): New functions.
3910         (org-sort): New command.
3911         (org-table-sort-lines): Use `org-do-sort'.
3912         (org-fix-decoded-time): New function.
3913         (org-table-number-regexp): Require 0x... to identify as number
3914         in tables.
3915         (org-startup-options): New keywords for note taking.
3916         (org-upgrade-old-links): Remove function.
3917         (org-get-repeat): New function.
3918         (org-show-context): Also show siblings on current level.
3919         (org-show-siblings): New function.
3920         (org-isearch-end, org-isearch-post-command): New functions.
3921         (org-show-siblings): New option.
3922         (org-show-context): Use `org-show-siblings'.
3923         (org-table-maybe-recalculate-line): No longer require `calc-eval'
3924         to be bound, because user may just use elisp.
3926 2007-02-24  Kim F. Storm  <storm@cua.dk>
3928         * emulation/cua-base.el (cua-paste): Handle x-clipboard-yank.
3929         (cua--init-keymaps): Remap x-clipboard-yank to cua-paste.
3931 2007-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
3933         * startup.el (command-line): Also check if the abbrev file is readable.
3935 2007-02-24  John Paul Wallington  <jpw@pobox.com>
3937         * net/tls.el (tls-certtool-program): Fix custom type.
3939         * mail/feedmail.el (feedmail-message-id-generator)
3940         (feedmail-date-generator): Fix custom types.
3942         * mail/rmail.el (rmail-message-filter): Fix custom type.
3944 2007-02-24  Eli Zaretskii  <eliz@gnu.org>
3946         * startup.el (command-line): If simple.el cannot be found, proceed
3947         with a warning message.
3949 2007-02-24  Kenichi Handa  <handa@m17n.org>
3951         * international/utf-8.el (utf-8-pre-write-conversion): Handle the
3952         case that BEG is a string.
3954 2007-02-24  Chris Moore  <dooglus@gmail.com>
3956         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
3957         * pgg-pgp.el (pgg-pgp-encrypt-region):
3958         * pgg-gpg.el (pgg-gpg-encrypt-region):
3959         Check pgg-encrypt-for-me if no other recipients.
3961 2007-02-23  Eli Zaretskii  <eliz@gnu.org>
3963         * mail/rmailedit.el (rmail-cease-edit): Restore the Rmail toolbar.
3965         * textmodes/sgml-mode.el (sgml-validate): Quote the file name with
3966         shell-quote-argument.
3968 2007-02-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3970         * comint.el (comint-read-input-ring): Use comint-input-ring-size
3971         from the comint buffer instead of the temporary one.
3973 2007-02-23  David Reitter  <david.reitter@gmail.com>
3975         * cus-edit.el (custom-save-all): Canonicalize custom-file before
3976         storing it in recentf-exclude.
3978 2007-02-23  Chong Yidong  <cyd@stupidchicken.com>
3980         * startup.el (fancy-splash-screens): Make cursor-type buffer-local
3981         in splash screen.
3983 2007-02-22  J.D. Smith  <jdsmith@as.arizona.edu>
3985         * progmodes/idlw-shell.el (idlwave-shell-mode): Clean up pending
3986         commands, for restart.
3987         (idlwave-shell-current-module): Fix handling of module name by type.
3988         (idlwave-shell-break-in): Update type handling.
3989         (idlwave-shell-bp-get): Encode type in BP structure.
3990         (idlwave-shell-set-bp): Fix setting condition/count on disabled BPs.
3991         (idlwave-shell-module-source-query): Query routine info based on type.
3992         Fix path parsing for non-compiled files.
3993         (idlwave-shell-module-source-filter): Don't signal error in filter
3994         if no source found.
3995         (idlwave-shell-set-bp-in-module): Use fallback source to prevent
3996         filter race.
3998 2007-02-22  Kim F. Storm  <storm@cua.dk>
4000         * wid-edit.el (widget-default-create): Undo 2007-02-04 change.
4001         (editable-field): Document need to put some text before the %v
4002         escape in :format string.
4004 2007-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4006         * vc-svn.el: Remove the code inherited from CVSREAD and `cvs edit'.
4007         (vc-svn-use-edit): Remove unused config var.
4008         (vc-svn-update, vc-svn-revert): Checkout is always implicit.
4010         * outline.el (hide-sublevels): Keep empty last line, if available.
4012         * buff-menu.el (list-buffers-noselect): Use explicit unicode code
4013         rather than the corresponding unicode char, to make the code
4014         more readable.
4016 2007-02-19  Juanma Barranquero  <lekktu@gmail.com>
4018         * speedbar.el (speedbar-frame-mode, speedbar-frame-width)
4019         (speedbar-show-unknown-files, speedbar-item-info-file-helper)
4020         (speedbar-item-info-tag-helper): Doc fixes.
4022 2007-02-19  Kenichi Handa  <handa@m17n.org>
4024         * international/mule-cmds.el (locale-language-names):
4025         Map "eo" to "Esperanto".
4027         * language/european.el ("Esperanto"): New language environment.
4029 2007-02-17  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
4031         * simple.el (kill-line): Doc fix.
4033 2007-02-17  Kim F. Storm  <storm@cua.dk>
4035         * emacs-lisp/bindat.el (bindat--unpack-u*): Optimize.
4036         (bindat--unpack-item, bindat--length-group, bindat--pack-item)
4037         (bindat--unpack-group, bindat--pack-group):
4038         Handle vectors with optional element type.
4040 2007-02-17  Daiki Ueno  <ueno@unixuser.org>
4042         * pgg-gpg.el (pgg-gpg-process-region): Make USE-AGENT nil
4043         if PASSPHRASE is given.
4045 2007-02-17  Chris Moore  <dooglus@gmail.com>
4047         * jka-cmpr-hook.el (jka-compr-compression-info-list):
4048         Recognize backups of bz2 compressed files.
4050 2007-02-17  Eli Zaretskii  <eliz@gnu.org>
4052         * info-look.el (info-lookup): Bind Info-fontify-maximum-menu-size
4053         to nil to speed up lookup of the symbol in index nodes.
4055 2007-02-17  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
4057         * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
4058         Add indentation for the constants of Lisp.
4060 2007-02-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4062         * ps-print.el: Use (defvar <foo>) where applicable.
4063         (ps-print-emacs-type): Remove.
4064         (ps-x-frame-property, ps-e-frame-parameter): Remove.
4065         (ps-frame-parameter): Align its call-convention with frame-parameter.
4066         (ps-begin-job): Adjust calls to it appropriately.
4067         (ps-setup): Don't print ps-print-emacs-type.
4068         (ps-e-find-composition, ps-mark-active-p, ps-color-device):
4069         Define in such a way that it's obvious that it's defined.
4070         (ps-prsc, ps-c-prsc, ps-s-prsc): Remove.
4071         (ps-rmail-mode-hook, ps-vm-mode-hook, ps-gnus-summary-setup)
4072         (ps-jts-ps-setup): Use flavor-neutral syntax instead.
4074 2007-02-15  Alan Mackenzie  <acm@muc.de>
4076         * progmodes/cc-cmds.el (c-indent-new-comment-line): When splitting
4077         an empty one-line C-style comment, post-position point properly.
4079 2007-02-15  Chris Moore  <dooglus@gmail.com>
4081         * isearch.el (isearch-lazy-highlight-space-regexp): New variable.
4082         (isearch-lazy-highlight-new-loop): Bind it.
4083         (isearch-lazy-highlight-search): Use it.
4085         * replace.el (replace-highlight): Bind search-whitespace-regexp to nil.
4087 2007-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4089         * font-lock.el (font-lock-extend-region-wholelines):
4090         Only return non-nil if the region has really been changed.
4091         Reported by David Hansen <david.hansen@physik.fu-berlin.de>
4093 2007-02-15  Juanma Barranquero  <lekktu@gmail.com>
4095         * play/5x5.el (5x5-crack-xor-mutate): Doc fix.
4096         (5x5-draw-grid-end, 5x5-make-xor-with-mutation, 5x5-mode, 5x5-crack)
4097         (5x5-play-solution, 5x5-y-or-n-p): Fix typos in docstrings.
4099 2007-02-14  Juanma Barranquero  <lekktu@gmail.com>
4101         * faces.el (color-values): Revert changes to docstring from
4102         2007-01-31 and 2000-09-07.
4104         * textmodes/ispell.el (ispell-keep-choices-win, ispell-word)
4105         (ispell-begin-skip-region-regexp): Fix typos in docstrings.
4106         (ispell-dictionary-alist, ispell-process-line): Doc fixes.
4107         (ispell-help): Fix typos in docstring and output message.
4109 2007-02-14  Kim F. Storm  <storm@cua.dk>
4111         * progmodes/grep.el (grep-files-aliases): Add tex and texi aliases.
4112         (lgrep): Add DIR arg to start grep in specific directory, like rgrep.
4113         (grep): Fix lgrep reference.
4115         * disp-table.el (make-glyph-code, glyph-char, glyph-face): New defuns.
4116         (standard-display-underline): Use make-glyph-code.
4118         * descr-text.el (describe-char): Use glyph-char and glyph-face.
4120         * international/latin1-disp.el (latin1-display-char):
4121         Use make-glyph-code.
4123 2007-02-13  Juanma Barranquero  <lekktu@gmail.com>
4125         * ehelp.el (with-electric-help, electric-help-exit)
4126         (electric-help-retain): Doc fixes.
4128         * emacs-lisp/bytecomp.el (byte-compile-dest-file)
4129         (byte-compile-file): Doc fixes.
4131 2007-02-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4133         * term/mac-win.el: Change all uses of
4134         mac-set-font-panel-visibility to mac-set-font-panel-visible-p.
4135         (mac-ae-number): Return integer 0 if coerced result is float 0.0.
4136         (mac-ae-get-url): Call select-frame-set-input-focus.
4137         (mac-dnd-handle-drag-n-drop-event): Don't call
4138         select-frame-set-input-focus.
4140 2007-02-13  Kenichi Handa  <handa@m17n.org>
4142         * international/characters.el: Fix documentation of category `a'.
4144 2007-02-11  Dan Nicolaescu  <dann@ics.uci.edu>
4146         * progmodes/grep.el (grep): Mention lgrep and rgrep in the docstring.
4148 2007-02-12  Michael Albinus  <michael.albinus@gmx.de>
4150         * net/tramp.el (tramp-get-ls-command, tramp-get-file-exists-command)
4151         (tramp-get-remote-ln): Handle error case.
4152         Reported by Chris Moore <dooglus@gmail.com>.
4154 2007-02-11  Kim F. Storm  <storm@cua.dk>
4156         * bindings.el (ctl-x-map): Remove register compatibility bindings
4157         C-x /, C-x j, C-x x, and C-x g (deprecated since Emacs 19).
4159 2007-02-11  Richard Stallman  <rms@gnu.org>
4161         * loadhist.el (unload-feature): Handle (t . SYMBOL) entries
4162         in load history.
4164         * emacs-lisp/lisp-mode.el (indent-sexp): Clean up termination
4165         condition -- don't fail to stop at endpos.
4167 2007-02-11  Carsten Dominik  <dominik@science.uva.nl>
4169         * textmodes/org.el (org-agenda-get-todos)
4170         (org-agenda-get-timestamps, org-agenda-get-closed)
4171         (org-agenda-get-deadlines, org-agenda-get-scheduled)
4172         (org-agenda-get-blocks, org-format-agenda-item)
4173         (org-agenda-change-all-lines, org-scan-tags): Rename text property
4174         from `category' to `org-category'.
4176 2007-02-11  Kenichi Handa  <handa@m17n.org>
4178         * international/titdic-cnv.el (titdic-convert): Force files be written
4179         with Unix-like eol format.  Read files under CXTERM-DIC by raw-text.
4180         (miscdic-convert): Force files be written with Unix-like eol format.
4182 2007-02-11  Juanma Barranquero  <lekktu@gmail.com>
4184         * files.el (change-major-mode-with-file-name): Fix typo in docstring.
4186         * calculator.el (calculator-prompt): Doc fix.
4187         (calculator-mode-map): Fix typo in menu entry.
4189 2007-02-10  Jay Belanger  <belanger@truman.edu>
4191         * calculator.el (calculator): Do more extensive checking for when
4192         3 lines should be used for the calculator.
4194 2007-02-10  Eli Zaretskii  <eliz@gnu.org>
4196         * info-look.el (info-lookup-make-completions):
4197         Bind Info-fontify-maximum-menu-size to nil to speed up lookup of
4198         index nodes.
4200         * info.el (Info-fontify-maximum-menu-size): Document the effect
4201         of a nil value.
4202         (Info-fontify-node): Make sure Info-fontify-maximum-menu-size is
4203         non-nil before using it as size.
4205 2007-02-09  Chong Yidong  <cyd@stupidchicken.com>
4207         * subr.el (insert-for-yank-1): Prevent read-only properties from
4208         interfering with text property operations.
4210         * image-mode.el (image-mode): Revert 2007-01-30 changes.
4212         * image.el (image-type-auto-detectable): Don't autodetect x[pb]m.
4213         (image-type-auto-detected-p): Fail if another match is found in
4214         auto-mode-alist.
4216         * files.el (magic-mode-alist): Call image-mode instead of
4217         image-mode-maybe for autodetected images.
4219 2007-02-09  Juanma Barranquero  <lekktu@gmail.com>
4221         * mail/smtpmail.el (smtpmail-smtp-service, smtpmail-queue-index-file):
4222         Fix typos in docstrings.
4223         (smtpmail-local-domain, smtpmail-queue-mail): Doc fixes.
4225 2007-02-09  Kim F. Storm  <storm@cua.dk>
4227         * emacs-lisp/float-sup.el: Remove obsolete comment.
4229 2007-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4231         * diff-mode.el (diff-sanity-check-hunk): Fix last fix.
4233 2007-02-08  Karl Fogel  <kfogel@red-bean.com>
4235         * simple.el: Revert previous change, at request of RMS:
4236         (fundamental-mode-hook): Remove.
4237         (fundamental-mode): Run after-change-major-mode-hooks manually,
4238         and don't run the now-nonexistent fundamental-mode-hook.
4240 2007-02-08  Karl Fogel  <kfogel@red-bean.com>
4242         * simple.el (fundamental-mode-hook): Declare new hook.
4243         (fundamental-mode): Run the new dedicated hook, and don't run
4244         after-change-major-mode-hooks manually anymore.
4246 2007-02-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4248         * vc-svn.el (vc-svn-merge-news): Understand the new format with two
4249         added columns of chars.  Remove support for the "no-meta-info" format.
4250         Prompted by Romain Francoise <romain@orebokech.com>.
4252 2007-02-07  Nick Roberts  <nickrob@snap.net.nz>
4254         * progmodes/gdb-ui.el (gdb-if-arrow): New macro.
4255         (gdb-mouse-until, gdb-mouse-jump): Use it.
4257 2007-02-07  Nick Roberts  <nickrob@snap.net.nz>
4259         * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump): Make them
4260         work when there is just an assembler buffer (no source buffer).
4262 2007-02-07  Per Cederqvist  <ceder@lysator.liu.se>  (tiny change)
4264         * diff-mode.el (diff-sanity-check-hunk): Don't reject the hunk
4265         just because the diff was produced using "-p" (--show-c-function).
4267 2007-02-07  Juanma Barranquero  <lekktu@gmail.com>
4269         * faces.el (frame-set-background-mode): Use `color-values' and
4270         `display-color-p', not `x-color-values' and `x-display-color-p'.
4271         (face-valid-attribute-values): Use `defined-colors' instead of
4272         `x-defined-colors'.
4274 2007-02-07  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4276         * ps-print.ps: The ps-print commands without face printing should not
4277         print background color.  Reported by Leo <sdl.web@gmail.com>.
4278         (ps-print-version): New version 6.7.3.
4279         (ps-begin-job): New arg.  Fix ps-default-background and
4280         ps-default-foreground initialization.
4281         (ps-face-attributes): Fix doc string.
4282         (ps-face-background, ps-generate-postscript, ps-generate): Fix code.
4284         * printing.el: Fix ps-print link.
4286 2007-02-06  Chong Yidong  <cyd@stupidchicken.com>
4288         * faces.el (face-set-after-frame-default): Compile attributes to
4289         be set by frame parameters before merging in X resources.
4291 2007-02-06  Juanma Barranquero  <lekktu@gmail.com>
4293         * simple.el (blink-matching-paren-dont-ignore-comments):
4294         (blink-matching-paren-on-screen): Doc fixes.
4296 2007-02-06  Nick Roberts  <nickrob@snap.net.nz>
4298         * progmodes/gdb-ui.el (gdb-frames-mode): Truncate lines in stack buffer.
4300 2007-02-05  Juanma Barranquero  <lekktu@gmail.com>
4302         * loadhist.el (unload-feature): Silently ignore `load-history' entries
4303         of the form `(defface . SYMBOL)', and treat `(autoload . SYMBOL)'
4304         entries like `defun'.  Return nil.
4306 2007-02-05  Kim F. Storm  <storm@cua.dk>
4308         * ido.el: Doc fixes.
4310 2007-02-04  David Kastrup  <dak@gnu.org>
4312         * play/mpuz.el (mpuz-random-puzzle): Fix potential lockup when
4313         `mpuz-allow-double-multiplicator' is non-zero, and correct
4314         calculation of `min'.
4316 2007-02-04  Per Abrahamsen  <abraham@dina.kvl.dk>
4318         * wid-edit.el (widget-default-create): Insert new text at the
4319         :from marker _after_ the marker, not before it.
4321 2007-02-04  Alan Mackenzie  <acm@muc.de>
4323         * progmodes/cc-cmds.el (c-indent-line): Don't erase ^L when a line
4324         containing it is re-indented.
4326 2007-02-03  Chong Yidong  <cyd@stupidchicken.com>
4328         * net/newsticker.el (newsticker--insert-image): Update docstring,
4329         and insert the image directly.
4330         (newsticker--buffer-redraw): Update docstring.
4332         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
4333         Rename from define-global-minor-mode.
4335         * progmodes/cwarn.el (global-cwarn-mode):
4336         * emacs-lisp/autoload.el (make-autoload):
4337         * hi-lock.el (global-hi-lock-mode):
4338         * font-core.el (global-font-lock-mode): All callers changed.
4340 2007-02-03  Eli Zaretskii  <eliz@gnu.org>
4342         * textmodes/texnfo-upd.el (texinfo-menu-copy-old-description):
4343         Don't copy @ignore lines into menu descriptions.
4344         (texinfo-multi-file-update): Goto the @node line before attempting
4345         to pluck the node name.
4346         (texinfo-multiple-files-update): Reverse the optional arguments'
4347         order, as per the doc string and the `interactive' form.
4349 2007-02-03  Chong Yidong  <cyd@stupidchicken.com>
4351         * image-mode.el: Use autoload to avoid overriding disabled setting
4352         applied in .emacs.
4354 2007-02-03  Alan Mackenzie  <acm@muc.de>
4356         * progmodes/cc-engine.el (c-in-knr-argdecl): Slight correction
4357         for, e.g. "void (*hdone)();" in a k&r list.  (No WS between
4358         adjacent paren groups).
4360 2007-02-02  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4362         * progmodes/ebnf2ps.el: Doc fixes.
4363         (ebnf-eps-buffer, ebnf-eps-region, ebnf-syntax-alist): Doc fixes.
4365 2007-02-02  Eli Zaretskii  <eliz@gnu.org>
4367         * dired-x.el (dired-do-relsymlink): Add reference to
4368         dired-do-symlink.  Add an autoload cookie.
4370         * dired-aux.el (dired-do-symlink): Add reference to
4371         dired-do-relsymlink.
4373 2007-02-02  Doug Maxey  <dwm@enoyolf.org>  (tiny change)
4375         * mouse.el <left-fringe mouse-2, right-fringe mouse-3>:
4376         <left-fringe mouse-3>: New bindings.
4378 2007-02-02  Ulf Jasper  <ulf.jasper@web.de>
4380         * newsticker.el (newsticker-version): Changed to "1.10".
4381         (newsticker--set-customvar): Doc string.
4382         (newsticker-new-item-face): Doc string.
4383         (newsticker-mode): Initialize `invisibility-spec' with t.
4384         (newsticker-mode-map): Added
4385         `newsticker-mark-all-items-at-point-as-read'.
4386         (newsticker-menu): Added narrow-to-item and narrow-to-feed.
4387         (newsticker-w3m-show-inline-images): Do not call
4388         `w3m-remove-image'.
4389         (newsticker--buffer-after-w3m-insert-image): New advice for
4390         w3m-insert-image to cache images.
4391         (newsticker-next-item-same-feed): New.
4392         (newsticker-mark-all-items-at-point-as-read-and-redraw): New.
4393         (newsticker-mark-all-items-of-feed-as-read): New.
4394         (newsticker-mark-all-items-at-point-as-read): Use new functions.
4395         (newsticker-mark-item-at-point-as-read): Doc string.
4396         (newsticker-mark-item-at-point-as-read): Use new functions.
4397         (newsticker--do-mark-item-at-point-as-read): New, extracted from
4398         `newsticker-mark-item-at-point-as-read'.
4399         (newsticker-hide-entry): Use (t) instead of t for invisibility.
4400         (newsticker--sentinel): Yet another xml-parser workaround.
4401         (newsticker--decode-iso8601-date): Bugfix for datestrings without
4402         days.
4403         (newsticker--buffer-do-insert-text): Fix.
4404         (newsticker--buffer-insert-enclosure): Fix. length might be missing.
4405         (newsticker--buffer-make-item-completely-visible):
4406         `switch-to-buffer' not necessary.
4408 2007-02-02  Eli Zaretskii  <eliz@gnu.org>
4410         * progmodes/ebnf2ps.el (ebnf-eps-buffer, ebnf-eps-region)
4411         (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-region)
4412         (ebnf-style-database, ebnf-apply-style, ebnf-reset-style)
4413         (ebnf-push-style, ebnf-pop-style, ebnf-eps-production-list)
4414         (ebnf-directory, ebnf-file, ebnf-syntax-alist): Doc fixes.
4416 2007-02-02  Kenichi Handa  <handa@m17n.org>
4418         * international/quail.el (quail-show-key): Fix an error message.
4420 2007-02-01  Juanma Barranquero  <lekktu@gmail.com>
4422         * faces.el (set-face-underline-p, modify-face): Rename arg
4423         UNDERLINE-P to UNDERLINE (it is not a flag).
4425 2007-02-01  Nick Roberts  <nickrob@snap.net.nz>
4427         * progmodes/gdb-ui.el (gdb-speedbar-update): Avoid duplication
4428         when adding gdb-speedbar-update to gdb-input-queue.
4430 2007-02-01  Kenichi Handa  <handa@m17n.org>
4432         * international/quail.el (quail-show-key): Signal an error if the
4433         current input method is not using Quail.
4435 2007-02-01  J.D. Smith  <jdsmith@as.arizona.edu>
4437         * progmodes/idlwave.el (idlwave-xml-create-sysvar-alist):
4438         Trim leading whitespace in sysvar names.
4440 2007-02-01  Juanma Barranquero  <lekktu@gmail.com>
4442         * faces.el (internal-find-face, internal-get-face): Doc fixes.
4444 2007-01-31  Juanma Barranquero  <lekktu@gmail.com>
4446         * ido.el (ido-set-common-completion): Use `let', not `let*'.
4448 2007-01-31  Romain Francoise  <romain@orebokech.com>
4450         * comint.el: Delete extra copy of `comint-copy-old-input' added in
4451         previous change to this file.
4453 2007-01-31  Jason Rumney  <jasonr@gnu.org>
4455         * files.el (magic-mode-alist): Use image-mode-maybe rather than
4456         image-mode.
4458         * image-mode.el (image-mode-maybe): Prevent magic-mode-alist from
4459         interfering with attempt to set major mode from modified
4460         auto-mode-alist.
4462 2007-01-31  Juanma Barranquero  <lekktu@gmail.com>
4464         * faces.el (color-values): Doc fix.
4465         (face-differs-from-default-p): Don't check :foreground twice.
4467 2007-01-31  J.D. Smith  <jdsmith@as.arizona.edu>
4469         * comint.el (comint-mode): Prevent non-keyword fontification by default.
4471 2007-01-31  Kenichi Handa  <handa@m17n.org>
4473         * international/quail.el (quail-store-decode-map-key): Store a
4474         translated character too.
4475         (quail-char-equal-p): New function.
4476         (quail-find-key1): Check character equality by quail-char-equal-p.
4477         (quail-decode-map-generated): New variable.
4478         (quail-find-key): Check quail-decode-map-generated and re-generate
4479         a decode map if necessary.
4481 2007-01-30  Richard Stallman  <rms@gnu.org>
4483         * tutorial.el (tutorial--detailed-help): Make the list of
4484         changed keys look nicer.
4486 2007-01-30  Nick Roberts  <nickrob@snap.net.nz>
4488         * progmodes/gdb-ui.el (gdb-var-delete-1): New function.
4489         (gdb-var-delete): Use it.
4490         (gdb-var-update-handler-1): Handle value "invalid" for MI field
4491         `in_scope'.
4493 2007-01-30  Michael Albinus  <michael.albinus@gmx.de>
4495         * files.el (get-free-disk-space): Return nil for remote directories.
4497         * net/ange-ftp.el (ange-ftp-ls): In case of wildcards, use "ls"
4498         instead of "dir".
4500 2007-01-30  Chong Yidong  <cyd@stupidchicken.com>
4502         * type-break.el (type-break-catch-up-event): New function.
4503         (type-break-demo-hanoi, type-break-demo-life)
4504         (type-break-demo-boring): Use it.
4506         * image-mode.el (image-mode): Don't automatically view as image.
4507         (image-toggle-display): Add `disabled' property.
4509 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
4511         * isearchb.el (isearchb-iswitchb):
4512         * ps-print.el (ps-build-face-reference):
4513         * emacs-lisp/shadow.el (list-load-path-shadows):
4514         * eshell/esh-cmd.el (eshell-rewrite-for-command):
4515         * international/mule.el (find-auto-coding):
4516         * mail/supercite.el (sc-attrib-selection-list):
4517         * progmodes/cc-defs.el (c-emacs-features):
4518         * progmodes/cc-vars.el (c-offsets-alist):
4519         * progmodes/flymake.el
4520         (flymake-init-create-temp-source-and-master-buffer-copy):
4521         Fix typos in docstrings (some suggested by Chris Moore).
4523         * progmodes/vhdl-mode.el (vhdl-components-package-name)
4524         (vhdl-get-library-unit, vhdl-corresponding-begin)
4525         (vhdl-skip-case-alternative, vhdl-backward-skip-label)
4526         (vhdl-align-region-2, vhdl-electric-dash, vhdl-case-word)
4527         (vhdl-hooked-abbrev, vhdl-hs-forward-sexp-func)
4528         (vhdl-font-lock-match-item): Fix typos in docstrings.
4529         (vhdl-get-library-unit, vhdl-get-block-state, vhdl-sort-alist)
4530         (vhdl-set-offset, vhdl-fix-case-region-1, vhdl-scan-directory-contents)
4531         (vhdl-speedbar-insert-project-hierarchy):
4532         Improve argument/docstring consistency.
4534 2007-01-29  Kenichi Handa  <handa@m17n.org>
4536         * international/titdic-cnv.el (py-converter): Fix previous change.
4538 2007-01-29  Chong Yidong  <cyd@stupidchicken.com>
4540         * jka-compr.el (jka-compr-partial-uncompress)
4541         (jka-compr-call-process): Rebind default-directory if it is
4542         invalid.  Suggested by Chris Moore.
4544         * comint.el (comint-insert-input): Handle situation where the
4545         selected buffer is not the clicked buffer.
4547 2007-01-29  Kenichi Handa  <handa@m17n.org>
4549         * international/ja-dic-cnv.el (skkdic-convert):
4550         Add byte-compile-disable-print-circle:t at the head.
4552         * international/titdic-cnv.el (tit-process-header):
4553         Add byte-compile-disable-print-circle:t at the head.
4554         (miscdic-convert): Likewise.
4555         (py-converter): Skip the header comments.
4557         * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle):
4558         New variable.
4559         (byte-compile-output-file-form): Bing print-circle to nil if
4560         byte-compile-output-file-form is not nil.
4561         (byte-compile-output-docform): Likewise.
4563 2007-01-28  Kim F. Storm  <storm@cua.dk>
4565         * emulation/cua-base.el (cua-global-keymap, cua--region-keymap):
4566         Declare earlier to avoid byte compiler warnings.
4568 2007-01-28  Markus Triska  <markus.triska@gmx.at>
4570         * speedbar.el (speedbar-make-specialized-keymap): Doc fix.
4572 2007-01-28  Chong Yidong  <cyd@stupidchicken.com>
4574         * play/gamegrid.el (gamegrid-kill-timer): Cancel timer directly.
4575         (gamegrid-add-score-with-update-game-score-1): Allow local quits
4576         when calling update-game-score program.  Remove unnecessary
4577         save-excursion.
4579         * play/tetris.el (tetris-new-shape): Stop drawing if game is over.
4581 2007-01-28  Nick Roberts  <nickrob@snap.net.nz>
4583         * progmodes/gdb-ui.el (gdb-breakpoint-regexp): Declare earlier to
4584         avoid compiler warning.
4585         (gdb-var-update-handler-1): Consider that the MI field `in_scope'
4586         might have values other than "true" or "false".
4588 2007-01-28  Richard Stallman  <rms@gnu.org>
4590         * textmodes/fill.el (fill-paragraph-function): Doc fix.
4591         (fill-paragraph): Bind fill-paragraph-function to t to avoid recursion.
4593         * emacs-lisp/pp.el (pp-eval-last-sexp): Don't eval here.
4595         * image.el (image-type-header-regexps): Make GIF regex more specific.
4597         * tutorial.el (tutorial--default-keys): Check M-DEL, not `M-backspace'.
4598         Don't check `backspace'.
4599         (tutorial--find-changed-keys): Look up bindings in a temp buffer
4600         in Fundamental mode.
4602         * startup.el (fancy-splash-text, normal-splash-screen):
4603         Mention C-g.
4605         * simple.el (eval-expression): Don't use eval-last-sexp-print-value
4606         when inserting in buffer.
4608         * vc-arch.el (vc-arch-file-id): Move with-current-buffer
4609         inside the if.
4611 2007-01-27  Richard Stallman  <rms@gnu.org>
4613         * obsolete/awk-mode.el (awk-font-lock-keywords): Add "do".
4615 2007-01-27  Guanpeng Xu  <herberteuler@hotmail.com>
4617         * add-log.el (add-log-current-defun): Skip the semicolon ``;'' for
4618         enum/union/struct/class definition.
4619         Revert change to call `forward-sexp' multiple times.
4621 2007-01-27  Chong Yidong  <cyd@stupidchicken.com>
4623         * files.el (hack-local-variables-confirm): Don't keep trying to
4624         read an event from an empty kbd macro.
4626 2007-01-27  Eli Zaretskii  <eliz@gnu.org>
4628         * server.el (server-start): Mention LEAVE-DEAD arg in the doc string.
4630 2007-01-27  Ben North  <ben@redfrontdoor.org>
4632         * outline.el (outline-promote, outline-demote): Doc fix.  Rename
4633         the arg CHILDREN -> WHICH.
4635 2007-01-27  Michael Albinus  <michael.albinus@gmx.de>
4637         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Set
4638         default-directory to a sane value when calling start-process.
4640 2007-01-27  Eli Zaretskii  <eliz@gnu.org>
4642         * ls-lisp.el (ls-lisp-use-localized-time-format): New defcustom.
4643         (ls-lisp-format-time-list): Doc fix.  Mention
4644         ls-lisp-use-localized-time-format.
4645         (ls-lisp-format-time): Use ls-lisp-format-time-list if
4646         ls-lisp-use-localized-time-format is non-nil, even if a valid
4647         locale is defined.
4649 2007-01-27  Juanma Barranquero  <lekktu@gmail.com>
4651         * jka-compr.el (jka-compr-shell): Doc fix.
4653         * jka-cmpr-hook.el (jka-compr-compression-info-list): Doc fix.
4655 2007-01-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4657         * ps-print.ps: Fix background height.
4658         (ps-print-version): New version 6.7.2.
4660 2007-01-26  Eli Zaretskii  <eliz@gnu.org>
4662         * makefile.w32-in (finder-data, custom-deps): Depend on
4663         $(lisp)/loaddefs.el.
4665 2007-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
4667         * Makefile.in (custom-deps, finder-data): Add dependency to loaddefs.el.
4669 2007-01-24  Miles Bader  <miles@gnu.org>
4671         * emacs-lisp/bytecomp.el (byte-compile-output-file-form)
4672         (byte-compile-output-docform): Bind `print-circle' to t.
4674 2007-01-24  Kenichi Handa  <handa@m17n.org>
4676         * international/ja-dic-cnv.el (skkdic-convert): Insert a related
4677         file name of the original SKK dictionary file.
4679 2007-01-24  Kim F. Storm  <storm@cua.dk>
4681         * ido.el (ido-initial-position): New variable.
4682         (ido-read-internal): Set it if default item is specified.
4683         (ido-minibuffer-setup): Position cursor accordingly if set.
4684         (ido-edit-input): C-e moves to end of input if not already there.
4685         (ido-magic-backward-char): C-b does like M-b if prev char is /.
4686         Don't switch to buffer mode if repeating C-b at start of input.
4687         (ido-toggle-ignore): C-a only toggles ignore at start or end of
4688         input; else it moves to start of input.
4689         (ido-kill-buffer-at-head, ido-delete-file-at-head): If cursor is
4690         not at end of input, delete rest of input, rather than normal op.
4692 2007-01-23  Michael Kifer  <kifer@cs.stonybrook.edu>
4694         * viper-keym.el (viper-insert-basic-map): Delete binding for S-TAB.
4696         * ediff-util.el (ediff-clone-buffer-for-region-comparison): Change text
4697         of message.  Activate mark.
4698         (ediff-activate-mark): Set transient-mark-mode to t.
4700         * ediff.el (ediff-regions-wordwise, ediff-regions-linewise): Doc fix.
4702 2007-01-23  Martin Rudalics  <rudalics@gmx.at>
4704         * help-fns.el (describe-variable): Don't suppress display of
4705         buffer local value when the value is "large".
4707 2007-01-22  Kim F. Storm  <storm@cua.dk>
4709         * ido.el (ido-active): Add XEmacs test from ido-minibuffer-setup.
4710         (ido-initiate-auto-merge, ido-exhibit, ido-minibuffer-setup)
4711         (ido-tidy): Use ido-active.
4713 2007-01-22  Chris Moore  <christopher.ian.moore@gmail.com>
4715         * hexl.el (hexl-mode-exit): Add missing quote.
4717 2007-01-22  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4719         * term/mac-win.el (mac-keyboard-modifier-mask-alist): New constant.
4720         (mac-ae-keyboard-modifiers): New function.
4721         (mac-handle-toolbar-switch-mode): Use it.
4722         (mac-dnd-handle-drag-n-drop-event): Likewise.  Set action to `copy'
4723         if keyboard modifiers on drop contain option key.
4724         (mac-dnd-drop-data): Add optional argument `action'.
4725         (special-event-map): Remove binding for M-drag-n-drop.
4727 2007-01-21  Guanpeng Xu  <herberteuler@hotmail.com>
4729         * add-log.el (add-log-current-defun): Use CC Mode functions to
4730         find the beginning and end of a defun.
4732 2007-01-21  Nick Roberts  <nickrob@snap.net.nz>
4734         * progmodes/gdb-ui.el (gdb-var-create-regexp)
4735         (gdb-var-create-handler): Handle value field in GDB output of
4736         -var-create.
4737         (gdb-max-frames): New variable.
4738         (gdb-stack-buffer, gdb-frames-select): Use it.
4739         (gdb-info-stack-custom): Help user customize gdb-max-frames,
4740         if necessary.
4741         (gdb-get-frame-number): Simplify.
4743 2007-01-21  Glenn Morris  <rgm@gnu.org>
4745         * net/tramp.el (tramp-perl-encode, tramp-perl-decode):
4746         Update copyrights.
4748 2007-01-21  Alan Mackenzie  <acm@muc.de>
4750         * progmodes/cc-cmds.el (c-where-wrt-brace-construct): Correct the
4751         handling of K&R stuff.
4753 2007-01-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4755         * textmodes/bibtex.el (bibtex-files): Fix customization type.
4757 2007-01-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4759         * ps-print.el: Handle frame parameters (background and/or foreground
4760         colors) changing dynamically.  Reported by Leo <sdl.web@gmail.com>.
4761         (ps-print-version): New version 6.7.1.
4762         (ps-x-frame-property, ps-e-frame-parameter): New aliases.
4763         (ps-frame-parameter): New fun.
4764         (ps-default-fg, ps-default-bg): New default value ('frame-parameter).
4765         Fix doc and customization.
4766         (ps-begin-job): Get frame parameters (background and/or foreground
4767         colors).
4768         (ps-do-despool): Ensure ps-printer-name has a valid value.
4770 2007-01-21  Nick Roberts  <nickrob@snap.net.nz>
4772         * progmodes/gdb-ui.el (gdb-debug-log): Rename from gdb-debug-ring.
4773         (gdb-debug-log-max): Rename from gdb-debug-ring-max.
4774         (gud-gdba-marker-filter): Make a value of nil for gdb-debug-ring-max
4775         mean unlimited.
4777 2007-01-20  Alan Mackenzie  <acm@muc.de>
4779         * progmodes/cc-engine.el (c-in-knr-argdecl): Reformulate to do
4780         much more rigorous analysis of putative K&R regions.
4782 2007-01-20  Alan Mackenzie  <acm@muc.de>
4784         * progmodes/cc-defs.el (c-go-list-forward, c-go-list-backward):
4785         New functions.
4787 2007-01-20  Alan Mackenzie  <acm@muc.de>
4789         * progmodes/cc-align.el, progmodes/cc-cmds.el,
4790         * progmodes/cc-defs.el, progmodes/cc-engine.el,
4791         * progmodes/cc-langs.el, progmodes/cc-styles.el,
4792         * progmodes/cc-vars.el: Add my name.
4794 2007-01-20  Chong Yidong  <cyd@stupidchicken.com>
4796         * files.el (find-alternate-file): Revert query message to Emacs 21
4797         version.
4799 2007-01-20  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
4801         * progmodes/cperl-mode.el (cperl-electric-keywords): Document in
4802         the doc string how to use personal abbrevs without electric
4803         keywords.
4805 2007-01-20  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
4807         * lisp/emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
4808         Fixed cursor position when toggle abbreviated display.
4810 2007-01-20  Nick Roberts  <nickrob@snap.net.nz>
4812         * t-mouse.el: Update copyright following assignment by
4813         Alessandro Rubini.
4815 2007-01-20  Chong Yidong  <cyd@stupidchicken.com>
4817         * type-break.el (type-break-demo-hanoi, type-break-demo-life)
4818         (type-break-demo-boring): Call read-event instead of read-char.
4820 2007-01-19  Daniel Pfeiffer  <occitan@esperanto.org>  (tiny change)
4822         * progmodes/compile.el: Add handling for makepplog.
4824 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
4826         * textmodes/ispell.el (ispell-change-dictionary): Ensure that
4827         aspell dictionaries are initialized when called non-interactively.
4829 2007-01-19  Chong Yidong  <cyd@stupidchicken.com>
4831         * progmodes/compile.el (compilation-loop): New arg limit.
4832         Handle case where the first error is at point-min.
4833         (compilation-next-error): New arg to compilation-loop call.
4835 2007-01-18  Bruno Haible  <bruno@clisp.org>  (tiny change)
4837         * info.el (Info-default-dirs): Change default info dir to
4838         share/info.
4840         * paths.el (Info-default-directory-list): Ditto.
4842 2007-01-18  Chris Moore  <christopher.ian.moore@gmail.com>
4844         * hexl.el (hexl-before-revert-hook): New function.
4845         (hexl-mode): Use it.
4846         (hexl-after-revert-hook): Just call hexl-mode.
4847         (hexl-mode-exit): Remove before-revert-hook.
4849 2007-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4851         * isearch.el (isearch-no-upper-case-p): Look for [:upper:] as well.
4853 2007-01-16  Martin Rudalics  <rudalics@gmx.at>
4855         * textmodes/ispell.el (ispell-dictionary-alist-3): Replace "---"
4856         by "-" in francais7 otherchars entry.
4857         (ispell-dictionary-alist-5): Replace "." by "[.]" for polish
4858         otherchars entry.
4860 2007-01-15  Karl Fogel  <kfogel@red-bean.com>
4862         * bookmark.el (bookmark-buffer-file-name): Abbreviate the bookmark
4863         path.  Rewrite function in `cond' style for readability.
4865         Suggested by: Stephen Eglen <S.J.Eglen{_AT_}damtp.cam.ac.uk>.
4866         (The path shortening, that is, not the rearrarangement.)
4868 2007-01-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4870         * term/mac-win.el (mac-ae-quit-application): New function.
4871         (mac-apple-event-map): Bind "quit application" Apple event to it.
4873 2007-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4875         * vc-svn.el (vc-svn-parse-status): Trust the filename argument more
4876         than the program's output.
4878 2007-01-14  Juanma Barranquero  <lekktu@gmail.com>
4880         * kmacro.el (kmacro-insert-counter, kmacro-set-counter)
4881         (kmacro-start-macro-or-insert-counter)
4882         (kmacro-step-edit-prefix-commands): Fix typos in docstrings.
4883         (kmacro-call-ring-2nd, kmacro-call-ring-2nd-repeat): Doc fixes.
4885         * longlines.el (longlines-show-hard-newlines):
4886         * ruler-mode.el (ruler-mode-ruler):
4887         * emulation/keypad.el (keypad-setup):
4888         * progmodes/antlr-mode.el (antlr-indent-at-bol-alist):
4889         Fix typo in docstring.
4891 2007-01-13  Mathias Dahl  <mathias.dahl@gmail.com>
4893         * tumme.el (tumme-cmd-rotate-original-options): Add -outfile option.
4894         Remove redirect character ">".
4896 2007-01-13  Juanma Barranquero  <lekktu@gmail.com>
4898         * replace.el (perform-replace): Remove leftover code.
4900 2007-01-12  Richard Stallman  <rms@gnu.org>
4902         * replace.el (perform-replace): Don't clear NODENT when computing
4903         the replacement string.
4905 2007-01-11  Michael Albinus  <michael.albinus@gmx.de>
4907         * net/tramp.el (tramp-handle-file-local-copy):
4908         Set `enable-multibyte-characters' to nil.  Reported by Chris Moore
4909         <christopher.ian.moore@gmail.com>.
4911 2007-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4913         * diff-mode.el (diff-sanity-check-context-hunk-half)
4914         (diff-sanity-check-hunk): New functions.
4915         (diff-find-source-location): Use'em to check the hunks are well-formed.
4917         * hexl.el (hexlify-buffer, dehexlify-buffer): Don't complain and don't
4918         activate undo when undo is not active.
4919         Reported by Chris Moore <christopher.ian.moore@gmail.com>.
4921 2007-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4923         * ffap.el (ffap-next-regexp, ffap-machine-p, ffap-newsgroup-regexp)
4924         (ffap-newsgroup-p, ffap-alist, ffap-string-at-point-mode-alist)
4925         (ffap-url-at-point): Use char-classes rather than "a-z".
4927 2007-01-10  Juanma Barranquero  <lekktu@gmail.com>
4929         * ediff-init.el (ediff-autostore-merges):
4930         * textmodes/fill.el (fill-region): Doc fix.
4932 2007-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4934         * server.el (server-ensure-safe-dir): UIDs may be floats.
4936 2007-01-10  Richard Stallman  <rms@gnu.org>
4938         * battery.el (battery-linux-proc-acpi): Use ignore-errors
4939         around calls to directory-files.
4941         * subr.el (momentary-string-display): Use save-excursion.
4943         * emacs-lisp/pp.el (pp-eval-expression): Once again eval the
4944         argument, but read it as `X' does.
4946 2007-01-09  Juri Linkov  <juri@jurta.org>
4948         * info.el (Info-fontify-node): Don't hide node names of index entries.
4950         * faces.el (momentary): Change :group to basic-faces where all
4951         basic faces belong to.  Add :version.
4953 2007-01-09  Lennart Borgman  <lennart.borgman.073@student.lu.se>
4955         * tutorial.el (tutorial--display-changes): Show M-x sequence if no
4956         keybinding is found.
4957         (tutorial--find-changed-keys): Never treat null keybinding as a
4958         remapping.
4960 2007-01-09  Martin Rudalics  <rudalics@gmx.at>
4962         * wdired.el (wdired-xcase-word): Skip non-word read-only characters.
4964 2007-01-09  Kenichi Handa  <handa@m17n.org>
4966         * international/mule-cmds.el
4967         (select-safe-coding-system-interactively): Fix message.
4969 2007-01-09  Michael Albinus  <michael.albinus@gmx.de>
4971         * net/tramp.el (tramp-process-one-action): Remove `with-timeout'.
4972         (tramp-process-actions): Add optional parameter TIMEOUT.
4973         (tramp-open-connection-telnet, tramp-open-connection-rsh)
4974         (tramp-open-connection-su): Add timeout of 60".
4976 2007-01-09  Richard Stallman  <rms@gnu.org>
4978         * progmodes/compile.el (compile): Doc fix.
4980 2007-01-09  Markus Triska  <markus.triska@gmx.at>
4982         * tumme.el (tumme-display-thumb): Doc fix.
4984 2007-01-08  Juanma Barranquero  <lekktu@gmail.com>
4986         * battery.el (battery-search-for-one-match-in-files):
4987         * bindings.el (mode-line-minor-mode-help):
4988         * x-dnd.el (x-dnd-types-alist):
4989         * calendar/icalendar.el (icalendar-import-buffer):
4990         * term/mac-win.el (mac-dnd-types-alist): Fix typo in docstring.
4992         * progmodes/vhdl-mode.el (vhdl-save-caches): Fix typo in error message.
4994 2007-01-07  Chris Moore  <christopher.ian.moore@gmail.com>
4996         * replace.el (replace-regexp): Fix typo in docstring.
4998 2007-01-07  Alan Mackenzie  <acm@muc.de>
5000         * progmodes/cc-langs.el (c-operators, c-filter-ops):
5001         Amend doc-string and comments.
5003 2007-01-06  Eli Zaretskii  <eliz@gnu.org>
5005         * files.el (abbreviate-file-name): Doc fix.
5007 2007-01-06  Markus Triska  <triska@gmx.at>
5009         * subr.el (split-string): Remove spurious ")" from doc string.
5011 2007-01-05  Takaaki Ota  <Takaaki.Ota@am.sony.com>
5013         * textmodes/table.el (table--warn-incompatibility):
5014         Use display-warning instead of momentary-string-display.
5016 2007-01-05  Richard Stallman  <rms@gnu.org>
5018         * image.el (image-type-header-regexps): Recognize xbm more strictly.
5020         * simple.el (backward-kill-word): Doc fix.
5022 2007-01-05  Romain Francoise  <romain@orebokech.com>
5024         * international/mule.el (sgml-html-meta-auto-coding-function):
5025         Ensure that the buffer contains a HTML document.
5027 2007-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
5029         * faces.el (momentary): Move here ...
5030         * subr.el (momentary): ... from here.
5032 2007-01-05  Nick Roberts  <nickrob@snap.net.nz>
5034         * progmodes/gdb-ui.el (gdb-max-children): New customizable variable.
5035         (gdb-speedbar-expand-node): Ask user for confirmation before expanding
5036         large structures/arrays.
5038 2007-01-04  Juanma Barranquero  <lekktu@gmail.com>
5040         * files.el (find-file-noselect-1, set-visited-file-name):
5041         Allow backup-enable-predicate to be nil.
5043 2007-01-04  Andreas Schwab  <schwab@suse.de>
5045         * progmodes/ebrowse.el (ebrowse-global-prefix-key): Fix typo in
5046         last change.
5048 2007-01-03  Richard Stallman  <rms@gnu.org>
5050         * woman.el (woman-decode-buffer): Clarify error message.
5052 2007-01-03  Alan Mackenzie  <acm@muc.de>
5054         * progmode/cc-cmds.el (c-mask-paragraph): Fix yesterday's buggy patch.
5056 2007-01-03  Chris Moore  <christopher.ian.moore@gmail.com>
5058         * tutorial.el (tutorial--describe-nonstandard-key): Fix typo.
5060 2007-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5062         * iswitchb.el (iswitchb-global-map): Use command-remapping if available.
5064 2007-01-02  Juanma Barranquero  <lekktu@gmail.com>
5066         * emulation/viper.el (viper-custom-file-name, viper-mode):
5067         Fix typos in docstrings.
5069         * subr.el (momentary-string-display): After moving point, set POS
5070         variable to it to avoid later errors once the buffer is modified.
5071         Doc fix.
5073 2007-01-02  Alan Mackenzie  <acm@muc.de>
5075         * progmodes/cc-cmds.el (c-mask-paragraph): In a block comment,
5076         check that the "*/" is present before trying to manipulate it.
5078 2007-01-02  Richard Stallman  <rms@gnu.org>
5080         * wid-edit.el (widget-choose): Avoid ugly error for function keys.
5082         * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords):
5083         Fix format of value.
5085         * cus-edit.el (customize-unsaved): Rename from customize-customized.
5086         Change messages accordingly.
5087         (customize-customized): Now alias.
5089 2007-01-02  Juanma Barranquero  <lekktu@gmail.com>
5091         * files.el (version-control): Doc fix.
5093 2007-01-01  Alan Mackenzie  <acm@muc.de>
5095         * progmodes/cc-engine.el (c-guess-basic-syntax, case 5N):
5096         Check the format of c-state-cache is valid for an optimisation before
5097         using it.
5099         * progmodes/cc-engine.el (c-guess-basic-syntax): New case 5Q "we
5100         are at a statement within a macro".  Other changes so that only
5101         the first continuation line in a macro gets the symbol
5102         `cpp-define-intro', the others getting `statement', or whatever.
5104         * progmodes/cc-cmds.el (c-context-line-break): When invoked within
5105         a string, preserve whitespace.  Add a backslash only when also in
5106         a macro.
5108         * progmodes/cc-defs.el: Correct typos.
5110         * progmodes/cc-cmds.el (c-context-line-break): Don't indent the
5111         new line after an escaped EOL in a string.
5113         * progmodes/cc-engine.el (c-forward-label): Recognise "foo:" as a
5114         label when it directly follows "else", "do", ....
5116         * progmodes/cc-engine.el (c-backward-<>-arglist): Tolerate empty
5117         angle brackets (as seen in "explicit specialisations" of C++
5118         templates).
5120         * progmodes/cc-vars.el (c-indentation-style): Mention c-file-style
5121         in the doc-string.
5123         * progmodes/cc-cmds.el (c-mask-paragraph): Fix for C comments,
5124         when the comment ender looks like "=========*/" and is alone on
5125         its line.
5127         * progmodes/cc-langs.el, progmodes/cc-engine.el: Correct the
5128         spelling of c-opt-op-identiTier-prefix, t -> f.  Leave an alias
5129         for the old name.
5131         * progmodes/cc-mode.el: Bind C-M-a and C-M-e to
5132         c-\(beginning\|end\)-of-defun by default.
5134         * progmodes/cc-align.el (c-lineup-gnu-DEFUN-intro-cont):
5135         New line-up function, for the DEFUN macro in the Emacs C sources.
5136         Only used in "gnu" style.
5138         * progmodes/cc-styles.el (c-style-alist): Use this new function in
5139         the "gnu" style.
5141         * progmodes/cc-cmds.el (c-electric-slash): Extend the handling of
5142         clean-up comment-close-slash also to work when there's a comment
5143         terminator on the line.
5144         (c-beginning-of-defun, c-end-of-defun): Refactor and optimise
5145         these for large arg - only take account of top level {..}, except
5146         for initial and final adjustments.  M-- C-M-[ae] now go to the
5147         right defuns when the starting point is between defuns.  They use
5148         the four new functions:
5149         (c-in-function-trailer-p, c-where-wrt-brace-construct)
5150         (c-backward-to-nth-BOF-{, c-forward-to-nth-EOF-}): New functions to
5151         support c-\(beginning\|end\)-of-defun.
5153         * progmodes/cc-engine.el (c-forward-label): Analyze ":"
5154         expressions more rigorously, to exclude bit-field specifiers from
5155         being classed as labels.
5156         (c-forward-label): When analyzing a ":" within a macro, be careful
5157         about using c-forward-syntactic-ws at the macro beginning.
5158         (c-beginning-of-decl-1): Whilst searching for "=" as evidence of a
5159         stmt boundary, check for "operator=", etc.
5161         * progmodes/cc-mode.el (c-postprocess-file-styles):
5162         Bind inhibit-read-only to t, around the call to
5163         c-remove-any-local-eval-or-mode-variables, so that it works on a
5164         RO file.
5166         * progmodes/cc-defs.el (c-version): Update the version number to
5167         "5.31.4".
5169 2007-01-01  Richard Stallman  <rms@gnu.org>
5171         * isearch.el (isearch-done): Use FOUND-POINT or FOUND-START
5172         only if we restored isearch-window-configuration.
5174 2006-12-31  Romain Francoise  <romain@orebokech.com>
5176         * net/tramp.el (tramp-default-method): Don't use `symbol-function'.
5178 2006-12-31  Kim F. Storm  <storm@cua.dk>
5180         * files.el (auto-mode-case-fold): New defcustom.
5181         (set-auto-mode): If non-nil, perform second case-sensitive pass
5182         through auto-mode-alist if first pass failed.
5184 2006-12-30  Richard Stallman  <rms@gnu.org>
5186         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Doc fix.
5188 2006-12-30  Ken Manheimer  <ken.manheimer@gmail.com>
5190         * allout.el (allout-encrypt-string): Handle symmetric-key
5191         passphrase caching but leave keypair caching to pgg.
5193 2006-12-30  Michael Albinus  <michael.albinus@gmx.de>
5195         Sync with Tramp 2.0.55.
5197         * net/tramp.el (tramp-completion-mode): Use `wholenump' instead of
5198         `integerp'.  `char-equal' could fail else in case of negative
5199         numbers.  Reported by Toby Speight <T.M.Speight.90@cantab.net>.
5200         (top): Check for `font-lock-add-keywords' before calling; it
5201         doesn't exist under XEmacs.
5202         (tramp-yn-prompt-regexp): Fix regexp.  Add question from plink.
5203         (tramp-completion-mode): Remove clause (not
5204         tramp-unified-filenames), because the function is called in other
5205         context too, where this check results in wrong results in the
5206         XEmacs case on Windows.
5207         (tramp-touch): UTC handling is not possible for XEmacs.
5209 2006-12-30  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5211         * scroll-bar.el (previous-scroll-bar-mode): New variable
5212         (set-scroll-bar-mode): Set previous-scroll-bar-mode.
5213         (scroll-bar-mode): Use previous-scroll-bar-mode if set.
5215         * term/x-win.el: Set scroll bar mode to right if set by X resources.
5217 2006-12-30  Richard Stallman  <rms@gnu.org>
5219         * files.el (make-backup-file-name-1): Precompute abs name
5220         but don't lose the relative name.
5222         * international/mule-cmds.el (select-safe-coding-system-interactively):
5223         Fix message.
5225 2006-12-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>  (tiny change)
5227         * files.el (backup-buffer): Show entire backup file name in msg.
5229 2006-12-30  Juanma Barranquero  <lekktu@gmail.com>
5231         * image.el (image-type-header-regexps, image-type-from-data)
5232         (image-type-from-buffer, image-type-from-file-header):
5233         Revert changes from 2006-12-26.
5234         (image-type-auto-detectable): New variable.
5235         (image-type-auto-detected-p): New function.
5237         * files.el (magic-mode-alist): Detect image files with
5238         `image-type-auto-detected-p' instead of `image-type-from-buffer'.
5240 2006-12-29  Nick Roberts  <nickrob@snap.net.nz>
5242         * dired.el (dired-sort-other): Move test for dired-mode...
5243         (dired-sort-set-modeline): ...to here.
5245 2006-12-29  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
5247         * textmodes/fill.el (fill-comment-paragraph): Document 2006-12-24
5248         change.  Suggested by Stefan Monnier.
5250 2006-12-29  Kim F. Storm  <storm@cua.dk>
5252         * emacs-lisp/bindat.el (bindat--unpack-group, bindat--length-group)
5253         (bindat--pack-group): Let-bind COUNT during repeat block evaluation.
5255 2006-12-27  Kim F. Storm  <storm@cua.dk>
5257         * emacs-lisp/authors.el (authors-aliases): Anchor FSF alias regexp,
5258         so it doesn't accidentally match an fsf.org mail address.
5259         (authors-renamed-files-alist): Add tcover-*.el.
5261 2006-12-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5263         * vc-arch.el (vc-arch-find-version): New function.
5265         * vc-hooks.el (vc-version-backup-file-name): Revision names may be
5266         composed of arbitrary characters (even /) in some systems.
5268 2006-12-27  Eli Zaretskii  <eliz@gnu.org>
5270         * international/mule-cmds.el (select-safe-coding-system-interactively):
5271         Improve the message in the *Warning* buffer.
5273 2006-12-27  Kim F. Storm  <storm@cua.dk>
5275         * ido.el (ido-set-matches-1): Fix last change.  If default item is
5276         current buffer, it is ok to be first.
5278 2006-12-27  Kenichi Handa  <handa@m17n.org>
5280         * international/mule-cmds.el (select-safe-coding-system-interactively):
5281         Use face `link' for problematic chars.
5283 2006-12-27  Kenichi Handa  <handa@m17n.org>
5285         * international/mule-cmds.el (select-safe-coding-system-interactively):
5286         Improve the message in *Warning* buffer.
5288 2006-12-27  Kim F. Storm  <storm@cua.dk>
5290         * ido.el (ido-set-matches-1): Never put current buffer first if
5291         there are other matches.
5293 2006-12-26  Nick Roberts  <nickrob@snap.net.nz>
5295         * progmodes/gdb-ui.el (gud-watch): Allow duplicate names for watch
5296         expressions.
5297         (gdb-var-delete): Handle duplicate names.  Print message for non
5298         root expressions.
5299         (gdb-partial-output-name): Start buffer name with a space.
5300         (gdb-info-breakpoints-custom, gdb-reset): Handle space in above
5301         buffer name.
5303 2006-12-26  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
5305         * mail/footnote.el (Footnote-insert-footnote): Fix the search of the
5306         last footnote when `footnote-spaced-footnotes' is nil.
5308 2006-12-26  Richard Stallman  <rms@gnu.org>
5310         * cus-edit.el (custom-browse-sort-alphabetically)
5311         (custom-buffer-sort-alphabetically)
5312         (custom-menu-sort-alphabetically): Doc fixes.  Add autoloads.
5314         * image.el (image-type-header-regexps): Change element format
5315         to include third item NOT-ALWAYS.
5316         (image-type-from-data): Handle new format.
5317         (image-type-from-buffer): Handle new format.  New arg INCLUDE-MAYBES.
5318         (image-type-from-file-header): Pass t for INCLUDE-MAYBES.
5320 2006-12-26  Guanpeng Xu  <herberteuler@hotmail.com>
5322         * add-log.el (add-log-current-defun): Call `forward-sexp'
5323         multiple times to pick a member function name defined as
5324         part of nested classes/namespaces.
5326 2006-12-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5328         * emacs-lisp/easymenu.el (easy-menu-change): New arg MAP to indicate
5329         which keymap should be used to change menu.  It does not affect any
5330         existent code.
5332 2006-12-26  Richard Stallman  <rms@gnu.org>
5334         * textmodes/fill.el (fill-paragraph): Check for a minibuffer
5335         rather than for being in a minibuffer window.
5337 2006-12-25  Daiki Ueno  <ueno@unixuser.org>
5339         * pgg-def.el (pgg-passphrase-coding-system): Default to nil instead of
5340         locale-coding-system.
5341         * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with eol-type
5342         LF.
5344 2006-12-25  Michael R. Mauger  <mmaug@yahoo.com>
5346         * progmodes/sql.el (sql-mode-abbrev-table): Correct initialization.
5347         (sql-mode-syntax-table): Disable double quoted strings.
5348         (sql-mode-font-lock-object-name): Add TYPE and TYPE BODY.
5350 2006-12-25  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5352         * startup.el (fancy-splash-last-input-event): New variable.
5353         (fancy-splash-special-event-action): New function.
5354         (fancy-splash-screens): Temporarily bind special events to it.
5355         Execute command for saved special event before exiting from
5356         recursive editing.
5358         * term/mac-win.el (mac-keyboard-translate-char, mac-unread-string):
5359         New functions.
5360         (mac-ts-update-active-input-area, mac-ts-unicode-for-key-event):
5361         Use mac-unread-string.
5363 2006-12-24  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
5365         * textmodes/fill.el (fill-comment-paragraph): Prevent the use of
5366         an optimized comment regexp if `comment-start-skip' uses a ^.
5367         * bs.el (bs--up): Remove interactive spec.
5369 2006-12-24  Chong Yidong  <cyd@stupidchicken.com>
5371         * woman.el (woman-decode-buffer): Signal error for alien macro sets.
5372         Suggested by James Cloos.
5374 2006-12-24  Kevin Ryde  <user42@zip.com.au>
5376         * calendar/cal-dst.el (calendar-dst-starts): Default to second Sunday
5377         in March.
5378         (calendar-dst-ends): Default to first Sunday in November.
5380 2006-12-24  Ken Manheimer  <ken.manheimer@gmail.com>
5382         * allout.el (allout-encrypt-string): Inhibit use of agent within
5383         body of let form where encryption happens.  Acknowledge non-use of
5384         gpg-agent in docstring.
5385         (allout-toggle-subtree-encryption): Acknowledge non-use of
5386         gpg-agent in docstring.
5388 2006-12-24  Chong Yidong  <cyd@stupidchicken.com>
5390         * custom.el (custom-add-frequent-value): Alias for custom-add-option.
5392 2006-12-23  Michael Kifer  <kifer@cs.stonybrook.edu>
5394         * ediff-diff.el (ediff-diff-options): Clarify docstring.
5395         (ediff-setup-diff-regions): Disallow -u in ediff-diff-options.
5397         * viper-cmd.el (viper-post-command-sentinel): Protect against errors
5398         in hooks.
5399         (viper-add-newline-at-eob-if-necessary): Add newline only if we
5400         actually modify buffer; ignore errors if occur.
5402 2006-12-23  Chong Yidong  <cyd@stupidchicken.com>
5404         * calendar/calendar.el (calendar-mode-map): Switch < and >.
5405         (calendar-mode-line-format): Use mouse-1 bindings, and tweak
5406         formatting.
5408 2006-12-23  Richard Stallman  <rms@gnu.org>
5410         * simple.el (delete-horizontal-space): Doc fix.
5412 2006-12-23  Eli Zaretskii  <eliz@gnu.org>
5414         * makefile.w32-in (bootstrap-clean): Run bootstrap-clean-$(SHELLTYPE)
5415         explicitly in a recursive Make, not implicitly through prerequisites,
5416         since the latter is wrong under parallel builds.
5418 2006-12-22  Eli Zaretskii  <eliz@gnu.org>
5420         * w32-fns.el (convert-standard-filename): Wrap in save-match-data.
5422 2006-12-22  Kevin Rodgers  <kevin.d.rodgers@gmail.com>  (tiny change)
5424         * progmodes/sh-script.el (sh-make-vars-local): Fix a typo in
5425         message string.
5427 2006-12-22  Ben North  <ben@redfrontdoor.org>  (tiny change)
5429         * outline.el (outline-next-visible-heading): Fix the case with a
5430         header at end-of-file with no final newline.
5432 2006-12-22  Robert Thorpe  <rthorpe@realworldtech.com>  (tiny change)
5434         * indent.el (tab-always-indent): Doc fix.
5436 2006-12-22  Chong Yidong  <cyd@stupidchicken.com>
5438         * info.el (Info-fontify-maximum-menu-size): Bump to 1000000.
5439         (Info-fontify-node): Do fontify indices.
5441         * tutorial.el (tutorial--detailed-help): Remove unnecessary link
5442         to the Emacs Lisp reference manual.
5443         (tutorial--tab-map): Remove.  All callers changed.
5444         (tutorial--find-changed-keys): New elt QUIET, used to...
5445         (tutorial--display-changes): ...ensure that warning messages are
5446         only issued once per changed key.
5447         (tutorial--remove-remarks): Delete unused code-path.
5448         (lang-strings): Remove extraneous formatting.
5449         (tutorial--save-tutorial): Prompt before saving tutorial state.
5451 2006-12-21  Chong Yidong  <cyd@stupidchicken.com>
5453         * tutorial.el: Remove `cl' requirement.  Clean up whitespace.
5454         Replace '?\ ' by '?\s' throughout.
5455         (tutorial-warning-face): Inherit font-lock-warning-face.  Move to
5456         `help' custom group.
5457         (tutorial--key-description): New function.
5458         (tutorial--display-changes): Remove redundant arg.  Scan for all
5459         key sequences to avoid false matches.  Cleanup.
5460         (tutorial--saved-dir): Save to a subdirectory in .emacs.d to
5461         reduce homedir pollution.
5462         (help-with-tutorial): Call tutorial--display-changes with no arg.
5464 2006-12-21  Carsten Dominik  <dominik@science.uva.nl>
5466         * textmodes/org.el (org-mode-map): Bind org-complete also to M-\t.
5468 2006-12-20  Michael Albinus  <michael.albinus@gmx.de>
5470         * net/tramp.el (tramp-default-method): We still need to check for
5471         `executable-find', because it is not bound under Emacs 20.
5472         (tramp-handle-file-name-completion)
5473         (tramp-completion-handle-file-name-completion): Handle optional
5474         parameter PREDICATE.
5475         (tramp-find-default-method): Add code for default values.
5477 2006-12-20  Nick Roberts  <nickrob@snap.net.nz>
5479         * progmodes/gdb-ui.el (gdb-stopped): After attaching to a process
5480         make gud-go send "continue".
5482 2006-12-19  Juanma Barranquero  <lekktu@gmail.com>
5484         * image.el (image-type-header-regexps): Be more specific detecting `pbm'
5485         and `png' files.  Use non-capturing parenthesis for `tiff' regexp.
5487 2006-12-19  Kim F. Storm  <storm@cua.dk>
5489         * bindings.el: Bind sigusr1 and sigusr2 in special-event-map
5490         instead of global-map.
5492         * files.el (magic-mode-alist): Allow matching file type by
5493         calling a function at bob.  Check for image types by calling
5494         image-type-from-buffer.  Suggested by Juanma Barranquero.
5495         (set-auto-mode): Do it.
5497 2006-12-19  Michael Albinus  <michael.albinus@gmx.de>
5499         * net/tramp.el (tramp-methods): Introduce new method `scpc'.
5500         Remove "ControlMaster" option from the other `scp*' methods.
5501         (tramp-default-method): Check for ssh-agent before setting to `scp'.
5503 2006-12-18  Carsten Dominik  <dominik@science.uva.nl>
5505         * textmodes/org.el (org-mode): Show context after isearch.
5506         (org-show-siblings): New function.
5507         (org-show-context): Use `org-show-siblings'.
5509 2006-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5511         * emacs-lisp/syntax.el (syntax-ppss-flush-cache, syntax-ppss):
5512         Use syntax-ppss-toplevel-pos.
5514 2006-12-18  Carsten Dominik  <dominik@science.uva.nl>
5516         * textmodes/org.el (org-current-line): Make sure that lines are
5517         counted from beginning of buffer.
5518         (org-table-copy-region, org-table-paste-rectangle): Make sure that
5519         lines are counted from beginning of buffer.
5521 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
5523         * info.el (Info-build-node-completions): Signal error if tag-table
5524         marker is not found.
5526         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
5528 2006-12-17  Alan Mackenzie  <acm@muc.de>
5530         * emacs-lisp/lisp.el (beginning-of-defun-raw): Optimise (for
5531         speed) the case when open-paren-in-column-0-is-defun-start is nil.
5532         Based on code by Martin Rudalics.
5534         * progmodes/cc-mode.el (c-basic-common-init): Don't set
5535         open-paren-in-column-0-is-defun-start to nil any more.
5537 2006-12-17  Richard Stallman  <rms@gnu.org>
5539         * simple.el (delete-horizontal-space): Use prefix arg.
5541         * help-fns.el (describe-variable): Improve blank separator lines.
5543         * files.el (magic-mode-alist): Mark as risky.
5545         * files.el (make-backup-file-name-1):
5546         Expand backup-directory explicitly.
5548 2006-12-17  Michael Albinus  <michael.albinus@gmx.de>
5550         * net/tramp.el (tramp-default-method): Before setting to "pscp",
5551         check whether package password.el is loaded, or Pageant is running.
5553 2006-12-17  Ulf Jasper  <ulf.jasper@web.de>
5555         * calendar/icalendar.el (icalendar-version): Increase to "0.14".
5556         (icalendar--rris): First try Emacs, then XEmacs.
5557         (icalendar--convert-ical-to-diary): Doc fix.
5558         Insert newline at end of target file.
5560 2006-12-17  Kim F. Storm  <storm@cua.dk>
5562         * outline.el (outline-isearch-open-invisible-function): New defvar.
5563         (outline-flag-region): Use it if non-nil for isearch-open-invisible
5564         overlay property instead of outline-isearch-open-invisible.
5566 2006-12-16  Kim F. Storm  <storm@cua.dk>
5568         * ido.el (ido-completion-help): Build ido-cur-list and ido-matches
5569         if ido-directory-too-big is set on entry.
5570         (ido-toggle-ignore, ido-completion-help): Print message while
5571         reading big directory.
5573 2006-12-15  Richard Stallman  <rms@gnu.org>
5575         * shell.el (shell): Doc fix.
5577 2006-12-15  Kevin Gallagher  <Kevin.Gallagher@boeing.com>
5579         * emulation/edt.el (edt-xserver):
5580         * emulation/edt-mapper.el (edt-xserver): Replace `/' with a `-',
5581         to fix a problem on Cygwin.
5583         * emulation/edt.el
5584         * emulation/edt-mapper.el
5585         * emulation/edt-lk201.el
5586         * emulation/edt-pc.el
5587         * emulation/edt-vt100.el: Update maintainer's email address.
5589 2006-12-15  Simon Marshall  <simon@gnu.org>
5591         * progmodes/cc-fonts.el (c-font-lock-declarations): Fix previous change.
5593 2006-12-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5595         * term/mac-win.el (mac-atsu-font-table): Remove defvar.
5596         (mac-handle-font-selection): Use mac-atsu-font-face-attributes
5597         instead of mac-atsu-font-table.
5598         (fontset-default): Specify argument MAXIMUM in x-list-fonts calls.
5600 2006-12-14  Stephen Leake  <stephen_leake@member.fsf.org>
5602         * align.el (align-match-tex-pattern): Fix a rare bug which
5603         hanged Emacs.
5605 2006-12-14  Richard Stallman  <rms@gnu.org>
5607         * startup.el (use-fancy-splash-screens-p): Use frame-height
5608         instead of window-height.  Pass frame to image-size.
5610 2006-12-13  Kenichi Handa  <handa@m17n.org>
5612         * international/mule-cmds.el (set-locale-environment):
5613         Set default-sendmail-coding-system too.
5615 2006-12-12  J.D. Smith  <jdsmith@as.arizona.edu>
5617         * progmodes/idlw-help.el: Fix copyright notice.
5619 2006-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5621         * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos): New fun.
5623 2006-12-11  Juanma Barranquero  <lekktu@gmail.com>
5625         * subr.el (unread-command-char): Reformat obsolescence info.
5627 2006-12-11  Richard Stallman  <rms@gnu.org>
5629         * emacs-lisp/cl-macs.el (defstruct): Suppress warnings
5630         about calls to cl-struct-setf-expander.
5632 2006-12-11  Juanma Barranquero  <lekktu@gmail.com>
5634         * ediff-merg.el (ediff-show-clashes-only): Doc fix.
5635         (ediff-combination-pattern): Fix typo in docstring.
5637         * textmodes/refer.el (refer-find-entry): Doc fix.
5638         (refer-bib-files-regexp, refer-bib-directory, refer-bib-files)
5639         (refer-cache-bib-files, refer-find-next-entry, refer-yank-key):
5640         Fix tipos in docstrings.
5642         * progmodes/idlwave.el (idlwave-library-path): Fix typos in docstring.
5644 2006-12-10  Kim F. Storm  <storm@cua.dk>
5646         * ido.el (ido-init-completion-maps): Remap backward-kill-word
5647         instead of binding M-backspace.
5649 2006-12-10  Juanma Barranquero  <lekktu@gmail.com>
5651         * replace.el (replace-match-data, replace-match-maybe-edit):
5652         * calc/calc-aent.el (calc-eval-error):
5653         * emulation/vi.el (vi-char-argument):
5654         * progmodes/cc-langs.el (c-at-vsemi-p-fn)
5655         (c-vsemi-status-unknown-p-fn): Doc fixes.
5657 2006-12-10  Chong Yidong  <cyd@stupidchicken.com>
5659         * menu-bar.el (menu-bar-showhide-menu, menu-bar-tools-menu)
5660         (menu-bar-help-menu): Tooltip fixes.  Suggested by Francis Wright.
5662 2006-12-10  Masatake YAMATO  <jet@gyve.org>
5664         * progmodes/ld-script.el (ld-script-keywords): Fix a typo.
5666 2006-12-09  Chong Yidong  <cyd@stupidchicken.com>
5668         * mouse-sel.el (mouse-sel-mode): Register mouse-2 as a click type.
5670         * man.el (Man-xref-button-action): New function.  If the
5671         `Man-target-string' button property is a function, assume it
5672         accepts a position argument.
5673         (Man-abstract-xref-man-page): Use it.
5674         (Man-default-man-entry): New optional arg POS.
5676         * wdired.el (wdired-preprocess-symlinks): Make the spaces after
5677         symlink arrows read-only and non-rear-sticky.
5679 2006-12-09  Martin Rudalics  <rudalics@gmx.at>
5681         * wdired.el (wdired-change-to-wdired-mode, wdired-finish-edit)
5682         (wdired-search-and-rename): Simplify code.
5683         (wdired-preprocess-files, wdired-preprocess-perms): Make
5684         read-only property of preceding character rear-nonsticky to
5685         avoid that it can be modified.  Put old-name and old-link
5686         properties on character preceding name and replace
5687         put-text-property by add-text-properties.
5688         (wdired-get-filename, wdired-get-previous-link): Get old-name
5689         and old-link properties from character preceding name and
5690         simplify code.
5691         (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit)
5692         (wdired-perms-to-number): Make local-map property
5693         rear-nonsticky to avoid that text following permissions may be
5694         modified.  Use add-text-properties instead of put-text-property
5695         when changing a permission bit.
5696         (wdired-change-to-dired-mode): Remove stickiness properties.
5698 2006-12-09  Juanma Barranquero  <lekktu@gmail.com>
5700         * international/mule-cmds.el (register-input-method): Doc fix.
5702 2006-12-09  Masayuki Ataka  <masayuki.ataka@gmail.com>  (tiny change)
5704         * cmuscheme.el (scheme-start-file): Use `let*', not `let'.
5706 2006-12-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
5708         * textmodes/flyspell.el (flyspell-hack-local-variables-hook): New.
5709         Force buffer local defs evaluation on local variables loading.
5710         (flyspell-mode-on, flyspell-mode-off): Use it in
5711         `hack-local-variables-hook'.
5713 2006-12-09  Eli Zaretskii  <eliz@gnu.org>
5715         * emacs-lisp/find-func.el (find-variable): Doc fix.
5717         * help-fns.el (variable-at-point): Doc fix.
5719         * w32-fns.el (w32-append-code-lines): New function.
5721 2006-12-09  Romain Francoise  <romain@orebokech.com>
5723         * comint.el (comint-insert-input): Delete obsolete comment.
5725 2006-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5727         * net/browse-url.el (browse-url): Set DISPLAY to the one of the
5728         current frame, in case we're connected to several displays.
5730 2006-12-08  Juanma Barranquero  <lekktu@gmail.com>
5732         * frame.el (other-frame): Doc fix.
5733         (set-frame-parameter): Fix typo in docstring.
5735 2006-12-07  Kim F. Storm  <storm@cua.dk>
5737         * info.el (Info-index): Strip leading colon from topic.
5739 2006-12-07  Nick Roberts  <nickrob@snap.net.nz>
5741         * progmodes/gud.el (gud-speedbar-buttons): Deal with references
5742         to pointers.
5744 2006-12-05  J.D. Smith  <jdsmith@as.arizona.edu>
5746         * progmodes/idlwave.el (idlwave-xml-create-class-method-lists):
5747         Trim out spurious class inheritance "None" entries.
5749 2006-12-05  Kim F. Storm  <storm@cua.dk>
5751         * emulation/cua-base.el (cua-paste-pop-rotate-temporarily): Doc fix.
5752         (cua-paste-pop): Rework last change for
5753         cua-paste-pop-rotate-temporarily, so first M-y and C-y works alike,
5754         pasting the head of the kill-ring, and prefix arg C-u M-y inserts the
5755         text inserted by the last M-y command.
5757 2006-12-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
5759         * cmuscheme.el (run-scheme, scheme-start-file): Search the start
5760         file in ~/.emacs.d as `init_SCHEMENAME.scm' instead.
5762         * shell.el (shell): Search the start file in ~/.emacs.d as
5763         `init_SHELLNAME.sh' instead.
5765 2006-12-05  Glenn Morris  <rgm@gnu.org>
5767         * progmodes/cperl-mode.el (cperl-mode)
5768         * progmodes/f90.el (f90-mode-abbrev-table)
5769         * progmodes/fortran.el (fortran-mode-abbrev-table)
5770         * progmodes/octave-mod.el (octave-abbrev-table)
5771         * progmodes/sql.el (sql-mode-abbrev-table): Define abbrevs even
5772         if abbrev-table is non-nil (saved user abbrevs may have been restored).
5774         * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init): Do not
5775         clear abbrev table, else saved abbrevs will not be restored.
5777 2006-12-04  Juanma Barranquero  <lekktu@gmail.com>
5779         * facemenu.el (facemenu-unlisted-faces): Put obsolescence info in
5780         the call to `make-obsolete-variable', not in the docstring.
5782 2006-12-04  Chong Yidong  <cyd@stupidchicken.com>
5784         * facemenu.el (facemenu-unlisted-faces): Define as obsolete variable.
5786 2006-12-04  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5788         * progmodes/ebnf-abn.el:
5789         * progmodes/ebnf-bnf.el:
5790         * progmodes/ebnf-dtd.el:
5791         * progmodes/ebnf-ebx.el:
5792         * progmodes/ebnf-iso.el:
5793         * progmodes/ebnf-otz.el:
5794         * progmodes/ebnf-yac.el:
5795         * progmodes/ebnf2ps.el:
5796         * delim-col.el:
5797         * printing.el:
5798         * ps-bdf.el:
5799         * ps-mule.el:
5800         * ps-print.el: Remove 'Time-stamp' comment mark.
5802         * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
5803         'easy-menu-add-item' when called in Emacs 21 or higher.
5805 2006-12-04  Stephen Leake  <stephen_leake@stephe-leake.org>
5807         * progmodes/ada-xref.el (ada-check-current): Doc fix.
5808         (ada-make-body-gnatstub): Doc fix.  Remove redundant `progn'.
5810 2006-12-04  Kim F. Storm  <storm@cua.dk>
5812         * bindings.el (global-map): Bind [signal t] to ignore, to have
5813         user signals ignored by default.
5815 2006-12-04  Juanma Barranquero  <lekktu@gmail.com>
5817         * descr-text.el (describe-char-unicode-data): Use a hidden buffer for
5818         Unicode data file pointed to by `describe-char-unicodedata-file'.
5820 2006-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5822         * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Fix pathological
5823         O(n^2) regexp-search by anchoring the search.
5825 2006-12-04  Dan Nicolaescu  <dann@ics.uci.edu>
5827         * whitespace.el (whitespace-cleanup-internal): Use current
5828         argument for recursive call.
5830 2006-12-04  Michael Albinus  <michael.albinus@gmx.de>
5832         * net/tramp.el (tramp-methods): Add "ControlPath" and
5833         "ControlMaster" to scp, scp1 and scp2 methods.  Suggested by
5834         Andreas Schwab <schwab@suse.de>.
5835         (tramp-do-copy-or-rename-file-out-of-band)
5836         (tramp-open-connection-rsh): Compute format spec for ?t.
5837         (tramp-process-actions): Trace command parameters.
5839 2006-12-04  Nick Roberts  <nickrob@snap.net.nz>
5841         * simple.el (toggle-truncate-lines): Clarify doc string.
5843         * progmodes/gdb-ui.el (gdb-var-delete-children): New function.
5844         (gdb-speedbar-expand-node): Use it.
5846 2006-12-04  Richard Stallman  <rms@gnu.org>
5848         * progmodes/python.el (python-indent): Add safe-local-variable prop.
5850         * dired.el (dired-revert): Turn off dired-after-readin-hook
5851         around call to dired-readin.
5853         * menu-bar.el (menu-bar-make-toggle): Add "globally"
5854         to echo area messages.
5855         <indicate-empty-lines, case-fold-search>:
5856         Add "globally" to Help string.
5857         <case-fold-search>: MESSAGE arg need not say "globally".
5858         (menu-bar-edit-menu <paste-from-menu>): Rename from select-and-paste.
5860 2006-12-03  Liam Healy  <lnp@healy.washington.dc.us>  (tiny change)
5862         * outline.el (outline-end-of-subtree): Don't leave an empty
5863         line hidden as we would a real next heading.
5865 2006-12-03  Ken Manheimer  <ken.manheimer@gmail.com>
5867         * allout.el (allout-ascend): Add an optional argument to preserve
5868         original position of point when unsuccessful.  Also, fix a
5869         docstring error.
5870         (allout-yank-processing): Fix depth shift of multiple-topic so yanks
5871         work again, using allout-ascend's new option.
5872         (allout-setup-mode-map): Extract from allout-mode to initialize
5873         allout-mode-map.  Call it on file load, so the mode docstring
5874         substitutions work even if allout mode has not yet been invoked.
5875         (allout-mode): Use new allout-setup-mode-map to track any keybinding
5876         customizations since the map was last processed.  Also, refine the
5877         docstring so it's ship-shape for release.
5878         (allout-default-layout, allout-beginning-of-line-cycles)
5879         (allout-distinctive-bullets-string, allout-use-mode-specific-leader)
5880         (allout-encrypt-unencrypted-on-saves, allout-inhibit-auto-fill)
5881         (allout-version, allout-layout, allout-infer-body-reindent)
5882         (allout-infer-header-lead-and-primary-bullet, allout-view-change-hook)
5883         (allout-init, allout-mode, allout-next-heading, allout-chart-subtree)
5884         (allout-previous-heading, allout-goto-prefix-doublechecked)
5885         (allout-current-bullet-pos, allout-next-sibling-leap)
5886         (allout-pre-command-business, allout-encrypted-type-prefix)
5887         (allout-make-topic-prefix, allout-open-topic, allout-rebullet-heading)
5888         (allout-rebullet-topic, allout-rebullet-topic-grunt)
5889         (allout-flag-region, allout-expose-topic, allout-expose-topic)
5890         (allout-old-expose-topic, allout-listify-exposed)
5891         (allout-process-exposed, allout-latex-verb-quote)
5892         (allout-latex-verbatim-quote-curr-line, allout-adjust-file-variable)
5893         (allout-toggle-current-subtree-encryption)
5894         (allout-toggle-subtree-encryption, allout-bullet-isearch):
5895         Remove extraneous open-paren and close paren string escapes.
5897 2006-12-03  Juanma Barranquero  <lekktu@gmail.com>
5899         * progmodes/ada-xref.el (is-windows, ada-find-in-src-path): Doc fixes.
5900         (ada-xref-pos-ring-max, ada-xref-project-files, ada-xref-initialize)
5901         (ada-prj-default-comp-cmd, ada-quote-cmd, ada-compile-current):
5902         Fix typos in docstrings.
5904 2006-12-03  Glenn Morris  <rgm@gnu.org>
5906         * progmodes/cc-align.el
5907         * progmodes/cc-awk.el
5908         * progmodes/cc-cmds.el
5909         * progmodes/cc-compat.el
5910         * progmodes/cc-defs.el
5911         * progmodes/cc-engine.el
5912         * progmodes/cc-langs.el
5913         * progmodes/cc-menus.el
5914         * progmodes/cc-mode.el
5915         * progmodes/cc-styles.el
5916         * progmodes/cc-vars.el
5917         * progmodes/vhdl-mode.el: Fix Copyright format.
5919 2006-12-02  Chong Yidong  <cyd@stupidchicken.com>
5921         * mouse.el (mouse-drag-track): Suppress automatic hscrolling for
5922         initial down event.
5924 2006-12-02  Kim F. Storm  <storm@cua.dk>
5926         * emulation/cua-base.el (cua-toggle-set-mark): Doc fix.
5927         (cua-repeat-replace-region): Make M-v more robust.
5928         (cua-paste-pop-rotate-temporarily): New defcustom.
5929         (cua-paste-pop): Use it.
5930         (cua-auto-mark-last-change): New defcustom.
5931         (cua-pop-to-last-change): New helper function.
5932         (cua-set-mark): Use them.
5934 2006-12-01  Nick Roberts  <nickrob@snap.net.nz>
5936         * menu-bar.el (toggle-case-fold-search): Clarify doc/help string and
5937         mini-buffer message.
5939 2006-12-01  Juanma Barranquero  <lekktu@gmail.com>
5941         * descr-text.el (describe-char-unicodedata-file): Fix typo in docstring.
5943 2006-12-01  Ben North  <ben@redfrontdoor.org>
5945         * paren.el: Fix the highlight overlay extension when the user types a
5946         sequence of char very fast just before the open parenthesis.
5948 2006-12-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5950         * ps-mule.el: Eliminate Emacs 20 compatibility.
5952         * ps-print.el: Eliminate Emacs 20 & 21 compatibility.
5953         (ps-print-version): New version 6.7.
5954         (ps-print-quote): Replace '?\ ' by '?\s'.
5956 2006-11-30  Juanma Barranquero  <lekktu@gmail.com>
5958         * hexl.el (hexl-goto-address, hexl-forward-char, hexl-forward-short)
5959         (hexl-forward-word, hexl-previous-line, hexl-beginning-of-1k-page)
5960         (hexl-end-of-1k-page): Doc fixes.
5961         (hexl-address-region, hexl-ascii-region, hexl-highlight-line-range):
5962         Fix typos in docstrings.
5964 2006-11-30  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
5966         * ido.el (ido-local-file-exists-p): New.  Tell if a file exists
5967         locally, i.e. without using file name handlers.
5968         (ido-read-internal): Allow mono letter host names, avoiding the
5969         `c:' problem by testing if the file exists locally.
5970         (ido-complete, ido-make-file-list, ido-exhibit): Ditto.
5972 2006-11-30  Masatake YAMATO  <jet@gyve.org>
5974         * hexl.el (hl-line-range-function, hl-line-face): Declare variables
5975         to avoid bytecomp warnings.
5976         (hexl-mode-old-ruler-function): New variable.
5977         (hexl-follow-line): Bind `hexl-mode-old-hl-line-range-function'
5978         and `hl-line-range-function' after `require' hl-line.
5979         Then bind `hl-line-range-function' and `hl-line-face'.
5980         Don't require frame.  Don't use `with-no-warnings'.
5981         (hexl-activate-ruler): Store the original value of
5982         `ruler-mode-ruler-function' to `hexl-mode-old-ruler-function'.
5983         (hexl-mode-exit): Restore the original value of
5984         `ruler-mode-ruler-function'.
5986 2006-11-30  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
5988         * hexl.el (hexl-mode-old-hl-line-range-function): New variable.
5989         (hexl-mode-old-hl-line-face): New variable.
5990         (hexl-mode, hexl-mode-exit): Fix the highlighting of the current
5991         line when exit from the hexl-mode.
5993 2006-11-30  Juanma Barranquero  <lekktu@gmail.com>
5995         * emacs-lisp/bytecomp.el (byte-optimize, byte-compile-warnings):
5996         Doc fixes.
5998         * international/fontset.el (create-fontset-from-ascii-font)
5999         (create-fontset-from-fontset-spec, x-compose-font-name): Doc fixes.
6000         (fontset-name-p): Fix typo in docstring.
6002         * progmodes/cc-cmds.el (c-indent-exp): Fix typo in docstring.
6004 2006-11-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6006         * ps-bdf.el: Fix maintainer email.
6008         * ps-mule.el: Fix maintainer email.  Define functions for Emacs 20
6009         compatibility.
6011         * ps-print.el: Fix maintainer email.  Define functions for Emacs 20 &
6012         21 compatibility.
6013         (ps-print-quote): Replace '?\s' by '?\ ' to keep compatibility with
6014         Emacs 20 & 21.
6016 2006-11-29  J.D. Smith  <jdsmith@as.arizona.edu>
6018         * progmodes/idlwave.el (idlwave-auto-fill):
6019         Remove paragraph-start let to prevent auto-fill giving up.
6021 2006-11-28  Juanma Barranquero  <lekktu@gmail.com>
6023         * vt100-led.el (led-state): Fix typo in previous change.
6025 2006-11-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6027         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6028         Fix interactive spec of the functions getting defined to make them
6029         work as documented.
6031 2006-11-28  Chong Yidong  <cyd@stupidchicken.com>
6033         * startup.el (fancy-splash-screens): Hide initial splash buffer.
6035 2006-11-28  Kim F. Storm  <storm@cua.dk>
6037         * icomplete.el (icomplete-tidy, icomplete-exhibit): Check that
6038         icomplete-mode is enabled.
6040 2006-11-28  Carsten Dominik  <dominik@science.uva.nl>
6042         * textmodes/org.el (require): Require gnus-sum during compilation
6043         to avoid problem with a macro call.
6045 2006-11-28  Glenn Morris  <rgm@gnu.org>
6047         * emacs-lisp/authors.el (authors-aliases): Add new alias.
6049         * progmodes/fortran.el (fortran-font-lock-keywords-4): Add `min'.
6050         (fortran-window-create-momentarily): Do not need string-to-char.
6052 2006-11-28  Richard Stallman  <rms@gnu.org>
6054         * emacs-lisp/bytecomp.el (byte-compile-get-constant):
6055         Replace incorrect use of assoc-default with a loop.
6057         * term.el (term-exec-1): Set envvar INSIDE_EMACS.
6059         * simple.el (next-error-find-buffer): Improve messages.
6061         * files.el (revert-buffer): Special error message if file
6062         is now not readable.
6064         * facemenu.el (facemenu-add-new-face): Improve doc strings of
6065         constructed commands.
6067         * comint.el (comint-exec-1): Provide Emacs version and `comint'
6068         in INSIDE_EMACS.
6070 2006-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6072         * diff-mode.el (diff-mode-map): Add a binding for unified->context.
6074         * server.el: Remove spurious * in docstrings.
6075         (server-process-filter): Exit from recursive editing before processing
6076         a new request.
6078 2006-11-27  J.D. Smith  <jdsmith@as.arizona.edu>
6080         * progmodes/hideshow.el (hs-already-hidden-p): Move to end of
6081         line so hidden blocks will be correctly identified.
6083 2006-11-27  Juanma Barranquero  <lekktu@gmail.com>
6085         * ledit.el (ledit-save-defun, ledit-mode):
6086         * resume.el (resume-emacs-args-buffer):
6087         * rot13.el (rot13-display-table, rot13-translate-table, rot13)
6088         (rot13-string, rot13-region, rot13-other-window, toggle-rot13-mode):
6089         * vmsproc.el (subprocess-input, start-subprocess, subprocess-command)
6090         (command-send-input, command-kill-line):
6091         * vt100-led.el (led-state, led-on): Fix typos in docstrings.
6093         * autoarg.el (autoarg-kp-mode): Doc fix.
6095         * emacs-lock.el (toggle-emacs-lock): Doc fix.  Simplify.
6096         (emacs-lock-check-buffer-lock): Doc fix.  Use `when'.
6097         (check-emacs-lock): Doc fix.  Simplify.
6099         * iimage.el (iimage-mode-image-regex-alist): Doc fix.
6100         (iimage-mode-buffer): Fix typos in docstring.
6102         * misc.el (zap-up-to-char): Doc fix.
6104         * time-stamp.el: Fix comment and obsolescence string for old
6105         functions.  Use `dolist' instead of `while'.
6107         * userlock.el (ask-user-about-lock-help): Fix typos in output message.
6109         * disp-table.el (standard-display-8bit, standard-display-default):
6110         * ebuff-menu.el (electric-buffer-list):
6111         * ehelp.el (electric-help-command-loop):
6112         * font-core.el (font-lock-mode):
6113         * help-macro.el (make-help-screen):
6114         * help.el (describe-minor-mode-completion-table-for-indicator)
6115         (lookup-minor-mode-from-indicator):
6116         * indent.el (tab-to-tab-stop, move-to-tab-stop):
6117         * info-look.el (info-lookup-guess-custom-symbol):
6118         * locate.el (locate-main-listing-line-p, locate-mode, locate-do-setup):
6119         * longlines.el (longlines-wrap-line):
6120         * macros.el (insert-kbd-macro):
6121         * menu-bar.el (menu-bar-update-buffers):
6122         * misc.el (copy-from-above-command):
6123         * mouse.el (mouse-popup-menubar, mouse-buffer-menu-alist):
6124         * newcomment.el (comment-indent):
6125         * novice.el (disabled-command-function):
6126         * sort.el (sort-fields-syntax-table):
6127         * subr.el (momentary-string-display):
6128         * tar-mode.el (tar-header-block-summarize)
6129         (tar-clear-modification-flags):
6130         * terminal.el (terminal-cease-edit, te-more-break-unwind, te-newline)
6131         (te-clear-rest-of-line, te-clear-rest-of-screen, te-clear-screen)
6132         (te-insert-lines, te-delete-lines, te-delete, te-insert-spaces)
6133         (te-delete-char, te-down-vertically-or-scroll):
6134         * time-stamp.el (time-stamp-string-preprocess):
6135         * tmm.el (tmm-add-one-shortcut): "?\ " -> "?\s".
6137 2006-11-26  Nick Roberts  <nickrob@snap.net.nz>
6139         * speedbar.el (speedbar-timer-fn): Revert to old behaviour when not
6140         in GUD mode.
6142         * progmodes/gud.el (gud-install-speedbar-variables): Remove bindings:
6143         speedbar-expand-line-descendants, speedbar-contract-line-descendants.
6145 2006-11-26  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6147         * progmodes/cc-vars.el (c-backslash-column): Add . at end of sentence.
6149 2006-11-26  Stephen Leake  <stephen_leake@stephe-leake.org>
6151         * progmodes/ada-mode.el (ada-which-compiler): Fix typo in docstring.
6152         (ada-compile-goto-error): Adapt to new argument profile of
6153         compilation-goto-locus in Emacs 22.  Don't check if the various
6154         compile functions are defined; we already do "(require 'compile)".
6156 2006-11-26  Kim F. Storm  <storm@cua.dk>
6158         * kmacro.el: Fix commentary.
6160 2006-11-26  Nick Roberts  <nickrob@snap.net.nz>
6162         * progmodes/gud.el (gdb): Explain how to run in text command mode
6163         more clearly.  Say in error message that multiple debugging
6164         requires restarting GDB.
6166 2006-11-25  Juanma Barranquero  <lekktu@gmail.com>
6168         * international/fontset.el (create-fontset-from-fontset-spec): Doc fix.
6170 2006-11-25  Pavel Kobiakov  <pk_at_work@yahoo.com>
6172         * progmodes/flymake.el (flymake-posn-at-point-as-event): New function.
6173         (flymake-popup-menu): Use it instead of posn-at-point.
6175 2006-11-25  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6177         * progmodes/cc-vars.el (c-backslash-column):
6178         Mention c-backslash-max-column in documentation for c-backslash-column.
6180 2006-11-24  Lars Hansen  <larsh@soem.dk>
6182         * net/tramp.el (tramp-default-method): Under Windows, change from
6183         plink to pscp.
6184         (tramp-copy-failed-regexp, tramp-action-copy-failed): Add.
6185         (tramp-actions-copy-out-of-band):
6186         Add pair (tramp-copy-failed-regexp tramp-action-copy-failed).
6187         (tramp-action-out-of-band): Move "Permission denied" handling to
6188         tramp-action-copy-failed.
6189         (tramp-do-copy-or-rename-file-out-of-band): unwind-protect killing of
6190         process buffer.
6192 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6194         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
6195         strings to a single string.  Quote `errors-file-name'.
6196         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
6197         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
6198         Adjust calls.  Use `shell-quote-argument'.
6200         * international/mule.el (load-with-code-conversion)
6201         (with-category-table): Use with-current-buffer.
6202         (after-insert-file-set-coding): Use restore-buffer-modified-p.
6204 2006-11-24  Eli Zaretskii  <eliz@gnu.org>
6206         * mail/smtpmail.el (smtpmail-send-it):
6207         Copy buffer-file-coding-system from the mail buffer.  Possibly add a
6208         MIME header for the message encoding.
6209         Bind coding-system-for-write around the call to mail-do-fcc.
6210         Use smtpmail-code-conv-from to encode queued mail messages.
6212 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
6214         * tabify.el (tabify-regexp): Doc fix.
6216         * net/rcirc.el (rcirc-buffer-maximum-lines):
6217         * progmodes/gud.el (jdb): Fix space/tab mixup in docstrings.
6219         * play/gomoku.el (gomoku-terminate-game, gomoku-human-takes-back)
6220         (gomoku-prompt-for-move, gomoku-human-plays, gomoku-offer-a-draw):
6221         Fix typos in output messages.
6222         (gomoku-vector-length, gomoku-init-board): Fix typos in docstrings.
6224 2006-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6226         * hexl.el (hexl-mode): Don't try to guess the max-address: get it from
6227         the horse's mouth.
6228         (hexlify-buffer): Don't re-encode an arg that's already encoded.
6230 2006-11-23  Michael Kifer  <kifer@cs.stonybrook.edu>
6232         * ediff-diff.el (ediff-exec-process, ediff-same-file-contents):
6233         Remove condition-case.
6235 2006-11-23  Glenn Morris  <rgm@gnu.org>
6237         * progmodes/f90.el (f90-comment-indent): Do not move point in
6238         default case.
6240 2006-11-21  Romain Francoise  <romain@orebokech.com>
6242         * emacs-lisp/find-func.el (find-library-name): Don't strip ".el"
6243         from library name (reverts change of 2005-10-25).
6245 2006-11-21  Lennart Borgman  <lennart.borgman.073@student.lu.se>
6247         * tutorial.el (tutorial--default-keys): Add newline and
6248         delete-backward-char bindings.
6249         (tutorial--detailed-help): Save excursion when finding keys.
6250         Correct warning string for M-x FOO case.
6251         (tutorial--display-changes): Print special keys in tutorial style.
6252         Tweak search regexp for changed keys.
6254 2006-11-21  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
6256         * thingatpt.el (thing-at-point-url-at-point): Don't add a
6257         redundant scheme.
6259 2006-11-21  Diane Murray  <disumu@x3y2z1.net>  (tiny change)
6261         * thingatpt.el (thing-at-point-uri-schemes): Add schemes that
6262         are new to the list at IANA.  Also added irc, mms, mmsh.
6264 2006-11-20  J.D. Smith  <jdsmith@as.arizona.edu>
6266         * progmodes/idlw-help.el (idlwave-html-help-location):
6267         Fail gracefully for missing help packages.
6268         (idlwave-help-assistant-open-link): Open full links.
6269         (idlwave-help-assistant-help-with-topic): Direct help link.
6271         * progmodes/idlwave.el (idlwave-mode):
6272         Set add-log-current-defun-function.
6273         (idlwave-current-routine-fullname): Add, to support add-log.
6274         (idlwave-convert-xml-system-routine-info): Simplify XML parsing
6275         to reflect improvements to xml-parse-file.
6276         (idlwave-mode-menu-def): New binding for help-with-topic.
6278         * progmodes/idlw-shell.el (idlwave-shell-filter-directory):
6279         Handle extra newlines and spaces.
6280         (idlwave-shell-mode-map): Add help-with-topic.
6282 2006-11-20  Chong Yidong  <cyd@stupidchicken.com>
6284         * tutorial.el (tutorial-warning-face): New face.
6285         (tutorial--detailed-help, tutorial--display-changes): Use it.
6286         (tutorial--find-changed-keys): Check ESC-prefix binding specially.
6287         Improve search pattern for occurrences of changed keys.
6289 2006-11-20  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6291         * term/x-win.el (x-last-cut-buffer-coding): New variable.
6292         (x-select-text): Set it.
6293         (x-cut-buffer-or-selection-value): Check also x-last-cut-buffer-coding
6294         when checking for newness.
6296 2006-11-19  Juanma Barranquero  <lekktu@gmail.com>
6298         * subr.el (posn-image):
6299         * progmodes/ebnf2ps.el (ebnf-stop-on-error): Fix typos in docstrings.
6301         * emacs-lisp/regexp-opt.el (regexp-opt): Doc fix.
6303 2006-11-19  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
6305         * progmodes/glasses.el (glasses-separate-parentheses-exceptions): New.
6306         Exceptions to the rule "add a space between an identifier and an
6307         opening parenthesis".  Defaulted to the `#define' problem of cpp.
6308         (glasses-parenthesis-exception-p): New.  Check if the region is an
6309         exception regarding to that.
6310         (glasses-make-readable): Use it.
6311         (glasses-convert-to-unreadable): Ditto.  Modify the file also if
6312         `glasses-convert-on-write-p' and `glasses-separate-parentheses-p' are t.
6314 2006-11-19  Chong Yidong  <cyd@stupidchicken.com>
6316         * emacs-lisp/bytecomp.el (byte-compile-if): Revert last change.
6318 2006-11-19  Stephen Leake  <stephen_leake@stephe-leake.org>
6320         * progmodes/ada-mode.el (ada-make-body): Fix typo.
6322         * progmodes/ada-xref.el (ada-make-body-gnatstub): Fix typo.
6323         (ada-xref-initialize): Fix typo.  Use add-hook and remove-hook.
6325 2006-11-18  Chong Yidong  <cyd@stupidchicken.com>
6327         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Check `and'
6328         conditions for function or variable bindings.
6330         * comint.el (comint-exec-1): Set EMACS and INSIDE_EMACS to t.
6332         * progmodes/compile.el (compilation-start): Ditto.
6334 2006-11-18  Michael Albinus  <michael.albinus@gmx.de>
6336         * net/tramp.el (top): cl and custom are always required.
6338 2006-11-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6340         * term/x-win.el (x-cut-buffer-or-selection-value): Decode text from
6341         cut-buffers with next-selection-coding-system if not nil.
6343 2006-11-17  Carsten Dominik  <dominik@science.uva.nl>
6345         * textmodes/org.el (org-fix-decoded-time): New function.
6346         (org-display-custom-time): Use `org-fix-decoded-time'.
6348 2006-11-17  Chong Yidong  <cyd@stupidchicken.com>
6350         * menu-bar.el (menu-bar-games-menu): Remove yow.
6352 2006-11-17  Carsten Dominik  <dominik@science.uva.nl>
6354         * textmodes/org.el (org-scan-tags): Re-align code fixed.
6355         (org-detach-overlay): Rename from `org-detatch-overlay'.
6356         (org-table-convert-region): Insert space after column separator.
6357         (org-agenda-kill): New command.
6358         (org-metaleft): Call `org-outdent-item' on bullets.
6359         (org-metaright): Call `org-indent-item' on bullets.
6360         (org-timestamp-change): Set `org-last-changed-timestamp'.
6361         (org-current-line): Make sure (bolp) returns correct result.
6362         (org-agenda-change-all-lines): Make sure TODO are highlighted.
6364 2006-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6366         * pcvs.el (cvs-retrieve-revision): Set buffer-file-coding-system.
6368 2006-11-16  Chong Yidong  <cyd@stupidchicken.com>
6370         * mouse.el (global-map): Change 2006-08-16 fix to call
6371         mouse-yank-at-click explicitly, since mouse events are not carried
6372         over into keyboard macros.
6374 2006-11-16  Kim F. Storm  <storm@cua.dk>
6376         * ido.el (ido-file-internal): Use current buffer's file name as default
6377         choice for ido-find-alternate-file.  Suggested by Matt Hodges.
6379 2006-11-15  Ken Manheimer  <ken.manheimer@gmail.com>
6381         * allout.el (allout-doublecheck-at-and-shallower): Clarify docstring.
6382         (allout-inhibit-aberrance-doublecheck): Rename from
6383         allout-during-yank-processing.  All callers changed.
6384         (allout-ascend): Provide for unusual case where some topic after
6385         the first in file is at lower depth than the first.
6386         (allout-shift-in): Ensure the offspring of the new containing
6387         topic are exposed.
6388         (allout-encrypt-string): Preserve the coding-system of the text,
6389         according to that of the containing buffer.
6390         (allout-toggle-subtree-encryption): When the text being encrypted
6391         requires a different coding system, offer to preserve the coding
6392         system using a file local var.
6394 2006-11-15  Simon Marshall  <simon@gnu.org>
6396         * progmodes/cc-fonts.el (c-font-lock-declarators): Use c-at-toplevel-p
6397         to recognise "T t()" as a function declaration, rather than a
6398         variable instantiation, iff at the top-level or inside a class
6399         declaration.  Suggested by Feng Li <fengli@gmail.com>.
6401 2006-11-14  Stephen Leake  <stephen_leake@stephe-leake.org>
6403         * progmodes/ada-xref.el (ada-parse-prj-file):
6404         Don't delete project buffer; user may want to edit it.
6405         (ada-xref-set-project-field, ada-xref-current-project-file)
6406         (ada-xref-current-project, ada-show-current-project)
6407         (ada-set-main-compile-application): New functions.
6408         (ada-xref-get-project-field, ada-require-project-file):
6409         Normalize use of ada-prj-default-project-file.
6410         (ada-gdb-application, ada-get-ada-file-name, ada-make-body-gnatstub):
6411         Normalize use of ada-require-project-file.
6412         (ada-prj-find-prj-file): Improve doc string, comments.
6414         * progmodes/ada-mode.el (ada-mode-version): Bump version.
6415         (ada-create-keymap): Add \C-c\C-m 'ada-set-main-compile-application.
6416         (ada-create-menu): Add ada-set-main-compile-application,
6417         ada-show-current-main, ada-show-current-project.
6419 2006-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6421         * progmodes/python.el (inferior-python-mode-syntax-table): New var.
6422         (inferior-python-mode): Use it.
6424 2006-11-14  Andreas Schwab  <schwab@suse.de>
6426         * term/xterm.el (terminal-init-xterm): Add more key bindings.
6428 2006-11-13  Kim F. Storm  <storm@cua.dk>
6430         * ido.el (ido-copy-current-word): C-o copies region if active.
6432 2006-11-13  Carsten Dominik  <dominik@science.uva.nl>
6434         * textmodes/org.el (org-emph-face): Fix typo in variable name.
6436 2006-11-13  Juanma Barranquero  <lekktu@gmail.com>
6438         * ediff.el (ediff-revision):
6439         * files.el (set-visited-file-name):
6440         * mail/rmailout.el (rmail-output-body-to-file):
6441         Use `format', not `message', in `y-or-n-p' call.
6443 2006-11-13  Carsten Dominik  <dominik@science.uva.nl>
6445         * textmodes/org.el (org-metaleft): Call `org-outdent-item' on bullets.
6446         (org-metaright): Call `org-indent-item' on bullets.
6447         (org-timestamp-change): Set `org-last-changed-timestamp'.
6448         (org-current-line): Make sure (bolp) returns correct result.
6449         (org-agenda-change-all-lines): Make sure highlighting TODO always works.
6451 2006-11-12  Richard Stallman  <rms@gnu.org>
6453         * language/european.el (turkish-case-conversion-enable)
6454         (turkish-case-conversion-disable): New functions.
6455         ("Turkish" lang env): Use them.
6457         * international/characters.el (case table):
6458         Do nothing special for i and I.
6460         * subr.el (remove-overlays): Fix last change.
6462         * cus-edit.el (custom-save-all): Use find-file-visit-truename
6463         for visiting the custom file.
6465 2006-11-12  Markus Triska  <triska@gmx.at>
6467         * play/handwrite.el (handwrite): Also process lines not ending
6468         with newline.  Replace some position-fiddling with different
6469         logic.  Improve performance.
6471 2006-11-12  Stephen Leake  <stephen_leake@stephe-leake.org>
6473         * progmodes/ada-xref.el (ada-prj-default-check-cmd): New variable,
6474         replacing deleted variable `ada-check-switch'.
6475         (ada-project-file-extension): Rename to `ada-prj-file-extension'.
6476         (ada-xref-project-files): Improve doc string.
6477         (ada-find-executable): New function.
6478         (ada-initialize-runtime-library): Use `ada-find-executable'.
6479         (ada-xref-set-default-prj-values): In compile commands, don't need
6480         `ada-cd-command'; `compile' does that more portably.
6481         Use ada-prj-default-check-cmd.
6482         (ada-parse-prj-file): Don't set 'debug_post_cmd, 'debug_pre_cmd
6483         properties if not specified in project file.
6484         (ada-goto-declaration): Display useful message for new error
6485         'error-file-not-found.
6486         (ada-get-ada-file-name, ada-find-in-src-path): Signal new error
6487         'error-file-not-found.
6488         (ada-get-all-references): Match latest ali syntax.  Signal new
6489         error 'error-file-not-found.
6490         (ada-find-in-ali): Match latest ali syntax.
6491         (ada-make-filename-from-adaname): Handle different semantics of
6492         gnatkr in GNAT 3.15p vs later.
6494         * progmodes/ada-stmt.el (ada-func-or-proc-name): Match changes to
6495         ada-procedure-start-regexp.
6496         (ada-or-accept, ada-or-delay, ada-or-terminate): Improve doc string.
6498         * progmodes/ada-mode.el: Replace conditional (require 'ispell)
6499         with defvar.
6500         (ada-language-version): Rename ada05 -> ada2005.
6501         (ada-align-region-separate): Add `eval-when-compile'.
6502         (ada-name-regexp): Remove unneeded escapes in regexp character
6503         alternative.
6504         (ada-compile-goto-error-file-linenr-re): New constant.
6505         (ada-matching-start-re): Handle additional cases `declare',
6506         `procedure', `function'.
6507         (ada-compile-goto-error): Handle "... at line nn".
6508         (ada-mode): Clearer syntax, comments for ff-special-constructs.
6509         Delete support for old versions of `align'.
6510         (ada-search-prev-end-stmt): Handle additional keyword `private'.
6511         (ada-check-defun-name): Simplify handling of `declare'.
6512         (ada-goto-matching-start): Handle nested `begin ... end'.
6513         Handle `declare', `protected', `procedure', `function'.
6514         (ada-create-menu): Presence of arm95 is not conditional on using
6515         GNAT compiler.
6517 2006-11-12  Juanma Barranquero  <lekktu@gmail.com>
6519         * emacs-lisp/re-builder.el (reb-mode): Set `blink-matching-paren' to
6520         nil in the *RE-Builder* buffer (it causes spurious error messages).
6522         * server.el (server-visit-files): If `minibuffer-auto-raise' has
6523         been set to t, respect it.
6525 2006-11-11  Stephen Leake  <stephen_leake@stephe-leake.org>
6527         * progmodes/ada-mode.el: Delete `eval-and-compile' around `require'.
6528         Delete commented out code for old Emacs versions.  Autoloading of
6529         "ada-xref", "ada-prj" is useful even if compiler is not GNAT.
6530         (ada-mode-version): Bump version number.
6531         (ada-95-string-keywords, ada-2005-string-keywords)
6532         (ada-2005-keywords, ada-name-regexp): New constant.
6533         (ada-language-version, ada-procedure-start-regexp, ada-mode)
6534         (ada-font-lock-keywords): Add support for Ada 2005 keywords.
6535         (ada-package-start-regexp): Support private packages, include package
6536         name (for ada-set-point-accordingly).
6537         (ada-next-procedure, ada-previous-procedure)
6538         (ada-which-function-are-we-in): Match changes to
6539         ada-procedure-start-regexp.
6540         (ada-make-body): Make non-interactive; not a user function.
6541         (ada-make-subprogram-body): Improve doc string.
6543 2006-11-11  Romain Francoise  <romain@orebokech.com>
6545         * progmodes/cperl-mode.el (cperl-mode): Before adding to it, make
6546         `compilation-error-regexp-alist' buffer-local, since we changed
6547         `compilation-error-regexp-alist-alist' locally.
6549 2006-11-11  Juanma Barranquero  <lekktu@gmail.com>
6551         * server.el (server-visit-files): Bind `minibuffer-auto-raise'
6552         to the value of `server-raise-frame'.
6554 2006-11-11  Glenn Morris  <rgm@gnu.org>
6556         * ido.el (ido-enable-prefix)
6557         * ses.el (ses-call-printer-return)
6558         * net/tramp.el (tramp-unified-filenames)
6559         * progmodes/cc-align.el (c-lineup-string-cont)
6560         * progmodes/compile.el (compilation-directory-matcher)
6561         * progmodes/ebnf2ps.el (ebnf-stop-on-error)
6562         * progmodes/vhdl-mode.el (vhdl-reset-active-high)
6563         (vhdl-clock-rising-edge)
6564         * textmodes/org.el (org-export-with-timestamps)
6565         (org-export-remove-timestamps-from-toc)
6566         (org-export-with-tags): Improve previous doc fixes.
6568 2006-11-11  Richard Stallman  <rms@gnu.org>
6570         * textmodes/flyspell.el (flyspell-mode-map):
6571         Bind C-c $ instead of M-RET.
6573 2006-11-10  Simon Marshall  <simon@gnu.org>
6575         * progmodes/cc-fonts.el (c-font-lock-declarations): Don't overwrite
6576         fontification for "case" and "default" keywords.
6578 2006-11-10  Andreas Schwab  <schwab@suse.de>
6580         * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
6581         Avoid starting sentence with "nil".
6583 2006-11-10  Juanma Barranquero  <lekktu@gmail.com>
6585         * server.el (server-raise-frame): New option.
6586         (server-switch-buffer): Use it.
6588 2006-11-10  Nick Roberts  <nickrob@snap.net.nz>
6590         * progmodes/gdb-ui.el (gdb-many-windows): Start doc string
6591         with a capital.
6593 2006-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
6595         * textmodes/org.el (org-show-hierarchy-above)
6596         (org-show-following-heading): Fix typo in default value.
6597         (org-scan-tags): Make the search case-sensitive.
6598         (org-tags-sparse-tree): Don't overrule
6599         `org-show-following-heading' and `org-show-hierarchy-above'.
6600         (org-reveal): New command.
6601         (org-show-context): Rename from `org-show-hierarchy-above'.
6602         (org-fast-tag-selection-single-key): New option.
6603         (org-fast-tag-show-exit, org-set-current-tags-overlay): New functions.
6604         (org-tags-overlay): New variable.
6605         (org-agenda-todo-ignore-deadlines): New option.
6606         ("session"): Add circular data structure `org-mark-ring' to
6607         exceptions list in session.el.
6608         (org-agenda-window-setup, org-agenda-restore-windows-after-quit):
6609         New options.
6610         (org-agenda-quit): Use `org-agenda-restore-windows-after-quit'.
6611         (org-prepare-agenda, org-agenda-quit): Use `org-agenda-window-setup'.
6612         (org-pre-agenda-window-conf, org-blank-before-new-entry): New vars.
6613         (org-finalize-agenda): Activate bracket links in agenda.
6614         (org-at-timestamp-p, org-at-date-range-p): Additional argument
6615         INACTIVE-OK.
6616         (org-show-hierarchy-above, org-show-following-heading):
6617         List values allowed for fine-tuned configuration.
6618         (org-show-hierarchy-above): New argument CONTEXT, use the
6619         fine-tuned settings in `org-show-hierarchy-above' and
6620         `org-show-following-heading'.
6621         (org-display-custom-time): New function.
6622         (org-toggle-time-stamp-overlays, org-insert-time-stamp): New function.
6623         (org-display-custom-times, org-time-stamp-custom-formats):
6624         (org-maybe-intangible): New macro.
6625         (org-activate-bracket-links, org-hide-wide-columns):
6626         Use `org-maybe-intangible'.
6627         (org-open-file): Use `shell-quote-argument'.
6628         (org-display-internal-link-with-indirect-buffer): New option.
6629         (org-file-remote-p): Get regexp from list.
6630         (org-link-expand-abbrev): New function.
6631         (org-link-abbrev-alist): New option.
6632         (org-open-at-point, org-cleaned-string-for-export):
6633         Call `org-link-expand-abbrev'.
6634         (org-timeline, org-agenda-list, org-todo-list)
6635         (org-tags-view): Remove the KEEP-MODES argument.
6636         (org-finalize-agenda-hook): New hook.
6637         (org-get-alist-option): New function.
6638         (org-follow-timestamp-link): New function.
6639         (org-open-at-point): Call `org-follow-timestamp-link'.
6640         (org-log-note-marker, org-log-note-purpose)
6641         (org-log-note-window-configuration): New variables.
6642         (org-add-log-maybe, org-add-log-note, org-store-log-note): New funs.
6643         (org-log-note-headings): New option.
6644         (org-dblock-write:clocktable): Bug fix, removed infinite loop.
6645         (org-store-link): Support for dired-mode.
6646         (org-open-file): Substitute environment variables into filename.
6647         (org-last): New defsubst.
6648         (org-agenda-re-align-tags): New function.
6649         (org-agenda-align-tags-to-column): New option.
6650         (org-agenda-timeline): Group removed.
6651         (org-prepare-agenda, org-prepare-agenda-buffers)
6652         (org-run-agenda-series, org-timeline, org-agenda-list)
6653         (org-todo-list, org-tags-view): Call `org-agenda-prepare' and set
6654         the text property inticating the agenda type.
6655         (org-agenda-post-command-hook): Get agenda type from text property
6656         at point.
6657         (org-agenda): Handle command sets.  Set `org-agenda-last-arguments'
6658         and obey `org-agenda-overriding-arguments'.
6659         (org-agenda-overriding-arguments, org-agenda-last-arguments): New vars.
6660         (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
6661         (org-agenda-week-view, org-agenda-day-view):
6662         Use `org-agenda-overriding-arguments' to make updating work with
6663         multi-block agendas.
6664         (org-agenda-prefix-format): Allow different formats for the
6665         different agenda entry types.
6666         (org-timeline-prefix-format): Option removed, use
6667         `org-agenda-prefix-format' instead.
6668         (org-prepare-agenda): New function.
6669         (org-select-timeline-window): Option removed, use
6670         `org-select-agenda-window' instead.
6671         (org-respect-restriction): Variable removed.
6672         (org-cmp-tag): New function.
6673         (org-agenda-sorting-strategy, org-entries-lessp):
6674         Implement sorting by last tag.
6675         (org-complete): Better completion in in-buffer option lines.
6676         (org-in-item-p): New function.
6677         (org-org-menu): Add entries for checkboxes.
6678         (org-cycle): Extra brouping in outline-regexp, because it is used
6679         in a search with "^" prepended.
6680         (org-provide-checkbox-statistics): New option.
6681         (org-set-font-lock-defaults): Highlight checkbox statistics.
6682         (org-update-checkbox-count-maybe)
6683         (org-get-checkbox-statistics-face): New functions.
6684         (org-update-checkbox-count): New command.
6685         (org-insert-item, org-toggle-checkbox):
6686         Call `org-update-checkbox-count-maybe'.
6687         (org-export-as-html): XEmacs compatibility for coding system.
6688         (org-force-cycle-archived): New command.
6689         (org-cycle-hide-archived-subtrees): Display message when ARCHIVE
6690         overrules cycling.
6691         (org-fix-position-after-promote): If the line contains only a todo
6692         keyword, add a final space.
6693         (org-promote-subtree, org-demote-subtree):
6694         Call `org-fix-position-after-promote'.
6696 2006-11-10  Glenn Morris  <rgm@gnu.org>
6698         * calendar/cal-dst.el: Do not assume DST starts/ends on the same
6699         date in every year.
6700         (calendar-dst-check-each-year-flag): New customizable variable.
6701         (calendar-dst-find-data): New function, extracted from
6702         calendar-current-time-zone.
6703         (calendar-current-time-zone): Use calendar-dst-find-data.
6704         (calendar-dst-transition-cache): New variable.
6705         (calendar-dst-find-startend, calendar-dst-starts)
6706         (calendar-dst-ends): New functions.
6707         (calendar-daylight-savings-starts)
6708         (calendar-daylight-savings-ends): Change value to use
6709         calendar-dst-starts, calendar-dst-ends; respectively.
6711         * progmodes/f90.el (f90-indent-region): Bind case-fold-search to t.
6713         * ido.el (ido-enable-prefix)
6714         * ses.el (ses-call-printer-return)
6715         * net/tramp.el (tramp-unified-filenames)
6716         * progmodes/cc-align.el (c-lineup-string-cont)
6717         * progmodes/compile.el (compilation-directory-matcher)
6718         * progmodes/ebnf2ps.el (ebnf-stop-on-error)
6719         * progmodes/gdb-ui.el (gdb-many-windows)
6720         * progmodes/vhdl-mode.el (vhdl-reset-active-high)
6721         (vhdl-clock-rising-edge)
6722         * textmodes/org.el (org-export-with-timestamps)
6723         (org-export-remove-timestamps-from-toc, org-export-with-tags)
6724         (org-read-date): Doc fix (Nil -> nil).
6726 2006-11-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6728         * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
6729         Encode/decode text to/from cut buffers to/from iso-latin-1 only.
6731 2006-11-10  Juanma Barranquero  <lekktu@gmail.com>
6733         * bs.el (bs--window-for-buffer): Remove.
6734         (bs--show-with-configuration): Use `get-window-with-predicate'
6735         instead of `bs--window-for-buffer'.
6737 2006-11-10  Kenichi Handa  <handa@m17n.org>
6739         * files.el (revert-buffer): Fix previous change.
6741 2006-11-09  Juanma Barranquero  <lekktu@gmail.com>
6743         * bs.el (bs--redisplay): Fix typo in docstring.
6744         (bs--window-config-coming-from): Make frame-local.
6745         (bs--restore-window-config): New function.
6746         (bs-kill, bs-select, bs-select-other-window)
6747         (bs-select-other-frame): Use it.
6748         (bs--window-for-buffer): Return as soon as a matching buffer is found.
6749         (bs--show-with-configuration): Save the window configuration as a
6750         frame local var, and only if *buffer-selection* is not already
6751         visible on this frame.
6753 2006-11-08  Chong Yidong  <cyd@stupidchicken.com>
6755         * vc-svn.el (vc-svn-admin-directory): New var.
6756         (vc-svn-registered, vc-svn-responsible-p)
6757         (vc-svn-repository-hostname): Use it.
6758         Suggested by arit93@yahoo.com.
6760 2006-11-08  Juanma Barranquero  <lekktu@gmail.com>
6762         * ldefs-boot.el: Regenerate.
6764 2006-11-08  Alan Mackenzie  <acm@muc.de>
6766         * emacs-lisp/lisp.el (beginning-of-defun-raw): Code up the
6767         case (eq open-paren-in-column-0-is-defun-start nil) by searching
6768         for least nested open-paren.
6770 2006-11-08  Romain Francoise  <romain@orebokech.com>
6772         * subr.el (remove-overlays): Fix typo in last change.
6774 2006-11-08  Richard Stallman  <rms@gnu.org>
6776         * subr.el (remove-overlays): Call overlay-recenter.
6778 2006-11-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6780         * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
6781         (pr-ps-name-custom-set, pr-txt-name-custom-set): Return back the old
6782         behaviour.
6783         (pr-menu-bind): Act on global-map instead of menu-bar-file-menu
6784         directly.
6786 2006-11-08  Juanma Barranquero  <lekktu@gmail.com>
6788         * ido.el (ido-ignore-extensions, ido-show-dot-for-dired)
6789         (ido-max-dir-file-cache, ido-decorations)
6790         (ido-rewrite-file-prompt-functions, ido-use-mycompletion-depth)
6791         (ido-magic-backward-char, ido-enter-dired)
6792         (ido-enter-insert-buffer, ido-enter-insert-file, ido-dired)
6793         (ido-list-directory, ido-first-match, ido-only-match)
6794         (ido-subdir, ido-indicator): Fix typos in docstrings.
6795         (ido-buffer-internal, ido-completion-help): Fix typos in messages.
6796         (ido-read-internal): Fix typo in error message.
6798 2006-11-08  Kenichi Handa  <handa@m17n.org>
6800         * international/mule-cmds.el (set-default-coding-systems):
6801         Always set default-file-name-coding-system to utf-8 for Mac Darwin.
6803 2006-11-08  Juanma Barranquero  <lekktu@gmail.com>
6805         * makefile.w32-in (setwins): Remove.
6806         (WINS_ALMOST): New macro.
6807         (WINS): Use it.
6808         (autoloads): Don't extract autoloads from files in obsolete/.
6810 2006-11-07  Chong Yidong  <cyd@stupidchicken.com>
6812         * whitespace.el (whitespace-buffer): Call remove-overlays after
6813         overlay-recenter for performance.  Suggested by Martin Rudalics.
6815 2006-11-07  Michael Albinus  <michael.albinus@gmx.de>
6817         * net/tramp.el (tramp-default-method): scp is the default method.
6819 2006-11-07  Juanma Barranquero  <lekktu@gmail.com>
6821         * server.el (server-start): Save also the Emacs pid in the server file.
6823 2006-11-07  Carsten Dominik  <dominik@science.uva.nl>
6825         * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Preserve
6826         point when displaying a bibtex cross reference in the echo area.
6828 2006-11-06  Juanma Barranquero  <lekktu@gmail.com>
6830         * international/mule.el (make-char): Fix typo in docstring.
6831         (load-with-code-conversion, charsetp): Doc fixes.
6833         * international/ja-dic-cnv.el (skkdic-convert):
6834         * cus-edit.el (hook): Fix typo in docstring.
6836 2006-11-06  Chong Yidong  <cyd@stupidchicken.com>
6838         * cus-edit.el (custom-mode-map): Move defvar above code using it.
6839         (custom-mode-link-map): New variable.
6840         (custom-group-link, custom-manual): Use follow-link.
6842 2006-11-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6844         * textmodes/bibtex.el: Fix typo in name of author of bibtex.el,
6845         "Mark Shapiro" -> "Marc Shapiro".  Update his email address.
6847 2006-11-06  Richard Stallman  <rms@gnu.org>
6849         * textmodes/flyspell.el (flyspell-correct-word-before-point):
6850         New function broken out of flyspell-correct-word.
6851         (flyspell-mode-map): Bind it to M-RET.
6852         (flyspell-correct-word): Call it.
6854         * textmodes/fill.el (fill-minibuffer-function): New function.
6855         (fill-paragraph): Bind fill-paragraph-function to
6856         fill-minibuffer-function.
6858         * ruler-mode.el (ruler-mode-map): Add bindings for up-events
6859         so that they aren't undefined.
6861         * dired.el (dired-readin): Locally bind file-name-coding-system.
6863         * bindings.el: Shorten and clarify usual mode line mouse help string.
6865         * Makefile.in (autoloads): Don't include `obsolete'.
6867 2006-11-06  Chong Yidong  <cyd@stupidchicken.com>
6869         * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
6870         (pr-ps-name-custom-set, pr-txt-name-custom-set): Don't update the
6871         Printing menu if it's not initialized.
6872         (pr-menu-bind): Act on menu-bar-file-menu directly.
6874 2006-11-06  Juanma Barranquero  <lekktu@gmail.com>
6876         * help.el (view-emacs-news): Fix typo in error message.
6878         * menu-bar.el (menu-bar-update-buffers): Fix typo in menu entry.
6880         * shadowfile.el (shadow-define-regexp-group)
6881         (shadow-literal-groups, shadow-insert-var): Doc fixes.
6882         (shadow-read-files): Fix typo in message.
6883         (shadow-inhibit-overload, shadow-find, shadow-suffix)
6884         (shadow-site-match, shadow-write-todo-file, shadow-insert-var)
6885         (shadow-suffix, shadow-site-match, shadow-expand-file-name)
6886         (shadow-file-match): Fix typos in docstrings.
6888         * terminal.el (terminal-emulator): Fix typo in message.
6890         * emacs-lisp/authors.el (authors-fixed-entries): Fix typo.
6892         * emacs-lisp/lselect.el (x-kill-primary-selection)
6893         (x-delete-primary-selection, x-copy-primary-selection):
6894         Fix typos in error messages.
6896         * emulation/edt-mapper.el: Fix typo in interactive message.
6898         * mail/emacsbug.el (report-emacs-bug): Fix typos in output message.
6900         * textmodes/ispell.el (ispell, ispell-local-dictionary-alist)
6901         (ispell-help): Fix typos in docstrings.
6902         (ispell-help): Fix typo in output message.
6904         * allout.el (allout-adjust-file-variable)
6905         (allout-passphrase-verifier-string)
6906         (allout-passphrase-hint-string)
6907         (allout-toggle-current-subtree-encryption):
6908         * apropos.el (apropos-synonyms):
6909         * cus-edit.el (hook):
6910         * emacs-lock.el (emacs-lock-from-exiting):
6911         * follow.el (follow-avoid-tail-recenter-p):
6912         * hexl.el (hexl-mode):
6913         * mouse-copy.el (mouse-copy-work-around-drag-bug):
6914         * mouse.el (mouse-set-font):
6915         * resume.el (resume-emacs-args-file):
6916         * rfn-eshadow.el (file-name-shadow-tty-properties):
6917         * t-mouse.el (t-mouse-process, t-mouse-mode):
6918         * emacs-lisp/cust-print.el (custom-print-install)
6919         (custom-print-uninstall, custom-format):
6920         * emacs-lisp/shadow.el (list-load-path-shadows):
6921         * emulation/tpu-edt.el (tpu-help-text)
6922         (tpu-save-all-buffers-kill-emacs, tpu-emacs-replace)
6923         (tpu-reset-control-keys):
6924         * emulation/vip.el (vip-emacs-local-map)
6925         (vip-change-mode-to-emacs):
6926         * emulation/viper.el (viper-mode, viper-set-hooks)
6927         (viper-major-mode-modifier-list):
6928         * emulation/viper-init.el (viper-emacs-state-cursor-color):
6929         * emulation/viper-keym.el (viper-emacs-kbd-map)
6930         (viper-toggle-key):
6931         * mail/feedmail.el (feedmail-queue-reminder)
6932         (feedmail-queue-reminder-alist, feedmail-confirm-outgoing)
6933         (feedmail-confirm-outgoing-timeout, feedmail-nuke-bcc)
6934         (feedmail-nuke-resent-bcc, feedmail-fill-to-cc-fill-column)
6935         (feedmail-sender-line, feedmail-force-binary-write)
6936         (feedmail-from-line, feedmail-deduce-envelope-from)
6937         (feedmail-x-mailer-line, feedmail-message-id-generator)
6938         (feedmail-date-generator, feedmail-fiddle-plex-user-list)
6939         (feedmail-enable-spray, feedmail-spray-this-address)
6940         (feedmail-spray-address-fiddle-plex-list, feedmail-enable-queue)
6941         (feedmail-queue-runner-confirm-global)
6942         (feedmail-ask-before-queue-prompt)
6943         (feedmail-ask-before-queue-reprompt)
6944         (feedmail-prompt-before-queue-standard-alist)
6945         (feedmail-prompt-before-queue-user-alist)
6946         (feedmail-prompt-before-queue-help-supplement)
6947         (feedmail-queue-use-send-time-for-message-id)
6948         (feedmail-queue-default-file-slug, feedmail-queue-fqm-suffix)
6949         (feedmail-mail-send-hook-splitter, feedmail-mail-send-hook)
6950         (feedmail-mail-send-hook-queued)
6951         (feedmail-confirm-addresses-hook-example)
6952         (feedmail-last-chance-hook, feedmail-before-fcc-hook)
6953         (feedmail-queue-runner-mode-setter)
6954         (feedmail-queue-alternative-mail-header-separator)
6955         (feedmail-queue-runner-message-sender)
6956         (feedmail-buffer-eating-function, feedmail-binmail-template)
6957         (feedmail-run-the-queue-no-prompts)
6958         (feedmail-run-the-queue-global-prompt)
6959         (feedmail-queue-subject-slug-maker, feedmail-fiddle-header)
6960         (feedmail-envelope-deducer, feedmail-fiddle-date)
6961         (feedmail-default-message-id-generator)
6962         (feedmail-fiddle-message-id, feedmail-fiddle-x-mailer)
6963         (feedmail-fiddle-spray-address, feedmail-deduce-address-list):
6964         * mail/vms-pmail.el (vms-pmail-save-and-exit, vms-pmail-abort)
6965         (vms-pmail-setup):
6966         * play/dunnet.el (dun-help):
6967         * play/handwrite.el (handwrite):
6968         * play/hanoi.el (hanoi-unix-64):
6969         * progmodes/idlwave.el (idlwave-rescan-asynchronously):
6970         * textmodes/enriched.el (fixed):
6971         * textmodes/org.el (org-file-apps)
6972         (org-emphasis-regexp-components, org-emphasis-alist):
6973         * textmodes/texinfmt.el (batch-texinfo-format):
6974         Fix typos in docstrings.
6976 2006-11-05  Juanma Barranquero  <lekktu@gmail.com>
6978         * loadhist.el (read-feature): Don't complete features not loaded
6979         from a file (which make `unload-feature' to fail).
6981 2006-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
6983         * add-log.el (add-log-time-zone-rule): Mark as safe-local-variable.
6985 2006-11-05  Chong Yidong  <cyd@stupidchicken.com>
6987         * startup.el (command-line-1): Kill emacs if the last frame is
6988         deleted while evaluating the command-line arguments.
6990 2006-11-05  Richard Stallman  <rms@gnu.org>
6992         * startup.el (init-file-had-error): Add doc string.
6993         (fancy-splash-text, fancy-splash-head, fancy-splash-tail):
6994         Use fixed-width font for keyboard key descriptions.
6996         * cus-edit.el (custom-save-all): Error if saving in .emacs
6997         and it had an error when loaded.
6999         * dired-aux.el (dired-copy-file-recursive): Catch errors
7000         from recursive copies in the loop, around the recursive call.
7002 2006-11-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
7004         * battery.el (battery-linux-proc-acpi): Search an ac_adapter in
7005         `/proc/acpi/ac_adapter/*'.  Ditto for the thermometers in
7006         `/proc/acpi/thermal_zone/*'.
7007         (battery-search-for-one-match-in-files): New.  Search a regexp in
7008         the content of some files.
7010 2006-11-05  Martin Rudalics  <rudalics@gmx.at>
7012         * window.el (mouse-autoselect-window-now): Remove variable.
7013         (mouse-autoselect-window-state): New variable.
7014         (mouse-autoselect-window-start, mouse-autoselect-window-cancel)
7015         (mouse-autoselect-window-select, handle-select-window):
7016         Rewritten to make mouse-autoselect-window-timer a one-shot timer.
7017         Suspend delayed autoselection during menu or popup dialog.
7019         * info-look.el (info-lookup-guess-custom-symbol): New function
7020         for retrieving symbol at point in custom buffers.
7021         (top level) <info-lookup-maybe-add-help>: Add backquote and
7022         comma to ignored characters in regexps of help specifications
7023         for emacs-lisp-mode and lisp-interaction-mode.  This permits
7024         looking up symbols in `...' and after a comma.  Add help
7025         specifications for custom-mode and help-mode.
7027 2006-11-04  Eli Zaretskii  <eliz@gnu.org>
7029         * mail/rmail.el (rmail-redecode-body): New optional argument RAW.
7030         Don't encode body if RAW is non-nil, or if the old encoding is
7031         identical to the new encoding, or if the body contains only
7032         eight-bit-* characters.
7034 2006-11-04  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
7036         * faces.el (faces-sample-overlay, describe-face): Revert last changes.
7037         (faces-sample-overlay): Remove variable.
7038         (describe-face): Insert sample text in the face being described.
7040 2006-11-04  Martin Rudalics  <rudalics@gmx.at>
7042         * whitespace.el (whitespace-indent-regexp): Make this match any
7043         multiples of eight spaces near the beginning of a line.
7044         (whitespace-buffer): Use `remove-overlays' instead of
7045         `whitespace-unhighlight-the-space' and `overlay-recenter' to
7046         speed up overlay handling.
7047         (whitespace-buffer-leading, whitespace-buffer-trailing):
7048         Make these functions highlight the text removed by
7049         `whitespace-buffer-leading-cleanup' and
7050         `whitespace-buffer-trailing-cleanup' respectively.
7051         (whitespace-buffer-search): Use `with-local-quit'.
7052         Move `format' out of loop to speed up scanning larger buffers.
7053         (whitespace-unhighlight-the-space): Remove `remove-hook' since
7054         that function is never added to a hook.
7055         (whitespace-spacetab-regexp, whitespace-ateol-regexp)
7056         (whitespace-buffer-leading-cleanup)
7057         (whitespace-refresh-rescan-list): Fix docstrings.
7059 2006-11-03  Ken Manheimer  <ken.manheimer@gmail.com>
7061         * allout.el (allout-during-yank-processing): Cue for inhibiting
7062         aberrance processing during yanks.
7063         (allout-doublecheck-at-and-shallower): Reduce the limit to reduce
7064         the amount of yanked topics that can be aberrant.
7065         (allout-do-doublecheck): Encapsulate this multiply-used recipe in
7066         a function, and supplement with inihibition of doublechecking
7067         during yanks.
7068         (allout-beginning-of-line, allout-next-heading)
7069         (allout-previous-heading, allout-goto-prefix-doublechecked)
7070         (allout-back-to-current-heading, allout-next-visible-heading)
7071         (allout-next-sibling): Use new allout-do-doublecheck function.
7072         (allout-next-sibling): Ensure we made progress when returning
7073         other than nil.
7074         (allout-rebullet-heading): Preserve text property annotations
7075         indicating the text was hidden, if it was.
7076         (allout-kill-line): Remove any added was-hidden annotations.
7077         (allout-kill-topic): Remove any added was-hidden annotations.
7078         (allout-annotate-hidden): Inhibit adding was-hidden text
7079         properties to the undo list.
7080         (allout-deannotate-hidden): New function to remove was-hidden
7081         annotation.
7082         (allout-hide-by-annotation): Use new allout-deannotate-hidden.
7083         (allout-remove-exposure-annotation): Replace by
7084         allout-deannotate-hidden.
7085         (allout-yank-processing): Signal that yank processing is happening
7086         with allout-during-yank-processing.  Also, wrap
7087         allout-unprotected's closer to the text changes, for easier
7088         debugging.  We need to inhibit-field-text-motion explicitly, in
7089         lieu of the encompassing allout-unprotected.
7090         (outlineify-sticky): Adjust criteria for triggering new outline
7091         decorations to presence or absence of any topics, not just a topic
7092         at the beginning of the buffer.
7094 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
7096         * bs.el (bs--show-all, bs--redisplay):
7097         * cus-edit.el (custom-unlispify-menu-entries)
7098         (custom-unlispify-tag-names, custom-prompt-variable):
7099         * expand.el (expand-pos):
7100         * speedbar.el (speedbar-generic-list-tag-p):
7101         * wid-edit.el (widget-image-enable):
7102         * emacs-lisp/checkdoc.el (checkdoc-rogue-space-check-engine):
7103         * emacs-lisp/find-func.el (find-function-noselect)
7104         (find-function, find-variable-noselect, find-variable)
7105         (find-definition-noselect, find-face-definition):
7106         * mail/rmail-spam-filter.el (rsf-scanning-messages-now):
7107         * net/eudc-vars.el (eudc-expansion-overwrites-query):
7108         * progmodes/ada-xref.el (ada-find-in-ali):
7109         * textmodes/flyspell.el (flyspell-check-tex-math-command):
7110         * textmodes/org.el (org-copy-subtree):
7111         * textmodes/table.el (table--row-column-insertion-point-p):
7112         Use "non-nil" in docstrings.
7114 2006-11-03  Mark Davies  <mark@mcs.vuw.ac.nz>
7116         * sort.el (sort-columns): Set the field separator to tab; on
7117         NetBSD, sort complains if "\n" is used as field separator.
7119 2006-11-03  NIIMI Satoshi  <sa2c@sa2c.net>
7121         * emacs-lisp/pp.el (pp-eval-last-sexp): Evaluate target sexp.
7123 2006-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7125         * server.el (server-auth-key): Remove.  Replace by a process-property.
7126         (server-start): Don't remove the file of the previous process, but
7127         instead clear out the place for the new file.
7128         (server-start): Set the :auth-key property.
7129         (server-process-filter): Use the :auth-key property.
7131 2006-11-02  Carsten Dominik  <dominik@science.uva.nl>
7133         * textmodes/org.el (org-mode-map): No longer copy
7134         `outline-mode-map' explicitly - this is already done by
7135         `define-derived-mode'.
7137 2006-11-02  Juanma Barranquero  <lekktu@gmail.com>
7139         * server.el (server-visit-files): Use `when'.
7140         (server-process-filter): When authentication fails, send error
7141         message to client.  Wrap `process-send-region' in `ignore-errors'
7142         instead of `condition-case', and remove misleading comment.
7144 2006-11-01  Juri Linkov  <juri@jurta.org>
7146         * simple.el (yank): Doc fix.
7148 2006-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7150         * server.el: Try and fit within 80 columns.
7151         (server-start): Make the auth file unreadable by other users.
7153 2006-10-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7155         * battery.el (battery-linux-proc-acpi): Prevent range error when
7156         `full-capacity' is 0.
7158 2006-10-31  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
7160         * faces.el (faces-sample-overlay): New defvar.
7161         (faces-sample-overlay): New function to show face sample text.
7162         (describe-face): Use it.
7164 2006-10-31  Stephen Leake  <stephen_leake@stephe-leake.org>
7166         * progmodes/ada-stmt.el: Change maintainer, apply
7167         whitespace-cleanup, checkdoc.
7168         (ada-func-or-proc-name): Add doc string.
7170         * progmodes/ada-prj.el (ada-prj-new): Change maintainer, apply
7171         whitespace-cleanup, checkdoc.  Minor improvements to many doc
7172         strings and comments.
7173         (ada-prj-display-page): Change buffer name to more accurately
7174         reflect function.
7176         * progmodes/ada-xref.el: Change maintainer, apply
7177         whitespace-cleanup, checkdoc.  Minor improvements to many doc
7178         strings and comments.  Don't look for `gvd' or `ddd' debuggers.
7179         (ada-compile-current): Don't add newlines to commands.
7181 2006-10-31  Juanma Barranquero  <lekktu@gmail.com>
7183         * server.el: Add support for TCP sockets.
7184         (server-use-tcp, server-host, server-auth-dir): New options.
7185         (server-auth-key): New variable.
7186         (server-ensure-safe-dir): Create nonexistent parent dirs.
7187         Ignore Unix-style file modes on Windows.
7188         (server-start): Crete a TCP or Unix socket according to the value
7189         of `server-use-tcp'.  For TCP sockets, create the id/auth file in
7190         `server-auth-dir' directory.
7191         (server-process-filter): Delete process if authentication
7192         fails (which never happens for Unix sockets).
7194 2006-10-30  David Kastrup  <dak@gnu.org>
7196         * subr.el (add-to-list): Don't continue checking if a match has
7197         been found.
7199 2006-10-30  Chong Yidong  <cyd@stupidchicken.com>
7201         * tutorial.el: Move defvars to avoid bytecomp warnings.
7202         (tutorial--find-changed-keys): Check if viper-current-state is
7203         bound before using it.
7204         (help-with-tutorial): Check if viper-tutorial is defined before
7205         using it.
7207 2006-10-30  Lennart Borgman  <lennart.borgman.073@student.lu.se>
7209         * help-fns.el (help-with-tutorial): Move to tutorial.el.
7211         * tutorial.el: New file.
7212         (help-with-tutorial): Move here from help-fns.el. Added help for
7213         rebound keys.  Fixed resume of tutorial.
7214         (tutorial--describe-nonstandard-key, tutorial--sort-keys)
7215         (tutorial--find-changed-keys, tutorial--display-changes)
7216         (tutorial--saved-dir, tutorial--saved-file)
7217         (tutorial--save-tutorial): New functions to support the changes in
7218         help-with-tutorial.
7220 2006-10-30  Kenichi Handa  <handa@m17n.org>
7222         * files.el (revert-buffer): If a unibyte buffer is being reverted
7223         with a coding system for multibyte, set buffer multibyte before
7224         calling insert-file-contents.
7226 2006-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7228         * server.el (server-select-display): Use a dummy buffer to detect when
7229         the frame is later used.
7230         (server-select-display): New function.
7231         (server-process-filter): Use it to detect unused temp frames.
7233 2006-10-29  Stephen Leake  <stephen_leake@stephe-leake.org>
7235         * progmodes/ada-mode.el: Change maintainer, apply
7236         whitespace-clean, checkdoc.  Minor improvements to many doc strings.
7237         (ada-mode-version): New function.
7238         (ada-create-menu): Menu operations are available for all supported
7239         compilers.
7241 2006-10-29  Lars Hansen  <larsh@soem.dk>
7243         * net/tramp.el (with-parsed-tramp-file-name): Correct debug spec.
7244         Highlight as keyword.
7245         (tramp-do-copy-or-rename-file): Correct data for 'file-already-exists.
7246         Don't call tramp-method-out-of-band-p for local files.
7247         (tramp-touch): Quote file name.
7249 2006-10-28  Glenn Morris  <rgm@gnu.org>
7251         * calendar/calendar.el (cal-html-cursor-month)
7252         (cal-html-cursor-year): Add autoloads for this new package.
7253         (calendar-mode-map): Bind cal-html-cursor-month, cal-html-cursor-year.
7255 2006-10-28  Anna M. Bigatti  <bigatti@dima.unige.it>
7257         * calendar/cal-html.el: New file.
7259 2006-10-28  Chong Yidong  <cyd@stupidchicken.com>
7261         * emacs-lisp/authors.el (authors-aliases): Update.
7263 2006-10-27  Chong Yidong  <cyd@stupidchicken.com>
7265         * version.el (emacs-version): Bump version number to 22.0.90.
7267 2006-10-26  John W. Eaton  <jwe@octave.org>
7269         * progmodes/octave-inf.el (inferior-octave-has-built-in-variables):
7270         New defvar.
7271         (inferior-octave-resync-dirs): Check to see whether Octave has
7272         built-in variables and set inferior-octave-has-built-in-variables.
7273         Check inferior-octave-has-built-in-variables to decide whether to
7274         send commands that set built-in variables or call functions to
7275         change Octave's behavior.
7276         Send "disp (pwd ())" to Octave instead of just "pwd".
7277         (inferior-octave-startup): Send "more off" to Octave instead of
7278         "page_screen_output = 0".
7280 2006-10-26  Chong Yidong  <cyd@stupidchicken.com>
7282         * emacs-lisp/cl-indent.el (lisp-indent-259): Indent nil's in the
7283         pattern normally.
7285 2006-10-26  Nick Roberts  <nickrob@snap.net.nz>
7287         * bindings.el (mode-line-mode-menu): Remove bindings for global
7288         minor modes (line/column number) as they are on the menubar.
7290 2006-10-25  Juanma Barranquero  <lekktu@gmail.com>
7292         * term/w32-win.el (x-handle-name-switch): Doc fix.
7293         (w32-standard-fontset-spec): Fix typo in docstring.
7295         * midnight.el (midnight-buffer-display-time): Doc fix.
7296         (clean-buffer-list-kill-never-buffer-names): Add "*server*".
7298 2006-10-23  Michael Kifer  <kifer@cs.stonybrook.edu>
7300         * viper-cmd.el (viper-prefix-arg-com): Define gg as G0.
7302         * viper-ex.el (ex-read): Quote file argument.
7304         * ediff-diff.el (ediff-same-file-contents): Expand file names.
7306         * ediff-mult.el (ediff-append-custom-diff): Quote shell file arguments.
7308 2006-10-22  Martin Rudalics  <rudalics@gmx.at>
7310         * textmodes/flyspell.el (flyspell-check-region-doublons):
7311         Fix last fix.
7313 2006-10-23  Nick Roberts  <nickrob@snap.net.nz>
7315         * bindings.el (mode-line-mode-menu): List global minor modes
7316         before local ones.
7318 2006-10-23  Kim F. Storm  <storm@cua.dk>
7320         * subr.el (add-to-list): Optimize if compare-fn is `eq' or `eql'.
7321         (sit-for): If last command was a prefix arg, add the read-ahead
7322         event to unread-command-events as (t . EVENT) so it will be added
7323         to this-command-keys by read-key-sequence.
7325 2006-10-22  Martin Rudalics  <rudalics@gmx.at>
7327         * textmodes/flyspell.el (flyspell-word): Skip past all previous
7328         whitespace when checking doublons.
7329         (flyspell-check-region-doublons): Fix doublon regexp.
7330         (flyspell-highlight-incorrect-region): Highlight doublons using
7331         flyspell-duplicate face.
7333         * progmodes/cperl-mode.el (cperl-invalid-face): Fix defcustom.
7335 2006-10-22  John Wiegley  <johnw@newartisans.com>
7337         * progmodes/python.el (python-use-skeletons): python-mode was
7338         auto-inserting templates (for those with abbrev-mode on), not only
7339         by default -- *but without a configuration variable to disable
7340         it*.  This rendered python-mode completely useless for me, so I
7341         have added `python-use-skeletons', which is now off by default.
7343 2006-10-22  Chong Yidong  <cyd@stupidchicken.com>
7345         * progmodes/cperl-mode.el (cperl-mode): Don't assume
7346         font-lock-multiline is auto-local (it's not).
7347         (cperl-windowed-init): Ensure that cperl-font-lock-multiline is
7348         initialized before calling cperl-init-faces.
7350 2006-10-22  Nick Roberts  <nickrob@snap.net.nz>
7352         * progmodes/gdb-ui.el (gdb-info-stack-custom): Don't try to give
7353         gdb-stack-position a value when there is no fringe.
7355         * bindings.el (mode-line-mode-menu): Disable auto-revert-tail-mode
7356         indicator if not visiting a file.
7358 2006-10-20  David Kastrup  <dak@gnu.org>
7360         * window.el (kill-buffer-and-window): Fix a bug where an aborted
7361         operation would still cause some window to collapse later.
7363 2006-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7365         * vc.el (vc-switch-backend): Try to be more careful with unwanted
7366         side-effect due to mixing various backends's file properties.
7368         * vc-svn.el (vc-svn-parse-status): Remove unused arg `localp'.
7369         Add arg `filename' instead.  Don't set vc-backend if `filename' is set.
7370         Return `filename's status if applicable.  Update callers.
7372 2006-10-19  Kenichi Handa  <handa@m17n.org>
7374         * international/kkc.el (kkc-region): When a key sequence is not
7375         defined, append (this-single-command-raw-keys) to
7376         unread-input-method-events.
7378 2006-10-19  Juanma Barranquero  <lekktu@gmail.com>
7380         * progmodes/ada-mode.el (ada-in-string-p): Doc fix.
7382 2006-10-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7384         * version.el (emacs-version): Use mac-carbon-version-string.
7386         * term/macterm.el (res-geometry): Apply 2006-10-18 change for x-win.el.
7388 2006-10-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7390         * select.el (ccl-check-utf-8, string-utf-8-p): New functions (by
7391         Kenichi Handa).
7392         (xselect-convert-to-string): Decline requests for UTF8_STRING if
7393         the selection is not UTF-8.
7395 2006-10-18  Juanma Barranquero  <lekktu@gmail.com>
7397         * progmodes/ada-mode.el (ada-83-string-keywords)
7398         (ada-last-which-function-line ada-no-auto-case, ada-indent-region)
7399         (ada-which-compiler, ada-align-modes, ada-adjust-case-buffer)
7400         (ada-looking-at-semi-private, ada-get-body-name):
7401         Fix typos in docstrings.
7402         (ada-create-case-exception, ada-create-case-exception-substring):
7403         Fix typos in error messages.
7404         (ada-goto-matching-end, ada-narrow-to-defun): Doc fixes.
7406 2006-10-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7408         * term/x-win.el (res-geometry): Don't set geometry from Xresources
7409         to default-frame-alist if default-frame-alist already contains
7410         width/height.
7412 2006-10-18  Richard Stallman  <rms@gnu.org>
7414         * emacs-lisp/pp.el (pp-eval-expression): Use `X' to read value.
7415         Non-interactive arg is the value, not the expression.
7417         * simple.el (read-expression-map): Just set it, no defvar.
7419         * subr.el (insert-for-yank-1): If last inserted char has
7420         properties, mark them as rear-nonsticky.
7422         * recentf.el (recentf-mode): Doc fix.
7424         * facemenu.el (facemenu-add-new-face): Defend against symbol
7425         that isn't a face name.
7427         * dired-aux.el (dired-do-copy): Doc fix.
7429 2006-10-18  Chong Yidong  <cyd@stupidchicken.com>
7431         * simple.el (line-move-1): Ignore fields when moving to the
7432         beginning of line to avoid getting point stuck.
7434 2006-10-18  Martin Rudalics  <rudalics@gmx.at>
7436         * textmodes/flyspell.el (flyspell-word-search-backward):
7437         Set inhibit-point-motion-hooks to avoid looping due to intangibile
7438         text.
7440 2006-10-16  Richard Stallman  <rms@gnu.org>
7442         * help-fns.el (describe-function-1): Special case optimization
7443         for self-insert-command.
7445 2006-10-16  Kim F. Storm  <storm@cua.dk>
7447         * ido.el (ido-reread-directory): Work in `dir' mode too.
7449 2006-10-15  Martin Rudalics  <rudalics@gmx.at>
7451         * textmodes/table.el: Require 'regexp-opt.
7453 2006-10-15  Lennart Borgman  <lennart.borgman.073@student.lu.se>
7455         * progmodes/flymake.el (flymake-get-project-include-dirs-imp):
7456         Use shell-quote-argument.
7458         * shell.el (explicit-bash-args): Likewise.
7460         * progmodes/ada-xref.el (ada-find-in-src-path): Likewise.
7461         Use grep -E rather than egrep.
7463 2006-10-15  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
7465         * ido.el (ido-exhibit): Allow `-', `_', and trailing `$' in user id.
7467 2006-10-15  Kim F. Storm  <storm@cua.dk>
7469         * filesets.el (filesets-run-cmd--repl-fn): Use shell-quote-argument.
7471 2006-10-14  Lennart Borgman  <lennart.borgman.073@student.lu.se>
7473         * filesets.el (filesets-cmd-shell-command): Quote buffer-file-name
7474         to protect whitespace and metacharacters from the shell.
7476 2006-10-13  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
7478         * apropos.el (apropos-pattern-quoted): Fix a typo in a doc string.
7480 2006-10-13  Eli Zaretskii  <eliz@gnu.org>
7482         * subr.el (start-process-shell-command): Doc fix.
7484 2006-10-13  Andrea Russo  <rastandy@salug.it>  (tiny change)
7486         * info-look.el <maxima-mode, inferior-maxima-mode>: Allow [0-9] in
7487         the regexp for Maxima symbols.
7489 2006-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7491         * vc-hooks.el (vc-ignore-dir-regexp): Make it into a defcustom.
7492         (vc-find-root): Don't walk higher up than ~.
7494 2006-10-12  Chong Yidong  <cyd@stupidchicken.com>
7496         * international/utf-8.el (utf-translate-cjk-load-tables):
7497         Avoid clobbering last-coding-system-used during load.
7499 2006-10-12  Carsten Dominik  <dominik@science.uva.nl>
7501         * textmodes/reftex-global.el (reftex-create-tags-file):
7502         Quote file arguments.
7504 2006-10-12  Richard Stallman  <rms@gnu.org>
7506         * files.el (file-name-history): Add defvar.
7507         (save-some-buffers-action-alist): Improve description strings.
7509 2006-10-12  Andreas Schwab  <schwab@suse.de>
7511         * files.el (auto-mode-alist): Match change log file name also with
7512         a dash before a numeric extension.
7514 2006-10-11  Ilya Zakharevich  <ilyaz@cpan.org>
7516         * progmodes/cperl-mode.el: Merge from upstream, upto version 5.22.
7517         After 5.0:
7518         (cperl-add-tags-recurse-noxs-fullpath): New function (for -batch mode).
7520         After 5.1: Major edit.  Summary of most visible changes:
7522         - Multiple <<HERE per line allowed.
7523         - Handles multiline subroutine declaration headers (with comments).
7524           (The exception is `cperl-etags' - but it is not used in the rest
7525           of the mode.)
7526         - Fontifies multiline my/our declarations (even with comments,
7527           and with legacy `font-lock').
7528         - Major speedup of syntaxification, both immediate and postponed
7529           (3.5x to 15x [for different CPUs and versions of Emacs] on the
7530           huge real-life document I tested).
7531         - New bindings, edits to imenu.
7532         - "_" is made into word-char during fontification/syntaxification;
7533           some attempts to recognize non-word "_" during other operations too.
7534         - Detect bug in Emacs with `looking-at' inside `narrow' and bulk out.
7535         - autoload some more perldoc-related stuff
7536         - New convenience features: ISpell POD/HEREDOCs, narrow-to-HEREDOC.
7537         - Attempt to incorporate XEmacs edits which reached me.
7539         Fine-grained changelog:
7540         (cperl-hook-after-change): New configuration variable.
7541         (cperl-vc-sccs-header): Likewise.
7542         (cperl-vc-sccs-header): Likewise.
7543         (cperl-vc-header-alist): Default via two preceding variables.
7544         (cperl-invalid-face): Remove double quoting under XEmacs
7545                 (still needed under 21.2).
7546         (cperl-tips): Update URLs for resources.
7547         (cperl-problems): Likewise.
7548         (cperl-praise): Mention new features.
7549         New C-c key bindings: for `cperl-find-bad-style',
7550         `cperl-pod-spell', `cperl-here-doc-spell', `cperl-narrow-to-here-doc',
7551         `cperl-perdoc', and `cperl-perldoc-at-point'.
7552         CPerl Mode menu changes: "Fix style by spaces", "Imenu on Perl Info"
7553         moved, new submenu of Tools with Ispell entries and narrowing.
7554         (cperl-after-sub-regexp): New defsubst.
7555         (cperl-imenu--function-name-regexp-perl): Use `cperl-after-sub-regexp'.
7556                 Allows heads up to head4.
7557                 Allow "package;".
7558         (defun-prompt-regexp): Use `cperl-after-sub-regexp'.
7559         (paren-backwards-message): ??? Something for XEmacs???
7560         (cperl-mode): Never auto-switch abbrev-mode off.
7561                 Try to allow '_' be non-word char.
7562                 Do not use `font-lock-unfontify-region-function' on XEmacs.
7563                 Reset syntax cache on mode start.
7564                 Support multiline facification (even on legacy `font-lock').
7565         (cperl-facemenu-add-face-function): ??? Some contributed code ???
7566         (cperl-after-change-function): Since `font-lock' and `lazy-lock'
7567                 refuse to inform us whether the fontification is due to lazy
7568                 calling or due to edit to a buffer, install our own hook
7569                 (controlled by `cperl-hook-after-change').
7570         (cperl-electric-pod): =cut may have been recognized as start.
7571         (cperl-block-p): Move, updatedfor attributes.
7572         (cperl-calculate-indent): Try to allow '_' be non-word char
7573                 Support subs with attributes.
7574         (cperl-where-am-i): Quiet (?) a warning.
7575         (cperl-cached-syntax-table): New function.
7576         (cperl-forward-re): Use `cperl-cached-syntax-table'.
7577         (cperl-unwind-to-safe): Recognize `syntax-type' property
7578                 changing in a middle of line.
7579         (cperl-find-sub-attrs): New function.
7580         (cperl-find-pods-heres): Allow many <<EOP per line.
7581                 Allow subs with attributes.
7582                 Major speedups (3.5x..15x on a real-life test file nph-proxy.pl).
7583                 Recognize "extproc " (OS/2) case-folded and only at start.
7584                 /x on s///x with empty replacement was not recognized.
7585                 Better comments.
7586         (cperl-after-block-p): Remarks on diff with `cperl-block-p'.
7587                 Allow subs with attributes, labels.
7588                 Do not confuse "else::foo" with "else".
7589                 Minor optimizations...
7590         (cperl-after-expr-p): Try to allow '_' be non-word char.
7591         (cperl-fill-paragraph): Try to detect a major bug in Emacs
7592                 with `looking-at' inside `narrow' and bulk out if found.
7593         (cperl-imenu--create-perl-index): Updates for new
7594                 `cperl-imenu--function-name-regexp-perl'.
7595         (cperl-outline-level): Likewise.
7596         (cperl-init-faces): Allow multiline subroutine headers
7597                 and my/our declarations, and ones with comments.
7598                 Allow subroutine attributes.
7599         (cperl-imenu-on-info): Better docstring.
7600         (cperl-etags): Rudimentary support for attributes.
7601                 Support for packages and "package;".
7602         (cperl-add-tags-recurse-noxs): Better (?) docstring.
7603         (cperl-add-tags-recurse-noxs-fullpath): Likewise.
7604         (cperl-tags-hier-init): Misprint for `fboundp' fixed.
7605         (cperl-not-bad-style-regexp): Try to allow '_' be non-word char.
7606         (cperl-perldoc): Add autoload.
7607         (cperl-perldoc-at-point): Likewise.
7608         (cperl-here-doc-spell): New function.
7609         (cperl-pod-spell): Likewise.
7610         (cperl-map-pods-heres): Likewise.
7611         (cperl-get-here-doc-region): Likewise.
7612         (cperl-font-lock-fontify-region-function): Likewise (backward
7613                 compatibility for legacy `font-lock').
7614         (cperl-font-lock-unfontify-region-function): Fix style.
7615         (cperl-fontify-syntaxically): Recognize and optimize away deferred
7616                 calls with no-change.  Governed by `cperl-hook-after-change'.
7617         (cperl-fontify-update): Recognize that syntaxification region
7618                 can be larger than fontification one.
7619                 XXXX we leave `cperl-postpone' property, so this is quadratic...
7620         (cperl-fontify-update-bad): Temporary placeholder until
7621                 it is clear how to implement `cperl-fontify-update'.
7622         (cperl-time-fontification): New function.
7623         (attrib-group): New text attribute.
7624         (multiline): New value: `syntax-type' text attribute.
7626         After 5.2:
7627         (cperl-emulate-lazy-lock): New function.
7628         (cperl-fontify-syntaxically): Would skip large regions.
7629         Add `cperl-time-fontification', `cperl-emulate-lazy-lock' to menu.
7630         Some globals were declared, but uninitialized.
7632         After 5.3, 5.4:
7633         (cperl-facemenu-add-face-function): Add docs, fix U<>.
7634         Copyright message updated.
7635         (cperl-init-faces): Work around a bug in `font-lock'. May slow
7636                         facification down a bit.
7637                 Misprint for my|our|local for old `font-lock'
7638                         "our" was not fontified same as "my|local".
7639                 Highlight variables after "my" etc even in
7640                         a middle of an expression.
7641                 Do not facify multiple variables after my etc
7642                         unless parentheses are present.
7644         After 5.5, 5.6
7645         (cperl-fontify-syntaxically): after-change hook could reset.
7646         (cperl-syntax-done-to) to a middle of line; unwind to BOL.
7648         After 5.7:
7649         (cperl-init-faces): Allow highlighting of local ($/).
7650         (cperl-problems-old-emaxen): New variable (for the use of DOCSTRING).
7651         (cperl-problems): Remove fixed problems.
7652         (cperl-find-pods-heres): Recognize #-comments in m##x too.
7653                 Recognize charclasses (unless delimiter is \).
7654         (cperl-fontify-syntaxically): Unwinding to safe was done in wrong order.
7655         (cperl-regexp-scan): Update docs.
7656         (cperl-beautify-regexp-piece): Use information got from regexp scan.
7658         After 5.8:
7659         Major user visible changes:
7660         Recognition and fontification of character classes in RExen.
7661         Variable indentation of RExen according to groups.
7663         (cperl-find-pods-heres): Recognize POSIX classes in REx charclasses.
7664                 Fontify REx charclasses in variable-name face.
7665                 Fontify POSIX charclasses in "type" face.
7666                 Fontify unmatched "]" in function-name face.
7667                 Mark first-char of HERE-doc as `front-sticky'.
7668                 Reset `front-sticky' property when needed.
7669         (cperl-calculate-indent): Indents //x -RExen accordning to parens level.
7670         (cperl-to-comment-or-eol): Recognize ends of `syntax-type' constructs.
7671         (cperl-backward-to-noncomment): Recognize stringy `syntax-type'
7672                 constructs.  Support `narrow'ed buffers.
7673         (cperl-praise): Remove a reservation.
7674         (cperl-make-indent): New function.
7675         (cperl-indent-for-comment): Use `cperl-make-indent'.
7676         (cperl-indent-line): Likewise.
7677         (cperl-lineup): Likewise.
7678         (cperl-beautify-regexp-piece): Likewise.
7679         (cperl-contract-level): Likewise.
7680         (cperl-toggle-set-debug-unwind): New function.
7681                 New menu entry for this.
7682         (fill-paragraph-function): Use when `boundp'.
7683         (cperl-calculate-indent): Take into account groups when indenting RExen.
7684         (cperl-to-comment-or-eol): Recognize # which end a string.
7685         (cperl-modify-syntax-type): Make only syntax-table property non-sticky.
7686         (cperl-fill-paragraph): Return t: needed for `fill-paragraph-function'.
7687         (cperl-fontify-syntaxically): More clear debugging message.
7688         (cperl-pod2man-build-command): Check (XEmacs) `Man-filter-list'.
7689         (cperl-init-faces): More complicated highlight even on XEmacs (new).
7690         Merge cosmetic changes from XEmacs.
7692         After 5.9:
7693         (cperl-1+): Move to before the first use.
7694         (cperl-1-): Likewise.
7696         After 5.10:
7698         This code may lock Emacs hard!!!  Use at your own risk!
7700         (cperl-font-locking): New internal variable.
7701         (cperl-beginning-of-property): New function.
7702         (cperl-calculate-indent): Use `cperl-beginning-of-property'
7703         instead of `previous-single-property-change'.
7704         (cperl-unwind-to-safe): Likewise.
7705         (cperl-after-expr-p): Likewise.
7706         (cperl-get-here-doc-region): Likewise.
7707         (cperl-font-lock-fontify-region-function): Likewise.
7708         (cperl-to-comment-or-eol): Do not call `cperl-update-syntaxification'
7709                         recursively.
7710                 Bound `next-single-property-change' via `point-max'.
7711         (cperl-unwind-to-safe): Bound likewise
7712         (cperl-font-lock-fontify-region-function): Likewise.
7713         (cperl-find-pods-heres): Mark as recursive for `cperl-to-comment-or-eol'
7714                 Initialization of `cperl-font-lock-multiline-start' could be
7715                 missed if the "main" fontification did not run due to the
7716                 keyword being already fontified.
7717         (cperl-pod-spell): Return t from do-one-chunk function.
7718         (cperl-map-pods-heres): Stop when the worker returns nil.
7719                 Call `cperl-update-syntaxification'.
7720         (cperl-get-here-doc-region): Call `cperl-update-syntaxification'.
7721         (cperl-get-here-doc-delim): Remove unused function.
7723         After 5.11:
7725         The possible lockup of Emacs (introduced in 5.10) fixed.
7727         (cperl-unwind-to-safe): `cperl-beginning-of-property' won't return nil.
7728         (cperl-syntaxify-for-menu): New customization variable.
7729         (cperl-select-this-pod-or-here-doc): New function.
7730         (cperl-get-here-doc-region): Extra argument.
7731                 Do not adjust pos by 1.
7733         New menu entries
7734                 (Perl/Tools): Selection of current POD or HERE-DOC section.
7735                 (Debugging CPerl:) backtrace on fontification.
7737         After 5.12:
7738         (cperl-cached-syntax-table): Use `car-safe'.
7739         (cperl-forward-re): Remove spurious argument SET-ST.
7740                 Add documentation.
7741         (cperl-forward-group-in-re): New function.
7742         (cperl-find-pods-heres): Find and highlight (?{}) blocks in RExen
7743         (XXXX Temporary (?) hack is to syntax-mark them as comment).
7745         After 5.13:
7746         (cperl-string-syntax-table): Make { and } not-grouping
7747           (Sometimes they ARE grouping in RExen, but matching them would only
7748            confuse in many situations when they are not)
7749         (beginning-of-buffer): Replace two occurrences with goto-char...
7750         (cperl-calculate-indent): `char-after' could be nil...
7751         (cperl-find-pods-heres): REx can start after "[" too.
7752                 Hightlight (??{}) in RExen too.
7753         (cperl-maybe-white-and-comment-rex): New constant
7754         (cperl-white-and-comment-rex): Likewise.
7755                 XXXX Not very efficient, but hard to make
7756                 better while keeping 1 group.
7758         After 5.13:
7759         (cperl-find-pods-heres): $foo << identifier() is not a HERE-DOC.
7760                 Likewise for 1 << identifier.
7762         After 5.14:
7763         (cperl-find-pods-heres): Different logic for $foo .= <<EOF etc.
7764                 Error-less condition-case could fail.
7765         (cperl-font-lock-fontify-region-function): Likewise.
7766         (cperl-init-faces): Likewise.
7768         After 5.15:
7769         (cperl-find-pods-heres): Support property REx-part2.
7770         (cperl-calculate-indent): Likewise.
7771                 Don't special-case REx with non-empty 1st line.
7772         (cperl-find-pods-heres): In RExen, highlight non-literal backslashes.
7773                 Invert highlighting of charclasses:
7774                         now the envelop is highlighted.
7775                 Highlight many others 0-length builtins.
7776         (cperl-praise): Mention indenting and highlight in RExen.
7778         After 5.15:
7779         (cperl-find-pods-heres): Highlight capturing parens in REx.
7781         After 5.16:
7782         (cperl-find-pods-heres): Highlight '|' for alternation
7783         Initialize `font-lock-warning-face' if not present.
7784         (cperl-find-pods-heres): Use `font-lock-warning-face' instead of
7785                          `font-lock-function-name-face'.
7786         (cperl-look-at-leading-count): Likewise.
7787         (cperl-find-pods-heres): Localize `font-lock-variable-name-face',
7788                         `font-lock-keyword-face' (needed for
7789                         batch processing), etc...
7790                 Use `font-lock-builtin-face' for builtin in REx
7791                         Now `font-lock-variable-name-face'
7792                         is used for interpolated variables
7793                 Use "talking aliases" for faces inside REx
7794                 Highlight parts of REx (except in charclasses)
7795                         according to the syntax and/or semantic
7796                 Syntax-mark a {}-part of (?{}) as "comment"
7797                         (it was the ()-part)
7798                 Better logic to distinguish what is what in REx
7799         (cperl-tips-faces): Document REx highlighting
7800         (cperl-praise): Mention REx syntax highlight etc.
7802         After 5.17:
7803         (cperl-find-sub-attrs): Would not always manage to print error message.
7804         (cperl-find-pods-heres): Localize `font-lock-constant-face'.
7806         After 5.18:
7807         (cperl-find-pods-heres): Misprint in REx for parsing REx.
7808                 Very minor optimization.
7809                 `my-cperl-REx-modifiers-face' got quoted.
7810                 Recognize "print $foo <<END" as HERE-doc.
7811                 Put `REx-interpolated' text attribute if needed.
7812         (cperl-invert-if-unless-modifiers): New function.
7813         (cperl-backward-to-start-of-expr): Likewise.
7814         (cperl-forward-to-end-of-expr): Likewise.
7815         (cperl-invert-if-unless): Works in "the opposite way" too.
7816                 Cursor position on return is on the switch-word.
7817                 Indents comments better.
7818         (REx-interpolated): New text attribute.
7819         (cperl-next-interpolated-REx): New function.
7820         (cperl-next-interpolated-REx-0): Likewise.
7821         (cperl-next-interpolated-REx-1): Likewise.
7822         "\C-c\C-x", "\C-c\C-y", "\C-c\C-v": New keybinding for these functions.
7823         Perl/Regexp menu: 3 new entries for `cperl-next-interpolated-REx'.
7824         (cperl-praise): Mention finded interpolated RExen.
7826         After 5.19:
7827         (cperl-init-faces): Highlight %$foo, @$foo too.
7828         (cperl-short-docs): Better docs for system, exec.
7829         (cperl-find-pods-heres): Better detect << after print {FH} <<EOF etc.
7830                 Would not find HERE-doc ended by EOF without NL.
7831         (cperl-short-docs): Correct not-doubled \-escapes.
7832         start block: Put some `defvar' for stuff gone from XEmacs.
7834         After 5.20:
7835         initial comment: Extend copyright, fix email address.
7836         (cperl-indent-comment-at-column-0): New customization variable.
7837         (cperl-comment-indent): Indentation after $#a would increasy by 1.
7838         (cperl-mode): Make `defun-prompt-regexp' grok BEGIN/END etc.
7839         (cperl-find-pods-heres): Mark CODE of s///e as `syntax-type' `multiline'
7840         (cperl-at-end-of-expr): Would fail if @BAR=12 follows after ";".
7841         (cperl-init-faces): If `cperl-highlight-variables-indiscriminately'
7842                         highlight $ in $foo too (UNTESTED).
7843         (cperl-set-style): Docstring missed some available styles.
7844         toplevel: Menubar/Perl/Indent-Styles had FSF, now K&R.
7845                 Change "Current" to "Memorize Current".
7846         (cperl-indent-wrt-brace): New customization variable; the default is
7847                 as for pre-5.2 version.
7848         (cperl-styles-entries): Keep `cperl-extra-newline-before-brace-multiline'.
7849         (cperl-style-alist): Likewise.
7850         (cperl-fix-line-spacing): Support `cperl-merge-trailing-else' being nil,
7851                 and `cperl-extra-newline-before-brace' etc
7852                 being t
7853         (cperl-indent-exp): Plans B and C to find continuation blocks even
7854                 if `cperl-extra-newline-before-brace' is t.
7856         After 5.21:
7857         Improve some docstrings concerning indentation.
7858         (cperl-indent-rules-alist): New variable.
7859         (cperl-sniff-for-indent): New function name
7860                 (separated from `cperl-calculate-indent').
7861         (cperl-calculate-indent): Separate the sniffer and the indenter;
7862                 uses `cperl-sniff-for-indent' now.
7863         (cperl-comment-indent): Test for `cperl-indent-comment-at-column-0'
7864                 was inverted;
7865                 Support `comment-column' = 0.
7867 2006-10-11  Martin Rudalics  <rudalics@gmx.at>
7869         * dnd.el (dnd-handle-one-url): Fix typo in doc-string.
7870         * help-at-pt.el (scan-buf-move-to-region): Likewise.
7871         * longlines.el (longlines-window-change-function): Likewise.
7872         * simple.el (undo-ask-before-discard): Likewise.
7873         * wid-edit.el (widget-field-prompt-internal)
7874         (widget-documentation-link-p): Likewise.
7876 2006-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7878         * progmodes/sh-script.el (sh-get-kw): | is not among the allowed chars
7879         for a keyword.
7881 2006-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7883         * newcomment.el (comment-valid-prefix-p): Make the check
7884         more thorough.  From an idea by Martin Rudalics <rudalics@gmx.at>.
7885         (comment-indent-new-line): Adjust call.
7887 2006-10-09  Ken Manheimer  <ken.manheimer@gmail.com>
7889         * allout.el (allout-back-to-current-heading): Base on lower-level
7890         routines to get proper disqualification of aberrant topics.
7892 2006-10-09  Richard Stallman  <rms@gnu.org>
7894         * textmodes/two-column.el (2C-two-columns): Doc fix.
7896 2006-10-09  Kim F. Storm  <storm@cua.dk>
7898         * shell.el (explicit-csh-args, explicit-bash-args): Add comment
7899         about implicit use.
7901 2006-10-08  Richard Stallman  <rms@gnu.org>
7903         * textmodes/two-column.el (2C-two-columns): Doc fix.
7905 2006-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
7907         * files.el: Mark `buffer-read-only' as safe-local-variable.
7909 2006-10-08  Nick Roberts  <nickrob@snap.net.nz>
7911         * progmodes/gdb-ui.el (gdb-speedbar-expand-node):
7912         Burp if GUD buffer has been killed.
7914 2006-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7916         * completion.el (add-completions-from-c-buffer):
7917         Don't presume an error's second element is a string.
7918         Use looking-at rather than buffer-substring + member.
7920 2006-10-07  Eli Zaretskii  <eliz@gnu.org>
7922         * mail/rmail.el (rmail-redecode-body): If the old encoding is
7923         `undecided', call find-coding-systems-region to find a proper
7924         non-trivial encoding.
7925         (rmail-mime-charset-pattern): Allow a TAB between "Content-Type"
7926         and "text/plain".
7928 2006-10-07  Kevin Ryde  <user42@zip.com.au>
7930         * textmodes/reftex-vars.el (defgroup reftex): Update home page
7931         url-link.
7933         * strokes.el (defgroup strokes): Remove invalid url-link.
7935 2006-10-07  Magnus Henoch  <mange@freemail.hu>
7937         * autoinsert.el (auto-insert-alist): Doc fix.
7939 2006-10-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
7941         * mouse-sel.el (mouse-insert-selection-internal):
7942         Use insert-for-yank, so that yank handlers are run.
7944 2006-10-07  Kim F. Storm  <storm@cua.dk>
7946         * ido.el (ido-file-extension-aux): Fix comparison.
7948 2006-10-06  Kim F. Storm  <storm@cua.dk>
7950         * ido.el (ido-wide-find-dirs-or-files): Use shell-quote-argument.
7952 2006-10-05  Juanma Barranquero  <lekktu@gmail.com>
7954         * emacs-lisp/advice.el (ad-remove-advice, ad-parse-arglist)
7955         (ad-make-mapped-call): Use `let', not `let*'.
7957 2006-10-05  Chong Yidong  <cyd@stupidchicken.com>
7959         * international/mule-cmds.el (coding-system-change-eol-conversion):
7960         Ensure the coding system is initialized before calling
7961         coding-system-eol-type.
7963 2006-10-04  Carsten Dominik  <dominik@science.uva.nl>
7965         * textmodes/org.el (org-rm-props, org-activate-plain-links)
7966         (org-activate-angle-links, org-activate-dates)
7967         (org-activate-target-links, org-activate-camels)
7968         (org-activate-tags): Add `rear-nonsticky' text property to avoid
7969         textproperty keymaps from being active beyond the end of a line.
7970         (org-unfontify-region): Also remove `rear-nonsticky' property.
7972 2006-10-04  Kenichi Handa  <handa@m17n.org>
7974         * international/code-pages.el (next): Table fixed.
7976 2006-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7978         * progmodes/sh-script.el (sh-prev-thing): Remove (forward-char 1) now
7979         that it's been made unnecessary by removing narrowing.
7981 2006-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7983         * progmodes/sh-script.el (sh-prev-thing): Massage to untangle the
7984         control flow a bit, simplify another bit, and add comments.
7986 2006-10-03  David Kastrup  <dak@gnu.org>
7988         * help.el (describe-mode): For clicks on mode-line, use "@"
7989         interactive argument to get the major mode of the click instead of
7990         the current buffer.
7992         * isearch.el (isearch-mouse-2): Use new semantics of `key-binding'
7993         in order to better redirect mouse-2 clicks.  Also allow default
7994         bindings to apply.
7996 2006-10-03  Kim F. Storm  <storm@cua.dk>
7998         * emacs-lisp/cl.el (pushnew-internal): Remove defvar.
7999         (pushnew): Fix last change.
8001 2006-10-03  Denis St\e,A|\e(Bnkel  <dstuenkel@googlemail.com>  (tiny change)
8003         * ibuf-ext.el (eval, view-and-eval) <define-ibuffer-op>:
8004         Use the interactive spec of `eval-expression'.
8006 2006-10-02  Michael Welsh Duggan  <md5i@cs.cmu.edu>
8008         * progmodes/sh-script.el (sh-prev-thing): Fix last change.
8010 2006-10-02  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
8012         * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo in
8013         2006-09-28 commit.
8015 2006-10-02  Kenichi Handa  <handa@m17n.org>
8017         * international/code-pages.el (iso-8859-6): Table fixed.
8019 2006-10-01  Chris Moore  <christopher.ian.moore@gmail.com>
8021         * dired.el (dired-build-subdir-alist): Fix previous change.
8023 2006-10-01  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
8025         * simple.el (undo-elt-crosses-region): Fix the inequalities.
8027 2006-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8029         * emacs-lisp/find-func.el (find-function-regexp): Don't match
8030         "define-button-type".
8032         * pcvs.el (cvs-update-header): Fix handling of extra newlines so that
8033         they don't keep accumulating.
8035 2006-10-01  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
8037         * ffap.el (ffap-rfc-path): Change the address of the RFC
8038         repository to ftp.rfc-editor.org, as ds.internic.net seems to be gone.
8040 2006-10-01  Stephen Berman  <Stephen.Berman@gmx.net>
8042         * allout.el (allout-expose-topic): Rectify implementation of "+"
8043         spec, so that bodies are not exposed with headlines.
8045 2006-10-01  Ken Manheimer  <ken.manheimer@gmail.com>
8047         * allout.el (allout-current-depth): Do aberrent check only at or
8048         below doublecheck depth.
8049         (allout-chart-subtree): Make it explicit that LEVELS being nil
8050         means unlimited depth.  Drop undocumented support for LEVELS value
8051         t meaning unlimited depth.  (This is consistent with
8052         allout-chart-to-reveal, but contrary to allout-show-children,
8053         which needs to use nil to default to depth of 1.)
8054         (allout-goto-prefix-doublechecked): Wrap long docstring line.
8055         (allout-chart-to-reveal): Be explicit in docstring about meaning
8056         of nil LEVELS, and drop support for LEVELS value t.
8057         (allout-show-children): Translate the level spec used by this
8058         routine to that used by allout-chart-subtree and
8059         allout-chart-to-reveal.
8060         (allout-show-to-offshoot): Retry once when stuck, after opening
8061         subtree - improvements in discontinuity handling likely will
8062         enable progress.
8064 2006-09-30  Chong Yidong  <cyd@stupidchicken.com>
8066         * wid-edit.el (widget-button-click-moves-point): New variable.
8067         (widget-button-click): If widget-button-click-moves-point is
8068         non-nil, set point after performing the button action.
8070         * cus-edit.el (custom-mode): Set widget-button-click-moves-point.
8072 2006-09-30  Martin Rudalics  <rudalics@gmx.at>
8074         * files.el (find-file-existing): Modify to not allow wildcards.
8076 2006-09-30  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
8078         * simple.el (undo-more): When undo information for the region is
8079         exhausted, say "No further undo information FOR REGION".
8081 2006-09-30  Michael Welsh Duggan  <md5i@cs.cmu.edu>
8083         * progmodes/sh-script.el (sh-prev-thing):
8084         Take `sh-leading-keywords' into account.
8086 2006-09-29  Glenn Morris  <rgm@gnu.org>
8088         * custom.el (defcustom): Doc fix.
8090         * calendar/calendar.el (european-calendar-style):
8091         Call european-calendar or american-calendar as needed when set.
8092         (diary-view-entries, list-calendar-holidays): Move autoloads
8093         before use.
8095 2006-09-29  Juri Linkov  <juri@jurta.org>
8097         * progmodes/cperl-mode.el (cperl-after-expr-p): Don't move point
8098         to nil if there is no previous property change.
8100 2006-09-29  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
8102         * cus-edit.el (custom-save-all): Switch to emacs-lisp mode before
8103         saving anything to be sure that `forward-sexp' behaves correctly.
8105 2006-09-29  Chong Yidong  <cyd@stupidchicken.com>
8107         * simple.el (line-move-finish): Ignore field boundaries if the
8108         initial and final points have the same `field' property.
8110 2006-09-29  Kim F. Storm  <storm@cua.dk>
8112         * ido.el (ido-file-internal): Only bind minibuffer-completing-file-name
8113         to t while calling ido-read-internal.
8115 2006-09-29  Carsten Dominik  <dominik@science.uva.nl>
8117         * textmodes/org.el (org-file-remote-p): Get regexp from list.
8118         (org-archive-subtree): Remove erraneous `]' from character list.
8120 2006-09-28  Jonathan Yavner  <jyavner@member.fsf.org>
8122         * ses.el (ses-in-print-area, ses-goto-data, ses-load)
8123         (ses-reconstruct-all): Make undo of "insert row" work by keeping
8124         markers for data-area and parameters-area.
8126 2006-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8128         * progmodes/make-mode.el (makefile-mode): Don't disable jit-lock.
8130         * font-lock.el (font-lock-after-change-function): Refontify next line
8131         as well if end is at BOL.
8132         (font-lock-extend-jit-lock-region-after-change): Be more careful to
8133         only extend the region as much as needed.
8135 2006-09-28  Richard Stallman  <rms@gnu.org>
8137         * comint.el (comint-mode): Bind font-lock-defaults non-nil.
8139         * subr.el (insert-for-yank-1): Handle `font-lock-face' specially.
8141         * international/mule.el (after-insert-file-set-coding):
8142         If VISIT, don't let set-buffer-multibyte make undo info.
8144 2006-09-28  Osamu Yamane  <yamane@green.ocn.ne.jp>  (tiny change)
8146         * mail/smtpmail.el (smtpmail-try-auth-methods): Do not break long
8147         lines in base64-encoded authentication response.
8149 2006-09-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8151         * progmode/ebnf2ps.el: Doc fix. Implement arrow spacing and scaling.
8152         (ebnf-version): New version 4.3.
8153         (ebnf-arrow-extra-width, ebnf-arrow-scale): New options.
8154         (ebnf-prologue): Adjust PostScript programming.
8155         (ebnf-begin-file, ebnf-insert-ebnf-prologue, ebnf-terminal-dimension1)
8156         (ebnf-repeat-dimension, ebnf-except-dimension): Adjust code.
8158 2006-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8160         * jit-lock.el (jit-lock-force-redisplay): Rename from
8161         jit-lock-fontify-again, and undo the mistaken change I've just done.
8163         * jit-lock.el (jit-lock-fontify-now): Don't fontify the empty text.
8164         (jit-lock-fontify-again): Don't refontify text that's not displayed.
8166 2006-09-26  Kenichi Handa  <handa@m17n.org>
8168         * startup.el (display-splash-screen): Allow a prefix argument.
8170 2006-09-25  Jason Rumney  <jasonr@gnu.org>
8172         * subr.el (shell-quote-argument): Use DOS logic for Windows
8173         shells with DOS semantics.
8175 2006-09-24  Richard Stallman  <rms@gnu.org>
8177         * progmodes/compile.el (compilation-goto-locus-delete-o): New fn.
8178         (compilation-goto-locus): Use compilation-goto-locus-delete-o
8179         to delete the overlay.  Put it on pre-command-hook.
8181         * emacs-lisp/timer.el (timer-max-repeats): Doc fix.
8183         * startup.el (fancy-splash-screens, normal-splash-screen):
8184         Call the splash buffer *About GNU Emacs*.
8186         * simple.el (next-error-highlight, next-error-highlight-no-select):
8187         Default to 0.5.
8188         (yank-excluded-properties): Add `fontified'.
8190         * font-lock.el (font-lock-compile-keywords): Allow value of
8191         syntax-begin-function to enable paren-column-0 highlighting.
8193 2006-09-24  Chris Moore  <christopher.ian.moore@gmail.com>
8195         * dired.el (dired-build-subdir-alist): When file ends in colon,
8196         don't exit the loop, just disregard that file.
8198 2006-09-24  Chong Yidong  <cyd@stupidchicken.com>
8200         * simple.el (line-move-finish): Handle corner case for fields in
8201         continued lines.
8202         (line-move-1): Remove flawed test for that case.
8204 2006-09-24  Ken Manheimer  <ken.manheimer@gmail.com>
8206         * icomplete.el (icomplete-simple-completing-p): Use the correct
8207         name for the new variable, `icomplete-with-completion-tables'.
8208         (file local variables): Remove superfluous setting.
8210 2006-09-23  Jeff Miller  <jmiller@cablespeed.com>  (tiny change)
8212         * calendar/appt.el (appt-check): Fix typo for appointments just
8213         after midnight.
8215 2006-09-23  Chong Yidong  <cyd@stupidchicken.com>
8217         * help.el (describe-key-briefly, describe-key): Don't expect an
8218         extra up event if a down-event is generated by a popup menu.
8220 2006-09-23  Michal Nazarewicz  <mnazarewicz@gmail.com>  (tiny change)
8222         * textmodes/ispell.el (ispell-change-dictionary): Don't check the
8223         local dictionary when changing the global dictionary.
8225 2006-09-23  Ken Manheimer  <ken.manheimer@gmail.com>
8227         * icomplete.el (icomplete-with-completion-tables): List of
8228         specialized completion tables with which icomplete should
8229         operate.  Include the new `internal-complete-buffer', so icomplete
8230         works with interactive buffer-selection.
8231         (icomplete-simple-completing-p): Add acceptance of specialized
8232         completion tables listed in icomplete-with-completion-tables.
8234 2006-09-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8236         * frame.el (focus-follows-mouse): Set default to nil on Mac.
8238         * startup.el (command-line): Use `custom-reevaluate-setting' for
8239         `focus-follows-mouse'.
8241 2006-09-22  Richard Stallman  <rms@gnu.org>
8243         * cus-edit.el (custom-buffer-create-internal): In `emacs -q',
8244         explain why Save is not available.
8246 2006-09-22  Juanma Barranquero  <lekktu@gmail.com>
8248         * woman.el (woman0-so): Use `let*', not `let'.
8249         (woman-horizontal-line): Remove unbalanced parenthesis.
8251 2006-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8253         * woman.el: Make sure all the end-of-region markers we use have
8254         a non-nil insertion-type.
8255         (woman0-so): Move things around so we can use copy-marker.
8256         (woman0-roff-buffer, woman2-process-escapes-to-eol, woman2-roff-buffer):
8257         Adjust marker type.
8258         (woman2-process-escapes): Check marker type.
8259         (woman-horizontal-line): Dispense with the use of a marker.
8261 2006-09-22  Jay Belanger  <belanger@truman.edu>
8263         * calc/calc-lang.el: Add Greek letters to math-variable-table
8264         property of tex.
8266 2006-09-22  Chong Yidong  <cyd@stupidchicken.com>
8268         * files.el (save-some-buffers-action-alist): Display diff in view-mode.
8270 2006-09-22  Masatake YAMATO  <jet@gyve.org>
8272         * add-log.el (add-log-current-defun): Use `forward-sexp'
8273         instead of `forward-word' to pick c++::symbol.
8274         Reported by Guanpeng Xu <herberteuler@hotmail.com>.
8276 2006-09-22  Kenichi Handa  <handa@m17n.org>
8278         * bindings.el: Fix setting self-insert-command for multibyte
8279         characters in global-map.
8281 2006-09-21  David Kastrup  <dak@gnu.org>
8283         * mouse.el (mouse-posn-property): Fix typo for `event-start' in
8284         doc string.
8286 2006-09-21  Kenichi Handa  <handa@m17n.org>
8288         * language/european.el ("Latin-1"): Add windows-1252 to
8289         coding-priority.
8290         ("German"): Likewise.
8292 2006-09-21  Kim F. Storm  <storm@cua.dk>
8294         * emacs-lisp/cl-macs.el (member*): Use memql instead of complex code.
8295         Suggested by Miles Bader.
8297         * emacs-lisp/cl.el (pushnew): Rework 2006-09-10 change.  Use memql
8298         instead of add-to-list in the simple case.
8300 2006-09-20  Kenichi Handa  <handa@m17n.org>
8302         * isearch.el (isearch-process-search-char): Cancel the previous change.
8303         (isearch-search-string): New function.
8304         (isearch-search): Use isearch-search-string.
8305         (isearch-lazy-highlight-search): Likewise.
8307 2006-09-20  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8309         * lpr.el (lpr-page-header-switches): Insert `*' at beginning of doc
8310         string to become an option.
8312 2006-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8314         * files.el (find-buffer-visiting): Don't get fooled by a nil inode.
8316 2006-09-20  Kim F. Storm  <storm@cua.dk>
8318         * simple.el (line-move-partial): Call pos-visible-in-window-p with
8319         position t instead of trying both window-end and window-end - 1.
8321 2006-09-20  Carsten Dominik  <dominik@science.uva.nl>
8323         * textmodes/org.el (org-scan-tags): Find end of subtrees also in
8324         hidden trees.
8326 2006-09-20  David Kastrup  <dak@gnu.org>
8328         * mouse.el (mouse-posn-property): Improve doc string.
8329         (mouse-on-link-p): Change buffers for function calls on links.
8331         * menu-bar.el (clipboard-yank): Bomb out in interactive use if
8332         buffer is read-only.
8334 2006-09-20  Ken Manheimer  <ken.manheimer@gmail.com>
8336         * allout.el (allout-unprotected): Let inhibit-read-only only when
8337         buffer-read-only isn't set.
8338         (allout-annotate-hidden): Enable topic annotation during copies even
8339         when the buffer is read-only, eg for topic copies.  Ensure that the loop
8340         advances, even when the span extends beyond the deletion region.
8341         (allout-toggle-subtree-encryption): Use allout-structure-added-hook
8342         rather than allout-exposure-changed-hook, as a stronger assertion.
8343         (allout-keybindings-list): Add bindings for
8344         allout-copy-line-as-kill and allout-copy-topic-as-kill.
8345         (allout-copy-line-as-kill, allout-copy-topic-as-kill):
8346         Copy wrappers for allout-kill-line and allout-kill-topic.
8347         (allout-listify-exposed): Position correctly to accumulate lines.
8349 2006-09-19  Chong Yidong  <cyd@stupidchicken.com>
8351         * simple.el (line-move-1): Escape field boundaries occurring
8352         exactly at point.  Update goal column if constrained to a field.
8353         (line-move-finish): Escape field boundaries occurring exactly at point.
8355 2006-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8357         * mouse.el (mouse-on-link-p): Tentatively fix last change.
8358         (mouse-drag-vertical-line): Remove unused var `wconfig'.
8360 2006-09-19  Kim F. Storm  <storm@cua.dk>
8362         * help.el (describe-key-briefly, describe-key): Simplify printing
8363         of descriptions by using format and %S.  Fix "is undefined"
8364         messages to say "at that spot" for mouse events.
8366         * simple.el (line-move-partial): Optimize.  Try window-line-height
8367         before posn-at-point to get vpos of current line.
8369 2006-09-18  Michael Kifer  <kifer@cs.stonybrook.edu>
8371         * viper.el: Bump up version/date of update to reflect the substantial
8372         changes done in August 2006.
8374         * viper-cmd (viper-next-line-at-bol): Make sure button-at, push-button
8375         are defined.
8377         * ediff-util.el (ediff-add-to-history): New function.
8379         * ediff.el: Use ediff-add-to-history instead of add-to-history.
8381 2006-09-18  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
8383         * textmodes/conf-mode.el (conf-space-mode): Doc fix.
8384         Delete duplicate make-local-variable form.
8385         (conf-space-keywords): Add autoload cookie.
8386         Fix typo (`keywords', not `keyword').
8388 2006-09-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8390         * cus-start.el (all): Rename x-gtk-show-chooser-help-text to
8391         x-gtk-file-dialog-help-text.  Rename x-use-old-gtk-file-dialog
8392         to x-gtk-use-old-file-dialog.
8394 2006-09-18  Richard Stallman  <rms@gnu.org>
8396         * wid-edit.el (widget-button-click): Handle non-mouse-motion events
8397         that might come in during mouse tracking.
8399 2006-09-18  Kim F. Storm  <storm@cua.dk>
8401         * simple.el (line-move-partial): Rework 2006-09-15 change to use
8402         new window-line-height function.  Further optimize by not calling
8403         pos-visible-in-window-p for window-end when window-line-height
8404         returns useful information.
8406 2006-09-16  Richard Stallman  <rms@gnu.org>
8408         * textmodes/conf-mode.el (conf-mode-map): Use conf-space-keywords cmd.
8409         (conf-space-mode): Don't handle prefix arg.
8410         Delete conf-space-keywords-override code.
8411         Use add-hook.
8412         (conf-space-keywords): New command.
8413         (conf-space-mode-internal): Be careful with imenu-generic-expression.
8414         Delete conf-space-keywords-override code.
8415         (conf-space-keywords-alist): Doc fix.
8416         (conf-space-font-lock-keywords): Doc fix.
8417         (conf-space-keywords-override): Var deleted.
8419 2006-09-16  Chong Yidong  <cyd@stupidchicken.com>
8421         * startup.el (fancy-splash-screens): Don't switch to the scratch
8422         buffer; it may not be the next buffer.
8424 2006-09-16  Romain Francoise  <romain@orebokech.com>
8426         * saveplace.el (load-save-place-alist-from-file): Use expanded name
8427         in both messages.
8429 2006-09-16  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>
8431         * progmodes/python.el (python-preoutput-filter):
8432         Fix arg order to string-match.
8434 2006-09-16  Richard Stallman  <rms@gnu.org>
8436         * obsolete/fast-lock.el (fast-lock-cache-data): Provide 2nd arg to
8437         font-lock-compile-keywords.
8439         * font-lock.el (font-lock-compile-keywords): Rename optional arg
8440         to SYNTACTIC-KEYWORDS and reverse the sense.  All callers changed.
8442 2006-09-16  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8444         * cus-start.el (all): Add x-gtk-show-chooser-help-text.
8446         * select.el (xselect-convert-to-string): If UTF8_STRING is requested
8447         and the data doesn't look like UTF8, send STRING instead.
8449 2006-09-16  Agust\e,Am\e(Bn Mart\e,Am\e(Bn  <agustin.martin@hispalinux.es>
8451         * textmodes/flyspell.el (flyspell-check-region-doublons):
8452         New function to detect duplicated words.
8453         (flyspell-large-region): Use it.
8455 2006-09-16  Chong Yidong  <cyd@stupidchicken.com>
8457         * simple.el (line-move-to-column): Revert 2006-08-03 change.
8459 2006-09-16  Eli Zaretskii  <eliz@gnu.org>
8461         * help.el (describe-prefix-bindings): Use let, not let*.
8463 2006-09-16  Ken Manheimer  <ken.manheimer@gmail.com>
8465         * allout.el (allout-regexp, allout-line-boundary-regexp)
8466         (allout-bob-regexp): Correct grouping and boundaries to fix
8467         backwards traversal.
8468         (allout-depth-specific-regexp, allout-depth-one-regexp):
8469         New versions that exploit \\{M\\} regexp syntax, to avoid geometric or
8470         worse time in allout-ascend.
8471         (allout-doublecheck-at-and-shallower): Identify depth threshold
8472         below which topics are checked for and disqualified by containment
8473         discontinuities.
8474         (allout-hotspot-key-handler): Correctly handle multiple-key
8475         strokes.  Remove some unused variables.
8476         (allout-mode-leaders): Clarify that mode-specific comment-start
8477         will be used.
8478         (set-allout-regexp): Correctly regexp-quote allout regexps to
8479         properly accept alternative header-leads and primary bullets with
8480         regexp-specific characters (eg, C "/*", mathematica "(*").
8481         Include new regular expressions among those configured.
8482         (allout-infer-header-lead-and-primary-bullet):
8483         Rename allout-infer-header-lead.
8484         (allout-recent-depth): Manifest as a variable as well as a function.
8485         (allout-prefix-data): Simplify into an inline instead of a macro,
8486         assuming current match data rather than being explicitly passed
8487         it.  Establish allout-recent-depth value as well as
8488         allout-recent-prefix-beginning and allout-recent-prefix-end.
8489         (allout-aberrant-container-p): True when an item's immediate
8490         offspring discontinuously contained.  Useful for disqualifying
8491         unintended topic prefixes, likely at low depths.
8492         (allout-goto-prefix-doublechecked): Elaborate version of
8493         allout-goto-prefix which disqualifies aberrant pseudo-items.
8494         (allout-pre-next-prefix): Layer on top of lower-level routines, to
8495         get disqualification of aberrant containers.
8496         (allout-end-of-prefix, allout-end-of-subtree): Disqualify aberrant
8497         containers.
8498         (allout-beginning-of-current-entry): Position at start of buffer
8499         when in container (depth 0) entry.
8500         (nullify-allout-prefix-data): Invalidate allout-recent-* prefix data.
8501         (allout-current-bullet): Strip text properties.
8502         (allout-get-prefix-bullet): Use right match groups.
8503         (allout-beginning-of-line, allout-next-heading):
8504         Disqualify aberrant containers.
8505         (allout-previous-heading): Disqualify aberrant containers, and
8506         change to regular (rather than inline) function, to allow
8507         self-recursion.
8508         (allout-get-invisibility-overlay): Increment so progress is made
8509         when the first overlay is not the sought one.
8510         (allout-end-of-prefix): Disqualify aberrant containers.
8511         (allout-end-of-line): Cycle something like allout-beginning-of-line.
8512         (allout-mode): Make allout-old-style-prefixes (ie, enabling use with
8513         outline.el outlines) functional again.  Change the primary bullet
8514         along with the header-lead - level 1 new-style bullets now work.
8515         Engage allout-before-change-handler in mainline Emacs, not just
8516         XEmacs, to do undo handling.
8517         (allout-before-change-handler): Expose undo changes occurring in
8518         hidden regions.  Use allout-get-invisibility-overlay instead of
8519         reimplementing it inline.
8520         (allout-chart-subtree): Use start rather than end of prefix in
8521         charts.  Use allout-recent-depth variable.
8522         (allout-chart-siblings): Disqualify aberrant topics.
8523         (allout-beginning-of-current-entry): Position correctly.
8524         (allout-ascend): Use new allout-depth-specific-regexp and
8525         allout-depth-one-regexp for linear instead of O(N^2) or worse
8526         behavior.
8527         (allout-ascend-to-depth): Depend on allout-ascend, rather than
8528         reimplementing an algorithm.
8529         (allout-up-current-level): Depend on allout-ascend, rather than
8530         reimplementing an algorithm.  Return to start-point if we fail.
8531         (allout-descend-to-depth): Use allout-recent-depth variable
8532         instead of function.
8533         (allout-next-sibling): On traversal of numerous intervening
8534         topics, resort to economical allout-next-sibling-leap.
8535         (allout-next-sibling-leap): Specialized version of
8536         allout-next-sibling that uses allout-ascend cleverly, to depend on
8537         a regexp search to leap large numbers of contained topics, rather
8538         than arbitrarily many one-by-one traversals.
8539         (allout-next-visible-heading): Disqualify aberrant topics.
8540         (allout-previous-visible-heading): Position consistently when
8541         interactive.
8542         (allout-forward-current-level): Base on allout-previous-sibling
8543         rather than (differently) reimplmenting the algorithm.  Remove some
8544         unused variables.
8545         (allout-solicit-alternate-bullet): Present default choice stripped
8546         of text properties.
8547         (allout-rebullet-heading): Use bullet stripped of text properties.
8548         Register changes using allout-exposure-change-hook.
8549         Disregard aberrant topics.
8550         (allout-shift-in): With universal-argument, make topic a peer of
8551         it's former offspring.  Simplify the code by separating out
8552         allout-shift-out functionality.
8553         (allout-shift-out): With universal-argument, make offspring peers
8554         of their former container, and its siblings.  Implement the
8555         functionality here, rather than inappropriately muddling the
8556         implementation of allout-shift-in.
8557         (allout-rebullet-topic): Respect additional argument for new
8558         parent-child separation function.
8559         (allout-yank-processing): Use allout-ascend directly.
8560         (allout-show-entry): Disqualify aberrant topics.
8561         (allout-show-children): Handle discontinuous children gracefully,
8562         extending the depth being revealed to expose them and posting a
8563         message indicating the situation.
8564         (allout-show-to-offshoot): Remove obsolete and incorrect comment.
8565         Leave cursor in correct position.
8566         (allout-hide-current-subtree): Use allout-ascend directly.
8567         Disqualify aberrant topics.
8568         (allout-kill-line, allout-kill-topic): Preserve exposure layout in
8569         a way that the yanks can restore it, as used to happen.
8570         (allout-yank-processing): Restore exposure layout as recorded by
8571         allout-kill-*, as used to happen.
8572         (allout-annotate-hidden, allout-hide-by-annotation): New routines
8573         for preseving and restoring exposure layout across kills.
8574         (allout-toggle-subtree-encryption): Run allout-exposure-change-hook.
8575         (allout-encrypt-string): Strip text properties.
8576         Rearranged order and outline-headings for some of the
8577         miscellaneous functions.
8578         (allout-resolve-xref): No need to quote the error name in the
8579         condition-case handler section.
8580         (allout-flatten): Classic recursive (and recursively intensive,
8581         without tail-recursion) list-flattener, needed by allout-shift-out
8582         when confronted with discontinuous children.
8584 2006-09-16  Jason Rumney  <jasonr@gnu.org>
8586         * dnd.el (dnd-open-remote-file-function): Use dnd-open-local-file
8587         on ms-windows.
8588         (dnd-open-unc-file): Remove.
8589         (dnd-open-local-file): Mention in doc string that it also handles
8590         remote files if the system natively supports unc file-names.
8592 2006-09-15  Kim F. Storm  <storm@cua.dk>
8594         * help.el (describe-key): Handle C-h k in *Help* buffer; collect
8595         all necessary information about the event before erasing *Help*.
8597         * simple.el (line-move-partial): Use window-line-visiblity to
8598         quickly check whether last line is partially visible, and only do
8599         the hard (and slow) part in that case.
8601 2006-09-15  Jay Belanger  <belanger@truman.edu>
8603         * COPYING: Replace "Library Public License" by "Lesser Public
8604         License" throughout.
8606 2006-09-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8608         * term/x-win.el (x-menu-bar-open): New function for F10.
8610 2006-09-15  Chong Yidong  <cyd@stupidchicken.com>
8612         * progmodes/compile.el (compilation-error-regexp-alist-alist):
8613         Disallow filenames containing " -" to avoid confusion with libtool
8614         compilation messages.  Suggested by Stefan Monnier.
8616 2006-09-15  David Kastrup  <dak@gnu.org>
8618         * mouse-sel.el (mouse-sel-follow-link-p): Use event position
8619         instead of buffer position for `mouse-on-link-p'.
8621         * mouse.el (mouse-posn-property): New function looking up the
8622         properties at a click position in overlays and text properties in
8623         either buffer or strings.
8624         (mouse-on-link-p): Use `mouse-posn-property' to streamline lookup
8625         of both `follow-link' as well as `mouse-face' properties.
8626         (mouse-drag-track): Check `mouse-on-link-p' on event position, not
8627         buffer position.
8629         * help.el (describe-key-briefly): When reading a down-event on
8630         mode lines or scroll bar, swallow the following up event, too.
8631         Use the new mouse sensitity of `key-binding' for lookup.
8632         (describe-key): The same here.
8634 2006-09-15  Juanma Barranquero  <lekktu@gmail.com>
8636         * play/life.el (life-patterns): Add a few more interesting patterns.
8637         (life-setup): Force `show-trailing-whitespace' to nil.
8639 2006-09-14  Richard Stallman  <rms@gnu.org>
8641         * startup.el (fancy-splash-text): Change text to improve alignment.
8642         (fancy-splash-screens): Don't set non-standard tab width.
8643         Bind cursor-type temporarily, and make it easy to patch to
8644         preserve the splash buffer.
8645         (normal-splash-screen, fancy-splash-tail): Spell out "Meta-x".
8646         (fancy-splash-screens): Display echo-area message explicitly.
8647         Don't set fancy-splash-help-echo.
8649         * simple.el (line-number-mode): Group mode-line instead of
8650         editing-basics.
8651         (column-number-mode, size-indication-mode): Likewise.
8653         * faces.el (mode-line-faces): Group mode-line instead of modeline.
8655         * time.el (display-time): Group mode-line instead of modeline.
8657         * cus-edit.el (mode-line): Rename from modeline.  All uses changed.
8659 2006-09-14  Chong Yidong  <cyd@stupidchicken.com>
8661         * startup.el (fancy-splash-text): Move editing instructions to
8662         fancy-splash-head.
8663         (fancy-splash-head): Issue editing instructions.
8664         (fancy-splash-screens): Fixup whitespace.
8666 2006-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8668         * bindings.el (mode-line-buffer-identification-keymap):
8669         Remove duplicate line.
8671 2006-09-14  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
8673         * ido.el (ido-ignore-item-p): Allow any kind of functions in
8674         ignore lists.
8676 2006-09-14  Kim F. Storm  <storm@cua.dk>
8678         * jit-lock.el (jit-lock-fontify-again): New function.
8679         (jit-lock-fontify-now): Use it instead of lambda form.
8681 2006-09-13  Agustin Martin  <agustin.martin@hispalinux.es>
8683         * textmodes/flyspell.el (flyspell-word, flyspell-correct-word)
8684         (flyspell-auto-correct-word): Make ispell-filter local to these
8685         functions.  Check that ispell-filter has new stuff before calling
8686         ispell-parse-output.
8688 2006-09-13  Kim F. Storm  <storm@cua.dk>
8690         * simple.el (line-move-partial): Optimize.
8692 2006-09-13  Richard Stallman  <rms@gnu.org>
8694         * thingatpt.el (thing-at-point-bounds-of-url-at-point):
8695         Delete spurious backquote.
8697 2006-09-07  Ryan Yeske  <rcyeske@gmail.com>
8699         * net/rcirc.el (rcirc-print): Fix last change.
8701 2006-09-12  Jay Belanger  <belanger@truman.edu>
8703         * calc/calc.el (calc-dispatch): Remove unnecessary `sit-for'.
8705 2006-09-07  Ryan Yeske  <rcyeske@gmail.com>
8707         * net/rcirc.el (rcirc-scroll-show-maximum-output): Rename from
8708         rcirc-show-maximum-output.
8709         (rcirc-mode): Remove window-scroll-function hook.
8710         (rcirc-scroll-to-bottom): Remove function.
8711         (rcirc-print): Recenter so point stays at the bottom of the window
8712         if point was already there.
8714 2006-09-12  Paul Eggert  <eggert@cs.ucla.edu>
8716         * comint.el (comint-exec-1): Set EMACS to the full name of Emacs,
8717         not to "t".
8718         * progmodes/compile.el (compilation-start): Likewise.
8719         * progmodes/idlwave.el (idlwave-rescan-asynchronously):
8720         Don't use expand-file-name on invocation-directory, since this
8721         might mishandle special characters in invocation-directory.
8723 2006-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8725         * pcvs-defs.el: Remove * in defcustom's docstrings.
8727 2006-09-12  Nick Roberts  <nickrob@snap.net.nz>
8729         * progmodes/compile.el (compilation-directory-properties):
8730         Doc fix for help-echo.
8732 2006-09-12  Lars Hansen  <larsh@soem.dk>
8734         * desktop.el (desktop-read): Add comment.
8736 2006-09-12  Kim F. Storm  <storm@cua.dk>
8738         * simple.el (next-error-highlight, next-error-highlight-no-select):
8739         Fix spelling error.
8741         * subr.el (sit-for): Rework to use input-pending-p and cond.
8742         Return nil input is pending on entry also for SECONDS <= 0.
8743         (while-no-input): Use input-pending-p instead of sit-for.
8745 2006-09-11  Richard Stallman  <rms@gnu.org>
8747         * simple.el (next-error-highlight, next-error-highlight-no-select):
8748         Fix custom type and doc strings.
8750 2006-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8752         * diff-mode.el (diff-apply-hunk-to-backup-file): New var.
8753         (diff-apply-hunk): Use it to ask for confirmation.
8755 2006-09-11  Reiner Steib  <Reiner.Steib@gmx.de>
8757         * emacs-lisp/cl.el (pushnew): Add missing `,'.
8759 2006-09-11  David Kastrup  <dak@gnu.org>
8761         * help.el (string-key-binding, describe-key-briefly)
8762         (describe-key): Remove `string-key-binding' and its callers since
8763         `key-binding' already caters for the proper lookup now.
8765 2006-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8767         * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords): Newvar.
8768         (cfengine-mode): Use it.  Fix \ syntax to be like /.
8770         * bindings.el (mode-line-buffer-identification-keymap):
8771         Move initialization into declaration.
8773 2006-09-10  Kim F. Storm  <storm@cua.dk>
8775         * ido.el (ido-edit-input, ido-complete, ido-take-first-match)
8776         (ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit)
8777         (ido-delete-file-at-head): Pass head of ido-matches through ido-name
8778         in case of merged directories.  Reported by Micha\e,Ak\e(Bl Cadilhac.
8780 2006-09-10  Richard Stallman  <rms@gnu.org>
8782         * dired-aux.el: Handle errors in recursive copy usefully.
8783         (dired-create-files-failures): New variable.
8784         (dired-copy-file): Remove condition-case.
8785         (dired-copy-file-recursive): Check for errors on all file
8786         operations, and add them to dired-create-files-failures.
8787         Check file file-date-erorr here too.
8788         (dired-create-files): Check dired-create-files-failures
8789         and report those errors too.
8791         * emacs-lisp/cl.el (pushnew): Use add-to-list when convenient.
8793         * subr.el (add-to-list): New argument COMPARE-FN.
8795 2006-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
8797         * filecache.el (file-cache-add-directory)
8798         (file-cache-add-directory-list, file-cache-add-file)
8799         (file-cache-add-directory-using-find)
8800         (file-cache-add-directory-using-locate)
8801         (file-cache-add-directory-recursively): Add autoloads.
8803 2006-09-09  Richard Stallman  <rms@gnu.org>
8805         * textmodes/conf-mode.el (conf-space-mode):
8806         Use hack-local-variables-hook instead of calling hack-local-variables.
8807         (conf-space-keywords-override): New variable.
8808         (conf-space-mode-internal): New subroutine.  Reinit Font Lock mode.
8809         (conf-space-mode): Always make conf-space-keywords and
8810         conf-space-keywords-override local.
8811         Call conf-space-mode-internal directly as well as via hook.
8813 2006-09-09  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
8815         * progmodes/python.el (python-font-lock-keywords): Add `self' and other
8816         quasi-keywords.
8818 2006-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8820         * progmodes/python.el: Quieten the compiler about hippie-expand vars.
8821         (python-send-string): Be slightly more careful about adding \n.
8823         * startup.el (normal-splash-screen): Don't display the buffer if we'll
8824         kill it right away anyway.
8826 2006-09-09  Eli Zaretskii  <eliz@gnu.org>
8828         * international/codepage.el (cp850-decode-table): Fix a few codes.
8829         (cp858-decode-table): New variable.
8831 2006-09-09  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
8833         * net/ldap.el (ldap-search-internal): Doc fix.
8835 2006-09-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
8837         * play/life.el (life-display-generation): Test for input manually if
8838         `sleeptime' is negative or null.
8840         * lpr.el (lpr-page-header-switches): Page title switch is one of them.
8841         (print-region-1): Substitute `%s' with the page title.
8843 2006-09-09  Matt Hodges  <MPHodges@member.fsf.org>
8845         * locate.el (locate-current-search): New variable.
8846         (locate): Set buffer local value.  Use current buffer if it is
8847         in Locate mode.
8848         (locate-mode): Disable undo here.
8849         (locate-do-setup): Use locate-current-filter from buffer to be killed.
8850         (locate-update): Use locate-current-search and locate-current-filter.
8852 2006-09-08  David Kastrup  <dak@gnu.org>
8854         * desktop.el (desktop-read): When loading a desktop, disable
8855         saving it while the load progresses, and switch off a pending lazy
8856         load by calling `desktop-lazy-abort'.
8858 2006-08-27  Martin Rudalics  <rudalics@gmx.at>
8860         * window.el (mouse-autoselect-window-timer)
8861         (mouse-autoselect-window-position)
8862         (mouse-autoselect-window-window)
8863         (mouse-autoselect-window-now): New vars.
8864         (mouse-autoselect-window-cancel)
8865         (mouse-autoselect-window-select)
8866         (mouse-autoselect-window-start): New functions.
8867         (handle-select-window): Call `mouse-autoselect-window-start' when
8868         delayed window autoselection is enabled.
8870         * cus-start.el (mouse-autoselect-window): Handle delayed window
8871         autoselection.
8873         * emacs-lisp/eldoc.el: Add `handle-select-window' to the set of
8874         commands after which it is allowed to print in the echo area.
8876 2006-09-08  Richard Stallman  <rms@gnu.org>
8878         * textmodes/fill.el (adaptive-fill-regexp): Don't match `(1)' or `1.'
8880         * mail/rmail.el (rmail-get-new-mail): Say whether all msgs are spam.
8881         (rmail-convert-to-babyl-format): Don't record undo, leave list empty.
8883         * emacs-lisp/timer.el (timer-create, timer-activate): Doc fixes.
8884         (cancel-timer-internal): Add doc string.
8885         (cancel-function-timers): Doc fix.
8886         (with-timeout-handler, timer-event-last*): Add doc strings.
8888         * emacs-lisp/bindat.el (bindat-unpack): Doc fix.
8890         * files.el (risky-local-variable-p): Match ...-bindat-spec.
8892         * dired.el (dired-log-summary): Add doc string.
8894         * cus-edit.el (custom-menu-create): Bind deactivate-mark here.
8895         (custom-group-menu-create): Not here.
8897 2006-09-08  Carsten Dominik  <dominik@science.uva.nl>
8899         * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite loop.
8901 2006-09-08  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8903         * term/mac-win.el (show-hide-font-panel): New HI command ID symbol.
8904         (mac-apple-event-map): Define its handler.
8906 2006-09-07  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
8908         * net/ldap.el (ldap-search-internal): Handle `auth' key.
8910 2006-09-07  Magnus Henoch  <mange@freemail.hu>
8912         * net/rcirc.el (rcirc-activity-string): Don't quote value in case
8913         clause.
8915 2006-09-07  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
8917         * info.el (Info-index): Bind completion-ignore-case.
8919 2006-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8921         * progmodes/prolog.el (inferior-prolog-flavor): New var left out of
8922         previous commit.
8923         (inferior-prolog-guess-flavor): New fun left out of previous commit.
8924         (prolog-consult-region-and-go): Don't hard code "*prolog*" and don't
8925         burp in dedicated windows.
8926         (inferior-prolog-self-insert-command): New command.
8927         (inferior-prolog-mode-map): Use it.
8929 2006-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
8931         * international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
8933         * international/code-pages.el: Add cp858.
8935 2006-09-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8937         * dnd.el: Fix bootstrapping.
8939 2006-09-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8941         * dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
8942         (dnd-open-remote-url): New function.
8943         (dnd-open-remote-file-function): Set to dnd-open-remote-url if
8944         not windows-nt.
8946 2006-09-07  Jason Rumney  <jasonr@gnu.org>
8948         * dnd.el (dnd-open-remote-file-function): New variable.
8949         (dnd-open-unc-file): New function.
8950         (dnd-open-file): Call dnd-open-remote-file-function if set.
8952 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8954         * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with
8955         pgg-passphrase-coding-system rather than locale-coding-system.
8956         * pgg-def.el (pgg-passphrase-coding-system): New user option.
8958 2006-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8960         * progmodes/prolog.el: Remove * in docstrings.
8961         (prolog-program-name): Add SWI prolog.
8962         (prolog-mode-menu): New menu.
8963         (prolog-mode): Set comment-add.
8964         (prolog-indent-line): Simplify.  Use indent-line-to.
8965         (inferior-prolog-buffer): New var.
8966         (inferior-prolog-run, inferior-prolog-process): New funs.
8967         (run-prolog, switch-to-prolog): Rewrite, using them.
8968         (prolog-consult-region): Use inferior-prolog-buffer.
8969         (inferior-prolog-load-file): New function.
8970         (prolog-mode-map): Add bindings for load-file and switch-to-prolog.
8972         * textmodes/fill.el (fill-single-word-nobreak-p): Allow breaking before
8973         last word, if it's not the end of the paragraph.
8975         * files.el (abbreviate-file-name): Don't mistakenly match newlines in
8976         file name.
8978 2006-09-06  Ralf Angeli  <angeli@caeruleus.net>
8980         * frame.el (display-mm-dimensions-alist): New defcustom.
8981         (display-mm-height, display-mm-width): Use it.
8983 2006-09-06  Simon Josefsson  <jas@extundo.com>
8985         * mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
8987 2006-09-06  Nick Roberts  <nickrob@snap.net.nz>
8989         * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
8990         (gdb-var-list-children-regexp-1): Tweak regexps to catch full
8991         string values.
8993 2006-09-06  Kim F. Storm  <storm@cua.dk>
8995         * simple.el (line-move-partial): New function to do vscrolling for
8996         partially visible images / tall lines.  Rewrite based on code
8997         previously in line-move.  Simplify backwards vscrolling.
8998         (line-move): Use it.  Simplify.
9000 2006-09-05  Kim F. Storm  <storm@cua.dk>
9002         * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite.
9004 2006-09-05  Chong Yidong  <cyd@stupidchicken.com>
9006         * progmodes/compile.el (compilation-error-regexp-alist-alist):
9007         Process the `gcc-include' after the `gnu' rule.
9009 2006-09-05  Kim F. Storm  <storm@cua.dk>
9011         * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer.
9013 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
9015         * pgg.el (pgg-clear-string): Alias to clear-string for backward
9016         compatibility.
9018         * pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with
9019         inhibit-redisplay; encode passphrase with locale-coding-system.
9021 2006-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
9023         * term/xterm.el (terminal-init-xterm): Add more C-M- bindings.
9025 2006-09-05  Nick Roberts  <nickrob@snap.net.nz>
9027         * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
9028         (gdb-var-list-children-regexp): Make type field optional.
9030         * progmodes/gud.el (gud-speedbar-buttons): Allow for no type
9031         e.g public, protected in C++.
9033 2006-09-04  John Paul Wallington  <jpw@pobox.com>
9035         * simple.el (completion-show-help): New defcustom.
9036         (completion-setup-function): Heed it.
9038 2006-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
9040         * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
9042 2006-09-04  Richard Stallman  <rms@gnu.org>
9044         * mail/rmail-spam-filter.el (rsf-scanning-messages-now): Doc fix.
9045         (rsf-min-region-to-spam-list): Doc fix.
9046         (rsf-add-content-type-field): Doc fix.
9048         * simple.el (kill-region): Explicitly test there is a region.
9050 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
9052         * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
9053         sendmail in several common directories.
9055         * mail/sendmail.el (sendmail-program): Moved here from paths.el.
9057         * paths.el (sendmail-program): Removed.
9059 2006-09-04  Daiki Ueno  <ueno@unixuser.org>
9061         * pgg-gpg.el (pgg-gpg-process-region): Revert two patches from Satyaki
9062         Das.  http://article.gmane.org/gmane.emacs.gnus.general/49947
9063         http://article.gmane.org/gmane.emacs.gnus.general/50457
9065 2006-09-03  Chong Yidong  <cyd@stupidchicken.com>
9067         * cus-edit.el (custom-group-menu-create): Avoid deactivating the
9068         mark after running the menu filter.
9070 2006-09-03  Juri Linkov  <juri@jurta.org>
9072         * international/quail.el (quail-defrule-internal): Add a check
9073         if a key is a vector.
9075 2006-09-02  Juri Linkov  <juri@jurta.org>
9077         * man.el (Man-topic-history): New variable.
9078         (man): Use it.
9080         * woman.el (woman-topic-history): Change defvar to defvaralias
9081         for symbol `Man-topic-history'.
9083         * shell.el (shell-filter-ctrl-a-ctrl-b): Check if
9084         `comint-last-output-start' is a marker by using `markerp' and
9085         check if it has a position by using `marker-position', and use
9086         this position for `goto-char'.
9088         * international/quail.el (quail-defrule-internal): Add missing
9089         `error' call for null key.
9091 2006-09-02  Ryan Yeske  <rcyeske@gmail.com>
9093         * rcirc.el (rcirc-keywords): New variable.
9094         (rcirc-bright-nicks, rcirc-dim-nicks): New variables.
9095         (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove
9096         variables.
9097         (rcirc-responses-no-activity): New function.
9098         (rcirc-handler-generic): Check for responses in above.
9099         (rcirc-process-command): Add ?: character to arguments of raw
9100         server commands.
9101         (rcirc-format-response-string): Use `rcirc-bright-nicks' and
9102         `rcirc-dim-nicks'.
9103         (rcirc-gray-toggle): Remove unused variable.
9104         (rcirc-print): Remove some tracking logic, which is moved into
9105         markup functions.
9106         (rcirc-activity-types): Was `rcirc-activity-type', now a list of
9107         types.
9108         (rcirc-activity-string): Look for 'keyword in activity-types.
9109         (rcirc-window-configuration-change): Don't erase overlay-arrow
9110         unnecessarily.
9111         (rcirc-add-or-remove): New function.
9112         (rcirc-cmd-ignore): Use it.
9113         (rcirc-message-leader): Remove unused function.
9114         (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands.
9115         (rcirc-add-face): New function.
9116         (rcirc-facify): Use rcirc-add-face.
9117         (rcirc-url-regexp): Add parens.
9118         (rcirc-map-regexp): Remove function.
9119         (rcirc-mangle-regexp): Remove function.
9120         (rcirc-markup-text-functions): New variable.
9121         (rcirc-markup-text): New function (replaces `rcirc-mangle-text').
9122         (rcirc-markup-body-text, rcirc-markup-attributes)
9123         (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords)
9124         (rcirc-markup-bright-nicks): New markup handler functions.
9125         (rcirc-nick-in-message-full-line): New face.
9126         (rcirc-track-nick): Rename from `rcirc-mode-line-nick'.
9127         (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces.
9129 2006-09-02  Martin Rudalics  <rudalics@gmx.at>
9131         * cus-start.el (hscroll-margin, hscroll-step)
9132         (mode-line-in-non-selected-windows, mouse-autoselect-window)
9133         (x-use-underline-position-properties): Change version to "22.1"
9134         since they will appear there for the first time.
9136 2006-09-01  Chong Yidong  <cyd@stupidchicken.com>
9138         * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick.
9140 2006-08-31  Richard Stallman  <rms@gnu.org>
9142         * cus-edit.el (custom-save-variables): Slight cleanup.
9143         (Custom-no-edit): Renamed from custom-no-edit.
9144         (Custom-newline): Renamed from custom-newline.
9145         (custom-mode-map): Use new names.
9147         * emacs-lisp/easy-mmode.el (define-minor-mode): Reference manual
9148         about customization, rather than M-x customize, in the doc string
9149         made for the defcustom.
9151         * emacs-lisp/trace.el (trace-function-background): Doc fix.
9153 2006-08-31  Romain Francoise  <romain@orebokech.com>
9155         * dired-x.el (dired-guess-shell-alist-default): Update.
9157 2006-08-31  Michael Mauger  <mmaug@yahoo.com>
9159         * custom.el (custom-theme-set-variables): Autoload packages before
9160         sorting the variables.
9162 2006-08-30  Michael Kifer  <kifer@cs.stonybrook.edu>
9164         * viper-cmd.el (viper-special-read-and-insert-char): Convert events to
9165         chars if XEmacs.
9166         (viper-after-change-undo-hook): Check if undo-in-progress is bound.
9168 2006-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9170         * progmodes/python.el (python-eldoc-function): Re-enable quit while
9171         waiting for process.
9173 2006-08-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9175         * term/mac-win.el (mac-string-to-utxt): If adjustment for MacJapanese
9176         results in ASCII-only string, encode original one directly.
9178 2006-08-29  Romain Francoise  <romain@orebokech.com>
9180         * startup.el (normal-splash-screen, fancy-splash-screens):
9181         Make buffer read-only and arrange to enter view mode if necessary.
9183 2006-08-29  Chong Yidong  <cyd@stupidchicken.com>
9185         * hl-line.el (hl-line): New face.
9186         (hl-line-face): Use it.
9188         * image-mode.el (image-mode): Fix last fix.
9189         Suggested by Kim F. Storm.
9191 2006-08-29  Michael Albinus  <michael.albinus@gmx.de>
9193         Sync with Tramp 2.0.54.
9195         * net/tramp.el (tramp-convert-file-attributes): Call `eql' instead
9196         of `=', because `tramp-get-remote-gid' might not always return an
9197         integer when expected.
9198         (tramp-register-file-name-handlers): `partial-completion-mode' is
9199         unknown to XEmacs.
9200         (tramp-time-diff): Don't use `floor', it might fail for large
9201         differences.
9202         (tramp-handle-make-auto-save-file-name): For Emacs 21, set
9203         `tramp-auto-save-directory' if unset in order to guarantee unique
9204         auto-save file names.
9206 2006-08-28  Chong Yidong  <cyd@stupidchicken.com>
9208         * image-mode.el (image-mode): Display image as text on a terminal.
9210 2006-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9212         * progmodes/python.el (python-send-command): Simplify.
9213         (run-python): Don't generate a new buffer unless `new' was specified.
9214         Make sure we send `import emacs' to the proper process.
9216         * progmodes/python.el (python-send-command): Don't wait for the command
9217         to terminate.  Don't fiddle with compilation-parsing-end.
9219 2006-08-28  Chong Yidong  <cyd@stupidchicken.com>
9221         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
9222         Insert commentary after first line summary.
9224         * woman.el (woman-follow): New function, based on `man-follow'.
9225         (woman-mode-map): Use it.
9227         * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
9228         since ibuffer-do-sort-by-recency does not define a sorter.
9230 2006-08-28  Kim F. Storm  <storm@cua.dk>
9232         * find-dired.el (find-dired): Use shell-quote-argument to properly
9233         escape ( and ) args.  Also use it on {} and ; args in default
9234         value of find-ls-option string.
9235         (find-grep-dired): Use shell-quote-argument on {} and ; args.
9237 2006-08-27  Michael Olson  <mwolson@gnu.org>
9239         * emacs-lisp/tq.el: Small grammar fix in comments.
9240         (tq-enqueue): Check for existence of queue rather than the
9241         head queue item's question, which was a no-op.
9242         (tq-filter, tq-process-buffer): Make sure the process buffer
9243         exists before making it the current buffer.
9245 2006-08-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9247         * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.
9248         (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
9249         (special-event-map): Apply 2006-08-16 change for x-win.el.
9251 2006-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9253         * progmodes/python.el (python-send-receive): Wait in the
9254         process's buffer so as to check the right buffer-local variables.
9256 2006-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9258         * emacs-lisp/checkdoc.el: Remove * in defcustoms.
9259         (defgroup checkdoc): Move to beginning.
9261         * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
9262         (python-preoutput-continuation): Remove.
9263         (python-preoutput-filter): Simplify correspondingly.
9264         Remove handling of _emacs_ok.  Make sure we skip _emacs_out's prompts.
9265         Loop around to catch embedded _emacs_out output.
9266         (run-python): Send the import&print command on a single line.
9267         (python-send-command): Send command&print on a single line.
9268         (python-send-string): Only add double \n if needed.
9269         (python-send-receive): Loop until the result comes.
9270         (python-mode-running): Defvar it.
9271         (python-setup-brm): Remove unused var `menu'.
9272         Only bind py-mode-map and `features' around brm-init.
9273         (python-calculate-indentation): Remove unused var `point'.
9274         (python-beginning-of-defun): Remove unused var `def-line'.
9276 2006-08-25  Richard Stallman  <rms@gnu.org>
9278         * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
9280 2006-08-25  Michael Kifer  <kifer@cs.stonybrook.edu>
9282         * viper.el (viper-set-hooks): Use frame bindings for
9283         viper-vi-state-cursor-color.
9284         (viper-non-hook-settings): Don't set default
9285         mode-line-buffer-identification.
9287         * viper-util.el (viper-set-cursor-color-according-to-state): New fun.
9288         (viper-set-cursor-color-according-to-state)
9289         (viper-get-saved-cursor-color-in-replace-mode)
9290         (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
9291         viper-emacs-state-cursor-color.
9293         * viper-cmd.el (viper-envelop-ESC-key): Bug fix.
9294         (viper-undo): Use point if undo-beg-posn is nil.
9295         (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
9296         (viper-after-change-undo-hook): Don't use
9297         viper-emacs-state-cursor-color by default.
9298         (viper-undo): More sensible positioning after undo.
9300         * viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
9301         (viper-emacs-state-cursor-color): Default to nil, since this feature
9302         doesn't work well yet.
9304         * ediff-mult.el (ediff-intersect-directories)
9305         (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
9306         always expand filenames.
9308 2006-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9310         * tumme.el: Remove * in defcustoms's docstrings.
9312 2006-08-24  Chong Yidong  <cyd@stupidchicken.com>
9314         * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
9315         Accept internal time format for SECS arg.
9316         (timer-relative-time): Doc fix.
9318         * jit-lock.el: "Stealth fontification by requeuing timers" patch,
9319         adapted from Martin Rudalics.
9320         (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
9321         (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
9322         (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
9323         using sit-for.
9325 2006-08-24  Francesc Rocher  <francesc.rocher@gmail.com>
9327         * cus-start.el (all): Add `overline-margin' and
9328         `x-underline-at-descent-line'.
9330 2006-08-24  Kim F. Storm  <storm@cua.dk>
9332         * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
9333         to mean "use find -exec"; nil now unambiguously means auto-detect.
9334         (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
9335         Use shell-quote-argument to build grep-find-command and
9336         grep-find-template.
9337         (rgrep): Use shell-quote-argument to properly quote arguments to find.
9338         Reported by Tom Seddon.
9340 2006-08-23  Chong Yidong  <cyd@stupidchicken.com>
9342         * startup.el (fancy-splash-head): Give instructions for dismissing
9343         the splash screen for default startup too.
9344         (display-startup-echo-area-message, fancy-splash-screens)
9345         (use-fancy-splash-screens-p): New arg hide-on-input.  If nil, show
9346         all splash text at once and keep the splash buffer around.
9347         (command-line-1): Give display-startup-echo-area-message a t arg.
9349 2006-08-23  Carsten Dominik  <dominik@science.uva.nl>
9351         * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
9352         gnus frame is selected.
9354 2006-08-23  Nick Roberts  <nickrob@snap.net.nz>
9356         * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
9358 2006-08-22  Kim F. Storm  <storm@cua.dk>
9360         * ido.el (ido-set-matches-1): Fix full matching for subdirs.
9361         Add suffix matching for subdirs.
9363 2006-08-22  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
9365         * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
9366         mouse-yank-at-point is non-nil.
9368 2006-08-22  Nick Roberts  <nickrob@snap.net.nz>
9370         * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
9371         a bit wider and remove fringes to fit initial output on line.
9373 2006-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9375         * frame.el (blink-cursor-end): Only ignore the error we care about.
9376         (blink-cursor-mode): Use blink-cursor-end to simplify the code.
9378 2006-08-21  Richard Stallman  <rms@gnu.org>
9380         * whitespace.el (whitespace-cleanup): Doc fix.
9382 2006-08-20  Ryan Yeske  <rcyeske@gmail.com>
9384         * net/rcirc.el (rcirc-show-maximum-output): New var.
9385         (rcirc-buffer-process): If no buffer argument is supplied, use
9386         current-buffer.
9387         (rcirc-complete-nick): Complete to the last completed nick first.
9388         (rcirc-mode): Preserve the value of `rcirc-urls' across
9389         connections.  Setup scroll function.
9390         (rcirc-scroll-to-bottom): New function.
9391         (rcirc-print): Use nick syntax around regexp work.
9392         Notice dim-nicks speaking only if they say our nick.
9393         (rcirc-update-activity-string): Do not show the modeline indicator
9394         if there are no live rcirc processes.
9395         (rcirc-cmd-ignore): Ignore case.
9396         (rcirc-browse-url-at-point): Fix off-by-one error.
9398 2006-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9400         * progmodes/python.el: Remove * in defcustom docstrings.
9401         (run-python, python-proc, python-try-complete): Use derived-mode-p.
9402         (python-mode): Set tab-width and indent-tabs-mode.
9404 2006-08-20  Dave Love  <fx@gnu.org>
9406         * progmodes/python.el: Update to Dave Love's latest version.
9407         (python-font-lock-keywords, python-mode): Don't use
9408         font-lock-syntax-table, but match symbol elements explicitly instead.
9409         (python-mode-map): Add help, and a few more key bindings.
9410         (python-skip-comments/blanks): Move out of comments as well.
9411         (python-continuation-line-p): Behave better with unbalanced parens.
9412         (python-blank-line-p): New fun.
9413         (python-open-block-statement-p): Don't use a heuristic.
9414         (python-outdent-p): Better handle blocks-in-the-same-line.
9415         (python-calculate-indentation): Misc improvements.
9416         (python-comment-indent): Remove.
9417         (python-block-pairs): New var.
9418         (python-first-word): New fun.
9419         (python-indentation-levels): Handle more common cases.
9420         (python-indent-line-1): Add `leave' argument.
9421         (python-indent-region): New fun.
9422         (python-skip-out): New fun.
9423         (python-beginning-of-statement, python-end-of-statement): Use it.
9424         (python-next-statement): Return correct count even at eob.
9425         (python-end-of-block): Fix paren-typo.
9426         (python-imenu-create-index): Add module variables.
9427         (run-python): Add `new' arg.
9428         Check we're at a prompt before returning.
9429         (python-send-command): Move to end of buffer.
9430         Wait for prompt to return.
9431         (python-set-proc): New fun.
9432         (python-imports): New var.
9433         (python-describe-symbol): Use it.  Adjust to new interface of `ehelp'.
9434         (python-eldoc-function): Try to move out of arg list.
9435         (python-outline-level): Offset by 1.
9436         (python-find-imports): New fun.
9437         (python-symbol-completions): Use python-imports.
9438         (python-module-path, ffap-alist): Add support for ffap.
9439         (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
9440         (python-insert-*, python-default-template, python-expand-template):
9441         Add templates/skeletons.
9442         (python-setup-brm): Support for Bicycle Repair Man.
9443         (python-abbrev-syntax-table): New var.
9444         (python-abbrev-pc-hook, python-pea-hook): New funs.
9446 2006-08-20  Chong Yidong  <cyd@stupidchicken.com>
9448         * frame.el (blink-cursor-start): Set timer first.
9449         (blink-cursor-end): Ignore timer cancelling errors.
9450         Suggested by Ken Manheimer.
9452 2006-08-20  Juanma Barranquero  <lekktu@gmail.com>
9454         * newcomment.el (comment-box): Call `comment-normalize-vars'.
9455         Add autoload cookie.
9457 2006-08-20  Richard Stallman  <rms@gnu.org>
9459         * simple.el (line-number-at-pos): Doc fix.
9461         * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
9462         timer-activate-when-idle, so timer can run before Emacs becomes
9463         non-idle again.
9465 2006-08-18  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
9467         * whitespace.el (whitespace-cleanup-internal): New optional arg
9468         REGION-ONLY.  If it's non-nil, modify the message to the user
9469         accordingly.
9470         (whitespace-cleanup-region): Call whitespace-cleanup-internal with
9471         a non-nil argument.
9473 2006-08-18  Gustav H\e,Ae\e(Bllberg  <gustav@gmail.com>  (tiny change)
9475         * rect.el (spaces-string): Simplify and add doc string.
9477 2006-08-17  Romain Francoise  <romain@orebokech.com>
9479         * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
9481 2006-08-17  Richard Stallman  <rms@gnu.org>
9483         * compare-w.el (compare-windows): lambda's take an arg and pass
9484         it to compare-windows-skip-whitespace.
9486 2006-08-17  Martin Rudalics  <rudalics@gmx.at>
9488         * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
9489         the right buffer.
9491 2006-08-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9493         * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
9494         removed files.
9496 2006-08-17  Nick Roberts  <nickrob@snap.net.nz>
9498         * progmodes/gdb-ui.el (gdb-locals-watch-map)
9499         (gdb-locals-watch-map-1): Suppress keymap first.
9500         (gdb-edit-locals-map-1): New variable.
9501         (gdb-edit-locals-value): New function.
9502         (gdb-stack-list-locals-handler): Use them.
9504 2006-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9506         * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
9507         cursor would normally be drawn in the fringe.
9509         * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
9510         Reported by Martin Rudalics <rudalics@gmx.at>.
9512 2006-08-16  Richard Stallman  <rms@gnu.org>
9514         * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
9515         (special-event-map): Process drag-n-drop events this way.
9517         * simple.el (move-beginning-of-line): Test whether fields
9518         would prevent motion back to line's first visible character.
9519         If so, stop where the fields would stop the motion.
9521         * newcomment.el (comment-indent): Fully update INDENT
9522         before checking to see if it will change the text.
9524         * cus-edit.el (custom-newline): New function.
9525         (custom-mode-map): Bind newline to custom-newline.
9527         * compare-w.el (compare-windows): Factor compare-ignore-whitespace
9528         into ignore-whitespace.
9529         Check each buffer for its skip-function.
9530         Handle compare-windows-skip-whitespace special-case test
9531         by returning t from default skip function.
9533 2006-08-15  Carsten Dominik  <dominik@science.uva.nl>
9535         * textmodes/org.el (org-clock-special-range)
9536         (org-clock-update-time-maybe): New functions.
9537         (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
9538         not only a-z.
9539         (org-agenda-get-blocks): Allow multiple blocks per headline.
9540         (org-timestamp-change): Call `org-clock-update-time-maybe'.
9541         (org-export-html-title-format)
9542         (org-export-html-toplevel-hlevel): New options.
9543         (org-export-language-setup): Add support for Czech.
9544         (org-mode, org-insert-todo-heading, org-find-visible)
9545         (org-find-invisible, org-invisible-p, org-invisible-p2)
9546         (org-back-to-heading, org-on-heading-p, org-up-heading-all)
9547         (org-show-subtree, org-show-entry, org-make-options-regexp):
9548         Remove compatibility support for old outline-mode.
9549         (org-check-occur-regexp): Funtion removed.
9550         (org-on-heading-p, org-back-to-heading): Made defalias.
9551         (org-set-local): New defsubst.
9552         (org-set-regexps-and-options, org-mode)
9553         (org-set-font-lock-defaults, org-edit-agenda-file-list)
9554         (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
9555         (org-remember-apply-template, org-table-edit-field)
9556         (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
9557         (org-set-autofill-regexps): Use `org-set-local'.
9558         (org-table-eval-formula): Fix bug with parsing of display flags.
9560 2006-08-15  Nick Roberts  <nickrob@snap.net.nz>
9562         * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
9563         frame with fringe arrow.  Suggested by Simon Marshall
9564         <simon.marshall@misys.com>.
9565         (gdb-stack-position): New variable.
9566         (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
9567         (gdb-frames-mode): Set gdb-stack-position to nil.
9568         Add to overlay-arrow-variable-list
9569         (gdb-reset): Delete gdb-stack-position from above list.
9571 2006-08-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9573         * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
9574         read only.
9576 2006-08-13  Romain Francoise  <romain@orebokech.com>
9578         * cus-theme.el (customize-create-theme)
9579         (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
9581         * filesets.el (filesets-add-buffer): Ditto.
9583         * pcvs.el (cvs-change-cvsroot): Ditto.
9585 2006-08-13  Nick Roberts  <nickrob@snap.net.nz>
9587         * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
9588         (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
9589         (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
9590         expressions.
9591         (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
9592         Only search till end of line.
9593         Add face to function names in case of no filename.
9594         Add face to variable names of watchpoints.
9596 2006-08-12  Robert Thorpe  <rthorpe@realworldtech.com>  (tiny change)
9598         * cus-start.el <indent-tabs-mode>: Move to the `indent'
9599         customization group.
9601 2006-08-12  Ken Manheimer  <ken.manheimer@gmail.com>
9603         * allout.el (allout-prior-bindings, allout-added-bindings):
9604         Remove, after long deprecation.
9605         (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
9606         Add customization vars controlling allout-beginning-of-line and
9607         allout-end-of-line conveniences.
9608         (allout-header-prefix, allout-use-mode-specific-leader)
9609         (allout-use-mode-specific-leader, allout-mode-leaders):
9610         Revise docstrings.
9611         (allout-infer-header-lead): Change to be an alias for
9612         allout-infer-header-lead-and-primary-bullet.
9613         (allout-infer-header-lead-and-primary-bullet): New version of
9614         allout-infer-header-lead which assigns the primary bullet to the
9615         same as the header lead, when its being changed.
9616         (allout-infer-body-reindent): Apply regexp-quote instead of
9617         unconditionally prepending "\\", so that all literal
9618         allout-header-prefix and allout-primary-bullet strings are
9619         properly handled.
9620         (allout-add-resumptions): Add optional qualifier for extending or
9621         appending to existing values, rather than replacing them.
9622         (allout-view-change-hook): Clarify docstring.
9623         (allout-exposure-change-hook): Take explicit arguments, via
9624         run-hook-with-args.
9625         (allout-structure-added-hook)
9626         (allout-structure-deleted-hook)
9627         (allout-structure-shifted-hook): New hooks analogous to
9628         allout-exposure-change-hook for other kinds of structural outline
9629         edits.
9630         (allout-encryption-plaintext-sanitization-regexps): New encryption
9631         customization variable, by which cooperating modes can provde
9632         massage of the plaintext without actually being passed it.
9633         (allout-encryption-ciphertext-rejection-regexps)
9634         (allout-encryption-ciphertext-rejection-ceiling): New encryption
9635         customization variables, by which cooperating modes can prohibit
9636         rare but possible ciphertext patterns from fouling their
9637         operation, with actually being passed the ciphertext.
9638         (allout-mode): Run activation and deactivation hooks after the
9639         minor-mode variable has been toggled, to clarify the mode
9640         disposition.  The new encryption ciphertext rejection variable is
9641         used to ensure that the ciphertext does not contain text that
9642         would be recognized as outline structural elements by allout.
9643         Substite allout-beginning-of-line and allout-end-of-line for
9644         conventionall beginning-of-line and end-of-line bindings.
9645         If allout-old-style-prefixes is non-nil, don't nullify it on mode
9646         activation!
9647         (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
9648         (allout-end-of-line): Respect `allout-end-of-line-cycles'.
9649         (allout-chart-subtree): Implement new mode, charting only the
9650         visible items in the subtree, when new 'visible' parameter is non-nil.
9651         (allout-end-of-subtree): Properly handle the last item in the buffer.
9652         (allout-pre-command-business, allout-command-counter):
9653         Increment an advertised counter so that cooperating enhancements can
9654         track revisions of items.
9655         (allout-open-topic): Run allout-structure-added-hook with suitable
9656         arguments.
9657         (allout-shift-in): Run allout-structure-shifted-hook with suitable
9658         arguments.
9659         (allout-shift-out): Fix doubling for negative args and ensure call
9660         of allout-structure-shifted-hook by solely using allout-shift-in.
9661         (allout-kill-line, allout-kill-topic):
9662         Run allout-structure-deleted-hook with suitable arguments.
9663         (allout-yank-processing): Run allout-structure-added-hook with
9664         proper arguments.
9665         (allout-yank): Enclose activity in allout-unprotected.
9666         (allout-flag-region): Run allout-exposure-change-hook with
9667         suitable arguments, instead of making the callee infer the arguments.
9668         (allout-encrypt-string):
9669         Support allout-encryption-plaintext-sanitization-regexps,
9670         allout-encryption-ciphertext-rejection-regexps, and
9671         allout-encryption-ciphertext-rejection-ceiling.  Indicate correct
9672         en/de cryption mode in symmetric encryption failure message.
9673         (allout-obtain-passphrase): Use copy-sequence to get a distinct
9674         copy of the passphrase, and don't zero it or we'll corrupt the
9675         stashed copy.
9676         (allout-create-encryption-passphrase-verifier)
9677         (allout-verify-passphrase): Respect the new signature for
9678         allout-encrypt-string.
9679         (allout-get-configvar-values): Convenience for getting a
9680         configuration variable value and handling its absence gracefully.
9682 2006-08-11  Romain Francoise  <romain@orebokech.com>
9684         * obsolete/zone-mode.el: Delete.
9686 2006-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9688         * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
9690 2006-08-11  Thien-Thi Nguyen  <ttn@gnu.org>
9692         * emacs-lisp/bindat.el (bindat-ip-to-string):
9693         Use `format-network-address' if possible.
9695 2006-08-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9697         * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
9699 2006-08-10  Chong Yidong  <cyd@stupidchicken.com>
9701         * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
9702         restore unread-command-events here.
9703         (edebug-display): Do it here, to detect sit-for interruptions.
9705 2006-08-10  Romain Francoise  <romain@orebokech.com>
9707         * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
9708         (dns-mode-soa-auto-increment-serial): New user option.
9709         (dns-mode-soa-maybe-increment-serial): New function.
9710         (dns-mode): Add the latter to `write-contents-functions'.
9712         * obsolete/zone-mode.el: Move to obsolete/ from net/.
9713         Delete autoload cookies.
9715 2006-08-10  John Wiegley  <johnw@newartisans.com>
9717         * eshell/em-glob.el (eshell-glob-chars-list)
9718         (eshell-glob-translate-alist): Add support for [^g] in character globs.
9720 2006-08-10  Richard Stallman  <rms@gnu.org>
9722         * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
9723         (facemenu-set-face): Doc fix.
9724         (facemenu-listed-faces): Doc fix.
9726 2006-08-09  Chong Yidong  <cyd@stupidchicken.com>
9728         * avoid.el (mouse-avoidance-animating-pointer): New var.
9729         (mouse-avoidance-nudge-mouse): Use it.
9730         (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
9731         (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
9732         (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
9733         Don't activate if currently animating.  All callers changed.
9735 2006-08-09  John Wiegley  <johnw@newartisans.com>
9737         * calendar/timeclock.el (timeclock-use-elapsed): Added a new
9738         variable, which causes timeclock to report elapsed time worked,
9739         instead of just work remaining.
9741 2006-08-09  Kenichi Handa  <handa@m17n.org>
9743         * international/latexenc.el (latexenc-find-file-coding-system):
9744         Fix for the case that the 2nd element of arg-list is a cons.
9746 2006-08-08  Chong Yidong  <cyd@stupidchicken.com>
9748         * info.el (Info-fontify-node): Handle preceding `in' for note
9749         reference hiding rules.
9751 2006-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9753         * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
9754         mistake a closing " for an opening one.
9756 2006-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
9758         * term/xterm.el (terminal-init-xterm): Add more key bindings.
9760 2006-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9762         * complete.el (PC-do-completion): Filter out completions matching
9763         completion-ignored-extensions before checking whether there are
9764         multiple completions.
9765         Don't use `list' unnecessarily when building completion tables.
9767 2006-08-06  Richard Stallman  <rms@gnu.org>
9769         * help.el (describe-mode): Make minor mode list more concise.
9771 2006-08-05  Chong Yidong  <cyd@stupidchicken.com>
9773         * bindings.el: Give mode-line-format, mode-line-modes, and
9774         mode-line-position `standard-value' properties.
9776 2006-08-05  Eli Zaretskii  <eliz@gnu.org>
9778         * buff-menu.el (list-buffers-noselect): For Info buffers, use
9779         "(file)node" instead of the file name.
9781 2006-08-05  Richard Stallman  <rms@gnu.org>
9783         * faces.el (escape-glyph): Doc fix.
9785 2006-08-04  Kenichi Handa  <handa@m17n.org>
9787         * international/mule-diag.el (describe-font): Improve docstring
9788         and error message.  Use frame-parameter (not frame-parameters).
9790 2006-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9792         * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
9793         Correctly mark the end-of-docstring char.
9795 2006-08-03  Chong Yidong  <cyd@stupidchicken.com>
9797         * simple.el (line-move-to-column): Constrain move-to-column to
9798         current field.
9800 2006-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9802         * font-lock.el (font-lock-beg, font-lock-end)
9803         (font-lock-extend-region-functions): New vars.
9804         (font-lock-extend-region-multiline)
9805         (font-lock-extend-region-wholelines): New functions.
9806         (font-lock-default-fontify-region): Use them.
9807         (font-lock-extend-jit-lock-region-after-change): Only round up
9808         if font-lock-default-fontify-region will do it as well.
9810         * font-lock.el (font-lock-extend-after-change-region-function):
9811         Rename from font-lock-extend-region-function.
9812         (font-lock-extend-region): Remove by inlining at call sites.
9813         (font-lock-after-change-function): Don't needlessly round up to a whole
9814         number of lines.
9815         (font-lock-extend-jit-lock-region-after-change): Be more careful about
9816         the boundary conditions and the interactions between the various ways
9817         to extend the region.
9819 2006-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9821         * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
9822         modification status when forcing the second redisplay.
9824 2006-08-03  Kim F. Storm  <storm@cua.dk>
9826         * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
9828 2006-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9830         * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
9831         doesn't look like a file name.
9833         * complete.el (PC-expand-many-files): Avoid signalling an error when
9834         the current directory doesn't exist.  Reported by Micha\e,Ak\e(Bl Cadilhac.
9836 2006-08-02  Andreas Schwab  <schwab@suse.de>
9838         * bindings.el (mode-line-format): Simplify reference to vc-mode.
9840 2006-08-02  Nick Roberts  <nickrob@snap.net.nz>
9842         * bindings.el (map): Make mode-line-buffer-identification-keymap
9843         before defining propertized-buffer-identification.
9845 2006-08-01  Richard Stallman  <rms@gnu.org>
9847         * bindings.el (mode-line-format): Adjust spacing around vc-mode.
9849 2006-08-02  Nick Roberts  <nickrob@snap.net.nz>
9851         * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
9852         default value.
9853         (gdb-find-source-frame): New function.
9854         (menu): Add to menu bar.
9856 2006-08-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9858         * font-core.el (font-lock-extend-region-function)
9859         (font-lock-extend-region): Move to font-lock.el.
9861         * font-lock.el (font-lock-extend-region-function)
9862         (font-lock-extend-region): Move from font-core.el.  Simplify.
9864         * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
9865         if needed.
9866         (jit-lock-start, jit-lock-end): New dynamic scoped vars.
9867         (jit-lock-after-change-extend-region-functions): New hook.
9868         (jit-lock-after-change): Use it instead of hard-coding font-lock code.
9870         * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
9871         (font-lock-turn-on-thing-lock): Use it.
9873         * longlines.el (longlines-show-region): Make it work on read-only
9874         buffers as well.
9876 2006-08-01  Nick Roberts  <nickrob@snap.net.nz>
9878         * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
9880 2006-07-31  Richard Stallman  <rms@gnu.org>
9882         * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
9883         (vhdl-speedbar-display-projects): Update old obsolete
9884         speedbar variable names.
9886 2006-07-31  Nick Roberts  <nickrob@snap.net.nz>
9888         * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
9889         (gdb-stopped): Use it.
9891         * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
9893 2006-07-29  Chong Yidong  <cyd@stupidchicken.com>
9895         * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
9896         for load-history elements.
9898 2006-07-29  Eli Zaretskii  <eliz@gnu.org>
9900         * files.el (convert-standard-filename): For Cygwin, replace
9901         characters not allowed in Windows file names.
9902         (make-auto-save-file-name): Add Cygwin to the list of systems
9903         where the auto-save file name needs to be run through
9904         convert-standard-filename.
9906 2006-07-29  Lennart Borgman  <lennart.borgman.073@student.lu.se>
9908         * window.el (bw-get-tree): Don't integerp subtree if it's nil.
9910 2006-07-28  Richard Stallman  <rms@gnu.org>
9912         * bindings.el (mode-line-frame-identification)
9913         (propertized-buffer-identification): Centralize the code
9914         to initialize the variable.
9916         * progmodes/grep.el (grep-default-command): Catch errors from
9917         wildcard-to-regexp.
9919 2006-07-29  Kim F. Storm  <storm@cua.dk>
9921         * progmodes/grep.el (grep-tag-default): New function.
9922         (grep-default-command, grep-read-regexp): Use it.
9923         (grep-read-files): Use car of grep-files-history or grep-files-aliases
9924         as default if nothing else applies.
9926 2006-07-28  Bill Atkins  <atkinw@rpi.edu>  (tiny change)
9928         * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
9929         Throw error if buffer is not in Dired and Wdired mode, respectively.
9931 2006-07-28  Chong Yidong  <cyd@stupidchicken.com>
9933         * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
9934         self-insert-command keys don't activate buttons.
9935         (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
9937 2006-07-29  Nick Roberts  <nickrob@snap.net.nz>
9939         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
9940         faces for enable character.
9942 2006-07-28  Nick Roberts  <nickrob@snap.net.nz>
9944         * Makefile.in (recompile): Update comment to reflect change
9945         on 2004-04-21.
9947 2006-07-27  Richard Stallman  <rms@gnu.org>
9949         * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
9950         (customize-package-emacs-version): Change msg when pkg has no entry.
9951         (custom-no-edit): On a button, do like widget-button-press.
9953 2006-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
9955         * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
9956         S-tab and C-S-tab.
9958 2006-07-28  Nick Roberts  <nickrob@snap.net.nz>
9960         * progmodes/which-func.el (which-function): Fix documentation/
9961         comment typo.
9963 2006-07-26  Richard Stallman  <rms@gnu.org>
9965         * textmodes/ispell.el (ispell-word): If we replace the word,
9966         move point to the end.  Insert before deleting.
9968 2006-07-26  Chong Yidong  <cyd@stupidchicken.com>
9970         * subr.el (sit-for): Use new SECONDS arg of read-event instead of
9971         a timer.
9973 2006-07-26  Mathias Dahl  <mathias.dahl@gmail.com>
9975         * tumme.el (tumme-backward-image): Add prefix argument.  Add error
9976         when at first image.
9977         (tumme-forward-image): Add prefix argument.  Add error when at last
9978         image.
9980 2006-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9982         * tabify.el (tabify-regexp): Use more specific regexps.
9983         (tabify): Avoid modifying the buffer unnecessarily.
9985 2006-07-25  Mathias Dahl  <mathias.dahl@gmail.com>
9987         * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
9988         (tumme-format-properties-string): Handle empty `buf'.
9989         (tumme-get-comment): Change variable names inside `let'.
9990         Add missing `let' variable that cause font-lock problems.
9991         (tumme-write-comments): Change variable names inside `let'.
9992         Add missing `let' variable that cause font-lock problems.
9993         (tumme-forward-image): Rename from `tumme-forward-char'.
9994         (tumme-backward-image): Rename from `tumme-backward-char'.
9996 2006-07-25  Masatake YAMATO  <jet@gyve.org>
9998         * progmodes/ld-script.el (ld-script-keywords)
9999         (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
10000         and add comments.
10002 2006-07-25  Nick Roberts  <nickrob@snap.net.nz>
10004         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
10005         (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
10006         (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
10007         for status indicator.
10009 2006-07-24  Richard Stallman  <rms@gnu.org>
10011         * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
10013         * subr.el (dolist, dotimes): Use interned symbols for locals.
10014         (--dotimes-limit--, --dolist-tail--): New defvars.
10015         (looking-back): Doc fix.
10017         * replace.el (replace-match-string-symbols): Handle dotted lists.
10019 2006-07-24  Mathias Dahl  <mathias.dahl@gmail.com>
10021         * tumme.el (tumme-write-tags): Add.
10022         (tumme-write-comments): Add.
10023         (tumme-tag-files): Change to use `tumme-write-tags'.
10024         (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
10025         (tumme-dired-comment-files): Change to use `tumme-write-comments'.
10026         (tumme-save-information-from-widgets): Change to use
10027         `tumme-write-comments' and `tumme-write-tags'.
10028         (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
10029         (tumme-write-tag): Remove.
10030         (tumme-write-comment): Remove.
10031         (tumme-display-previous-thumbnail-original): Remove empty line.
10032         (tumme-widget-list): Add punctuation.
10034 2006-07-24  Mathias Dahl  <mathias.dahl@gmail.com>
10036         * tumme.el (tumme-line-up): Add an extra check for end of buffer.
10038 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
10040         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
10041         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org>
10042         and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
10044 2006-07-23  Thien-Thi Nguyen  <ttn@gnu.org>
10046         * mouse.el (mouse-on-link-p): Doc fix.
10048 2006-07-23  Nick Roberts  <nickrob@snap.net.nz>
10050         * emacs-lisp/find-func.el (find-function-search-for-symbol):
10051         Handle "C-h f `".
10053 2006-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
10055         * ibuffer.el (ibuffer-formats): Use left alignment for the mode
10056         column.
10058 2006-07-22  Matt Hodges  <MPHodges@member.fsf.org>
10060         * textmodes/table.el: Add move-beginning-of-line and
10061         move-end-of-line to Point Motion Only Group.
10063 2006-07-22  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
10065         * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
10067 2006-07-22  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
10069         * startup.el (user-mail-address): Initialize from the `EMAIL'
10070         environment variable first.  Document this.
10071         (command-line): Ditto.
10073 2006-07-22  Nick Roberts  <nickrob@snap.net.nz>
10075         * help-mode.el (help-function-def, help-variable-def)
10076         (help-face-def): Print a message in the minibuffer.
10078 2006-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
10080         * term/xterm.el (terminal-init-xterm): Fix key bindings
10081         syntax.  Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
10083 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
10085         * dos-w32.el (find-buffer-file-type-coding-system): Support calls
10086         where `(nth 1 command)' is a cons cell.  Doc fix.
10088         * textmodes/po.el (po-find-charset): Doc fix.
10090 2006-07-21  Ken Manheimer  <ken.manheimer@gmail.com>
10092         * allout.el (allout-unprotected, allout-e-o-prefix-p)
10093         (allout-beginning-of-current-line, allout-end-of-current-line)
10094         (allout-next-visible-heading, allout-open-topic)
10095         (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
10096         (allout-flag-current-subtree, allout-show-to-offshoot)
10097         (allout-hide-current-entry, allout-show-current-branches)
10098         (allout-hide-region-body, allout-old-expose-topic)
10099         (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
10100         (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
10101         containing `beginning-of-line' and `end-of-line' with
10102         `inhibit-field-text-motion' t.
10104 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
10106         * frame.el (focus-follows-mouse): Document that it doesn't have
10107         any effect on MS-Windows.
10109 2006-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10111         * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
10113 2006-07-20  Jay Belanger  <belanger@truman.edu>
10115         * calc.el (calc-previous-alg-entry): Remove variable.
10117         * calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
10118         New variables.
10119         (calc-alg-entry): Use `calc-alg-entry-history'.
10120         (calc-do-quick-calc): Use `calc-quick-calc-history'.
10121         Remove reference to `calc-previous-alg-entry'.
10122         (calcAlg-edit, calcAlg-enter): Remove reference to
10123         `calc-previous-alg-entry'.
10124         (calcAlg-previous): Use `previous-history-element' instead of
10125         `calc-previous-alg-entry'.
10126         (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
10127         Change keybinding for `calcAlg-plus-minus', add keybindings for
10128         `previous-history-element' and `next-history-element'.
10130         * calc-rewr.el (calc-match): Remove reference to
10131         `calc-previous-alg-entry'.
10133         * calc-sel.el (calc-selection-history): New variable.
10134         (calc-enter-selection, calc-sel-mult-both-sides)
10135         (calc-sel-add-both-sides): Use `calc-selection-history'.
10137         * calc-map.el (calc-get-operator-history): New variable.
10138         (calc-get-operator): Use `calc-get-operator-history'.
10140         * calcalg3.el (calc-curve-fit-history): New variable.
10141         (calc-curve-fit): Use `calc-curve-fit-history'.
10143 2006-07-20  Kenichi Handa  <handa@m17n.org>
10145         * international/mule-cmds.el (select-safe-coding-system): Fix the
10146         way of deciding eol-type of the coding system.
10148 2006-07-20  Alan Mackenzie  <acm@muc.de>
10150         * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
10151         (c-lang-setvar): New macro.
10152         (c-make-init-lang-vars-fun): Use the initialization forms in
10153         c-emacs-variable-inits in addition to those in c-lang-variable-inits.
10154         (comment-start, comment-end, comment-start-skip): Change these from
10155         c-lang-defvar's to c-lang-setvar's.
10157         * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
10158         which calls make-local-variable on the elements of
10159         c-emacs-variable-inits.
10160         (c-init-language-vars-for): Call this new macro.
10162 2006-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10164         * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
10165         Try to rule out false positives due to time stamps.
10166         (compilation-mode-font-lock-keywords): Remove rules made redundant
10167         because of the above change.  Add `segmentation fault' to the known and
10168         highlighted compilation termination messages.
10170 2006-07-19  Kim F. Storm  <storm@cua.dk>
10172         * progmodes/grep.el (grep-find-ignored-directories):
10173         Add .svn and _darcs to list.
10175 2006-07-19  Mathias Dahl  <mathias.dahl@gmail.com>
10177         * dired.el (dired-mode-map): Add key binding `C-te' for
10178         `tumme-dired-edit-comment-and-tags'.
10180         * tumme.el (tumme-display-thumbnail-original-image): Make sure
10181         image display buffer is displayed before call to
10182         `tumme-display-image.
10183         (tumme-dired-display-image): Make sure image display buffer is
10184         displayed before call to `tumme-display-image.
10185         (tumme-mouse-display-image): Make sure image display buffer is
10186         displayed before call to `tumme-display-image.
10187         (tumme-widget-list): Add.
10188         (tumme-dired-edit-comment-and-tags): Add.
10189         (tumme-save-information-from-widgets): Add.
10191 2006-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10193         * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
10195 2006-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
10197         * progmodes/sh-script.el (sh-font-lock-keywords-1):
10198         Revert inadvertently installed patch hunk.
10200         * progmodes/compile.el (compilation-find-file): Handle the
10201         cases where the user selects a non-existent file.
10203 2006-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
10205         * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
10207 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
10209         * subr.el (sit-for): Just sleep-for if noninteractive.
10211 2006-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10213         * emacs-lisp/autoload.el (make-autoload): Use new arg.
10215         * custom.el (custom-autoload): Add `noset' argument.
10216         (custom-push-theme): Don't autoload the variable, let callers do it.
10217         (custom-theme-set-variables): Autoload the variable if necessary.
10219         * cus-edit.el (custom-variable-state-set): If the variable was
10220         originally set outside custom, but to the same value as the default,
10221         consider it to be standard.
10223         * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
10224         file *before* telling Emacs to add the autoloads, in case it fails.
10226         * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
10227         Use `cond', push', and `dolist'.
10229 2006-07-17  Richard Stallman  <rms@gnu.org>
10231         * image-mode.el (tar-superior-buffer, archive-superior-buffer):
10232         Add defvars to silence warnings.
10234 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
10236         * progmodes/compile.el (compilation-mode-font-lock-keywords):
10237         Don't highlight "Compiling file" messages as error.
10239         * dired-aux.el (dired-compress-file): Confirm again if gzipped
10240         file already exists.
10242 2006-07-16  Thien-Thi Nguyen  <ttn@gnu.org>
10244         * find-file.el (ff-special-constructs): Doc fix.  Also, for C/C++
10245         entry, don't assign to free var; simply return the extracted filename.
10246         (ff-treat-as-special): Incorporate common preamble from callers.
10247         (ff-other-file-name, ff-find-the-other-file):
10248         Update call to ff-treat-as-special.
10250         * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
10252 2006-07-16  Mathias Dahl  <mathias.dahl@gmail.com>
10254         * tumme.el (tumme-get-comment): Fix bug.
10256 2006-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>
10258         * files.el: Remove spurious * in docstrings.
10260 2006-07-14  Ken Manheimer  <ken.manheimer@gmail.com>
10262         * allout.el (allout-run-unit-tests-on-load): Rectify docstring
10263         grammar.
10264         (allout-beginning-of-current-line): Beware beginning of buffer.
10265         Also, a comment is simplified.
10266         (allout-hotspot-key-handler): Only set allout-post-goto-bullet
10267         when appropriate.  (This fix enables use for other than
10268         bullet-hotspot operation.)
10269         (allout-hide-current-subtree): While escalating to sibling-close,
10270         make sure to situate on a topic.
10272 2006-07-14  Kim F. Storm  <storm@cua.dk>
10274         * emulation/cua-base.el (cua-delete-selection)
10275         (cua-toggle-set-mark): New defcustoms.
10276         (cua-rectangle-modifier-key): Add `alt' modifier.
10277         (cua-replace-region): Don't delete if cua-delete-selection is nil.
10278         (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
10279         Suggested by Klaus Zeitler <kzeitler@lucent.com>.
10281         * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
10283 2006-07-14  Ken Manheimer  <ken.manheimer@gmail.com>
10285         * allout.el: Require 'cl during byte-compilation/interactive load,
10286         for the `assert' macro.
10287         (allout-mode-deactivate-hook): New hook, run when allout mode
10288         deactivates.
10289         (allout-developer): New allout customization subgroup.
10290         (allout-run-unit-tests-on-load): New allout-developer
10291         customization variable, when true allout unit tests are run towards
10292         end of file load/eval.
10293         (allout-inhibit-auto-fill): Disable auto-fill activity even during
10294         auto-fill-mode.
10295         (allout-resumptions): Remove, to be replaced by...
10296         (allout-add-resumptions): Register variable settings to be
10297         reinstated by `allout-do-resumptions'.  The settings are made
10298         buffer-local, but the locality/globality of the suspended setting
10299         is restored on resumption.
10300         (allout-do-resumptions): Reinstate all settings suspended using
10301         `allout-add-resumptions'.
10302         (allout-test-resumptions): Unit tests (and intermediate variables)
10303         for resumptions.
10304         (allout-tests-globally-unbound, allout-tests-globally-true)
10305         (allout-tests-locally-true): Intermediate variables for
10306         resumptions unit tests.
10307         (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
10308         (allout-exposure-category): Replaces 'allout-overlay-category variable.
10309         (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
10310         instead of retired `allout-resumptions'.  For hook functions, use
10311         `local' parameter so hook settings are created and removed as
10312         buffer-local settings.  Revise (resumptions) setting
10313         auto-fill-function so it is set only if already active.  (The
10314         related fill-function settings are all made in either case, so
10315         that activating auto-fill-mode activity will have the custom
10316         allout-mode behaviors (hanging indent on topics, if configured for it).
10317         Remove all allout-exposure-category overlays on mode deactivation.
10318         (allout-hotspot-key-handler): New function extracted from
10319         `allout-pre-command-business', so the functionality can be used
10320         for other purposes, eg as a binding in an overlay.
10321         (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
10322         (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
10323         customization variable.
10324         (allout-run-unit-tests): Run the (currently quite small)
10325         repertoire of unit tests.  Called just before the provide iff user
10326         has customized `allout-run-unit-tests-on-load' non-nil.
10328 2006-07-14  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
10330         * emacs-lisp/authors.el (authors-aliases): Update.
10332 2006-07-14  Nick Roberts  <nickrob@snap.net.nz>
10334         * progmodes/gdb-ui.el (gdb-display-buffer): Check for
10335         gdb-source-window.  Add dedicated argument.
10336         (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
10337         (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
10338         (gdb-display-threads-buffer, gdb-display-memory-buffer)
10339         (gdb-display-locals-buffer): Use it.
10341         * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
10342         Set gdb-source-window.
10344 2006-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10346         * emacs-lisp/autoload.el (make-autoload): Remove special handling of
10347         minor modes, redundant with the custom-autoload line above.
10349 2006-07-12  Chong Yidong  <cyd@stupidchicken.com>
10351         * longlines.el (longlines-post-command-function): Handle open-line too.
10353 2006-07-12  Richard Stallman  <rms@gnu.org>
10355         * progmodes/grep.el (grep-last-buffer): Doc fix.
10357         * info.el (Info-try-follow-nearest-node): Doc fix.
10359         * emacs-lisp/edebug.el (edebug-instrument-function):
10360         Err if find-function-noselect gives no position.
10362         * emacs-lisp/find-func.el (find-function-search-for-symbol):
10363         If can't find definition, return nil for position.
10364         (find-function-do-it): Handle new return value
10365         of find-definition-noselect.
10366         (find-definition-noselect, find-variable-noselect): Doc fix.
10367         (find-function-noselect): Doc fix.
10369         * help-mode.el (help-variable-def): Handle find-variable-noselect
10370         returning no position.
10371         (help-function-def): Likewise for find-function-search-for-symbol.
10372         (help-face-def): Likewise.
10374         * help-fns.el (describe-variable): Handle find-variable-noselect
10375         returning no position.
10377         * files.el (locate-file-completion): Avoid duplicates in result.
10379         * cus-edit.el (custom-no-edit): New command.
10380         (custom-mode-map): Remap to custom-no-edit instead of
10381         using suppress-keymap.
10383 2006-07-12  Nick Roberts  <nickrob@snap.net.nz>
10385         * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
10386         (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
10387         (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
10389         * thumbs.el (thumbs-call-convert): Use shell-command-switch.
10391 2006-07-11  Kim F. Storm  <storm@cua.dk>
10393         * ido.el (ido-copy-current-file-name): Use buffer-name if
10394         buffer-file-name is nil.
10396 2006-07-11  Chong Yidong  <cyd@stupidchicken.com>
10398         * simple.el (undo-ask-before-discard): Set to nil.
10400         * vc.el (vc-exec-after): Don't delete process manually.
10401         (vc-print-log): Run log-view-mode in process sentinel inside
10402         inhibit-read-only.  Don't shrink window due to timing issues.
10404         * progmodes/ebrowse.el (ebrowse-display-member-buffer):
10405         Avoid using with-output-to-temp-buffer, which clobbers local vars.
10407 2006-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10409         * progmodes/compile.el (compilation-error-regexp-alist-alist):
10410         Fix ambiguity introduced by last change.
10411         (compilation-find-file): Move save-excursion to where it may
10412         make sense.  Fix a left over `find-file'.
10414 2006-07-11  Robert J. Chassell  <bob@rattlesnake.com>
10416         * textmodes/texinfmt.el (texinfo-format-separate-node):
10417         Insert a string before point, which fits documentation, not after.
10418         (texinfo-multitable-item): In a multitable row, insert any
10419         additional needed @tabs and spaces.
10421 2006-07-11  Nick Roberts  <nickrob@snap.net.nz>
10423         * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
10424         (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
10425         (tumme-set-exif-data, tumme-get-exif-data): Use call-process
10426         instead of shell-command.
10427         (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
10428         (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
10429         (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
10430         (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
10431         (tumme-thumbnail-set-image-description, tumme-gallery-generate)
10432         (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
10434 2006-07-11  Kim F. Storm  <storm@cua.dk>
10436         * subr.el (sit-for): Doc fix.  Specify normal arg list using fn-form.
10437         Remove special case for seconds < 0.  Use (redisplay t) instead.
10439 2006-07-10  Chong Yidong  <cyd@stupidchicken.com>
10441         * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
10442         avoid compilation error.
10444         * subr.el (sit-for): New function.
10446         * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
10448 2006-07-10  Richard Stallman  <rms@gnu.org>
10450         * ldefs-boot.el (edebug): Update page.
10452 2006-07-10  Kim F. Storm  <storm@cua.dk>
10454         * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
10455         to FOR-RELEASE and TODO.
10457 2006-07-10  Romain Francoise  <romain@orebokech.com>
10459         * emacs-lisp/authors.el (authors-aliases): Update.
10461 2006-07-10  Alan Mackenzie  <acm@muc.de>
10463         * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
10464         * cc-mode.el: Changes to eradicate eval-after-load.
10466 2006-07-09  Chong Yidong  <cyd@stupidchicken.com>
10468         * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
10469         on non-char events.
10471 2006-07-09  Romain Francoise  <romain@orebokech.com>
10473         * progmodes/compile.el (compilation-mode-font-lock-keywords):
10474         Don't highlight start/end markers as compilation messages.
10476         * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
10477         to t.
10479 2006-07-09  Stefan Monnier  <monnier@iro.umontreal.ca>
10481         * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
10483 2006-07-08  Richard Stallman  <rms@gnu.org>
10485         * term/x-win.el (x-handle-display): Add doc string.
10487         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
10489         * subr.el (def-edebug-spec): Move here.
10490         * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
10492         * imenu.el (imenu-choose-buffer-index): Doc fix.
10494 2006-07-08  Romain Francoise  <romain@orebokech.com>
10496         * term/x-win.el (x-display-name): Fix typo.
10498 2006-07-08  Eli Zaretskii  <eliz@gnu.org>
10500         * hexl.el (hexl-find-file): Doc fix.
10502         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
10504 2006-07-07  Chong Yidong  <cyd@stupidchicken.com>
10506         * term/x-win.el (x-display-name): Doc fix.
10508 2006-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10510         * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
10511         long prefixes.
10512         (fill-region-as-paragraph): Don't round up to a whole line.
10513         (fill-comment-paragraph): Don't include the code-before-the-comment
10514         when calling fill-region-as-paragraph.
10516         * international/mule.el (make-char): Remove redundancy.
10518         * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
10519         property may contain an anonymous function rather than a symbol.
10521         * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
10523         * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
10524         Use shy regexp.  Fix incorrect backref to potentially unmatched group.
10526         * dirtrack.el (dirtrack-default-directory-function): Remove.
10527         (dirtrack-directory-function): Use file-name-as-directory.
10528         (dirtrack-windows-directory-function): Simplify.
10529         (dirtrack-forward-slash, dirtrack-backward-slash)
10530         (dirtrack-replace-slash): Remove.
10531         (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
10532         (dirtrack): Fix wrong parenthesizing; use match-string.
10534         * progmodes/octave-inf.el: Remove spurious * in docstrings.
10535         (inferior-octave-mode): Only change the buffer-local value of
10536         comint-dynamic-complete-functions.
10537         (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
10538         Move the initialization to the declaration.
10539         (inferior-octave-complete): Remove unused var `filter'.
10541         * shell.el (shell-mode): Only change the buffer-local value of
10542         comint-dynamic-complete-functions.
10544 2006-07-07  Carsten Dominik  <dominik@science.uva.nl>
10546         * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
10547         entry is skipped because it has been scheduled.
10548         (org-prepare-agenda-buffers): Don't mark buffers as modified when
10549         changing `:org-archived' and `:org-comment' properties.
10551 2006-07-06  Chong Yidong  <cyd@stupidchicken.com>
10553         * server.el (server-select-display): Don't make the temp frame
10554         minibuffer-only, in case it's not a temp frame.
10555         (server-process-filter): Don't delete the temp frame if it's the
10556         only one we have on that display.
10558         * files.el (find-alternate-file): Doc fix.
10560 2006-07-05  Richard Stallman  <rms@gnu.org>
10562         * files.el (abbreviate-file-name): Add save-match-data.
10564 2006-07-03  Richard Stallman  <rms@gnu.org>
10566         * faces.el (read-face-name): Doc fix.
10568 2006-07-05  Chong Yidong  <cyd@stupidchicken.com>
10570         * net/goto-addr.el (goto-address): Mark as safe for local evals.
10572 2006-07-05  Andre Spiegel  <spiegel@gnu.org>
10574         * vc.el (vc-diff-internal): Fix prev change.
10576 2006-07-05  Thien-Thi Nguyen  <ttn@gnu.org>
10578         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
10579         * play/dunnet.el (dun-load-d, dun-eval): Likewise.
10581 2006-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10583         * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
10584         fails if the symbol contains chars like ( or '.
10585         (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
10586         (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
10587         `short'.
10589 2006-07-04  Kenichi Handa  <handa@m17n.org>
10591         * international/mule-cmds.el (set-language-info): If LANG-ENV is
10592         the current one, don't call set-language-environment, but call one
10593         of set-language-environment-XXX to make INFO effective now.
10594         (set-language-environment): Call set-language-environment-XXX
10595         functions instead of doing the various setups directly.
10596         (set-language-environment-coding-systems): Delete argument eol-type.
10597         (set-language-environment-input-method)
10598         (set-language-environment-nonascii-translation)
10599         (set-language-environment-charset)
10600         (set-language-environment-fontset)
10601         (set-language-environment-unibyte): New functions.
10603 2006-07-03  Luc Teirlinck  <teirllm@auburn.edu>
10605         * locate.el (locate-update-when-revert): New option.
10606         (locate-update-path): New option (suggested by Michael Albinus).
10607         (locate-prompt-for-command): Whitespace change.
10608         (locate-update): No longer offer to update the locate database by
10609         default.  Implement the two new options.
10611 2006-07-04  Nick Roberts  <nickrob@snap.net.nz>
10613         * tooltip.el: Move comment about track-mouse...
10615         * progmodes/gud.el: ...to here.
10617 2006-07-03  Chong Yidong  <cyd@stupidchicken.com>
10619         * facemenu.el (facemenu-listed-faces): New var.
10620         (facemenu-unlisted-faces): Variable deleted.
10621         (facemenu-add-new-face): Use facemenu-listed-faces.
10623         * emulation/viper-init.el, calendar/calendar.el:
10624         * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
10626 2006-07-03  Carsten Dominik  <dominik@science.uva.nl>
10628         * textmodes/org.el (org-mode): Remove no invalid settings for
10629         calc embedded mode.
10630         (org-mode-p): New defsubst.
10631         (org-save-all-org-buffers): New function.
10632         (org-first-headline-recenter): Enclose outline-regexp in group
10633         delimiters.
10634         (org-set-tags): Keep single space after stars.
10636 2006-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10638         * window.el (set-window-text-height): Only set window-min-height to
10639         1 if that's the requested size.
10641         * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
10642         (diff-unified->context, diff-context->unified)
10643         (diff-reverse-direction): Make sure the end marker stays at the end.
10644         (diff-mode): Add the keymap table at the end of docstring.
10645         Use lexical-let rather than constructing a closure manually.
10647         * files.el (find-file-noselect-1): Remove unused var assignment.
10648         (hack-local-variables-confirm): Print lists of strings as lists of
10649         strings rather than lists of symbols.
10650         (abbreviate-file-name, hack-local-variables-prop-line):
10651         Use match-string.
10652         (hack-one-local-variable): Move `make-local-variable' nearer its use.
10653         (recover-session-finish): Use line-end-position.
10655 2006-07-02  Michael Albinus  <michael.albinus@gmx.de>
10657         * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
10659 2006-07-02  Daniel Pfeiffer  <occitan@esperanto.org>
10661         * progmodes/make-mode.el (makefile-macroassign-regex):
10662         Accept preceding keyword.
10663         (makefile-gmake-statements): Reorganize, now that makepp has
10664         "override" and also handle forgotten "override define".
10665         (makefile-makepp-statements): Add new "global", "override export"
10666         and "override global".
10668 2006-06-30  Juanma Barranquero  <lekktu@gmail.com>
10670         * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
10671         (ada-compile-mouse-goto-error, ada-deactivate-properties)
10672         (ada-no-auto-case): Fix typos in docstrings.
10674 2006-06-30  Nick Roberts  <nickrob@snap.net.nz>
10676         * info.el (Info-find-node-2): Search for makeinfo version more
10677         carefully.
10679 2006-06-29  Carsten Dominik  <dominik@science.uva.nl>
10681         * textmodes/org.el (org-prepare-agenda-buffers):
10682         Use `invisible-OK' argument for `org-end-of-subtree'.
10683         (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
10684         (org-beginning-of-item): Fix bug in regular expression for white line.
10685         (org-export-as-html): Enforce space after bullet in plain list items.
10686         (org-set-autofill-regexps): Require space after plain list bullet
10687         for paragraph-start.
10688         (org-ts-regexp3): New constant.
10689         (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
10690         (org-timestamp-up-day, org-timestamp-down-day)
10691         (org-timestamp-change): Work with inactive timestamps.
10692         (org-ts-regexp1): Don't allow brackets in time stamps.
10694 2006-06-29  Nick Roberts  <nickrob@snap.net.nz>
10696         * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
10697         for ignoring links.
10699         * faces.el (read-face-name): Use it.
10701 2006-06-28  Juri Linkov  <juri@jurta.org>
10703         * buff-menu.el (list-buffers-noselect): Compare Info file
10704         with the string "dir" to detect Info directory.
10706         * complete.el (partial-completion-mode): In lambda for
10707         `choose-completion-string-functions' use full function signature
10708         with 4 args, and move point to the end of the minibuffer only if arg
10709         `mini-p' is non-nil.
10711 2006-06-28  John Paul Wallington  <jpw@pobox.com>
10713         * ibuffer.el (ibuffer-mode): Doc fix.
10715 2006-06-28  Carsten Dominik  <dominik@science.uva.nl>
10717         * textmodes/org.el (org-context): New contexts :item-bullet,
10718         :latex-fragment, :latex-preview.
10719         (org-overlays-at, org-overlay-start, org-overlay-end):
10720         New compatibility functions.
10721         (org-inside-LaTeX-fragment-p): More accurate matching, using the
10722         exact regexp that will be used during export.
10723         (org-latex-regexps): New variable.
10724         (org-cdlatex-mode): Improve advice for `texmathp'.
10725         (turn-on-org-cdlatex): New function.
10727 2006-06-28  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10729         * term/mac-win.el (mac-handle-font-selection): Change keys of
10730         mac-atsu-font-table from strings to numbers.
10731         (mac-ts-caret-position): Use also when cursor-type is nil.
10732         (mac-ts-update-active-input-area): Add Mac OS Classic support.
10733         Relax condition for using overlay strings.
10734         Use mac-ts-caret-position face when cursor-type is nil.
10736 2006-06-26  Kim F. Storm  <storm@cua.dk>
10738         * help.el (view-emacs-news): Declare `res' in the right let* form.
10740 2006-06-25  Michael Albinus  <michael.albinus@gmx.de>
10742         * net/rcompile.el (remote-compile): Replace ange-ftp based
10743         implementation by Tramp functions.
10744         Suggested by Marc Abramowitz <msabramo@gmail.com>.
10746         * net/tramp.el (tramp-unload-tramp): Provide a doc string.
10748 2006-06-24  Yoshinori Koseki  <kose@meadowy.org>
10750         * international/fontset.el (setup-default-fontset): Fix a typo in
10751         the "Oriya-Akruti" registry name.
10753 2006-06-23  Lars Hansen  <larsh@soem.dk>
10755         * desktop.el (desktop-full-file-name): New function.
10756         (desktop-kill, desktop-save, desktop-remove, desktop-read)
10757         (desktop-revert): Use it.
10758         (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
10759         (desktop-after-read-hook): Add option list-buffers.
10760         (desktop-locals-to-save): Add tab-width.
10761         (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
10762         Fix docstring.
10764 2006-06-23  Carsten Dominik  <dominik@science.uva.nl>
10766         * textmodes/org.el (org-cdlatex-mode-map)
10767         (org-cdlatex-texmathp-advice-is-done): New variables.
10768         (org-cdlatex-mode): New minor mode.
10769         (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
10770         (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
10771         (org-export-with-archived-trees): New option.
10772         (org-open-file): Remove the call to `convert-standard-filename'.
10773         (org-archive-tag, org-agenda-skip-archived-trees)
10774         (org-cycle-open-archived-trees)
10775         (org-sparse-tree-open-archived-trees): New options.
10776         (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
10777         (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
10778         New functions.
10779         (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
10780         (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
10781         (org-mode-map): Add binding for `org-toggle-archive-tag'.
10782         (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
10783         Call `org-prepare-agenda-buffers'.
10784         (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
10785         (org-file-apps, org-file-apps-defaults-gnu)
10786         (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
10787         Handle remote files by forcing them to be opened in Emacs.
10789 2006-06-23  Andre Spiegel  <spiegel@gnu.org>
10791         * vc.el (vc-diff-knows-L): New variable.
10792         (vc-diff-internal): Use it to handle "diff" programs that don't
10793         understand -L.  This works automatically, no user action is necessary.
10795 2006-06-23  Daniel Brockman  <daniel@brockman.se>
10797         * net/rcirc.el (rcirc-default-user-full-name): Default to
10798         `rcirc-default-user-name' instead of `rcirc-user-name' (which no
10799         longer exists).
10800         (rcirc-process-list): Check `buffer-live-p' before attempting to
10801         switch to a buffer.
10803 2006-06-23  Ryan Yeske  <rcyeske@gmail.com>
10805         * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
10806         based on rcirc-coding-system-alist.
10808 2006-06-23  Martin Rudalics  <rudalics@gmx.at>
10810         * cus-edit.el (customize-apropos): A better error message.
10811         (top level) <debug-ignored-errors>: Extend and update the list of
10812         ignored error messages.
10814 2006-06-23  Michael Ernst  <mernst@alum.mit.edu>
10816         * complete.el (PC-do-completion): Retain capitalization of user
10817         input, when possible, even if completion-ignore-case is set.
10819 2006-06-23  Eli Zaretskii  <eliz@gnu.org>
10821         * generic-x.el (bat-generic-mode): Support .cmd files.
10823         * dos-w32.el (top level): Use find-file-not-found-functions
10824         instead of the obsolete find-file-not-found-hooks.
10826 2006-06-22  Kim F. Storm  <storm@cua.dk>
10828         * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
10829         to recognize mode name containing submodes, such as Grep/lw.
10831 2006-06-21  Kim F. Storm  <storm@cua.dk>
10833         * simple.el (line-move-1): Check for move-end-of-line instead of
10834         end-of-line when setting temporary-goal-column.
10836 2006-06-21  Miles Bader  <miles@gnu.org>
10838         * play/cookie1.el (cookie): Work properly when there's only one entry.
10840 2006-06-21  Nick Roberts  <nickrob@snap.net.nz>
10842         * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
10843         (gdb-frame-handler): Generalize frame regexp for templates.
10845 2006-06-20  Glenn Morris  <rgm@gnu.org>
10847         * calendar/appt.el (appt-display-format): Default value must be
10848         one of the customize options.
10850 2006-06-20  Dan Nicolaescu  <dann@ics.uci.edu>
10852         * term/xterm.el (terminal-init-xterm): Update key availability info.
10853         Bind C-return.
10855         * term.el (term-delete-lines, term-insert-lines): Clarify comments.
10857 2006-06-20  Chong Yidong  <cyd@stupidchicken.com>
10859         * files.el (hack-local-variables): Run `hack-local-variables-hook'
10860         whether or not a local variables list is defined.
10862         * msb.el (msb): Move `sit-for' hack here to handle both
10863         "mouse-down and drag" and "mouse-up and select" situations.
10864         (mouse-select-buffer): Move `sit-for' hack to `msb'.
10866 2006-06-20  Kenichi Handa  <handa@m17n.org>
10868         * international/characters.el (word-combining-categories):
10869         Add entries for 2-byte Han characters.
10871 2006-06-19  Richard Stallman  <rms@gnu.org>
10873         * bindings.el (mode-line-format): Save some mode line space.
10875         * files.el (find-file-noselect): Improve the question wording.
10876         (basic-save-buffer-2): Mask UMASK against 666.
10878         * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
10879         (mouse-drag-vertical-line): Call it.
10881         * cus-edit.el (customize-option, customize-option-other-window):
10882         Error if SYMBOL is nil.
10884 2006-06-19  Carsten Dominik  <dominik@science.uva.nl>
10886         * textmodes/org.el: Require noutline, also on XEmacs.
10887         (org-end-of-subtree): Return point.
10888         (org-dblock-start-re, org-dblock-end-re): New constants.
10889         (org-create-dblock, org-prepare-dblock, org-map-dblocks)
10890         (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
10891         (org-update-all-dblocks, org-find-dblock): New functions.
10892         (org-collect-clock-time-entries): New function.
10893         (org-html-handle-time-stamps): Never export CLOCK timeranges.
10894         (org-fixup-indentation): Modify to deal correctly with lines
10895         starting with TAB.  Only one argument DIFF now.
10896         (org-demote, org-promote): Call `org-fixup-indentation' with just
10897         one argument, DIFF.
10898         (org-mode): Don't mark buffer as modified when aligning tables.
10899         (org-clock-sum): Don't mark buffer modified when adding time sum
10900         properties.
10901         (org-export-as-html): Add support for a link validation function.
10902         (org-archive-all-done): New function.
10903         (org-archive-subtree): New prefix argument.  When set, archive all
10904         done subtrees in this buffer.
10905         (org-remove-clock-overlays)
10906         (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
10907         (org-inhibit-highlight-removal): New variable, for dynamic scoping.
10908         (org-put-clock-overlay): Don't swallow last headline character
10909         when displaying overlay.
10910         (org-store-link): Link to `image-mode' with just the file name.
10912 2006-06-18  Michael Kifer  <kifer@cs.stonybrook.edu>
10914         * viper-cmd.el (viper-special-read-and-insert-char):
10915         Use read-key-sequence.
10916         (viper-after-change-undo-hook): Misc enhancements.
10917         (viper-after-change-undo-hook): New hook.
10918         (viper-undo): Use viper-after-change-undo-hook.
10919         (viper-add-newline-at-eob-if-necessary): Widen before making changes.
10920         (viper-next-line-at-bol): If point is on a widget or a button, simulate
10921         clicking on that widget/button.
10923         * viper.el (viper-mode): Allow a separate cursor color in Emacs state.
10925         * ediff-diff (ediff-test-patch-utility): Catch errors.
10926         (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
10927         (ediff-set-actual-diff-options): New function.
10928         (ediff-reset-diff-options, ediff-toggle-ignore-case):
10929         Use ediff-set-actual-diff-options.
10930         (ediff-extract-diffs): Catch errors.
10931         (ediff-whitespace): Add non-breakable space.
10932         (ediff-same-file-contents): Catch errors.
10934         * ediff-mult.el (ediff-collect-custom-diffs):
10935         Save coding-system-for-read.
10937         * ediff-vers.el (ediff-keep-tmp-versions): New variable.
10938         (ediff-vc-internal, ediff-vc-merge-internal):
10939         Use ediff-delete-version-file.
10940         (ediff-delete-version-file): New function.
10942         * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
10944         * ediff.el (ediff-directories, ediff-directory-revisions)
10945         (ediff-merge-directories, ediff-merge-directories-with-ancestor)
10946         (ediff-directories-internal, ediff-merge-directory-revisions)
10947         (ediff-merge-directory-revisions-with-ancestor)
10948         (ediff-directories3): Use read-directory-name.
10950 2006-06-18  Ralf Angeli  <angeli@caeruleus.net>
10952         * textmodes/tex-mode.el (tex-font-lock-match-suscript):
10953         Remove superfluous part of regexp for brace matching which is handled
10954         by `scan-lists' call.
10956 2006-06-16  Richard Stallman  <rms@gnu.org>
10958         * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
10960         * files.el (basic-save-buffer-2): For a new precious file,
10961         use the default modes in the return value.
10963         * facemenu.el (facemenu-color-alist): Doc fix.
10965         * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
10967 2006-06-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10969         * cus-start.el (all): Add mac-ts-script-language-on-focus.
10971         * term/mac-win.el (mac-text-encoding-ascii): New constant.
10972         (mac-utxt-to-string): Use it.
10973         (mac-ts-update-active-input-area): Use mac-ae-number.
10975 2006-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
10977         * term.el (term-handle-scroll, term-delete-lines)
10978         (term-insert-lines): Fix off by one errors.
10980 2006-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10982         * net/tramp.el (tramp-touch): Use UTC to express time.
10984 2006-06-15  Chong Yidong  <cyd@stupidchicken.com>
10986         * mail/sendmail.el (mail-send): Search explicitly for
10987         mail-header-separator when checking for corrupted header lines.
10989 2006-06-15  Nick Roberts  <nickrob@snap.net.nz>
10991         * progmodes/gdb-ui.el (gdb-same-frame): New option.
10992         (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
10993         (gdb-init-1): Initialise them.
10994         (gdb-starting): Reset gdb-printing
10995         (gdb-starting): Save value of gud-overlay-arrow-position.
10996         (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
10997         (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
10998         Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
10999         (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
11001 2006-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11003         * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
11005 2006-06-13  Martin J. Reed  <mjreed@essex.ac.uk>  (tiny change)
11007         * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
11008         (ldap-search-internal): Keep error messages, and a regexp fix.
11010 2006-06-12  Thien-Thi Nguyen  <ttn@gnu.org>
11012         * files.el (hack-local-variables-confirm):
11013         Display string value using its printed representation.
11015 2006-06-11  Chong Yidong  <cyd@stupidchicken.com>
11017         * server.el (server-edit): No-op if no server buffers exist.
11019 2006-06-11  Robert J. Chassell  <bob@rattlesnake.com>
11021         * textmodes/page-ext.el (pages-directory-for-addresses):
11022         Including `pages-directory-address-mode' in the function results
11023         in the message "Buffer in which pages were found is deleted".
11025 2006-06-10  Carsten Dominik  <dominik@science.uva.nl>
11027         * textmodes/org.el (org-agenda-mode-map): Add bindings for
11028         clocking functions.
11030         (org-agenda-clock-in, org-check-running-clock)
11031         (org-clock-out-if-current, org-remove-clock-overlays)
11032         (org-put-clock-overlay): New functions.
11033         (org-clock-marker, org-clock-file-total-minutes)
11034         (org-clock-overlays): New variables.
11035         (org-clock-display, org-clock-sum, org-clock-cancel)
11036         (org-clock-out, org-clock-in): New commands.
11037         (org-export): New function.
11038         (org-emph-re): New constant.
11039         (org-set-emph-re, org-do-emphasis-faces): New functions.
11040         (org-emphasis-regexp-components, org-emphasis-alist): New options.
11041         (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
11042         (org-export-html-convert-emphasize): Use the configurable emphasis.
11043         (org-cleaned-string-for-export): Make multiline emphasis visible
11044         to the exporter.  New optional argument PARAMETERS.
11045         (org-export-as-html): Specify :emph-multiline parameter to
11046         `org-cleaned-string-for-export'.
11048 2006-06-10  Richard Stallman  <rms@gnu.org>
11050         * help.el (help-for-help-internal): Clean up help text.
11052 2006-06-10  Andreas Schwab  <schwab@suse.de>
11054         * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
11055         in doc string.
11057         * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
11059 2006-06-09  Karl Chen  <quarl@cs.berkeley.edu>
11061         * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
11062         spaces after the comment start.
11064 2006-06-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
11066         * play/pong.el (pong-init-buffer):
11067         Fill buffer with spaces instead of ^A.
11069         * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
11070         launched asynchronously, delete its process instead of being cool.
11071         (ispell-async-processp): Check for `delete-process' existence
11072         instead of `kill-process' one for consistency.
11074 2006-06-09  Nick Roberts  <nickrob@snap.net.nz>
11076         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
11077         (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
11078         in mode line at startup.
11080 2006-06-08  Kim F. Storm  <storm@cua.dk>
11082         * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
11083         (ido-init-completion-maps): Bind them to M-SPC and M-v.
11084         (ido-copy-current-file-name): Repeating C-w inserts whole file name.
11085         (ido-file-internal): Pass full file name to write-file.
11086         (ido-read-internal): Only pop stack elements automatically if they
11087         actually match an existing directory or file name.
11089 2006-06-07  Kenichi Handa  <handa@m17n.org>
11091         * international/mule.el (find-auto-coding): Don't handle the short
11092         name `char-trans'.
11094         * files.el (hack-local-variables-prop-line)
11095         (hack-local-variables): Cancel the previous change.
11097 2006-06-06  Jesper Harder  <harder@phys.au.dk>
11099         * ediff-diff.el (ediff-test-utility): Protect against file-error.
11101 2006-06-06  Chong Yidong  <cyd@stupidchicken.com>
11103         * diff-mode.el (diff-mode): Set buffer-read-only to t when
11104         diff-default-read-only is non-nil.
11105         (diff-hunk-kill, diff-file-kill, diff-split-hunk)
11106         (diff-refine-hunk): Set inhibit-read-only to t.
11108         * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
11109         modifying the *Diff* buffer.
11110         (diff-process-filter): New filter function for diff process that
11111         sets inhibit-read-only to t when modifying the *Diff* buffer.
11113 2006-06-06  Carsten Dominik  <dominik@science.uva.nl>
11115         * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
11116         insertion point and control the number of empty lines.
11117         (org-paste-subtree): Limit the number of empty lines at the end of
11118         the inserted tree.
11119         (org-agenda): Use buffer name of current file for narrowing.
11120         (org-export-as-xml): Command removed.
11121         (org-export-xml-type): Option removed.
11122         (org-mode-map): Call `org-export-as-xoxo' directly.
11123         (org-get-indentation): New optional argument LINE.
11124         (org-fix-indentation, org-remove-tabs): New functions.
11125         (org-export-as-ascii, org-ascii-level-start): Determine and apply
11126         correct indentation for headlines that are converted it items.
11127         (org-skip-comments): Remove table lines that contain narrowing
11128         cookies but no other non-empty fields.
11129         (org-set-tags): Allow groups of mutually exclusive tags.
11130         (org-cmp-time): Sort 24:21 before items without time.
11131         (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
11132         (org-open-at-point): Require double colon also for numbers.
11134 2006-06-06  Kim F. Storm  <storm@cua.dk>
11136         * ido.el (ido-default-file-method, ido-default-buffer-method):
11137         Make choice values consistent with corresponding command names.
11138         (ido-visit-buffer): Update accordingly.  Default to selected-window.
11140 2006-06-06  Nick Roberts  <nickrob@snap.net.nz>
11142         * progmodes/gud.el (gud-running): Fix doc string.
11143         (gud-menu-map): Use :visible instead fo :enable for debugger test.
11144         (gud-tooltip-modes): Add python-mode.
11145         (gud-tooltip-print-command): Add pdb.  Remove perldb.
11147 2006-06-05  Eli Zaretskii  <eliz@gnu.org>
11149         * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
11150         Quote $(EMACS).
11152 2006-06-05  Richard Stallman  <rms@gnu.org>
11154         * faces.el (defined-colors): Doc fix.
11156 2006-06-05  Thien-Thi Nguyen  <ttn@gnu.org>
11158         * vc.el (vc-process-filter): Inhibit undo info collection around
11159         call to insert.
11160         (vc-setup-buffer): Likewise for call to erase-buffer.
11161         (vc-do-command): Likewise for call to process-file.
11163 2006-06-05  Nick Roberts  <nickrob@snap.net.nz>
11165         * progmodes/gud.el (gud-menu-map): Use a conditional help echo
11166         for gud-go.
11167         (gud-common-init): Other debuggers may trigger error.
11169 2006-06-05  Kenichi Handa  <handa@m17n.org>
11171         * international/mule.el (find-auto-coding):
11172         Handle enable-character-translation in file header.
11174 2006-06-04  Kim F. Storm  <storm@cua.dk>
11176         * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
11177         (authors-fixed-entries): Fix spelling.
11178         (authors-canonical-file-name): Don't report error for wildcards.
11180         * help.el (view-emacs-news): Rewrite to support new NEWS,
11181         NEWS.major, and NEWS.1-17 file naming.  Add more intelligence,
11182         e.g. version 10 matches 1.10, and don't be confused by version 1.1
11183         being a prefix of 1.12 (etc).  A numeric prefix arg also works.
11185 2006-06-03  Vivek Dasmohapatra  <vivek@etla.org>
11187         * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
11188         exec constructs like `foo bar`.
11189         (sh-quoted-subshell): New helper function to search for a possibly
11190         nested subshell (like `` or $()) within a "" quoted string.
11191         (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
11192         (sh-apply-quoted-subshell): Flag quote characters inside a
11193         subshell, which is itself already in a quoted region, as
11194         punctuation, since this is the closest to what they actually are.
11195         (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
11196         sh-apply-quoted-subshell.
11197         (sh-font-lock-syntactic-face-function): Apply the new face for
11198         text inside `` instead of the old font-lock-string-face.
11200 2006-06-03  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11202         * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
11203         (mac-ae-number, mac-ae-frame, mac-ae-script-language)
11204         (mac-bytes-to-text-range, mac-ae-text-range-array)
11205         (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
11206         (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
11207         (mac-ts-unicode-for-key-event): New functions.
11208         (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
11209         (mac-handle-font-selection): Use mac-ae-number.
11210         (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
11211         New variables.
11212         (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
11213         (mac-ts-converted-text, mac-ts-selected-converted-text)
11214         (mac-ts-block-fill-text, mac-ts-outline-text)
11215         (mac-ts-selected-text, mac-ts-no-hilite): New faces.
11216         (mac-ts-hilite-style-faces): New constant.
11217         (mac-apple-event-map): Bind text input events.
11218         (mac-dispatch-apple-event): Use command-execute instead of
11219         call-interactively.
11220         (global-map): Don't bind mac-apple-event.
11221         (special-event-map): Bind mac-apple-event.
11223 2006-06-02  Eli Zaretskii  <eliz@gnu.org>
11225         * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
11226         file name.
11227         (emacs): Enclose the value of $(EMACS) in quotes.
11229 2006-06-02  Juri Linkov  <juri@jurta.org>
11231         * international/mule.el (sgml-html-meta-auto-coding-function):
11232         Remove the condition `(search-forward "<html" size t)'.
11233         Replace `\"' with `[\"']?' in `re-search-forward'.
11235 2006-06-02  Kenichi Handa  <handa@m17n.org>
11237         * files.el (hack-local-variables-prop-line): Ignore `char-trans'
11238         as well as `coding'.
11239         (hack-local-variables): Likewise.
11241         * international/mule.el (enable-character-translation):
11242         Put permanent-local and safe-local-variable properties.
11243         (find-auto-coding): Handle char-trans: tag.
11245 2006-06-02  Juri Linkov  <juri@jurta.org>
11247         * international/mule.el (sgml-html-meta-auto-coding-function):
11248         Limit the search by the end of the HTML header (if any).
11250 2006-06-01  Richard Stallman  <rms@gnu.org>
11252         * subr.el (with-current-buffer): Doc fix.
11254 2006-06-02  Masatake YAMATO  <jet@gyve.org>
11256         * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
11257         Almost rewrite.  Underlines over all lines of gcov output are too
11258         uncomfortable to read.  Suggested by Dan Nicolaescu.
11260 2006-06-01  Luc Teirlinck  <teirllm@auburn.edu>
11262         * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
11264         * shell.el (shell-mode): Use shell-mode-map in docstring.
11266         * comint.el (comint-send-input): Do not add help-echo and
11267         mouse-face to input if `comint-use-prompt-regexp' is non-nil.
11269 2006-06-01  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11271         * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
11273 2006-06-01  Nick Roberts  <nickrob@snap.net.nz>
11275         * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
11276         (gdb-stopped, gdb-info-stack-custom): If there is no source info
11277         look up the stack and pop up GUD buffer if necessary.
11278         (gdb-frames-select): Remove redundant call to gud-display-frame.
11279         (gdb-info-threads-custom): Keep point at start of buffer.
11280         (gdb-find-file-hook): Make it work for pre-GDB 6.4.
11282 2006-05-31  Juri Linkov  <juri@jurta.org>
11284         * replace.el (query-replace-read-from, query-replace-read-to):
11285         Bind `history-add-new-input' to nil.  Call `add-to-history'.
11287 2006-05-31  Takaaki Ota  <Takaaki.Ota@am.sony.com>
11289         * textmodes/table.el: Convert all HTML tags to lower case for
11290         XHTML compatibility.
11292 2006-05-31  Masatake YAMATO  <jet@gyve.org>
11294         * progmodes/compile.el:
11295         (compilation-error-regexp-alist-alist::gcov-called-line):
11296         Don't put face on `-' lines in gcov file.  Suggested by Dan Nicolaescu.
11298 2006-05-31  Nick Roberts  <nickrob@snap.net.nz>
11300         * progmodes/gud.el (gud-query-cmdline, gud-common-init):
11301         Revert inadvertent changes made with last commit.
11303 2006-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
11305         * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
11306         New functions.
11308         * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
11310 2006-05-30  Carsten Dominik  <dominik@science.uva.nl>
11312         * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
11313         only matches in the right place.
11314         (org-upcoming-deadline): New face.
11315         (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
11316         (org-export-ascii-underline): Rename constant `org-ascii-underline'
11317         and make it an option.
11318         (org-export-ascii-bullets): New option.
11319         (org-export-as-html): Many changes to emit valid XHTML.
11320         (org-par-open): New variable.
11321         (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
11322         (org-html-do-expand, org-section-number): Fix case in `replace-match'.
11323         (org-timeline): Pass `org-timeline-show-empty-dates' to
11324         `org-get-all-dates'.  Interpret empty dates returned by
11325         `org-get-all-dates'.
11326         (org-get-all-dates): New argument EMPTY.  Add dates without
11327         entries to the list, mark large ranges of empty dates.
11328         (org-point-in-group, org-context): New functions.
11330 2006-05-30  Nick Roberts  <nickrob@snap.net.nz>
11332         * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
11334         * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
11335         C-mouse-1.  Move gdb-mouse-until to mouse-3, gdb-mouse-jump
11336         to C-mouse-3 (for 2 button mice).
11337         (gdb-send): Do the right thing for C-d.
11339         * speedbar.el (speedbar-detach): Delete.
11340         (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
11341         it breaks things.
11342         (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
11344 2006-05-30  Daniel Pfeiffer  <occitan@esperanto.org>
11346         * files.el (auto-mode-alist): Add makepp suffix and optional mk on
11347         Makeppfile.
11349         * progmodes/compile.el (compilation-error-regexp-alist-alist):
11350         Add makepp diagnostic.
11352 2006-05-29  Richard Stallman  <rms@gnu.org>
11354         * window.el (fit-window-to-buffer): Doc fix.
11356         * help.el (temp-buffer-max-height): Doc fix.
11358         * subr.el (with-current-buffer): Doc fix.
11360 2006-05-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11362         * term/x-win.el: Bind F10 to menu-bar-start if available.
11364 2006-05-28  Dan Nicolaescu  <dann@ics.uci.edu>
11366         * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
11367         uses with a simple test.
11368         (term-set-escape-char, term-mode, term-check-kill-echo-list)
11369         (term-send-raw-string, term-send-raw, term-mouse-paste)
11370         (term-char-mode, term-line-mode, term-exec, term-sentinel)
11371         (term-handle-exit, term-read-input-ring)
11372         (term-previous-matching-input-string)
11373         (term-previous-matching-input-string-position)
11374         (term-previous-matching-input-from-input)
11375         (term-replace-by-expanded-history, term-send-input)
11376         (term-skip-prompt, term-bol, term-send-invisible)
11377         (term-kill-input, term-delchar-or-maybe-eof)
11378         (term-backward-matching-input, term-check-source)
11379         (term-proc-query, term-emulate-terminal)
11380         (term-handle-colors-array, term-process-pager, term-pager-line)
11381         (term-pager-bob, term-unwrap-line, term-word)
11382         (term-dynamic-complete-filename)
11383         (term-dynamic-complete-as-filename)
11384         (term-dynamic-simple-complete): Replace one arm ifs with whens or
11385         unlesses.
11387 2006-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11389         * files.el (hack-one-local-variable-eval-safep): Don't burp if used
11390         during bootstrapping.
11392         * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
11393         Basically undo the change of 2006-05-26: use extra arguments instead of
11394         dynamic scoping.
11395         (ewoc-locate): Remove unused var `footer'.
11397 2006-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11399         * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
11401         * emacs-lisp/autoload.el (no-update-autoloads): Declare.
11402         (generate-file-autoloads): Obey it.  Return whether autoloads were
11403         added at point or not.
11404         (update-file-autoloads): Use this new return value.
11405         Remove redundant test for the presence of an autoload cookie.
11407         * emacs-lisp/autoload.el (autoload-find-file): New fun.
11408         This one calls hack-local-variables.
11409         (generate-file-autoloads, update-file-autoloads): Use it.
11411         * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
11412         (bibtex-sort-entry-class): Add safe-local-variable predicate.
11413         (bibtex-sort-entry-class-alist): Don't set the global value.
11414         (bibtex-init-sort-entry-class-alist): New fun.
11415         (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
11416         bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
11417         of bibtex-init-sort-entry-class.
11419 2006-05-28  Richard Stallman  <rms@gnu.org>
11421         * subr.el (load-history-regexp): If FILE is relative, insist
11422         entire last name component must match it.
11423         (load-history-filename-element, load-history-regexp): Doc fixes.
11425 2006-05-29  Kim F. Storm  <storm@cua.dk>
11427         * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
11428         `pos' and `raw-data' for clarity, as eval forms may access these.
11430 2006-05-28  Kim F. Storm  <storm@cua.dk>
11432         * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
11434 2006-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11436         * progmodes/make-mode.el (makefile-browser-map)
11437         (makefile-mode-syntax-table): Move initialization inside declaration.
11438         (makefile-fill-paragraph): Use the default comment-filling code.
11440 2006-05-28  Chong Yidong  <cyd@stupidchicken.com>
11442         * replace.el (query-replace-defaults): New variable.
11443         (query-replace-read-from): Use `query-replace-defaults' for
11444         default value, instead of history list.
11445         (query-replace-read-to): Update `query-replace-defaults'.
11447 2006-05-27  Chong Yidong  <cyd@stupidchicken.com>
11449         * msb.el (mouse-select-buffer): Minor fix to make popup menu work
11450         with no X toolkit.
11452 2006-05-28  Nick Roberts  <nickrob@snap.net.nz>
11454         * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
11455         (tumme-show-all-from-dir): Add autoload.
11457 2006-05-27  Mathias Dahl  <mathias.dahl@gmail.com>
11459         * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
11460         (tumme-remove-tag): Fix bug.
11462 2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
11464         * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
11465         FOOTER args.  Update unique caller.
11466         (ewoc-delete): Compute last node once before looping.
11467         (ewoc--node-branch): Merge into unique caller.
11468         (ewoc--node): Don't define constructor make-ewoc--node for this
11469         structure.
11470         (ewoc): Add member `hf-pp' to this structure.
11471         (ewoc--wrap): New func.
11472         (ewoc-create): Take additional arg NOSEP.  If nil, wrap node and
11473         header/footer pretty-printers.  Save header/footer pretty-printer.
11474         (ewoc-set-hf): Use ewoc's header/footer pretty-printer.
11476         * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
11478 2006-05-27  Mathias Dahl  <mathias.dahl@gmail.com>
11480         * dired.el (dired-mode-map): Change `tumme-tag-remove' to
11481         `tumme-delete-tag'.  Rename `Remove Image Tag' to `Delete Image
11482         Tag'.  Change "Compare directories..." to "Change Directories...".
11483         Move tumme commands to Operate, Regexp and Immediate menus.
11484         Change "Add Comment" to "Add Image Comment".  Change "Add Image
11485         Tag" to "Add Image Tags".
11487         * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
11488         (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
11489         `tumme-delete-tag'.
11491 2006-05-26  Luc Teirlinck  <teirllm@auburn.edu>
11493         * shell.el (shell-mode): Call shell-dirtrack-mode after
11494         list-buffers-directory is made a local variable, to avoid setting
11495         the default value.
11497 2006-05-26  Kevin Ryde  <user42@zip.com.au>
11499         * info.el (Info-index-next): Use where-is-internal to report
11500         actual binding of Info-index-next, rather than hard-coded `,'.
11502 2006-05-26  Eli Zaretskii  <eliz@gnu.org>
11504         * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
11505         and "Find Command in Manual" to here.
11507         * buff-menu.el (list-buffers-noselect): For Info buffers, use
11508         Info-current-file as the file name.
11510 2006-05-26  Jonathan Yavner  <jyavner@member.fsf.org>
11512         * ses.el (defadvice undo-more): Delete this defadvice.  The undo
11513         overrides will now be done a different way.
11514         (ses-set-parameter): Reapply this function for undo.
11515         (ses-set-header-row): Reconstruct header row during undo.
11516         (ses-widen): New function.
11517         (ses-goto-data, ses-reconstruct-all): Use new function.
11518         (ses-command-hook): Widen buffer during undo, before unupdating
11519         the cells.
11520         (ses-insert-row, ses-delete-row): Widen buffer during undo.
11521         (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
11522         (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
11523         formula hasn't been executed yet.
11525 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
11527         * comint.el (comint-kill-whole-line): Rename arg to count.
11528         Fix doc string.
11530 2006-05-26  Chong Yidong  <cyd@stupidchicken.com>
11532         * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
11533         to copy-file.
11535 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
11537         * simple.el (toggle-truncate-lines): Make arg optional for
11538         backward compatibility.
11540 2006-05-26  Thien-Thi Nguyen  <ttn@gnu.org>
11542         * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
11543         (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
11544         DLL arg.  Instead, use ewoc--current-dll.  Update all callers.
11545         (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
11546         (ewoc--adjust): Use ewoc--current-dll.
11547         (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
11549 2006-05-26  Carsten Dominik  <dominik@science.uva.nl>
11551         * textmodes/org.el (org-next-item, org-previous-item): Emit more
11552         compact error message.
11553         (org-tags-view): Refresh category table in each file.
11554         (org-table-justify-field-maybe): Remove superfluous arguments to
11555         `format'.
11556         (org-export-as-html): Insert "<p>" before postamble.
11557         (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
11559 2006-05-26  Kenichi Handa  <handa@m17n.org>
11561         * textmodes/po.el (po-find-charset): Pay attention to the case
11562         FILENAME is a cons (NAME . BUFFER).
11563         (po-find-file-coding-system-guts): Likewise.
11565         * arc-mode.el (archive-set-buffer-as-visiting-file):
11566         Call find-operation-coding-system with (FILENAME . BUFFER).
11568         * tar-mode.el (tar-extract): Call find-operation-coding-system
11569         with (FILENAME . BUFFER).
11571         * international/mule.el (decode-coding-inserted-region):
11572         Call find-operation-coding-system with (FILENAME . BUFFER).
11574 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
11576         * image-mode.el (image-toggle-display): Use buffer contents to
11577         generate image for a remote file.
11579 2006-05-25  Juri Linkov  <juri@jurta.org>
11581         * replace.el (query-replace-read-from, query-replace-read-to):
11582         Remove 8th arg KEEP-ALL in read-from-minibuffer.
11584 2006-05-25  Rajesh Vaidheeswarran  <rv@gnu.org>
11586         * whitespace.el (whitespace-cleanup): Change to cleanup
11587         region if one is active.
11588         * whitespace.el (whitespace-cleanup-internal): New internal method.
11590 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
11592         * dired.el (dired-mode-map): Add help-echo strings to tumme
11593         commands.  Bind `tumme-dired-display-image' to C-t i.
11595         * tumme.el (tumme-display-image): Change documentation string slightly.
11596         (tumme-dired-display-image): Add call to `display-buffer'.
11598 2006-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
11600         * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
11601         Signal error if RAW-DATA is a multibyte string.
11603 2006-05-24  Richard Stallman  <rms@gnu.org>
11605         * subr.el (with-local-quit): When handling `quit' signal,
11606         make a chance for quit-flag to cause a quit.
11608         * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
11609         (ad-disable-advice): Add autoloads.
11611         * subr.el (read-passwd): Copy PROMPT before changing its properties.
11613 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
11615         * dired.el (dired-mode-map): Change menu items for tumme as per
11616         suggestions in emacs-devel.
11618 2006-05-25  Nick Roberts  <nickrob@snap.net.nz>
11620         * dired.el (dired-mode-map): Fix breakage.
11622 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
11624         * tumme.el (tumme-display-dired-image): Rename to...
11625         (tumme-dired-display-image): ...this.
11626         (tumme-track-movement): Change default value to t.
11627         (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
11628         used from `tumme-next-line-and-display' and similar commands.
11630         * dired.el (dired-mode-map): Add Thumbnail submenu under the
11631         Immediate menu.  Add some tumme commands there.
11633 2006-05-24  Luc Teirlinck  <teirllm@auburn.edu>
11635         * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
11637 2006-05-24  Chong Yidong  <cyd@mit.edu>
11639         * menu-bar.el, international/mule-cmds.el: Remove tooltips for
11640         menu entries that open submenus.
11642 2006-05-24  Alan Mackenzie  <acm@muc.de>
11644         * startup.el (command-line): For names of preloaded files, don't
11645         append ".elc" (now done in Fload), and call file-truename on the
11646         lisp directory.
11648         * subr.el (eval-after-load): Fix the doc-string.  Allow FILE to
11649         match ANY loaded file with the right name, not just those in
11650         load-path.  Put a regexp matching the file name into
11651         after-load-alist, rather than the name itself.
11653         * subr.el (load-history-regexp, load-history-filename-element)
11654         (do-after-load-evaluation): New functions.
11656         * international/mule.el (load-with-code-conversion): Do the
11657         eval-after-load stuff by calling do-after-load-evaluation.
11659 2006-05-25  Nick Roberts  <nickrob@snap.net.nz>
11661         * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
11662         has not been killed.
11664 2006-05-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11666         * term/mac-win.el: Set idle timer to clean up expired Apple events.
11667         (mac-ae-get-url): Redispatch Apple event on unknown scheme.
11668         (mac-dispatch-apple-event): Resume Apple event if it is suspended.
11669         Optionally set error message in reply.
11671 2006-05-24  Carsten Dominik  <dominik@science.uva.nl>
11673         * textmodes/org.el (org-open-at-point): Use renamed variable
11674         `org-confirm-shell-link-function'.
11675         (org-confirm-shell-link-function): Rename from
11676         `org-confirm-shell-links'.
11677         (org-export-directory): New function.
11678         (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
11679         (org-export-icalendar): Use `org-export-directory'.
11680         (org-indent-item): Keep cursor position.
11681         (org-link-file-path-type): New option.
11682         (org-export-as-html): Fix bug with plain lists starting in
11683         column 0.
11684         (org-export-as-html): Remove deadline formatting, this happens
11685         now already in `org-html-handle-time-stamps'.
11686         (org-export-html-style): Deadline class removed.
11687         (org-insert-labeled-timestamps-at-point): New option.
11688         (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
11689         of `hide-sublevels 1', in case the first headline is not level 1.
11690         (org-overview, org-content): New fuction.
11691         (org-cycle-global-status, org-cycle-subtree-status): Make these
11692         variables buffer-local.
11693         (org-global-cycle): New command.
11694         (org-shifttab): Use `org-global-cycle'.
11695         (org-insert-heading, org-insert-item): Go to end of new
11696         headline/item after creating it.
11697         (org-export-visible): Rename from `org-export-copy-visible'.
11698         Now creates a temporary org-file and applies an exporting command
11699         to it.
11700         (org-table-eval-formula): Support for lisp forms.
11701         (org-agenda-todo-ignore-scheduled): New option.
11702         (org-agenda-get-todos): Use new option
11703         `org-agenda-todo-ignore-scheduled'.
11704         (org-export-html-inline-images): New value `maybe'.
11705         (org-export-as-html): Inlining of images dependent on link description.
11706         (org-archive-subtree): Check for end-of-buffer before trying
11707         `kill-line'.
11708         (org-agenda-follow-mode): New option.
11709         (org-export-with-tags, org-export-with-timestamps): New options.
11710         (org-html-handle-time-stamps): New function.
11711         (org-keyword-time-regexp): New variable.
11712         (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
11713         (org-agenda-todo-list-sublevels): New option.
11714         (org-html-level-start): When TITLE is nil, just close all levels.
11715         (org-parse-key-lines, org-parse-export-options): Remove functions,
11716         replaced by `org-infile-export-plist'.
11717         (org-combine-plists, org-infile-export-plist)
11718         (org-default-export-plist): New functions.
11719         (org-export-html-preamble, org-export-html-postamble)
11720         (org-export-html-auto-preamble, org-export-html-auto-postamble):
11721         New variables.
11722         (org-export-publishing-directory): New option.
11723         (org-export-as-html, org-export-as-ascii): Use the new property
11724         lists for settings.
11725         (org-export-copy-visible, org-export-as-xoxo):
11726         Respect `org-export-publishing-directory'.
11727         (org-link-search, org-store-link, org-file-apps): Support for
11728         links to BibTeX database entries..
11729         (org-get-current-options, org-set-regexps-and-options):
11730         Implement logging as a startup option.
11731         (org-store-link): Make sure context string is never empty
11732         (org-insert-link): Use relative path when possible.
11733         (org-at-item-checklet-p): New function.
11734         (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
11735         (org-shiftmetaup, org-shiftmetadown, org-metaleft)
11736         (org-metaright, org-metaup, org-metadown, org-shiftup)
11737         (org-shiftdown, org-shiftright, org-shiftleft)
11738         (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
11739         Dispatch using `call-interactively'.
11740         (org-call-with-arg): New defsubst.
11741         (org-tag-alist, org-use-fast-tag-selection): New options.
11742         (org-complete): Use `org-tag-alist'.
11743         (org-fast-tag-insert, org-fast-tag-selection): New functions.
11744         (org-next-item, org-previous-item): New commands.
11745         (org-beginning-of-item, org-end-of-item): Add (interactive) to
11746         make command.
11747         (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
11749 2006-05-23  Thien-Thi Nguyen  <ttn@gnu.org>
11751         * emacs-lisp/ewoc.el (ewoc-delete): New function.
11752         (ewoc-filter): Use `ewoc-delete'.
11754         * emacs-lisp/bindat.el (bindat-pack): Doc fix.
11756 2006-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11758         * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
11759         Signal more user-friendly error messages.
11761         * complete.el (PC-do-completion): Undo the addition of implicit
11762         wildcards if they did not lead to finding any match.
11763         (read-file-name-internal): Don't add the final > if the completion is
11764         not finished.
11766 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
11768         * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
11769         Quote safe-local-variable predicate.
11771 2006-05-22  Thien-Thi Nguyen  <ttn@gnu.org>
11773         * emacs-lisp/ewoc.el (ewoc-set-data): New function.
11775 2006-05-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
11777         * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
11779         * progmodes/make-mode.el (makefile-special-targets-list)
11780         (makefile-macro-table, makefile-target-table): Mark as risky.
11781         (makefile-query-one-target-method): Make this the alias for the
11782         following variable.
11783         (makefile-query-one-target-method-function): Make this the real name.
11785         * textmodes/artist.el (artist-text-renderer): Make this the alias
11786         for the following variable.
11787         (artist-text-renderer-function): Make this the real name.
11789         * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
11790         the alias for the following variable.
11791         (flyspell-generic-check-word-predicate): Make this the real name.
11793         * textmodes/ispell.el (ispell-format-word): Make this the alias
11794         for the following variable.
11795         (ispell-format-word-function): Make this the real name.
11796         (ispell-message-text-end): Mark as risky.
11798         * skeleton.el (skeleton-transformation, skeleton-filter)
11799         (skeleton-pair-filter): Make these the aliases for the following
11800         variables.
11801         (skeleton-transformation-function, skeleton-filter-function)
11802         (skeleton-pair-filter-function): Make these the real names.
11804         * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
11805         and skeleton-pair-filter-function.
11807         * textmodes/sgml-mode.el (sgml-transformation): Make this the
11808         alias for the following variable.
11809         (sgml-transformation-function): Make this the real name.
11810         (sgml-tag-alist): Mark as risky.
11812 2006-05-21  Richard Stallman  <rms@gnu.org>
11814         * simple.el (kill-region): Interactively, pass point, then mark.
11816 2006-05-22  Thien-Thi Nguyen  <ttn@gnu.org>
11818         * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
11820 2006-05-21  Romain Francoise  <romain@orebokech.com>
11822         * dired-x.el (dired-mode-map): Don't bind M-g.
11824 2006-05-20  Richard Stallman  <rms@gnu.org>
11826         * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
11827         (dired-goto-file): Doc fix.
11829 2006-05-21  Kim F. Storm  <storm@cua.dk>
11831         * emulation/cua-base.el: Mention customizing cua-mode as alternative
11832         way to enable built-in cua-mode if user loads older CUA-mode package.
11834         * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
11835         if default-filename is specified.
11837 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
11839         * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
11841         * info.el (info-apropos): Make sure current-file and current-node
11842         have non-nil values.  Speed up by using add-to-list instead of
11843         manual consing.
11845 2006-05-20  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
11847         * progmodes/make-mode.el (makefile-mode): Doc fix.
11849 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
11851         * dired-aux.el (dired-do-shell-command): Doc fix.
11853 2006-05-20  Kevin Ryde  <user42@zip.com.au>
11855         * info-xref.el (info-xref-check-all-custom): Skip :tag part of
11856         ``(custom-manual :tag "Foo" "(foo)Node")''.
11858 2006-05-20  Karl Chen  <quarl@cs.berkeley.edu>
11860         * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
11861         value is an integer.
11863 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
11865         * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
11866         "format".
11867         (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
11869 2006-05-20  Martin Rudalics  <rudalics@gmx.at>
11871         * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
11872         a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
11874 2006-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11876         * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
11877         regexp for keywords.
11879 2006-05-20  Masayuki FUJII  <boochang@m4.kcn.ne.jp>  (tiny change)
11881         * dnd.el (dnd-get-local-file-name): Specify LITERAL in
11882         replace-regexp-in-string.
11884         * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
11885         encode, and escape file name on conversion to URL.
11887 2006-05-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11889         * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
11890         Don't unescape URL.
11891         (dnd-get-local-file-name): Unescape URL on conversion to file name.
11893         * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
11894         on conversion to URLs.
11896         * net/browse-url.el (browse-url-file-url): Encode file name on
11897         conversion to URL.
11899         * term/mac-win.el (mac-ae-open-documents): Escape file name on
11900         conversion to URL.
11902 2006-05-19  Eli Zaretskii  <eliz@gnu.org>
11904         * progmodes/cc-styles.el (c-style-alist): Doc fix.
11906 2006-05-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11908         * term/mac-win.el (mac-bytes-to-digits): Remove function.
11909         (mac-handle-toolbar-switch-mode): Use coercion instead of it.
11911 2006-05-19  Glenn Morris  <rgm@gnu.org>
11913         * calendar/diary-lib.el (diary-bahai-date)
11914         (list-bahai-diary-entries, mark-bahai-diary-entries)
11915         (mark-bahai-calendar-date-pattern): Not interactive.
11916         (add-to-diary-list): New optional arg LITERAL.  Doc fix.
11917         (diary-entries-list): Change format of 4th element in each entry.
11918         (diary-list-entries): Use add-to-diary-list.
11919         (diary-goto-entry): Handle the case where the buffer visiting the
11920         diary has been killed.
11921         (fancy-diary-display): Add 'locator to button rather than 'marker.
11922         Only generate temp-face when there are marks to apply.
11923         (list-sexp-diary-entries): Pass literal to add-to-diary-list.
11924         (diary-fancy-date-pattern): New variable.
11925         (diary-time-regexp): Doc fix.
11926         (diary-anniversary, diary-time): New faces.
11927         (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
11928         diary-time-regexp.  Add font-lock-multiline property where needed.
11929         Use new faces diary-anniversary and diary-time.
11930         (diary-fancy-font-lock-fontify-region-function): New function, to
11931         handle multiline font-lock pattern in fancy diary.
11932         (fancy-diary-display-mode): Set font-lock-fontify-region-function.
11933         (diary-font-lock-keywords): Tweak time regexp.  Use new face
11934         diary-time.
11936 2006-05-19  Alexander Shopov  <ash@contact.bg>  (tiny change)
11938         * international/code-pages.el (mik): Table corrected.
11940 2006-05-18  Kim F. Storm  <storm@cua.dk>
11942         * progmodes/grep.el (grep-find): Don't check grep-find-command
11943         before running command (breaks non-interactive usage).
11945 2006-05-18  Thien-Thi Nguyen  <ttn@gnu.org>
11947         * emacs-lisp/ewoc.el (ewoc--adjust): New func.
11948         (ewoc--insert-new-node): Don't insert trailing newline.
11949         Instead, adjust successor nodes's start markers.
11950         (ewoc--refresh-node): Delete all text from current node's start
11951         marker to the next one's; adjust successor nodes's start markers.
11952         (ewoc--create): Doc fixes.
11953         (ewoc--refresh): Don't insert newline.
11954         (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
11955         * pcvs.el (cvs-make-cvs-buffer):
11956         Specify extra newline for ewoc's header and footer.
11957         (cvs-update-header): Update initial header recognition.
11958         Append newline to final header and footer values.
11959         * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
11961 2006-05-17  Richard Stallman  <rms@gnu.org>
11963         * files.el (file-name-extension): Doc fix.
11965 2006-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11967         * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
11968         we can explicitly enable/disable rather than toggle.
11969         (shell-mode): Use it.
11970         (shell-cd): Don't try to reproduce what `cd' does.
11972 2006-05-17  Kim F. Storm  <storm@cua.dk>
11974         * ido.el (ido-read-internal): Use only nondirectory part of
11975         default item.
11977 2006-05-17  Thien-Thi Nguyen  <ttn@gnu.org>
11979         * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
11980         (ewoc-nth): Doc fix.
11982         (ewoc-map, ewoc-invalidate): Compute PP before looping.
11984 2006-05-16  Eli Zaretskii  <eliz@gnu.org>
11986         * international/mule.el (auto-coding-alist): Add .lha to files
11987         read with no-conversion.
11989         * files.el (auto-mode-alist): Add .lha files to archive file
11990         extensions.
11992         * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
11993         Convert csize to integer when computing offsets within the
11994         compressed archive file.
11996 2006-05-16  Kim F. Storm  <storm@cua.dk>
11998         * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
11999         with read-from-minibuffer.
12001 2006-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
12003         * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
12004         (byte-compile-warnings): Fix safe-local-variable property.
12006 2006-05-16  Ken Manheimer  <ken.manheimer@gmail.com>
12008         * allout.el (allout-show-bodies, allout-old-style-prefixes)
12009         (allout-stylish-prefixes, allout-numbered-bullet)
12010         (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
12011         predicates to qualify `safe-local-variable' property, when
12012         available, else use equivalent lambda.
12013         (allout-current-topic-collapsed-p): Do the right thing regarding
12014         trailing blank lines.
12016 2006-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
12018         * server.el (server-start): Only create a directory if needed.
12019         (server-edit, server-unload-hook): server-start => server-mode.
12020         (kill-emacs-hook): Cleanup upon exit.
12022 2006-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
12024         * hexl.el (hexlify-buffer): Encode process arguments manually.
12026 2006-05-16  Nick Roberts  <nickrob@snap.net.nz>
12028         * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
12029         call to gdb-tooltip-print.
12031 2006-05-15  Romain Francoise  <romain@orebokech.com>
12033         * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
12034         systems, default to "tar" since those systems probably have GNU tar.
12036 2006-05-14  Lars Hansen  <larsh@soem.dk>
12038         * desktop.el (desktop-missing-file-warning): Fix docstring.
12039         (desktop-restore-file-buffer): Correct question asked on missing file.
12041 2006-05-14  Kim F. Storm  <storm@cua.dk>
12043         * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
12044         Add CUA move property.
12046 2006-05-13  Chong Yidong  <cyd@stupidchicken.com>
12048         * custom.el (custom-push-theme): Load the variable before checking
12049         its `standard-value'.
12051 2006-05-13  Lars Hansen  <larsh@soem.dk>
12053         * desktop.el (desktop-save): Use with-temp-buffer.
12055 2006-05-12  Glenn Morris  <rgm@gnu.org>
12057         * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
12058         * calendar/calendar.el (calendar-mode-map):
12059         * calendar/diary-lib.el (include-other-diary-files, diary-mail-entries):
12060         * calendar/appt.el (appt-check, appt-make-list): Refer to
12061         diary-view-entries, diary-list-entries, diary-show-all-entries
12062         rather than obsolete aliases.
12064 2006-05-12  Chong Yidong  <cyd@stupidchicken.com>
12066         * simple.el (line-move-finish): Avoid calling point motion hooks
12067         while processing intangibility.
12069 2006-05-12  Dan Nicolaescu  <dann@ics.uci.edu>
12071         * term/xterm.el (terminal-init-xterm): Fix typo.
12073 2006-05-12  Ken Manheimer  <ken.manheimer@gmail.com>
12075         * allout.el (allout-view-change-hook): Mark as being deprecated,
12076         to be replaced by `allout-exposure-change-hook'.
12077         (allout-exposure-change-hook): New, replacing
12078         `allout-view-change-hook'.
12079         (allout-flag-region): Run new hook `allout-exposure-change-hook',
12080         in addition to `allout-view-change-hook'.
12081         (allout-show-bodies, allout-old-style-prefixes)
12082         (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
12083         lambda forms to prevent their showing up in variable help
12084         presentations as inscrutable byte-compiled code.
12085         (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
12086         Use string-or-null-p to qualify safe-local-variable values.
12087         (allout-reindent-bodies): Use memq to qualify matches against
12088         valid safe-local-variable values.  Also, quote the lambda as above.
12089         (allout-use-mode-specific-leader): Add missing candidate-value
12090         symbols, use memq, and quote the lambda.
12091         (allout-overlay-interior-modification-handler): Remove unused
12092         variables `msg' and 'opened'.
12093         (allout-hidden-p): Constrain invisibility consideration to allout's
12094         invisibility spec, disregarding invisibility for other reasons.
12096 2006-05-12  Reiner Steib  <Reiner.Steib@gmx.de>
12098         * files.el (version-control): Correct safe values.
12100 2006-05-12  Thien-Thi Nguyen  <ttn@gnu.org>
12102         * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
12104         (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
12105         (ewoc--insert-new-node): New func.
12106         Update callers of deleted funcs to use it, instead.
12108 2006-05-11  Glenn Morris  <rgm@gnu.org>
12110         * calendar/calendar.el (diary-show-all-entries): Do not refer to
12111         obsolete alias `show-all-diary-entries'.
12112         (make-diary-entry): Not interactive.
12113         (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
12114         (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
12115         (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
12116         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
12117         (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
12118         (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
12120 2006-05-11  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
12122         * calendar/calendar.el (calendar-french-date-string)
12123         (calendar-mayan-date-string, calendar-chinese-date-string)
12124         (calendar-astro-date-string, calendar-iso-date-string)
12125         (calendar-islamic-date-string, calendar-bahai-date-string)
12126         (calendar-hebrew-date-string, calendar-coptic-date-string)
12127         (calendar-ethiopic-date-string, calendar-persian-date-string):
12128         These functions are not interactive.
12130 2006-05-11  Luc Teirlinck  <teirllm@auburn.edu>
12132         * files.el: Balance parentheses.
12134 2006-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
12136         * files.el, newcomment.el, outline.el, simple.el,
12137         * emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
12138         * progmodes/cc-vars.el, progmodes/compile.el:
12139         Move `safe-local-variable' declarations to the respective files.
12141         * help-fns.el (describe-variable): Don't print safe-var if it is
12142         byte-code.  Improve wording as suggested by Luc Teirlinck.
12144 2006-05-11  Nick Roberts  <nickrob@snap.net.nz>
12146         * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
12147         (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
12148         Use a token for pending-triggers to ensure gdb-var-update
12149         gets called once per user input again for pre-GDB 6.4.
12150         (gdb-var-delete): Match on more complex expressions.
12151         (gdb-var-list-children-handler, gdb-var-create-handler):
12152         Use a token for consistency.
12154 2006-05-11  Carsten Dominik  <dominik@science.uva.nl>
12156         * textmodes/org.el (org-read-date, org-goto-calendar)
12157         (org-agenda-goto-calendar):
12158         Bind `view-calendar-holidays-initially' to nil.
12160 2006-05-11  Thien-Thi Nguyen  <ttn@gnu.org>
12162         * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
12163         Update all callers to do it there, instead.
12165 2006-05-10  Glenn Morris  <rgm@gnu.org>
12167         * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
12168         prefix arg case, to avoid view-diary-entries-initially error.
12169         Reported by Stephen Berman <Stephen.Berman at gmx.net>.
12170         (calendar-date-is-legal-p): Handle dates with no day part.
12172 2006-05-11  Nick Roberts  <nickrob@snap.net.nz>
12174         * comint.el (comint-insert-input): Just make it when
12175         comint-use-prompt regexp is nil (default) and with the mouse.
12176         (comint-copy-old-input): Reinstate from 2004-06-23.
12177         (comint-mode-map): Bind C-c C-m to it.
12179 2006-05-10  J.D. Smith  <jdsmith@as.arizona.edu>
12181         * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
12182         Remove spurious move to point-max (new comint behavior fixes).
12184         * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
12185         compatibility function (Emacs 18/19).
12186         (idlwave-is-continuation-line): Always return point at start of
12187         previous non-blank continuation line.
12188         (keyword-parameters): Fix continued comment font-lock matcher.
12189         (idlwave-font-lock-fontify-region): Written, use as
12190         font-lock-fontify-region-function, to fix continued keyword
12191         fontification issues.
12193 2006-05-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12195         * term/mac-win.el (mac-font-panel-mode): Doc fix.
12196         (mac-service-selection, mac-service-open-file)
12197         (mac-service-open-selection, mac-service-mail-selection)
12198         (mac-service-mail-to, mac-service-insert-text): Rename from
12199         mac-services-*.  All uses changed.
12200         (mac-apple-event-map): Rename event symbol `services' to `service'.
12202 2006-05-10  Thien-Thi Nguyen  <ttn@gnu.org>
12204         * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
12205         (ewoc--node-enter-first, ewoc--node-enter-last)
12206         (ewoc--delete-node-internal): Merge funcs into unique callers.
12208 2006-05-09  Chong Yidong  <cyd@stupidchicken.com>
12210         * emacs-lisp/crm.el (completing-read-multiple): Properly handle
12211         return value of read-from-minibuffer for empty input.
12213 2006-05-09  Miles Bader  <miles@gnu.org>
12215         * comint.el (comint-insert-input): Remove redundant calls to setq
12216         and goto-char.
12218 2006-05-10  Nick Roberts  <nickrob@snap.net.nz>
12220         * comint.el (comint-insert-input): Make it work when
12221         comint-use-prompt-regexp is t.
12223 2006-05-10  Miles Bader  <miles@gnu.org>
12225         * subr.el (field-at-pos): New function.
12227         * comint.el (comint-insert-input): Use it.
12229 2006-05-09  Juri Linkov  <juri@jurta.org>
12231         * battery.el (battery-linux-proc-acpi): Also try
12232         `/proc/acpi/thermal_zone/THR2/temperature'.
12234         * files.el <safe-local-variable>: Remove `eval' and `let' binding
12235         for now unused lambda `string-or-null'.
12237         * add-log.el (change-log-default-name): Put `string-or-null-p'
12238         instead of lambda on `safe-local-variable' property.
12240         * diff-mode.el (diff-context->unified): Use `region-beginning' and
12241         `region-end' instead of `mark' and `point'.
12242         (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
12243         Operate on region in Transient Mark mode when the mark is active.
12244         Use `region-beginning' and `region-end' instead of `mark' and
12245         `point'.
12246         (diff-hunk-text, diff-goto-source): Doc fix.
12248         * startup.el (fancy-splash-screens, normal-splash-screen): Use
12249         face `mode-line-buffer-id' for mode-line buffer face instead of
12250         hard-coded `(:weight bold)'.
12252         * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
12253         buffer-undo-list to t (undo-ask is reproducible by visiting
12254         nested archives).
12256 2006-05-09  Kim F. Storm  <storm@cua.dk>
12258         * progmodes/grep.el (rgrep): Set default directory of *grep*
12259         buffer if we start M-x rgrep in the *grep* buffer and choose
12260         a different base directory.
12262 2006-05-09  Michael Albinus  <michael.albinus@gmx.de>
12264         * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
12265         completion also when ido is loaded.
12267 2006-05-09  Masatake YAMATO  <jet@gyve.org>
12269         * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
12270         "warning" and "import".
12271         (cpp-font-lock-keywords): Added "warning".
12273 2006-05-08  Dan Nicolaescu  <dann@ics.uci.edu>
12275         * term/xterm.el (terminal-init-xterm): Add more key bindings.
12277 2006-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12279         * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
12280         pages at a time, if we signal the end, we should indeed reach that end.
12282 2006-05-08  David Reitter  <david.reitter@gmail.com>
12284         * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
12285         output during execution of the body.
12287 2006-05-08  Kim F. Storm  <storm@cua.dk>
12289         * progmodes/grep.el (lgrep, rgrep): Doc fixes.
12291 2006-05-08  Thien-Thi Nguyen  <ttn@gnu.org>
12293         * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
12294         Use with-current-buffer.
12296 2006-05-07  Kim F. Storm  <storm@cua.dk>
12298         * subr.el (add-to-history): Remove keep-dups arg.
12300         * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
12301         to nil around call to add-to-history.
12303 2006-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12305         * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
12306         than after a buffer modification.
12308 2006-05-08  Nick Roberts  <nickrob@snap.net.nz>
12310         * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
12311         call to...
12312         (gud-watch): ...here so speedbar is raised for already watched
12313         expressions.
12314         (gdb-speedbar-refresh): Delete function.
12315         (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
12316         Use speedbar-timer-fn instead of speedbar-refresh (reverting
12317         earlier change).
12318         (gdb-var-evaluate-expression-handler)
12319         (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
12321         * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
12322         Update localized contents for all buffers except ignored modes.
12324 2006-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12326         * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
12327         (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
12328         (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
12329         (mac-handle-font-panel-closed, mac-handle-font-selection):
12330         New functions.
12331         (mac-font-panel-mode): New minor mode.
12332         (mac-apple-event-map): Add bindings for toolbar toggle button and
12333         font panel.
12334         (menu-bar-showhide-menu): Add mac-font-panel-mode.
12336 2006-05-07  John Paul Wallington  <jpw@pobox.com>
12338         * ibuffer.el (ibuffer-compressed-file-name-regexp):
12339         Avoid `regexp-opt'; simplify regexp for readability.
12341 2006-05-06  Eli Zaretskii  <eliz@gnu.org>
12343         * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
12344         * files.el (buffer-stale-function):
12345         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
12346         * autorevert.el (global-auto-revert-non-file-buffers): Point Info
12347         links to the main manual, not to emacs-xtra.
12349 2006-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12351         * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
12352         MacJapanese if text is ASCII-only.
12354 2006-05-06  Nick Roberts  <nickrob@snap.net.nz>
12356         * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
12357         unless so nil isn't returned.
12358         (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
12360 2006-05-06  Kim F. Storm  <storm@cua.dk>
12362         * subr.el (add-to-history): New function.
12364         * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
12365         (ediff-merge-files-with-ancestor):
12366         * env.el (setenv):
12367         * isearch.el (isearch-update-ring):
12368         * server.el (server-visit-files):
12369         * progmodes/grep.el (lgrep, rgrep):
12370         * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
12371         * progmodes/xscheme.el (xscheme-insert-expression):
12372         Use add-to-history.
12374         * kmacro.el (kmacro-push-ring): Use add-to-history.
12375         (kmacro-ring-length): Remove unused defun.
12376         (kmacro-start-macro): Use kmacro-push-ring.
12378 2006-05-06  Thien-Thi Nguyen  <ttn@gnu.org>
12380         * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
12381         directly instead of a lambda expression that calls it.
12383 2006-05-06  Kim F. Storm  <storm@cua.dk>
12385         * avoid.el (mouse-avoidance-point-position): Use posn-at-point
12386         instead of compute-motion.
12388 2006-05-05  Dan Nicolaescu  <dann@ics.uci.edu>
12390         * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
12391         change.
12393 2006-05-05  Reiner Steib  <Reiner.Steib@gmx.de>
12395         * startup.el (command-line-1): Refer to "Pure Storage" on
12396         pure-space-overflow.
12398 2006-05-05  Martin Rudalics  <rudalics@gmx.at>
12400         * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
12401         provided faces once they all have been used up.
12403 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
12405         * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
12406         reference to the Lisp manual to the warning about pure space
12407         overflow.
12409 2006-05-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
12411         * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
12412         argument to avoid the call to `ispell-internal-change-dictionary'
12413         when not needed.
12414         (ispell-change-dictionary): Use this argument and call
12415         `ispell-internal-change-dictionary' after the possible change
12416         to `ispell-local-dictionary'.
12417         (ispell-internal-change-dictionary): Check for a change in
12418         personal dictionary use too.
12420 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
12422         * startup.el (command-line): On MS-Windows, probe "~", not
12423         "~USER", for warning about non-existent home directory.
12425         * arc-mode.el (archive-l-e): New optional argument `float' means
12426         generate a float value.
12427         (archive-arc-summarize, archive-lzh-summarize)
12428         (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
12429         with 3rd argument non-nil when file's size is being computed.
12430         Format the file sizes with %8.0f instead of %8d.
12432 2006-05-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12434         * cus-start.el (all): Add mac-dnd-known-types.
12436         * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
12437         (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
12438         (mac-TIFF-to-string): New functions.
12439         (x-get-selection, x-selection-value)
12440         (mac-select-convert-to-string): Use them.
12441         (mac-text-encoding-mac-japanese-basic-variant): New constant.
12442         (mac-dnd-types-alist): New customization variable.
12443         (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
12444         (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
12445         (mac-dnd-handle-drag-n-drop-event): New functions.
12446         (mac-drag-n-drop): Remove function.
12447         (global-map): Bind drag-n-drop and M-drag-n-drop to
12448         mac-dnd-handle-drag-n-drop-event.
12450 2006-05-04  Karl Chen  <quarl@NOSPAM.quarl.org>
12452         * progmodes/perl-mode.el (perl-beginning-of-function):
12453         Skip anonymous subs.
12455 2006-05-04  Dan Nicolaescu  <dann@ics.uci.edu>
12457         * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
12458         regexp-opt at run time.
12460         * term.el (term-handle-ansi-escape): Fix off by one error.
12462 2006-05-04  Nick Roberts  <nickrob@snap.net.nz>
12464         * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
12465         (gdb-init-1, gdb-post-prompt): ...and references to it.
12466         (gdb-frame-handler): Strip directory name from filename if present.
12468         * progmodes/gud.el (gdb-force-update): Delete defvar
12469         (gud-speedbar-buttons): ...and references to it.  Use window-start
12470         to try to keep positon in watch expression.
12472 2006-05-03  Richard Stallman  <rms@gnu.org>
12474         * simple.el (next-history-element, previous-history-element): Doc fix.
12476         * isearch.el (isearch-update-ring): Doc fix.
12478 2006-05-03  Dan Nicolaescu  <dann@ics.uci.edu>
12480         * isearch.el (isearch-update-ring): Take history-delete-duplicates
12481         into consideration.  Replace one arm ifs with whens.
12483 2006-05-03  Nick Roberts  <nickrob@snap.net.nz>
12485         * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
12486         (menu): Fix typo.
12488 2006-05-02  Miles Bader  <miles@gnu.org>
12490         * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
12492 2006-05-02  Jay Belanger  <belanger@truman.edu>
12494         * calc/calc-embed.el (calc-override-minor-modes-map)
12495         (calc-override-minor-modes): New variables.
12496         (calc-do-embedded): Make sure that Calc keystrokes aren't
12497         overwritten by minor modes.
12499 2006-05-02  Chong Yidong  <cyd@mit.edu>
12501         * msb.el (msb): If EVENT is a down event, read and discard the up event.
12503 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
12505         * startup.el (command-line-1): Refer to Lisp manual when
12506         pure-space-overflow occurs.
12508         * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
12509         (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
12510         (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
12511         (version-control): Don't use `t' for safe-local-variable declarations.
12513 2006-05-01  Richard Stallman  <rms@gnu.org>
12515         * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
12516         M-r, M-R, M-A, M-SPC or M-DEL.
12517         (diff-mode-map): diff-refine-hunk now on C-c C-w
12518         (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
12520         * help-mode.el (help-mode): view-exit-action calls delete-window
12521         only when it is safe and possible.
12523         * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
12524         in messages.
12526         * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
12528         * tool-bar.el (tool-bar-setup): Put Help and Preferences items
12529         in the default tool-bar-map.
12531 2006-05-01  Michael Albinus  <michael.albinus@gmx.de>
12533         * net/tramp.el (tramp-completion-file-name-handler-alist)
12534         (tramp-run-real-handler, tramp-completion-run-real-handler)
12535         (tramp-completion-handle-file-name-all-completions)
12536         (tramp-completion-handle-file-name-completion): Autoload them.
12537         (tramp-completion-handle-file-exists-p)
12538         (tramp-completion-handle-file-name-directory)
12539         (tramp-completion-handle-file-name-nondirectory)
12540         (tramp-completion-handle-expand-file-name): Remove them.
12541         (tramp-handle-file-name-directory): Return the real directory name.
12542         Returning "/" only doesn't need to be necessary any longer.
12543         (tramp-file-name-handler): Make special attention when in hostname
12544         completion mode.
12545         (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
12546         (tramp-register-file-name-handlers):
12547         Register `tramp-completion-file-name-handler' only when
12548         `partial-completion-mode' is enabled.
12549         (tramp-completion-handle-file-name-all-completions):
12550         Delete directory part from results.
12551         (tramp-get-completion-methods, tramp-get-completion-user-host):
12552         Discard deleting "/", it doesn't work after the change of
12553         `tramp-handle-file-name-directory' above.
12555 2006-05-01  Kim F. Storm  <storm@cua.dk>
12557         * progmodes/grep.el (grep-expand-template): Use save-match-data
12558         and symbol-value.
12560 2006-05-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12562         * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
12563         Use select-frame-set-input-focus instead of raise-frame.
12564         (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
12566 2006-05-01  Nick Roberts  <nickrob@snap.net.nz>
12568         * progmodes/gud.el (gud-def): Add %c case.
12569         (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
12570         (gud-format-command): Make match case sensitive.  Match on %F.
12572 2006-04-30  Glenn Morris  <rgm@gnu.org>
12574         * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
12575         (cal-tex-preamble): Use cal-tex-preamble-extra.
12576         (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
12577         than alias `list-diary-entries'.
12579 2006-04-29  Dan Nicolaescu  <dann@ics.uci.edu>
12581         * help-fns.el (describe-variable): Add info about safe local variables.
12583 2006-04-29  Richard Stallman  <rms@gnu.org>
12585         * bindings.el (mode-line-format): help-echo doc fixes.
12587         * net/tramp.el (tramp-file-name-handler-alist): Delete
12588         expand-file-name and other operations that can cause spurious loading.
12590 2006-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12592         * files.el (safe-local-variable-p): Remove support for the special
12593         value t.
12595         * textmodes/paragraphs.el (sentence-end-without-space):
12596         Fix safety predicate.
12597         (sentence-end-double-space, sentence-end-without-period)
12598         (paragraph-ignore-fill-prefix):
12599         * textmodes/fill.el (colon-double-space):
12600         * abbrev.el (abbrev-mode): Tighten the safety predicate.
12602         * subr.el (booleanp): New fun.
12604         * textmodes/reftex-vars.el (reftex-guess-label-type):
12605         Tighten the safety predicate.
12607 2006-04-28  Kim F. Storm  <storm@cua.dk>
12609         * progmodes/grep.el (defgroup grep): Doc fix.
12610         (grep-auto-highlight): Remove.
12611         (grep-template): New defcustom.
12612         (grep-find-template): Rename from grep-tree-template.
12613         (grep-files-aliases): Rename from grep-tree-files-aliases.
12614         Remove "all" alias, add "l" alias.
12615         (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
12616         (grep-find-ignored-directories): New defcustom to replace
12617         grep-tree-ignore-CVS-directories, to facilitate ignoring
12618         subdirectories for multiple version control systems.
12619         (grep-mode-map): Add Recursive grep item to GREP menu.
12620         (grep-regexp-history, grep-files-history): New defvars.
12621         (grep-probe): New helper function.
12622         (grep-compute-defaults): Use it to simplify code.
12623         Adapt to name changes.
12624         Use `.' as base in grep-find-template rather than <D>.
12625         (grep): Remove superfluous highlight-regexp arg.  Fix doc.
12626         Call grep-compute-defaults unconditionally.
12627         (grep-expand-keywords): New defconst.
12628         (grep-expand-template): Rename from grep-expand-command-macros.
12629         Simplify via grep-expand-keywords.  Look at case-fold-search instead
12630         of grep-tree-ignore-case to add -i option.
12631         Bind case-fold-search to nil while matching keywords.
12632         (grep-tree-last-regexp, grep-tree-last-files): Remove.
12633         (grep-read-regexp, grep-read-files): New helper functions.
12634         (rgrep): Rename from grep-tree.  Rework to use proper histories.
12635         Adapt to changes in defcustoms and functions above.
12636         (lgrep): New command, as grep, but using same interactive UI as rgrep.
12638 2006-04-28  Michael Albinus  <michael.albinus@gmx.de>
12640         * net/tramp.el (tramp-completion-file-name-handler):
12641         Disable Tramp's functionality while loading Tramp itself.
12642         (tramp-register-file-name-handlers): That's a defsubst now.
12643         Code from `tramp-repair-jka-compr' moved here.  Apply it via
12644         `after-init-hook'.
12645         (tramp-repair-jka-compr): Remove.
12647 2006-04-27  Jay Belanger  <belanger@truman.edu>
12649         * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
12650         read expression when `math-read-big-expr' doesn't work.
12652 2006-04-27  Reiner Steib  <Reiner.Steib@gmx.de>
12654         * startup.el (command-line-1): Display warning when
12655         pure-space-overflow is non-nil.
12657 2006-04-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
12659         * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
12660         risky.
12662 2006-04-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
12664         * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
12665         Return the URL or nil if none can be generated.
12667 2006-04-27  Nick Roberts  <nickrob@snap.net.nz>
12669         * progmodes/gud.el (gud-comint-buffer): Move forward to stop
12670         byte compiler warnings.
12671         (gud-basic-call, gud-find-expr): Let user select an expression
12672         for printing.  Print expression as well as value in GUD buffer.
12674 2006-04-17  Ken Manheimer  <ken.manheimer@gmail.com>
12676         * allout.el: Remove local autoload declaration for
12677         pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
12678         (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
12679         (allout-plain-bullets-string, allout-distinctive-bullets-string)
12680         (allout-use-mode-specific-leader, allout-old-style-prefixes)
12681         (allout-stylish-prefixes, allout-numbered-bullet)
12682         (allout-file-xref-bullet, allout-presentation-padding)
12683         (allout-use-hanging-indents, allout-reindent-bodies): Mark as
12684         safe-local-variable with suitable value spec, and add autoload
12685         cookie for loaddefs inclusion.  We now use an explicit spec everywhere.
12686         (move-beginning-of-line, move-end-of-line): Repair so these compat
12687         functions now actually resituate the point, when appropriate.
12689 2006-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12691         * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
12693         * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
12694         (add-log-iso8601-time-string): Fix call to format-time-string.
12696 2006-04-26  Kim F. Storm  <storm@cua.dk>
12698         * subr.el (posn-string, posn-image, posn-object): Doc fix.
12700 2006-04-26  Masatake YAMATO  <jet@gyve.org>
12702         * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
12703         Add support for "//" style comments.  Remove `b' flag
12704         from ?* in `asm-mode-syntax-table'.
12706 2006-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12708         * follow.el: Use (featurep 'xemacs) everywhere.
12709         (follow-mode): Use define-minor-mode.
12710         (follow-mode-map): Move initialization into the declaration.
12711         Use command remapping.
12712         (follow-emacs-version-xemacs-p): Remove.
12713         (follow-submit-feedback): Remove.
12715         * allout.el (allout-layout, allout-passphrase-verifier-string)
12716         (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
12718         * textmodes/reftex-vars.el (reftex-vref-is-default)
12719         (reftex-fref-is-default, reftex-guess-label-type):
12720         Tighten up a bit the safety predicate.
12722         * textmodes/paragraphs.el (sentence-end-double-space)
12723         (sentence-end-without-period, sentence-end-without-space)
12724         (page-delimiter, paragraph-ignore-fill-prefix):
12725         Tighten up a bit the safety predicate.
12727         * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
12729         * progmodes/python.el (python-continuation-line-p)
12730         (python-beginning-of-statement): syntax-ppss may return
12731         a negative depth.
12732         (python-mode): Don't forcefully enable font-lock.
12734         * time-stamp.el (time-stamp-start, time-stamp-end)
12735         (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
12737         * add-log.el: Remove spurious * in docstrings.
12738         (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
12739         (add-change-log-entry): Use it here, since it's not specific
12740         to iso8601.
12741         (add-log-iso8601-time-string): Don't use it here any more.
12742         (change-log-indent-text, change-log-indent): Rename from add-log-*.
12744         * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
12746 2006-04-25  Ryan Yeske  <rcyeske@gmail.com>
12748         * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
12749         (rcirc-toggle-low-priority): Doc fix.
12750         (rcirc-handler-NOTICE): Remove beginning of line anchor in
12751         ChanServ regexp.
12752         (rcirc-startup-channels-alist): Connect to #rcirc by default, not
12753         #emacs.
12754         (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
12755         (rcirc-decode-coding-system): Use utf-8 as the default.
12756         (rcirc-multiline-minor-mode): Set the fill-column.
12757         (rcirc-format-response-string): Display bright and dim nicks.
12758         (rcirc-browse-url): Update interactive spec to fill ARG.
12759         (rcirc-bright-nick, rcirc-dim-nick): Add faces.
12760         (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
12762 2006-04-24  J.D. Smith  <jdsmith@as.arizona.edu>
12764         * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
12765         case for @Article, etc.
12767 2006-04-23  Michael Albinus  <michael.albinus@gmx.de>
12769         * net/tramp.el (tramp-register-file-name-handlers): New defun.
12770         Added with autoload cookie.
12771         (tramp-unload-file-name-handlers): Rename from
12772         `tramp-unload-file-name-handler-alist'.
12774 2006-04-23  Romain Francoise  <romain@orebokech.com>
12776         * comint.el (comint-match-partial-filename): Doc fix.
12778 2006-04-21  Glenn Morris  <rgm@gnu.org>
12780         * calendar/cal-menu.el (calendar-mode-map): Refer to
12781         `diary-view-entries' rather than alias `view-diary-entries'.
12782         * calendar/diary-lib.el (view-other-diary-entries): Ditto.
12784 2006-04-21  Luc Teirlinck  <teirllm@auburn.edu>
12786         * progmodes/antlr-mode.el (antlr-default):
12787         * cus-edit.el (custom-documentation):
12788         * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
12789         in defface.
12791 2006-04-21  Kim F. Storm  <storm@cua.dk>
12793         * image.el (image-type): New defun split out of create-image.
12794         (create-image): Use it.
12796 2006-04-21  Carsten Dominik  <dominik@science.uva.nl>
12798         * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
12799         (org-open-at-point): Remove the "...done" message to keep output
12800         in the echo area visible.
12801         (org-export-as-xoxo): Fix call to `indent-region'.
12803 2006-04-21  Kevin Ryde  <user42@zip.com.au>
12805         * international/mule.el (keyboard-coding-system): defcustom
12806         info-link fixes: "Specify Coding" has been split, keyboard now in
12807         "Terminal Coding", and "Single-Byte Character Support" is now
12808         "Unibyte Mode".
12810 2006-04-21  Nick Roberts  <nickrob@snap.net.nz>
12812         * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
12813         Use font-lock-warning-face for any errors e.g. no stack.
12814         (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
12816 2006-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
12818         * progmodes/sh-script.el (sh-shell): Mark as safe.
12820         * newcomment.el (comment-start, comment-start-skip)
12821         (comment-end-skip, comment-end): Mark as safe.
12823 2006-04-20  Carsten Dominik  <dominik@science.uva.nl>
12825         * textmodes/org.el (org-deadline-announce): Face removed.
12826         (org-level-faces, org-n-levels): Convert to constant.
12827         (org-compatible-face): New function.
12828         (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
12829         (org-level-5, org-level-6, org-level-7, org-level-8)
12830         (org-special-keyword, org-warning, org-headline-done, org-link)
12831         (org-date, org-tag, org-todo, org-done, org-table, org-formula)
12832         (org-scheduled-today, org-scheduled-previously, org-time-grid):
12833         Face definition revised for better color tty support.
12834         (org-bold-re, org-italic-re, org-underline-re): New constants.
12835         (org-set-font-lock-defaults): Use the new constants.
12836         (org-agenda-highlight-todo): New function.
12837         (org-agenda-todo): Fix bug with point at end of line.
12838         (org-agenda-change-all-lines, org-finalize-agenda-entries):
12839         Fontify TODO keywords.
12840         (org-insert-link): Preserve relative path in ../ links.
12841         (org-export-as-html): Convert links pointing to .org files into
12842         links that will work beteen the exported HTML files.
12843         (org-todo-list): Fix bug when arg=0.
12844         (org-insert-heading): More fine-tuning.
12846 2006-04-19  Romain Francoise  <romain@orebokech.com>
12848         * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
12849         from `rmail-mime-charset-pattern'.
12851 2006-04-18  Dan Nicolaescu  <dann@ics.uci.edu>
12853         * progmodes/python.el (python-mode): Fix typo.
12855 2006-04-18  J.D. Smith  <jdsmith@as.arizona.edu>
12857         * comint.el (comint-previous-input): Don't clobber input line
12858         when moving off either end of the input history ring.
12859         (comint-delete-input): New function, used by
12860         `comint-previous-input' and others.
12861         (comint-previous-matching-input):
12862         Use `coming-delete-input'.  Save the partial input if leaving the
12863         edit line.  Goto point-max before deleting input to avoid
12864         partial input fragments hanging around.
12865         (comint-restore-input): New function, used by `comint-previous-input'.
12867 2006-04-18  Luc Teirlinck  <teirllm@auburn.edu>
12869         * imenu.el (imenu--index-alist): Balance parentheses.
12871 2006-04-18  Dan Nicolaescu  <dann@ics.uci.edu>
12873         * progmodes/python.el (python-mode): Add support for hs-minor-mode.
12875 2006-04-19  Reiner Steib  <Reiner.Steib@gmx.de>
12877         * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
12878         file is nil.
12880 2006-04-18  Richard Stallman  <rms@gnu.org>
12882         * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
12884         * imenu.el (imenu-create-index-function, imenu--index-alist)
12885         (imenu--last-menubar-index-alist, imenu--make-index-alist)
12886         (imenu-default-create-index-function, imenu--generic-function):
12887         Doc fixes.
12889         * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
12891         * help-mode.el (help-mode): Set view-exit-action to delete window.
12893         * env.el (setenv): Get rid of arg UNSET.  Interactive unsetting
12894         now works by passing nil as arg.
12896         * apropos.el (apropos-print): Don't do where-is on self-insert-command.
12898         * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
12899         (read-abbrev-file): Provide default when reading filename.
12901         * files.el (enable-local-variables): Allow :all as value.
12902         (hack-local-variables): Implement that value.
12903         (safe-local-variable-values, safe-local-eval-forms)
12904         (enable-local-variables): Mark as risky.
12905         (find-file-visit-truename, kept-old-versions): Mark safe.
12907         * time-stamp.el (time-stamp-format, time-stamp-line-limit)
12908         (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
12909         (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
12911 2006-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
12913         * progmodes/tcl.el (tcl-send-string, tcl-send-region):
12914         Use forward-line so as to get to BOL even in the presence of fields.
12915         (tcl-eval-region): Strip surrounding space to avoid multiple prompts
12916         in return.
12917         (inferior-tcl): Tell tclsh to work in interactive mode.
12919         * complete.el (partial-completion-mode):
12920         Use 'choose-completion-string-functions to make sure that
12921         choose-completion fills the minibuffer properly.
12923         * complete.el (PC-old-read-file-name-internal): Remove.
12924         (PC-read-include-file-name-internal): Remove.  Turn it into an advice
12925         of read-file-name-internal.
12926         (partial-completion-mode): Enable/disable this advice.
12928 2006-04-18  Juanma Barranquero  <lekktu@gmail.com>
12930         * net/tramp.el (tramp-completion-file-name-handler): Revert change
12931         of 2006-04-17.
12933 2006-04-18  Carsten Dominik  <dominik@science.uva.nl>
12935         * textmodes/org.el (org-insert-heading): Insert heading before
12936         current if at beginning of line.
12937         (org-todo, org-date): New faces.
12938         (org-table-align): Make sure tooltip window contains full text.
12939         (org-no-properties): New defsubst.
12940         (org-set-font-lock-defaults): Use new faces.
12942 2006-04-18  Nick Roberts  <nickrob@snap.net.nz>
12944         * progmodes/gud.el (gud-speedbar-item-info): Display frame address
12945         for root variables.
12947         * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
12948         (gdb-frame-address): Re-use to identify frame for watch expression.
12949         (gdb-var-list, gdb-var-create-handler): Add frame address for root
12950         variables.
12951         (gdb-init-1, gdb-source, gdb-post-prompt)
12952         (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
12953         (gdb-frame-handler): Get gdb-frame-address.
12955 2006-04-17  Michael Albinus  <michael.albinus@gmx.de>
12957         Sync with Tramp 2.0.53.
12959         * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
12960         'control.  Reported by Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>.
12961         (tramp-completion-file-name-handler): Add autoload cookie for
12962         adding to `file-name-handler-alist'.
12964         * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
12965         the prompt.  If it returns earlier (when detecting an error
12966         message), the rest of the output will merge accidently with the
12967         output of the next command.  Reported by M Jared Finder
12968         <jared@hpalace.com>.
12970         * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
12971         for `process-file', in order to let it work for older Emacsen too.
12973 2006-04-17  Ralf Angeli  <angeli@iwi.uni-sb.de>
12975         * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
12976         (tex-font-lock-keywords-3): Use it.
12978 2006-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
12980         * newcomment.el (comment-add): New function.
12981         (comment-region-default, comment-dwim): Use it.
12983 2006-04-15  Michael Olson  <mwolson@gnu.org>
12985         * emacs-lisp/tq.el: Improve comments.
12986         (tq-queue-head-question): New accessor function.
12987         (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
12988         Update for modified queue structure.
12989         (tq-queue-add): Accept `question' argument.
12990         (tq-queue-pop): If a question is pending, send it.
12991         (tq-enqueue): Accept new optional argument `delay-question'.
12992         If this is non-nil, and at least one other question is pending a
12993         response, queue the question rather than sending it immediately.
12995 2006-04-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
12997         * calendar/appt.el (appt-add): Check whether an appointment is
12998         already present in appt-time-msg-list.  Simplify code.
13000 2006-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13002         * progmodes/cc-langs.el (c-mode-menu):
13003         Don't presume c-subword-mode is bound.
13005 2006-04-13  Bill Wohler  <wohler@newt.com>
13007         * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
13008         (customize-package-emacs-version): Use cdr instead of cadr now
13009         that alists use dotted pairs.
13011         * custom.el (defcustom): Fix docstring for :package-version.
13013 2006-04-13  Michael Albinus  <michael.albinus@gmx.de>
13015         * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
13016         (tramp-handle-shell-command): Display output buffer only when
13017         `tramp-display-shell-command-buffer' is true.
13018         (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
13020 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
13022         * textmodes/org.el (org-set-autofill-regexps): Set only the local
13023         values of `adaptive-fill-regexp' and `adaptive-fill-function'.
13025 2006-04-13  Romain Francoise  <romain@orebokech.com>
13027         * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
13028         leaving temporary .cvsignore buffers behind.
13030 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
13032         * textmodes/org.el (org-set-regexps-and-options)
13033         (org-get-current-options): Better names for the startup folding
13034         options.
13036 2006-04-13  Thien-Thi Nguyen  <ttn@gnu.org>
13038         * vc.el (vc-annotate): Arrange for point to end up at the same
13039         line number as in the original, but only when using a new buffer.
13041 2006-04-12  Stuart Herring  <herring@lanl.gov>  (tiny change)
13043         * files.el (hack-one-local-variable-eval-safep):
13044         Recognize `edebug-form-spec' for `put', but only if it passes
13045         `edebug-basic-spec'.  Generalize `put' handling.
13047         * emacs-lisp/edebug.el (edebug-basic-spec): New function for
13048         vetting file-local form specs.
13050         * allout.el (allout-layout): Autoload its `safe-local-variable'
13051         property.
13053 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
13055         * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
13056         (org-agenda-mouse-1-follows-link)
13057         (org-mouse-1-follows-link): New options.
13058         (org-format-agenda-item): Fix bug if TAGS is nil.
13059         (org-agenda-get-scheduled): Quote `priority' symbol in plist.
13061 2006-04-13  Nick Roberts  <nickrob@snap.net.nz>
13063         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
13064         GDB 6.1+ gives full filename for "info sources" so use
13065         file-name-nondirectory.
13067 2006-04-12  Romain Francoise  <romain@orebokech.com>
13069         * subr.el (read-passwd): Bind `message-log-max' to nil.
13071 2006-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13073         * progmodes/perl-mode.el (perl-indent-new-calculate):
13074         Recompute parse-start after jumping backward by a whole sexp.
13076 2006-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13078         * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
13079         window configuration.
13080         (vc-annotate-display-select): Select the buffer so that current-buffer
13081         (and selected-window) is the output buffer at the end of vc-annotate.
13083 2006-04-11  J.D. Smith  <jdsmith@as.arizona.edu>
13085         * vc.el (vc-annotate-color-map): Add custom TTY color map for
13086         8-color terminals, to use all of the colors in a sensible order.
13087         256-color terminals work well with the standard map.
13088         (vc-annotate-lines): Only strip the first color character if it
13089         is "#", to allow for terminal-style named colors.
13090         (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
13091         the correct buffer is scrolled.
13093 2006-04-11  Richard Stallman  <rms@gnu.org>
13095         * emacs-lisp/bytecomp.el (byte-compile-file):
13096         Bind enable-local-variables to :safe, and make normal-mode obey it.
13098         * files.el (enable-local-variables): Allow value :safe.
13099         (normal-mode): Doc fix.
13100         (hack-local-variables): Implement enable-local-variables = :safe.
13101         (hack-local-variables-confirm): Don't prevent quitting.
13103 2006-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13105         * loadhist.el (unload-feature): A bit of sanity check of
13106         load-history entries.  Cancel timer-vars before unbinding them.
13108         * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
13109         quote special chars, and make the trick work on the hex part of the
13110         buffer as well.
13111         (hexl-mode, hexl-save-buffer, hexl-mode-exit)
13112         (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
13114         * startup.el (normal-splash-screen): Fix last change so we don't wait
13115         2 minutes if we don't show the splash screen.
13117 2006-04-11  Carsten Dominik  <dominik@science.uva.nl>
13119         * textmodes/org.el (org-export-plain-list-max-depth)
13120         (org-table-spaces-around-separators)
13121         (org-radio-targets, org-activate-camels)
13122         (org-table-spaces-around-invisible-separators): Options removed.
13123         (org-time-stamp-rounding-minutes, org-remember-templates)
13124         (org-ellipsis, org-activate-links, org-descriptive-links):
13125         New options.
13126         (org-remember-apply-template, org-current-time)
13127         (org-finish-edit-table-field)
13128         (org-link-unescape, org-link-escape)
13129         (org-string-width, org-table-clean-line, org-html-do-expand)
13130         (org-edit-agenda-file-list, org-store-new-agenda-file-list)
13131         (org-read-agenda-file-list): New functions.
13132         (org-table-edit-field)
13133         (org-table-create-or-convert-from-region): New commands
13134         (org-table-toggle-vline-visibility): Command removed.
13135         (org-table-convert-region): Made a command.
13136         (orgtbl-deleta-backward-char, orgtbl-delete-char): Remove commands.
13137         Replace with the normal org- functions.
13138         (org-self-insert-command): Don't trigger realign unnecessarily
13139         when blanking a field that is not full.
13140         (org-mode): `Set buffer-invisibility-spec' for links.
13141         (org-activate-links2): Hide link part and only show descriptive
13142         part of the link.
13143         (org-insert-link): Modify for new linking system.
13144         (org-store-link): Store description separately, for use by
13145         `org-insert-link'.
13146         (org-table-align): Use `org-string-width'.
13147         (defgroup): Completely new group structure for custom variables.
13148         (org-agenda-files): Option: Single file name allowed.  Function:
13149         Optional argument unrestrited means ignore any restricitons.
13150         (org-install-agenda-files-menu): Find a buffer in Org-mode before
13151         trying to modify the menu.  Use generalized access to
13152         `org-agenda-files.'
13153         (org-agenda-list, org-todo-list, org-cycle-agenda-files)
13154         (org-agenda-file-to-front, org-remove-file, org-diary)
13155         (org-tags-view, org-export-icalendar-all-agenda-files)
13156         (org-export-icalendar-combine-agenda-files): Use generalized
13157         access to `org-agenda-files'.
13158         (org-remember-handler): Correctly preserve heading if present.
13159         (org-table-insert-row, org-table-insert-hline): Deal with
13160         invisible characters.
13162 2006-04-10  J.D. Smith  <jdsmith@as.arizona.edu>
13164         * vc.el (vc-annotate-display-mode): Made default 'fullscale.
13165         (vc-annotate-color-map): New 18 element constant
13166         value/saturation, rotating hue colormap, from red->blue.
13167         (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
13168         (vc-annotate-display-select): Switch to annotate-mode elsewhere.
13169         (vc-annotate): To avoid killing the required local variables,
13170         set them before the end of `with-output-to-temp-buffer', and
13171         after first switching to annotate-mode.
13172         (vc-annotate-warp-version): Add buffer argument in goto-line to
13173         ensure annotation, not source, is scrolled.
13175 2006-04-10  Bill Wohler  <wohler@newt.com>
13177         * custom.el (defcustom, custom-handle-keyword):
13178         Add :package-version keyword.
13179         (custom-add-package-version): New function.  Sets value of new
13180         property 'custom-package-version from :package-version keyword.
13181         (defcustom): Create Common Keywords section in docstring.
13182         (defface, defgroup): Replace definitions of a select few keywords
13183         with a reference to the Common Keywords in defcustom.
13184         (defcustom, defface, defgroup): Replace reference to Customization
13185         chapter in manual with hyperlink.
13187         * cus-edit.el (customize-package-emacs-version-alist): New variable.
13188         (customize-changed-options): Add check for custom-package-version.
13189         (customize-package-emacs-version): New function to look up Emacs
13190         version corresponding to the given package version.
13192         * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
13193         defun name, in similar fashion to find-variable-regexp.
13195 2006-04-10  Eli Zaretskii  <eliz@gnu.org>
13197         * international/mule-cmds.el (set-locale-environment): Fix last
13198         change for when the locale's preferences don't specify any encoding.
13200 2006-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13202         * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
13203         so the defined var/fun doesn't need to be quoted.
13205 2006-04-10  Richard Stallman  <rms@gnu.org>
13207         * finder.el (finder-mode-map): Add n and p bindings.
13209 2006-04-10  Nick Roberts  <nickrob@snap.net.nz>
13211         * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
13212         (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
13213         (gdb-setup-windows): Put something in source window if we can't find
13214         the source file.
13215         (gdb-frame-handler): Make it work again with just assembly.
13216         (gdb-data-list-register-values-handler): Make it work when there is
13217         no stack.
13219 2006-04-09  Richard Stallman  <rms@gnu.org>
13221         * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
13222         specs while looking for charset.
13224         * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
13226         * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
13227         Make them faces.
13228         (lm-font-lock-keywords): Update appropriately.
13230 2006-04-10  Kim F. Storm  <storm@cua.dk>
13232         * simple.el (filter-buffer-substring): Add NOPROPS arg, so
13233         it can also replace buffer-substring-no-properties.
13235         * emulation/cua-base.el (cua-delete-region, cua-paste)
13236         (cua-repeat-replace-region): Use filter-buffer-substring.
13238         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
13239         (cua-cut-region-to-global-mark): Likewise.
13241         * emulation/cua-rect.el (cua--extract-rectangle)
13242         (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
13244 2006-04-09  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
13246         * textmodes/bibtex.el (bibtex-entry-update): New optional arg
13247         entry-type.  Add field delimiters to numerical fields if they are
13248         not present.
13250 2006-04-09  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
13252         * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
13253         string-const to return value.
13254         (bibtex-remove-delimiters): Use it.
13256 2006-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13258         * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
13259         cl-byte-compile-compiler-macro unless it exists.
13261 2006-04-08  Eli Zaretskii  <eliz@gnu.org>
13263         * files.el (hack-local-variables-confirm) <offer-save>:
13264         Clarify message text.  Suggested by Ralf Angeli.
13266 2006-04-08  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
13268         * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
13269         (delete-extract-rectangle-line): Use `filter-buffer-substring'
13270         instead of `buffer-substring' and `delete-region'.  (Most of the
13271         code actually copied from `kill-region'.)
13273 2006-04-08  Ryan Yeske  <rcyeske@gmail.com>
13275         * rcirc.el (rcirc-default-server): Rename from rcirc-server.
13276         (rcirc-default-port): Rename from rcirc-port.
13277         (rcirc-default-nick): Rename from rcirc-nick.
13278         (rcirc-default-user-name): Rename from rcirc-user-name.
13279         (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
13280         (rcirc-low-priority-flag): New variable.
13281         (rcirc-decode-coding-system): New defcustom.
13282         (rcirc-encode-coding-system): New defcustom.
13283         (rcirc-coding-system-alist): New defcustom.
13284         (rcirc-multiline-major-mode): New defcustom.
13285         (rcirc-nick): New internal variable.
13286         (rcirc-process): Remove variable.
13287         (rcirc-server-buffer): New variable.
13288         (rcirc): Update to use rcirc-default-* variables above.
13289         (rcirc-connect): Do not add window-configuration-hook-here.
13290         (rcirc-server): New internal variable.
13291         (rcirc-connect): Do not send keepalive pings if
13292         rcirc-keepalive-seconds is nil.
13293         (with-rcirc-server-buffer): New macro.
13294         (rcirc-send-string): Encode with rcirc-encode-coding-system.
13295         (rcirc-server-name): Rename from rcirc-server.
13296         (rcirc-buffer-process): New function.
13297         (rcirc-buffer-nick): New function.
13298         (rcirc-buffer-target): Remove function.
13299         (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
13300         New commands.
13301         (rcirc-mode-map): Change binding of C-c C-l to
13302         rcirc-toggle-low-priority.
13303         (rcirc-mode): Initialize coding system based on
13304         rcirc-coding-system-alist.  New change-major-mode-hook to part the
13305         channel on a mode change.  Make kill-buffer-hook buffer-local.
13306         (rcirc-change-major-mode-hook): New function.
13307         (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
13308         (rcirc-last-post-time): New variable.
13309         (rcirc-process-message): Store the last time user posted a message
13310         to this target.
13311         (rcirc-multiline-minor-mode): New mode.
13312         (rcirc-multiline-minor-mode-map): New mode map.
13313         (rcirc-edit-multiline): Put multiline-edit buffer in
13314         rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
13315         (rcirc-print): Ignore any line starting with an ignored nick.
13316         (rcirc-print): Decode using rcirc-decode-coding-system.
13317         (rcirc-track-minor-mode): Update global-mode-string when disabling
13318         this mode.
13319         (minor-mode-alist): Add LowPri indicator.
13320         (rcirc-toggle-low-priority): New function.
13321         (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
13322         next lowpriority buffer with activity.
13323         (rcirc-record-activity): Sort buffers in rcirc-activity by the
13324         last time the user posted a message in to the target.
13325         (rcirc-update-activity-string): New formatting for low priority
13326         buffers.
13327         (rcirc-split-activity): New function.
13328         (rcirc-handler-PART, rcirc-handler-KICK)
13329         (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
13330         (rcirc-nick-away-alist): New variable.
13331         (rcirc-handler-301): New handler.  Away messages are printed once
13332         per change.
13334 2006-04-08  Eli Zaretskii  <eliz@gnu.org>
13336         * info.el (Info-follow-nearest-node): Doc fix.
13338         * international/mule-cmds.el (set-locale-environment): Make sure
13339         the coding-system preferred by the locale's language has the same
13340         EOL conversion type as the original buffer-file-coding-system.
13341         (locale-language-names): Add a few MS Windows language codes.
13343 2006-04-07  Richard Stallman  <rms@gnu.org>
13345         * simple.el (eval-expression): Doc fix.
13347         * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
13348         (eval-defun): Doc fixes.
13350 2006-04-07  Reiner Steib  <Reiner.Steib@gmx.de>
13352         * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
13354 2006-04-07  Nick Roberts  <nickrob@snap.net.nz>
13356         * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
13357         GDB list command without argument for greater generality.
13359 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
13361         * subr.el (string-or-null-p): New function.
13363         * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
13365         * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
13367         * files.el: Update comment about safe-local-variable declarations.
13369 2006-04-06  J.D. Smith  <jdsmith@as.arizona.edu>
13371         * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
13372         See idlwave.org.
13374         * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
13375         See idlwave.org.  Includes code to obsolete idlw-rinfo.el.
13377         * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
13378         See idlwave.org.
13380         * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
13381         version 6.0 (minimal changes).  See idlwave.org.
13383         * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
13384         6.0 (minimal changes).  See idlwave.org.
13386         * progmodes/idlw-rinfo.el: File obsoleted and removed.
13388 2006-04-06  Romain Francoise  <romain@orebokech.com>
13390         * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
13391         symmetric encryption features and a new asynchronous interface to
13392         GnuPG.  This new version is version 1.4, plus whitespace changes.
13394 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
13396         * files.el: Move some `safe-local-variable' declarations to the
13397         respective files.
13399         * textmodes/ispell.el (ispell-check-comments)
13400         (ispell-local-dictionary): Mark as safe.
13402         * abbrev.el (abbrev-mode): Mark as safe.
13404         * add-log.el (change-log-default-name): Mark as safe.
13406         * textmodes/reftex-vars.el (reftex-vref-is-default)
13407         (reftex-fref-is-default, reftex-level-indent)
13408         (reftex-guess-label-type): Mark as safe.
13410         * textmodes/fill.el (colon-double-space): Mark as safe.
13412         * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
13413         (sentence-end-double-space, sentence-end-without-period)
13414         (sentence-end-without-space, sentence-end, sentence-end-base)
13415         (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
13417 2006-04-06  Kim F. Storm  <storm@cua.dk>
13419         * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
13420         the :set-after list.
13421         (ido-downcase-unc-hosts): New user option.  Default on.
13422         (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
13423         when it is set, as regexps are now applied on the fly.
13424         (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
13425         Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
13426         on the fly, but only when ido-process-ignore-lists is set.
13427         Do case insensitive filtering if ido-downcase-unc-hosts is set.
13428         Only downcase names if ido-downcase-unc-hosts is set.
13430 2006-04-06  Juanma Barranquero  <lekktu@gmail.com>
13432         * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
13434         * woman.el (WoMan-xref-man-page): Fix call to `substring'.
13436 2006-04-05  Kim F. Storm  <storm@cua.dk>
13438         * ido.el (ido-mode): Set after ido-unc-hosts and
13439         ido-ignore-unc-host-regexps.
13440         (ido-save-history): Save ido-unc-hosts-cache.
13441         (ido-load-history): Load ido-unc-hosts-cache.
13442         (ido-reread-directory): Refresh unc hosts cache in // dir.
13444         * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
13445         to nil while displaying slash screen.
13447 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
13449         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
13450         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
13452 2006-04-05  Kenichi Handa  <handa@m17n.org>
13454         * international/characters.el: Setup cases of Latin, Greek, and
13455         Cyrillic characters in CJK charsets.
13457 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
13459         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
13460         default-enable-multibyte-characters.  This reverts the change from
13461         revision 6.17 which is no longer necessary because the passphrase
13462         is sent separately now.  GnuPG messages are unreadable under
13463         multibyte locales with default-enable-multibyte-characters set to nil.
13465 2006-04-04  Andreas Schwab  <schwab@suse.de>
13467         * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
13468         and `byte-compile-warnings' as `safe-local-variable'.
13470 2006-04-04  Dan Nicolaescu  <dann@ics.uci.edu>
13472         * man.el (Man-mode-map): Restore the \r binding.
13473         (Man-abstract-xref-man-page): If Man-target-string is a function,
13474         call it.
13475         (Man-highlight-references): Use Man-default-man-entry to get the
13476         target.  Deal with xrefs too.
13477         (Man-highlight-references0): Don't call the target function.
13479         * woman.el (WoMan-xref-man-page): Strip the section number, woman
13480         cannot deal with it.
13482 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
13484         * pgg-gpg.el: Clean up process buffers every time gpg processes
13485         complete.
13487 2006-04-04  Kenichi Handa  <handa@m17n.org>
13489         * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
13490         here.
13491         (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
13492         Temporarily bind inhibit-field-text-motion to t.
13494 2006-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13496         * startup.el (normal-splash-screen): Only set mode-line-format in the
13497         splash buffer, so as not to interfere when debugging the code.
13498         Ignore errors when switching buffer.
13500 2006-04-03  Romain Francoise  <romain@orebokech.com>
13502         * dired.el (dired-dnd-protocol-alist): Fix typo.
13504 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
13506         * savehist.el (savehist): Add :version.
13507         (savehist-ignored-variables): New variable.
13508         (savehist-minibuffer-hook): Don't save variables listed in
13509         `savehist-ignored-variables'.
13511         * dired.el (dired-dnd-protocol-alist): Mention that change does
13512         only apply to new buffers in doc string.
13514 2006-04-03  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
13516         * recentf.el (recentf-open-files-item): Include newline in button
13517         field, so opening a file will work, when the point is at the end
13518         of the file name.  Allow, for example, to [i]search a file by
13519         extension and just push RET to open it.
13521 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
13523         * pgg-gpg.el (pgg-gpg-process-filter)
13524         (pgg-gpg-wait-for-completion): Check if buffer is alive.
13526         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
13527         lines, temporary fix.
13529 2006-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
13531         * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
13533 2006-04-02  Richard Stallman  <rms@gnu.org>
13535         * progmodes/compile.el (compilation-message-face): Make it defcustom.
13537 2006-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
13539         * ibuf-macs.el (define-ibuffer-column): Add a new key:
13540         header-mouse-map.
13542         * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
13543         (ibuffer-mode-header-map): New keymaps.
13544         (ibuffer-update-title-and-summary): Enable mouse face highlighting
13545         and keybindings for column headers.
13546         (name, size, mode) <define-ibuffer-column>: Add a header-mouse-map
13547         property.
13549 2006-04-02  Drew Adams  <drew.adams@oracle.com>
13551         * speedbar.el (speedbar-after-create-hook): Doc fix.
13553 2006-04-02  Michael Ernst  <mernst@alum.mit.edu>
13555         * shell.el (shell-directory-tracker)
13556         (shell-dynamic-complete-command): Doc fixes.
13558 2006-04-01  Matt Hodges  <MPHodges@member.fsf.org>
13560         * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
13561         terminals.
13563 2006-04-01  Kim F. Storm  <storm@cua.dk>
13565         * ido.el (ido-unc-hosts-cache): New defvar.
13566         (ido-unc-hosts): If value of defcustom is a function, call it to
13567         get list of UNC hosts.  Add function-item choices to specify
13568         ido-unc-hosts-net-view or user function.
13569         (ido-ignore-unc-host-regexps): New defcustom.
13570         (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
13571         (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
13572         (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
13574 2006-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13576         * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
13577         wwidth.
13579 2006-03-31  Juanma Barranquero  <lekktu@gmail.com>
13581         * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
13582         (ido-max-work-file-list, ido-switch-buffer)
13583         (ido-read-file-name-as-directory-commands):
13584         Fix typos in docstrings.
13586 2006-03-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13588         * term/mac-win.el (mac-system-coding-system): Define and use after
13589         Mac-specific coding systems are ready.
13591 2006-03-27  Romain Francoise  <romain@orebokech.com>
13593         * net/rcirc.el (rcirc-connect): Add autoload cookie.
13595         * ldefs-boot.el: Update.
13597 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
13599         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
13600         passphrases when it is not needed.
13601         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
13602         passphrase stuff from gpg, should only be necessary when you use
13603         gpg with a smartcard.
13605 2006-03-27  Nick Roberts  <nickrob@snap.net.nz>
13607         * comint.el (comint-dynamic-list-completions): Allow user to
13608         select *Completions* buffer.
13610 2006-03-27  Carsten Dominik  <dominik@science.uva.nl>
13612         * textmodes/org.el (org-get-level-face): Fix bug with level counting.
13614 2006-03-26  Andreas Schwab  <schwab@suse.de>
13616         * progmodes/gud.el (gdb): Only complain about multiple debugging
13617         when the gdb process is still running.
13619 2006-03-25  Eli Zaretskii  <eliz@gnu.org>
13621         * mail/rmail.el (tool-bar-map): Defvar it.
13622         (rmail-tool-bar-map): Tool-bar buttons for Rmail.
13623         (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
13625 2006-03-25  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
13627         * help.el (print-help-return-message): Suggest to use
13628         display-buffer instead of switch-to-buffer-other-window to restore
13629         the previous window without selecting it.
13631 2006-03-25  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13633         * frame.el (select-frame-by-name): Call x-focus-frame also when
13634         window-system is mac.
13636         * term/mac-win.el: Adjust Courier font specifications in
13637         x-fixed-font-alist.
13638         (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
13639         when directly encoding to UTF-16 in native byte order, no BOM.
13641 2006-03-25  Kim F. Storm  <storm@cua.dk>
13643         * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
13644         (cua--init-keymaps): Use it instead of fixed C-return.
13645         (cua-mode): Set after it.
13647         * emulation/cua-rect.el (cua--init-rectangles):
13648         Use cua-rectangle-mark-key instead of fixed C-return.
13650 2006-03-25  Nick Roberts  <nickrob@snap.net.nz>
13652         * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
13653         "run" in .gdbinit.
13654         (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
13656 2006-03-24  Romain Francoise  <romain@orebokech.com>
13658         * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
13659         `display-buffer-other-frame'.
13661 2006-03-24  Kim F. Storm  <storm@cua.dk>
13663         * apropos.el (apropos-synonyms): Add selection => region.
13665 2006-03-24  Nick Roberts  <nickrob@snap.net.nz>
13667         * progmodes/gdb-ui.el (gdb-var-create-regexp)
13668         (gdb-var-list-children-regexp, gdb-var-update-regexp)
13669         (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
13670         (gdb-data-list-register-values-regexp)
13671         (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
13672         Future proof against new fields being added to MI output.
13673         (gdb-send): Don't treat backslashes for program input as
13674         continuations.
13675         (gdb-assembler-handler): Don't use window-start for this handler.
13676         (gdb-frame-handler): Don't change to hollow arrow if overlay
13677         arrow doesn't move to new frame.
13679 2006-03-24  Nick Roberts  <nickrob@snap.net.nz>
13681         * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
13682         prevent compiler warnings.
13683         (gdb-stopped): Check for gud-last-last-frame (case: signal).
13684         (breakpoint-disabled): Make lighter for contrast with overlay arrow.
13685         (gdb-assembler-custom): Use hollow-right-triangle for assembler
13686         buffer too.
13688 2006-03-23  Reiner Steib  <reinersteib+gmane@imap.cc>
13690         * pgg-gpg.el (pgg-gpg-update-agent): Check for
13691         make-network-process, so we can use the same code in Gnus v5-10
13692         too and have this file fully synchronized with that release.
13694 2006-03-23  Romain Francoise  <romain@orebokech.com>
13696         * ibuf-ext.el (ibuffer-read-filter-group-name):
13697         Use `ibuffer-generate-filter-groups' to make completion list match
13698         the filter groups that are really displayed in the Ibuffer buffer.
13699         (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
13701 2006-03-23  Kenichi Handa  <handa@m17n.org>
13703         * international/mule-cmds.el (sort-coding-systems): Describe that
13704         the argument is modified in docstring.
13706 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
13708         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
13709         (pgg-gpg-update-agent): New function.
13710         (pgg-gpg-use-agent-p): New function.
13711         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
13712         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13713         (pgg-gpg-sign-region): Use it.
13715 2006-03-21  Chong Yidong  <cyd@stupidchicken.com>
13717         * cus-edit.el (custom-face-set): Call custom-push-theme before
13718         face-spec set so that `changed' theme is correctly saved.
13719         (custom-face-reset-standard): Reset to recalculated face rather
13720         than defface spec.
13722         * custom.el (custom-push-theme): Only save `changed' theme if the
13723         current face does not match the defface specs.
13725 2006-03-21  Simon Josefsson  <jas@extundo.com>
13727         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
13728         <wilde@sha-bang.de>.
13729         (pgg-gpg-use-agent): New variable.
13730         (pgg-gpg-process-region): Use it.
13731         (pgg-gpg-encrypt-region): Likewise.
13732         (pgg-gpg-encrypt-symmetric-region): Likewise.
13733         (pgg-gpg-decrypt-region): Likewise.
13734         (pgg-gpg-sign-region): Likewise.
13735         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
13737 2006-03-21  Carsten Dominik  <dominik@science.uva.nl>
13739         * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
13740         bracket links.
13742 2006-03-21  Kim F. Storm  <storm@cua.dk>
13744         * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
13745         fringe-indicator-alist instead of modifying global value.
13746         (gdb-frame-handler): Likewise.
13748 2006-03-21  Nick Roberts  <nickrob@snap.net.nz>
13750         * diff-mode.el (diff-function): Make it inherit from diff-header
13751         instead of diff-context.
13753         * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
13754         bitmap.
13755         (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
13756         change names in macro above for consistency.
13757         (gdb-frame-handler): Use hollow-right-triangle for all selected
13758         frames which except the innermost (where execution has stopped).
13759         (gdb-reset): Reset buffer-local values of overlay-arrow.
13761 2006-03-20  Richard Stallman  <rms@gnu.org>
13763         * simple.el (set-mark-command): Doc fix.
13765         * files.el (display-buffer-other-frame): New command.
13766         (ctl-x-4-map): Bind C-x 5 C-o to it.
13768 2006-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13770         * jit-lock.el (jit-lock-function): Check for the actual defer-timer
13771         rather than just defer-time, in case defer-time has been changed but
13772         the timer isn't running yet.
13773         (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
13775 2006-03-19  Luc Teirlinck  <teirllm@auburn.edu>
13777         * help-mode.el (help-follow-symbol): New function.
13778         Essentially identical to the old `help-follow', but do not let
13779         `push-button' do the work when on an xref.
13780         (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
13782 2006-03-19  Richard Stallman  <rms@gnu.org>
13784         * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
13785         preceded by the word `program'.
13786         (help-follow-mouse, help-follow): Throw error if not on xref.
13787         Delete no longer used args.
13789 2006-03-20  Nick Roberts  <nickrob@snap.net.nz>
13791         * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
13792         annotation ensure gud-overlay-arrow-position is redisplayed.
13794 2006-03-19  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
13796         * textmodes/bibtex.el (bibtex-include-OPTkey)
13797         (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
13798         (bibtex-autokey-name-case-convert)
13799         (bibtex-autokey-titleword-case-convert): Make these the aliases
13800         for the following two variables.
13801         (bibtex-autokey-name-case-convert-function)
13802         (bibtex-autokey-titleword-case-convert-function): Make these the
13803         real names.
13804         (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
13805         bibtex-font-lock-crossref sublists.
13806         (bibtex-mode): Revert 2005-12-30 change (which made
13807         completion-ignore-case buffer-local).
13808         (bibtex-url): Simplify.
13810 2006-03-19  Kim F. Storm  <storm@cua.dk>
13812         * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
13813         cursor property value to 2 (to align with C level change).
13815 2006-03-19  Bill Wohler  <wohler@newt.com>
13817         * image.el (image-load-path-for-library): Shorten first line in
13818         docstring.
13820 2006-03-18  Richard Stallman  <rms@gnu.org>
13822         * mail/rmail.el (rmail-reply-regexp): Undo previous change.
13824 2006-03-18  Ben North  <ben@redfrontdoor.org>  (tiny change)
13826         * isearch.el (isearch-other-meta-char): Handle user bindings for
13827         shifted control characters.
13829 2006-03-18  Agustin Martin  <agustin.martin@hispalinux.es>
13831         * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
13832         part that matches email addresses, file names, etc.
13834 2006-03-18  Eli Zaretskii  <eliz@gnu.org>
13836         * term/w32-win.el (mouse-set-font):
13837         Mention w32-list-proportional-fonts in the doc string.
13839 2006-03-18  Kim F. Storm  <storm@cua.dk>
13841         * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
13842         (ido-unc-hosts): New user option to explicitly define list of know
13843         UNC-style hosts for completion.
13844         (ido-cache-unc-host-shares-time): New user option.
13845         (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
13846         New helper functions for UNC file-name support.
13847         (ido-may-cache-directory): Check for UNC host.  Simplify.
13848         (ido-wash-history): Clean out old UNC hosts.
13849         (ido-nonreadable-directory-p): UNC hosts are always readable.
13850         (ido-directory-too-big-p): UNC hosts are never too big.
13851         (ido-set-current-directory): Handle UNC root path.
13852         (ido-file-name-all-completions): Complete UNC host names from
13853         ido-unc-hosts list.  Cache UNC host shares.
13854         (ido-make-file-list-1): Don't filter UNC root.
13855         (ido-exhibit): Check for // in root directory, and switch to UNC
13856         mode by setting ido-current-directory to //.
13858 2006-03-17  Luc Teirlinck  <teirllm@auburn.edu>
13860         * cus-edit.el (customize-changed-options): Mention explicit
13861         version number as default in prompt.
13863 2006-03-17  Bill Wohler  <wohler@newt.com>
13865         * image.el (image-load-path-for-library): Minor docstring fix.
13867 2006-03-17  Carsten Dominik  <dominik@science.uva.nl>
13869         * textmodes/org.el (org-read-date): Include subgroup 5 into
13870         replacement text.
13871         (org-popup-calendar-for-date-prompt): Fix customization type.
13873 2006-03-17  Nick Roberts  <nickrob@snap.net.nz>
13875         * progmodes/gdb-ui.el (gud-watch): Provide completion.
13876         (gdb-continuation): New variable.
13877         (gdb-send): Deal with continuation lines.
13879         * progmodes/gud.el (gud-gdb-complete-command)
13880         (gud-gdb-run-command-fetch-lines): Adapt for use with watch
13881         expressions.
13882         (gud-tooltip-mode): Use buffer-local value.
13884 2006-03-16  Kim F. Storm  <storm@cua.dk>
13886         * ido.el (ido-edit-input): Use selected match, if any.
13888 2006-03-16  Bill Wohler  <wohler@newt.com>
13890         * image.el (image-load-path-for-library): Prefer user's images in
13891         image-load-path.
13893 2006-03-16  Martin Rudalics  <rudalics@gmx.at>
13895         * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
13896         when checking for attempt to drag leftmost or rightmost scrollbar.
13898 2006-03-16  Nick Roberts  <nickrob@snap.net.nz>
13900         * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
13901         (gdb-force-mode-line-update): New function.
13902         (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
13903         (gdb-exited): Use them.
13904         (gdb-signal): New function.
13905         (gdb-annotation-rules): Provide a rule for it.
13907 2006-03-16  Kenichi Handa  <handa@m17n.org>
13909         * international/mule.el (auto-coding-regexp-alist): Add entries
13910         for Unicode BOM.
13912         * sort.el (sort-build-lists): Temporarily bind
13913         inhibit-field-text-motion to t.
13915 2006-03-15  Luc Teirlinck  <teirllm@auburn.edu>
13917         * locate.el (locate-command, locate-make-command-line)
13918         (locate-fcodes-file, locate-update-command)
13919         (locate-prompt-for-command, locate, locate-with-filter)
13920         (locate-get-file-positions): Doc fixes.
13921         (locate-buffer-name, locate-header-face): Remove leading `*' in
13922         defcustom.
13923         (locate-filter-output): Use `keep-lines' instead of its alias
13924         `delete-non-matching-lines'.
13925         (locate-get-filename, locate-get-dirname): Add introductory comment.
13926         (locate-find-directory-other-window): Give appropriate error
13927         message if used outside main listing.
13929 2006-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
13931         * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
13932         the new extend-region feature.
13933         (font-lock-after-change-function): Update correspondingly.
13934         * jit-lock.el (jit-lock-after-change): Update correspondingly.
13935         * progmodes/grep.el (font-lock-lines-before): Don't disable.
13937 2006-03-15  Bill Wohler  <wohler@newt.com>
13939         * image.el (image-load-path-for-library): Fix example by not
13940         recommending that one binds image-load-path.  Just defvar it to
13941         placate compiler and only use it if previously defined.
13943 2006-03-15  Carsten Dominik  <dominik@science.uva.nl>
13945         * textmodes/org.el (org-insert-centered): Use `string-width' to
13946         make underlining work for wide characters.
13947         (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
13948         TAB to `org-cycle', to make sure that no binding in
13949         `outline-mode-map' can supercede it.
13951 2006-03-14  Ken Manheimer  <ken.manheimer@gmail.com>
13953         * allout.el: Increment version to 2.2.1 in file commentary.
13955         (allout-version): Increment to 2.2.1.
13957         (allout-default-layout): New customization variable, used when the
13958         file lacks a specific allout-layout.  Uses allout-layout-type for
13959         recursively nested definition.
13961         (allout-layout-type): Widget defining allout layouts, necessary for
13962         self-recursive definition.
13964         (allout-mode): Incorporate allout-default-layout as fallback for
13965         allout-layout.
13967         (allout-layout): Mark as 'safe-local-variable', and refer mention
13968         fallback to `allout-default-layout' in absence of a specified value.
13969         (allout-passphrase-verifier-string)
13970         (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
13972         (allout-file-passphrase-verifier-string): Obsolete variable, removed.
13974         (allout-get-encryption-passphrase-verifier): Use correct name of
13975         passphrase verifier in docstring.
13977 2006-03-15  Nick Roberts  <nickrob@snap.net.nz>
13979         * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
13980         elements.
13981         (gdb-find-watch-expression): Make it work for arrays too.
13982         Follow change to gdb-var-list.
13983         (gud-watch): Allow the user to enter variable name with a prexix
13984         arg.  Create keybindings.
13985         (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
13986         (gdb-var-list-children-handler, gdb-var-update-handler)
13987         (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
13988         (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
13989         Follow change to gdb-var-list.
13990         (gdb-starting): Don't show the overlay arrows when program is running.
13992         * progmodes/gud.el (gud-speedbar-buttons): Follow change to
13993         gdb-var-list.
13995 2006-03-14  Bill Wohler  <wohler@newt.com>
13997         * image.el (image-load-path-for-library): Pass value of path
13998         rather than symbol.  Always return list of directories.
13999         Guarantee that image directory comes first.
14001 2006-03-14  Alan Mackenzie  <acm@muc.de>
14003         * font-core.el (font-lock-extend-region\(-function\)?.):
14004         New function/variable.
14006         * font-lock.el (font-lock-after-change-function):
14007         Call font-lock-extend-region.  Obey font-lock-lines-before.
14008         (font-lock-default-fontify-region): Remove reference to
14009         font-lock-lines-before.
14011         * jit-lock.el (jit-lock-after-change):
14012         Call font-lock-extend-region.  Obey font-lock-lines-before.
14014 2006-03-14  David Ponce  <david@dponce.com>
14016         * tree-widget.el (tree-widget-themes-load-path)
14017         (tree-widget-themes-directory, tree-widget-theme): Doc fix.
14019 2006-03-13  Ryan Yeske  <rcyeske@gmail.com>
14021         * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
14022         (rcirc-print): Mark the start of text at the end of the prompt.
14023         (rcirc-track-minor-mode): Add autoload cookie.
14024         (rcirc-update-activity-string): Add space to front of mode-line
14025         indicator.
14027 2006-03-13  Miles Bader  <miles@gnu.org>
14029         * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
14030         (rcirc-abbrev-nick): Remove function.
14031         (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
14033 2006-03-13  David Ponce  <david@dponce.com>
14035         * tree-widget.el: Handle themes across all occurrences of the main
14036         themes sub-directory found in tree-widget-themes-load-path.
14037         (tree-widget-themes-directory, tree-widget-theme): Doc fix.
14038         (tree-widget--locate-sub-directory): Return all occurrences.
14039         (tree-widget-themes-path): New function.
14040         Replace tree-widget-themes-directory, and return a list of directories.
14041         (tree-widget-set-parent-theme)
14042         (tree-widget-lookup-image): Use it.
14044 2006-03-13  Carsten Dominik  <dominik@science.uva.nl>
14046         * textmodes/org.el (org-link-search): Avoid self-matching of
14047         links, allow target text to be distributed over several lines.
14048         (org-search-not-link): New function.
14049         (org-set-regexps-and-options, org-get-current-options):
14050         New startup options.
14051         (org-export-as-html): Take odd-level setting from local variable.
14052         (org-fontify-emphasized-text): New option.
14053         (org-set-font-lock-defaults): Include emphasized text.
14054         (org-follow-mhe-link): Allow folder-only links, fix folder name.
14055         (org-font-lock): Customize group renamed from `org-faces'.
14057 2006-03-13  John Paul Wallington  <jpw@pobox.com>
14059         * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
14060         keyword; require `ibuf-ext' feature.  Thanks to Zhang Wei.
14062 2006-03-12  Luc Teirlinck  <teirllm@auburn.edu>
14064         * cus-start.el (all): Delete :version keyword for members of the
14065         fringe group, since the entire group is new in 22.1.
14067 2006-03-13  Nick Roberts  <nickrob@snap.net.nz>
14069         * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
14070         map if value is hexadecimal (an address).
14071         (gud-watch): Only search roots for existing watch expressions.
14072         (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
14073         prevent caching problems with speedbar-update-directory-contents.
14075 2006-03-12  Juri Linkov  <juri@jurta.org>
14077         * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
14078         before comparing with `low' and `warn'.
14080         * info.el (Info-dir-remove-duplicates): Move point to the
14081         beginning of the current line after deleting the entries from
14082         redundant heading.  Use marker for `limit' and compare it with
14083         point before calling `re-search-forward'.
14085 2006-03-11  Luc Teirlinck  <teirllm@auburn.edu>
14087         * simple.el (yank): Fix typo in docstring.
14089 2006-03-11  Ryan Yeske  <rcyeske@gmail.com>
14091         * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
14092         messages, where "D" is the 6th character.
14094 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
14096         * simple.el (yank): Fix last change.
14098 2006-03-11  David Ponce  <david@dponce.com>
14100         * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
14101         merging elements from the standard ispell-dictionary-alist.
14102         (ispell-aspell-add-aliases): Add aliases to the passed dictionary
14103         alist, and return the new alist.
14105 2006-03-11  Richard Stallman  <rms@gnu.org>
14107         * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
14109         * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
14110         the way it is implemented is too unclean.
14112         * simple.el (kill-region, yank): Doc fix.
14114         * battery.el (battery-echo-area-format): Doc fix.
14115         (battery-mode-line-format): Likewise.
14116         (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
14117         (battery-linux-proc-acpi): Ignore batteries that say "charged".
14119 2006-03-11  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
14121         * progmodes/octave-mod.el (octave-indent-for-comment):
14122         Behave according to do string.
14124 2006-03-11  Agustin Martin  <agustin.martin@hispalinux.es>
14126         * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
14127         Be visible only if major mode is Mail Mode.
14129         * textmodes/flyspell.el (flyspell-external-point-words)
14130         (flyspell-process-localwords): Fix last changes.
14132 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
14134         * calendar/holidays.el (list-holidays): Doc fix.
14136         * international/mule.el (auto-coding-alist): Add .odt
14137         (OpenOffice's open document) files.
14139         * files.el (auto-mode-alist): Add .odt (OpenOffice's open
14140         document) files.  Mention in the doc string the need to sync with
14141         auto-coding-alist.
14143 2006-03-10  Chong Yidong  <cyd@stupidchicken.com>
14145         * files.el (hack-local-variables-confirm): Don't prompt for ! if
14146         enable-local-variables is set to always query, or there is no
14147         savable variable.
14149 2006-03-10  Bill Wohler  <wohler@newt.com>
14151         * image.el (image-load-path-for-library): Merge at least three
14152         functions from Gnus and MH-E into this one function that can now
14153         be shared.
14155 2006-03-11  Nick Roberts  <nickrob@snap.net.nz>
14157         * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
14158         gdb-remove-mouse-face and remove help-echo too.
14159         (gdb-enqueue-input): Correct conditional clause.
14161 2006-03-10  Glenn Morris  <rgm@gnu.org>
14163         * calendar/calendar.el (calendar-holidays): Doc fix.
14164         * calendar/holidays.el (list-holidays): Doc fix.
14166 2006-03-10  Nick Roberts  <nickrob@snap.net.nz>
14168         * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
14169         it gets called in gdb-prompt anyway.
14170         (gdb-use-separate-io-buffer): Only restore window arrangement for
14171         gdb-many-windows.
14172         (gdb-enqueue-input): Make it harder to send GDB input when program
14173         is running.
14174         (gdb-buffer-list): New variable.
14175         (gdb-remove-mouse-face): New function.
14176         (gdb-starting): Use it when GDB input won't get sent.
14178 2006-03-08  Juanma Barranquero  <lekktu@gmail.com>
14180         * help.el (view-lossage): Remove trailing whitespace before
14181         inserting "\n".
14183 2006-03-07  Chong Yidong  <cyd@stupidchicken.com>
14185         * files.el (hack-local-variables-confirm):
14186         Set coding-system-for-read to nil before writing to .emacs.
14188         * arc-mode.el (archive-extract): Check if an existing buffer name
14189         comes from a different archive.
14191         * help.el (describe-key-briefly): If KEY is a down event, read and
14192         discard the up event.
14194 2006-03-07  Nick Roberts  <nickrob@snap.net.nz>
14196         * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
14197         be edited and use font-lock-warning-face for any changes.
14199         * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
14200         (gdb-edit-value): Use it to report any errors.
14202 2006-03-07  Juanma Barranquero  <lekktu@gmail.com>
14204         * help.el (describe-key): Remove leftover test code.
14206 2006-03-07  Carsten Dominik  <dominik@science.uva.nl>
14208         * textmodes/org.el: Move defvars out of eval-when-compile.
14209         Use buffer-file-name variable.
14210         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
14211         arg `file'.
14212         (org-level-faces): Remove startup dependency.
14213         (org-cycle, org-map-tree, org-scan-tags)
14214         (org-remember-handler): Don't call `outline-level' directly.
14215         (org-mhe-search-all-folders): New option.
14216         (org-mhe-get-message-folder-from-index)
14217         (org-mhe-get-message-folder): Fix indexing search.
14218         (org-format-agenda-item): Handle nil TAGS argument.
14219         (org-cleaned-string-for-export, org-activate-target-links)
14220         (org-make-target-link-regexp): Deal with empty radio target list.
14221         (org-tag): New face.
14222         (org-get-level-face): New function.
14223         (org-set-font-lock-defaults): Simplify setup for headlines.
14224         (org-complete): Pass common substring to `display-completion-list'.
14226 2006-03-06  David Ponce  <david@dponce.com>
14228         * tree-widget.el: Update Commentary header.
14229         (tree-widget-theme-name): Ignore parent themes.
14230         (tree-widget-set-parent-theme): New function.
14231         (tree-widget-set-theme): Use it.
14232         (tree-widget-set-image-properties): Move definition.  Does nothing
14233         if image properties have already been set.
14234         (tree-widget-image-properties): Move definition.  Receive an image
14235         name.  Set the :pointer property.
14236         (tree-widget-lookup-image): Doc fix.  Search in parent themes.
14237         Don't set the :pointer image property.
14238         (tree-widget-convert-widget): New function.  Handle :dynargs
14239         compatibility here.
14240         (tree-widget): Use it to :convert-widget.  Add the :expander-p
14241         predicate to control when the :expander function is entered.
14242         Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
14243         (tree-widget-value-create): Handle :expander-p.  widget-apply
14244         :expander.
14245         (tree-widget-expander-p): New function.  Default value of the
14246         :expander-p property.
14248 2006-03-06  Chong Yidong  <cyd@stupidchicken.com>
14250         * help.el (describe-key): Properly handle the return value of
14251         read-key-sequence when grabbing an up-event.  Cleanup mouse-1
14252         remaps.  Handle string and vector `follow-link' values.
14254 2006-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14256         * complete.el (PC-expand-many-files): Try be more careful when parsing
14257         the shell's output.
14259 2006-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14261         * outline.el (hide-sublevels): Provide better interactive default.
14263 2006-03-06  Kenichi Handa  <handa@m17n.org>
14265         * international/fontset.el (create-fontset-from-fontset-spec):
14266         Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
14268 2006-03-05  Luc Teirlinck  <teirllm@auburn.edu>
14270         * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
14271         backslashes instead of one in regexp.
14272         (gud-tooltip-dereference): Add missing optional argument.
14274 2006-03-04  John Paul Wallington  <jpw@pobox.com>
14276         * wdired.el (toplevel): Require `cl' at compile-time.
14278 2006-03-04  Andreas Schwab  <schwab@suse.de>
14280         * server.el (server-process-filter): Handle errors during
14281         evaluation of the argument.
14283 2006-03-03  John Paul Wallington  <jpw@pobox.com>
14285         * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
14286         escape parentheses at beginning of line.
14287         (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
14288         (t-mouse-mode): Remove period from end of error message.
14290 2006-03-03  Agustin Martin  <agustin.martin@hispalinux.es>
14292         * textmodes/flyspell.el (flyspell-process-localwords):
14293         Be case-sensitive.
14295 2006-03-03  Martin Rudalics  <rudalics@gmx.at>
14297         * cus-edit.el (custom-quote): Remove function, since it has been
14298         moved to custom.el.
14300         * font-lock.el (lisp-font-lock-keywords-2)
14301         * emacs-lisp/rx.el (rx-check-any, rx-check-not)
14302         * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
14303         they have no special meaning.
14305         * midnight.el (clean-buffer-list): Handle case where base-buffer of
14306         indirect buffer gets killed before indirect buffer.  Use dolist.
14308 2006-03-03  Ken Manheimer  <ken.manheimer@gmail.com>
14310         * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
14311         value instead of a literal constant (1) on more pauses.
14313 2006-03-03  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
14315         * textmodes/flyspell.el (flyspell-external-point-words):
14316         Be case-sensitive.
14318 2006-03-03  Ryan Yeske  <rcyeske@gmail.com>
14320         * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
14321         with "www".
14323 2006-03-03  Ken Manheimer  <ken.manheimer@gmail.com>
14325         * allout.el: Restablish intermediate missing comment header to
14326         preserve outline structure.
14327         (allout-beginning-of-current-entry): Skip invisible text.
14328         (allout-open-topic): Fix opening a topic at end-of-buffer.
14329         (allout-minor-mode): Move nearer to allout-mode function.
14331 2006-03-02  Carsten Dominik  <dominik@science.uva.nl>
14333         * textmodes/org.el (org-paste-subtree): Remove (debug) form.
14335 2006-03-02  Nick Roberts  <nickrob@snap.net.nz>
14337         * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
14338         is nil.
14340         * progmodes/gud.el (gud-speedbar-menu-items):
14341         Use buffer-local-value and add missing :visible keyword.
14343         * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
14345 2006-03-01  Carsten Dominik  <dominik@science.uva.nl>
14347         * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
14348         must be `follow-link'.
14350         * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
14352         * textmodes/org.el (org-export-as-html): Fix bugs in HTML
14353         formatting: No nested anchors.
14354         (org-all-targets): Fix bug with XEmacs compatibility.
14355         (org-read-date): Add (require 'parse-time).
14356         (org-set-tags): Fix bug with extra inserted space.
14357         (org-export-html-style): Define a style class for targets.
14358         (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
14359         (org-hide-leading-stars): New option.
14360         (org-hide): New face.
14361         (org-set-font-lock-defaults): Allow to hide leading stars.
14362         (org-get-legal-level, org-tr-level): New functions.
14363         (org-odd-levels-only): New option.
14364         (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
14365         (org-demote, org-promote): Deal with double-star levels.
14366         (org-convert-to-odd-levels): New command.
14368 2006-03-01  Nick Roberts  <nickrob@snap.net.nz>
14370         * speedbar.el (speedbar-update-localized-contents): Try to
14371         preserve window-start.
14372         (speedbar-update-directory-contents): Try to preserve window-start
14373         and window-point.
14374         (speedbar-update-special-contents): Don't move back to start of window.
14376         * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
14377         gdb-speedbar-timer-fn.  Use speedbar-refresh instead of
14378         speedbar-timer-fn.
14379         (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
14380         (gdb-speedbar-expand-node): Use speedbar-delete-subblock
14381         instead of gdb-speedbar-timer-fn.
14383 2006-02-28  Jay Belanger  <belanger@truman.edu>
14385         * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
14386         (math-compose-expr): Use latex option when calling
14387         `math-compose-tex-matrix' for latex mode.
14389 2006-02-28  Nick Roberts  <nickrob@snap.net.nz>
14391         * speedbar.el: Re-instate comments about developing for speedbar
14392         [this is what info and gdb-ui use even if better methods exist now].
14394         * t-mouse.el: New file.
14395         (t-mouse-tty): Use with-temp-buffer.  Add more terminal types.
14396         (t-mouse-lispy-buffer-posn-from-coords): Remove.
14397         (t-mouse-make-event-element): Use posn-at-x-y instead.
14398         (t-mouse-make-event): Deal with Fedora Core 3.
14399         (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
14400         (t-mouse-mouse-position-function): New function.  Use it instead
14401         of advising mouse-position.
14402         (t-mouse-mode): New minor mode.
14403         (t-mouse-stop, t-mouse-run): Remove.  Use t-mouse-mode instead.
14405 2006-02-27  Glenn Morris  <rgm@gnu.org>
14407         * calendar/calendar.el (calendar-holidays): Doc fix.
14409 2006-02-27  Nick Roberts  <nickrob@snap.net.nz>
14411         * progmodes/gdb-ui.el (gdb-source-window): New variable.
14412         Re-introduce the concept of a source window.
14413         (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
14414         consistency with get-buffer-create.
14415         (def-gdb-auto-update-handler, gdb-info-locals-handler)
14416         (gdb-data-list-register-values-handler)
14417         (gdb-stack-list-locals-handler): Try to preserve window-start as
14418         well as window-point.
14419         (gdb-display-source-buffer): New function (old concept).
14420         (gdb-goto-breakpoint): Use it.
14422         * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
14423         for gdb-ui/gdb-mi (old concept).
14425 2006-02-27  Carsten Dominik  <dominik@science.uva.nl>
14427         * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
14428         binding.
14430         * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
14432         * textmodes/reftex-sel.el (reftex-select-label-map)
14433         (reftex-select-bib-map): Add `follow-mouse' binding.
14435 2006-02-26  Luc Teirlinck  <teirllm@auburn.edu>
14437         * jka-cmpr-hook.el (jka-compr-compression-info-list)
14438         (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
14439         Give :set functions to provide automatic updating.
14440         Update docstring.  Give compiler defvars early in the file
14441         and move the defcustoms to a later spot where all called functions
14442         are defined.
14443         (jka-compr-file-name-handler-entry): Doc fix.
14444         (jka-compr-compression-info-list--internal)
14445         (jka-compr-mode-alist-additions--internal)
14446         (jka-compr-load-suffixes--internal): New variables.
14447         (jka-compr-install): Set the three above variables.
14448         Update `load-file-rep-suffixes' instead of `load-suffixes'.
14449         (jka-compr-update, jka-compr-set): New functions.
14450         (auto-compression-mode): Doc fix.
14452         * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
14453         Update `load-file-rep-suffixes' instead of `load-suffixes'.
14454         Use jka-compr-compression-info-list--internal,
14455         jka-compr-mode-alist-additions--internal and
14456         jka-compr-load-suffixes--internal.
14458         * files.el (load-library):
14459         * loadhist.el (file-loadhist-lookup):
14460         * startup.el (command-line):
14461         * subr.el (locate-library):
14462         * emacs-lisp/autoload.el (update-directory-autoloads):
14463         * emacs-lisp/find-func.el (find-library-suffixes):
14464         Use `get-load-suffixes' instead of `load-suffixes'.
14466         * subr.el (locate-library):
14467         * emacs-lisp/find-func.el (find-library-name):
14468         Use `load-file-rep-suffixes' instead of '("").
14470 2006-02-26  Kim F. Storm  <storm@cua.dk>
14472         * ido.el (ido-save-history, ido-load-history): Simplify.
14473         Don't use find-file-noselect to avoid interference from other modes.
14475 2006-02-25  Thien-Thi Nguyen  <ttn@gnu.org>
14477         * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
14478         to use the default shell if filename is not available.
14479         Reported by Giorgos Keramidas.
14481 2006-02-25  John Williams  <jrw@pobox.com>  (tiny change)
14483         * progmodes/etags.el (tags-completion-table): Do completion from
14484         all the tables in the current list, as documented in the manual.
14486 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
14488         * CC Mode Update to 5.31.3.
14490 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
14492         * progmodes/cc-mode.el (c-postprocess-file-styles):
14493         Bind inhibit-read-only to t, around the call to
14494         c-remove-any-local-eval-or-mode-variables, so that it works on a
14495         RO file.
14497 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
14499         * progmodes/cc-awk.el: Correct a typo.
14501 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
14503         * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
14504         c-hungry-delete-backwards, at the request of RMS.  Leave the old
14505         name as an alias.
14507 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
14509         * progmodes/cc-mode.el: Correct a typo.
14511 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
14513         * progmodes/cc-defs.el: Update the version number to 5.31.3.
14515 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
14517         * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
14518         brace-else-brace (error due to mbeg, mend being undefined).
14520 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
14522         * progmodes/cc-mode.el: File Local variables: Solve the problem
14523         where both `mode' and c-file-offsets are specified: `mode' will
14524         overwrite c-f-o's settings:
14525         (c-remove-any-local-eval-or-mode-variables): New function.
14526         (c-postprocess-file-styles): Call the above new function, within
14527         c-tentative-buffer-change, to splat `mode' and `eval' before the
14528         second hack-local-variables.
14530 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
14532         * progmodes/cc-mode.el:
14533         [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
14534         (c-after-change): Protect the match data with save-match-data.
14535         It was getting corrupted by c-after-change-check-<>-operators.
14537         * cc-defs.el: [Supersedes patch V1.38]:
14538         (top level): Check for a buggy font-lock-compile-keywords ONLY in
14539         XEmacs.  GNU Emacs 22 now has a check which would throw an error here.
14541         * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
14542         with save-match-data.  It was being corrupted when Font Lock was
14543         not enabled.
14545 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
14547         * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
14548         Mode and Subword Mode.
14550         * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
14551         real labels ("case 1:" or "foo:") from non-labels ("public:").
14552         (c-forward-objc-directive): Replace c-forward-token-2 with crude
14553         coding; c-f-t-2 doesn't move over a token at EOB.
14555         * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
14557         * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
14558         (c-update-modeline): Concatenate the minor mode indicators
14559         directly onto mode-name, removing c-submode-indicators.
14560         Sometimes, c-s-i got separated from the mode name on the mode line.
14562         * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
14563         (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
14565 2006-02-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
14567         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
14568         error message when there's an evaluation error to show whether
14569         it's loaded from source or not.
14570         (c-filter-ops): Make it available at runtime too to work when
14571         `c-make-init-lang-vars-fun' needs to evaluate from source.
14573 2006-02-24  Juanma Barranquero  <lekktu@gmail.com>
14575         * help.el (help): Revert last part of 2006-02-23 change (deletion
14576         of the `provide' call).
14578 2006-02-23  Juri Linkov  <juri@jurta.org>
14580         * compare-w.el (compare-windows-highlight): Add new value
14581         `persistent' and change :type from `boolean' to `choice'.
14582         (compare-windows-overlays1, compare-windows-overlays2):
14583         New internal variables.
14584         (compare-windows-highlight): If compare-windows-highlight is
14585         `persistent', add current overlays to compare-windows-overlays[12]
14586         instead of adding compare-windows-dehighlight to pre-command-hook.
14587         (compare-windows-dehighlight): Delete all overlays from
14588         compare-windows-overlays[12].
14590         * info.el (Info-search): Don't bind search-spaces-regexp to
14591         Info-search-whitespace-regexp in non-regexp isearch mode.
14593 2006-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
14595         * help.el (describe-mode): Pass `mode-name' to format-mode-line.
14597 2006-02-23  Juanma Barranquero  <lekktu@gmail.com>
14599         * textmodes/org.el (org-xemacs-p)
14600         (org-export-html-show-new-buffer, org-table-may-need-update)
14601         (org-insert-item, org-mhe-get-message-real-folder)
14602         (org-mhe-get-message-folder-from-index)
14603         (org-mhe-get-message-folder, org-mhe-get-message-num)
14604         (org-mhe-get-header, org-make-org-heading-search-string)
14605         (org-make-org-heading-camel, org-table-sort-lines)
14606         (org-format-org-table-html, org-format-table-table-html):
14607         Fix typos in docstrings.
14609 2006-02-23  Carsten Dominik  <dominik@science.uva.nl>
14611         * textmodes/org.el (org-cleaned-string-for-export)
14612         (org-solidify-link-text): New function.
14613         (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
14614         XEmacs, just to silence the compiler.
14615         (org-export-as-ascii, org-export-as-html-and-open):
14616         Use `org-cleaned-string-for-export' and create internal links.
14617         (org-follow-mhe-link): Require mh-e, use folder.
14619 2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
14621         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
14623         * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
14624         gdb-debug-log-length.
14625         (gdb-debug-ring): Rename from gdb-debug-log-ring.  Don't make
14626         it a real ring but...
14627         (gud-gdba-marker-filter): ...make it work like mark-ring.
14628         (gdb-enable-debug): Rename from gdb-enable-debug-log.
14629         (gdb-mouse-jump): New function.  Add bindings.
14631 2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
14633         * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
14634         (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
14635         (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
14636         (gdb-debug-log-length): Customize it's length.
14637         (gud-watch, gdb-var-create-handler): Display function::var format
14638         but don't use to create variable object.
14639         (gdb-var-create-handler): Use message-box in place of message.
14640         (gdb-stopped): Call gdb-exited if signalled.
14642 2006-02-22  Carsten Dominik  <dominik@science.uva.nl>
14644         * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
14646         * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
14648         * textmodes/reftex.el (reftex-locate-file): Search all extensions
14649         if `reftex-try-all-extensions' is set.
14651         * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
14652         fail silently when there is no valid argument at point.
14653         (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
14654         `fail-silently' argument.  From a patch by David Reiter.
14656         * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
14657         New commands.
14658         (org-mark-ring): New variable.
14659         (org-mark-ring-length): New option.
14660         (org-open-at-point, org-goto, org-open-file): Push old position
14661         onto the mark ring.
14662         (org-add-hook): New function.
14663         (org-export-table-remove-special-lines): New option.
14664         (org-skip-comments, org-format-org-table-html): Respect new
14665         option `org-export-table-remove-special-lines'.
14666         (org-open-file): Allow special command configuration for
14667         directory link.
14668         (org-file-apps): Fix bugs in customize type, added setting
14669         for directories.
14670         (org-activate-tags, org-format-agenda-item, org-complete)
14671         (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
14672         (org-get-tags, org-get-buffer-tags, org-open-at-point)
14673         (org-link-search, org-make-org-heading-search-string)
14674         (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
14675         (org-radio-targets, org-file-link-context-use-camel-case)
14676         (org-activate-camels): New options.
14677         (org-update-radio-target-regexp, org-all-targets)
14678         (org-make-target-link-regexp, org-activate-target-links):
14679         New functions.
14680         (org-make-org-heading-search-string): New function.
14681         (org-store-link, org-insert-link): Use new option
14682         `org-file-link-context-use-camel-case'.
14683         (org-activate-camels): Use new option `org-activate-camels'.
14684         (org-link-regexp): Add mhe prefix.
14685         (org-open-at-point, org-store-link): Support for mhe links.
14686         (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
14687         (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
14688         (org-mhe-get-header, org-follow-mhe-link): New functions.
14689         (org-remove-angle-brackets, org-add-angle-brackets):
14690         New functions.
14691         (org-bracket-link-regexp): New constant.
14692         (org-read-date): Fix bug that was rejecting all typed dates.
14693         (org-link-search): Make hierarchy above visible after a match.
14694         (org-follow-bbdb-link): Inhibit electric mode for BBDB.
14695         (org-store-link): Fix bug with link creation when cursor is in
14696         an empty line.
14697         (org-open-at-point): Fix bug with matching a link.
14698         Fixed buggy argument sequence in call to `org-view-tags'.
14699         (org-compile-prefix-format): Set `org-prefix-has-tag'.
14700         (org-prefix-has-tag): New variable.
14701         (org-format-agenda-item): Remove tags from headline
14702         if appropriate.
14703         (org-agenda-remove-tags-when-in-prefix): New option.
14705 2006-02-21  Michael Kifer  <kifer@cs.stonybrook.edu>
14707         * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
14708         Fix the regular expressions.
14710 2006-02-21  Richard M. Stallman  <rms@gnu.org>
14712         * progmodes/sh-script.el (sh-mode): Set shell type based on file name
14713         if there's no other specific basis.
14715         * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
14716         as variables at all.
14717         (unsafep-variable): Rename arg; doc fix.
14719         * abbrevlist.el (list-one-abbrev-table): Add autoload.
14721         * calendar/appt.el (diary-selective-display): Add defvar.
14723         * sort.el (sort-columns): Use Posix arg syntax for `sort'.
14725         * isearch.el (search-whitespace-regexp): Fix custom type.
14727         * help.el (describe-key-briefly): Compute interactive args
14728         in same was as before previous change.
14730         * files.el (enable-local-variables): Doc fix.
14732 2006-02-21  Kim F. Storm  <storm@cua.dk>
14734         * fringe.el: Cleanup as file is now pre-loaded.
14735         (fringe-bitmaps): Initialize unconditionally.
14736         (fringe-mode, set-fringe-style): Remove autoload cookies.
14738 2006-02-21  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
14740         * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
14741         `horizontal-bar'.
14742         (fringe-cursor-alist): Use `horizontal-bar'.
14744 2006-02-20  Kim F. Storm  <storm@cua.dk>
14746         * fringe.el (fringe-bitmaps): Update to new bitmap names.
14747         (fringe-indicator-alist, fringe-cursor-alist): Initialize.
14749         * loadup.el: Load "fringe" on window systems.
14751 2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
14753         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
14754         out of scope components.
14756         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
14757         default.
14759 2006-02-20  Chong Yidong  <cyd@stupidchicken.com>
14761         * custom.el (customize-mark-to-save, customize-mark-as-set):
14762         Load the symbol first.
14764 2006-02-20  Juanma Barranquero  <lekktu@gmail.com>
14766         * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
14767         strech spec so it doesn't display as "^J" on the header line
14768         when `Buffer-menu-use-header-line' is t.
14770 2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
14772         * speedbar.el (speedbar-make-button): Keep text properties
14773         of string arguments if desired.
14775         * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
14776         expessions.
14778         * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
14779         of speedbar.
14781 2006-02-19  Ryan Yeske  <rcyeske@gmail.com>
14783         * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
14784         to value of `read-file-name-completion-ignore-case'.
14786 2006-02-19  Chong Yidong  <cyd@stupidchicken.com>
14788         * custom.el (customize-mark-as-set): Push to `user' theme.
14790         * cus-edit.el (custom-save-variables): Allow unthemed values.
14791         (customize-set-variable): Push setting to `user' theme.
14793 2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
14795         * progmodes/gud.el: Don't require font-lock as it's now
14796         automatically loaded.
14797         (gud-speedbar-buttons): Replace gdb-var-changed with
14798         gdb-force-update.
14800         * progmodes/gdb-ui.el (gdb-force-update): Rename from
14801         gdb-var-changed.
14802         (gdb-post-prompt): Use it.
14803         (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
14804         (gdb-var-update-handler, gdb-var-delete)
14805         (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
14806         (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
14807         gdb-force-update in gdb-post-prompt.
14808         (gdb-reset): Clear watch expressions from speedbar when quitting.
14810 2006-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
14812         * viper-cmd.el (viper-insert-state-post-command-sentinel)
14813         (viper-change-state-to-vi, viper-change-state-to-emacs):
14814         Make aware of cursor coloring in the Emacs state.
14815         (viper-special-read-and-insert-char): Use read-char-exclusive.
14816         (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
14818         * viper-init.el (viper-emacs-state-cursor-color): New variable.
14820         * viper-util.el (viper-save-cursor-color)
14821         (viper-get-saved-cursor-color-in-replace-mode)
14822         (viper-get-saved-cursor-color-in-insert-mode)
14823         (viper-restore-cursor-color): Make aware of the cursor color in Emacs
14824         state.
14825         (viper-get-saved-cursor-color-in-emacs-mode): New function.
14827         * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
14828         (ediff-ignore-case-option3, ediff-actual-diff-options)
14829         (ediff-actual-diff3-options): New variables to control case sensitivity.
14830         (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
14831         (ediff-setup-diff-regions3): Make aware of case-sensitivity.
14832         (ediff-toggle-ignore-case): New function.
14833         (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
14835         * ediff-help.el (ediff-long-help-message-narrow2)
14836         (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
14837         (ediff-long-help-message-word-mode): Add ignore-case command.
14838         (ediff-help-for-quick-help): Add ignore-case command.
14840         * ediff-merg.el: Move provide to the end.
14842         * ediff-ptch.el: Move provide to the end.
14844         * ediff-wind.el: Move provide to the end.
14846         * ediff-mult.el: Move provide to the end.
14847         (ediff-set-meta-overlay): Enable follow-link.
14849         * ediff.el: Move provide to the end.
14850         Break recursive load cycle in eval-when-compile.
14851         (ediff-patch-buffer): Better heuristics.
14853         * ediff-util.el: Move provide to the end.
14854         Break recursive load cycle in eval-when-compile.
14855         (ediff-setup-keymap): Add binding for #c.  Replace some defsubsts with
14856         defuns.
14857         (ediff-submit-report): Pass the values of ediff-diff3-program,
14858         ediff-diff3-options.
14860 2006-02-19  Juanma Barranquero  <lekktu@gmail.com>
14862         * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
14863         the opening bracket of the following bracketing pairs: {}, [], (), <>,
14864         `' (for example, in the docstring of `windmove-default-keybindings').
14866 2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
14868         * progmodes/gud.el (gud-speedbar-buttons): Update properly for
14869         shadow face.  Don't provide binding to edit variable when it is
14870         out of scope.
14872         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
14873         (gdb-var-update-handler): Detect out of scope variables with pre
14874         GDB 6.4 too.
14875         (gdb-post-prompt): Revert change from 2006-02-17 (force update).
14876         Reset status of variable objects to nil in update handlers.
14877         (gdb-var-update-handler-1): Detect when a variable object comes
14878         in scope.  setcar on var changes gdb-var-list directly.
14880 2006-02-17  Juri Linkov  <juri@jurta.org>
14882         * ffap.el (ffap) <defface>: Add explicit face declaration.
14883         (ffap-highlight): Use face `ffap' directly instead of checking
14884         for its existence.
14886         * icomplete.el (icomplete-get-keys): Use `t' for the second arg
14887         `visible-ok' of `other-buffer' to find the right original buffer.
14889         * info.el (Info-search): Skip `Local Variables' node.
14891 2006-02-17  Juri Linkov  <juri@jurta.org>
14893         * info.el (Info-find-file): Check for symbols `apropos', `history',
14894         `toc' in the input filename, and return these symbols as is.
14895         (Info-find-node-2): Set Info-current-file to symbols `apropos',
14896         `history', `toc' instead of strings.
14897         (Info-set-mode-line): For non-string Info-current-file use the
14898         symbol's name inside **.
14899         (Info-isearch-push-state): Add quote before Info-current-file and
14900         Info-current-node.
14901         (Info-isearch-pop-state): Use `equal' instead of `string='.
14902         (Info-extract-pointer, Info-following-node-name): Use
14903         `match-string-no-properties' instead of `match-string'.
14904         (Info-up): Check `old-file' for `stringp'.
14905         (Info-history): Use `equal' instead of `string-equal'.
14906         Check `file' for `stringp'.
14907         (Info-history): Use symbol `history' instead of string as first arg
14908         of `Info-find-node'.
14909         (Info-toc): Check `Info-current-file' for `stringp'.  Use symbol
14910         `toc' instead of string.
14911         (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
14912         instead of `buffer-substring', and `match-string-no-properties'
14913         instead of `match-string'.
14914         (Info-index-nodes): Check for symbols `apropos', `history', `toc'
14915         instead of strings.
14916         (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
14917         Use symbol `apropos' instead of string.
14918         (Info-copy-current-node-name): Check `Info-current-file' for
14919         `stringp' and construct a command with `Info-find-node' from it.
14920         (Info-fontify-node): Use `match-string-no-properties' instead of
14921         `match-string' and check file names for `stringp'.
14922         (Info-desktop-buffer-misc-data): Check for symbols `apropos',
14923         `history', `toc' instead of strings.
14925 2006-02-17  Chong Yidong  <cyd@stupidchicken.com>
14927         * files.el: Rearrange functions and variables in the file local
14928         variables section.
14930 2006-02-17  Reiner Steib  <Reiner.Steib@gmx.de>
14932         * files.el: Add truncate-lines, ispell-check-comments and
14933         ispell-local-dictionary as safe local variables.
14935 2006-02-18  Nick Roberts  <nickrob@snap.net.nz>
14937         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
14938         out of scope variables.
14939         (gud-speedbar-buttons): Use unless.
14941         * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
14942         (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
14943         (gdb-show-changed-values): Also use for out of scope variables.
14944         (gdb-var-update-handler-1): Note if variable goes out of scope.
14946 2006-02-17  Ryan Yeske  <rcyeske@gmail.com>
14948         * net/rcirc.el (rcirc-connect): Make all arguments optional, and
14949         default to global variable values for unsupplied args.
14950         (rcirc-get-buffer-create): Fix bug with setting the target.
14951         (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
14952         test for rcirc-always-use-server-buffer-flag here.
14953         (rcirc-response-formats): Add %N, which is a facified nick.  %n
14954         uses the default face.  Change the ACTION format string.  If the
14955         "nick" is the server, don't print anything for that field.
14956         Comment fixes.
14957         (rcirc-target-buffer): Don't test
14958         rcirc-always-use-server-buffer-flag here.
14959         (rcirc-print): Squeeze extra spaces out of the text before message.
14960         (rcirc-put-nick-channel): Strip potential "@" char from nick
14961         before adding them to nick table.
14962         (rcirc-url-regexp): Improve to match address like "foo.com".
14964 2006-02-17  Eli Zaretskii  <eliz@gnu.org>
14966         * allout.el (allout-hidden-p): Move this defsubst before
14967         allout-overlay-interior-modification-handler, where it is first
14968         used.
14970 2006-02-17  Ken Manheimer  <ken.manheimer@gmail.com>
14972         * allout.el: Use allout invisible-text overlays instead of
14973         selective display for concealed text.  Also, lots of general
14974         cleanup, and improved compatibility code.
14976         (allout-version): Incremented, corrected, revised, and refined
14977         module commentary.
14979         (provide 'allout): Moved to the bottom, added a require of overlay.
14981         (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
14982         `except-current'.
14983         (allout-write-file-hook-handler): Minimize delay.
14984         (count-trailing-whitespace-region): New function so
14985         auto-encryption of current topic can resituate cursor exactly.
14986         PGP/GPG encryption trims trailing whitespace from lines, which
14987         must be accounted for across encryption then decryption.
14989         (allout-command-prefix): Now defaults to "\C-c<space>" rather than
14990         just plain "\C-c", to avoid intruding on user's keybinding space.
14992         (allout-toggle-current-subtree-encryption): Pass along fetch-pass
14993         parameter, so user request to provide a new password is done.
14995         (allout-outside-normal-auto-fill-function, allout-auto-fill):
14996         Refined mechanism for auto-filling behavior while in allout mode.
14998         (allout-mode): Explicitly specify the mode map in the docstring.
14999         Clarify provision for various write-file hook var names.
15000         Adjusted for invisible-text overlays instead of selective-display.
15002         (allout-depth): Really return 0 if not within any topic.  This
15003         rectifies `allout-beginning-of-level' and sequence numbering
15004         errors that occur when cutting and pasting numbered topics.
15005         Changed from a in-line subst to a regular function, as well.
15007         (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
15009         (allout-end-of-subtree, allout-end-of-subtree)
15010         (allout-end-of-entry, allout-end-of-current-heading)
15011         (allout-next-visible-heading, allout-open-topic, allout-show-entry)
15012         (allout-show-children, allout-show-to-offshoot)
15013         (allout-hide-current-entry, allout-show-current-entry): Rectified
15014         handling of trailing blank lines between items.
15016         (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
15017         (allout-current-depth, allout-unprotected, allout-hidden-p)
15018         (allout-on-current-heading-p, allout-listify-exposed)
15019         (allout-chart-subtree, allout-goto-prefix)
15020         (allout-back-to-current-heading, allout-get-body-text)
15021         (allout-snug-back, allout-flag-current-subtree, allout-show-all)
15022         (allout-hide-region-body, allout-toggle-subtree-encryption)
15023         (allout-encrypt-string, allout-encrypted-key-info)
15024         (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
15025         (allout-file-vars-section-data): Adjusted for use with
15026         invisible-text overlays instead of selective-display.
15028         (allout-kill-line, allout-kill-topic, allout-yank-processing):
15029         Reworked for use with invisible text overlays.
15031         (allout-current-topic-collapsed-p): New function.
15033         (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
15034         to know when to close the containing topic.
15036         (allout-pre-command-business, allout-post-command-business):
15037         Simplify undo-batching and dynamic isearch exposure.
15039         (allout-set-overlay-category): New for invisible-text overlays.
15040         Sets properties of allout-overlay-category, used by
15041         allout-flag-region to set invisible-text overlay properties.
15042         (allout-get-invisibility-overlay): Get the first qualifying
15043         invisibility overlay, so we can find the extent of it.
15044         (allout-back-to-visible-text): Get to just before the beginnining
15045         of the current invisibility overlay, if any.
15047         (allout-overlay-insert-in-front-handler)
15048         (allout-overlay-interior-modification-handler)
15049         (allout-before-change-handler, allout-isearch-end-handler): New
15050         functions to handle extraordinary actions affecting concealed
15051         text.
15053         (allout-flag-region): Use overlays instead of selective-display
15054         for invisible text - by inheritence from the properties of
15055         allout-overlay-category in mainline Emacs, and applied
15056         property-by-property in XEmacs, some recent versions of which
15057         don't inherit the properties from the category.  Provisions to
15058         respond to concealed-text edits simplified drastically.
15060         (allout-isearch-rectification, allout-isearch-was-font-lock)
15061         (allout-isearch-expose, allout-enwrap-isearch)
15062         (allout-isearch-abort, allout-pre-was-isearching)
15063         (allout-isearch-prior-pos, allout-isearch-did-quit)
15064         (allout-isearch-dynamic-expose)
15065         (allout-hide-current-entry-completely): Functions deleted.
15067         (allout-undo-aggregation): Explicit undo aggregation no longer
15068         necessary due to transition away from selective-display.
15070         (set-allout-regexp, allout-up-current-level)
15071         (allout-next-visible-heading, allout-forward-current-level)
15072         (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
15073         (allout-kill-line, allout-yank-processing, allout-show-children)
15074         (allout-expose-topic, allout-old-expose-topic)
15075         (allout-listify-exposed, allout-insert-latex-header)
15076         (allout-toggle-subtree-encryption, allout-encrypt-string)
15077         (remove-from-invisibility-spec, allout-hide-current-subtree):
15078         Ditched unused variables.
15080 2006-02-17  Agustin Martin  <agustin.martin@hispalinux.es>
15082         * textmodes/ispell.el (ispell-change-dictionary): Call
15083         ispell-buffer-local-dict instead of
15084         ispell-accept-buffer-local-defs.
15085         (ispell-local-dictionary-alist): Accept as valid any coding-system
15086         supported by Emacs.
15087         (ispell-dictionary-alist-3): Esperanto dictionary's coding system
15088         changed to iso-8859-3.
15090 2006-02-17  Nick Roberts  <nickrob@snap.net.nz>
15092         * speedbar.el (speedbar-frame-width): Make an inline function
15093         instead of a macro.  Use frame-width.
15094         (speedbar-try-completion, speedbar-update-contents)
15095         (speedbar-timer-fn): Use consp.
15096         (speedbar-update-localized-contents): Try to preserve point.
15098         * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
15099         (menu): Re-order menu items.
15100         (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
15101         field.
15102         (gdb-var-update-handler-1): Use it for GDB 6.4+.
15103         (gdb-post-prompt): Speed things by not forcing update.
15105 2006-02-16  Chong Yidong  <cyd@stupidchicken.com>
15107         * wid-edit.el (widget-button-click): For mouse-1, cancel button
15108         press and perform default action if we get a mouse movement event.
15110 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
15112         * calendar/icalendar.el (icalendar--get-event-property)
15113         (icalendar--get-event-property-attributes): Fix typos in
15114         docstrings.
15116         * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
15117         docstring.
15119 2006-02-15  Juanma Barranquero  <lekktu@gmail.com>
15121         * bs.el (bs-mode): Use `buffer-disable-undo'.
15122         (bs--get-file-name): Simplify.
15123         (bs-show-in-buffer): Mark the buffer as not modified.
15125 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
15127         * wid-edit.el (widget-keymap): Bind down-mouse-1 to
15128         widget-button-click.
15130         * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
15131         (custom-mode): Update docstring.
15133         * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
15134         binding.
15136         * files.el (hack-local-variables-confirm): Allow scrolling if the
15137         file variable list is too long.  Kill temp buffer after use.
15139 2006-02-15  Nick Roberts  <nickrob@snap.net.nz>
15141         * progmodes/gud.el (gdb): Improve doc string.
15142         (gdb-script-font-lock-keywords): Expand allowed character set.
15144         * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
15145         (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
15146         (gdb-separate-io-interrupt, gdb-separate-io-quit)
15147         (gdb-separate-io-stop, gdb-separate-io-eof):
15148         Rename from gdb-inferior-* to gdb-separate-*.
15149         (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
15151 2006-02-14  Jay Belanger  <belanger@truman.edu>
15153         * calc/calc-arith.el (math-check-known-scalarp): Make sure
15154         expression is a symbol before checking that it is bound.
15156         * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
15157         test to see if equation can be solved.
15159 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
15161         * wid-edit.el (widget-button-click): Use :pressed-face property
15162         for overlay face, if it exists.
15164         * cus-edit.el (custom-manual, custom-add-see-also)
15165         (custom-add-parent-links, custom-group-link): Add :pressed-face
15166         property to links.
15168         * files.el (hack-local-variables): Remove ignored variables before
15169         checking if any variables need setting.
15171 2006-02-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15173         * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
15175 2006-02-14  Juanma Barranquero  <lekktu@gmail.com>
15177         * help.el (where-is): Fix message for remapped commands.
15179         * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
15180         Fix typos in docstrings.
15182 2006-02-13  Chong Yidong  <cyd@stupidchicken.com>
15184         * files.el (safe-local-variable-values): New option.
15185         (hack-local-variables-prop-line): Return a list of variable-value
15186         pairs if MODE-ONLY is non-nil.
15187         (hack-local-variables): Construct list of variable-value pairs,
15188         and apply or reject them in one go.  Ask for confirmation if
15189         variables are not known safe.
15190         (hack-local-variables-confirm): Complete rewrite.  Support
15191         `safe-local-variable-values'.
15192         (enable-local-variables): Update docstring to reflect new
15193         behavior.
15194         (ignored-local-variables): Ignore ignored-local-variables and
15195         safe-local-variable-values.
15196         (safe-local-variable-p): New function.
15197         (risky-local-variable-p): `safe-local-variable' property check
15198         moved to safe-local-variable-p.
15199         (hack-one-local-variable): Checks moved to hack-local-variables.
15201         (byte-compile-dynamic, c-basic-offset, c-file-style)
15202         (c-indent-level, comment-column, fill-column, fill-prefix)
15203         (indent-tabs-mode, kept-new-versions, no-byte-compile)
15204         (no-update-autoloads, outline-regexp, page-delimiter)
15205         (paragraph-start, paragraph-separate, sentence-end)
15206         (sentence-end-double-space tab-width, version-control):
15207         Add `safe-local-variable' property.
15209         * find-lisp.el: Delete nonexistent `autocompile' file variable.
15211         * icomplete.el, play/landmark.el: Change nonexistent
15212         `outline-layout' file variable to `allout-layout'.
15214 2006-02-14  Nick Roberts  <nickrob@snap.net.nz>
15216         * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
15217         (gdb-get-changed-registers): Test value of gud-minor-mode relative
15218         to gud-comint-buffer.
15219         (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
15220         gdb-ui.el for gdb-mi.el.
15221         (gdb-post-prompt, gdb-get-changed-registers): Move test for
15222         registers buffer to gdb-get-changed-registers.
15223         (gdb-breakpoint-regexp): New regexp.  Allow toggling and
15224         deletion of catchpoints (throw and catch).
15225         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
15226         (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
15227         (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
15228         (gdb-var-list-children-1, gdb-info-breakpoints-custom)
15229         (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
15231 2006-02-13  Jay Belanger  <belanger@truman.edu>
15233         * calc/calc-arith.el (math-check-known-matrixp): Make sure
15234         expression is a symbol before checking that it is bound.
15236 2006-02-13  Richard M. Stallman  <rms@gnu.org>
15238         * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
15239         for the minibuffer too, but not if resize-mini-windows will interfere.
15241         * help.el (describe-key-briefly, describe-key): Do all arg-reading
15242         inside `interactive' spec.
15243         (describe-key-briefly-internal, describe-key-internal):
15244         Functions merged back into their callers.
15246 2006-02-13  Martin Rudalics  <rudalics@gmx.at>
15248         * info.el (info-xref-visited): Inherit from info-xref too.
15249         (Info-set-mode-line): Replace occurrences of `%' by `%%'
15250         when propertizing Info-current-file and Info-current-node.
15252 2006-02-13  Juri Linkov  <juri@jurta.org>
15254         * tumme.el (tumme-thumbnail-storage): Fix docstring.
15255         (tumme-thumb-name): Fix per-directory format.
15257 2006-02-13  Juanma Barranquero  <lekktu@gmail.com>
15259         * subr.el (substitute-key-definition): Doc fix (hide internal arg).
15261 2006-02-12  Miles Bader  <miles@gnu.org>
15263         * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
15265 2006-02-13  Mathias Dahl  <mathias.dahl@gmail.com>
15267         * tumme.el: Remove history section.  If someone needs the it, it
15268         can always be found in CVS.
15270 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
15272         * tumme.el (tumme-thumbnail-storage): Update docstring.  Add info
15273         about the Thumbnail Managing Standard option.
15275 2006-02-12  Richard M. Stallman  <rms@gnu.org>
15277         * subr.el (substitute-key-definition): Doc fix.
15279         * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
15281         * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
15283         * info.el (Info-mode): Doc fix.
15285         * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
15287 2006-02-12  Michael Albinus  <michael.albinus@gmx.de>
15289         * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
15290         because on Solaris a POSIX compatible "id" is needed.  Reported by
15291         Magnus Henoch <mange@freemail.hu>.
15293 2006-02-12  Juri Linkov  <juri@jurta.org>
15295         * tumme.el: Remove todo item about Thumbnail Managing Standard.
15296         (tumme) <defgroup>: Change :group to `multimedia'.
15297         (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
15298         Managing Standard.
15299         (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
15300         Fix dostring.
15301         (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
15302         and %y.  Fix docstring.
15303         (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
15304         (tumme-cmd-create-standard-thumbnail-command): New user options.
15305         (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
15306         is `standard'.  Fix docstring.
15307         (tumme-thumb-width, tumme-thumb-height): New user options.
15308         (tumme-external-viewer): Try to find various viewers.
15309         (tumme-get-thumbnail-image): Use `create-image' instead of
15310         constructing the `image' structure.
15311         (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
15312         `standard'.
15313         (tumme-thumb-name): Add file name generation for standard storage.
15314         Simplify code for other storages.
15315         (tumme-thumb-name): Use width %w and height %h instead of size %s.
15316         Add modification time %m and thumbnail-nq8 %q.
15317         Use `tumme-cmd-create-standard-thumbnail-command' if
15318         tumme-thumbnail-storage is `standard'.
15319         (tumme-dired-insert-marked-thumbs): New autoload command.
15320         (tumme-dired-after-readin-hook): New function.
15321         (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
15322         `tumme-thumb-size'.
15323         (tumme-display-image): Replace size-x %x and size-y %y with
15324         width %w and height %h.
15326         * dired.el (dired-mode-map): Bind `\C-t\C-t' to
15327         `tumme-dired-insert-marked-thumbs'.
15329 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
15331         * tumme.el (tumme-write-tag): Fix small bug (file name did not
15332         include path).
15333         (tumme-mark-tagged-files): Fix bug in regexp used to find rows
15334         matching tag.
15336 2006-02-12  Miles Bader  <miles@gnu.org>
15338         * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
15339         New variables.
15340         (rcirc-abbrev-nick): New function.
15341         (rcirc-format-response-string): Rewrite to use the formats in
15342         `rcirc-response-formats' and expand escape sequences therein.
15343         A text-property `rcirc-text' is added over the actual response
15344         text to make easy to find inside the returned string.
15345         (rcirc-print): When filling, just look for the `rcirc-text'
15346         text-property to find the appropriate fill prefix, instead of
15347         using hardwired patterns.
15349 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
15351         * tumme.el: Enhance some docstrings.  Add todo item about Thumbnail
15352         Managing Standard.
15354 2006-02-11  Kim F. Storm  <storm@cua.dk>
15356         * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
15357         Don't use insert-buffer; do insert-buffer-substring directly.
15358         (ido-file-internal): Set mark for ido-insert-file.  Use insert-file-1.
15360 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
15362         * files.el (revert-buffer, recover-file): Replace buffer-read-only
15363         with inhibit-read-only.  Suggested by Stefan Monnier.
15364         (revert-buffer): Let insert-file-contents discard
15365         buffer-undo-list.  Simplify code.
15366         (find-file, find-file-existing, revert-buffer): Doc-string fixes.
15368 2006-02-11  Eli Zaretskii  <eliz@gnu.org>
15370         * menu-bar.el (menu-bar-select-yank): Add a doc string.
15372         * help.el (describe-key-briefly): Now a wrapper for
15373         describe-key-briefly-internal.  Bind enable-disabled-menus-and-buttons
15374         to t.  Populate yank-menu if empty.
15375         (describe-key-briefly-internal): Renamed from describe-key-briefly.
15376         (describe-key): Now a wrapper for describe-key-internal.  Bind
15377         enable-disabled-menus-and-buttons to t.  Populate yank-menu if empty.
15378         (describe-key-internal): Renamed from describe-key.
15380 2006-02-11  Milan Zamazal  <pdm@zamazal.org>
15382         * progmodes/glasses.el (glasses-separator): Doc fix.
15383         (glasses-original-separator): New defcustom.
15384         (glasses-make-readable, glasses-convert-to-unreadable): Use it.
15386 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
15388         * mwheel.el (mouse-wheel-up-event): Doc fix.
15390 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
15392         * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
15393         (tumme-dir): New function.  Copied from thumbs.el.
15395 2006-02-10  Juanma Barranquero  <lekktu@gmail.com>
15397         * desktop.el (desktop-outvar): Fix typo.
15398         (desktop-save-buffer-p): Doc fix.
15400         * subr.el (substitute-key-definition): Fix typo.
15402 2006-02-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15404         * frame.el (select-frame-set-input-focus): Call x-focus-frame also
15405         when window-system is mac.
15407         * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
15409 2006-02-10  Kim F. Storm  <storm@cua.dk>
15411         * subr.el (substitute-key-definition-key): Pass t for NOERROR to
15412         indirect-function instead of using condition-case.
15414 2006-02-10  Mathias Dahl  <mathias.dahl@gmail.com>
15416         * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
15417         less `colloquial'...
15419 2006-02-09  Mathias Dahl  <mathias.dahl@gmail.com>
15421         * tumme.el: Add a couple of todo items.
15423 2006-02-09  Lars Hansen  <larsh@soem.dk>
15425         * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
15426         (highlight-changes-mode): Don't change desktop-locals-to-save.
15428 2006-02-09  Chong Yidong  <cyd@stupidchicken.com>
15430         * image-mode.el (image-toggle-display): Clear image cache if using
15431         filename.
15433 2006-02-09  Masatake YAMATO  <jet@gyve.org>
15435         * dired-x.el (dired-guess-shell-alist-default): Add .man as
15436         a `dired-man' target.
15438         * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
15439         boundary of symbols.
15441 2006-02-08  Peter Doornbosch  <peter.doornbosch@luminis.nl>  (tiny change)
15443         * vc-svn.el (vc-svn-print-log): Show recent commits as well.
15445 2006-02-09  Juanma Barranquero  <lekktu@gmail.com>
15447         * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
15448         `mapcar'; return nil.
15450 2006-02-08  Chong Yidong  <cyd@stupidchicken.com>
15452         * mouse.el (mouse-drag-track): Don't change window if we rebind to
15453         some other event.
15455 2006-02-08  Ryan Yeske  <rcyeske@gmail.com>
15457         * net/rcirc.el (rcirc-startup-channels-alist):
15458         Add irc.freenode.net and #emacs as defaults.
15459         (rcirc-ignore-all-activity-flag): Remove variable.
15460         (rcirc-authinfo): New variable.
15461         (rcirc-authinfo-filename): Remove variable.
15462         (rcirc-always-use-server-buffer-flag): New flag.
15463         (rcirc): M-x rcirc will automatically connect without prompting.
15464         C-u M-x rcirc will prompt.  Use rcirc-connect to create a
15465         connection in lisp.
15466         (rcirc-process-server-response-1): Remove everything but the nick
15467         portion of the sender so it doesn't need to be done everywhere
15468         else.  Update related code.
15469         (global-map): Remove global keybindings.
15470         (rcirc-get-buffer-create): Make sure rcirc-topic is set.
15471         (rcirc-send-input): Split into several functions.
15472         (rcirc-process-input-line, rcirc-process-message)
15473         (rcirc-process-command): New functions.
15474         (rcirc-target-buffer): New function to determine where to route
15475         messages.
15476         (rcirc-user-nick): Save match data.
15477         (rcirc-toggle-ignore-buffer-activity)
15478         (rcirc-update-activity-string): Remove global ignore functionality,
15479         which can be done now by toggling rcirc-track-minor-mode.
15480         (rcirc-track-minor-mode-map): New keymap.
15481         (rcirc-track-minor-mode): New minor-mode.
15482         (ignore): Make the ignore output nicer.  Always print it when
15483         adding or removing nicks.
15484         (rcirc-url-regexp): Improve.
15485         (rcirc-mangle-text): Remove properties before using text in the
15486         modeline.
15487         (rcirc-authenticate): Authentication data comes from
15488         rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
15489         (rcirc-server-prefix): Inherit from rcirc-server.
15491 2006-02-08  Mathias Megyei  <Mathias.Megyei@micronas.com>  (tiny change)
15493         * Makefile.in (compile): Append "|| true" to the end of the `find'
15494         command, like compile-always does.
15496 2006-02-08  Sam Steingold  <sds@gnu.org>
15498         * net/tramp.el (tramp-maybe-open-connection): Do not wait for
15499         output from a dead connection.
15501 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
15503         * dired.el (dired-mode-map): Add more bindings for tumme.
15505 2006-02-07  Stefan Monnier  <monnier@iro.umontreal.ca>
15507         * wdired.el (wdired-mode-map): Use remap.
15508         (wdired-get-filename): Massage.
15509         (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
15510         (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
15511         `keymap' property rather than `local-map'.
15513 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
15515         * tumme.el (tumme-get-thumbnail-image): New utility function.
15516         Suggested by from Chong Yidong.
15517         (tumme-dired-with-window-configuration): Rename from
15518         `tumme-dired'.  Add code to save window configuration.
15519         (tumme-restore-window-configuration): New command to restore the
15520         window configuration that `tumme-dired-with-window-configuration'
15521         saves before it changes the window configuration.
15522         (tumme-show-all-from-dir): New command to display thumbnails for
15523         all files in a directory entered by the user, like M-x thumbs.
15524         (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
15525         have been created.
15526         (tumme-display-thumbnail-original-image): Call `display-buffer'.
15527         (obsolete-tumme-display-thumbnail-original-image-and-buffer):
15528         Remove obsolete test function.
15530 2006-02-07  Juanma Barranquero  <lekktu@gmail.com>
15532         * vc.el (small-temporary-file-directory): Remove defvar; there's
15533         a defcustom for it in files.el.
15535         * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
15536         Fix typo in message.
15537         (tumme-gallery-generate): Fix typo in `error' message.
15538         (tumme-display-window-height-correction)
15539         (tumme-display-window-width-correction, tumme-line-up-dynamic)
15540         (tumme-line-up-interactive): Dox fixes.
15541         (tumme-cmd-rotate-original-options, tumme-display-properties-format)
15542         (tumme-restore-window-configuration, tumme-format-properties-string)
15543         (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
15544         Fix typos in docstrings.
15546 2006-02-07  Chris Moore  <christopher.ian.moore@gmail.com>
15548         * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
15550 2006-02-07  Nick Roberts  <nickrob@snap.net.nz>
15552         * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
15553         User should use hook if desired.
15555         * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
15556         buffer if necessary.
15557         (gdb-delete-frame-or-window): New function.
15558         (gdb-breakpoints-mode-map): Bind "q" to it.
15560 2006-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15562         * textmodes/nroff-mode.el: Clean up name space.
15563         (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
15564         (nroff-mode): Obey the global setting of nroff-electric-mode.
15565         (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
15567         * calendar/calendar.el (calendar-increment-month): Typo in last change.
15569 2006-02-06  Thien-Thi Nguyen  <ttn@gnu.org>
15571         * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
15573 2006-02-06  Lars Hansen  <larsh@soem.dk>
15575         * generic-x.el (etc-fstab-generic-mode): Add file system types
15576         cifs and usbdevfs.  Allow special chars in file names.
15578 2006-02-05  Jay Belanger  <belanger@truman.edu>
15580         Update copyright notices of the files in lisp/calc.
15582 2006-02-05  Romain Francoise  <romain@orebokech.com>
15584         Update copyright notices of all files in the lisp/play directory.
15586 2006-02-04  Luc Teirlinck  <teirllm@auburn.edu>
15588         * ldefs-boot.el: Regenerate.
15590         * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
15592 2006-02-05  Kim F. Storm  <storm@cua.dk>
15594         * files.el (magic-mode-regexp-match-limit): New defvar.
15595         (set-auto-mode): Use it to limit magic-mode-alist matching.
15597 2006-02-04  Eli Zaretskii  <eliz@gnu.org>
15599         * info.el (Info-index, Info-mode): Improve the description of the
15600         `i' command.
15602         * ldefs-boot.el: Regenerate.
15604 2006-02-03  Werner Lemberg  <wl@gnu.org>
15606         * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
15607         greedy to find the closing bracket in \*[...] and similar
15608         expressions.  This is a first rough fix -- many additional
15609         refinements are necessary to make nroff mode really usable with groff.
15611 2006-02-03  Jens Petersen  <petersen@redhat.com>  (tiny change)
15613         * international/mule-cmds.el (set-locale-environment):
15614         Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
15615         libX11.
15617 2006-02-03  Joe Wells  <jbw@macs.hw.ac.uk>  (tiny change)
15619         * arc-mode.el (archive-maybe-copy): Fix the way directories in the
15620         archive are created in archive-tmpdir.
15622 2006-02-02  John Paul Wallington  <jpw@pobox.com>
15624         * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
15625         (ibuffer-fontification-alist): Use it.
15626         (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
15627         to "* z" and the Ibuffer Mark menu.
15629         * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
15631 2006-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
15633         * textmodes/table.el (*table--cell-describe-mode)
15634         (*table--cell-describe-bindings): Undo last change since
15635         print-help-return-message is not obsoleted by anything at all.
15637 2006-02-02  Luc Teirlinck  <teirllm@auburn.edu>
15639         * emulation/cua-base.el (cua-mode): Doc fix.
15641 2006-02-02  Juanma Barranquero  <lekktu@gmail.com>
15643         * dframe.el (dframe-handle-make-frame-visible)
15644         (dframe-handle-iconify-frame, dframe-get-focus)
15645         (dframe-select-attached-frame, dframe-power-click)
15646         (dframe-frame-mode): Fix typos in docstrings.
15648         * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
15649         (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
15650         Fix typos in docstrings.
15652         * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
15653         (hi-lock-face-buffer, hi-lock-font-lock-hook)
15654         (hi-lock-archaic-interface-message-used)
15655         (hi-lock-file-patterns-range): Fix typos in docstrings.
15657         * savehist.el (savehist-loaded, savehist-load, savehist-install)
15658         (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
15660         * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
15661         Fix typo in docstring.
15663         * net/newsticker.el (newsticker--decode-iso8601-date)
15664         (newsticker--set-customvar, newsticker--buffer-insert-item)
15665         (newsticker--do-run-auto-mark-filter)
15666         (newsticker--parse-generic-feed): Doc fixes.
15667         (newsticker--retrieval-timer-list, newsticker-url-list)
15668         (newsticker-hide-immortal-items-in-echo-area)
15669         (newsticker-hide-obsolete-items-in-echo-area)
15670         (newsticker-new-item-face, newsticker--enclosure)
15671         (newsticker-buffer-update, newsticker-w3m-show-inline-images)
15672         (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
15673         (newsticker--parse-generic-feed, newsticker--cache-contains)
15674         (newsticker--stat-num-items, newsticker-download-enclosures):
15675         Fix typos in docstrings.
15677         * net/rcirc.el (rcirc-debug): Doc fix.
15678         (rcirc-fill-column, rcirc-receive-message-hooks)
15679         (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
15680         (rcirc-mode, rcirc-generate-new-buffer-name)
15681         (rcirc-startup-channels, rcirc-ignore-update-automatic)
15682         (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
15683         Fix typos in docstrings.
15684         (rcirc-print): "?\ " -> "?\s".
15685         (rcirc-cmd-join): Improve argument/docstring consistency.
15687 2006-02-01  Mark A. Hershberger  <mah@everybody.org>
15689         * xml.el (xml-parse-region): Move save-excursion and set-buffer up
15690         before narrow-to-region.
15692 2006-02-01  Richard M. Stallman  <rms@gnu.org>
15694         * simple.el (move-beginning-of-line): Scan properly for invis change.
15696         * replace.el (multi-occur-in-matching-buffers): Fix prev change.
15698 2006-02-01  Michael Albinus  <michael.albinus@gmx.de>
15700         * net/tramp.el (tramp-convert-file-attributes): Set file's gid
15701         change bit only when id-format is 'integer.  Reported by Matt
15702         Hodges <M.P.Hodges@rl.ac.uk>.
15704 2006-02-01  Juanma Barranquero  <lekktu@gmail.com>
15706         * hilit-chg.el (highlight-changes-initial-state)
15707         (highlight-changes-global-initial-state): Doc fixes.
15708         (highlight-changes-global-modes, global-highlight-changes):
15709         Fix typos in docstrings.
15711 2006-02-01  Kim F. Storm  <storm@cua.dk>
15713         * emulation/cua-base.el (cua-mode): Mention that CUA enables
15714         transient-mark-mode in doc string.
15716 2006-01-31  Richard M. Stallman  <rms@gnu.org>
15718         * replace.el (multi-occur): Doc fix.
15719         (multi-occur-in-matching-buffers): Rename from
15720         multi-occur-by-filename-regexp.  Prefix arg says match
15721         buffer names instead of file names.
15723 2006-01-31  Juanma Barranquero  <lekktu@gmail.com>
15725         * bs.el: Allow non-default values of `bs-header-lines-length'.
15726         (bs--running-in-xemacs): Remove (not needed anymore).
15727         (bs--set-window-height): Simplify by using `fit-window-to-buffer'
15728         instead of `shrink-window', thus avoiding having to compute the
15729         height of the window.
15730         (bs--up): Wrap around even when there's no header.
15731         (bs--down): Use `forward-line' instead of `next-line'.
15733 2006-01-30  Chong Yidong  <cyd@stupidchicken.com>
15735         * image-mode.el (image-toggle-display): Use file name if possible,
15736         instead of unnecessarily allocating a (possibly huge) lisp string.
15738 2006-01-30  John Paul Wallington  <jpw@pobox.com>
15740         * subr.el (toplevel): Define `cl-assertion-failed' condition here
15741         because the `assert' macro signals it at runtime.
15743         * emacs-lisp/cl.el (toplevel): Remove definition of
15744         `cl-assertion-failed' condition.
15746 2006-01-30  Nick Roberts  <nickrob@snap.net.nz>
15748         * thumbs.el (thumbs-marked-list): Make buffer-local and
15749         permanent-local.
15750         (thumbs-insert-thumb): Make help-echo non-sticky.
15751         (thumbs-file-alist): Use eolp as check for (non)-image.
15753 2006-01-30  Juanma Barranquero  <lekktu@gmail.com>
15755         * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
15756         (ediff-before-session-group-setup-hooks)
15757         (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
15758         Fix typos in docstrings.
15760         * window.el (bw-dir, bw-eqdir, balance-windows)
15761         (split-window-keep-point): Fix typos in docstrings.
15763         * textmodes/org.el (org-allow-space-in-links, org-closed-string)
15764         (org-quote-string, org-calendar-to-agenda-key)
15765         (org-agenda-sorting-strategy, org-agenda-use-time-grid)
15766         (org-show-following-heading, org-tags-column)
15767         (org-use-tag-inheritance, org, org-allow-space-in-links)
15768         (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
15769         (org-enable-table-editor, org-calc-default-modes)
15770         (org-table-allow-automatic-line-recalculation)
15771         (org-export-html-style, org-export-with-fixed-width)
15772         (org-export-with-sub-superscripts, org-special-keyword)
15773         (org-formula, org-time-grid, org-table-may-need-update)
15774         (org-mode, org-goto-ret, org-goto-left, org-goto-right)
15775         (org-goto-quit, org-get-indentation, org-end-of-item)
15776         (org-move-item-down, org-move-item-up)
15777         (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
15778         (org-remove-occur-highlights, org-read-date, org-goto-calendar)
15779         (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
15780         (org-agenda-log-mode, org-agenda-toggle-diary)
15781         (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
15782         (org-agenda-file-to-end, org-agenda-no-heading-message)
15783         (org-agenda-get-closed, org-format-agenda-item)
15784         (org-cmp-priority, org-cmp-category, org-cmp-time)
15785         (org-agenda-change-all-lines, org-agenda-diary-entry)
15786         (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
15787         (org-link-search, org-camel-to-words, org-open-file)
15788         (org-remember-handler, org-table-convert-region)
15789         (org-table-move-row-down, org-table-move-row-up)
15790         (org-table-copy-region, org-table-wrap-region)
15791         (org-table-toggle-vline-visibility)
15792         (org-table-get-vertical-vector, org-table-modify-formulas)
15793         (org-table-get-specials, org-recalc-commands)
15794         (org-table-rotate-recalc-marks, org-table-eval-formula)
15795         (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
15796         (org-level-color-stars-only, org-insert-heading):
15797         Fix typos in docstrings.
15798         (last-arg): Add defvar.
15800         * makefile.w32-in (WINS): Add erc.
15801         (MH_E_SRC): Update (copied from lisp/Makefile.in).
15803 2006-01-29  Bill Wohler  <wohler@newt.com>
15805         * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
15806         mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
15807         mh-tool-bar.el, mh-xface.el.  Remove mh-customize.el, mh-init.el.
15808         (mh-autoloads): Don't use comments on otherwise empty lines.
15810 2006-01-29  Edward O'Connor  <ted@oconnor.cx>
15812         * emulation/viper.el (viper-major-mode-modifier-list):
15813         Add insert-state and vi-state entries for erc-mode.
15814         (viper-go-away, viper-set-hooks): Add and remove
15815         viper-comint-mode-hook from erc-mode-hook as appropriate.
15817         * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
15819 2006-01-29  Juanma Barranquero  <lekktu@gmail.com>
15821         * bs.el (bs--format-aux): Implement `middle' alignment as
15822         described in the docstring for `bs-attributes-list'.
15823         (bs--get-name): Simplify.  Don't pad the buffer name.
15825 2006-01-27  Agustin Martin  <agustin.martin@hispalinux.es>
15827         * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
15828         English aspell dictionary is installed, use the first entry of
15829         ispell-dictionary-alist-1.
15831 2006-01-27  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
15833         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
15834         Doc fix.
15836 2006-01-27  Michael Albinus  <michael.albinus@gmx.de>
15838         * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
15839         for `process-file', in order to let it work for older Emacsen too.
15841 2006-01-27  Eli Zaretskii  <eliz@gnu.org>
15843         * international/latexenc.el: Add a suitable `coding:' tag.
15844         (latexenc-find-file-coding-system): Undo last change.
15846 2006-01-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
15848         * international/latexenc.el (latexenc-find-file-coding-system):
15849         Make sure latexenc-main-file is a regular file and is readable.
15851 2006-01-27  Andre Spiegel  <spiegel@gnu.org>
15853         * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
15854         Pass FILE to vc-user-login-name.
15856         * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
15858 2006-01-27  Nick Roberts  <nickrob@snap.net.nz>
15860         * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
15861         there are no more images to display.
15862         (thumbs-mark, thumbs-unmark): Revert change so that they move to
15863         the next image.
15865 2006-01-26  Richard M. Stallman  <rms@gnu.org>
15867         * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
15869         * wid-edit.el (advertised-widget-backward): New alias.
15870         (widget-keymap): Use advertised-widget-backward for S-TAB.
15872         * tumme.el: Correct the keywords.
15873         (tumme-dir-max-size): Use defvar.
15874         (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
15876         * simple.el (move-beginning-of-line): Take account of fields.
15877         (clone-indirect-buffer-other-window): Take args like
15878         clone-indirect-buffer, and work like it.
15880         * help-fns.el (describe-function): Don't pass `nil' as default.
15882         * files.el (risky-local-variable-p): Follow var aliases.
15884         * subr.el (lazy-completion-table): Doc fix.
15886         * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
15887         global binding of `line'.
15889 2006-01-25  Andre Spiegel  <spiegel@gnu.org>
15891         * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
15892         Tramp.
15894         * vc.el (vc-default-dired-state-info): Pass FILE to
15895         vc-user-login-name.
15896         (vc-default-update-changelog): Don't use vc-user-login-name, we
15897         don't need it here.
15899         * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
15900         no longer necessary.
15902 2006-01-25  Kenichi Handa  <handa@m17n.org>
15904         * international/mule.el (decode-char): Avoid the overhead of
15905         calling utf-lookup-subst-table-for-decode if
15906         utf-translate-cjk-mode is nil.
15907         (encode-char): Avoid the overhead of calling
15908         utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
15909         nil.
15911 2006-01-22  Kenichi Handa  <handa@m17n.org>
15913         * international/mule.el (make-subsidiary-coding-system): Reset
15914         `coding-system-define-form' property of subsidiaries to nil.
15915         Avoid duplicated entry in coding-system-alist.
15916         (make-coding-system): Avoid duplicated entry in
15917         coding-system-alist.
15918         (define-coding-system-alias): Likewise.
15920 2006-01-24  Luc Teirlinck  <teirllm@auburn.edu>
15922         * completion.el: Minor fixes in introductory comment.
15923         (completion-def-wrapper): Fix alist.
15925 2006-01-25  Nick Roberts  <nickrob@snap.net.nz>
15927         * thumbs.el (thumbs-new-image-size): New function.
15928         (thumbs-increment-image-size-element)
15929         (thumbs-decrement-image-size-element, thumbs-increment-image-size)
15930         (thumbs-decrement-image-size): Delete.
15931         (thumbs-resize-image-1): Rename from thumbs-resize-image.  Keep old
15932         temp files and use to resize.
15933         (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
15934         Use increment argument to enlarge/shrink.  Preserve point.
15935         (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
15936         (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
15937         (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
15938         (thumbs-mark, thumbs-unmark): Preserve point.
15939         (thumbs-modify-image): Keep old temp files and use to modify.
15940         Cleanup old temp files at load time.  Preserve point.
15941         (thumbs-view-image-mode-map): Use new command names.
15943 2006-01-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15945         * log-view.el (log-view-minor-wrap): First rev is the one at point.
15947         * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
15948         the nastiest part of the cyclic dependency.
15949         (cal-menu-update): Use dotimes and calendar-increment-month.
15951         * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
15952         (calendar-week-start-day): Add an :initializer.
15953         (calendar-mode-map): Use suppress-keymap, and command remapping.
15954         (describe-calendar-mode): Setup xref-stack info for the back button.
15955         (calendar-star-date): Insert before delete.
15956         (calendar-set-mode-line): Add file-modified info if applicable.
15957         (calendar-increment-month): New function.
15959 2006-01-24  Tobias C. Rittweiler  <tcr@freebits.de>  (tiny change)
15961         * font-lock.el (lisp-font-lock-keywords-2):
15962         Recognize "& keywords" only at word boundaries.
15964 2006-01-24  Nick Roberts  <nickrob@snap.net.nz>
15966         * thumbs.el (thumbs-extra-images): New variable.  Make it buffer-local
15967         and permanent-local.
15968         (thumbs-max-image-number): New variable.
15969         (thumbs-do-thumbs-insertion): Use them.
15970         (thumbs-per-line): Change default to 4.
15971         (thumbs-marked-list): Rename from thumbs-markedL.
15972         (thumbs-cleanup-thumbsdir, thumbs-delete-images)
15973         (thumbs-rename-images): Use -list instead of L for internal variables.
15974         (thumbs-call-convert): Use call-process instead of shell-command.
15975         (thumbs-insert-thumb): Add filename as help-echo to each image.
15976         (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
15977         Give dir to thumbs-show-thumbs-list.
15978         (thumbs-show-thumbs-list): Set default-directory to that of images.
15979         (thumbs-dired-show): Rename from thumbs-dired-show-all.
15980         (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
15981         (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
15982         (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
15984 2006-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
15986         * ses.el (ses-read-cell): Provide a default value.
15988 2006-01-23  Juanma Barranquero  <lekktu@gmail.com>
15990         * term/w32-win.el (image-library-alist): Add additional names for
15991         GIF library.
15993 2006-01-23  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
15995         * international/latexenc.el (latexenc-find-file-coding-system):
15996         Add file-regular-p check.
15998 2006-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16000         * simple.el (clone-buffer): Don't show the new buffer in the same
16001         window.
16003 2006-01-23  Juri Linkov  <juri@jurta.org>
16005         * faces.el (link, link-visited): New faces based on default values
16006         of `info-xref' and `info-xref-visited'.
16008         * info.el (info-xref): Inherit from `link'.
16009         (info-xref-visited): Inherit from `link-visited'.
16011         * cus-edit.el (custom-buffer-create-internal): Use widget type
16012         `custom-manual' instead of `info-link' and don't set properties
16013         `button-face' and `mouse-face' explicitly.
16014         (custom-browse-group-tag, custom-browse-variable-tag)
16015         (custom-browse-face-tag): Inherit from widget class
16016         `custom-group-link' instead of `push-button'.
16017         (custom-button-unraised): Inherit from `underline' face.
16018         (custom-link): Inherit from `link' face.  Fix doc and group.
16019         (custom-add-parent-links, custom-group-value-create): Don't set
16020         properties `button-face' and `mouse-face' explicitly for
16021         `custom-group-link' widget.
16022         (custom-group-link): Add properties `button-face' and `mouse-face'
16023         to widget definition.
16024         (custom-field-keymap): New variable.  Put `custom-field-keymap' to
16025         editable-field's :keymap property.
16026         (custom-mode): Fix docstring: substitute keybindings for
16027         `widget-forward' and `widget-backward' from `widget-keymap',
16028         `widget-complete' from `custom-field-keymap', replace old
16029         `Custom-move-and-invoke' with `widget-move-and-invoke'.  Untabify.
16031         * desktop.el (desktop-load-file): Check for `fboundp' before
16032         calling `symbol-function'.
16034         * simple.el (clone-buffer, clone-indirect-buffer)
16035         (clone-indirect-buffer-other-window): Use `read-buffer' instead of
16036         `read-string'.  Fix prompts.
16038         * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
16040 2006-01-23  Nick Roberts  <nickrob@snap.net.nz>
16042         * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
16044 2006-01-22  Luc Teirlinck  <teirllm@auburn.edu>
16046         * startup.el (inhibit-splash-screen, initial-scratch-message):
16047         Doc fixes.
16049 2006-01-22  Michael Albinus  <michael.albinus@gmx.de>
16051         Sync with Tramp 2.0.52.
16053         * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
16054         * net/tramp-vc.el: Add code for unloading Tramp.  See comment before
16055         `tramp-unload-tramp' for checklist.
16057         * net/tramp.el: Require `timer-funcs' instead of `timer' if in
16058         XEmacs.  Contributed by Steve Youngs <steve@sxemacs.org>.
16059         (tramp-unload-file-name-handler-alist)
16060         (tramp-unload-tramp): New defuns.
16061         (tramp-advice-PC-expand-many-files): New defadvice.
16062         (tramp-save-PC-expand-many-files, tramp-setup-complete): Defuns
16063         removed.
16064         (tramp-handle-expand-file-name): Remove double slash.
16065         (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
16066         It doesn't matter, because it will be converted later on.
16067         (tramp-handle-file-ownership-preserved-p): Rewritten.  The old
16068         implementation was just heuristic.
16069         (tramp-post-connection): Set uid and gid properties.
16070         (tramp-convert-file-attributes): Set file's gid change bit.
16071         (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
16072         (tramp-handle-expand-file-name): Use "~root" for tilde expansion
16073         in case of su(do)? methods.  The home directory of the local user
16074         will be taken else.
16075         (tramp-open-connection-telnet)
16076         (tramp-open-connection-rsh, tramp-open-connection-su)
16077         (tramp-open-connection-multi): Set PS1 to "$ ".  Otherwise, a
16078         local shell prompt could hurt.  Reported by Romain Francoise
16079         <romain@orebokech.com>.
16080         (tramp-let-maybe): Add `edebug-form-spec' property.
16081         (tramp-handle-expand-file-name): Bind `default-directory' locally
16082         to "/" in order to avoid problems with UNC shares or Cygwin
16083         mounts.
16084         (tramp-md5-function): Fix typo in error message.
16086         * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
16088         * net/tramp-util.el (top): Apply `ignore' instead of `identity'
16089         for byte-compiler pacification.
16091 2006-01-22  Andre Spiegel  <spiegel@gnu.org>
16093         * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
16094         ID-FORMAT `string'.  This allows us to get rid of
16095         `vc-user-login-name UID'.
16097         * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
16099 2006-01-22  John Paul Wallington  <jpw@pobox.com>
16101         * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
16103 2006-01-21  Martin Rudalics  <rudalics@gmx.at>
16105         * emacs-lisp/find-func.el (find-definition-noselect)
16106         (find-variable-noselect): Search variables in C source code too.
16107         (find-function-C-source, find-function-noselect, find-function)
16108         (find-function-other-frame, find-variable-noselect, find-variable)
16109         (find-variable-other-frame, find-variable-at-point):
16110         Fix docstrings.
16112 2006-01-21  Francesco Potort\e,Al\e(B  <pot@gnu.org>
16114         * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
16116 2006-01-21  Agustin Martin  <agustin.martin@hispalinux.es>
16118         * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
16119         Default to disabling the "Save affix" question.
16121 2006-01-21  Marien Zwart  <marienz@gentoo.org>  (tiny change)
16123         * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
16124         the first arg to run-python.
16126 2006-01-21  Eli Zaretskii  <eliz@gnu.org>
16128         * startup.el (command-line-1): Handle --no-desktop if desktop.el
16129         is not loaded.
16131 2006-01-20  Jay Belanger  <belanger@truman.edu>
16133         * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
16134         limit is 0.
16136         * calc/calc-arith.el (math-add-symb-fancy): Check the length of
16137         the correct variable.
16139 2006-01-20  Carsten Dominik  <dominik@science.uva.nl>
16141         * textmodes/org.el (org-open-at-point): Fixed bug with matching a
16142         link.  Fixed buggy argument sequence in call to `org-view-tags'.
16143         (org-compile-prefix-format): Set `org-prefix-has-tag'.
16144         (org-prefix-has-tag): New variable.
16145         (org-format-agenda-item): Remove tags from headline if
16146         appropriate.
16147         (org-agenda-remove-tags-when-in-prefix): New option.
16148         (org-get-tags-at): New function.
16150 2006-01-20  Nick Roberts  <nickrob@snap.net.nz>
16152         * thumbs.el (thumbs-buffer): New variable.  Make it buffer local.
16153         (thumbs-find-image): Move image name and number from buffer name
16154         to mode name.  Set thumbs-buffer.  Preserve point so that large
16155         images remain visible.
16156         (thumbs-file-alist): Construct list in thumbs-buffer and reverse
16157         order.
16158         (thumbs-show-image-num): Get image from thumbs-file-alist.  Set
16159         mode name.
16160         (thumbs-next-image, thumbs-previous-image): Make them work.
16162 2006-01-19  Luc Teirlinck  <teirllm@auburn.edu>
16164         * cus-edit.el (custom-buffer-create-internal): State in the text above
16165         the whole buffer buttons that they do not operate on hidden items.
16166         (custom-face-menu): Use `custom-face-save' instead of
16167         `custom-face-save-command'.
16168         (custom-face-save-command): Make it an alias for `custom-face-save'
16169         and declare it obsolete.
16170         (custom-face-save): Doc fix.
16172         * dired.el (dired-no-confirm): Add quote.
16173         (dired-subdir-alist-pre-R): Add quote in
16174         `make-variable-buffer-local' form and remove unbalanced parenthesis.
16176 2006-01-19  Stefan Monnier  <monnier@iro.umontreal.ca>
16178         * textmodes/table.el (table-mode-indicator): Typo in last change.
16180 2006-01-19  Richard M. Stallman  <rms@gnu.org>
16182         * outline.el (hide-leaves): Don't call outline-end-of-heading.
16183         Fixes bug reported in Nov 2005.
16185         * isearch.el (isearch-forward): Doc fix.
16187         * dired.el (dired-move-to-filename-regexp): Define as alias.
16188         (dired-no-confirm): Use defcustom.
16189         (dired-subdir-alist-pre-R): Put defvar at top level.
16191         * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
16193         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
16194         Mark as risky.
16196         * simple.el (set-mark-command): Doc fix.
16197         (clone-indirect-buffer-other-window):
16198         Read arg like clone-indirect-buffer.
16199         (move-beginning-of-line): Skip invisible newlines.
16201 2006-01-19  Masatake YAMATO  <jet@gyve.org>
16203         * progmodes/cpp.el (cpp-edit-load): Make the order of
16204         listed conditions in a base C code buffer and its associate
16205         CPP Edit buffer the same.
16207 2006-01-19  Kenichi Handa  <handa@m17n.org>
16209         * mail/rmail.el (rmail-enable-mime): Docstring fixed.
16210         (rmail-mime-feature): Likewise.
16211         (rmail-require-mime-maybe): Use display-warning to show a warning
16212         message.
16214         * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
16215         (find-auto-coding): Use auto-coding-regexp-alist-lookup.
16217 2006-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
16219         * array.el: Move defvars out of eval-when-compile.
16220         (array-make-template): Replace undeclared global var with a local one.
16221         (array-mode): Inline initialization functions.
16222         (array-init-local-variables, array-init-max-row)
16223         (array-init-max-column, array-init-columns-per-line)
16224         (array-init-field-width, array-init-rows-numbered)
16225         (array-init-line-length, array-init-lines-per-row): Remove.
16227         * play/doctor.el: Move defvars out of eval-when-compile.  Use dolist.
16228         (doc-mode-map): Define explicitly.
16229         (doctor-txtype): Use mapc.
16231         * textmodes/table.el: Move defvars out of eval-when-compile.
16232         Remove harmful code meant to avoid byte-compiler warnings.
16233         (table-fixed-mode-indicator): Remove.  Use a more complex mode-line
16234         specification that checks table-fixed-width-mode directly.
16235         (table-recognize-region, table-recognize-cell):
16236         Use restore-buffer-modified-p.
16237         (table-fixed-width-mode): Remove code that refreshes
16238         table-fixed-mode-indicator.
16239         (*table--cell-describe-bindings, *table--cell-describe-mode):
16240         Avoid obsolete name print-help-return-message.
16241         (table--test-cell-list): Don't use replace-regexp from elisp.
16242         (table--point-entered-cell-function, table--point-left-cell-function):
16243         Don't set table-fixed-mode-indicator, use force-mode-line-update.
16245         * textmodes/org.el: Move defvars out of eval-when-compile.  Move code
16246         that was after the end of file.  Use buffer-file-name variable.
16247         (org-timestamp-change): Use with-current-buffer.
16248         (org-todo-list): Don't unnecessarily define a new buffer-local var.
16249         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
16250         `file'.
16252         * progmodes/fortran.el: Move defvars out of eval-when-compile.
16253         (fortran-break-line): Remove unused var `opoint'.
16254         (fortran-abbrev-start): Obey help-event-list.
16256 2006-01-18  Jesper Harder  <harder@phys.au.dk>
16258         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
16260 2006-01-18  Masatake YAMATO  <jet@gyve.org>
16262         * progmodes/make-mode.el (makefile-imake-mode): New mode
16263         derived from makefile-mode.
16264         (makefile-imake-mode-syntax-table): New syntax table
16265         derived from makefile-mode-syntax-table.
16266         (makefile-mode): Write about makefile-imake-mode in doc string.
16267         (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
16268         (makefile-imake-font-lock-keywords): New font lock keywords.
16270         * files.el (auto-mode-alist): Add Imakefile.
16272 2006-01-17  Agustin Martin  <agustin.martin@hispalinux.es>
16274         * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
16275         loading the file rather than when turning on flyspell-mode.
16277 2006-01-16  Luc Teirlinck  <teirllm@auburn.edu>
16279         * cus-edit.el (customize-rogue): Minor doc fix.
16281 2006-01-17  Juri Linkov  <juri@jurta.org>
16283         * dired-aux.el (dired-diff): Use dired-dwim-target-directory
16284         instead of the file at the mark as default if the file at the mark
16285         is the same as the file at point or if dired-dwim-target-directory
16286         is not the same as the current directory and the mark is not active.
16288         * log-view.el (log-view-minor-wrap): Use the same logic to get
16289         revisions as `log-view-diff'.
16291         * info.el (Info-revert-find-node): Check for Info-current-file
16292         before preserving new-history.
16294         * man.el (Man-heading-regexp): Add `/'.
16296         * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
16297         (html-mode): Set `sentence-end-base' instead of `sentence-end'.
16299 2006-01-16  Juri Linkov  <juri@jurta.org>
16301         * faces.el (mode-line-faces): New defgroup.
16302         (mode-line-highlight): Move definition after new defgroup.
16303         (mode-line, mode-line-inactive, mode-line-highlight):
16304         Replace :group `modeline' with `mode-line-faces'.
16305         (mode-line-buffer-id): New face.
16306         (modeline-buffer-id): New face alias.
16307         (vertical-border): Remove :group `modeline'.
16309         * bindings.el (propertized-buffer-identification): Use face
16310         `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
16311         (mode-line-next-buffer, mode-line-previous-buffer): New functions.
16312         (mode-line-buffer-identification-keymap): For mouse-1 replace
16313         `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
16314         Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
16315         mouse-3.
16317         * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
16318         Buffer-menu-buffer.  Doc fix.
16319         (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
16320         (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
16321         `Buffer-menu-buffer'.
16323         * info.el (Info-mode-line-node-keymap): New defvar.
16324         (Info-set-mode-line): Use `stringp' to check Info-current-file.
16325         Propertize Info-current-node with `mode-line-buffer-id' and
16326         `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
16328         * time.el (display-time-mail-face): Replace :group `faces' with
16329         `mode-line-faces'.
16331 2006-01-16  Kenichi Handa  <handa@m17n.org>
16333         * international/code-pages.el: Add autoload cookies for cp125[0345678].
16335         * language/european.el (cp1252): New alias for windows-1252.
16337         * international/mule.el (autoload-coding-system): Prepare for EOL
16338         variants.
16340 2006-01-15  Dan Nicolaescu  <dann@ics.uci.edu>
16342         * term.el (term-raw-map): Add mapping for insert.
16343         (term-send-insert): New.
16344         (term-mode): Make variables local here instead of doing it in
16345         `term-emulate-terminal'.
16346         (term-emulate-terminal): Delete incorrect optimization for cr+lf.
16347         Scroll reverse needs to take into account the scroll region.
16348         Saving and restoring the cursor should save the color attributes too.
16349         (term-reset-terminal): Reset the scroll region.
16350         (term-handle-ansi-escape): Cursor up and down should take into
16351         account the scroll region.
16352         (term-set-scroll-region): Rename from `term-scroll-region'.
16353         Move to 0,0 after setting the region.
16354         (term-handle-scroll): Handle scroll up.
16355         (term-down): Fix off by one error.
16356         (term-delete-lines): Do not delete outside the scroll region.
16357         (term-insert-lines): Take into account the scroll region.
16359 2006-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
16361         * textmodes/ispell.el (ispell-internal-change-dictionary)
16362         (ispell-change-dictionary): Undo most of last change of 2006-01-13.
16363         (start, end): Move declaration outside of eval-when-compile.
16365         * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
16366         (flyspell-mode-on): Use it.
16368         * textmodes/ispell.el (ispell-kill-ispell): Run new hook
16369         ispell-kill-ispell-hook.
16371 2006-01-14  Luc Teirlinck  <teirllm@auburn.edu>
16373         * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
16374         (Custom-reset-saved): Do not ask for confirmation in single option
16375         buffers.
16377 2006-01-13  Richard M. Stallman  <rms@gnu.org>
16379         * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
16381 2006-01-13  Romain Francoise  <romain@orebokech.com>
16383         * add-log.el (add-change-log-entry, change-log-merge):
16384         Conditionally use `hard-newline'.
16386 2006-01-13  Martin Rudalics  <rudalics@gmx.at>
16388         * wid-edit.el (widget-field-end): If the overlay is no longer
16389         associated with a buffer, behave as if the overlay didn't exist.
16391         * cus-edit.el (custom-add-see-also, custom-add-parent-links):
16392         Make sure the links use the `custom-link' face.
16394 2006-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
16396         * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
16397         (ld-script-mode): Don't set indent-line-function since we don't
16398         have one.
16400 2006-01-13  Carsten Dominik  <dominik@science.uva.nl>
16402         * textmodes/org.el (org-open-file): Use mailcap for selecting an
16403         application.
16404         (org-file-apps-defaults-gnu): Use mailcap as the default for
16405         selecting an application on a UNIX system.
16406         (org-agenda-show-tags): New command.
16407         (org-table-insert-hline): Keep cursor in current table line.
16408         (org-table-convert): Offset effect of modifying
16409         `org-table-insert-hline'.
16410         (org-format-agenda-item): New optional argument TAG.
16411         (org-compile-prefix-format): Handle %T format for the tag.
16412         (org-expand-wide-chars): New function.
16413         (org-table-insert-row, org-table-insert-hline):
16414         Use `org-expand-wide-chars'.
16415         (org-open-file): Fix bug in program launch.
16416         (org-get-time-of-day): Fix bug with times before 1am.
16417         (org-agenda-menu): Add tags commands.
16419 2006-01-13  Agustin Martin  <agustin.martin@hispalinux.es>
16421         * textmodes/ispell.el (ispell-init-process): Include the used
16422         dictionary in ispell process start message.
16423         (ispell-internal-change-dictionary): When flyspell-mode is active
16424         and dictionary is changed, make sure ispell process is restarted
16425         and flyspell word cache cleared out for the current buffer.
16426         (ispell-change-dictionary): Make sure flyspell word cache is
16427         cleared out in all buffers with active flyspell mode when
16428         dictionary is globally changed.
16429         Call ispell-internal-change-dictionary after dictionary change.
16431 2006-01-13  Eli Zaretskii  <eliz@gnu.org>
16433         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
16435         * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
16436         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
16437         years.  Fix small differences wrt Makefile.in.
16438         (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
16439         Makefile.in does.
16441 2006-01-12  Bill Wohler  <wohler@newt.com>
16443         * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
16444         mh-search.el.
16446 2006-01-12  Masatake YAMATO  <jet@gyve.org>
16448         * progmodes/ld-script.el: Update copyright year.
16450 2006-01-12  Chong Yidong  <cyd@stupidchicken.com>
16452         * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
16453         Don't add widget if setting undefined.
16455 2006-01-12  John Paul Wallington  <jpw@pobox.com>
16457         * help-fns.el (describe-variable): Remove newlines from void
16458         variable output.
16460 2006-01-13  Nick Roberts  <nickrob@snap.net.nz>
16462         * wdired.el (wdired-mode-map): Add help echo for
16463         wdired-abort-changes.
16465         * man.el (Man-file-name-regexp): Adjust for a list of files.
16467 2006-01-12  Masatake YAMATO  <jet@gyve.org>
16469         * progmodes/ld-script.el (auto-mode-alist): Support
16470         suffix conventions used in netbsd and eCos.
16472 2006-01-11  Luc Teirlinck  <teirllm@auburn.edu>
16474         * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
16475         (custom-variable-menu, custom-face-menu, custom-group-menu)
16476         (Custom-mode-menu): Change names of menu items.  (As discussed on
16477         emacs-devel.)
16478         (custom-face-menu): Add "Undo Edits" item.
16480         * startup.el (init-file-user): defcustom -> defvar.
16482         * tooltip.el (tooltip-mode): Doc fix.
16484 2006-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
16486         * reveal.el (reveal-post-command): window-buffer signals an error on
16487         dead windows rather than returning nil.
16488         (reveal-open-new-overlays): An overlay might die while we open others.
16490 2006-01-11  Bill Wohler  <wohler@newt.com>
16492         * cus-dep.el (generated-custom-dependencies-file): Fix typo and
16493         phrasing in docstring.
16495         * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
16496         can give some systems gas.  Add new file mh-buffers.el.
16498 2006-01-06  Masatake YAMATO  <jet@gyve.org>
16500         * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
16501         C preprocessor forward ported from GNU Emacs 21.2.
16503         * progmodes/asm-mode.el (asm-font-lock-keywords):
16504         Use `cpp-font-lock-keywords'.
16506         * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
16508         * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
16509         of $ for "\\.ld[s]?".
16511 2006-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16513         * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
16514         (tcl-indent-line): Return `noindent' if inside a string.
16516         * progmodes/flymake.el (flymake-split-string): Remove more than one
16517         empty string at beg/end of the result.
16518         (flymake-find-buildfile, flymake-find-possible-master-files):
16519         Use expand-file-name.
16520         (flymake-fix-file-name): Don't replace \ with / and don't remove ./
16521         since expand-file-name does it for us.  Use directory-file-name.
16522         (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
16523         (flymake-ler-get-type, flymake-ler-get-text)
16524         (flymake-ler-make-ler): Remove.  Replace by defstruct.  Update callers.
16525         (flymake-current-line-no): Remove spurious interactive spec.
16526         (flymake-delete-temp-directory): Remove unused var `slash-pos'.
16527         (flymake-check-include): Remove arg inc-path merged into inc-name.
16528         (flymake-check-patch-master-file-buffer): Fit in 80 columns.
16529         Arg regexp-list replaced by a simple regexp.
16530         (flymake-master-make-header-init, flymake-master-tex-init):
16531         Correspondingly replace regexp-list with a regexp.  Fix regexp.
16533 2006-01-10  Simon Josefsson  <jas@extundo.com>
16535         * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
16536         describing AUTH PLAIN fix.
16538 2006-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
16540         * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
16541         (report-emacs-bug): Don't record initial prompt text.
16542         Instead, add text properties to prompting text.
16543         (report-emacs-bug-hook): Delete prompting text.
16545 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
16547         * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
16548         `dirs'.  Adjust callers.
16550 2006-01-09  John Paul Wallington  <jpw@gnu.org>
16552         * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
16554 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
16556         * reveal.el (reveal-open-new-overlays): New extracted fun.
16557         (reveal-close-old-overlays): Idem.  Check overlays's liveness before
16558         using them.  Simplify the code.
16559         (reveal-post-command): Use them.  Fix up obsolete windows in
16560         reveal-open-spots.
16562         * progmodes/flymake.el: Use `require' rather than autoload for
16563         XEmacs's overlays.
16564         (flymake-get-common-file-prefix, flymake-build-relative-filename):
16565         Delete.  Use file-relative-name instead.
16566         (flymake-get-syntax-check-program-args, flymake-perl-init):
16567         Simplify the resulting code.
16569         * log-view.el (log-view-file-re, log-view-message-re): Add support
16570         for DaRCS output.
16572 2006-01-09  Alex Schroeder  <alex@gnu.org>
16574         * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
16575         identifiers sometimes added in square brackets at the beginning of
16576         subject lines.
16578 2006-01-07  Richard M. Stallman  <rms@gnu.org>
16580         * cus-edit.el (Custom-set, Custom-save): Doc fix.
16581         (Custom-reset-current, Custom-reset-saved): Change question text.
16582         (Custom-reset-standard): Likewise.
16583         (custom-variable-reset-saved): Doc fix.
16585 2006-01-07  Eli Zaretskii  <eliz@gnu.org>
16587         * startup.el (init-file-user): Doc fix.
16589 2006-01-07  Alex Schroeder  <alex@gnu.org>
16591         * mail/rmail.el (rmail-current-subject): New function.
16592         (rmail-current-subject-regexp): New function.
16593         (rmail-next-same-subject): Use it.
16595         * mail/rmailsum.el (rmail-summary-by-topic):
16596         Use rmail-current-subject and rmail-current-subject-regexp.
16597         (rmail-summary-next-same-subject): Ditto.
16599         * net/rcirc.el (rcirc-send-input): No longer check whether the
16600         process is open, since not all commands need an open process.
16601         (rcirc-send-string): Check whether the process is open before
16602         sending anything.
16603         (rcirc-ignore-list): New option.
16604         (rcirc-ignore-list-automatic): New variable.
16605         (rcirc-print): Take rcirc-ignore-list into account.
16606         (rcirc-cmd-ignore): New command.
16607         (rcirc-ignore-update-automatic): New function.
16608         (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
16609         list if ignored nicks.
16610         (rcirc-handler-NICK): Ditto, and also ignore the new nick.
16612 2006-01-06  David Reitter  <david.reitter@gmail.com>
16614         * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
16615         reflect the address to which the report will be sent.
16617 2006-01-06  Eli Zaretskii  <eliz@gnu.org>
16619         * progmodes/ld-script.el (auto-mode-alist): Recognize linker
16620         scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
16622 2006-01-01  Michael Ernst  <mernst@alum.mit.edu>  (tiny changes)
16624         * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
16626         * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
16627         the doc string: "functoin" => "function".
16628         * ldefs-boot.el: Likewise.
16630         * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
16631         message text: "Duplicat" => "Duplicate".
16633 2006-01-06  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
16635         * files.el (basic-save-buffer-2): If backing-up failed, reset
16636         buffer-backed-up to nil.
16638 2006-01-06  Nick Roberts  <nickrob@snap.net.nz>
16640         * progmodes/gud.el (gdb-script-skip-to-head)
16641         (gdb-script-calculate-indentation): Indent for breakpoint command
16642         lists also.
16644 2006-01-05  Bill Wohler  <wohler@newt.com>
16646         * Makefile.in (compile-always): Add mh-autoloads dependency.
16647         (bootstrap): Remove mh-autoloads dependency, as compile dependency
16648         provides it.
16649         (updates): Remove mh-autoloads dependency, since it probably has
16650         already run recently (via recompile).
16652 2006-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
16654         * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
16655         argument `force' to disable the flyspell-last-buffer optimization.
16656         (flyspell-mode-on): Use it.
16658         * progmodes/flymake.el (flymake-get-cleanup-function): Default to
16659         flymake-simple-cleanup.
16660         (flymake-allowed-file-name-masks): Use this new default.
16661         All the functions are now called in the right buffer rather than
16662         passing the buffer as argument.
16663         (flymake-process-sentinel): Switch to buffer before calling cleanup.
16664         (flymake-parse-err-lines): Remove redundant buffer arg.
16665         (flymake-get-program-dir): Comment out unused function.
16666         (flymake-start-syntax-check, flymake-start-syntax-check-process):
16667         Remove redundant buffer argument.
16668         (flymake-get-real-file-name, flymake-simple-java-cleanup)
16669         (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
16671 2006-01-05  Richard M. Stallman  <rms@gnu.org>
16673         * info.el (Info-find-node): Don't record previous node if have none.
16674         (info): Go to directory only if history is empty.
16676         * simple.el (mark): Doc fix.
16678 2006-01-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16680         * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
16681         already of desired type.
16682         (mac-ae-list): Coerce parameter to "list" type.
16683         (mac-dispatch-apple-event): Replace cadr part of event with a
16684         dummy position so that event-start returns it.
16686 2006-01-05  Carsten Dominik  <dominik@science.uva.nl>
16688         * textmodes/org.el (org-end-of-subtree): New function.
16689         (org-cycle, org-subtree-end-visible-p, org-scan-tags):
16690         Use `org-end-of-subtree'.
16691         (org-agenda, org-agenda-convert-date): Protect calls to
16692         `fit-window-to-buffer'.
16693         (org-tags-view): Force matching of sublevels when doing a
16694         todo-only search.  Define the correct redo command, including the
16695         arguments.
16696         (org-agenda-redo): Display message.
16697         (org-check-for-org-mode): New function.
16698         (org-agenda-type): New variable.
16699         (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
16700         Set `org-agenda-type'.
16701         (org-agenda-check-type): New function.
16702         (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
16703         (org-agenda-week-view, org-agenda-day-view)
16704         (org-agenda-next-date-line, org-agenda-previous-date-line)
16705         (org-agenda-log-mode, org-agenda-toggle-diary)
16706         (org-agenda-toggle-time-grid, org-agenda-date-later)
16707         (org-agenda-date-prompt, org-agenda-diary-entry)
16708         (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
16709         (org-agenda-convert-date, org-agenda-menu):
16710         Use `org-agenda-check-type'.
16711         (org-make-overlay, org-delete-overlay)
16712         (org-detatch-overlay, org-move-overlay, org-overlay-put):
16713         New compatibility functions.
16714         (org-calendar-select-mouse): New command.
16716 2006-01-04  Chong Yidong  <cyd@stupidchicken.com>
16718         * cus-edit.el (Custom-reset-current, Custom-reset-saved)
16719         (Custom-reset-standard): Fix y-or-n-p messages.
16720         (custom-link): New face for links.
16721         (custom-buffer-create-internal, custom-manual): Use it.
16722         (custom-face-save): Push to theme-face before setting face spec.
16724         * wid-edit.el (widget-default-mouse-face-get): New function.
16725         (widget-specify-button): Handle mouse-face like button-face.
16727         * custom.el (load-theme): Clear old theme settings if reloading.
16729 2006-01-03  Luc Teirlinck  <teirllm@auburn.edu>
16731         * cus-edit.el (custom-buffer-create-internal): Move whole buffer
16732         "Erase Customization" button back to same position it occupies in
16733         the individual State menus.
16735 2006-01-04  Kim F. Storm  <storm@cua.dk>
16737         * wid-edit.el (key-sequence): Rework widget to read key binding
16738         using `kbd' syntax.  Use C-q to insert literal key, event, or code.
16739         (widget-key-sequence-default-value): Default value for empty sequence.
16740         (widget-key-sequence-map): New map for reading key binding.  Bind C-q.
16741         (widget-key-sequence-read-event): New command for C-q.
16742         (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
16743         (widget-key-sequence-value-to-external): New functions.
16745 2006-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16747         * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
16748         Use expand-file-name.
16749         (flymake-delete-temp-directory): Use expand-file-name,
16750         file-name-directory, and directory-file-name.
16751         (flymake-strrchr): Delete.
16752         (flymake-start-syntax-check): Don't pass the redundant buffer argument
16753         to the init-f function.
16754         (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
16755         (flymake-init-find-buildfile-dir)
16756         (flymake-init-create-temp-source-and-master-buffer-copy)
16757         (flymake-simple-make-init-impl, flymake-simple-make-init)
16758         (flymake-master-make-init, flymake-master-make-header-init)
16759         (flymake-simple-make-java-init, flymake-simple-ant-java-init)
16760         (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
16761         (flymake-xml-init): Remove corresponding redundant buffer argument.
16762         (flymake-allowed-file-name-masks): Remove last elems that are equal to
16763         the default anyway.  Clean up regexps.
16765         * progmodes/flymake.el (flymake-temp-source-file-name)
16766         (flymake-master-file-name, flymake-temp-master-file-name)
16767         (flymake-base-dir): New buffer-local vars.
16768         (flymake-buffer-data, flymake-get-buffer-value)
16769         (flymake-set-buffer-value): Replace those hash-tables by the new
16770         buffer-local vars.  Update callers.
16772         * progmodes/flymake.el (flymake-check-start-time)
16773         (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
16774         (flymake-last-change-time, flymake-new-err-info, flymake-timer):
16775         Move definition, so we can remove redundant earlier declaration.
16776         (flymake-replace-regexp-in-string, flymake-split-string)
16777         (flymake-get-temp-dir): Use defalias.
16778         (flymake-popup-menu): Remove `pos' argument.  Use posn-at-point.
16779         (flymake-xemacs-window-edges): Remove unused function.
16780         (flymake-get-point-pixel-pos): Move.
16781         (flymake-pid-to-names, flymake-reg-names)
16782         (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
16783         Replace by a simple list flymake-processes and by process-buffer.
16784         Update callers.  Other than simplify the code, it uses buffers rather
16785         than buffer-names so it doesn't get confused by uniquify.
16786         (flymake-buffer-data): The global value should just be nil.
16788         * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
16789         Optimize the body of a defalias like any other code.
16791         * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
16792         Make sure we've setup font-lock's vars.  It may influence which
16793         function we then call.
16794         (font-lock-default-fontify-buffer): Don't bother calling set-defaults
16795         here since it's too late anyway.
16797 2006-01-03  Romain Francoise  <romain@orebokech.com>
16799         * startup.el (fancy-splash-tail, normal-splash-screen):
16800         Update copyright year.
16802 2006-01-02  J.D. Smith  <jdsmith@as.arizona.edu>
16804         * mouse.el (mouse-drag-track): Rename, from
16805         `mouse-drag-region-1'.  Includes optional argument required to
16806         enable post-drag event processing (e.g. delete region keys).
16807         Can be used without this argument to track a mouse region and operate
16808         on it as soon as the drag completes.
16809         (mouse-drag-region): Use `mouse-drag-track'.
16811 2006-01-02  Chong Yidong  <cyd@stupidchicken.com>
16813         * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
16814         Move to `custom-buffer' group.
16816         * cus-theme.el: Rewrite the Custom New Theme Mode interface.
16817         (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
16818         (custom-theme-insert-face-marker, custom-theme-variable-menu)
16819         (custom-theme-face-menu): New variables.
16820         (custom-theme-add-variable, custom-theme-variable-action)
16821         (custom-variable-reset-theme, custom-theme-delete-variable)
16822         (custom-face-reset-theme, custom-theme-face-action)
16823         (custom-theme-delete-face, custom-theme-merge-theme)
16824         (custom-theme-add-face, custom-theme-visit-theme): New functions.
16826 2006-01-01  Chong Yidong  <cyd@stupidchicken.com>
16828         * custom.el: Move Custom Themes commentary to start of theme code.
16829         (custom-known-themes): Rename `standard' theme to `changed'.
16830         (custom-push-theme): Caller no longer specifies what theme to use
16831         when doing `reset'---the setting is simply removed from the theme.
16832         Delete MODE from `theme-value' and `theme-settings' properties.
16833         (custom-declare-theme): Ignore &rest args since we don't use them.
16835         (custom-loaded-themes): Delete variable.
16836         (custom-theme-load-themes, custom-theme-loaded-p)
16837         (custom-theme-value): Delete functions.
16839         (custom-declare-theme): Signal error on invalid theme names.
16840         (provide-theme): custom-loaded-themes was deleted.
16841         (load-theme): Load the file unconditionally.
16842         (enable-theme): Call `load-theme' if theme is undefined.
16843         (custom-enabled-themes): Only update value for successful loads.
16844         (disable-theme): Complete from enabled themes when interactive.
16845         (custom-variable-theme-value): Calculate theme value directly.
16847         (custom-theme-reset-variables, custom-reset-variables): Mark as
16848         XEmacs compatibility functions.  We don't actually use these.
16850         * cus-edit.el (custom-variable-state-set):
16851         Use custom-variable-theme-value instead of custom-theme-value.
16852         (custom-face-state-set): Rename `standard' theme to `changed'.
16853         (custom-save-variables, custom-save-faces): Delete unneeded
16854         references to custom-reset-variables.
16855         (custom-save-resets): Delete function.
16856         (custom-save-variables, custom-save-faces): MODE argument deleted.
16857         (custom-save-variables, custom-save-faces): Ignore theme values.
16859         * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
16860         compatibility function.
16862 2006-01-01  Richard M. Stallman  <rms@gnu.org>
16864         * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
16865         (Custom-reset-current, Custom-reset-saved): Likewise.
16866         (Custom-reset-standard): Show message if aborted.
16867         (custom-mode): Doc fix, describing those commands.
16869         * mouse.el (mouse-drag-region-1): When following link via mouse-2,
16870         put on event-kind property.
16872 2005-12-31  Chong Yidong  <cyd@stupidchicken.com>
16874         * custom.el (provide-theme): Ban `user' theme name.
16875         (custom-enabling-themes): New variable.
16876         (enable-theme): Don't enable user if custom-enabling-themes is t.
16877         (custom-enabled-themes): Make it a defcustom.
16878         (custom-theme-recalc-face): No-op if face is undefined.
16880         * cus-edit.el (custom-button-mouse): New variable.
16881         (custom-button-mouse): New face.
16882         (custom-raised-buttons, custom-mode): Use it.
16884         * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
16886 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
16888         * progmodes/gud.el (gud-display-line): Support hl-line in the
16889         source buffer.
16891 2005-12-31  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
16893         * mouse.el (mouse-drag-window-above): Verify that the found window
16894         overlaps with the given window in the horizontal dimension.
16896 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
16898         * Makefile.in (cvs-update): New target.
16900         * makefile.w32-in (cvs-update): Ditto.
16902 2005-12-30  Chong Yidong  <cyd@stupidchicken.com>
16904         * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
16905         (custom-new-theme-mode-map): New variable.
16907 2005-12-30  Richard M. Stallman  <rms@gnu.org>
16909         * custom.el (custom-load-themes): Function deleted.
16911         * cus-edit.el (custom-save-loaded-themes): Function deleted.
16912         (custom-save-variables): Don't delete or add custom-load-themes call.
16914 2005-12-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16916         * cus-start.el: Add `visible-cursor'.
16918         * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
16919         (flymake-parse-output-and-residual): Remove `source-buffer' argument.
16920         (flymake-process-filter): Switch to buffer before calling it instead.
16921         (flymake-post-syntax-check, flymake-highlight-err-lines)
16922         (flymake-delete-own-overlays, flymake-parse-err-lines)
16923         (flymake-start-syntax-check, flymake-start-syntax-check-process)
16924         (flymake-count-lines, flymake-parse-residual):
16925         Remove constant buffer argument.
16926         (flymake-start-syntax-check-for-current-buffer): Remove.
16927         Update callers to use flymake-start-syntax-check instead.
16928         (flymake-display-err-menu-for-current-line):
16929         Remove unused var `mouse-pos'.
16930         (flymake-restore-formatting): Comment out unused function.
16931         (flymake-report-status, flymake-report-fatal-status): Remove buffer
16932         argument, use current-buffer instead.  Update callers.
16934 2005-12-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
16936         * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
16937         buffer-local because choose-completion-delete-max-match requires
16938         that we set completion-ignore-case (i.e., binding via let is not
16939         sufficient).
16940         (bibtex-complete): Always set completion-ignore-case and
16941         choose-completion-string-functions.  The latter is needed because
16942         choose-completion-string-functions keeps its value if we quit the
16943         *Completions* buffer without requesting a completion.
16945 2005-12-30  Andreas Schwab  <schwab@suse.de>
16947         * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
16949 2005-12-30  Eli Zaretskii  <eliz@gnu.org>
16951         * jit-lock.el (jit-lock-chunk-size): Doc fix.
16953 2005-12-30  Juri Linkov  <juri@jurta.org>
16955         * locate.el (locate-fcodes-file, locate-header-face)
16956         * progmodes/delphi.el (delphi-other-face)
16957         * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
16959         * paren.el (show-paren-match, show-paren-mismatch): Use existing
16960         group `paren-showing-faces'.
16962         * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
16963         (goto-address): Fix docstring.
16965         * net/webjump.el (webjump-sample-sites): Update URLs.
16967         * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
16969         * subr.el (cancel-change-group): Add listp around pending-undo-list.
16971 2005-12-29  Stefan Monnier  <monnier@iro.umontreal.ca>
16973         * font-lock.el (font-lock-compile-keywords): Signal an error when
16974         font-lock-set-defaults hasn't been called.
16976 2005-12-29  Luc Teirlinck  <teirllm@auburn.edu>
16978         * subr.el (noreturn, 1value): Doc fixes.
16980 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
16982         * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
16983         that assoc-string returns nil.
16985 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
16987         * textmodes/bibtex.el (bibtex-entry-type-whitespace)
16988         (bibtex-entry-type-str, bibtex-empty-field-re)
16989         (bibtex-search-backward-string, bibtex-preamble-prefix)
16990         (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
16991         (bibtex-any-valid-entry-type): New variable.
16992         (bibtex-parse-field-name): Simplify.
16993         (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
16994         (bibtex-preamble-prefix): Include left delimiter.
16995         (bibtex-search-forward-field, bibtex-search-backward-field):
16996         Allow unbounded search past entry boundaries (required by bibtex-pop).
16997         (bibtex-text-in-field-bounds): Use push.
16998         (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
16999         (bibtex-parse-preamble, bibtex-valid-entry)
17000         (bibtex-beginning-first-field): New functions.
17001         (bibtex-skip-to-valid-entry): Use bibtex-valid-entry.  Fix regexp.
17002         (bibtex-map-entries): Fix docstring.
17003         (bibtex-flash-head): New arg prompt.  Simplify.
17004         (bibtex-enclosing-field): Include code of bibtex-inside-field.
17005         (bibtex-insert-kill): Simplify.  Always insert text past the
17006         current field or entry.
17007         (bibtex-format-entry): Use bibtex-parse-field.
17008         (bibtex-pop): Use bibtex-beginning-of-entry and
17009         bibtex-end-of-entry to initiate the search.  Insert empty field if
17010         we found ourselves.
17011         (bibtex-print-help-message): New args field and comma.
17012         Handle entry keys.
17013         (bibtex-make-field): Use bibtex-beginning-of-entry.
17014         (bibtex-end-of-entry): Use bibtex-valid-entry.  Recognize any
17015         invalid entry.
17016         (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
17017         Handle preambles.  Simplify code for thorough test.
17018         (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
17019         New arg comma.  Handle entry heads.
17020         (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
17021         (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
17022         New arg comma.
17023         (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
17024         (bibtex-fill-field): Simplify.
17025         (bibtex-fill-entry): Use bibtex-beginning-first-field and
17026         bibtex-parse-field.
17027         (bibtex-convert-alien): Do not wait before calling bibtex-validate.
17028         (bibtex-complete): Use bibtex-parse-preamble.
17030 2005-12-29  Nick Roberts  <nickrob@snap.net.nz>
17032         * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
17033         Display name of expression instead of convenience variable.
17034         (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
17036         * progmodes/gud.el (gud-tooltip-dereference): Rename from
17037         toggle-gud-tooltip-dereference.
17038         (gud-tooltip-print-command): Move concatenation of "*" to expr to...
17039         (gud-tooltip-tips): ...here when dereferencing.
17041 2005-12-28  Bill Wohler  <wohler@newt.com>
17043         * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
17045 2005-12-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17047         * vc.el (vc-annotate-display): Replace optional arg `color-map' with
17048         compulsory arg `ratio'.  Inline body of vc-annotate-time-span.
17049         (vc-annotate-display-autoscale): Adjust call.
17050         (vc-annotate-display-default): Adjust call.  Make arg compulsory.
17051         Fix interactive spec.
17052         (vc-annotate-time-span): Remove.
17053         (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
17054         (vc-annotate-mode-menu, vc-annotate-display-autoscale)
17055         (vc-annotate-display-select): Use new name.
17057         * vc.el (vc-annotate-mode-map): Remove obsolete binding.
17058         (vc-annotate-mode-menu): Remove left-over redundant declaration.
17059         Correct the construction of span entries.  Simplify.
17060         (vc-annotate-display-select): Fix the nil case.
17061         (vc-annotate): Remove obsolete (and now broken) code.
17062         (vc-annotate-extract-revision-at-line): Remove obsolete code.
17063         (vc-annotate-time-span): Remove unused arg `quantize'.  Simplify.
17065 2005-12-28  Luc Teirlinck  <teirllm@auburn.edu>
17067         * subr.el (lazy-completion-table): Correct typo in docstring.
17069         * startup.el (command-line): Use `custom-reevaluate-setting' for
17070         `send-mail-function'.
17072         * mail/sendmail.el (send-mail-function): Autoload the standard-value.
17074 2005-12-05  Ralf Angeli  <angeli@iwi.uni-sb.de>
17076         * mail/smtpmail.el (smtpmail-try-auth-methods):
17077         Send credentials together with "AUTH PLAIN" command.
17079 2005-12-27  Richard M. Stallman  <rms@gnu.org>
17081         * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
17082         mouse-2, go back to previously selected window, so it's selected
17083         when mouse-2 command runs.
17085 2005-12-27  Juri Linkov  <juri@jurta.org>
17087         * descr-text.el (describe-text-sexp): Use square brackets for
17088         button [Show] to distinguish it from the property value `show'.
17089         (describe-property-list): Use `insert-text-button' with
17090         `help-face' type instead of putting face in quotes, because button
17091         is not created automatically for a list of faces.
17092         (describe-text-properties-1): Put button-type value in quotes to
17093         distinguish from plain text "button".
17094         (describe-char): Display code point values in hex.  Don't use
17095         `symbol-name' for `current-input-method' because it is a string.
17096         Use `insert-text-button' with `help-face' type instead of putting
17097         hardcoded face in quotes, because button is not created automatically.
17099 2005-12-27  Richard M. Stallman  <rms@gnu.org>
17101         * progmodes/glasses.el (glasses-face): More specific custom type.
17103         * files.el (set-visited-file-name): Doc fix.
17105         * textmodes/flyspell.el (flyspell-external-point-words):
17106         Use local var buffer-scan-pos to advance scan for next misspelling.
17107         Advance it only after we find the misspelling.
17109 2005-12-27  Agustin Martin  <agustin.martin@hispalinux.es>
17111         * textmodes/flyspell.el (flyspell-external-point-words):
17112         New criteria for finding the misspelling in the buffer.
17114 2005-12-27  Nick Roberts  <nickrob@snap.net.nz>
17116         * help-mode.el (help-insert-string): Set help-xref-stack-item
17117         rather than call help-setup-xref.
17119         * descr-text.el (describe-char): Revert previous changes for
17120         optional buffer argument.
17122 2005-12-27  Juri Linkov  <juri@jurta.org>
17124         * help-mode.el (help-insert-string): New function.  Save buffer
17125         contents in cases where it is impossible to recompute the old contents.
17127         * descr-text.el (describe-char): Set help-xref-stack-item
17128         explicitly after buffer has been generated.
17130 2005-12-27  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17132         * cus-start.el (all): Add x-gtk-show-hidden-files.
17134 2005-12-26  Richard M. Stallman  <rms@gnu.org>
17136         * replace.el (perform-replace): Calculate match-again
17137         before skipping read-only matches.
17139         * paren.el (paren-showing-faces): New group.
17140         (show-paren-match, show-paren-mismatch): Move to that group.
17142         * button.el (button): Put into group `basic-faces'.
17144         * progmodes/make-mode.el: Remove faces from group `faces'.
17146         * apropos.el (apropos, apropos-value): Doc fix.
17147         (apropos-documentation): Doc fix.
17149 2005-12-26  Stefan Monnier  <monnier@iro.umontreal.ca>
17151         * subr.el (lazy-completion-table): Remove argument `args'.
17153         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
17154         Don't use the `args' argument of lazy-completion-table.
17156 2005-12-26  Nick Roberts  <nickrob@snap.net.nz>
17158         * descr-text.el (describe-char): Add optional argument for buffer.
17159         Set buffer appropriately.  Call help-setup-xref.
17160         Suggested by Stefan Monnier.
17162 2005-12-26  Juri Linkov  <juri@jurta.org>
17164         * descr-text.el: Require `help-fns' at runtime.  Don't require
17165         `button' for byte compilation.
17166         (describe-text-widget): Add `help-echo' for first button.
17167         Use `help-info' for second.
17168         (describe-property-list): Use `help-argument-name' instead of `italic'.
17169         (describe-text-category): Add prompt to interactive spec.
17170         Call `help-setup-xref'.
17171         (describe-char): Use `help-character-set'.  Add `help-echo' for
17172         code point.  Use `help-input-method'.  Remove superfluous insert.
17174 2005-12-25  Richard M. Stallman  <rms@gnu.org>
17176         * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
17177         at point, in case of narrowing.
17179         * progmodes/delphi.el (delphi-other-face): Allow nil in type.
17181         * locate.el (locate-header-face): Allow nil in type.
17183         * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
17185 2005-12-25  Romain Francoise  <romain@orebokech.com>
17187         * battery.el (battery-linux-proc-acpi): Also try
17188         `/proc/acpi/thermal_zone/THM0/temperature'.
17190 2005-12-24  Chong Yidong  <cyd@stupidchicken.com>
17192         * custom.el (custom-push-theme): Fix docstring.
17194         * cus-edit.el (custom-variable-set, custom-variable-save)
17195         (custom-variable-save): Custom-quote widget values.
17196         (customize-save-variable): Fix custom-push-theme call.
17198 2005-12-24  Eli Zaretskii  <eliz@gnu.org>
17200         * w32-fns.el (w32-batch-update-autoloads): New function.
17202         * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
17203         Use w32-batch-update-autoloads, and don't setq generated-autoload-file
17204         from the command line.
17206 2005-12-23  Chong Yidong  <cyd@stupidchicken.com>
17208         * custom.el (custom-push-theme): Clarify docstring.  VALUE nil for
17209         reset means to remove setting from theme entirely.  Don't keep
17210         expanding theme-settings list; delete old entries if necessary.
17212         * cus-edit.el (custom-buffer-create-internal): Move "Erase
17213         customization" button one line up.
17214         (custom-themed): New face.
17215         (custom-magic-alist): New value, THEMED, for theme settings.
17216         (custom-variable-state-set, custom-face-state-set):
17217         Check theme-value instead of saved-value.
17218         (custom-variable-reset-standard, custom-face-reset-standard):
17219         Remove theme setting entirely.  Recalculate new values.
17220         (custom-variable-set, custom-variable-set)
17221         (custom-variable-reset-saved, custom-variable-reset-backup)
17222         (custom-face-set, custom-face-reset-saved): Update `user' theme.
17223         (custom-variable-save): Fix typos.
17225 2005-12-23  Juri Linkov  <juri@jurta.org>
17227         * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
17228         Add autoload cookies.
17229         (edebug-outside-d-c-i-n-s-w): New variable.
17230         (edebug-display, edebug-outside-excursion): Use it to save the
17231         original value of default-cursor-in-non-selected-windows.
17232         Set default-cursor-in-non-selected-windows to t while Edebug
17233         is active.
17234         (edebug-mode, edebug-eval-mode): Doc fix.
17236         * mouse.el (mouse-choose-completion): Replace `buffer-substring'
17237         with `buffer-substring-no-properties' to remove common substring
17238         highlighting.
17240         * info.el (info-other-window, info): Rename function argument
17241         `file' to `file-or-node'.
17242         (Info-complete-menu-item): Use local variable `complete-nodes' to
17243         keep the global value of `Info-complete-nodes' unchanged for
17244         subsequent completions.
17245         (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
17247         * simple.el (get-next-valid-buffer, last-buffer)
17248         (next-error-buffer-p, next-error-find-buffer)
17249         (minibuffer-history-sexp-flag): Doc fix.
17251         * savehist.el (savehist-mode-hook): Add `:group'.
17253         * log-view.el: Call autoload for vc-find-version.
17254         (log-view-current-file): Adjust subgroup numbers.
17255         (log-view-current-tag): Add `length'.
17257 2005-12-23  Richard M. Stallman  <rms@gnu.org>
17259         * vc.el (vc-annotate-car-last-cons): Defn moved up.
17261 2005-12-23  Juri Linkov  <juri@jurta.org>
17263         * hi-lock.el (hi-lock-archaic-interface-message-used)
17264         (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
17265         (hi-lock-mode): Display "Hi" in the mode line only when
17266         hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
17267         (hi-lock-write-interactive-patterns):
17268         Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
17269         (hi-lock-set-pattern, hi-lock-set-file-patterns)
17270         (hi-lock-font-lock-hook): Set 3rd arg `how' of
17271         font-lock-add-keywords to t.
17273 2005-12-23  David Koppelman  <koppel@ece.lsu.edu>
17275         * hi-lock.el (hi-lock-highlight-range): New variable.
17276         (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
17277         only if font-lock-fontified is non-nil.  Remove overlays.
17278         (hi-lock-set-pattern): Call font-lock-fontify-buffer if
17279         font-lock-fontified is non-nil, otherwise use overlays (instead of
17280         text properties).
17281         (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
17282         New variables.
17283         (hi-lock-string-serialize): New function.
17285 2005-12-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17287         * menu-bar.el (menu-find-file-existing): New function.
17288         (menu-bar-file-menu): Use menu-find-file-existing for Open.
17290         * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
17292 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17294         * vc.el: Remove unnecessary leading * in docstrings.
17295         (vc-annotate-mode-map): Move initialization into declaration.
17296         (vc-static-header-alist): Nitpick on the regexp.
17297         (vc-default-init-version): New fun.
17298         (vc-register): Use it.
17299         (vc-insert-headers): Use dolist.
17300         (vc-annotate-get-backend): Remove unused function.
17301         (vc-annotate-add-menu): Remove.  Build the menu directly at toplevel.
17302         (vc-annotate-mode): Remove corresponding call.
17303         (vc-annotate-car-last-cons): Simplify.
17304         (vc-annotate-buffers): Remove var.
17305         (vc-annotate-backend): Make it buffer-local.
17306         (vc-annotate): Move the interaction to the interactive spec.
17307         Add a `buf' argument.
17308         (vc-annotate-warp-version): Use this new `buf' argument to avoid
17309         killing&creating a vc-annotate buffer, which is very disruptive when
17310         the buffers are shown in dedicated frames.
17312 2005-12-23  Nick Roberts  <nickrob@snap.net.nz>
17314         * descr-text.el: Add FSF as maintainer.
17315         (describe-text-mode, describe-text-mode-map)
17316         (describe-text-mode-hook, describe-text-done): Delete.  Use normal
17317         help-mode.
17318         (describe-text-widget, describe-text-sexp)
17319         (describe-property-list, describe-text-category)
17320         (describe-text-properties, describe-text-properties-1)
17321         (describe-char): Use help buttons instead of widgets.
17322         (describe-char-unicodedata-file): Make URL link in doc string.
17324 2005-12-22  Richard M. Stallman  <rms@gnu.org>
17326         * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
17327         (custom-buffer-create-internal): Reword the top-of-buffer help intro.
17328         Don't include buttons that write a file when there's no file.
17329         (custom-variable-menu, custom-face-menu, custom-group-menu):
17330         Don't include commands that write a file when there's no file.
17331         (customize-browse): Reword the top-of-buffer help intro.
17332         (custom-buffer-create-internal): Fix previous change.
17333         (customize-changed-options-previous-release): Prev release is 21.1.
17334         (customize-changed-options): Doc fix.
17335         (customize-changed): New alias.
17336         (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
17337         Say "standard values".
17338         (Custom-reset-standard): Doc fix.
17339         (custom-face-reset-standard): Doc fix.
17341 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17343         * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
17344         even if font-lock-mode is non-nil since it may be t without having
17345         turned on font-lock-mode-internal.
17346         (font-lock-choose-keywords): Minor optimization.
17347         (font-lock-add-keywords, font-lock-remove-keywords)
17348         (font-lock-set-defaults): Don't call make-local-variable on a variable
17349         that we know to already be local.
17351 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17353         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
17354         messages if in the minibuffer.
17356 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
17358         * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
17359         (tex-mode-flyspell-verify, flyspell-get-word)
17360         (flyspell-external-point-words): Don't use point-min/max uselessly.
17362         * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
17363         by Kevin Rodgers.  Instead, just hide the completions buffer if we
17364         don't need to show it.
17366 2005-12-21  Luc Teirlinck  <teirllm@auburn.edu>
17368         * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
17370 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
17372         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
17373         delete-windows-on with an inexistent buffer.
17375 2005-12-22  Nick Roberts  <nickrob@snap.net.nz>
17377         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
17378         Delete defcustom variable :tag names.
17380 2005-12-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17382         * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
17383         (log-view-font-lock-keywords): Ajust subgroup numbers.
17384         (log-view-current-tag): Don't hard code the number of subgroups.
17386 2005-12-20  Juri Linkov  <juri@jurta.org>
17388         * tooltip.el (tooltip): Move defgroup before define-minor-mode.
17389         (tooltip-x-offset, tooltip-y-offset): Doc fix.
17391         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
17392         (menu-bar-non-minibuffer-window-p): Instead of checking
17393         display-multi-frame-p, use selected-frame when menu-updating-frame
17394         is nil.
17396 2005-12-20  Stuart Herring  <herring@lanl.gov>  (tiny change)
17398         * align.el (align-rules-list): Use [ \t] instead of \s-
17399         for column separators in text mode.
17401 2005-12-20  Nick Roberts  <nickrob@snap.net.nz>
17403         * help-mode.el (help-customize-variable, help-customize-face):
17404         Don't pop help-xref-stack as help-follow no longer pushes
17405         anything on to it.
17407 2005-12-20  Carsten Dominik  <dominik@science.uva.nl>
17409         * textmodes/org.el (org-agenda-custom-commands): New option.
17410         (org-agenda): Offer custom commands on splash screen.
17411         (org-make-tags-matcher): Parser for Boolean logic added.
17412         (org-agenda-set-tags): New command.
17413         (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
17414         (org-set-tags): Efficiency improvements.
17415         (org-auto-align-tags): New option.
17416         (org-todo, org-demote, org-promote): Realign tags.
17417         (org-tags-completion-function): Use also "&" and "|" as separators.
17418         (org-org-menu): Agenda commands simplified.
17420 2005-12-19  Luc Teirlinck  <teirllm@auburn.edu>
17422         * cus-edit.el (customize-apropos, customize-apropos-options):
17423         Docstring changes.
17425         * font-lock.el (font-lock): Add tags to the links in the defgroup.
17427 2005-12-19  Chong Yidong  <cyd@stupidchicken.com>
17429         * longlines.el (longlines-mode): Wrap while widened.
17430         (longlines-decode-region, longlines-encode-region): Compute max
17431         just once.
17433 2005-12-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17435         * cus-edit.el (mac): New group.
17437         * cus-start.el (all): Add user options in macterm.c.  Add test for
17438         Mac-related built-ins.  Fix test for GTK-related built-ins.
17440         * term/mac-win.el (mac-handle-language-change)
17441         (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
17442         (mac-services-open-selection, mac-services-mail-selection)
17443         (mac-services-mail-to, mac-services-insert-text)
17444         (mac-dispatch-apple-event): Add docstrings.
17445         (x-get-selection, mac-select-convert-to-string): Select coding
17446         system from `utf-16be' and `utf-16le' using `byteorder'.
17448 2005-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
17450         * subr.el (lazy-completion-table): Don't be fooled if the var holds
17451         a "list" (lambda ...) rather than a real completion list.
17453         * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
17454         lexical-let when encountering ((lambda (...) ...) ...).
17456 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
17458         * progmodes/sh-script.el (sh-mode):
17459         * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
17460         * textmodes/picture.el (picture-mode): Update docstrings.
17462 2005-12-17  Eli Zaretskii  <eliz@gnu.org>
17464         * makefile.w32-in (autoloads, custom-deps): Warn that parts of
17465         commands enclosed in $(ARGQUOTE)s should not be split between two
17466         lines, as that will break with GNU Make >3.80, when sh.exe is used
17467         and arg quoting is with '..'.
17468         (autoloads): Don't break the quoted --eval expression between
17469         several lines.
17471 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
17473         * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
17474         Capture error from printing circular structures.
17476 2005-12-17  Martin Rudalics  <rudalics@gmx.at>
17478         * wid-edit.el (widget-checkbox-action): Clear undo info.
17480 2005-12-16  Bill Wohler  <wohler@newt.com>
17482         * menu-bar.el (kill-this-buffer): Set a good example by using menu
17483         bar, not menubar in comment.
17485 2005-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
17487         * progmodes/cc-engine.el (c-after-change-check-<>-operators):
17488         After-change-functions should not clobber the match data.
17490 2005-12-16  Juri Linkov  <juri@jurta.org>
17492         * simple.el (choose-completion): Use `buffer-substring-no-properties'
17493         instead of `buffer-substring'.
17494         (completion-common-substring): Doc fix.
17495         (completion-setup-function): Use minibuffer-completion-contents
17496         instead of minibuffer-contents.  Don't set common-string-length
17497         initially.  Remove special handling of partial-completion-mode.
17498         Move computation of completion-base-size into one cond.
17499         Call completion-base-size-function in mainbuf.  In computation of
17500         completion-base-size for file name completion don't move point to
17501         the end of the minibuffer.  Move computation of common-string-length
17502         into one cond.  Start putting faces only when common-string-length>=0.
17503         Add condition to put completions-common-part when
17504         common-string-length>0.
17506         * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
17507         place point at the first different character in the minibuffer
17508         even if this position is at the beginning of the minibuffer.
17510         * info.el (Info-read-node-name-1): In completion-base-size-function's
17511         lambda return 1 if common-substring or minibuffer-completion-contents
17512         starts with (, and 0 otherwise.
17514         * emacs-lisp/crm.el (crm-minibuffer-completion-help):
17515         Use `crm-current-element' for second arg of `display-completion-list'.
17517 2005-12-16  Klaus Zeitler  <kzeitler@lucent.com>
17519         * files.el (set-auto-mode): Look for an interpreter specified on
17520         the first line also if search for mode specification succeeded,
17521         but the mode is not known.
17523 2005-12-16  Carsten Dominik  <dominik@science.uva.nl>
17525         * textmodes/org.el (org-tags-match-list-sublevels): New option.
17526         (org-open-at-point): Implement tag searches as links.
17527         (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
17528         (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
17529         (org-tags-sparse-tree, org-tags-view, org-set-tags)
17530         (org-agenda-dispatch): New commands.
17531         (org-use-tag-inheritance, org-tags-column): New options.
17532         (org-tab-follows-link, org-return-follows-link): New options.
17533         (org-tags): New customize group.
17534         (org-start-icalendar-file): Get local time zone.
17535         (org-tags-completion-function): New function.
17536         (org-set-font-lock-defaults): Make sure links will also be
17537         highlighted inside headlines.
17539 2005-12-16  Mark Plaksin  <happy@usg.edu>  (tiny change)
17541         * term.el (term-emulate-terminal):
17542         Let term-handle-ansi-terminal-messages override what Bash says about
17543         its current directory.
17545 2005-12-16  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
17547         * bindings.el (last-buffer): Move to simple.el.
17548         * simple.el (last-buffer): Move here.
17549         (get-next-valid-buffer): New function.
17550         (next-buffer): Use frame-local buffer list, maintain buried buffer list.
17551         (prev-buffer): Ditto.  Rename to `previous-buffer'.
17553         * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
17554         * bindings.el (global-map): Ditto.
17556 2005-12-15  Luc Teirlinck  <teirllm@auburn.edu>
17558         * cus-edit.el: Introductory comment change.
17559         (custom-magic-alist): Change message string for the `rogue' state.
17561 2005-12-15  Richard M. Stallman  <rms@gnu.org>
17563         * tooltip.el: Delete defcustom variable :tag names.
17565         * complete.el (partial-completion-mode): Doc fix.
17567         * textmodes/flyspell.el (flyspell-external-point-words):
17568         Use save-excursion to ensure we don't move backward in the
17569         search loop, not even one character.
17570         (flyspell-delete-all-overlays): Use remove-overlays directly.
17572         * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
17573         (ispell-start-process): Set that variable.
17574         Clear ispell-buffer-local-name.
17575         (ispell-internal-change-dictionary):
17576         Set ispell-current-dictionary after killing process.
17577         (ispell-buffer-local-dict):
17578         Don't set spell-personal-dictionary after killing process.
17579         (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
17580         (ispell-tex-skip-alists, ispell-html-skip-alists)
17581         (ispell-skip-region-alist): Mark as risky.
17583         * net/newsticker.el (newsticker--retrieval-timer-list)
17584         (newsticker--display-timer, newsticker-running-p)
17585         (newsticker-ticker-running-p): Definitions moved up.
17587 2005-12-16  Nick Roberts  <nickrob@snap.net.nz>
17589         * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
17591 2005-12-15  David Ponce  <david@dponce.com>
17593         * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
17594         (recentf-edit-list, recentf-open-files): Signal an error when
17595         there is no recent file.
17597 2005-12-14  Lennart Borgman  <lennart.borgman.073@student.lu.se>
17599         * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
17600         read-only except for texinfo-format-region evaluation.
17602 2005-12-14  Richard M. Stallman  <rms@gnu.org>
17604         * vc.el (vc-default-previous-version, vc-default-next-version)
17605         (vc-do-command): Doc fixes.
17607 2005-12-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
17609         * textmodes/bibtex.el (bibtex-expand-strings)
17610         (bibtex-autokey-expand-string, bibtex-name-part)
17611         (bibtex-entry-type-whitespace, bibtex-entry-type-str)
17612         (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
17613         (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
17614         (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
17615         (bibtex-entry-postfix, bibtex-known-entry-type-re)
17616         (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
17617         (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
17618         (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
17619         (bibtex-beginning-of-last-entry): Remove.
17620         (bibtex-parse-field-name): Use bibtex-field-name.  Issue error
17621         message if comma is missing but buffer is read-only.
17622         (bibtex-parse-field-text): Handle whitespaces at the end of field
17623         text.  Return 3-element list with beginning and end of field text
17624         and end of field.
17625         (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
17626         (bibtex-parse-field): Remove arg name.  Use bibtex-field-name.
17627         (bibtex-search-forward-field, bibtex-search-backward-field):
17628         Search always delimited by limits of entry.  Use more efficient
17629         search algorithms.
17630         (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
17631         bibtex-end-of-name-in-field.
17632         (bibtex-text-in-field-bounds): Handle BibTeX strings when
17633         extracting the content of a field.
17634         (bibtex-text-in-field): Use search limits.
17635         (bibtex-parse-string-prefix): Handle empty string keys based on
17636         bibtex-string-empty-key.
17637         (bibtex-parse-string): Fix docstring.
17638         (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
17639         (bibtex-preamble-prefix, bibtex-strings): New functions.
17640         (bibtex-skip-to-valid-entry): Include preceding whitespace in
17641         BibTeX entries (consistent with other BibTeX functions).
17642         (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
17643         (bibtex-search-entry): Fix docstring.  Simplify.
17644         (bibtex-flash-head, bibtex-complete-string-cleanup)
17645         (bibtex-count-entries, bibtex-sort-buffer): Simplify.
17646         (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
17647         (bibtex-parse-entry): New optional arg content.
17648         (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
17649         Use bibtex-text-in-field-bounds.
17650         (bibtex-print-help-message): Handle BibTeX strings and preambles.
17651         (bibtex-end-of-entry): Use bibtex-preamble-prefix and
17652         bibtex-parse-string-postfix.
17653         (bibtex-find-text-internal): New function.
17654         (bibtex-remove-delimiters): Use it.
17655         (bibtex-find-text): Use it.  New optional arg help.
17656         (bibtex-complete): Handle BibTeX string and preamble entries.
17657         (bibtex-Preamble): Fix order of closing delimiters.
17659 2005-12-14  Stefan Monnier  <monnier@iro.umontreal.ca>
17661         * vc.el (vc-default-revert): New fun.
17663         * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
17665 2005-12-14  Romain Francoise  <romain@orebokech.com>
17667         * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
17668         (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
17669         (font-lock-remove-keywords): Likewise.
17671 2005-12-14  Juri Linkov  <juri@jurta.org>
17673         * log-view.el (log-view-diff): Doc fix.
17675         * isearch.el (isearch-query-replace): Use (mark) instead of
17676         isearch-opoint if mark is active in transient-mark-mode.
17678 2005-12-14  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
17680         * isearch.el (isearch-query-replace): Check for isearch-other-end.
17682 2005-12-14  Per Abrahamsen  <abraham@dina.kvl.dk>
17684         * progmodes/cpp.el (cpp-face): New widget.
17685         (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
17687 2005-12-14  Juri Linkov  <juri@jurta.org>
17689         * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
17690         around `erase-buffer' and `insert'.
17692         * descr-text.el (describe-text-properties): Replace buffer name
17693         "*Help-2*" with "*Help*<2>".
17694         (describe-char): Add functions print-help-return-message,
17695         toggle-read-only.  Use help-setup-xref with nil to not store
17696         describe-char in help-xref-stack.  Use help-make-xrefs to
17697         make [back] button.
17699         * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
17701         * wdired.el (wdired-old-point): New internal variable.
17702         (wdired-change-to-wdired-mode): Set it buffer-locally.
17703         (wdired-abort-changes): Restore point after aborting changes.
17705 2005-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
17707         * vc.el (vc-do-command): Add a new value t for okstatus.
17709         * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
17710         frame in case of errors.
17712 2005-12-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17714         * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
17715         so it comes after "On the Left" in the menu.
17717 2005-12-12  Luc Teirlinck  <teirllm@auburn.edu>
17719         * cus-edit.el (customize-apropos, customize-apropos-options)
17720         (customize-apropos-faces, customize-apropos-groups): Doc fixes.
17722 2005-12-12  Bill Wohler  <wohler@newt.com>
17724         * vc-svn.el (vc-svn-registered): Fix problem of visiting
17725         non-writable Subversion-controlled files by saving window
17726         configuration before calling vc-do-command.  vc-do-command calls
17727         pop-to-buffer on error which is unexpected during registration.
17729 2005-12-12  Jay Belanger  <belanger@truman.edu>
17731         * calc/README: Update the summary of changes.
17733 2005-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
17735         * descr-text.el (describe-char): Rework last fix to solve the problem
17736         is the same way it's solved for everything else in that function
17737         (i.e. by extracting the info before setting up the *Help* buffer).
17739 2005-12-12  Kim F. Storm  <storm@cua.dk>
17741         * subr.el (version-regexp-alist): Allow space as separator before
17742         non-numeric part, e.g. "1.0 alpha".
17743         (version-to-list): Interpret .X.Y version as 0.X.Y version.
17745 2005-12-12  Carsten Dominik  <dominik@science.uva.nl>
17747         * textmodes/org.el (org-agenda, org-timeline, org-todo):
17748         Implement Logging and the keep-modes setting.
17749         (org-get-category): Make sure a string is returned.
17750         (org-log-done): New function.
17751         (org-log-done, org-closed-string): New options.
17753 2005-12-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17755         * tooltip.el (tooltip-y-offset): Change default to 20.
17757 2005-12-12  Richard M. Stallman  <rms@gnu.org>
17759         * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
17761         * frame.el (display-hourglass): Doc fix.
17763         * help.el (help-for-help-internal): Simplify entry for `a'.
17765         * info.el (Info-on-current-buffer): Doc fix.
17766         (info-insert-file-contents): Don't test (featurep 'jka-compr).
17768         * startup.el (inhibit-splash-screen): Make this the real name.
17769         (inhibit-startup-message): Make this the alias.
17770         (command-line): Find only simple.el, and use its directory
17771         to fill in other preloaded files' names.
17772         (command-line): Deactivate the mark if deactivate-mark is set.
17774         * international/mule.el (load-with-code-conversion):
17775         Bind deactivate-mark.
17777         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
17779 2005-12-11  Luc Teirlinck  <teirllm@auburn.edu>
17781         * cus-edit.el (customize-apropos): Avoid listing an option more
17782         than once under different aliases.  No longer list user options
17783         that are not defined with defcustom (unless a prefix arg is given).
17784         Doc fix.
17785         (customize-apropos-options): Doc fix.
17787 2005-12-11  Juri Linkov  <juri@jurta.org>
17789         * frame.el (set-background-color, set-foreground-color)
17790         (set-cursor-color, set-mouse-color, set-border-color):
17791         Add explicit prompts to read colors by `facemenu-read-color'.
17792         (show-trailing-whitespace, blink-cursor-delay)
17793         (blink-cursor-interval, display-hourglass, hourglass-delay):
17794         Remove tags.
17795         (display-hourglass, hourglass-delay): Doc fix.
17796         (cursor-in-non-selected-windows): Capitalize words in tag.
17798         * faces.el (frame-background-mode): Replace `choice-item' keywords
17799         with `const' to not make [default] button.  Change default value tag
17800         from `default' to `automatic'.  Doc fix.
17801         (trailing-whitespace) <defface>: Change group `whitespace' to
17802         `whitespace-faces'.
17804 2005-12-11  Richard M. Stallman  <rms@gnu.org>
17806         * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
17808 2005-12-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17810         * term/mac-win.el: Create keymap for mac-apple-event-map.
17812 2005-12-11  Nick Roberts  <nickrob@snap.net.nz>
17814         * tooltip.el (tooltip-mode): Move to start of file so that it
17815         appears at top of customize buffer.
17817         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
17818         Add the gud groupname.
17819         (gud-tooltip-mode): Add the tooltip groupname.
17820         (gud-tooltip-echo-area): Add the gud groupname.  Remove tag to
17821         avoid conflict with tooltip-use-echo-area.
17823 2005-12-10  Romain Francoise  <romain@orebokech.com>
17825         * help.el (help-for-help-internal): Add `r' in doc string.
17827 2005-12-10  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
17829         * align.el (align-regexp, align-highlight-rule):
17830         Use region-beginning and region-end instead of point and mark, so that
17831         repetition (with `repeat-complex-command') recomputes the region
17832         bounds.
17834 2005-12-10  Lennart Borgman  <lennart.borgman.073@student.lu.se>
17836         * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
17837         (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
17838         (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
17839         (balance-windows): Rewrite using the above new functions.
17841 2005-12-10  David Koppelman  <koppel@ece.lsu.edu>
17843         * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
17844         react if global-hi-lock-mode seems intended.
17845         (global-hi-lock-mode): Renamed from hi-lock-mode.
17846         (hi-lock-archaic-interface-message-used)
17847         (hi-lock-archaic-interface-deduce): New variables.
17848         (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
17849         (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
17850         (hi-lock-find-patterns, hi-lock-font-lock-hook):
17851         Replace hi-lock-buffer-mode with hi-lock-mode.
17853 2005-12-10  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
17855         * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
17856         completion list, even after a partial completion has been
17857         inserted in the current buffer.  If there are more than 1
17858         completion, redisplay the *Completions* buffer; if the
17859         completion is unique, delete the *Completions* window.
17861 2005-12-10  Eli Zaretskii  <eliz@gnu.org>
17863         * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
17864         strings and long subject lines that were broken into multiple
17865         lines at arbitrary places.  Handle subjects that have "Re: " in
17866         the middle.
17868 2005-12-10  John W. Eaton  <jwe@octave.org>
17870         * emacs/octave-mod.el (octave-electric-space): Don't indent
17871         comments or strings if octave-auto-indent is nil.
17873 2005-12-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17875         * term/mac-win.el: Require url when compiling.
17876         Call mac-process-deferred-apple-events after loading init files.
17877         (mac-apple-event-map): New defvar.  Define event handlers in it.
17878         (core-event, internet-event): New Apple event class symbols.
17879         (open-application, reopen-application, open-documents)
17880         (print-documents, open-contents, quit-application)
17881         (application-died, show-preferences, autosave-now, get-url):
17882         New Apple event ID symbols.
17883         (about): New HICommand ID symbol.
17884         (mac-event-spec, mac-event-ae): New macros.
17885         (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
17886         (mac-ae-selection-range, mac-ae-text-for-search)
17887         (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
17888         (mac-application-menu-map): Remove keymap.  Handlers for HICommand
17889         and Services menu events are now defined in mac-apple-event-map.
17890         (mac-drag-n-drop): Remove selection range handling.
17892 2005-12-10  Kenichi Handa  <handa@m17n.org>
17894         * simple.el (zap-to-char):
17895         * isearch.el (isearch-process-search-char): Translate CHAR by
17896         translation-table-for-input.
17898 2005-12-09  Chong Yidong  <cyd@stupidchicken.com>
17900         * foldout.el (foldout-exit-fold): Properly hide subtree.
17902 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
17904         * files.el (save-buffer):
17905         * international/ucs-tables.el (ucs-set-table-for-input):
17906         * mail/mail-extr.el (mail-extract-address-components):
17907         * mail/sendmail.el (mail-mode): Reformat doc string.
17909 2005-12-09  Juri Linkov  <juri@jurta.org>
17911         * isearch.el (isearch-highlight): Change main overlay priority
17912         from 1 to 1001.  Simplify.
17913         (isearch-lazy-highlight-update): Change lazy overlay priority
17914         from 0 to 1000.
17916         * replace.el (replace-highlight): Change overlay priority from
17917         1 to 1001.
17919         * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
17920         Change overlay priority from 1 to 1001.  Reuse existing overlay.
17922         * compare-w.el (compare-windows-highlight): Change overlay
17923         priority from 1 to 1000.
17925         * menu-bar.el (menu-bar-edit-menu): Add listp around
17926         pending-undo-list to disable menu item "undo" when pending
17927         undo list is empty.
17929         * locate.el (locate): Disable undo in *Locate* buffer.
17931 2005-12-09  Kim F. Storm  <storm@cua.dk>
17933         * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
17935 2005-12-09  David Ponce  <david@dponce.com>
17937         * recentf.el: Improvement of the menu code.
17938         (recentf-enabled-p): Move before first use.  Use `kill-emacs-hook'
17939         instead of menu hook.
17940         (recentf-show-menu, recentf-hide-menu): New functions.
17941         (recentf-menu-customization-changed, recentf-mode): Use them.
17942         (recentf-menu-action, recentf-max-menu-items)
17943         (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
17944         (recentf-arrange-by-rule-others)
17945         (recentf-arrange-by-rules-min-items)
17946         (recentf-arrange-by-rule-subfilter): Don't use
17947         `recentf-menu-customization-changed'.
17948         (recentf-arrange-rules): Likewise.  Accept functions to compute
17949         sub-menu titles.
17950         (recentf-menu-filter): Likewise.  Doc fix.
17951         (recentf-menu-value-shortcut): Doc fix.
17952         (recentf-dump-variable): Quote atom value.
17953         (recentf-make-menu-items): Update to use it as a menu filter.
17954         (recentf-match-rule): New function.
17955         (recentf-arrange-by-rule): Use it.
17956         (recentf-indirect-mode-rule): New function.
17957         (recentf-build-mode-rules): Use it.
17958         (recentf-dir-rule): New function.
17959         (recentf-arrange-by-dir): Use it.
17960         (recentf-filter-changer-current): Rename from
17961         `recentf-filter-changer-state'.  All references updated.
17962         (recentf-filter-changer-alist): Update filter names.
17963         (recentf-filter-changer-select): New function.
17964         (recentf-filter-changer): Use it.  Make a sub-menu from filters
17965         available in `recentf-filter-changer-alist'.
17966         (recentf-data-cache, recentf-clear-data)
17967         (recentf-update-menu): Remove.  All references updated.
17968         (recentf-match-rule-p, recentf-build-dir-rules)
17969         (recentf-filter-changer-goto-next)
17970         (recentf-filter-changer-get-current)
17971         (recentf-filter-changer-get-next): Remove.
17973 2005-12-08  Luc Teirlinck  <teirllm@auburn.edu>
17975         * cus-edit.el (custom-buffer-create-internal): Relabel the whole
17976         buffer "Reset" button to "Reset to Current" for consistency with
17977         the State buttons.
17979 2005-12-08  John Paul Wallington  <jpw@pobox.com>
17981         * ibuf-ext.el (define-ibuffer-filter filename):
17982         If `dired-directory' is a list then really use its car.
17984 2005-12-08  Kim F. Storm  <storm@cua.dk>
17986         * emulation/cua-rect.el (cua--rectangle-aux-replace):
17987         Fix indention of text on right side of replaced rectangle.
17989 2005-12-09  Nick Roberts  <nickrob@snap.net.nz>
17991         * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
17992         No need to check gud-comint-buffer is bound.
17993         (gdb): Prevent multiple debugging when first session uses gdba.
17995 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
17997         CC Mode update to 5.31.
17999         * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
18000         Emacsen which lack `define-minor-mode'.  (Currently Emacs <21.
18001         We might do this function properly in the future).
18003         * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
18004         New macros c-sentence-end and c-default-value-sentence end, to cope
18005         with Emacs 22's new function `sentence-end'.
18007 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18009         * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
18010         compat issue using `c-put-overlay' and `c-delete-overlay'.
18012         * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
18013         New compat macros to handle overlays/extents.
18015 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18017         * progmodes/cc-fix.el: Add definitions of the macros push and pop
18018         (for GNU Emacs 20.4).
18020         * progmodes/cc-defs.el:
18021         (i): Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4).
18023         * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
18024         highlighting mechanism so it will work in XEmacs too.
18026         * progmodes/cc-defs.el: Insert c-int-to-char.
18028         * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
18029         call to the new macro c-int-to-char.  This solves XEmacs's
18030         regarding characters as different from integers.
18032 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18034         * progmodes/cc-fonts.el (c-make-syntactic-matcher):
18035         New internal helper.
18037         (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
18038         construct to make the indirect face lookup work in XEmacs.
18040         (c-cpp-matchers): Append the negation char face to the existing
18041         fontification, so that the cpp face doesn't disappear.
18042         Use `c-make-syntactic-matcher' to avoid negation chars in comments
18043         and strings.
18045         * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
18046         to map to `font-lock-negation-char-face' in emacsen where it exists.
18048 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18050         * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
18052         * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
18053         Rename "c-subword-move-mode" as "c-subword-mode".
18055         * progmodes/cc-mode.el: Added tty suitable bindings for C-c
18056         <delete> and C-c C-<delete>.  (To the c-hungry- delete functions).
18058 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18060         * progmodes/cc-mode.el: Added autoload directive for
18061         `c-subword-move-mode' for use in older emacsen.
18063 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18065         * progmodes/cc-mode.el:
18066         (i): Insert a binding for C-c C-backspace into
18067         c-bind-special-erase-keys which works in TTYs.
18068         (ii): Make sure that when file styles are used, any explicitly
18069         given style variables take priority over those in the style.
18070         Do this by calling `hack-local-variables' a second time.
18072         * progmodes/cc-vars.el: Add language specific customization
18073         widgets for AWK to c-doc-comment-style, c-require-final-newline
18074         and c-default-style.  Add a defcustom for awk-mode-hook.
18075         Give c-syntactic-element and c-syntactic-context doc-strings by
18076         directly setting their `variable-documentation' propery.
18077         This allows Emacs 22.1 to read these with C-h v.
18079         * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
18081 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18083         * progmodes/cc-fonts.el, cc-vars.el
18084         (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
18085         (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
18086         Masatake YAMATO.
18088         (c-doc-comment-style): Made GtkDoc default in C mode.
18090         * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
18091         and C-c C-<delete>.
18093         (c-bind-special-erase-keys): New function for use on
18094         `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
18096         * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
18097         <delete> key behavior in XEmacs according to `delete-forward-p'.
18098         C.f. `c-electric-delete'.
18100 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18102         * progmodes/cc-mode.el: Give c-hungry-backspace and
18103         c-hungry-delete-forward permanent key bindings.
18105         * progmodes/cc-cmds.el (c-electric-semi&comma):
18106         Bind c-syntactic-context for calls to "criteria functions", for
18107         consistency with other calls to user functions.
18109         * progmodes/cc-cmds.el (c-indent-command): Expunge use of
18110         `current-prefix-arg', since this might be the prefix arg to a
18111         command which calls c-indent-command as a function.  Change the
18112         interactive spec from "p" to "P".
18114         * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
18115         reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
18116         was difficult to understand.
18118 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18120         * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
18121         first char of an identifier.
18123         * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
18124         +" syntax in C++.
18126 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18128         * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
18129         auto-fill doesn't split a c-comment's last word from a hanging
18130         "*/" when a space is typed between them after fill-column.
18132         * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
18134         * progmodes/cc-styles.el (c-set-style)
18135         (c-setup-paragraph-variables): Abort the command if we're not in a
18136         CC Mode buffer.
18138         * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
18139         with blank comment-prefix, and a blank line as the comment's
18140         second line.
18142 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18144         * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
18145         Incorporate the patterns added in the Emacs development branch
18146         for the new Emacs 22 face `font-lock-negation-char-face'.
18148         * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
18149         of "red" since it stands out better in xterms and DOS terminals.
18151         * progmodes/cc-engine.el (c-literal-faces):
18152         Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
18154 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18156         * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
18157         forcibly enable c-electric-flag.
18159         * progmodes/cc-vars.el, cc-cmds.el: New clean-up
18160         `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
18161         after the comment-prefix of a C-style comment will close that comment.
18163 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18165         * progmodes/cc-fonts.el (c-basic-matchers-before)
18166         (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
18167         in Pike.
18169         * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
18170         digraphs.
18172         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
18173         (c-cpp-message-directives, c-cpp-include-directives)
18174         (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
18175         (c-cpp-expr-directives): Introduce new language constants to
18176         control cpp syntax in a cleaner way.
18178         (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
18180         (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
18182         * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
18183         (c-multiline-string-start-char): New language constants and
18184         variables to specify how newlines in string literals work.
18186         (c-font-lock-invalid-string): Use them.
18188         * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
18189         unbalanced close brace is entered.  Optimization by avoiding going
18190         back over arbitrarily large blocks.  Removed hints that this
18191         function only would be relevant/useful in AWK.
18193         (c-electric-brace): Indent syntactically after the cleanups since
18194         lineup functions might do it differently then.
18196         * progmodes/cc-engine.el, cc-langs.el
18197         (c-opt-op-identifier-prefix): New language constant and variable.
18199         (c-just-after-func-arglist-p, c-after-special-operator-id)
18200         (c-search-decl-header-end, c-inside-bracelist-p): Use it.
18202         * progmodes/cc-align.el, cc-engine.el
18203         (c-after-special-operator-id): New helper to handle C++ operator
18204         identifiers.
18206         (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
18207         (c-guess-basic-syntax): Handle C++ operator identifiers in
18208         declarations.
18210         * progmodes/cc-langs.el (c-assignment-operators): Add the
18211         trigraph version of ^= too.
18213         * progmodes/cc-langs.el (c-assignment-operators): Add the
18214         trigraph version of |= in C++.
18216         * progmodes/cc-fonts.el (c-font-lock-declarators):
18217         Handle `c-decl-hangon-kwds' after the identifier name.
18219         * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
18220         whether an arglist is "nonempty", ignore a comment after the open
18221         paren if it isn't followed by a non-comment token on the same line.
18223         * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
18224         Enable heuristics below the point to cope with classes inside special
18225         brace lists in Pike.
18227 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18229         * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
18231 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18233         * progmodes/cc-guess.el (cc-guess-install): New function to
18234         install an already guessed style in another buffer.
18236         * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
18237         sets `inhibit-read-only' - `c-save-buffer-state' should be used
18238         anyway if the change always is undone.
18240 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18242         Implement togglable electricity:
18244         * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
18245         saying when it should be used.
18247         * progmodes/cc-engine.el: Add the new buffer-local variable,
18248         c-electric-flag.
18250         * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
18251         c-toggle-auto-newline.
18253         * progmodes/cc-mode.el: Rename c-toggle-auto-state to
18254         c-toggle-auto-newline.  Remove the binding for
18255         c-toggle-auto-hungry-state.  Add the binding C-c C-l for the new
18256         c-toggle-electric-state.
18258         * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
18260         * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
18261         c-\(forward\|backward\)-subword.
18262         (c-update-modeline): Add the new modeline flag `l' for
18263         `c-electric-flag'.  Make the auto-newline flag `a' dependent on `l'.
18264         (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
18265         Make the old name an alias of the new name.
18266         (c-toggle-electric-state): New function.
18267         (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
18268         Adapt these functions to do electric things only when
18269         c-electric-flag is non-nil.
18270         (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
18271         new functions from c-electric-brace.
18272         (c-point-syntax): Add a check for "virtual semicolons" in AWK
18273         mode, so that the tentative extra newline doesn't change the
18274         syntax of the following brace.
18275         (c-electric-brace): Restructure by extracting the above functions.
18276         Tidy up the coding somewhat.
18277         (c-electric-semi&comma, c-electric-colon, c-electric-paren):
18278         restructure a bit.
18280 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18282         * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
18283         anchor position(s) using faces.  Thanks to Masatake YAMATO for the idea.
18285         * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
18286         (c-submode-indicators): Change name from `c-auto-hungry-string'
18287         since it's now used to track another submode.
18289         (c-update-modeline): Convert to function and extended to check
18290         `c-subword-move-mode'.
18292         (c-forward-into-nomenclature, c-backward-into-nomenclature):
18293         Convert to compat aliases for `c-forward-subword' and
18294         `c-backward-subword'.
18296         * progmodes/cc-subword.el: New functions and minor mode to handle
18297         SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
18299         (c-forward-subword, c-backward-subword, c-mark-subword)
18300         (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
18301         (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
18302         Functions corresponding to the standard word handling functions.
18304         (c-subword-move-mode): Minor mode that replaces all the standard
18305         word handling functions with their subword equivalences.
18307 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18309         * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
18310         entry for one-liner-defun.
18312         * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
18313         name in its def-edebug-spec.
18315         * progmodes/cc-cmds.el (c-electric-brace): Make the
18316         one-liner-defun clean-up work with empty-defun-braces.  o-l-d now
18317         compacts space before a comment, if this will make things fit on
18318         one line.
18320         Introduce an "awk" style, mainly for auto-newline and clean-ups.
18322         * progmodes/cc-align.el: New function c-snug-1line-defun-close.
18324         * progmodes/cc-cmds.el: In c-electric-brace, add code for new
18325         clean-up one-liner-defun.
18327         * progmodes/cc-styles.el: Add the new "awk" style.
18329         * progmodes/cc-vars.el: Add description of one-liner-defun to
18330         c-cleanup-list's doc-string.  New user options,
18331         c-max-one-liner-length.  In c-default-style, set the default style
18332         for AWK to "awk".
18334 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18336         * progmodes/cc-engine.el (c-forward-label): Fix fontification of
18337         macros inside labels.
18339         * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
18340         `c-at-statement-start-p' and `c-at-expression-start-p'.
18342         * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
18343         error if the mark isn't set.
18345         * progmodes/cc-engine.el (c-guess-continued-construct)
18346         (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
18347         accurately detect functions inside functions.
18349         * progmodes/cc-engine.el (c-at-expression-start-p): New function
18350         like `c-at-statement-start-p' that additionally recognizes commas
18351         and expression parentheses as delimiters.
18353         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
18354         to avoid heuristics that doesn't work for unclosed blocks.
18355         (c-at-statement-start-p): New function.
18357         * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
18358         Objective-C directives, e.g. directives spanning lines should work
18359         reasonably well now.
18361         (c-put-c-type-property, c-clear-c-type-property): New helpers.
18363         (c-forward-objc-directive): New function to move over any ObjC
18364         directive.
18366         (c-just-after-func-arglist-p, c-guess-basic-syntax)
18367         (c-basic-matchers-before): Use it.
18369         (c-font-lock-objc-iip-decl): Remove.
18371         * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
18372         in the template arglist recognition.
18374         * progmodes/cc-styles.el (c-style-alist): Fix several
18375         inconsistencies in the Whitesmith style.
18377         * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
18378         New lineup function to get lines after Whitesmith style blocks
18379         correctly indented.
18381         (c-lineup-whitesmith-in-block): Back out the compensation for
18382         opening parens since it's done using `add' lists in the style
18383         definition instead.  Don't use the anchor position since it varies
18384         too much between the syntactic symbols. :P
18386         * progmodes/cc-vars.el (c-valid-offset): Update.
18388         * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
18389         lists where the offsets are combined according to several
18390         different methods: `first', `min', `max', and `add'.
18391         Report offset evaluation errors with `c-benign-error' so that some kind
18392         of reindentation still is done.
18394         * progmodes/cc-engine.el (c-guess-basic-syntax):
18395         Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
18396         `arglist-close'.
18398         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
18399         situations for `arglist-cont-nonempty' and `arglist-close'.
18401         * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
18403         * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
18404         cc-bytecomp-boundp' in a number of places.
18406         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
18407         macro related issue.
18409 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18411         * progmodes/cc-awk.el: Change the terminology of regexps: A char
18412         list is now [asdf], a char class [:alpha:].
18413         Include code for char classes.
18414         Set c-awk-NL-prop on lines ending in open strings.  (Bug fix.)
18415         Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
18417         Remove (nearly all of) the cruft associated with AWK Mode's former
18418         concept of "virtual semicolons":
18420         Adapt c-beginning-of-statement, c-end-of-statement (together with
18421         subfunctions) to use the new notion of "virtual semicolon" in
18422         place of the old awkward special handling for AWK.  There remains
18423         much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
18424         * progmodes/cc-cmds.el:
18425         (c-ascertain-adjacent-literal): In the backwards direction, now
18426         recognises AWK regexp delimiters as string delimiters.
18427         (c-after-statement-terminator-p): Adapt for virtual semicolons;
18428         check more rigorously for "end of macro".
18429         (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
18430         virtual semicolons;
18431         (c-beginning-of-statement): Adapt for virtual semicolons; Separate
18432         out the code for forward movement into ...
18433         (c-end-of-statement): Now contains the code for forward movement,
18434         adapted for virtual semicolons.
18436         * progmodes/cc-engine.el:
18437         (c-ws*-string-limit-regexp): New regexp.
18438         (c-forward-single-comment, c-backward-single-comment): Comment out
18439         the (now redundant) "special" AWK stuff.
18441         * progmodes/cc-styles.el, cc-vars.el: Change the settings of
18442         c-string-par-start, c-string-par-separate to be more like Text
18443         Mode than Fundamental Mode.
18445 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18447         * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
18448         to the fontified region so that fontification doesn't occur
18449         outside it (could happen e.g. when fontifying a line with an
18450         unfinished declaration).
18452 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18454         * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
18455         start of the file.  ^L now separate sections of the file.
18456         (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
18457         (c-awk-one-line-possibly-open-string-re)
18458         (c-awk-regexp-one-line-possibly-open-char-class-re)
18459         (c-awk-one-line-possibly-open-regexp-re)
18460         (c-awk-one-line-non-syn-ws*-re): New defonsts.
18461         (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
18463         Amend the concept of "virtual semicolons" (in the indentation
18464         engine) for languages like AWK, such that they are now
18465         conceptually attached to end of the last token of a statement, not
18466         the end of the line.  (In AWK Mode, however, the pertinent text
18467         property is still physically set on the EOL.)  Remove the specific
18468         tests for awk-mode, thus facilitating the introduction of other
18469         language modes where EOLs can end statements.
18470         (Note: The funtionality in cc-cmds.el, specifically
18471         c-beginning/end-of-statement has yet to be amended.)
18473         * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
18474         New macros.
18476         * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
18477         c-stmt-delim-chars.  New c-lang-defvars: c-at-vsemi-p-fn,
18478         c-vsemi-status-unknown-p-fn (in a new page).
18480         * progmodes/cc-engine.el: In c-beginning-of-statement-1,
18481         c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
18482         numerous awkward forms like
18483         (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
18484         with (c-at-vsemi-p).  Fix a few typos.  In c-guess-basic-syntax, new
18485         variable before-ws-ip, the place just after char-before-ip appears.
18487         * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
18488         a comment.
18490 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18492         * progmodes/cc-cmds.el (c-electric-brace): Clean up using
18493         `c-tentative-buffer-changes'.
18495         * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
18496         convert to macro to choose between Emacs and XEmacs at compile time.
18498         (c-set-region-active): New set counterpart to `c-region-is-active-p'.
18500         (c-tentative-buffer-changes): New macro to handle temporary buffer
18501         changes in a convenient way.
18503         (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
18504         for `c-tentative-buffer-changes'.
18506         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
18507         the checks for paren sexps between the point and the keyword, to
18508         avoid some false alarms.
18510         * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
18511         Fixed a situation where an error could be thrown for unbalanced
18512         parens.  Changed to make use of c-keyword-member' to avoid some
18513         repeated regexp matches.
18515         (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
18516         These language variable are no longer necessary.
18518         (c-block-stmt-kwds): New language constant used by
18519         c-looking-at-inexpr-block'.
18521         (c-guess-basic-syntax): Remove an optional check that looked at
18522         the existence of the now removed language variables.
18524         * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
18525         (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
18526         object instantiation expressions as declarations in some contexts.
18527         This bug only affected languages where the declarator can't be
18528         enclosed in parentheses.
18530         * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
18531         insert newlines before and after substatement braces.
18533         * progmodes/cc-engine.el: Improved the heuristics for recognizing
18534         function declaration headers and the handling of C++ style member
18535         init lists.
18537         (c-just-after-func-arglist-p): Rewritten to use
18538         `c-forward-decl-or-cast-1'.  Now behaves a bit differently too.
18540         (c-beginning-of-member-init-list): Remove since it isn't used anymore.
18542         (c-guess-basic-syntax): Adapt case 5B for the new
18543         `c-just-after-func-arglist-p'.  Merge cases 5B.1 and 5B.3.
18544         Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
18545         covers all cases now).
18547         * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
18549 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18551         * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
18552         c-string-par-start/separate c-sentence-end-with-esc-eol,
18553         initialised in c-setup-paragraph-variables, used in string
18554         scanning subroutines of c-beginning-of-statement.
18556         * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
18557         which precedes the newly inserted `{'.
18559 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18561         * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
18562         function for declaration level blocks.  It should now cope with
18563         templates better and also be a lot more comprehensible.
18565         (c-looking-at-decl-block): The new function.
18567         (c-search-uplist-for-classkey): The old one.  It's now a wrapper
18568         for compatibility.
18570         (c-add-class-syntax, c-guess-continued-construct)
18571         (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
18573         (c-decl-block-key): Change to tell apart ambiguous and
18574         unambiguous keywords.  Pike specials are now handled directly in
18575         the code instead.
18577         (c-block-prefix-disallowed-chars, c-block-prefix-charset):
18578         New language constants and variables to make the backward skip in
18579         `c-looking-at-decl-block' as tight as possible.
18581         (c-nonsymbol-token-char-list): New language constant.
18583         * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
18584         find balanced template arglists backwards.
18586         * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
18587         making char classes for `c-syntactic-skip-backward'.
18589         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
18590         16D - can't be a class-close at that point.
18592         * progmodes/cc-engine.el (c-guess-basic-syntax)
18593         (c-add-class-syntax): Don't narrow out the enclosing declaration
18594         level.  This makes everything a lot easier, and it was actually
18595         only four small places that needed it to work.  Some places that
18596         previously did `widen' are removed now, which has the effect that
18597         `c-guess-basic-syntax' never will look at things outside the
18598         current narrowment now.  The anchor position for `topmost-intro'
18599         is affected by this, but it was so bogus it was basically useless
18600         before, and now it's equally bogus but in a slightly different way.
18602         (c-narrow-out-enclosing-class): Gone.
18604         (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
18605         the narrowed region.
18607         (c-least-enclosing-brace): Remove silly optional argument.
18609         * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
18610         the point could be left directly after an open paren when finding
18611         the beginning of the first decl in the block.
18613         * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
18614         Specify which submatch to use.
18616         * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
18618         (c-decl-start-re): No longer any need for special treatment of
18619         ObjC due to the above.
18621         (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
18622         presumably follows C in that regard.
18624         * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
18625         New language constants to specify operator tokens inside
18626         identifiers in a more high level way.
18628         (c-opt-identifier-prefix-key): New internal language constant.
18630         (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
18631         (c-identifier-start, c-identifier-key): Now completely calculated
18632         from other constants.
18634         (c-identifier-last-sym-match): Decommission since it's no longer used.
18636         (c-operators): Use `c-identifier-ops'.  Document `postfix-if-paren'.
18638         * progmodes/cc-engine.el (c-forward-name): Remove the
18639         optimization when c-identifier-key is equal to c-symbol-key since
18640         it doesn't work in byte compiled files.  Don't record empty
18641         regions as identifiers.
18643         * progmodes/cc-langs.el (c-filter-ops): New helper function to
18644         simplify access to `c-operators' and its likes.
18646         (c-operator-list, c-all-op-syntax-tokens)
18647         (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
18648         (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
18649         (c-primary-expr-regexp, c-cast-parens): Use it.
18651         * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
18652         an explicit language in functions.
18654         * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
18655         variant of adornment.
18657         * progmodes/cc-langs.el (c-any-class-key): Remove unused language
18658         variable.
18660         (c-type-decl-prefix-key): Remove some now unnecessary cruft from
18661         the Pike value.
18663         * progmodes/cc-engine.el (c-on-identifier)
18664         (c-simple-skip-symbol-backward): Small fix for handling "-"
18665         correctly in `skip-chars-backward'.  Affected the operator lfun
18666         syntax in Pike.
18668         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
18669         diagnostic message about precompiled language vars not being used.
18671         * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
18672         "__attribute__" is followed by a parenthesis.
18674         (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
18675         (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
18676         language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
18678         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
18679         Internal cleanups to properly detect the declared identifiers in
18680         various declarations.
18682         (c-decl-start-kwds): New language constant to recognize
18683         declarations that can start anywhere.  Used for class declarations
18684         in Pike.
18686         (c-specifier-key, c-not-decl-init-keywords)
18687         (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
18688         (c-find-decl-spots): Implement `c-decl-start-kwds'.
18690         (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
18691         (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
18692         handling of the compiler specific extension keywords into a new
18693         language constant `c-decl-hangon-kwds' that defines keyword
18694         clauses to be ignored in declarations.
18696         (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
18697         past unrecognized tokens when handling `c-colon-type-list-kwds'.
18698         Necessary to stop at the declared identifier in e.g. IDL valuetype
18699         declarations.
18701         (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
18702         (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
18703         (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
18704         (c-forward-decl-or-cast-1): Recognize the declared identifier in
18705         class and enum declarations as such and not as part of the type.
18707         (c-forward-decl-or-cast-1, c-forward-label): Relax the
18708         interpretation of PRECEDING-TOKEN-END when there's no preceding token.
18710         (c-forward-decl-or-cast-1): Don't disregard sure signs of
18711         declarations when there's some syntax error later on.
18713         (c-complex-decl-matchers): Did away with a reference to
18714         `c-specifier-key'.
18716         * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
18717         value - this variable is always dynamically bound.
18719         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
18720         * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
18721         * cc-cmds.el, cc-defs.el: Change the policy for marking up
18722         functions that might do hidden buffer changes: All such internal
18723         functions are now marked instead of those that don't.
18725         (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
18726         (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
18727         (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
18728         (c-literal-type): Allow these functions to make hidden buffer changes,
18729         so that they are free to use text property caching later on.
18731         (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
18732         (c-electric-brace, c-electric-slash, c-electric-star)
18733         (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
18734         (c-electric-paren, c-electric-continued-statement, c-indent-command)
18735         (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
18736         (c-context-line-break): Add `c-save-buffer-state' calls to comply
18737         with the changed semantics of the functions above.
18739         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
18740         when macros occur in obscure places.  Optimized the sexp movement
18741         a bit.
18743 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18745         Enhancements for c-beginning-of-statement to work in AWK Mode:
18747         * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
18748         (completed statement) with `}' (statement completed by closing
18749         brace or semicolon) and `$' (statement completed by EOL).
18751         (c-awk-virtual-semicolon-ends-prev-line-p)
18752         (c-awk-virtual-semicolon-ends-line-p)
18753         (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
18754         (c-awk-at-statement-end-p): New functions.
18756         * progmodes/cc-cmds.el: Simplify the structure of functions
18757         c-forward-over-illiterals, c-back-over-illiterals.  Enhance these
18758         two functions and c-beginning-of-statement to handle AWK Mode.
18760         * progmodes/cc-engine.el: Enhance c-forward-single-comment,
18761         c-backward-single-comment for AWK mode.  Attempt to clarify their
18762         doc-strings.
18764         * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
18766 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18768         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
18769         label handling.  Labels are now recognized in a uniform and more
18770         robust way, regardless of context.  Text properties are put on all
18771         labels to recognize the following declarations better.
18772         Multiword labels are handled both in indentation and fontification for
18773         the benefit of language extensions like Qt.  For consistency, keywords
18774         in labels are now fontified with the label face instead.
18775         That also applies to "case" and "default".
18777         (c-beginning-of-statement-1): Fix some bugs in the label
18778         handling.  Disregard `c-nonlabel-token-key' in labels that begin
18779         with `c-label-kwds'.
18781         (c-find-decl-spots): Support that the callback adds more
18782         `c-decl-end' spots to find.
18784         (c-forward-decl-or-cast-1): Don't treat a list of plain
18785         identifiers followed by a colon as a declaration.
18787         (c-forward-label): New function to recognize labels.
18789         (c-guess-basic-syntax): Replace uses of `c-label-key' with
18790         `c-forward-label'.  Moved the label recognition cases (14 and 15)
18791         earlier since they aren't so context sensitive now.  Handle labels
18792         on the top level gracefully.  Moved access label recognition to
18793         the generic label case (CASE 15) - removed CASE 5E.
18795         (c-font-lock-declarations): Add recognition of labels in the
18796         same round since we need to handle labels in parallell with other
18797         declarations to recognize both accurately.  It should also improve
18798         speed.
18800         (c-simple-decl-matchers, c-basic-matchers-after):
18801         Move `c-font-lock-labels' so that it only is used on decoration level 2
18802         since `c-font-lock-declarations' handles it otherwise.
18804         (c-complex-decl-matchers): Remove the simplistic recognition of
18805         access labels.
18807         (c-decl-prefix-re): Remove the kludges that was necessary to cope
18808         with labels earlier.
18810         (c-decl-start-re): New language variable to make
18811         `c-font-lock-declarations' stop for the special protection labels
18812         in Objective-C that start with `@'.
18814         (c-label-key): Remove since it's no longer used.
18816         (c-recognize-colon-labels, c-label-prefix-re): New language
18817         constants to support recognition of generic colon-terminated labels.
18819         (c-type-decl-end-used): `c-decl-end' is now used whenever there
18820         are colon terminated labels.
18822         * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
18823         first argument starts with a special brace list.
18825         * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
18826         (c-font-lock-declarations): Break out the declaration and cast
18827         recognition from `c-font-lock-declarations' to a new function, so
18828         that it can be used in the indentation engine.
18830         * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
18831         up to the start of the literal.  Fixed bug with the point on the
18832         wrong side of the search limit that could happen when the start
18833         position is inside a literal.
18835         * progmodes/cc-engine.el (c-parse-state)
18836         (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
18837         so that it's kept a little bit back to increase the hit rate.
18839         (c-parse-state): Change the macro handling and fixed some
18840         glitches.  Macro context is checked more often than necessary now,
18841         but otoh less garbage conses are generated.
18843         * progmodes/cc-engine.el (c-parse-state)
18844         (c-invalidate-state-cache): Cache the last position where
18845         `c-state-cache' applies.  This can speed up refontification quite
18846         a bit in blocks where there are many non-brace parens before the point.
18848         (c-state-cache-end): New variable for this.
18850         (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
18851         cache variable.
18853         * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
18854         get close initial continue positions when the start position is
18855         inside a literal or macro.  Do not call the callback for spots
18856         before the start position (which can happen e.g. for `c-decl-end'
18857         spots inside comments).  Optimize better in special cases when the
18858         region is a single line inside a literal or macro (typically when
18859         the current line is refontified).
18861         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
18862         to `c-add-stmt-syntax' - there's no need to explicitly whack off
18863         entries from the paren state.
18865         * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
18866         special case for "else if" clauses.
18868         * progmodes/cc-engine.el (c-looking-at-inexpr-block)
18869         (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
18871         * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
18872         New language variable to recognize the gcc extension with statement
18873         blocks inside expressions.
18875         * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
18876         it somewhat more comprehensible.  The argument AT-BLOCK-START is
18877         no longer used and hence removed.
18879         (c-guess-continued-construct, c-guess-basic-syntax): Update calls
18880         to `c-add-stmt-syntax'.
18882         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
18883         Use `c-beginning-of-statement-1' instead of duplicating parts of it.
18884         This fixes bogus label recognition.
18886         * progmodes/cc-engine.el (c-add-type, c-check-type)
18887         (c-forward-name, c-forward-type): Improve storage of template
18888         types in `c-found-types' so that they can be recognized better.
18890         (c-syntactic-content): Add option to skip past nested parens.
18892         * progmodes/cc-engine.el (c-forward-name):
18893         Set `c-last-identifier-range' all the time.  It's less work that way.
18894         Handle that there might not be an identifier to store in
18895         `c-last-identifier-range'.
18897         (c-forward-type): Handle that `c-last-identifier-range' might be
18898         nil from `c-forward-name'.
18900         * progmodes/cc-defs.el (c-safe-scan-lists)
18901         (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
18903         * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
18904         to work even if the form fails.
18906         * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
18907         down in a large file in one go.
18909         (c-get-fallback-start-pos): New helper function for `c-parse-state'.
18911         * progmodes/cc-align.el (c-lineup-assignments): New lineup
18912         function which is like `c-lineup-math' but returns nil instead of
18913         `c-basic-offset' when it doesn't match.
18915         (c-lineup-math): Change to use `c-lineup-assignments'.
18917 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18919         * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
18920         c-beginning-of-statement.  New subfunctions
18921         c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
18923 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18925         * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
18926         hardcoded char classes whereever possible.  Changed a couple of
18927         places to use skip by syntax instead of skip by char class.
18929         * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
18930         Fix a bug in the regexp that caused extreme backtracking.
18932         * progmodes/cc-langs.el (c-block-comment-starter)
18933         (c-block-comment-ender): New language constants to specify in a
18934         single place how block comments look.
18936         (c-comment-start-regexp, c-block-comment-start-regexp)
18937         (comment-start, comment-end, comment-start-skip)
18938         (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
18939         (c-syntactic-ws, c-nonempty-syntactic-ws)
18940         (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
18941         `c-line-comment-starter', `c-block-comment-starter' and
18942         `c-block-comment-ender'.
18944         (c-block-comment-regexp, c-unterminated-block-comment-regexp):
18945         New language constants to break up things a bit.
18947         (c-simple-ws): New language constant for simple whitespace.
18949         * progmodes/cc-defs.el (c-concat-separated): New convenience function.
18951         * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
18952         in `regexp-opt' in Emacs 20 and XEmacs when strings contain
18953         newlines.  Allow and ignore nil elements in the list.
18955 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18957         * progmodes/cc-cmds.el: Comment out a (n almost certainly
18958         superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
18960         * progmodes/cc-cmds.el: Tidy up the comments in
18961         c-beginning-of-statement and subfunctions.
18963         * progmodes/cc-awk.el: Replace calls to put-text-property to the
18964         more flexible c-put-char-property and c-clear-char-properties.
18965         Add the author's email address.
18967         * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
18969         * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
18970         closing "*/" of a block comment.
18972         * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
18973         subfunctions) so that it works at BOB and EOB.
18975         * progmodes/cc-cmds.el, cc-vars.el: More updating of
18976         c-beginning-of-statement, including new variable
18977         c-block-comment-start-regexp.
18979 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18981         * progmodes/cc-langs.el (c-known-type-key): Optimize simple
18982         symbols from `*-font-lock-extra-types' so that there's no need to
18983         use `regexp-opt' on those lists.
18985         * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
18986         `c-type-modifier-kwds' is empty.
18988         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
18989         there are several strings on the same line.
18991         * progmodes/cc-engine.el (c-literal-limits): Remove the
18992         compatibility function for older emacsen.  `c-literal-limits-fast'
18993         has now taken the place of this function.
18995         * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
18996         with older emacsen: We now require `pps-extended-state'.
18998 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
19000         * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
19001         which obviates the need to hack sentence-end.  This now handles
19002         escaped newlines in strings correctly.  Correct minor bugs in
19003         c-move-over-sentence and in c-beginning-of-statement.
19005         * progmodes/cc-cmds.el (c-beginning-of-statement (and
19006         subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
19007         that movement over macros and code are rigorously separated from
19008         eachother.  Correct a few incidental bugs.
19010         * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
19011         Improve its doc-string.  Improve the handling of certain specific cases.
19013 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
19015         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
19016         (c-guess-basic-syntax): Change the way class-level labels are
19017         recognized; they can now contain essentially any symbols.
19019         (c-opt-extra-label-key): New language variable to cope with the
19020         special protection label syntax in Objective-C.
19022         (c-opt-access-key): Remove; this is now handled better by
19023         `c-nonlabel-token-key' and `c-opt-extra-label-key'.
19025         (c-complex-decl-matchers): Update to handle that
19026         `c-opt-access-key' no longer exists.
19028         * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
19029         improved label recognition in `c-beginning-of-statement-1'.
19031         * progmodes/cc-engine.el (c-beginning-of-member-init-list):
19032         Recognize bitfields better.
19034         * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
19035         Remove some cruft and fixed a bug that could cause it to go to a
19036         position further down.
19038         * progmodes/cc-langs.el, cc-engine.el
19039         (c-beginning-of-statement-1): Improve detection of labels in
19040         declaration contexts.
19042         (c-beginning-of-decl-1): Use it.
19044         (c-nonlabel-token-key): New language constant and variable needed
19045         by `c-beginning-of-statement-1'.
19047         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
19048         manifested itself due to the correction in `c-forward-sexp'.
19050         * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
19051         Make these behave as documented when used at the buffer limits.
19053         * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
19054         (c-type-decl-end-used): Made this a language variable.
19056         * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
19057         correctly when `combine-after-change-calls' is used together with
19058         temporary narrowings.
19060         * progmodes/cc-engine.el (c-beginning-of-statement-1):
19061         Report labels correctly when the start point is immediately after the
19062         colon.
19064         * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
19065         Remove since it isn't used anymore.
19067         * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
19068         bracket arglists such as template parens in C++.
19070         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
19071         in the last check-in.  Some optimization.
19073         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
19074         where it could stop at the same level in a preceding sexp when
19075         PAREN-LEVEL is set.
19077         * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
19078         text property lookup only when it's needed.
19080         * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
19081         Change the policy for paren marked angle brackets to be more
19082         persistent; once marked they remain marked even when they're found
19083         to be unbalanced in the searched region.  This should keep the
19084         paren syntax around even when individual lines are refontified in
19085         multiline template arglists.
19087         (c-parse-and-markup-<>-arglists): New dynamically bound variable
19088         to control markup so that incorrect angle bracket arglists aren't
19089         marked in contexts where the correct value for
19090         `c-disallow-comma-in-<>-arglists' isn't known.
19092         (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
19093         argument has become `c-parse-and-markup-<>-arglists'.
19095         (c-remove-<>-arglist-properties): Remove - no longer used.
19097         (c-after-change-check-<>-operators): New function used on
19098         `after-change-functions' to avoid that "<" and ">" characters that
19099         are part of longer operators have paren syntax.
19101         (c-<>-multichar-token-regexp): New language variable used by
19102         `c-after-change-check-<>-operators'.
19104         (c-after-change): Call `c-after-change-check-<>-operators'.
19106         (c-font-lock-<>-arglists): Use the context properties set by
19107         `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
19108         correctly to avoid doing invalid markup.
19110         (c-font-lock-declarations): Remove code that undoes the invalid
19111         markup done by `c-font-lock-<>-arglists'.
19113         (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
19114         after `c-font-lock-declarations'.
19116         * progmodes/cc-engine.el (c-syntactic-skip-backward):
19117         Add paren-level feature.
19119         (c-guess-basic-syntax): Improve the anchor position for
19120         `template-args-cont' in nested template arglists.  There's still
19121         much to be desired in this area, though.
19123 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
19125         * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
19126         Make the "Text Filling and Line Breaking" commands work for AWK buffers.
19128 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
19130         * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
19131         Removed; (c-major-mode-is 'awk-mode) can be used instead now.
19133         * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
19134         it doesn't work no longer are supported.
19136         * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
19137         * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
19138         requires support for the syntax-table' text property, which rules
19139         out Emacs 19 and XEmacs < 21.4.  Removed various compatibility
19140         cruft associated with those versions.
19142         * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
19143         for the `syntax-table' text property, which rules out Emacs 19 and
19144         XEmacs < 21.4.  Removed various compatibility cruft associated
19145         with those versions.
19147         * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
19148         support for the `syntax-table' text property.
19150         * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
19151         variable and use an extra quoted face name instead.  All the
19152         emacsen flavors handle that correctly.
19154         * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
19155         (c-font-lock-declarators, c-font-lock-declarations)
19156         (c-complex-decl-matchers, c-basic-matchers-after): Use a text
19157         property to mark the items in in declarator lists to handle
19158         refontification inside multiline declarations better.
19160         * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
19161         construct like "a * b = c;" as a declaration.
19163 2005-12-08  Kim F. Storm  <storm@cua.dk>
19165         * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
19166         (cua-rectangle-modifier-key): ... this.  New defcustom.  Can now
19167         select either meta, hyper, or super modifier for rectangle commands.
19168         (cua--rectangle-modifier-key): New defvar.
19169         (cua--M/H-key): Use it.  Remove special case for `space'.
19170         (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
19171         on X, to meta otherwise.  Always bind C-return to toggle
19172         rectangle.  Pass ?\s instead of `space' to cua--M/H-key.
19174         * emulation/cua-rect.el (cua-help-for-rectangle):
19175         Use cua--rectangle-modifier-key.  Handle super modifier too.
19176         (cua--init-rectangles): Always bind C-return to toggle rectangle.
19177         Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
19179         * ido.el: Move Acknowledgements and History after Commentary.
19180         Minor changes to Commentary.
19182         * emulation/cua-base.el (cua--select-keymaps): Enable repeat
19183         keymap if cua--prefix-override-timer is `shift'.
19184         (cua--shift-control-prefix): New function; emulate "type prefix
19185         key twice" functionality to handle shifted prefix key override.
19186         (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
19187         New commands.
19188         (cua--init-keymaps): Bind them to S-C-c and S-C-x.
19190 2005-12-08  Carsten Dominik  <dominik@science.uva.nl>
19192         * textmodes/org.el (org-insert-heading): Try to do items before
19193         headings.
19194         (org-agenda-mode): Quote `org-agenda-mode-hook'.
19195         (org-insert-item): New function.
19196         (org-renumber-ordered-list): Don't skip to higher level lists.
19198 2005-12-08  Juri Linkov  <juri@jurta.org>
19200         * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
19202         * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
19204         * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
19206         * pcvs.el (defun-cvs-mode): Put `definition-name' property on
19207         the constructed function name fun-1.
19209         * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
19210         because such links don't lead to parent documentation.
19212 2005-12-08  Kenichi Handa  <handa@m17n.org>
19214         * descr-text.el (describe-char): Use *Help-2* buffer if the
19215         current buffer is *Help*.  Call describe-text-properties while
19216         setting the original buffer.
19218 2005-12-07  Bill Wohler  <wohler@newt.com>
19220         * files.el (auto-mode-alist): Remove mh-letter-mode.  Unnecessary,
19221         and causes problems with non-MH users (such as Gnus users).
19223 2005-12-08  Nick Roberts  <nickrob@snap.net.nz>
19225         * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
19226         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
19227         (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
19228         command "info sources".  Move calls to GDB command "list".
19229         (gdb-find-file-hook): Just use gdb-source-file-list.
19230         (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
19231         (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
19232         (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
19233         (gdb-data-list-register-values-handler): Use correct trigger name.
19235 2005-12-07  Kim F. Storm  <storm@cua.dk>
19237         * ido.el (ido-completion-map): Rename from ido-mode-map.
19238         (ido-common-completion-map, ido-file-completion-map)
19239         (ido-file-dir-completion-map, ido-buffer-completion-map):
19240         Rename from ido-mode-....-map.
19241         (ido-init-completion-maps): Rename from ido-init-mode-maps.
19242         (ido-setup-completion-map): Rename from ido-define-mode-map.
19243         (ido-read-internal): Bind minibuffer-local-filename-completion-map
19244         to ido-completion-map.
19246 2005-12-07  Kenichi Handa  <handa@m17n.org>
19248         * international/mule-cmds.el
19249         (set-display-table-and-terminal-coding-system): If the coding
19250         system specified in `unibyte-display' property is different from
19251         the arg coding-system, don't setup standard-display-table.
19253 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
19255         * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
19256         that comments end at \n, regardless of selective-display.
19258 2005-12-07  Nick Roberts  <nickrob@snap.net.nz>
19260         * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
19261         (gdb-version): New variables.
19262         (gdb-source-file-list, gdb-register-names)
19263         (gdb-changed-registers): New variables for use with GDB 6.4+.
19264         (gdb-ann3): Replace with...
19265         (gdb-init-1, gdb-init-2): ...two new functions.
19266         (gdba, gdb-prompt): Call gdb-init-1.
19267         (gdb-get-version): New function.  Call gdb-init-2 from here.
19268         (gud-watch): Make it work with mouse events too.
19269         (gdb-post-prompt): Don't add to queue until GDB version is known.
19270         (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
19271         (gdb-locals-mode): Use gdb-version.
19272         (gdb-memory-format-map, gdb-memory-unit-map)
19273         (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
19274         (gdb-locals-font-lock-keywords-1)
19275         (gdb-locals-font-lock-keywords-2): New variables.
19276         (gdb-find-file-hook): Make it work with GDB 6.4+ too.
19277         (gdb-set-gud-minor-mode-existing-buffers-1)
19278         (gdb-var-list-children-1, gdb-var-list-children-handler-1)
19279         (gdb-var-update-1, gdb-var-update-handler-1)
19280         (gdb-data-list-register-values-handler)
19281         (gdb-data-list-register-values-custom)
19282         (gdb-get-changed-registers, gdb-get-changed-registers-handler)
19283         (gdb-stack-list-locals-handler, gdb-get-register-names):
19284         New functions for use with GDB 6.4+.
19285         (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
19286         (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
19287         (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
19288         (gdb-stack-list-locals-regexp)
19289         (gdb-data-list-register-names-regexp): New regexps for use with
19290         GDB 6.4+.
19292 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
19294         * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
19296 2005-12-06  Nozomu Ando  <nand@mac.com>
19298         * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
19299         prompts work for AUTH PLAIN.  Also reported by Steve Allan
19300         <seallan@verizon.net>.
19302 2005-12-06  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
19304         * frame.el (set-frame-parameter): Add doc string.
19306 2005-12-06  Carsten Dominik  <dominik@science.uva.nl>
19308         * textmodes/org.el (org-occur-highlights): New variable.
19309         (org-highlight-new-match, org-remove-occur-highlights): New functions.
19310         (org-highlight-sparse-tree-matches): New option.
19311         (org-do-occur): New function.
19312         (org-get-heading): Make it work also at beginning of line.
19313         (org-category-table): New variable.
19314         (org-get-category-table, org-get-category)
19315         (org-camel-to-words, org-link-search): New functions.
19316         (org-select-this-todo-keyword): New variable.
19317         (org-todo-list): New command.
19318         (org-shiftright, org-shiftleft): New commands.
19319         (org-agenda-todo): Add prefix argument.
19320         (org-show-hierarchy-above): New option.
19321         (org-show-todo-tree): Numerical prefix creates tree for specific
19322         TODO keyword.
19323         (org-outline-level): New function, to assign a level to plain
19324         lists items.
19325         (org-cycle-include-plain-lists): New option.
19326         (org-mode): Use `org-outline-level' as value of `outline-level'.
19327         (org-cycle): Temporarily switch `outline-regexp' if
19328         `org-cycle-include-plain-lists' is non-nil.
19329         (org-start-icalendar-file): Fix format bug.
19330         (org-agenda-get-day-entries): Create category table.
19331         (org-agenda-get-todos, org-agenda-get-timestamps)
19332         (org-agenda-get-deadlines, org-agenda-get-scheduled)
19333         (org-agenda-get-blocks): Use `org-get-category'.
19334         (org-context-in-file-links): Rename from
19335         `org-line-numbers-in-file-links'.
19337 2005-12-06  Romain Francoise  <romain@orebokech.com>
19339         * window.el (balance-windows): Delete extraneous third arg in call
19340         to `enlarge-window'.
19342 2005-12-06  Kenichi Handa  <handa@m17n.org>
19344         * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
19346 2005-12-06  Nick Roberts  <nickrob@snap.net.nz>
19348         * progmodes/gdb-ui.el (gdb-var-create-handler)
19349         (gdb-var-evaluate-expression-handler, gdb-frame-handler)
19350         (gdb-var-list-children-handler, gdb-var-update-handler):
19351         Current buffer is already gdb-partial-output-buffer, don't
19352         make it current again.
19354 2005-12-05  Luc Teirlinck  <teirllm@auburn.edu>
19356         * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
19357         (list-buffers-noselect): Use it.
19359 2005-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
19361         * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
19362         (mail-yank-ignored-headers): Use regexp-opt.
19363         (mail-mode-map): Move initialization into declaration.
19364         (mail-sent-via): Remove unused shadowed var `to-line'.
19365         (mail-mailer-swallows-blank-line): Use with-temp-buffer.
19366         (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
19367         (mail-do-fcc): Use dolist and push.
19368         (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
19369         (mail-yank-ignored-headers): Don't autoload.
19371 2005-12-05  Kenichi Handa  <handa@m17n.org>
19373         * international/mule-cmds.el (set-language-info-internal): New fun.
19374         (set-language-info): Call set-language-info-internal to update
19375         language-info-alist.  If LANG-ENV is the current one, call
19376         set-language-environment to make INFO effective now.
19377         (set-language-info-alist): Likewise.
19378         (locale-language-names): With locale "en", use English
19379         lang. env. but set the default codings to iso-8859-1.
19381 2005-12-04  Nick Roberts  <nickrob@snap.net.nz>
19383         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
19384         (gdb-speedbar-auto-raise): Echo new state in minibuffer.
19385         (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
19386         for plain strings.
19387         (gdb-frames-mode): Remove redundant call to font-lock-mode.
19388         (gdb-all-registers): Rename from toggle-gdb-all-registers.
19389         Create registers buffer if necessary.  Echo new state in minibuffer.
19390         (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
19392 2005-12-03  Chong Yidong  <cyd@stupidchicken.com>
19394         * info.el (Info-fontify-node): Match external links using
19395         non-directory part of filename.
19397 2005-12-04  Juri Linkov  <juri@jurta.org>
19399         * font-core.el (global-font-lock-mode): Use define-global-minor-mode
19400         instead of easy-mmode-define-global-mode.  Add `:group font-lock'.
19401         (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
19402         because there is no customization option for it.
19404         * font-lock.el (lisp-font-lock-keywords-1):
19405         Add define-global-minor-mode.
19407         * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
19409         * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
19410         properties on the constructed variable names.
19412         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
19413         Put `definition-name' properties on the constructed function names
19414         next-sym and prev-sym.
19416         * emacs-lisp/find-func.el (find-function-regexp):
19417         Add define-global-minor-mode.  Replace `easy-mmode-define-global-mode'
19418         with `easy-mmode-define-[a-z-]+'.  Add easy-menu-define.
19419         (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
19420         and easy-menu-define.
19422         * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
19423         easy-mmode-define-global-mode and define-global-minor-mode.
19424         (lisp-imenu-generic-expression): Add define-global-minor-mode.
19426         * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
19427         instead of easy-mmode-define-global-mode.
19429         * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
19430         Use define-minor-mode instead of easy-mmode-define-minor-mode.
19432         * cus-edit.el (customize-group, customize-group-other-window):
19433         Filter out autoloaded options from the group completion list by
19434         using heuristics that autoloaded groups don't have `custom-autoload'
19435         property on their symbols (they have only `custom-loads').
19437         * simple.el (completion-setup-function): Put completions-common-part
19438         face on complete completion string too (i.e. completion string
19439         without completions-first-difference face).
19441         * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
19443 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
19445         * view.el (view-mode): Doc fix.
19447         * disp-table.el (standard-display-european): Add to the warning
19448         message a reference to the doc string.
19450         * play/yow.el (apropos-zippy): Call print-help-return-message,
19451         similar to other Help and Apropos commands.
19453         * help.el (print-help-return-message): If pop-up-frames is
19454         non-nil, set up help-return-method to delete the help window and,
19455         possibly, its frame as well, and don't display message about
19456         scrolling the help window.  Doc fix.
19457         (help-return-method): Doc fix.
19459 2005-12-03  Martin Rudalics  <rudalics@gmx.at>
19461         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
19462         whereby names of length one or names starting with a
19463         symbol-constituent character would not be returned.
19465 2005-12-03  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
19467         * subr.el (atomic-change-group): Add edebug and indentation spec.
19469 2005-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
19471         * completion.el (save-completions-file-name): Fix typo in last change.
19473 2005-12-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
19475         * info.el: Move back/forward history to the beginning of the tool bar.
19477 2005-12-02  Ken Manheimer  <ken.manheimer@gmail.com>
19479         * allout.el (eval-when-compile): Remove unnecessary load of cl.
19480         Add fset of allout-real-isearch-abort during compile to fix
19481         byte-compilation warnings.
19482         (allout-mode-p): Move definition of this macro above all uses, or
19483         byte compilation in barren Emacs (eg, during Emacs build) will
19484         lack the definition.
19485         (allout-mode): Move this variable above any uses, or byte
19486         compilation will fail.
19487         (allout-resolve-xref): Remove use of personal file-reference function.
19488         (allout-toggle-current-subtree-encryption): Do the current (ie,
19489         visible containing) topic, rather than nearest around point.  Doc fix.
19490         (allout-toggle-subtree-encryption): New function, workhorse that
19491         works on nearest topic containing point.
19492         (allout-encrypt-string): Signal requirement for newer version of pgg.
19493         (allout-resumptions): Doc fix.
19495 2005-12-02  Eli Zaretskii  <eliz@gnu.org>
19497         * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
19499 2005-12-02  Agustin Martin  <agustin.martin@hispalinux.es>
19501         * textmodes/flyspell.el (flyspell-external-point-words):
19502         Consider a misspelling as found in the string search if: (a) misspelling
19503         and found string lengths match, or (b) misspelling is found as
19504         element in a boundary-chars separated longer string, or (c)
19505         ispell-program-name is really ispell and misspelling is found as
19506         part of a TeX string.  After successful match move beginning of
19507         search region to end of match.  Warn about not found misspellings
19508         once the process is done.
19509         (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
19511 2005-12-02  Nick Roberts  <nickrob@snap.net.nz>
19513         * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
19514         tool bar (removed inadvertently).
19516 2005-12-02  Juri Linkov  <juri@jurta.org>
19518         * log-view.el (log-view-diff): Clarify doc string.
19520 2005-12-01  Bill Wohler  <wohler@newt.com>
19522         * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
19523         triggers lm-verify errors.
19525 2005-12-01  Luc Teirlinck  <teirllm@auburn.edu>
19527         * simple.el (transient-mark-mode, line-number-mode)
19528         (column-number-mode, size-indication-mode): Remove `:require nil'.
19530 2005-12-01  Nick Roberts  <nickrob@snap.net.nz>
19532         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
19533         in the margin also.
19534         (gdb-breakpoints-mode-map): Use D instead of d for
19535         gdb-delete-breakpoint.
19536         (gdb-get-frame-number): Require a number to match on.
19537         (gdb-threads-mode-map): Add follow-link binding.
19539 2005-11-30  Jason Rumney  <jasonr@gnu.org>
19541         * isearch.el (isearch-mode-map): Avoid exiting search on
19542         language-change event.
19544 2005-11-30  Romain Francoise  <romain@orebokech.com>
19546         * speedbar.el (speedbar-default-position): New defcustom.
19547         (speedbar-frame-reposition-smartly): Use it.
19549         * dframe.el (dframe-reposition-frame-emacs): Fix position
19550         computation for `left' location.
19551         Update copyright year.
19553 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
19555         * help.el (help-map): Move initialization into declaration.
19557         * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
19559         * help-fns.el (help-argument-name): Don't autoload.
19560         It's useless and triggers a bug in cus-dep.el causing ldefs-boot
19561         to be re-loaded when customizing the `help' group.
19563 2005-11-30  John Paul Wallington  <jpw@gnu.org>
19565         * help-fns.el (describe-function-1): Fill arglist output.
19567 2005-11-30  Kim F. Storm  <storm@cua.dk>
19569         * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
19570         (cua--rectangle-post-command): Cleanup overlays and deactivate mark
19571         after revert-buffer (or anything else which kills all local variables).
19573         * apropos.el (apropos-parse-pattern): Doc fix.
19574         Set apropos-regexp directly, rather than expecting callers to do so.
19575         (apropos-command, apropos, apropos-value, apropos-documentation):
19576         Simplify calls to apropos-parse-pattern.
19578 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
19580         * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
19581         (hi-lock-face-phrase-buffer): Use hi-yellow face.
19582         (hi-lock-write-interactive-patterns): Use comment-region.
19584         * longlines.el (longlines-mode): Add mail-setup-hook.
19586         * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
19588         * simple.el (sendmail-user-agent-compose, next-line):
19589         Conditionally use hard-newline.
19591 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
19593         * international/latexenc.el (latex-inputenc-coding-alist):
19594         Reword doc string.
19596 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
19598         * help.el (describe-key-briefly, describe-key): Recognize default
19599         bindings.
19601 2005-11-29  Romain Francoise  <romain@orebokech.com>
19603         * view.el (view-inhibit-help-message): New defcustom.
19604         (view-mode-enter): Use it.
19606 2005-11-29  Michael Kifer  <kifer@cs.stonybrook.edu>
19608         * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
19609         Preserve user position.
19611 2005-11-28  Luc Teirlinck  <teirllm@auburn.edu>
19613         * font-lock.el: Throw error if facemenu is not loaded to prevent
19614         accidental change of loading order in loadup.el.  (Suggested by RMS.)
19616         * loadup.el: Add comment explaining why facemenu must be loaded
19617         before font-lock.
19619 2005-11-28  Jay Belanger  <belanger@truman.edu>
19621         * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
19622         (calc-dispatch-map): Add more keys for `calc-same-interface'.
19624         * calc/calc-misc.el (calc-dispatch-help): Update docstring.
19626         * calc/calc-embed.el (calc-do-embedded): Update help message.
19628         * calc/calc-prog.el (calc-user-define-invokation): Update help message.
19630 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
19632         * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
19634         * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
19635         called-interactively-p.
19636         (elp-profilable-p): Rename from elp-not-profilable-p.
19637         Invert result and take into account macros and autoloaded functions.
19638         (elp-instrument-function): Update call.
19639         (elp-instrument-package): Update call.  Add completion.
19640         (elp-pack-number): Use match-string.
19641         (elp-results-jump-to-definition-by-mouse): Merge into
19642         elp-results-jump-to-definition and then remove.
19643         (elp-output-insert-symname): Make help echo text single-line.
19645         * replace.el (query-replace-map): Move initialization into declaration.
19646         (occur-engine): Use with-current-buffer.
19647         (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
19648         (occur-mode-mouse-goto): Replace with an alias.
19650 2005-11-28  Juri Linkov  <juri@jurta.org>
19652         * simple.el (quoted-insert): Let-bind input-method-function to nil.
19654         * term/w32-win.el: Bind [S-tab] to [backtab].
19656         * info.el (Info-fontify-node): Set 2nd arg `noerror' of
19657         `Info-find-file' to t.
19659         * replace.el (occur-mode-mouse-goto): Pop, don't switch.
19660         (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
19661         and same-window-regexps.
19662         (occur-next-error): Don't move point for arg 0.
19664 2005-11-28  Chong Yidong  <cyd@stupidchicken.com>
19666         * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
19668 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
19670         * log-edit.el (log-edit-changelog-use-first): New var.
19671         (log-edit-changelog-ours-p): Use it.
19672         (log-edit-insert-changelog): Set it with new arg `use-first'.
19673         (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
19674         (log-edit-hook): Add them to the list of suggested options.
19676         * textmodes/flyspell.el (flyspell-last-buffer): New var.
19677         (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
19678         redundant work.
19679         (flyspell-mode-on): Use add-hook for after-change-functions.
19680         (flyspell-mode-off): Use remove-hook for after-change-functions.
19681         (flyspell-changes): Make it buffer-local.
19682         (flyspell-after-change-function): Make it non-interactive.  Use push.
19683         (flyspell-post-command-hook): Check input-pending-p while processing
19684         the potentially long list of buffer changes.
19686 2005-11-28  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
19688         * buff-menu.el (list-buffers-noselect): Display the selected
19689         frame's buffer list, not the global one.
19691 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
19693         * xt-mouse.el (xterm-mouse-event): Set last-input-event so
19694         that (list last-input-event) works as in interactive spec.
19696 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
19698         * loadup.el ("facemenu"): Load facemenu before font-lock, because
19699         `facemenu-keymap' needs to be defined when font-lock is loaded.
19700         Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
19702 2005-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
19704         * completion.el: Remove useless leading * in defcustom docstrings.
19705         (save-completions-file-name): Use ~/.emacs.d if available.
19706         (completion-standard-syntax-table): Rename from
19707         cmpl-standard-syntax-table and fold initialization into declaration,
19708         thus removing cmpl-make-standard-completion-syntax-table.
19709         (completion-lisp-syntax-table, completion-c-syntax-table)
19710         (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
19711         (cmpl-saved-syntax, cmpl-saved-point): Remove.
19712         (symbol-under-point, symbol-before-point)
19713         (symbol-under-or-before-point, symbol-before-point-for-complete)
19714         (add-completions-from-c-buffer): Use with-syntax-table.
19715         (make-completion): Don't return a list of completion entries.
19716         Update callers.
19717         (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
19718         (completion-initialize): Rename from initialize-completions.
19719         (completion-find-file-hook): Rename from cmpl-find-file-hook.
19720         (kill-emacs-save-completions): Collect stats here.
19721         (save-completions-to-file, load-completions-from-file):
19722         Use with-current-buffer.
19723         (completion-def-wrapper): Rename from def-completion-wrapper.  Make it
19724         into a function.  Move all calls to toplevel.
19725         (completion-lisp-mode-hook): New fun.
19726         (completion-c-mode-hook, completion-setup-fortran-mode):
19727         Set the syntax-table here.  Use local-set-key.
19728         (completion-saved-bindings): New var.
19729         (dynamic-completion-mode): Make it into a proper minor mode.
19730         (load-completions-from-file): Remove unused var `num-uses'.
19732         * emacs-lisp/cl-macs.el (defstruct): Don't define the default
19733         constructor if it is explicitly overridden.
19735         * complete.el (PC-completion-as-file-name-predicate):
19736         Use minibuffer-completing-file-name.
19737         (partial-completion-mode): Use find-file-not-found-functions.
19738         (PC-lisp-complete-symbol): Use with-syntax-table.
19739         (PC-look-for-include-file): Remove dead setq.
19740         (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
19741         (PC-complete): Use with-current-buffer.
19743         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
19744         escape single quotes.
19746 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
19748         * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
19749         of `if' whose condition always returned nil.  Doc fix.
19751         * buff-menu.el (Buffer-menu-revert-function): Make the selected
19752         window's buffer the current buffer around the call to
19753         `list-buffers-noselect'.  This is necessary to mark that buffer
19754         with a `.' in the Buffer Menu when called from Lisp, for instance
19755         by Auto Revert Mode.
19757 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
19759         * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
19760         attaching to it.
19761         (gdb-pre-prompt): Make sure gdb-error is reset.
19763         * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
19764         with a child process, detect it.
19765         (gud-speedbar-buttons): Match regexp more carefully.
19767 2005-11-27  Richard M. Stallman  <rms@gnu.org>
19769         * mouse.el (mouse-drag-move-window-bottom):
19770         Use adjust-window-trailing-edge.
19772 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
19774         * simple.el (blink-matching-open): Ignore
19775         `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
19776         (blink-matching-paren-on-screen): Update docstring.
19778         * paren.el (show-paren-mode): No longer change
19779         `blink-matching-paren-on-screen'.
19781 2005-11-27  John Paul Wallington  <jpw@pobox.com>
19783         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
19784         (gdb-threads-select, gdb-edit-register-value):
19785         Use `posn-set-point' instead of `mouse-set-point' because the
19786         latter is not fbound when configured without X.
19788 2005-11-27  Kim F. Storm  <storm@cua.dk>
19790         * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
19791         existing face when partially highlighting a TAB in a rectangle.
19793 2005-11-26  Kim F. Storm  <storm@cua.dk>
19795         * ido.el (ido-mode-map): Doc fix.
19796         (ido-mode-common-map, ido-mode-file-map)
19797         (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
19798         (ido-define-mode-map): Rewrite.  Select one of the new maps as
19799         parent for ido-mode-map instead of building from scratch.
19800         (ido-init-mode-maps): New defun to initialize new maps.
19801         (ido-mode): Call it.
19802         (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
19803         (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
19805 2005-11-26  John Paul Wallington  <jpw@pobox.com>
19807         * arc-mode.el (archive-extract): Use `posn-set-point' instead of
19808         `mouse-set-point' because the latter is not fbound when configured
19809         without X.
19811 2005-11-26  Thien-Thi Nguyen  <ttn@gnu.org>
19813         * files.el (file-relative-name): Doc fix.
19815 2005-11-26  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
19817         * progmodes/octave-inf.el (inferior-octave-startup): Force a
19818         non-empty string for secondary prompt PS2.
19820 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
19822         * progmodes/compile.el (compilation-setup): Fix last change.
19824 2005-11-26  Nick Roberts  <nickrob@snap.net.nz>
19826         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
19827         (gdb-mouse-toggle-breakpoint-margin)
19828         (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
19829         Add gdb-server-prefix to keep out of command history.
19830         (gdb-edit-register-value): New function.
19831         (gdb-registers-mode-map): Bind mouse-2 and RET to it.
19832         (gdb-info-registers-custom): Use above map.
19834 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
19836         * custom.el (enable-theme): Signal error if argument is not a
19837         theme.  Don't recalculate a face if it's not loaded yet.
19839         * cus-face.el (custom-theme-set-faces): Don't change saved-face if
19840         the `user' theme is in effect.
19842         * info.el (Info-on-current-buffer): Record actual filename in
19843         Info-current-file, instead of t, or a fake filename if a non-file
19844         buffer.  Make autoload.
19845         (Info-find-node, Info-revert-find-node): No need to check for
19846         Info-current-file nil.
19847         (Info-set-mode-line, Info-up, Info-copy-current-node-name):
19848         Info-current-file is now never `t'.
19849         (Info-fontify-node): Many simplifications due to Info-current-file
19850         always being valid.  Use Info-find-file to find node filename.
19852 2005-11-25  David Kastrup  <dak@gnu.org>
19854         * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
19855         new character, then delete" in order to preserve markers.
19857 2005-11-25  David Ponce  <david@dponce.com>
19859         * recentf.el (recentf-arrange-by-rule): Handle a special
19860         `auto-mode-alist'-like "strip suffix" rule.
19861         (recentf-build-mode-rules): Handle second level auto-mode entries.
19863 2005-11-25  Michael Kifer  <kifer@cs.stonybrook.edu>
19865         * viper-keym.el (viper-ESC-key): Use different values in terminal and
19866         window modes.
19868         * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
19869         jde-javadoc-checker-report-mode.
19871         * ediff-wind (ediff-make-wide-display): Slight simplification.
19873         * ediff.el (ediff-date): Change the date of last update.
19875 2005-11-24  Chong Yidong  <cyd@stupidchicken.com>
19877         * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
19878         Use define-minor-mode, and make it a local mode.  Turn on font-lock.
19879         (hi-lock-mode): New global minor mode.
19880         (turn-on-hi-lock-if-enabled): New function.
19881         (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
19882         Change arguments to regexp and face instead of a font-lock pattern.
19883         Directly set face property, instead of refontifying.
19884         (hi-lock-font-lock-hook): Check if font-lock is being turned on.
19885         (hi-lock-find-patterns): Use line-number-at-pos.
19887         (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode.  Use new
19888         arguments for hi-lock-set-pattern.
19889         (hi-lock-unface-buffer, hi-lock-set-file-patterns):
19890         Call font-lock-fontify-buffer.
19891         (hi-lock-find-file-hook, hi-lock-current-line)
19892         (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
19894         (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
19895         turned off.
19897         * progmodes/compile.el (compilation-setup): Don't fiddle with
19898         font-lock-defaults.
19900 2005-11-25  Nick Roberts  <nickrob@snap.net.nz>
19902         * progmodes/gdb-ui.el (gdb-var-create-handler)
19903         (gdb-var-list-children-handler): Find values for all variable
19904         objects.  gud-speedbar-buttons decides whether to display them.
19906 2005-11-24  Romain Francoise  <romain@orebokech.com>
19908         * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
19909         buffer name with a space.
19911 2005-11-24  Carsten Dominik  <dominik@science.uva.nl>
19913         * textmodes/org.el (org-export-plain-list-max-depth): Rename from
19914         `org-export-local-list-max-depth'.  Change default value to 3.
19915         (org-auto-renumber-ordered-lists)
19916         (org-plain-list-ordered-item-terminator): New options.
19917         (org-at-item-p, org-beginning-of-item, org-end-of-item)
19918         (org-get-indentation, org-get-string-indentation)
19919         (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
19920         New functions.
19921         (org-move-item-down, org-move-item-up): New commands.
19922         (org-export-as-html): New classes for CSS support.  Bug fix in
19923         regular expression detecting fixed-width regions.  Respect
19924         `org-local-list-ordered-item-terminator'.
19925         (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
19926         also a list item.
19927         (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
19928         New item moving functions.
19930 2005-11-24  Juri Linkov  <juri@jurta.org>
19932         * isearch.el (isearch-repeat): With empty search ring set
19933         `isearch-error' to the error string instead of signaling error
19934         with the function `error'.
19936 2005-11-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
19938         * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
19940 2005-11-24  Nick Roberts  <nickrob@snap.net.nz>
19942         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
19943         and variable.
19944         (gdb-var-create-handler, gdb-var-list-children-handler):
19945         Don't match on "char **...".
19946         (gdb-var-update-handler): Find values for all variable objects.
19947         (gdb-info-frames-custom): Identify frames by leading "#".
19949         * progmodes/gud.el (gud-speedbar-menu-items): Add
19950         gdb-speedbar-auto-raise as radio button.
19951         (gud-speedbar-buttons): Raise speedbar if requested.
19952         Don't match on "char **...".
19953         (gud-speedbar-buttons): Add (pointer) value for non-leaves.
19954         Make it editable.
19956 2005-11-23  Chong Yidong  <cyd@stupidchicken.com>
19958         * info.el (Info-fontify-node): Handle the case where
19959         Info-current-file is t.
19961 2005-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
19963         * simple.el (blink-matching-open): Fix off-by-one in last change.
19965 2005-11-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
19967         * term/mac-win.el: Don't change default directory.
19969 2005-11-22  Luc Teirlinck  <teirllm@auburn.edu>
19971         * cus-edit.el (Custom-reset-standard): Make it handle Custom group
19972         buffers correctly.  (It used to throw an error in such buffers.)
19973         Make it ask for confirmation in group buffers and other Custom
19974         buffers containing more than one customization item.
19976 2005-11-22  John Paul Wallington  <jpw@gnu.org>
19978         * net/goto-addr.el (goto-address-fontify): Put `follow-link'
19979         property on mail and url overlays.
19980         (goto-address-at-point): Use `posn-set-point' instead of
19981         `mouse-set-point' because the latter is not fbound when configured
19982         without X.
19984 2005-11-22  Lars Hansen  <larsh@soem.dk>
19986         * ls-lisp.el (ls-lisp-parse-symlink): Delete.
19987         (ls-lisp-classify, ls-lisp-format): Delete call to
19988         ls-lisp-parse-symlink.
19989         (ls-lisp-handle-switches): Handle symlinks to directories as
19990         directories when ls-lisp-dirs-first in non-nil.
19992 2005-11-21  Luc Teirlinck  <teirllm@auburn.edu>
19994         * startup.el (command-line): Make sure that loaddefs.el is handled
19995         correctly in load-history.
19997 2005-11-22  Nick Roberts  <nickrob@snap.net.nz>
19999         * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
20000         (gdb-struct-string, gdb-array-string): New constants.
20001         (gdb-info-locals-handler): Use them.
20002         (gdb-reset): Reset gdb-var-list to nil.
20004 2005-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
20006         * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
20007         in patterns.
20009 2005-11-21  Juri Linkov  <juri@jurta.org>
20011         * custom.el (defcustom): Update link types in docstring.
20013 2005-11-20  Martin Rudalics  <rudalics@gmx.at>
20015         * custom.el (defgroup): Add doc-string-elt info.
20017         * widget.el (define-widget): Don't use declare for the doc-string-elt.
20019 2005-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
20021         * newcomment.el (comment-enter-backward): Fix last fix.
20023         * simple.el (blink-matching-open):
20024         * paren.el (show-paren-function): Allow new paren-class info.
20026 2005-11-20  Chong Yidong  <cyd@stupidchicken.com>
20028         * faces.el: Revert 2005-11-17 change.  :ignore-defface is now
20029         handled automagically.
20031 2005-11-20  Andreas Schwab  <schwab@suse.de>
20033         * descr-text.el (describe-char): When copying overlays put them
20034         over the full char description instead of just the first character
20035         of it.
20037 2005-11-20  Juri Linkov  <juri@jurta.org>
20039         * simple.el (what-cursor-position):
20040         * descr-text.el (describe-char): Use Lisp-readable syntax
20041         for octal and hex.  Reorder decimal, octal and hex values.
20042         Remove excess whitespace in the output.  Use `=' in `column='
20043         like in `point=' and `Hscroll='.
20045         * international/mule-cmds.el (encoded-string-description):
20046         Use Lisp-readable syntax for hex.
20048 2005-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
20050         * newcomment.el (comment-enter-backward): Handle the case where the
20051         comment is closed by EOB.
20053 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
20055         * longlines.el (longlines-before-revert-hook)
20056         (longlines-after-revert-hook): New functions.
20057         (longlines-mode): Turn off longlines temporarily when reverting.
20058         Add a message-setup-hook.
20059         (longlines-decode-buffer): New function.
20060         (longlines-wrap-line): Preserve marker positions.
20062 2005-11-19  Andreas Schwab  <schwab@suse.de>
20064         * emacs-lisp/shadow.el: Handle compressed files.
20066 2005-11-19  Romain Francoise  <romain@orebokech.com>
20068         * net/browse-url.el (browse-url-default-browser): Signal an error
20069         if no usable browser can be found, rather than try to load w3.
20071 2005-11-16  Ryan Yeske  <rcyeske@gmail.com>
20073         * net/rcirc.el (rcirc-mangle-text): Add bold face property without
20074         replacing existing properties.
20075         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
20076         (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
20077         tty specs.
20078         (rcirc-server-prefix, rcirc-server): New faces.
20079         (rcirc-url-regexp): Generate with rx macro.
20080         (rcirc-last-server-message-time): New variable.
20081         (rcirc-filter): Record time of last message.
20082         (rcirc-keepalive): Kill processes that did not send a message
20083         since the last ping.
20084         (rcirc-mode): Give rcirc-topic a local binding here.
20086 2005-11-19  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
20088         * subr.el (read-passwd): Fontify the prompt as we do with other
20089         prompts.
20091 2005-11-19  Ryan Yeske  <rcyeske@gmail.com>
20093         * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
20094         binding buffer-read-only to nil.
20096 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
20098         * complete.el (partial-completion-mode):
20099         Mention completion-auto-help in the doc string.
20101         * man.el (Man-highlight-references): Doc fix.  Reformat code in a
20102         more Lisp-ish way.
20104 2005-11-19  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
20106         * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
20107         digits, not 8, to avoid misalignment for files larger than 100MB.
20109 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
20111         * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
20112         Mention "keyboard shortcuts" in the help text.
20114 2005-11-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
20116         * startup.el (fancy-splash-default-action): Discard only
20117         mouse-down and succeeding mouse-up events in the splash screen
20118         window so that drag-n-drop event can be processed.
20120 2005-11-18  Chong Yidong  <cyd@stupidchicken.com>
20122         * longlines.el (longlines-mode): Add hacks for mail-mode and
20123         message-mode.
20125 2005-11-18  Carsten Dominik  <dominik@science.uva.nl>
20127         * textmodes/org.el (org-table-sort-lines): New command.
20128         (org-tbl-menu): Add entry for `org-table-sort-lines'.
20129         (org-add-file): Command removed, use `org-agenda-file-to-front'
20130         instead.
20131         (org-export-icalendar): Use `org-icalendar-combined-name'.
20132         (org-cycle-agenda-files, org-agenda-file-to-end)
20133         (org-agenda-file-to-front): New commands.
20134         (org-table-tab-jumps-over-hlines, org-export-html-style):
20135         New options.
20136         (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
20137         (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
20138         New functions.
20139         (org-fill-paragraph): Call `org-table-align' in tables.
20140         (org-mode): Call `org-set-autofill-regexps'.
20141         (org-export-as-html): Support for local handformatted lists.
20142         Modified to produce valid HTML 4.0.  Use `org-export-html-style'.
20143         (org-export-local-list-max-depth): New option.
20144         (org-html-expand): Use `org-html-protect'.
20146 2005-11-18  Nick Roberts  <nickrob@snap.net.nz>
20148         * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
20149         to "p".
20150         (gdb): Move definition of gud-pp to...
20152         * progmodes/gdb-ui.el (gdb-ann3): ...here.  Make it work in the
20153         speedbar.
20154         (gdb-find-watch-expression): New function.
20156 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
20158         * faces.el (face-attribute, set-face-attribute): Mention existence
20159         of `:ignore-defface' setting in docstring.
20161 2005-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
20163         * simple.el (completion-setup-function): Fix last change.
20165 2005-11-17  John Paul Wallington  <jpw@pobox.com>
20167         * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
20168         Use `posn-set-point' instead of `mouse-set-point' because the
20169         latter is not fbound when configured without X.
20171         * comint.el (comint-insert-input): Likewise.
20173 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
20175         * simple.el (hard-newline): New variable.
20176         (sendmail-user-agent-compose, next-line): Use it.
20178         * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
20179         (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
20180         (mail-mail-reply-to, mail-mail-followup-to)
20181         (mail-position-on-field, mail-signature, mail-yank-original)
20182         (mail-attach-file): Likewise.
20184         * mail/mailheader.el (mail-header-format)
20185         (mail-header-format-function): Likewise.
20187         * add-log.el (add-change-log-entry, change-log-merge): Likewise.
20189 2005-11-17  Juri Linkov  <juri@jurta.org>
20191         * font-lock.el (font-lock-faces): Rename this defgroup from
20192         `font-lock-highlighting-faces'.
20193         (font-lock-comment-face, font-lock-comment-delimiter-face)
20194         (font-lock-string-face, font-lock-doc-face)
20195         (font-lock-keyword-face, font-lock-builtin-face)
20196         (font-lock-function-name-face, font-lock-variable-name-face)
20197         (font-lock-type-face, font-lock-constant-face)
20198         (font-lock-warning-face, font-lock-negation-char-face)
20199         (font-lock-preprocessor-face)
20200         (font-lock-regexp-grouping-backslash)
20201         (font-lock-regexp-grouping-construct): Rename :group from
20202         `font-lock-highlighting-faces' to `font-lock-faces'.
20204         * cus-edit.el (lisp, c, tex):
20205         * progmodes/ada-mode.el (ada):
20206         * progmodes/asm-mode.el (asm):
20207         * progmodes/cperl-mode.el (cperl-faces):
20208         * progmodes/cpp.el (cpp):
20209         * progmodes/dcl-mode.el (dcl):
20210         * progmodes/f90.el (f90):
20211         * progmodes/fortran.el (fortran):
20212         * progmodes/icon.el (icon):
20213         * progmodes/idlwave.el (idlwave-misc):
20214         * progmodes/m4-mode.el (m4):
20215         * progmodes/make-mode.el (makefile):
20216         * progmodes/meta-mode.el (meta-font):
20217         * progmodes/modula2.el (modula2):
20218         * progmodes/octave-mod.el (octave):
20219         * progmodes/pascal.el (pascal):
20220         * progmodes/perl-mode.el (perl):
20221         * progmodes/prolog.el (prolog):
20222         * progmodes/ps-mode.el (PostScript-edit):
20223         * progmodes/scheme.el (scheme):
20224         * progmodes/sh-script.el (sh-script):
20225         * progmodes/simula.el (simula):
20226         * progmodes/tcl.el (tcl):
20227         * textmodes/nroff-mode.el (nroff):
20228         * textmodes/reftex-vars.el (reftex-fontification-configurations):
20229         * textmodes/sgml-mode.el (sgml):
20230         * textmodes/texinfo.el (texinfo):
20231         Add :link (custom-group-link font-lock-faces) to defgroup.
20233         * hi-lock.el (hi-lock): Rename this defgroup from
20234         `hi-lock-interactive-text-highlighting'.  Change parent group from
20235         `faces' to `font-lock'.  Add link to the manual.
20236         (hi-lock-mode, hi-lock-file-patterns-range)
20237         (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
20238         `hi-lock-interactive-text-highlighting' to `hi-lock'.
20239         (hi-lock-faces): Add :group `faces'.
20241         * cus-edit.el (custom-variable-prompt): Clarify the code.
20243         * faces.el (face-read-string): Set the default value arg of
20244         completing-read.
20246 2005-11-16  Luc Teirlinck  <teirllm@auburn.edu>
20248         * rfn-eshadow.el (file-name-shadow-properties)
20249         (file-name-shadow-tty-properties, file-name-shadow-mode):
20250         Remove autoloads, because the file is now preloaded.
20252 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
20254         * printing.el (easy-menu-intern): Don't define.
20255         (pr-get-symbol): Use easy-menu-intern only if defined.
20257         * simple.el (blink-matching-open): Simplify a bit.
20258         (completion-setup-function): Fix the case of partial-completion-mode
20259         when the minibuffer's contents start with "-".
20260         Obey completion-base-size-function even when
20261         minibuffer-completing-file-name is non-nil.
20263 2005-11-16  Richard M. Stallman  <rms@gnu.org>
20265         * net/eudcb-ph.el (eudc-ph-open-session):
20266         Use set-process-query-on-exit-flag.
20268         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
20270         * international/ucs-tables.el (ucs-set-table-for-input):
20271         Use make-local-variable, not make-variable-buffer-local.
20273         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
20274         Improve warning message text.
20276         * savehist.el (savehist-save-hook): Add :group.
20278         * menu-bar.el (menu-bar-help-menu):
20279         Rename Find Extra Packages to External Packages.
20281         * cus-edit.el (Custom-reset-standard): Verify that
20282         :custom-standard-value prop exists before calling it.
20284         * apropos.el (apropos-calc-scores): Use apropos-pattern.
20286 2005-11-16  Martin Rudalics  <rudalics@gmx.at>
20288         * wid-edit.el (color): Enclose %t in %{...%}.
20290         * cus-edit.el (face): Enclose %t in %{...%}.
20292 2005-11-16  Hrvoje Niksic  <hniksic@xemacs.org>
20294         * savehist.el (savehist-mode-hook): Re-add the var.
20295         (savehist-mode): Use it.
20297 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
20299         * textmodes/flyspell.el: Fix commenting convention.
20300         Remove unnecessary leading * in custom docstrings.
20301         (flyspell-emacs): Remove unused var.
20302         (flyspell-delete-region-overlays): Use remove-overlays.
20303         (flyspell-accept-buffer-local-defs): Use save-current-buffer.
20304         (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
20305         (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
20306         (flyspell-debug-signal-word-checked): Use with-current-buffer.
20307         (make-flyspell-overlay): Don't locally reuse a global name.
20308         (flyspell-highlight-incorrect-region)
20309         (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
20310         (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
20311         (flyspell-notify-misspell): Remove unused args `start' and `end'.
20312         (flyspell-word): Adjust call accordingly.  Use ispell-send-string.
20313         Wrap calls to accept-process-output inside with-local-quit since it's
20314         often called from a post-command-hook.
20315         (flyspell-correct-word, flyspell-auto-correct-word):
20316         Use ispell-send-string.
20317         (flyspell-xemacs-popup): Remove unused arg `event'.  Update call.
20319         * calendar/diary-lib.el (diary-list-entries): Also hide the
20320         terminating newline.
20322 2005-11-16  Carsten Dominik  <dominik@science.uva.nl>
20324         * textmodes/reftex.el (reftex-use-fonts): Remove the check for
20325         window-system, to allow fonts on tty.
20327 2005-11-17  Nick Roberts  <nickrob@snap.net.nz>
20329         * progmodes/gud.el (gud-speedbar-item-info): New function.
20330         (gud-install-speedbar-variables): Use it to display data type
20331         of watch expression as a tooltip in speedbar.
20333 2005-11-15  Luc Teirlinck  <teirllm@auburn.edu>
20335         * font-core.el (global-font-lock-mode): Add :version keyword,
20336         because default was changed.
20338         * jka-cmpr-hook.el (auto-compression-mode): Ditto.
20340         * startup.el (command-line): Use `custom-reevaluate-setting' for
20341         `file-name-shadow-mode'.
20343         * loadup.el: Preload rfn-eshadow.
20345         * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
20346         Add :version keyword.
20347         (file-name-shadow-properties, file-name-shadow-tty-properties)
20348         (file-name-shadow): Add :version keyword.
20350         * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
20351         instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
20352         in the custom-group property of the symbol frames and the fringe
20353         group got no link to its parent group frames.
20354         Doc fix.
20356 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
20358         * progmodes/gud.el (gud-stop-subjob): New function.
20359         (gud-menu-map, gud-tool-bar-map): Use it.
20361 2005-11-16  Kim F. Storm  <storm@cua.dk>
20363         * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
20364         than kill it.
20365         (gud-tool-bar-map): Likewise.  Move cont/until/finish buttons
20366         to a more useful/logical place.
20368 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
20370         * progmodes/gud.el (gud-menu-map): Make visibility of stop and
20371         go buttons complementary.
20373 2005-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
20375         * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
20376         (rfn-eshadow-sifn-equal): New function.
20377         (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
20379 2005-11-15  Michael Kifer  <kifer@cs.stonybrook.edu>
20381         * viper-utils.el (viper-non-word-characters-reformed-vi):
20382         Quote `-' in string.
20384         * viper.el (viper-emacs-state-mode-list): Ensure that
20385         rcirc-mode buffers come up in Emacs state.
20387         * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
20388         operation.
20390 2005-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
20392         * term.el (term-termcap-format): Fix typos.
20393         (term-down): Fix the negative argument case.
20395 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
20397         * progmodes/gdb-ui.el: Remove face-alias left over from change on
20398         2005-08-15.
20399         (gdb-ann3): New command gud-go.
20400         (menu): Accomodate gdb-mi.el.
20401         (gdb-assembler-custom): Make buffer of selected window current
20402         so that set-window-point works.
20404         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
20405         buttons and include new ones.
20407 2005-11-16  Kim F. Storm  <storm@cua.dk>
20409         * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
20410         (gud-menu-map): Use it.
20412 2005-11-14  Luc Teirlinck  <teirllm@auburn.edu>
20414         * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
20415         that works correctly for Custom and that does not override a user
20416         who disables it.
20418         * help-mode.el (help-make-xrefs, help-xref-on-pp)
20419         (help-xref-interned, help-follow): Make hyperlinks for variables
20420         that are unbound, but have a non-nil variable-documentation property.
20422         * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
20423         mode hook.  (It conflicted with defcustoms for some mode hooks.)
20424         Use the `variable-documentation' property to give the mode hook a
20425         docstring and expand that docstring.
20427 2005-11-14  Hrvoje Niksic  <hniksic@xemacs.org>
20429         * savehist.el (savehist-mode): Don't bother with
20430         `custom-set-minor-mode'.
20431         (savehist-coding-system): Check XEmacs version.
20432         (history-length): Declare also at run time.
20433         (savehist-mode): Don't emit a message.  Don't run the minor mode hook.
20434         Don't set the customize state.
20435         (savehist-minibuffer-hook): Special case for when
20436         minibuffer-history-variable is equal to t.
20438 2005-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
20440         * files.el (write-file): Refresh VC status.
20442         * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
20443         (mark-diary-entries, make-diary-entry): Check default-major-mode rather
20444         than fundamental-mode to see if the mode was set.
20446 2005-11-14  Romain Francoise  <romain@orebokech.com>
20448         * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
20449         dummy function in `eval-when-compile' to avoid compiler warning.
20450         Require `man' at compile time.
20452 2005-11-14  Jay Belanger  <belanger@truman.edu>
20454         * calc-alg.el (calcFunc-write-out-power): Rename it to
20455         calcFunc-powerexpand.
20456         (math-write-out-power): Rename it to math-powerexpand; have it
20457         handle negative exponents.
20458         (calc-writeoutpower): Rename it to calc-powerexpand.
20460         * calc-ext.el: Change calcFunc-writeoutpower and
20461         calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
20462         autoloads.
20463         Add calcFunc-ldiv to autoloads.
20465         * calc-arith.el (calcFunc-ldiv): New function.
20467         * calc.el (calc-left-divide): New function.
20469 2005-11-14  Juri Linkov  <juri@jurta.org>
20471         * cus-edit.el (custom-variable-prompt): Set the default value arg
20472         of completing-read.
20474         * cus-dep.el (custom-make-dependencies): Reverse the list of
20475         found dependencies.
20477 2005-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
20479         * menu-bar.el (menu-bar-options-menu): Delete "Syntax
20480         Highlighting" entry, it is on by default now.
20481         (menu-bar-options-save): Do not save global-font-lock-mode.
20483 2005-11-13  Richard M. Stallman  <rms@gnu.org>
20485         * textmodes/flyspell.el (flyspell-large-region):
20486         Call flyspell-accept-buffer-local-defs.
20488 2005-11-13  Agustin Martin  <agustin.martin@hispalinux.es>
20490         * textmodes/flyspell.el (flyspell-notify-misspell):
20491         Fix misspelling of "Misspelling".
20492         (flyspell-process-localwords): New function.
20493         (flyspell-large-region): Call flyspell-process-localwords and
20494         flyspell-delete-region-overlays.
20495         (flyspell-delete-region-overlays): New function.
20496         (flyspell-delete-all-overlays): Call that.
20498 2005-11-13  Richard M. Stallman  <rms@gnu.org>
20500         * help.el (help-for-help-internal): Improve doc of C-h a.
20501         (describe-key): Improve prompt; doc fix.
20503 2005-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
20505         * vc-svn.el (vc-svn-registered): Catch all errors.
20507         * cus-dep.el (custom-make-dependencies): Typo.
20509 2005-11-13  Michael Albinus  <michael.albinus@gmx.de>
20511         * net/tramp-util.el (top): Fix compilation warning.
20513 2005-11-13  Kim F. Storm  <storm@cua.dk>
20515         * help.el (help-for-help-internal): Fix `a' entry.  Add `d' entry.
20517 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
20519         * progmodes/gud.el (gud-menu-map): Move parentheses (again).
20520         (gud-speedbar-buttons): Match on "const char *" too.
20522         * progmodes/gdb-ui.el (gdb-var-create-handler)
20523         (gdb-var-list-children-handler): Match on "const char *" too.
20524         (gdb-var-evaluate-expression-handler): Match on empty string.
20525         (gdb-var-update-handler): Only call
20526         gdb-var-evaluate-expression-handler when required.
20528 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
20530         * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
20531         selected window.  This still doesn't work for speedbar.
20532         (gud-speedbar-buttons): Handle string expressions properly.
20534         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
20535         (gdb-var-create-handler): Handle string expressions properly.
20536         (gdb-var-list-children-regexp, gdb-var-list-children-handler):
20537         Handle string expressions properly.  Move "type" field into regexp.
20539 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
20541         * bookmark.el (bookmark-maybe-message): New function to reduce
20542         code duplication: invokes `message' iff baud-rate is high enough.
20543         (bookmark-write-file): Use above instead of an inline conditional.
20544         (bookmark-load): Same.
20546 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
20548         * bookmark.el (bookmark-write-file): Don't visit the destination
20549         file, just write the data to it using write-region.  This is
20550         similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
20551         change to avoid visiting the file in the first place.
20553 2005-11-12  Chong Yidong  <cyd@stupidchicken.com>
20555         * hi-lock.el (hi-lock-mode): Set the default value of
20556         font-lock-defaults.
20558 2005-11-11  Luc Teirlinck  <teirllm@auburn.edu>
20560         * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
20561         arg to `file-attributes'.
20562         (find-lisp-format): The UID and GID can now be strings.
20564 2005-11-12  Kim F. Storm  <storm@cua.dk>
20566         * help.el (help-map): Bind C-h d to apropos-documentation.
20568         * simple.el (what-cursor-position): Print (EOB) instead of (100%)
20569         when point is at end-of-buffer.
20571         * apropos.el (apropos-match-face): Doc fix.
20572         (apropos-sort-by-scores): Add new choice `verbose'.
20573         (apropos-documentation-sort-by-scores): New defcustom.
20574         (apropos-pattern): Now contains the pattern entered by the user.
20575         (apropos-pattern-quoted): New defvar.
20576         (apropos-regexp): New defvar, containing the regexp corresponding
20577         to apropos-pattern.
20578         (apropos-all-words-regexp): Rename from apropos-all-regexp.
20579         (apropos-read-pattern): New defun.  Use it to read pattern arg in
20580         interactive calls; returns list of words for a word list, and
20581         string for a regexp.
20582         (apropos-parse-pattern): Rename from apropos-rewrite-regexp.  Now
20583         parses a list of words or regexp as returned by apropos-read-pattern.
20584         (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
20585         (apropos-score-doc): Return a very high score if the string
20586         entered by the user matches literally.
20587         (apropos-variable): Doc fix.  Use apropos-read-pattern.
20588         (apropos-command): Doc fix.  Use apropos-read-pattern and
20589         apropos-parse-pattern.  Call apropos-print with nosubst=t.
20590         (apropos, apropos-value): Doc fix.  Use apropos-read-pattern and
20591         apropos-parse-pattern.
20592         (apropos-documentation): Doc fix.  Use apropos-read-pattern and
20593         apropos-parse-pattern.  Locally bind apropos-sort-by-scores to
20594         apropos-documentation-sort-by-scores.  Call apropos-print with
20595         nosubst=t.
20596         (apropos-documentation-internal): Pass doc string through
20597         substitute-key-definition before adding text properties.
20598         Highlight substring matching literal user input if possible.
20599         (apropos-documentation-check-doc-file): Remove locals beg and end.
20600         Fix calculation of score (as added twice).  Pass doc string through
20601         substitute-key-definition before adding text properties.
20602         (apropos-documentation-check-elc-file): Pass doc string through
20603         substitute-key-definition before adding text properties.
20604         Highlight substring matching literal user input if possible.
20605         (apropos-print): Add new arg NOSUBST; if set, command and variable
20606         doc strings have already been passed through substitute-key-definition.
20607         Add code to handle apropos-accumulator items without score element
20608         for backwards compatibility (e.g. with woman package).
20609         Only show scores if apropos-sort-by-scores is `verbose'.
20611 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
20613         * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
20614         Add jka-compr-load-suffixes to load-suffixes.
20616         * jka-compr.el: Require jka-cmpr-hook.
20617         (jka-compr-info-compress-message, jka-compr-info-compress-program)
20618         (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
20619         (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
20620         (jka-compr-info-can-append, jka-compr-info-strip-extension)
20621         (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
20622         (jka-compr-info-regexp): Remove.  Provided by jka-cmpr-hook.
20623         (jka-compr-uninstall): Remove entries from
20624         jka-compr-added-to-file-coding-system-alist after they are used.
20625         (jka-compr-error): Remove unused var `curbuf'.
20626         (jka-compr-file-local-copy): Remove unused var `notfound'.
20628 2005-11-10  Romain Francoise  <romain@orebokech.com>
20630         * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
20632 2005-11-11  Nick Roberts  <nickrob@snap.net.nz>
20634         * progmodes/gud.el (gud-menu-map): Move parentheses.
20635         (gdb): New command gud-pv.
20637 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
20639         * tar-mode.el: Remove spurious or unnecessary leading stars
20640         in docstrings.
20641         (tar-header-block-tokenize): Also obey default-file-name-coding-system.
20642         (tar-parse-octal-integer-safe): Use mapc.
20643         (tar-header-block-summarize): Remove unused var `ck'.
20644         (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
20645         cleared before.  Obey default-enable-multibyte-characters.
20646         Use mapconcat.  Simplify setting of tar-header-offset.
20647         (tar-mode-map): Move initialization inside delcaration.
20648         (tar-flag-deleted): Use `abs'.
20649         (tar-expunge-internal): Remove unused var `line'.
20650         (tar-expunge-internal): Don't hardcode point-min==1.
20651         (tar-expunge): Widen while doing set-buffer-multibyte.
20652         (tar-rename-entry): Use file-name-coding-system.
20653         (tar-alter-one-field): Don't hardcode point-min==1.
20654         (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
20655         (tar-pad-to-blocksize): Don't hardcode point-min==1.  Clarify the code.
20657 2005-11-10  Masatake YAMATO  <jet@gyve.org>
20659         * add-log.el (add-log-current-defun): Handle class::method
20660         notation of c++.  Fix incorrect comment.
20662 2005-11-10  Alan Mackenzie  <acm@muc.de>
20664         * help-fns.el (describe-variable): Make C-h v work when a variable
20665         has variable documentation yet is unbound.
20667 2005-11-10  Masatake YAMATO  <jet@gyve.org>
20669         * man.el (Man-highlight-references): Set an empty
20670         string to `Man-arguments' if it is nil.
20671         Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
20673 2005-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
20675         * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
20676         commenting conventions.
20678         * cus-dep.el (custom-make-dependencies): Simplify.
20679         Better follow the commenting conventions.
20681 2005-11-09  Richard M. Stallman  <rms@gnu.org>
20683         * apropos.el (apropos-pattern): Rename from apropos-regexp.
20684         (apropos-orig-pattern): Rename from apropos-orig-regexp.
20685         All uses changed.
20686         (apropos-rewrite-regexp): Doc fix.
20687         (apropos-variable, apropos-command, apropos, apropos-value):
20688         Change prompt; carry through the argument renaming.
20690 2005-11-09  Luc Teirlinck  <teirllm@auburn.edu>
20692         * find-lisp.el: Require dired.
20693         (find-lisp-find-dired-internal): Do not call
20694         `abbreviate-file-name' on DIR.
20696 2005-11-10  Nick Roberts  <nickrob@snap.net.nz>
20698         * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
20700 2005-11-09  Nick Roberts  <nickrob@snap.net.nz>
20702         * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
20703         when using the speedbar.
20704         (gdb): New command gud-pp.
20705         (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
20707 2005-11-09  Juri Linkov  <juri@jurta.org>
20709         * replace.el (occur-excluded-properties): New defcustom.
20710         (occur-1, occur-engine, occur-accumulate-lines): Use it.
20712 2005-11-08  Jay Belanger  <belanger@truman.edu>
20714         * calc/calc-units.el (math-convert-units): Replace any composite
20715         unit by its definition.
20717 2005-11-08  Lars Hansen  <larsh@soem.dk>
20719         * emacs-lisp/autoload.el (update-directory-autoloads):
20720         Add obsolete function alias.
20722 2005-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
20724         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
20725         comment-indent-function.
20726         (lisp-comment-indent): Replace by an alias for comment-indent-default.
20728         * reveal.el (reveal-post-command): Rework the handling of
20729         reveal-open-spots, so as to be more reliable.  There were several
20730         tricky corner cases where an open spot might be lost, or where
20731         a closed spot might end up on the list of open spots.
20732         Only reveal text that's ellipsised.
20734 2005-11-07  Carsten Dominik  <dominik@science.uva.nl>
20736         * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
20738 2005-11-07  John Paul Wallington  <jpw@gnu.org>
20740         * ibuffer.el (ibuffer): Search iconified frames too when
20741         getting Ibuffer buffer's window.
20743 2005-11-06  Richard M. Stallman  <rms@gnu.org>
20745         * progmodes/compile.el (compilation-internal-error-properties):
20746         save-excursion around the computation of MARKER.
20748 2005-11-06  Piet van Oostrum  <piet@cs.uu.nl>
20750         * textmodes/flyspell.el (flyspell-external-point-words):
20751         flyspell-get-word returns a list, not just a string.
20753 2005-11-06  John Paul Wallington  <jpw@pobox.com>
20755         * ibuffer.el (ibuffer): Search all visible frames when getting
20756         Ibuffer buffer's window.
20758 2005-11-07  Masatake YAMATO  <jet@gyve.org>
20760         * man.el (Man-reference-regexp): Accept spaces between
20761         `Man-name-regexp' and `Man-section-regexp'.
20762         (Man-apropos-regexp): New variable.
20763         (Man-abstract-xref-man-page): Use value for `Man-target-string'
20764         if available.
20765         (Man-highlight-references, Man-highlight-references0):
20766         Handle the case when `Man-arguments' includes "-k".
20767         (Man-highlight-references0): Rename the argument `TARGET-POS' to
20768         `TARGET'. `TARGET' can be a number, function or nil.
20770 2005-11-06  Nick Roberts  <nickrob@snap.net.nz>
20772         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
20773         (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
20774         (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
20775         (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
20776         (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
20777         (gdb-send-item): Use buffer-local-value and simplify.
20779 2005-11-05  Luc Teirlinck  <teirllm@auburn.edu>
20781         * startup.el (command-line): Use `custom-reevaluate-setting' for
20782         `global-font-lock-mode'.
20784         * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
20785         by default, except in batch mode or when the -D option is given.
20787         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
20788         specified keyword args on to `define-minor-mode'.  Update docstring.
20790 2005-11-05  Romain Francoise  <romain@orebokech.com>
20792         * replace.el (occur-engine): Add marker at end of line, too.
20794 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
20796         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
20797         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
20798         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
20799         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
20800         argument to all these routines, so the passphrase can be managed
20801         externally and passed in to the system.
20802         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
20803         pgg-add-passphrase-to-cache function.
20805         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
20806         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
20807         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
20808         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
20809         argument to all these routines, so the passphrase can be managed
20810         externally and passed in to the system.
20811         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
20812         function.
20814 2005-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
20816         * font-lock.el: Don't deal with font-lock-face-attributes here,
20817         move the code ...
20819         * startup.el (command-line): ... here.  Use face-spec-set instead
20820         of custom-declare-face.
20822         * faces.el (face-spec-set): Reset the face if spec is not nil.
20824 2005-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
20826         * newcomment.el (comment-region-internal): Box more tightly in the
20827         common case where there's no TAB in the boxed text.
20829 2005-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
20831         * info.el (info-tool-bar-map): Use images prev-node, next-node and
20832         up-node.
20834 2005-11-04  Ulf Jasper  <ulf.jasper@web.de>
20836         * newsticker.el: Commentary updated.  Code formatting changed.
20837         (newsticker-version): Change to "1.9".
20838         (newsticker, newsticker-feed): Doc fix.
20839         (newsticker-url-list): Doc fix.  Add option "Weekly".
20840         (newsticker-retrieval-interval): Add option "Weekly".
20841         (newsticker-headline-processing): Doc fix.
20842         (newsticker-auto-mark-filter): Remove.
20843         (newsticker-auto-mark-filter-list): New.
20844         (newsticker-layout, newsticker-sort-method): Doc fix.
20845         (newsticker-hide-old-items-in-newsticker-buffer)
20846         (newsticker-heading-format, newsticker-item-format)
20847         (newsticker-desc-format): Doc fix.
20848         (newsticker-show-all-rss-elements): Remove.
20849         (newsticker-show-all-news-elements): New.
20850         (newsticker-faces, newsticker-ticker): Doc fix.
20851         (remove-from-invisibility-spec): Code formatting.
20852         (newsticker--process-ids): New.
20853         (newsticker-mode): Doc fix.
20854         (newsticker-mode): Change mode-line-format.
20855         (newsticker-start): Remove debug output.
20856         (newsticker-start-ticker): Doc fix.  Add autoload cookie.
20857         (newsticker-w3m-show-inline-images): Code formatting.
20858         (newsticker-next-item): Call `force-mode-line-update'.
20859         (newsticker-previous-item): Call `force-mode-line-update'.
20860         (newsticker-next-feed): Call `force-mode-line-update'.
20861         (newsticker-previous-feed): Call `force-mode-line-update'.
20862         (newsticker-mark-all-items-at-point-as-read): Code formatting.
20863         (newsticker-show-old-items): Do not show descs.
20864         (newsticker-hide-entry): Hide too much.
20865         (newsticker-hide-entry, newsticker-show-entry)
20866         (newsticker-toggle-auto-narrow-to-feed): Code formatting.
20867         (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
20868         (newsticker-toggle-auto-narrow-to-item): Code formatting.
20869         (newsticker-set-auto-narrow-to-item): Update buffer immediately.
20870         (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
20871         (newsticker-get-news): Call `force-mode-line-update'.
20872         Collect process ids.
20873         (newsticker--sentinel): Change coding system handling.
20874         Move image retrieval to new functions newsticker--get-logo-url-*.
20875         Move feed parsing to new functions newsticker--parse-*.
20876         Update list of process ids.
20877         (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
20878         (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
20879         (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
20880         (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
20881         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
20882         (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
20883         (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
20884         (newsticker--decode-coding-string): Remove.
20885         (newsticker--decode-numeric-entities): Check input.  Format code.
20886         (newsticker--remove-whitespace): Check input.
20887         (newsticker--do-forget-preformatted): Doc fix.
20888         (newsticker--decode-rfc822-date): Allow for missing time.
20889         (newsticker--update-process-ids): New.
20890         (newsticker--image-sentinel): Change comment.
20891         (newsticker--image-read): Change error message.
20892         (newsticker--imenu-goto): Doc fix.  Show headline title.
20893         (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
20894         (newsticker--buffer-do-insert-text): Clean whitespace in
20895         html-rendered headline title.  Code formatting.
20896         Call `newsticker--buffer-print-extra-elements'.
20897         (newsticker--buffer-print-extra-element): Remove.
20898         (newsticker--buffer-print-extra-elements): New.
20899         (newsticker--buffer-do-print-extra-element): New.
20900         (newsticker--buffer-insert-enclosure): Doc fix.  Use MBytes for
20901         large sizes.
20902         (newsticker--run-auto-mark-filter)
20903         (newsticker--do-run-auto-mark-filter):
20904         Use `newsticker-auto-mark-filter-list'.
20906 2005-11-04  Ryan Yeske  <rcyeske@gmail.com>
20908         * net/rcirc.el: Use split-string OMIT-NULLS argument.
20909         (rcirc-print): Force redisplay before running hooks.  Do long
20910         buffer truncation after making new text read-only.  Deal with nil
20911         text when decoding strings.  If TARGET is nil, use either the
20912         currently selected buffer, if it is an rcirc buffer and of the
20913         same process or the process buffer.
20914         (rcirc-mode): Remove header-line.  Recompute short buffer names.
20915         Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
20916         (rcirc-short-buffer-name): Add variable.
20917         (rcirc-kill-buffer-hook): Recompute short buffer names.
20918         Remove nick from private channel.
20919         (rcirc-send-input): Send command text to current-buffer.
20920         Don't clear overlay arrow here.
20921         (rcirc-short-buffer-name): Return a short buffer name.
20922         (rcirc-update-short-buffer-names, rcirc-abbreviate)
20923         (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
20924         buffer-name abbreviations.
20925         (rcirc-kill-buffer-hook-1): Split to make debugging easier.
20926         Do not touch nick-table when killing a parted channel.
20927         (rcirc-window-configuration-change): Rename from rcirc-update-activity.
20928         Clear arrow from current buffer if it is now hidden.
20929         (rcirc-current-buffer): Add variable.
20930         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
20931         (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
20932         Remove -face from names.
20933         (rcirc-update-activity-string): Print "DND" when globally ignoring
20934         activity.
20935         (rcirc-ignore-buffer-activity-flag): Rename from
20936         rcirc-ignore-channel-activity.
20937         (rcirc-ignore-all-activity-flag): Doc fix.
20938         (rcirc-channels): Remove variable.
20939         (rcirc-kill-buffer-hook):
20940         (rcirc-get-buffer-create): Add nick to private channel.
20941         (rcirc-multiline-edit-submit): Remove tabs.
20942         (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
20943         folded.
20944         (rcirc-remove-nick-channel): Bug fix.
20945         (rcirc-toggle-ignore-buffer-activity): Rename from
20946         rcirc-toggle-ignore-channel-activity.
20947         (rcirc-record-activity): Add buffers to the front of the list.
20948         (rcirc-update-activity): Remove killed buffers from list.
20949         (rcirc-process-server-response-1): Remove last argument if it is
20950         null before calling handler.
20951         (rcirc): Add "rcirc" defcustom prefix.
20952         (rcirc-prompt): Simplify default prompt.
20953         Use custom-initialize-default.
20954         (rcirc-private-chats): Remove variable.
20955         (rcirc-prompt): Change initialization.
20956         (rcirc-version): Remove function.
20957         (rcirc-id-string): Add constant.
20958         (rcirc-last-buffer): Remove variable.
20959         (rcirc-buffer-alist): Add variable.
20960         (rcirc-connect): Update variable setup.
20961         (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
20962         (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
20963         default.
20964         (rcirc-handler-generic): Trigger activity.
20965         (rcirc-send-message): Create the buffor of the target.
20966         (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
20967         (rcirc-get-buffer): Just return nil if there is no matching buffer.
20968         (rcirc-multiline-edit-cancel): Remove function.
20969         (rcirc-set-last-buffer): Remove function.
20970         (rcirc-get-any-buffer): Add function.
20971         (rcirc-join-channels): Don't print /join text.
20972         (rcirc-toggle-ignore-channel-activity): Add and update echo area
20973         messages.
20974         (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
20975         (rcirc-handler-NOTICE): Recognize CTCP responses.
20976         (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
20977         constructing TOPIC string for buffers we are not JOINed.
20978         (rcirc-handler-CTCP-response): Add handler.
20979         (rcirc-multiline-edit-submit): Restore the window-configuration
20980         before adjusting point.
20981         (rcirc): Add customization group.
20982         (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
20983         (rcirc-user-full-name, rcirc-startup-channels-alist)
20984         (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
20985         (rcirc-ignore-all-activity-flag, rcirc-time-format)
20986         (rcirc-input-ring-size, rcirc-read-only-flag)
20987         (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
20988         (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
20989         Change defvar to defcustom.
20990         (rcirc-update-prompt): Add optional ALL arg, which will update
20991         prompts in all rcirc buffers.  Regexp quote replacement text.
20992         (rcirc-fill-column): Accept frame-width as a value.
20993         (rcirc-set-changed): Add function.
20994         (rcirc-next-active-buffer): Write more meaningful messages.
20995         (rcirc-faces): Add customization group.
20996         (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
20997         (rcirc-nick-in-message-face, rcirc-prompt-face)
20998         (rcirc-mode-line-nick-face): Move into rcirc-faces group.
20999         (with-rcirc-process-buffer): Move before first usage.
21000         (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
21001         (rcirc-debug-flag): Rename from `rcirc-log-p'.
21002         (rcirc-debug): Rename from `rcirc-log'.
21003         (rcirc-format-response-string): Do not print `-' chars for a
21004         NOTICE with no sender.  Simplify output of server responses.
21006 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
21008         (rcirc-browse-url-map, rcirc-browse-url-at-point)
21009         (rcirc-browse-url-at-mouse, rcirc-mangle-text):
21010         Make urls mouse and RET clickable.
21012 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
21014         * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
21016 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
21018         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
21019         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
21020         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
21021         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
21022         argument to all these routines, so the passphrase can be managed
21023         externally and passed in to the system.
21024         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
21025         pgg-add-passphrase-to-cache function.
21027         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
21028         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
21029         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
21030         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
21031         argument to all these routines, so the passphrase can be managed
21032         externally and passed in to the system.
21033         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
21034         function.
21036 2005-11-04  Edward O'Connor  <hober0@gmail.com>  (tiny change)
21038         * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
21039         from goto-address-url-regexp.
21041 2005-11-04  Carsten Dominik  <dominik@science.uva.nl>
21043         * textmodes/org.el (org-read-date, org-goto-calendar)
21044         (org-recenter-calendar, org-agenda-goto-calendar):
21045         Temporarily clear `calendar-move-hook'.
21047 2005-11-04  Michael Kifer  <kifer@cs.stonybrook.edu>
21049         * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
21050         merging.
21052         * ediff-util.el (ediff-previous-difference): Don't skip regions that
21053         have merge clashes.
21055 2005-11-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21057         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
21058         Undo previous change.
21060         * startup.el (command-line): Use `custom-reevaluate-setting' for
21061         mouse-wheel-down-event and mouse-wheel-up-event.  Don't call
21062         tty-register-default-colors on Mac.
21064 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
21066         * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
21067         (gdb-buffer-type): Make it automatically buffer local...
21068         (gdb-get-create-buffer): ...and set it accordingly.
21069         (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
21070         actually work.
21072 2005-11-03  Dan Nicolaescu  <dann@ics.uci.edu>
21074         * font-lock.el (font-lock-warning-face): Use the more vivid red1,
21075         not red.
21077 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
21079         * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
21080         case GUD buffer is not visible.
21081         (gdb-goto-breakpoint): Try to force display in source buffer.
21082         (gdb-frame-gdb-buffer): Copy other similar functions.
21083         (gdb-restore-windows): Don't display source if not asked for.
21084         (gdb-assembler-buffer-name): Don't capitalise.
21086 2005-11-03  Richard M. Stallman  <rms@gnu.org>
21088         * wid-edit.el (key-sequence): New widget type.
21090         * simple.el (set-mark-command-repeat-pop): New variable.
21091         (set-mark-command): Only interpret plan C-@ after a pop as a pop
21092         if set-mark-command-repeat-pop is true.
21094         * info.el (Info-fontify-node): Don't display extra "see" if there
21095         already is one here.
21097         * mouse.el: Fix special handling of DEL after dragging a region:
21098         (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
21099         (mouse-region-delete-keys): Change to defcustom.  Add [backspace].
21101         * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
21103         * textmodes/ispell.el (ispell-command-loop): Change `i' description
21104         not to assume it pertains to an affix.
21106         * textmodes/flyspell.el (flyspell-post-command-hook):
21107         Bind deactivate-mark to prevent deactivation.
21109 2005-11-03  Lars Hansen  <larsh@soem.dk>
21111         * dired-x.el: Add menu bindings for dired-do-find-marked-files,
21112         dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
21113         dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
21115 2005-11-03  Romain Francoise  <romain@orebokech.com>
21117         * net/eudcb-mab.el: Now part of GNU Emacs.  Update FSF's address.
21118         Update copyright years.
21120 2005-11-03  Sam Steingold  <sds@gnu.org>
21122         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
21123         Use system-type instead of window-system because window-system is not
21124         correctly defined during loadup.
21126 2005-11-02  Mark A. Hershberger  <mah@everybody.org>
21128         * xml.el (xml-syntax-table): Allow xml.el to compile in XEmacs.
21129         (xml-parse-tag): Join strings separated by a comment properly.
21131 2005-11-02  Andreas Schwab  <schwab@suse.de>
21133         * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
21135 2005-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
21137         * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
21138         (byte-optimize-pure-func): Quote the eval'd value.
21140         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
21141         Rename from perl-font-lock-syntactic-face-function.
21142         Change the calling convention so it can be used as a font-lock MATCHER.
21143         Do the parse-partial-sexp loop outselves.
21144         (perl-font-lock-syntactic-keywords): Use it.
21145         (perl-mode): Don't set font-lock-syntactic-face-function any more.
21147 2005-11-02  Nick Roberts  <nickrob@snap.net.nz>
21149         * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
21150         disassembly buffer too.
21151         (gdb-exited): Remove overlay arrows when execution has finished.
21152         (gdb-info-frames-custom, gdb-info-threads-custom)
21153         (gdb-info-registers-custom): Don't add inappropriate text
21154         properties if inferior is not active.
21156 2005-11-02  Glenn Morris  <rgm@gnu.org>
21158         * progmodes/fortran.el (fortran-blink-match):
21159         Use `blink-matching-delay'.
21161 2005-11-02  John Mongan  <jmongan@mccammon.ucsd.edu>  (tiny change)
21163         * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
21165 2005-11-02  Lars Hansen  <larsh@soem.dk>
21167         * net/tramp.el (tramp-action-out-of-band): Handle scp message
21168         "Permission denied".
21170 2005-11-01  Richard M. Stallman  <rms@gnu.org>
21172         * textmodes/flyspell.el (flyspell-external-point-words):
21173         Pass nil to flyspell-get-word.
21175 2005-11-02  Kim F. Storm  <storm@cua.dk>
21177         * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
21178         item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
21180 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
21182         * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
21183         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
21184         (calendar-mouse-print-dates): Add optional `event' argument.
21185         Update interactive-spec.
21186         (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
21187         Use `calendar-event-to-date' instead of `event'.
21189 2005-11-02  Masatake YAMATO  <jet@gyve.org>
21191         * progmodes/ld-script.el (ld-script-builtins):
21192         Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
21193         "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
21194         (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
21196 2005-11-01  Romain Francoise  <romain@orebokech.com>
21198         * vc-sccs.el: Update copyright year.
21199         * ezimage.el: Likewise.
21201 2005-11-01  KOBAYASHI Yasuhiro  <kobayays@otsukakj.co.jp>  (tiny change)
21203         * info.el (Info-fontify-node): Use `string-width' for fontifying
21204         underlined titles.
21206 2005-11-01  Juri Linkov  <juri@jurta.org>
21208         * info.el (Info-fontify-node): Downcase node header keywords Node,
21209         Prev, Next, Up before comparison.
21210         (Info-history): Insert absolute directory name, and put invisible
21211         property on it.
21213 2005-11-01  Juri Linkov  <juri@jurta.org>
21215         * info.el (Info-file-supports-index-cookies): New variable.
21216         (Info-find-node-2): Check makeinfo version for index cookie support.
21217         (Info-index-nodes): Search for nodes with index cookies only when
21218         Info-file-supports-index-cookies is t.  Otherwise, search nodes
21219         with "Index" in the node name.
21220         (Info-index-node): Search index cookie in the current node only when
21221         Info-file-supports-index-cookies is t.  Otherwise, check the word
21222         "Index" in the node name.
21223         (Info-find-emacs-command-nodes): Remove code that searches nodes
21224         with "Index" node name in the top menu.
21226 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
21228         * progmodes/scheme.el (scheme-mode-variables): Use the default
21229         comment-indent-function.
21231         * faces.el (face-attribute): Handle the case where a face inherits from
21232         a non-existent face.
21234         * simple.el (eval-expression-print-format): Use lisp-readable syntax
21235         for octal and hexa output, and merge the char into the paren.
21236         (kill-new): Use push.
21237         (copy-to-buffer): Use with-current-buffer.
21238         (completion-setup-function): Move code in loop to remove redundancy.
21239         (minibuffer-local-must-match-map): Don't add bindings that duplicate
21240         those inherited from minibuffer-local-completion-map.
21242         * savehist.el (savehist-mode) <defcustom>:
21243         Use custom-set-minor-mode if available.
21244         (savehist-mode) <defun>: Run the minor mode hook, set the custom state
21245         and emit a message if applicable.
21247 2005-11-01  Hrvoje Niksic  <hniksic@xemacs.org>
21249         * savehist.el: Sync up to version 19.
21250         (savehist-mode): New minor mode.
21251         (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
21252         (savehist-length): Remove (use history-length instead).
21253         (savehist-file-modes): Rename from savehist-modes.
21254         (savehist-save-hook, savehist-loaded): New vars.
21255         (savehist-load): Use savehist-mode.  Try to smooth up transition from
21256         old format to new format.
21257         (savehist-install): Allow savehist-autosave-interval to be nil.
21258         (savehist-save): Run the new hook.  Be more careful to only trim the
21259         history variables.
21260         (savehist-trim-history): New fun.  Replaces savehist-process-for-saving.
21261         (savehist-printable): Print into a buffer rather than char-by-char.
21263 2005-11-01  John Wiegley  <johnw@newartisans.com>
21265         * iswitchb.el (iswitchb-define-mode-map): Re-enable the
21266         toggle-ignore keybinding (C-a).  The author said it had been
21267         disabled much earlier due to a possible incompatibility, but after
21268         many months of usage I have encountered no problems (and it is a
21269         rather useful option, especially for switching to " *temp*").
21271         * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
21272         support for OS/X's AddressBook, by calling out to the open source
21273         program "contacts" (installable through Fink).
21275         * net/eudc.el (eudc-expand-inline): If the
21276         `eudc-multiple-match-handling-method' is set to `all', delete the
21277         query string before inserting the query result.
21279         * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
21280         flag, to prevent Eshell from using the system ls when
21281         `eshell-ls-insert-directory' is in used.
21282         (eshell-ls-insert-directory): Disable font-lock in directory
21283         buffer so that Eshell's own fontification is seen.  This broke
21284         recently due to changes in font-lock, so this goes back to version
21285         21 behavior.
21287 2005-11-01  Nick Roberts  <nickrob@snap.net.nz>
21289         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
21290         (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
21291         (gdb-many-windows): Doc fix.
21293 2005-10-31  Romain Francoise  <romain@orebokech.com>
21295         * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
21297 2005-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
21299         * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
21300         that global-font-lock-mode can be enabled by default.
21302         * font-lock.el (font-lock-keywords, font-lock-mode-internal)
21303         (font-lock-add-keywords, font-lock-remove-keywords)
21304         (font-lock-fontify-buffer): Remove autoload cookies.
21306         * jit-lock.el (jit-lock-register): Likewise.
21308         * emacs-lisp/syntax.el (syntax-ppss): Likewise.
21310 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
21312         * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
21313         intact if there is no gud-comint-buffer.
21315 2005-10-31  Luc Teirlinck  <teirllm@auburn.edu>
21317         * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
21318         old prompt comint-prompt-read-only is t and GDB commands are
21319         issued from tool bar etc.
21321 2005-10-31  Masatake YAMATO  <jet@gyve.org>
21323         * vc.el (vc-directory-exclusion-list): Add "{arch}".
21325 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
21327         * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
21328         (thumbs-thumbsdir): Make .emacs.d if it does not exist.
21330 2005-10-30  Michael Albinus  <michael.albinus@gmx.de>
21332         * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
21333         starting at beginning of line.  Fontification is messed up when
21334         `open-paren-in-column-0-is-defun-start' set to t.
21335         Reported by John Paul Wallington <jpw@pobox.com>.
21337 2005-10-30  Luc Teirlinck  <teirllm@auburn.edu>
21339         * comint.el (comint-send-input): Call `comint-update-fence' when
21340         `comint-process-echoes' and `comint-prompt-read-only' are both
21341         non-nil, to avoid leftover read-only newline.
21343 2005-10-30  Richard M. Stallman  <rms@gnu.org>
21345         * textmodes/flyspell.el (flyspell-external-point-words):
21346         Detect when WORD can't be checked properly because
21347         flyspell-get-word finds just part of it, and move on.
21349         * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
21350         boundarychar for Polish.
21351         (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
21352         (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
21354 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
21356         * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
21357         (gdb-registers-font-lock-keywords): Delete.
21358         (gdb-registers-mode): Don't fontify.
21359         (gdb-info-registers-custom): Use text properties instead as, in
21360         future, changed register values will use font-lock-warning-face.
21361         (gdb-local-font-lock-keywords): Rename to...
21362         (gdb-locals-font-lock-keywords): ...for consistency.
21364 2005-10-30  Andre Spiegel  <spiegel@gnu.org>
21366         * vc.el (vc-switch-backend): Better error message if the buffer is
21367         not visiting a file under version control.
21369         * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
21371 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
21373         * startup.el (command-line): Use ~/.emacs.d/init.el instead of
21374         ~/.emacs.d/.emacs.
21376 2005-10-29  Richard M. Stallman  <rms@gnu.org>
21378         * replace.el (occur-mode-mouse-goto): Always go to other window.
21379         (occur-mode-goto-occurrence): Always switch in same window.
21381         * simple.el (undo): Display message at end, not at start.
21383         * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
21384         New arg REUSE-CELL.
21385         (cancel-timer-internal): New function.
21386         (timer-event-handler): Use cancel-timer-internal,
21387         and pass the cell it returns to timer-activate...
21389         * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
21390         (jit-lock-deferred-fontify, jit-lock-context-fontify)
21391         (jit-lock-after-change): Test memory-full.
21393 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
21395         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
21396         part of the decoded armor to find the key-identifier.
21397         (pgg-gpg-lookup-key-owner): New function to return the
21398         human-readable identifier of a key owner.
21399         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
21400         key itself.
21401         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
21402         the key value) if we have a key and can match it against a secret
21403         key.  Also, added a note pointing out fact that the prompt only
21404         indicates the first matching key.
21406         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
21407         pgg-decrypt-region.
21408         (pgg-pending-timers): A new hash for tracking the passphrase cache
21409         timers, so that new ones supercede old ones.
21410         (pgg-add-passphrase-to-cache): Rename from
21411         `pgg-add-passphrase-cache' to reduce confusion (all callers
21412         changed).  Modified to cancel old timers when new ones are added.
21413         (pgg-remove-passphrase-from-cache): Rename from
21414         `pgg-remove-passphrase-cache' to reduce confusion (all callers
21415         changed).  Modified to cancel old timers when their keys are
21416         removed from the cache.
21417         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
21418         XEmacs, an indirection to delete-itimer.
21419         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
21420         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
21421         users can only check cache without risk of prompting.  Correct bug in
21422         notruncate behavior.
21423         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
21424         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
21425         Add informative docstrings.
21426         (pgg-decrypt): Convey provided passphrase in subordinate call to
21427         pgg-decrypt-region.
21429         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
21430         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
21431         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
21432         `passphrase' argument, so the passphrase can be managed externally
21433         and then passed in to the system.
21435         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
21436         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
21437         so the passphrase cache can be used reliably with identifiers
21438         besides a pgp packet's key id.
21440         * pgg-gpg.el (pgg-pgp-encrypt-region)
21441         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
21442         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
21443         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
21444         argument to all these routines, so the passphrase can be managed
21445         externally and passed in to the system.
21447         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
21448         `notruncate' argument, so the passphrase cache can be used
21449         reliably with identifiers besides a pgp packet's key id.
21451 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
21453         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
21454         symmetric encryption.
21455         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
21456         encrypted session key.
21457         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
21458         message ask for the passphrase in a proper way.
21460         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
21461         New user commands for symmetric encryption.
21463 2005-10-29  Roland Winkler  <roland.winkler@physik.uni-erlangen.de>
21465         * textmodes/conf-mode.el (conf-assignment-sign)
21466         (conf-assignment-regexp): Fix docstrings.
21467         (conf-mode-initialize): New function.
21468         (conf-mode): Remove optional args.  Use delay-mode-hooks to
21469         recognize recursive calls.
21470         (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
21471         (conf-space-mode, conf-colon-mode, conf-ppd-mode)
21472         (conf-xdefaults-mode): Use define-derived-mode and
21473         conf-mode-initialize.
21475 2005-10-29  Romain Francoise  <romain@orebokech.com>
21477         * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
21479 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
21481         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
21482         part of the decoded armor to find the key-identifier.
21483         (pgg-gpg-lookup-key-owner): New function to return the
21484         human-readable identifier of a key owner.
21485         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
21486         key itself.
21487         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
21488         the key value) if we have a key and can match it against a secret
21489         key.  Also, added a note pointing out fact that the prompt only
21490         indicates the first matching key.
21492         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
21493         pgg-decrypt-region.
21494         (pgg-pending-timers): A new hash for tracking the passphrase cache
21495         timers, so that new ones supercede old ones.
21496         (pgg-add-passphrase-to-cache): Rename from
21497         `pgg-add-passphrase-cache' to reduce confusion (all callers
21498         changed).  Modified to cancel old timers when new ones are added.
21499         (pgg-remove-passphrase-from-cache): Rename from
21500         `pgg-remove-passphrase-cache' to reduce confusion (all callers
21501         changed).  Modified to cancel old timers when their keys are
21502         removed from the cache.
21503         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
21504         XEmacs, an indirection to delete-itimer.
21505         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
21506         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
21507         users can only check cache without risk of prompting.  Correct bug in
21508         notruncate behavior.
21509         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
21510         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
21511         Add informative docstrings.
21512         (pgg-decrypt): Convey provided passphrase in subordinate call to
21513         pgg-decrypt-region.
21515 2005-10-20  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
21517         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
21518         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
21519         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
21520         `passphrase' argument, so the passphrase can be managed externally
21521         and then passed in to the system.
21523         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
21524         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
21525         so the passphrase cache can be used reliably with identifiers
21526         besides a pgp packet's key id.
21528         * pgg-gpg.el (pgg-pgp-encrypt-region)
21529         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
21530         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
21531         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
21532         argument to all these routines, so the passphrase can be managed
21533         externally and passed in to the system.
21535         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
21536         `notruncate' argument, so the passphrase cache can be used
21537         reliably with identifiers besides a pgp packet's key id.
21539 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
21541         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
21542         symmetric encryption.
21543         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
21544         encrypted session key.
21545         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
21546         message ask for the passphrase in a proper way.
21548         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
21549         New user commands for symmetric encryption.
21551 2005-10-28  Bill Wohler  <wohler@newt.com>
21553         * help-mode.el (help-url): New button type.  Calls browse-url.
21554         (help-xref-url-regexp): New regexp to recognize URLs in docstring.
21555         Similar to Info nodes: URL `url'.
21556         (help-make-xrefs): Create help-url buttons for
21557         help-xref-url-regexp matches.
21559 2005-10-29  Nick Roberts  <nickrob@snap.net.nz>
21561         * tool-bar.el (tool-bar-add-item-from-menu)
21562         (tool-bar-local-item-from-menu): Fix doc strings.
21564 2005-10-28  Romain Francoise  <romain@orebokech.com>
21566         * ldefs-boot.el: Update.
21568         * subr.el (locate-library): Move from help-fns.el.
21569         * help-fns.el (locate-library): Move to subr.el.
21571 2005-10-28  Richard M. Stallman  <rms@gnu.org>
21573         * net/tramp.el (tramp-completion-mode): defvar moved up.
21575         * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
21577         * tool-bar.el (tool-bar-mode): Delete autoload cookie.
21579         * files.el (find-file-noselect): Use %d to format large file size.
21581         * bindings.el (mode-line-format): Add %e.
21583         * loadup.el ("facemenu"): Load unconditionally.
21584         ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
21585         ("x-dnd"): Load, when appropriate.
21587         * startup.el (command-line): Call before-init-hook earlier.
21588         Warn about some bad characters in -u user name.
21590         * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
21591         (flyspell-external-point-words): Error if misspelled word is not found.
21592         Set flyspell-large-region-beg at end of word.
21594 2005-10-28  Andreas Schwab  <schwab@suse.de>
21596         * view.el (View-revert-buffer-scroll-page-forward):
21597         Use view-page-size-default.
21599 2005-10-28  Juri Linkov  <juri@jurta.org>
21601         * international/quail.el (quail-get-current-str): Translate last
21602         raw character for deterministic input methods.
21604 2005-10-27  Jay Belanger  <belanger@truman.edu>
21606         * calc/calc-ext.el: Add functions to autoloads.
21607         (math-identity-matrix-p, math-ident-row-p): New functions.
21609         * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
21610         multiplication by an identity matrix; don't turn multiplication by
21611         an inverse matrix into division.
21612         (math-div-symbol-fancy): Replace division by matrices with
21613         multiplication by inverse.
21615         * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
21617         * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
21618         (calc-writeoutpower): New functions.
21620 2005-10-27  Romain Francoise  <romain@orebokech.com>
21622         * replace.el (occur-engine): Include colon in mouse-face highlight.
21624         * dired-x.el: Change Maintainer field.
21626 2005-10-26  Chong Yidong  <cyd@stupidchicken.com>
21628         * longlines.el (longlines-mode): Bind after-change-functions to
21629         nil during initial decoding and final encoding.
21631 2005-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
21633         * term.el (term-emulate-terminal, term-handle-colors-array)
21634         (term-handle-ansi-escape): Specify the terminfo capabilities
21635         implemented.
21637 2005-10-26  Richard M. Stallman  <rms@gnu.org>
21639         * info.el (Info-fontify-node): Fix detection of sentence-break
21640         before *Note.
21642 2005-10-26  Romain Francoise  <romain@orebokech.com>
21644         * smerge-mode.el: Add `tools' to file keywords.
21646 2005-10-26  Nick Roberts  <nickrob@snap.net.nz>
21648         * progmodes/gud.el (gud-menu-map): Only display gud-until icon
21649         when the fringe is not available.
21651         * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
21652         (def-gdb-auto-update-trigger): Simplify construction.
21653         (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
21654         def-gdb-auto-updated-buffer as gdb-info-locals-handler is
21655         defined explicitly.
21656         (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
21657         def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
21658         defined explicitly.
21659         (gdb-info-locals-custom): Remove as it's a no-op.
21661 2005-10-25  Chong Yidong  <cyd@stupidchicken.com>
21663         * longlines.el (longlines-mode): Remove narrowing before
21664         performing the initial decoding or final encoding.
21666 2005-10-25  Romain Francoise  <romain@orebokech.com>
21668         * emacs-lisp/find-func.el (find-library-name): Also strip
21669         extension if library name ends in .el, to take advantage of
21670         `find-library-suffixes'.
21672 2005-10-25  Richard M. Stallman  <rms@gnu.org>
21674         * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
21676 2005-10-25  Juri Linkov  <juri@jurta.org>
21678         * textmodes/texinfo.el (texinfo-mode): Change charset of one
21679         quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
21681 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
21683         * play/blackbox.el (blackbox-mode-map): Move init into declaration.
21684         (blackbox-redefine-key): Add argument `map'.
21686         * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
21687         regions when moving the jit-lock-context-unfontify-pos boundary.
21689 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
21691         * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
21693 2005-10-25  Masatake YAMATO  <jet@gyve.org>
21695         * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
21697 2005-10-25  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>
21699         * play/blackbox.el (blackbox-redefine-key): New function.
21700         (blackbox-mode-map): Use it to remap existing bindings for cursor
21701         motion instead of binding literal keys.
21703 2005-10-25  Glenn Morris  <rgm@gnu.org>
21705         * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
21706         diary does not end in a newline.  Do not assume a blank line at
21707         the start of the diary file.
21709 2005-10-25  Kenichi Handa  <handa@m17n.org>
21711         * international/quail.el (quail-translate-key): If the input
21712         method is deterministic and failed to handle the last key, restart
21713         the key handling loop from an appropriate key.
21715 2005-10-25  Michael Albinus  <michael.albinus@gmx.de>
21717         * vc.el (vc-dired-mode): Extend comment for binding of
21718         `directory-listing-before-filename-regexp'.
21720 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
21722         * textmodes/texinfo.el (texinfo-mode):
21723         * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
21724         not to unnecessarily expose emacs-mule's internal char codes.
21726 2005-10-25  Nick Roberts  <nickrob@snap.net.nz>
21728         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
21729         Display hand pointer and help-echo on disabled icon too.
21730         (gdb-mouse-until): New function.
21731         (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
21733 2005-10-24  Chong Yidong  <cyd@stupidchicken.com>
21735         * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
21736         with 2005-10-23 change to doctor.el.
21738         * finder.el (finder-mode-map): Add follow-link binding.
21740 2005-10-25  Kim F. Storm  <storm@cua.dk>
21742         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
21743         to gdb-mouse-toggle-breakpoint-fringe.
21744         (gdb-mouse-toggle-breakpoint-margin): Rename from
21745         gdb-mouse-toggle-breakpoint.  Fix doc.
21746         (gdb-mouse-toggle-breakpoint-fringe): New defun.
21747         (gdb-put-string): Add optional SPROPS arg.  Add props to string.
21748         (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
21749         string properties also for fringe breakpoint bitmaps.
21751 2005-10-24  Carsten Dominik  <dominik@science.uva.nl>
21753         * textmodes/org.el (org-start-icalendar-file): Fix format form.
21755 2005-10-25  Masatake YAMATO  <jet@gyve.org>
21757         * simple.el (completion-common-substring):
21758         Use `completion-common-substring' prior to `completion-base-size'.
21760 2005-10-24  Hrvoje Niksic  <hniksic@xemacs.org>
21762         * savehist.el: Require CL while compiling.
21763         (savehist-history-variables): Remove.
21764         (savehist-save-minibuffer-history, savehist-additional-variables)
21765         (savehist-minibuffer-history-variables): New vars.
21766         (savehist-save): Use them.
21767         (savehist-uninstall, savehist-minibuffer-hook): New funs.
21768         (savehist-install): New fun, extracted from savehist-load.
21769         (savehist-load): Use them.
21771 2005-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
21773         * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
21774         a dummy doc-string-elt property.
21775         (defalias, defvaralias, define-category): Add a docstring property.
21777         * image.el (defimage):
21778         * widget.el (define-widget):
21779         * custom.el (defface, defcustom): Add `doc-string' declaration.
21781         * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
21782         (defadvice): Add `doc-string' declaration.
21784         * emacs-lisp/byte-run.el (macro-declaration-function):
21785         Handle `doc-string' declarations.
21786         (define-obsolete-function-alias, define-obsolete-variable-alias):
21787         Add `doc-string' declaration.
21789 2005-10-24  Kenichi Handa  <handa@m17n.org>
21791         * international/utf-7.el (utf-7): Add autoload cookie.
21793         * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
21795 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
21797         * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
21798         list of directories passed to batch-update-autoloads.  Add "." to
21799         the list of the echoed directories.
21801         * pgg-def.el:
21802         * pgg-gpg.el:
21803         * pgg-parse.el:
21804         * pgg-pgp.el:
21805         * pgg-pgp5.el:
21806         * pgg.el: Moved here from the gnus subdirectory.
21808 2005-10-24  Nick Roberts  <nickrob@snap.net.nz>
21810         * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
21811         in case comint-prompt-read-only is set to t.
21813         * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
21814         in case comint-prompt-read-only is set to t.
21816 2005-10-24  Ulf Jasper  <ulf.jasper@web.de>
21818         * calendar/icalendar.el (icalendar-version): Increase to 0.13.
21819         Now a string.
21820         (icalendar-import-format): Handle CLASS, STATUS, URL.
21821         Rename `subject' to `summary'.
21822         (icalendar-import-format-summary): Rename from
21823         `icalendar-import-format-subject'.
21824         (icalendar-import-format-url, icalendar-import-format-status)
21825         (icalendar-import-format-class): New variables.
21826         (icalendar--rris): Take variable argument list.
21827         (icalendar--datestring-to-isodate): Remove unnecessary
21828         calendar-style check when converting dates with explicit month names.
21829         (icalendar-export-region): Change return type of conversion
21830         subroutines.  Bury current buffer unless error occurred.
21831         (icalendar--convert-to-ical)
21832         (icalendar--parse-summary-and-rest): New functions.
21833         (icalendar--convert-ordinary-to-ical)
21834         (icalendar--convert-weekly-to-ical)
21835         (icalendar--convert-yearly-to-ical)
21836         (icalendar--convert-block-to-ical)
21837         (icalendar--convert-cyclic-to-ical)
21838         (icalendar--convert-anniversary-to-ical): Change return type.
21839         Strip trailing blanks from subject.
21840         (icalendar--convert-sexp-to-ical): Change return type.
21841         Strip trailing blanks from subject.  Handle simple sexp
21842         entries as generated by icalendar.el.
21843         (icalendar--convert-float-to-ical)
21844         (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
21845         (icalendar-import-file): Doc fix.
21846         (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
21847         Correct call to icalendar--rris.
21848         (icalendar--convert-ical-to-diary): Doc fix.  Rename `subject' to
21849         `summary'.
21850         (icalendar--add-diary-entry): Rename `subject' to `summary'.
21852 2005-10-24  Romain Francoise  <romain@orebokech.com>
21854         * server.el (server-sentinel): Set query-on-exit flag to nil on
21855         new client processes (it isn't inherited from the server process).
21857         * replace.el (occur-engine): Rearrange text properties.
21859 2005-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
21861         * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
21862         case-fold-search is nil.
21863         (debug-help-follow): Use help-xref-interned directly.
21865 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
21867         * thumbs.el (thumbs-image-type): Add .pbm.
21869 2005-10-23  Richard M. Stallman  <rms@gnu.org>
21871         * faces.el (inhibit-face-set-after-frame-default): New variable.
21872         (set-face-attribute): Bind it.
21873         (face-set-after-frame-default): Test it.
21875         * help-fns.el (describe-simplify-lib-file-name): New function.
21876         (describe-function-1, describe-variable): Use it.
21878         * faces.el (describe-face): Use describe-simplify-lib-file-name.
21880         * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
21881         Eliminate nil as possible value.
21882         (tooltip-hide-delay): Reduce internal-border-width.
21884         * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
21885         (menu-bar-file-menu) <new-file>: Likewise.
21887         * simple.el (line-move-finish): Ignore fields computing LINE-END.
21889         * international/mule.el (load-with-code-conversion):
21890         Pass full file name to `eval-buffer' unless preloading.
21892         * textmodes/flyspell.el (flyspell-large-region):
21893         Call ispell-check-version.
21895         * textmodes/ispell.el (ispell-local-dictionary-overridden):
21896         Fix the make-variable-buffer-local call that was supposed
21897         to be for this variable.
21898         (ispell-aspell-supports-utf8): Doc fix.
21899         (ispell-find-aspell-dictionaries): Preserve elements of
21900         ispell-dictionary-alist for dictionaries that aspell doesn't report.
21901         (ispell-aspell-find-dictionary): Return nil on error.
21903         * play/doctor.el (doctor-doc): Don't say "psychiatrist".
21904         (doctor-symptoms): Likewise.
21906         * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
21908 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
21910         * cus-edit.el (custom-button, custom-button-pressed): New vars.
21911         (custom-raised-buttons): Add :set spec.
21912         (custom-button-unraised, custom-button-pressed-unraised):
21913         New faces, so that custom-raised-buttons actually does something.
21914         (custom-mode): Use custom-button and custom-button-pressed.
21916         * wid-edit.el (widget-specify-button): Don't ignore
21917         widget-mouse-face on graphic terminals.
21918         (widget-move-and-invoke): Cleanup.
21920 2005-10-23  Thien-Thi Nguyen  <ttn@gnu.org>
21922         * whitespace.el (whitespace-cleanup): Doc fix.
21924 2005-10-23  Romain Francoise  <romain@orebokech.com>
21926         * emulation/viper.el (viper-set-hooks): Quote forms passed to
21927         `eval-after-load' to avoid evaluating their result.
21929 2005-10-23  Michael Albinus  <michael.albinus@gmx.de>
21931         * files.el (directory-listing-before-filename-regexp):
21932         New defvar.  Replaces `dired-move-to-filename-regexp' from dired.el.
21934         * dired.el (dired-move-to-filename-regexp): Remove.
21935         All occurrences replaced by `directory-listing-before-filename-regexp'.
21937         * dired-x.el, locate.el, vc.el:
21938         Replace `dired-move-to-filename-regexp' by
21939         `directory-listing-before-filename-regexp'.  In vc.el it is
21940         overwritten locally; maybe this can be handled in files.el too.
21942         * net/ange-ftp.el (ange-ftp-date-regexp): Remove.  All occurrences
21943         replaced by `directory-listing-before-filename-regexp'.
21945 2005-10-23  Andreas Schwab  <schwab@suse.de>
21947         * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
21948         and eval-next-after-load.
21950 2005-10-23  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
21952         * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
21953         exist, create it.
21955 2005-10-23  Ken Manheimer  <ken.manheimer@gmail.com>
21957         * allout.el: Remove autoloads for mailcrypt and crypt++.
21958         Require pgg, pgg-gpg during compilation.
21959         (allout-version): Increment version number to 2.1, and use a literal
21960         rather than RCS Id.
21961         (allout-default-encryption-scheme): Remove.
21962         (allout-passphrase-verifier-handling)
21963         (allout-passphrase-verifier-string)
21964         (allout-file-passphrase-verifier-string)
21965         (allout-passphrase-hint-string): Rename -key- to -passphrase-.
21966         (allout-passphrase-hint-handling): Rename and simplify.
21967         (allout-init): Use `find-file-hook' if available, otherwise
21968         `find-file-hooks'.
21969         (allout-mode): Use `write-file-functions' if available, otherwise
21970         `local-write-file-hooks' and, instead of making auto-save-hook
21971         buffer local, make the write-file-hook activity contingent to
21972         allout-mode.
21973         (allout-mode): Use key-binding substitution in the docstring.
21974         (allout-kill-line): Spell-out kill ring data structure mutation
21975         instead of using byte-compiler-complaint-provoking `pop'.
21976         (allout-insert-listified): Use `insert' rather than `insert-string'
21977         (allout-toggle-current-subtree-encryption): Update docstring, adjust
21978         to new gpp-based encryption, use new `allout-encrypted-topic-p'.
21979         (allout-encrypt-string): Totally revamped vis new underlying
21980         encryption facilities.
21981         (allout-mc-activate-passwd): Remove.
21982         (allout-obtain-passphrase): New, more or less replaces
21983         allout-mc-activate-passwd.
21984         (allout-encrypted-key-info): More or less replaces
21985         allout-encrypted-text-type.
21986         (outlineify-sticky, outlinify-sticky): Add autoload cookie.
21987         (my-mark-marker): Use `(featurep 'xemacs)'.
21989 2005-10-23  Lars Hansen  <larsh@soem.dk>
21991         * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
21992         (byte-compile-file-form-defmumble, byte-compile-defun)
21993         (byte-compile-defmacro): Use it.
21994         (byte-compile-form): Don't call byte-compile-set-symbol-position
21995         when a byte-compile handler is called.
21997 2005-10-22  Romain Francoise  <romain@orebokech.com>
21999         * savehist.el (savehist-history-variables): Add `grep-find-history'.
22001         * subr.el (eval-after-load): Convert library name to an absolute
22002         file name using locate-library, since load-history no longer has
22003         library names in it.
22005 2005-10-22  Richard M. Stallman  <rms@gnu.org>
22007         * files.el (make-temp-file): Move from subr.el.
22008         * subr.el (make-temp-file): Move to files.el.
22010         * window.el (get-buffer-window-list): Move from subr.el.
22011         * subr.el (get-buffer-window-list): Move to window.el.
22013         * image.el (image-load-path): Use eval-at-startup to initialize.
22015         * subr.el (eval-at-startup): New macro.
22017         * subr.el: Much rearrangement of functions and division
22018         into pages.  No code changes.
22020 2005-10-22  Kenichi Handa  <handa@m17n.org>
22022         * tar-mode.el (tar-extract): Be sure to call
22023         find-operation-coding-system if set-auto-coding doesn't find a
22024         coding system.
22026 2005-10-22  Kim F. Storm  <storm@cua.dk>
22028         * image.el (image-type-header-regexps): Rename from image-type-regexps.
22029         Change users.
22030         (image-type-file-name-regexps): New defconst.
22031         (image-type-from-data): Simplify loop.
22032         (image-type-from-buffer): New defun.
22033         (image-type-from-file-header): Use it instead of image-type-from-data.
22034         Use image-search-load-path instead of only looking in data-directory.
22035         (image-type-from-file-name): New defun.
22036         (image-search-load-path): Change `pathname' to `filename'.
22037         Make PATH arg optional, default to image-load-path.
22039 2005-10-21  Richard M. Stallman  <rms@gnu.org>
22041         * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
22043         * textmodes/paragraphs.el (sentence-end-base): New variable.
22044         (sentence-end): Use sentence-end-base.
22046 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
22048         * font-lock.el (font-lock-default-fontify-region): Check the multiline
22049         property independently from the font-lock-multiline variable.
22051 2005-10-21  Richard M. Stallman  <rms@gnu.org>
22053         * emacs-lisp/find-func.el (find-library-name): Doc fix.
22055         * startup.el (command-line): Convert library names
22056         in `load-history' to absolute file names.
22058         * subr.el (symbol-file): Doc fix.
22060         * loadhist.el (file-loadhist-lookup): Call locate-library
22061         instead of find-library-name.  Don't try converting
22062         abs file names to library names, since load-history no longer
22063         has library names in it.
22064         (file-dependents, file-provides, file-requires): Doc fixes.
22066 2005-10-21  Juri Linkov  <juri@jurta.org>
22068         * progmodes/etags.el (tags-table-mode): New function.
22069         (tags-verify-table): Replace initialize-new-tags-table with
22070         tags-table-mode.
22072         * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
22073         default value.
22074         (desktop-modes-not-to-save): Add tags-table-mode to the
22075         default value.
22077         * info.el (Info-index-next): Add total number of index
22078         alternatives to the message.
22080         * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
22081         backward only space (instead of space and period) before looking
22082         at sentence end.
22084         * simple.el (set-variable): Use user-variable-p instead of symbolp.
22085         Add the old variable value as 4th default-value arg of read-string.
22087 2005-10-21  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
22089         * cus-face.el (custom-declare-face): Make face from X resources
22090         also on Mac.
22092         * disp-table.el (standard-display-g1, standard-display-graphic):
22093         Refuse to use string glyphs also on Mac.
22094         (standard-display-european): Don't set terminal coding system also
22095         on Mac.
22097         * frame.el (display-screens): Use x-display-screens also on Mac.
22099 2005-10-21  Romain Francoise  <romain@orebokech.com>
22101         * net/rcirc.el: Now part of GNU Emacs.  Update FSF's address.
22103 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
22105         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
22106         and $? into sexps.
22108         * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
22109         warning face on open-paren-in-column-0.
22111         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
22112         boundary case.  Fix typo.
22113         Suggested by Martin Rudalics <rudalics@gmx.at>.
22115 2005-10-21  Carsten Dominik  <dominik@science.uva.nl>
22117         * textmodes/org.el (org-combined-agenda-icalendar-file)
22118         (org-icalendar-include-todo, org-icalendar-combined-name): New options.
22119         (org-export-icalendar-this-file)
22120         (org-export-icalendar-all-agenda-files)
22121         (org-export-icalendar-combine-agenda-files): New commands.
22122         (org-export-icalendar, org-print-icalendar-entries)
22123         (org-start-icalendar-file, org-finish-icalendar-file)
22124         (org-ical-ts-to-string): New functions.
22125         (org-read-date, org-goto-calendar)
22126         (org-agenda-goto-calendar): Inhibit displaying diary entries by
22127         call to `calendar'.
22128         (orgtbl-setup): Remove the :keys arguments from the menu description.
22129         (org-after-save-iCalendar-file-hook): New variable.
22131 2005-10-21  Kenichi Handa  <handa@m17n.org>
22133         * language/vietnamese.el (tcvn-5712): Make it an alias of
22134         vietnamese-tcvn coding-system.
22136 2005-10-20  Michael Albinus  <michael.albinus@gmx.de>
22138         * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
22139         group id is given.
22141 2005-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
22143         * progmodes/sh-script.el (sh-escaped-line-re): New var.
22144         (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
22145         (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
22146         whose line is either continued or ends with a comment.
22148 2005-10-20  Romain Francoise  <romain@orebokech.com>
22150         * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
22152         * replace.el (occur-engine): Add follow-link property.
22154         * font-core.el (font-lock-mode): Doc fix.
22156 2005-10-20  Richard M. Stallman  <rms@gnu.org>
22158         * net/rcirc.el: New file.
22160 2005-10-20  Bryan Henderson  <bryanh@giraffe-data.com>  (tiny change)
22162         * term.el (term-term-name): Initialize to "eterm-color".
22164 2005-10-20  Ken Manheimer  <ken.manheimer@gmail.com>
22166         * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
22167         for encryption functionality.
22168         Move allout customization subgroup from `editing' to `outlines' group.
22169         Fix commentary keywords to legitimate ones.
22170         Update author info (using my current email address, obscurified).
22171         (allout-encrypt-string, allout-encryption-produce-work-buffer)
22172         (allout-encrypted-topic-p, allout-encrypted-text-type)
22173         (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
22174         (allout-situate-encryption-key-verifier)
22175         (allout-get-encryption-key-verifier, allout-verify-key)
22176         (allout-next-topic-pending-encryption)
22177         (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
22178         (outline-topic-encryption-bullet, outline-default-encryption-scheme)
22179         (outline-key-verifier-handling, outline-key-hint-handling)
22180         (outline-encrypt-unencrypted-on-saves): New defcustoms.
22181         (allout-file-key-verifier-string, allout-encryption-scheme)
22182         (allout-key-verifier-string, allout-key-hint-string)
22183         (allout-after-save-decrypt): New variables.
22184         (allout-write-file-hook-handler, allout-auto-save-hook-handler)
22185         (allout-after-saves-handler): New hook functions.
22186         (allout-post-command-business): Do allout-after-save-decrypt.
22187         (allout-enable-file-variable-adjustment): Custom var to enable
22188         mechanism for adding and adjusting settings of Emacs file variables.
22189         (allout-adjust-file-variable, allout-file-vars-section-data):
22190         New functions, implement the mechanism.
22191         (outlineify-sticky): Use the file vars mechanism.
22192         (allout-inhibit-protection, allout-during-write-cue)
22193         (allout-override-protect, allout-before-change-protect): Remove.
22194         (allout-flag-region, allout-open-topic): Adjust read-only text.
22195         (allout-open-line-not-read-only): Add to facilitate read-only
22196         text based protection.
22197         (allout-kill-line): Revise to adjust read-only text, clue the
22198         user about the inhibition.
22199         (allout-unprotected): Use unwind-protect.
22200         (allout-shift-in, allout-shift-out): Disallow manually shifting a
22201         topic deeper than the offspring depth of the previous topic -
22202         avoiding confusing "containment discontinuities".
22203         (allout-reindent-bodies): Fix retention of body relative hanging
22204         indent during promotion of collapsed bodies.
22205         (allout-open-topic): Make it easy to open new topic with same
22206         bullet as current topic - topic creation functions provided with
22207         any universal argument provokes now prompt for bullet, defaulting
22208         to the bullet of the previous topic.
22209         (allout-plain-bullets-string, allout-distinctive-bullets-string):
22210         Plain bullet alternates `.' period and `,' comma only.  All other
22211         bullets are relegated to special status (but customizable).
22212         (allout-end-of-entry): Rename from allout-end-of-current-entry
22213         since it actually operates w.r.t. most immediately containing
22214         entry, visible or not.
22215         (allout-hide-current-entry, allout-show-current-entry): Use the
22216         revised version.
22217         (allout-old-expose-topic): Solidify deprecation.
22218         (allout-end-of-subtree): Add so we can span concealed as well
22219         as visible topics.
22220         (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
22221         (allout-end-of-current-heading): Tweak to just respect the first line.
22222         (allout-get-body-text): Add.
22223         (allout-ascend-to-depth, allout-ascend): Position at end of prefix
22224         when invoked interactively.
22225         (allout-up-current-level): Use `interactive-p'.
22226         (allout-mode, allout-init): Miscellaneous docstring and
22227         operational refinements, as well as hookups of new encryption stuff.
22228         (allout-beginning-of-current-entry): Now works as advertised.
22229         (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
22230         (allout-isearch-rectification): Refine condition for isearching.
22231         (allout-isearch-abort, allout-enwrap-isearch)
22232         (allout-flag-region, my-region-active-p): Relocate some macros.
22233         (allout-title): Fallback title is (buffer-name), not
22234         non-existing (current-buffer-name).
22235         (subst-char-in-string): Define if absent (for some XEmacs versions).
22237 2005-10-20  Jari Aalto  <jari.aalto@cante.net>
22239         * mail/sendmail.el (mail-setup-hook, mail-aliases)
22240         (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
22241         (mail-citation-prefix-regexp, mail-signature-file)
22242         (mail-default-headers, mail-bury-selects-summary)
22243         (mail-send-nonascii): Add autoload cookies.
22245 2005-10-20  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
22247         * frame.el (blink-cursor-mode): Add `mac' to the list of
22248         window-system's that support blinking cursor.
22250 2005-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
22252         * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
22254 2005-10-20  Eli Zaretskii  <eliz@gnu.org>
22256         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
22257         Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
22258         to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
22260 2005-10-20  Kim F. Storm  <storm@cua.dk>
22262         * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
22263         (ido-set-current-directory): Don't add / after final @.
22264         (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
22265         Explicitly handle ange-ftp completion oddities.
22266         (ido-make-file-list): Don't rotate list at tramp root to avoid
22267         triggering tramp file handler for expand-file-name via get-file-buffer.
22269 2005-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
22271         * savehist.el (savehist-coding-system): Revert to checking XEmacs.
22273 2005-10-19  Jay Belanger  <belanger@truman.edu>
22275         * calc/calc-units.el (math-standard-units): Add units, adjust
22276         symbols and update values.
22277         (math-unit-prefixes): Add more prefixes.
22279 2005-10-19  Romain Francoise  <romain@orebokech.com>
22281         * bookmark.el (bookmark-menu-heading): New face.
22282         (bookmark-bmenu-list): Use it.
22283         Don't fiddle with `baud-rate' at top-level.
22285 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
22287         * image.el (create-image, find-image): Mention max-image-size in
22288         docstring.
22290 2005-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
22292         * savehist.el (savehist-load): Revert to checking XEmacs.
22294         * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
22295         Various docstring and line-width fixups.
22296         (conf-mode): Use cond.
22297         Set font-lock-defaults.  Don't set comment-use-syntax.
22299 2005-10-18  David Ponce  <david@dponce.com>
22301         * tree-widget.el (tree-widget-button-click): New function.
22302         (tree-widget-button-keymap): Use it.
22304 2005-10-18  Romain Francoise  <romain@orebokech.com>
22306         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
22307         (bookmark-bmenu-hide-filenames): Add follow-link property.
22308         Improve help-echo text.
22310         * ffap.el (find-file-at-point): Doc fix.
22312 2005-10-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
22314         * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
22316 2005-10-18  Masatake YAMATO  <jet@gyve.org>
22318         Install to the CVS repository what I forgot to install in my
22319         2005-10-16 changes.
22321         * progmodes/python.el (python-complete-symbol): Pass the common
22322         prefix substring of completion to `display-completion-list'.
22324         * textmodes/org.el (org-complete): Ditto.
22326 2005-10-18  Masatake YAMATO  <jet@gyve.org>
22328         Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
22330         * woman.el (WoMan-xref-man-page): New button type derived
22331         from `Man-abstract-xref-man-page'.
22332         (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
22334         * man.el (Man-abstract-xref-man-page): New button type.
22335         (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
22336         (Man-highlight-references): Add new optional argument `xref-man-type'.
22338 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
22340         * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
22342 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
22344         * cus-edit.el (Custom-move-and-invoke): Delete.
22345         (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
22347         * wid-edit.el (widget-move-and-invoke): New function, from
22348         Custom-move-and-invoke.
22350 2005-10-17  Bill Wohler  <wohler@newt.com>
22352         Move all remaining images from lisp/toolbar to etc/images, move
22353         lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar.  Place
22354         the low resolution images in their own directory (low-color).
22356         * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
22357         * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
22358         * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
22359         * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
22360         * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
22361         * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
22362         * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
22364         * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
22365         * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
22366         * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
22367         * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
22368         * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
22369         * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
22370         * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
22371         * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
22372         * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
22373         * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
22374         * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
22375         * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
22376         * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
22377         * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
22378         * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
22380         To conform with convention, replace the underscore (_) in the
22381         following image names with dash (-) or (/) as appropriate.
22383         * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
22384         * toolbar/fld_open.*: Move to etc/images/fld-open.*.
22385         * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
22386         * toolbar/jump_to.*: Move to etc/images/jump-to.*.
22387         * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
22388         * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
22389         * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
22390         * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
22391         * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
22392         * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
22393         * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
22394         * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
22395         * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
22396         * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
22397         * toolbar/mail_send.*: Move to etc/images/mail/send.*.
22399         * info.el (info-tool-bar-map): Replace underscores in image names
22400         with dashes.
22402         * makefile.w32-in (WINS): Remove toolbar.
22404         * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
22406         * tool-bar.el: Move to lisp from toolbar.  Now that
22407         toolbar is empty, it should be deleted when folks run "cvs up -P".
22409 2005-10-18  Jay Belanger  <belanger@truman.edu>
22411         * calc/calc-store.el (calc-store-into): Get the proper variable name
22412         to display in message.
22414 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
22416         * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
22417         expressions display in speedbar for all buffers when debugging.
22418         (gdb-speedbar-expand-node): Ensure node contraction is always updated.
22420         * speedbar.el (speedbar-set-mode-line-format): Indent properly.
22421         (speedbar-insert-button, speedbar-make-button):
22422         Use add-text-properties.
22423         (speedbar-update-localized-contents)
22424         (speedbar-update-directory-contents)
22425         (speedbar-update-special-contents): Use dolist.
22426         (speedbar-buffer-easymenu-definition): Add a menu separator.
22428 2005-10-17  Jason Rumney  <jasonr@gnu.org>
22430         * makefile.w32-in: Use $(lisp) consistently.
22431         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
22432         for shell specific generation of mh-autoloads.
22434 2005-10-17  Richard M. Stallman  <rms@gnu.org>
22436         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
22438 2005-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
22440         * jit-lock.el (jit-lock-fontify-now):
22441         Move jit-lock-context-unfontify-pos to avoid wasted work.
22443 2005-10-17  Michael Albinus  <michael.albinus@gmx.de>
22445         * net/tramp.el (tramp-completion-mode): New defvar.  Used in
22446         `tramp-completion-mode' for checking if we are in completion mode.
22447         (tramp-completion-handle-file-name-all-completions): Reorder code
22448         in order to complete for file names only in case there are no
22449         method/user/host completions.  This is necessary for cooperation
22450         with ido.  Reported by Kim F. Storm <storm@cua.dk>.
22452 2005-10-16  Chong Yidong  <cyd@stupidchicken.com>
22454         * longlines.el (longlines-search-forward)
22455         (longlines-search-backward): Match any number of spaces.
22457 2005-10-16  Thien-Thi Nguyen  <ttn@gnu.org>
22459         * diff-mode.el (diff-mode): Doc fix.
22461 2005-10-16  David Reitter  <david.reitter@gmail.com>
22463         * mail/sendmail.el (send-mail-function): Use mailclient-send-it
22464         as default on darwin and windows systems.
22466 2005-10-16  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
22468         * arc-mode.el (archive-zip-extract): Doc fix.
22470 2005-10-16  Romain Francoise  <romain@orebokech.com>
22472         * mouse.el (mouse-1-click-follows-link): Doc fix.
22474 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
22476         * savehist.el: Don't require CL at runtime.
22477         (savehist-xemacs): Remove.
22478         (savehist-coding-system): Use utf-8 if present, regardless of religion.
22479         (savehist-no-conversion): Use (featurep 'xemacs).
22480         (savehist-load): Check existence of start-itimer rather than XEmacs.
22481         Use an idle timer.
22482         (savehist-process-for-saving): Replace use of CL funs `subseq' and
22483         `delete-if-not'.
22485 2005-10-16  Hrvoje Niksic  <hniksic@xemacs.org>
22487         * savehist.el: Newer version.
22488         (savehist-autosave-interval, savehist-coding-system, savehist-timer)
22489         (savehist-last-checksum, savehist-no-conversion): New vars.
22490         (savehist-autosave, savehist-process-for-saving, savehist-printable):
22491         New functions.
22492         (savehist-load, savehist-save): Use them.
22493         (savehist-delimit): Remove.
22495 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
22497         * progmodes/compile.el (compilation-goto-locus): Display the
22498         compilation buffer first and the source buffer second, in case they're
22499         in overlapping frames.  Don't raise the compilation frame if it was the
22500         selected window upon entry.  Pass the `other-window' arg to
22501         pop-to-buffer.
22503         * info.el (Info-fontify-node): Use dolist.
22504         Change add-text-properties to put-text-property.
22506 2005-10-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
22508         * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
22509         bound of search.
22511 2005-10-16  Masatake YAMATO  <jet@gyve.org>
22513         * dabbrev.el (dabbrev-completion): Pass the common
22514         prefix substring of completion to `display-completion-list'.
22516         * filecache.el (file-cache-minibuffer-complete)
22517         (file-cache-complete): Ditto.
22519         * tempo.el (tempo-display-completions): Ditto.
22521         * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
22523         * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
22525         * eshell/em-hist.el (eshell-list-history): Ditto.
22527         * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
22529         * mail/mailalias.el (mail-complete): Ditto.
22531         * progmodes/etags.el (complete-tag): Ditto.
22533         * progmodes/make-mode.el (makefile-complete): Ditto.
22535         * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
22537         * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
22539         * progmodes/pascal.el (pascal-complete-word)
22540         (pascal-show-completions): Ditto.
22542         * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
22544         * simple.el (completion-common-substring): New variable.
22545         (completion-setup-function): Use `completion-common-substring'
22546         to put faces.
22548 2005-10-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
22550         * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
22551         (x-get-selection, mac-select-convert-to-string): Convert from/to
22552         UTF-16 clipboard data as in native byte order, no BOM.
22554 2005-10-16  Nick Roberts  <nickrob@snap.net.nz>
22556         * progmodes/gud.el (gud-tool-bar-map): Rename the images
22557         appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
22558         (gud-sentinel): Use speedbar-frame to check for speedbar.
22560 2005-10-15  Richard M. Stallman  <rms@gnu.org>
22562         * savehist.el: New file.
22564 2005-10-14  Karl Chen  <quarl@cs.berkeley.edu>
22566         * textmodes/tex-mode.el (tex-font-lock-keywords-2):
22567         Fix bug in \bf fontification.
22569 2005-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
22571         * pcvs.el (cvs-edit-log-files): New var.
22572         (cvs-mode-edit-log): New arg `file'.
22573         (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
22574         Instead force the use of the original file and nothing else.
22575         (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
22576         the cvs-minor-wrap-function is set.
22577         (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
22579 2005-10-14  Bill Wohler  <wohler@newt.com>
22581         * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
22582         * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
22583         * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
22584         * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
22585         * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
22586         * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
22587         * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
22588         * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
22589         * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
22590         * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
22591         * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
22592         * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
22593         * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
22594         * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
22595         * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
22597         * progmodes/gud.el (gud-tool-bar-map): Rename the images
22598         appropriately (for example, gud-break to gud/break).
22600 2005-10-14  Chong Yidong  <cyd@stupidchicken.com>
22602         * longlines.el (longlinges-search-function)
22603         (longlines-search-forward, longlines-search-backward): New functions.
22604         (longlines-mode): Set isearch-search-fun-function to
22605         longlinges-search-function.
22607         * mouse.el (mouse-drag-region-1): Handle the case where a
22608         double-click event is bound to an arbitrary function.
22610 2005-10-14  David Ponce  <david@dponce.com>
22612         * recentf.el (recentf-track-opened-file)
22613         (recentf-track-closed-file, recentf-update-menu)
22614         (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
22615         (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
22616         mouse-1-click-follows-link.
22618 2005-10-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
22620         * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
22621         Gnome file-manager.png.  Suggested by
22622         Joachim Nilsson <joachim.nilsson@vmlinux.org>.
22624         * toolbar/README: Add diropen.xpm.
22626 2005-10-13  Bill Wohler  <wohler@newt.com>
22628         * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
22629         restrictions.  Suggested by David Robinow <drobinow@gmail.com>.
22631 2005-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
22633         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
22634         Don't waste the byte-compiler's time on constant data.
22636 2005-10-13  Kenichi Handa  <handa@m17n.org>
22638         * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
22639         byte with `escape-glyph' face.
22641         * international/fontset.el (ccl-encode-unicode-font):
22642         Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
22643         Handle the case that ucs-mule-to-mule-unicode translates a character to
22644         ASCII (usually for IPA characters).
22646 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
22648         * info.el (Info-fontify-node): Don't be fooled by a lone "...".
22649         Don't hide the underline of titles if font-lock-mode is disabled.
22651 2005-10-12  Bill Wohler  <wohler@newt.com>
22653         * makefile.w32-in (MH-E-SRC): New.  Used by mh-autoloads.
22654         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
22655         files in MH-E-SRC have been updated.
22656         (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
22658 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
22660         * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
22661         (mixal-mode-syntax-table): Add \n as end-comment.
22662         (mixal-operation-codes-alist): Immediately initialize to full value.
22663         (mixal-add-operation-code): Remove.
22664         (mixal-describe-operation-code): Make the arg non-optional.
22665         Use the interactive spec instead.
22666         Use mixal-operation-codes-alist rather than mixal-operation-codes.
22667         (mixal-font-lock-keywords): Don't highlight comments here any more.
22668         (mixal-font-lock-syntactic-keywords): New var.
22669         (mixal-mode): Use it.  Fix comment-start-skip.
22671 2005-10-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
22673         * startup.el (command-line-x-option-alist): -nb => -nbi.
22675 2005-10-12  Kim F. Storm  <storm@cua.dk>
22677         * startup.el (fancy-splash-default-action): Discard mouse click in
22678         the splash screen window, as it has no sensible meaning in the
22679         next window to be selected.  Fixes error reported by Jan D.
22681 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
22683         * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
22685 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
22687         * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
22688         Try to fix up minor layout issues like indentation, line break, etc...
22689         (mixal-mode-syntax-table): Don't try to specify comment syntax,
22690         because it doesn't work.
22691         (mixal-operation-codes): Add some more codes.
22692         (mixal-font-lock-keywords): Process comments here.
22693         (mixal-mode): mixasm no longer needs -g option.
22695 2005-10-11  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
22697         * progmodes/sh-script.el (sh-tmp-file):
22698         Use mktemp -t.  Finish support for es and rc shells.
22700 2005-10-11  Jay Belanger  <belanger@truman.edu>
22702         * calc/calcalg2.el (calc-integral): With an argument, compute the
22703         definite integral.
22705 2005-10-11  Chong Yidong  <cyd@stupidchicken.com>
22707         * mouse.el (mouse-drag-region-1): Don't try to catch a
22708         double-click when doing follow-link (it's overridden anyway).
22710 2005-10-11  Juanma Barranquero  <lekktu@gmail.com>
22712         * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
22713         (autoload-print-form-outbuf): Add docstring.
22715 2005-10-11  Juri Linkov  <juri@jurta.org>
22717         * info.el (Info-mode-menu): Delete menu item "Edit".
22718         (Info-mode): Delete description of Info-edit from docstring,
22719         and rearrange descriptions of Info commands in the order
22720         they are documented in the Info manual.
22722 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
22724         * calendar/appt.el (appt-check): Use diary-selective-display var.
22726 2005-10-10  Richard M. Stallman  <rms@gnu.org>
22728         * net/newsticker.el (newsticker-start, newsticker-show-news):
22729         Add autoload cookies.
22731 2005-10-10  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>
22733         * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
22735 2005-10-10  Karl Chen  <quarl@cs.berkeley.edu>
22737         * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
22739 2005-10-10  Jay Belanger  <belanger@truman.edu>
22741         * calc/calc-arith.el (math-check-known-scalarp)
22742         (math-check-known-matrixp): Check the values of arguments that are
22743         variables.
22744         (math-check-known-square-matrixp): New function.
22745         (math-known-square-matrixp): Use math-check-known-square-matrixp.
22746         (math-super-types): Add sqmatrix type.
22748         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
22749         mode name `square' to `sqmatrix'.
22751         * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
22752         mode name `square' to `sqmatrix'.
22754 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
22756         * progmodes/etags.el (select-tags-table-mode): Don't use
22757         selective-display.
22758         (tags-select-tags-table): Pass `button' to the action function.
22759         (select-tags-table): Place the side-info on button properties rather
22760         than in hidden text.  Abbreviate file names.
22761         (select-tags-table-mode-map): Inherit rather than copy buttom-map.
22762         (select-tags-table-select): Add `button' argument.
22763         Get side-info from the button property rather than from hidden text.
22765 2005-10-11  Nick Roberts  <nickrob@snap.net.nz>
22767         * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
22768         (gud-speedbar-buttons): Preserve point if possible.
22769         (gud-sentinel): Restore previous speedbar display type.
22771         * progmodes/gdb-ui.el (gdba): Improve diagram.
22772         (def-gdb-auto-update-handler, gdb-info-locals-handler)
22773         (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
22774         Call get-buffer-window once.
22776 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
22778         * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
22779         (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
22780         (pascal-indent-command): Remove unused var `ind'.
22781         (pascal-indent-case): Remove unused var `oldpos'.
22782         (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
22783         since it's now used as a proper minor mode map.
22784         (pascal-outline): Rename to pascal-outline-mode.
22785         (pascal-outline-mode): Use define-minor-mode.
22786         (pascal-outline-mode, pascal-outline-change): Use overlays rather than
22787         selective-display.
22789 2005-10-10  Andreas Schwab  <schwab@suse.de>
22791         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
22792         number.  Reported by Karl Chen <quarl@cs.berkeley.edu>.
22794         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
22795         outside source directory.
22797 2005-10-10  Carsten Dominik  <dominik@science.uva.nl>
22799         * textmodes/org.el (org-mode-map): Explicit definition of `C-c
22800         C-x' as a prefix.
22801         (orgtbl-mode-map): Full keymap instead of sparse, because all
22802         `self-insert-command' keys are redefined in this map.
22803         (org-export-as-html): Specify charset for HTML file, by taking it
22804         from the coding system.
22806 2005-10-10  Kenichi Handa  <handa@m17n.org>
22808         * textmodes/flyspell.el (flyspell-check-word-p):
22809         If unread-command-events is non-empty, don't call sit-for.
22811 2005-10-09  Richard M. Stallman  <rms@gnu.org>
22813         * font-lock.el (font-lock-syntactic-keywords)
22814         (font-lock-keywords): Doc fixes.
22816         * textmodes/flyspell.el (flyspell-external-point-words):
22817         Simplify logic, and don't try to check for consecutive appearances
22818         of one incorrect word.
22820 2005-10-10  Nick Roberts  <nickrob@snap.net.nz>
22822         * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
22823         separator.
22825         * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
22826         (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
22827         (gud-expansion-speedbar-buttons): New function.
22828         (gud-speedbar-buttons): Check for gud-comint-buffer.
22830 2005-10-09  Bill Wohler  <wohler@newt.com>
22832         * Makefile.in (updates): Add mh-loaddefs dependency.
22834 2005-10-09  Chong Yidong  <cyd@stupidchicken.com>
22836         * speedbar.el (speedbar-file-key-map): Fix typo.
22838 2005-10-09  Daniel Brockman  <daniel@brockman.se>
22840         * cus-start.el (line-spacing): Add custom spec.
22842 2005-10-09  Romain Francoise  <romain@orebokech.com>
22844         * textmodes/ispell.el (ispell-check-version): Fix last change.
22846 2005-10-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
22848         * term/x-win.el: Remove -i, --icon-type from comment.
22850         * startup.el (command-line-x-option-alist): Remove options -i,
22851         -itype, --icon-type, added -nb, --no-bitmap-icon.
22853 2005-10-09  Nick Roberts  <nickrob@snap.net.nz>
22855         * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
22856         instead of :active.
22858 2005-10-08  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
22860         * textmodes/ispell.el (ispell-check-version):
22861         Ignore hyphen, and all that follows, in aspell's version text.
22863 2005-10-08  Jay Belanger  <belanger@truman.edu>
22865         * calc/calc-arith.el (math-known-square-matrixp): New function.
22866         (math-pow-fancy): Check for matrices before distributing exponent
22867         across products.
22869         * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
22870         fullscreen keypad.  Suggested by Luc Teirlinck.
22871         (calc-keypad-show-input): Add space for formatting.
22873         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
22874         Add square matrix option.
22876         * calc/calc-poly.el (math-expand-term): Check for matrices instead
22877         of checking calc-matrix-mode when deciding how to expand.
22879         * calc/calc.el (calc-set-mode-line): Add square matrix option.
22881 2005-10-08  Lars Hansen  <larsh@soem.dk>
22883         * net/tramp.el (tramp-perl-directory-files-and-attributes):
22884         Add error handling.
22885         (tramp-handle-directory-files-and-attributes): Handle perl error msg.
22887 2005-10-08  Michael Albinus  <michael.albinus@gmx.de>
22889         Sync with Tramp 2.0.51.
22891         * net/tramp.el (tramp-handle-set-visited-file-modtime)
22892         (tramp-handle-insert-file-contents, tramp-handle-write-region):
22893         Insert special handling for `last-coding-system-used', again
22894         it still seems to be necessary (unlike stated before).
22895         Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
22896         (tramp-password-prompt-regexp): There might be other words before
22897         trailing ":".  Reported by Kurt Steinkraus <kurt@steinkraus.us>.
22898         (tramp-chunksize): Improve docstring.
22899         (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
22900         Emacs 20.  Use `tramp-octal-to-decimal' therefore.  Reported by
22901         Christian Joergensen <bugs@razor.dk>.
22903 2005-10-07  Glenn Morris  <rgm@gnu.org>
22905         * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
22906         (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
22907         precision'.
22909 2005-10-07  Romain Francoise  <romain@orebokech.com>
22911         * ibuf-ext.el (ibuffer-do-shell-command-pipe)
22912         (ibuffer-do-shell-command-pipe-replace)
22913         (ibuffer-do-shell-command-file, ibuffer-do-eval)
22914         (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
22915         (ibuffer-do-revert, ibuffer-do-replace-regexp)
22916         (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
22917         (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
22918         (ibuffer-filter-by-name, ibuffer-filter-by-filename)
22919         (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
22920         (ibuffer-filter-by-content, ibuffer-filter-by-predicate
22921         (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
22922         (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
22923         Autoload file sans suffix.
22925         * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
22927 2005-10-07  David Ponce  <david@dponce.com>
22929         * recentf.el (recentf-menu-open-all-flag): New option.
22930         (recentf-digit-shortcut-command-name): New function.
22931         (recentf--shortcuts-keymap): New variable.
22932         (recentf-menu-shortcuts): New variable.
22933         (recentf-make-menu-items): Initialize it.  Replace the "More..."
22934         menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
22935         (recentf-menu-value-shortcut): New function.
22936         (recentf-make-menu-item): Use it.  No more in-lined.
22937         (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
22938         (recentf-open-most-recent-file): Rename from
22939         `recentf-open-file-with-key'.  Don't depend on key binding.
22940         (recentf-mode-map): New variable.
22941         (recentf-mode): Use it.
22943 2005-10-06  Bill Wohler  <wohler@newt.com>
22945         * mh-e/mh-loaddefs.el: Remove.  Now generated automatically.
22947         * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
22948         (MH-E-SRC): New.  Used by mh-autoloads.
22949         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
22950         files in MH-E-SRC have been updated.
22951         (compile, recompile, bootstrap): Depend on mh-autoloads.
22953 2005-10-07  Nick Roberts  <nickrob@snap.net.nz>
22955         * progmodes/gud.el (gud-menu-map): Only display un-intuitive
22956         gud-break and gud-remove icons when the fringe is not available.
22958         * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
22959         Typo.
22961 2005-10-06  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>
22963         * play/zone.el (zone): Wrap body with save-window-excursion.
22965 2005-10-06  Stefan Monnier  <monnier@iro.umontreal.ca>
22967         * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
22968         Use the new `list-only' arg to diary-list-entries.
22970         * calendar/diary-lib.el: Use overlays rather than selective-display.
22971         (diary-selective-display): New var.
22972         (diary-header-line-format): Use it.
22973         (diary-list-entries): Add argument `list-only'.
22974         Put the buffer in diary-mode.  Don't add \^M at beg and end.
22975         Replace \^M by invisible overlays.
22976         (diary-unhide-everything): Replace \^M by invisible overlays.
22977         (print-diary-entries): Look for overlays rather than \^M.
22978         Add a space to the temp buffer name.
22979         (diary-show-all-entries, mark-diary-entries, make-diary-entry):
22980         Put the buffer in diary-mode.
22981         (list-sexp-diary-entries): Replace \^M by invisible overlays.
22982         (diary-anniversary): Make the year arg optional.
22983         (diary-time-regexp): New const.
22984         (diary-font-lock-keywords): Use it to accept a few more time formats.
22986         * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
22988 2005-10-06  Thien-Thi Nguyen  <ttn@gnu.org>
22990         * textmodes/artist.el (artist-ellipse-mirror-quadrant):
22991         Fix bug introduced 2005-07-03: Use (car (last ...))
22992         to faithfully reproduce replaced artist-last.
22993         (artist-set-arrow-points-for-poly): Likewise.
22994         Suggested by Johan Bockg\e,Ae\e(Brd.
22996 2005-10-06  Juanma Barranquero  <lekktu@gmail.com>
22998         * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
22999         * wid-edit.el (widget):
23000         * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
23001         * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
23003 2005-10-06  Kenichi Handa  <handa@m17n.org>
23005         * international/mule-cmds.el (set-language-environment):
23006         Fix setting up of case-table for unibyte mode.
23008         * simple.el (what-cursor-position): If the character is displayed
23009         by some `display' text property, show that.  Don't use
23010         single-key-description for eight-bit characters in multibyte mode.
23012 2005-10-06  Nick Roberts  <nickrob@snap.net.nz>
23014         * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
23015         (gdb-ann3): Set it.
23016         (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
23017         (gdb-info-frames-custom): Use inverse-video for first five
23018         characters of selected frame only.
23019         (gdb-get-frame-number): Select frame even when point is on frame
23020         number.
23022 2005-10-06  Masatake YAMATO  <jet@gyve.org>
23024         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
23025         Put `font-lock-function-name-face'.
23026         (gdb-info-frames-custom): Put `font-lock-function-name-face'
23027         and `font-lock-variable-name-face'
23028         (gdb-registers-font-lock-keywords): New font lock keywords definition.
23029         (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
23030         (gdb-memory-font-lock-keywords): New font lock keywords definition.
23031         (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
23032         (gdb-local-font-lock-keywords): New font lock keywords definition.
23033         (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
23034         (gdb-threads-font-lock-keywords): New font lock keywords definition.
23035         (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
23037 2005-10-05  Michael Kifer  <kifer@cs.stonybrook.edu>
23039         * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
23040         (ediff-merge-region-is-non-clash-to-skip): Previously called
23041         ediff-merge-region-is-non-clash.
23043         * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
23044         Use insert-buffer-substring.
23046         * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
23047         selecting files to patch.  Also bug fixes.
23049         * ediff-util.el (ediff-setup): Bug fix.
23050         (ediff-next-difference): Never skip clashes that differ in white
23051         space only.
23053         * ediff-wind.el (ediff-setup-control-frame)
23054         (ediff-destroy-control-frame): Check the menubar feature.
23056         * viper-cmd.el (viper-normalize-minor-mode-map-alist)
23057         (viper-refresh-mode-line): Use make-local-variable to localize
23058         some vars instead of make-variable-buffer-local.  Suggested by
23059         Stefan Monnier.
23061         * viper-init.el (viper-make-variable-buffer-local): Delete alias.
23062         (viper-restore-cursor-type, viper-set-insert-cursor-type):
23063         Use make-local-variable instead of make-variable-buffer-local.
23064         Suggested by Stefan Monnier.
23066         * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
23067         (viper-comint-mode-hook): Use make-local-variable on
23068         require-final-newline.
23069         (viper-non-hook-settings): Don't use make-variable-buffer-local.
23071 2005-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
23073         * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
23074         also the second char of a comment-start sequence.
23075         (scheme-sexp-comment-syntax-table): New var.
23076         (lambda, define): Set their scheme-doc-string-elt property.
23077         (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
23078         Use lisp-font-lock-syntactic-face-function now that it properly
23079         handles |...| symbols.
23080         (scheme-mode-variables): Set lisp-doc-string-elt-property,
23081         parse-sexp-lookup-properties and font-lock-extra-managed-props.
23083         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
23084         bit from # to |.
23085         (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
23087         * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
23088         (lisp-doc-string-elt-property): New var.
23089         (lisp-font-lock-syntactic-face-function): Use it.
23090         Rewrite to recognize docstrings even for forms not at toplevel.
23092         * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
23093         annotation on the | part of #| rather than on the # part.
23094         (scheme-font-lock-syntactic-face-function): New function, to
23095         distinguish strings from |...| symbols.
23096         (scheme-mode-variables): Use it.  Also fix up the font-lock-time
23097         syntax-table so that #|...|# is properly highlighted.
23099         * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
23100         Don't mark as docstring the 3rd elem of an unknown toplevel form.
23102 2005-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
23104         * bindings.el (global-map): Resync [home] and [end] bindings with C-a
23105         and C-e.
23107         * emacs-lisp/eldoc.el: Move comments into docstrings.
23108         (eldoc-message-commands): Initialize in its declaration.
23109         Add move-beginning-of-line and move-end-of-line.
23110         (eldoc-add-command, eldoc-add-command-completions)
23111         (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
23113         * outline.el (outline-mark-subtree): Activate the mark.
23115         * calendar/appt.el (appt-time-regexp): New var.
23116         (appt-add, appt-make-list): Use it.
23117         (appt-convert-time): Clean up.
23119         * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
23120         Don't set any syntax-table property here.
23121         (tex-font-lock-verb): New function.  Do it here.
23122         (tex-font-lock-syntactic-keywords): Use it.
23124 2005-10-04  Richard M. Stallman  <rms@gnu.org>
23126         * wid-edit.el (widget-file-complete): Get the widget start point
23127         the right way.  Default directory to `/' if file has none.
23129         * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
23131         * textmodes/flyspell.el (flyspell-mode-on):
23132         Call ispell-maybe-find-aspell-dictionaries.
23134         * textmodes/ispell.el (ispell-word, ispell-region):
23135         Call ispell-maybe-find-aspell-dictionaries.
23136         (ispell-accept-buffer-local-defs):
23137         Don't call ispell-maybe-find-aspell-dictionaries.
23139 2005-10-04  Richard M. Stallman  <rms@gnu.org>
23141         * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
23143 2005-10-04  Emilio C. Lopes  <eclig@gmx.net>
23145         * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
23146         instead of `fboundp' in order to allow for anonymous functions.
23148 2005-10-04  Chong Yidong  <cyd@stupidchicken.com>
23150         * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
23151         case the user clicks on the link while another window is selected.
23152         (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
23154         * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
23155         functionality.
23156         (dframe-help-echo): Save point in case mouse tracking is off.
23158 2005-10-04  Thien-Thi Nguyen  <ttn@gnu.org>
23160         * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
23162 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
23164         * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
23165         not change the global value of those vars.
23167         * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
23168         make-local-variable which we do not need any more.
23170 2005-10-03  Chong Yidong  <cyd@stupidchicken.com>
23172         * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
23173         (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
23174         (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
23175         (speedbar-path-line): Define obsolete aliases.
23176         (speedbar-line-directory): Doc fix.
23178         * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
23179         (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
23180         instead of speedbar-line-path.
23182 2005-10-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
23184         * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
23185         to nil if dropping on a window.  Handle dropping on a minibuffer window
23186         like dropping on a non-window part of Emacs.
23188 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
23190         * net/ange-ftp.el: Use with-current-buffer.
23191         (ange-ftp-insert-directory): Do not follow symlinks any more.
23193         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
23194         Remove interactive spec.
23196 2005-10-03  Kim F. Storm  <storm@cua.dk>
23198         * ido.el (ido-mode): Use custom-initialize-set.
23200 2005-10-02  Richard M. Stallman  <rms@gnu.org>
23202         * progmodes/ebnf2ps.el (ebnf-eps-production-list):
23203         Use insert-buffer-substring.
23205         * net/tramp.el: Pacify byte compiler warnings in pacification code.
23206         (tramp-handle-file-local-copy): Use insert-buffer-substring.
23208 2005-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
23210         * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
23211         in last change.
23212         (ange-ftp-insert-directory): Fix up the search for the case where
23213         `file' is absolute.
23215 2005-10-02  Romain Francoise  <romain@orebokech.com>
23217         * progmodes/compile.el (compile-goto-error): Delete extra paren.
23219 2005-10-02  Andreas Schwab  <schwab@suse.de>
23221         * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
23222         directory component in the session info.
23224 2005-10-01  Richard M. Stallman  <rms@gnu.org>
23226         * comint.el (comint-redirect-subvert-readonly): Doc fix.
23228         * simple.el (next-error-internal): New function.
23230         * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
23231         (compilation-start): Pass new arg to compilation-buffer-name.
23232         (compile-goto-error): Use next-error-internal.
23234 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
23236         * speedbar.el: Remove RCS tag.
23237         (speedbar-check-read-only): Handle non-existent files.
23239         * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
23241         * info.el (Info-speedbar-hierarchy-buttons)
23242         (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
23244 2005-10-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
23246         * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
23247         Do not match newline.
23248         (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
23249         (bibtex-summary): Remove unnecessary save-excursion.
23250         (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
23252 2005-10-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
23254         * term/mac-win.el: Add charset info for "iso10646-1".
23255         Modify default fontset to use ATSUI-compatible fonts for some charsets
23256         if available.
23258 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
23260         * speedbar.el: Re-apply arch tag.
23261         (speedbar-version): Rename to version 1.0.  Suggested by Eric
23262         M. Ludlam.
23263         Reapply two changes from Emacs CVS' version of speedbar lost
23264         during the merge:
23265         (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
23266         (speedbar-frame-parameters): Improve customize type.
23268 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
23270         * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
23271         (ange-ftp-file-directory-p): Fix the symlink case.
23272         (ange-ftp-insert-directory): When listing a single file, get a list of
23273         the parent buffer and extract the relevant line.  Inspired from a patch
23274         by Katsumi Yamaoka <yamaoka@jpl.org>.
23275         (ange-ftp-file-name-sans-versions): Simplify.
23277 2005-09-30  Bill Wohler  <wohler@newt.com>
23279         Move MH-E image files from toolbar and mail directories into
23280         etc/images.
23282         * mail/reply2.*: Move to etc/images/mail/reply*.
23284         * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
23285         * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
23286         etc/images.
23288         * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
23289         * toolbar/reply*: Move to etc/images/mail.
23291         * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
23293 2005-09-30  Eric M. Ludlam  <zappo@gnu.org>
23295         * speedbar.el: New version 1.0pre3.
23297         Frame management code (including timer, and mouse click specifics)
23298         moved to dframe.el:
23299         (speedbar-attached-frame): Removed.  Use dframe-attached-frame.
23300         (speedbar-timer): Removed.  Use dframe-timer.
23301         (speedbar-close-frame): Removed.  Use dframe-close-frame.
23302         (speedbar-activity-change-focus-flag): Removed.  Use
23303         dframe-activity-change-focus-flag.
23304         (speedbar-update-speed, speedbar-navigating-speed): Obsolete.  Use
23305         dframe-update-speed.
23307         (speedbar-current-frame): New macro.  Use this instead of the
23308         variable speedbar-frame.
23310         (speedbar-use-images, speedbar-expand-image-button-alist)
23311         (speedbar-insert-image-button-maybe): Moved to sb-image.el.
23313         (speedbar-find-image-on-load-path): Removed.  Replaced by
23314         defezimage in ezimage.el.
23315         (speedbar-expand-image-button-alist): Removed.  Replaced by
23316         ezimage-expand-image-button-alist in ezimage.el.
23318         (speedbar-ignored-directory-regexp)
23319         (speedbar-add-ignored-directory-regexp)
23320         (speedbar-ignored-directory-expressions)
23321         (speedbar-line-directory, speedbar-buffers-line-directory)
23322         (speedbar-directory-line, speedbar-buffers-line-directory):
23323         Renamed, replacing `path' with `directory'.
23325         (speedbar-create-directory, speedbar-expand-line-descendants)
23326         (speedbar-toggle-line-expansion)
23327         (speedbar-contract-line-descendants): New commands.
23329         (speedbar-query-confirmation-method, speedbar-select-frame-method)
23330         (speedbar-use-tool-tips-flag): New options.
23332         (speedbar-check-read-only, speedbar-require-version)
23333         (speedbar-insert-separator, speedbar-buffers-tail-notes)
23334         (speedbar-handle-delete-frame, speedbar-try-completion)
23335         (speedbar-update-localized-contents): New functions.
23337         (speedbar-incompatible-version, speedbar-ro-to-do-point)
23338         (speedbar-object-read-only-indicator): New variables.
23340         (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
23341         New hooks.
23343         (speedbar-separator-face): New face.
23345         (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
23346         (speedbar-ignored-modes): Add fundamental-mode.
23347         (speedbar-directory-unshown-regexp): Add . directories.
23349         (speedbar-key-map): Remove old SPC and DEL page up/down keys.
23350         (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
23351         `]' for full expand/close.
23352         (speedbar-buffers-key-map): Add SPC to toggle node expansion.
23354         (speedbar-check-vc): Support hidden files.
23355         (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
23356         (speedbar-this-file-in-vc): Use vc-state if available.  If VC
23357         state is nil, it is not checked out.
23359         (speedbar-line-text, speedbar-line-token): Support expand buttons
23360         with no text.
23361         (speedbar-refresh): Universal argument acts as power-click.
23362         (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
23363         that buffer to get variable values.
23365         And many other bugfixes.
23367         * dframe.el, ezimage.el, sb-image.el: New files.
23369         * sb-*.xpm: Remove files.  New image files installed into
23370         etc/images/ezimage.
23372 2005-09-30  Kenichi Handa  <handa@m17n.org>
23374         * ps-mule.el (ps-mule-show-warning): If a character is in
23375         ps-print-translation-table, don't treat it as non-printable.
23377 2005-09-30  David Ponce  <david@dponce.com>
23379         * tree-widget.el (tree-widget-themes-load-path): New variable.
23380         (tree-widget-themes-directory): Doc fix.
23381         (tree-widget-image-formats) [Emacs]: Doc fix.
23382         (tree-widget--locate-sub-directory): New function.
23383         (tree-widget-themes-directory): Use it.
23385         * recentf.el (recentf-filename-handlers): Rename from
23386         `recentf-filename-handler'.  Allow a list of functions.
23387         (recentf-menu-items-for-commands): Fix :help strings.
23388         (recentf-apply-filename-handlers): New function.
23389         (recentf-expand-file-name): Use it.
23390         (recentf-cleanup): Remove duplicates too.
23392 2005-09-29  Juri Linkov  <juri@jurta.org>
23394         * faces.el: Rearrange face definitions to be in the same order as
23395         their face descriptions in "(emacs)Standard Faces".
23397         * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
23399         * tooltip.el (tooltip): Add group `basic-faces'.
23401         * buff-menu.el (Buffer-menu-buffer): Remove group
23402         `font-lock-highlighting-faces'.
23404         * progmodes/compile.el (compilation-error, compilation-warning)
23405         (compilation-info, compilation-line-number, compilation-column-number):
23406         Change group from `font-lock-highlighting-faces' to `compilation'.
23408         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
23409         (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
23410         (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
23411         (vhdl-font-lock-reserved-words-face)
23412         (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
23413         `font-lock-highlighting-faces'.
23415         * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
23417 2005-09-28  Kim F. Storm  <storm@cua.dk>
23419         * emulation/cua-base.el: Set CUA move property on additional commands:
23420         up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
23421         forward-sexp, backward-sexp, forward-list, backward-list.
23423 2005-09-28  Romain Francoise  <romain@orebokech.com>
23425         * comint.el (comint-show-output): Really set point at the
23426         beginning of the output when not using `comint-use-prompt-regexp'.
23428 2005-09-27  Jay Belanger  <belanger@truman.edu>
23430         * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
23431         in TeX mode.
23433 2005-09-26  Juanma Barranquero  <lekktu@gmail.com>
23435         * textmodes/org.el (org-table-sum): Fix format string.
23437         * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
23438         Quote face names.
23440 2005-09-26  Romain Francoise  <romain@orebokech.com>
23442         * isearch.el (isearch-forward-regexp): Close doc string.
23444 2005-09-25  Richard M. Stallman  <rms@gnu.org>
23446         * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
23448         * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
23450         * progmodes/compile.el (compilation-error-properties):
23451         When getting the file from the previous error message,
23452         correctly decode the new data format.
23454         * progmodes/cc-cmds.el (c-electric-paren):
23455         Call old-blink-paren only for close-paren.
23457 2005-09-24  Andreas Schwab  <schwab@suse.de>
23459         * term/rxvt.el (rxvt-register-default-colors): Delete redundant
23460         condition.
23462 2005-09-25  Romain Francoise  <romain@orebokech.com>
23464         * dired-aux.el (dired-copy-file-recursive):
23465         * dired.el (dired-delete-file):
23466         * ediff-mult.el (ediff-dir-diff-copy-file):
23467         * ediff-util.el (ediff-test-save-region):
23468         * forms.el (forms-mode):
23469         * ido.el (ido-file-internal, ido-delete-file-at-head):
23470         * log-edit.el (log-edit-done):
23471         * ses.el (ses-yank-resize):
23472         * play/gomoku.el (gomoku-human-plays, gomoku)
23473         (gomoku-human-resigns, gomoku-prompt-for-other-game)
23474         (gomoku-offer-a-draw):
23475         * play/landmark.el (lm-human-resigns, lm):
23476         * net/eudcb-ldap.el (eudc-ldap-check-base):
23477         * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
23478         * progmodes/ebrowse.el (ebrowse-find-pattern):
23479         * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
23480         * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
23481         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
23483         * vc.el (vc-delete-file):
23484         * play/gomoku.el (gomoku-terminate-game, gomoku)
23485         (gomoku-prompt-for-move, gomoku-human-takes-back):
23486         * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
23487         (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
23489 2005-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
23491         * term/rxvt.el (rxvt-register-default-colors): Add support for 255
23492         color rxvt terminals by using the code xterm.el used to use before
23493         2005-04-09 in order to match the colors used by rxvt.
23495 2005-09-24  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
23497         * term/rxvt.el (rxvt-register-default-colors): Add support for 88
23498         colors rxvt-unicode terminals by using the same code as xterm.el.
23500 2005-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
23502         * textmodes/tex-mode.el (tex-font-lock-append-prop)
23503         (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
23504         new symbol used for the tex-verbatim face.
23506 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
23508         * woman.el (woman-file-name):
23509         * wid-edit.el (widget-file-prompt-value)
23510         (widget-coding-system-prompt-value):
23511         * w32-fns.el (set-w32-system-coding-system):
23512         * vc.el (vc-version-diff, vc-annotate):
23513         * textmodes/reftex-auc.el (reftex-arg-cite)
23514         (reftex-arg-index-tag):
23515         * textmodes/refer.el (refer-get-bib-files):
23516         * textmodes/artist.el (artist-figlet-choose-font):
23517         * terminal.el (terminal-emulator):
23518         * replace.el (occur-read-primary-args):
23519         * rect.el (string-rectangle, string-insert-rectangle):
23520         * ps-print.el (ps-print-preprint):
23521         * progmodes/pascal.el (pascal-goto-defun):
23522         * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
23523         * progmodes/compile.el (compilation-find-file):
23524         * printing.el (pr-interactive-n-up):
23525         * play/animate.el (animate-birthday-present):
23526         * net/rcompile.el (remote-compile):
23527         * man.el (man, Man-goto-section, Man-follow-manual-reference):
23528         * mail/rmailsum.el (rmail-summary-search-backward)
23529         (rmail-summary-search):
23530         * mail/rmailout.el (rmail-output-read-rmail-file-name)
23531         (rmail-output-read-file-name):
23532         * mail/rmail.el (rmail-search, rmail-search-backwards):
23533         * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
23534         * locate.el (locate):
23535         * international/quail.el (quail-show-keyboard-layout):
23536         * international/mule.el (set-buffer-file-coding-system)
23537         (revert-buffer-with-coding-system, set-file-name-coding-system)
23538         (set-terminal-coding-system, set-keyboard-coding-system)
23539         (set-next-selection-coding-system):
23540         * international/mule-diag.el (describe-coding-system)
23541         (describe-font, describe-fontset):
23542         * international/mule-cmds.el (universal-coding-system-argument)
23543         (search-unencodable-char, describe-input-method)
23544         (set-language-environment, describe-language-environment):
23545         * international/codepage.el (codepage-setup):
23546         * international/code-pages.el (codepage-setup):
23547         * info.el (Info-search, Info-follow-reference)
23548         (Info-search-backward):
23549         * emacs-lisp/advice.el (ad-read-advised-function)
23550         (ad-read-advice-class, ad-clear-cache, ad-activate)
23551         (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
23552         (ad-enable-advice, ad-disable-advice, ad-remove-advice)
23553         (ad-read-regexp):
23554         * ediff-util.el (ediff-toggle-regexp-match):
23555         * ediff-ptch.el (ediff-prompt-for-patch-file):
23556         * dired-aux.el (dired-diff):
23557         * diff.el (diff):
23558         * cus-edit.el (custom-variable-prompt):
23559         * calendar/timeclock.el (timeclock-ask-for-project):
23560         * calc/calcalg3.el (calc-get-fit-variables):
23561         * calc/calc-store.el (calc-edit-variable)
23562         (calc-permanent-variable):
23563         * vc-mcvs.el (vc-mcvs-register):
23564         * shadowfile.el (shadow-define-literal-group):
23565         * woman.el (woman-file-name):
23566         * vc.el (vc-version-diff, vc-merge):
23567         * textmodes/reftex-index.el (reftex-index-complete-tag):
23568         * format.el (format-decode-buffer, format-decode-region):
23569         * emulation/viper-cmd.el (viper-read-string-with-history):
23570         * emacs-lisp/debug.el (cancel-debug-on-entry):
23571         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
23572         * ediff.el (ediff-merge-revisions)
23573         (ediff-merge-revisions-with-ancestor, ediff-revision):
23574         * completion.el (interactive-completion-string-reader):
23575         * calc/calc-prog.el (calc-user-define-formula):
23576         Follow convention for reading with the minibuffer.
23578 2005-09-24  Steven Huwig  <steven_h@acm.org>  (tiny change)
23580         * progmodes/python.el (python-describe-symbol): Add globals() and
23581         locals() to the arguments of emacs.ehelp.
23583 2005-09-24  Magnus Henoch  <mange@freemail.hu>
23585         * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
23586         New function, code extracted from ispell-valid-dictionary-list.
23587         (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
23588         Call it.
23590 2005-09-24  Eli Zaretskii  <eliz@gnu.org>
23592         * subr.el (version-regexp-alist): Extend valid syntax for version
23593         strings: allow any of the characters -,_,+ to separate the
23594         alpha/beta/rc part from the version part.  Doc fix.
23595         (version-to-list): Doc fix.  Bind case-fold-search to t, as advertised.
23597 2005-09-23  David Reitter  <david.reitter@gmail.com>
23599         * mail/mailclient.el: New file.
23601 2005-09-23  Richard M. Stallman  <rms@gnu.org>
23603         * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
23604         (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
23605         Doc fixes.
23607         * progmodes/cc-mode.el (c-font-lock-init):
23608         Specify font-lock-lines-before.
23610 2005-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
23612         * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
23613         whole conflict.
23615 2005-09-23  Carsten Dominik  <dominik@science.uva.nl>
23617         * textmodes/org.el (org-mode-map, orgtbl-mode-map):
23618         Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix.  Make use
23619         of `remap' feature when available.  Additional key bindings for
23620         better tty support.
23621         (org-mode-restart, org-force-self-insert): New commands.
23622         (org-time-stamp-inactive): New command.
23623         (org-remap): New function.
23624         (org-table-auto-blank-field, org-level-color-stars-only): New options.
23625         (org-enable-fixed-width-editor): Move to `org-structure'
23626         customization group.
23627         (org-self-insert-command, orgtbl-self-insert-command): Modify to
23628         blank field after field motion commands.
23630 2005-09-23  Kenichi Handa  <handa@m17n.org>
23632         * international/mule-cmds.el (set-language-environment):
23633         Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
23634         have to call utf-translate-cjk-load-tables.
23636 2005-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
23638         * mouse.el (mouse-move-drag-overlay): Fix last change.
23640 2005-09-22  David Ponce  <david@dponce.com>
23642         * tree-widget.el (tree-widget-value-create): Fix previous change.
23644 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
23646         * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
23648 2005-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
23650         * mouse.el (mouse-move-drag-overlay): New function.
23651         (mouse-drag-region-1): Use it.
23652         Try to simplify a bit the state handling.  Handle clicks on links
23653         inside intangible areas.
23654         (mouse-save-then-kill): Minor simplification.
23655         (mouse-secondary-overlay): Make it always non-nil instead of
23656         recreating it each time.
23657         (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
23658         (mouse-kill-secondary, mouse-secondary-save-then-kill):
23659         Simplify accordingly.
23661 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
23663         * term/rxvt.el (rxvt-standard-colors): Fix some colors.
23665 2005-09-20  Michael Kifer  <kifer@cs.stonybrook.edu>
23667         * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
23668         (ediff-file-name-sans-prefix): Treat nil as an empty string.
23669         (ediff-fixup-patch-map): Better heuristic for intuiting the file names
23670         to patch.
23672         * ediff-util.el: Use insert-buffer-substring.
23674         * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
23676         * emulation/viper-cmd.el (viper-change-state): Don't move over the
23677         field boundaries in the minibuffer.
23678         (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
23679         (viper-minibuffer-post-command-hook): New hook.
23680         (viper-line): Don't move cursor at bolp.
23682         * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
23684         * emulation/viper-init.el: Add alias to make-variable-buffer-local to
23685         avoid compiler warnings.
23687         * emulation/viper-macs.el (ex-map): Better messages.
23689         * emulation/viper-utils.el (viper-beginning-of-field): New function.
23691         * emulation/viper.el: Replace make-variable-buffer-local with
23692         viper-make-variable-buffer-local everywhere, to avoid warnings.
23694 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
23696         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
23697         Delete unused var `old-selected-window'.
23698         (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
23699         (mouse-drag-secondary): Delete unused var `start-frame'.
23701 2005-09-19  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
23703         * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
23705 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
23707         * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
23708         Re-indent within 80 columns.  Use inhibit-read-only.
23710 2005-09-19  Romain Francoise  <romain@orebokech.com>
23712         * calendar/diary-lib.el (mark-diary-entries): Revert last change.
23714 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
23716         * font-lock.el (font-lock-default-fontify-region): Don't add a line
23717         unconditionally, since the after-change-function already did it.
23719 2005-09-19  Miles Bader  <miles@gnu.org>
23721         * net/newsticker.el: Get rid of CVS keyword.
23723 2005-09-19  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
23725         * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
23726         The prompt is formatted later.
23728 2005-09-19  David Ponce  <david@dponce.com>
23730         * tree-widget.el (tree-widget-value-create): Save the converted
23731         tree :node widget.
23733 2005-09-19  Juanma Barranquero  <lekktu@gmail.com>
23735         * progmodes/sh-script.el (sh-blink): Fix spurious reference to
23736         variable `message'.
23738 2005-09-18  Michael Albinus  <michael.albinus@gmx.de>
23740         * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
23741         to cover prompts like "login as:".  Reported by Slawomir Nowaczyk
23742         <slawomir.nowaczyk.847@student.lu.se>.
23744 2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
23746         * image.el (image-load-path): Use symbol `data-directory' instead
23747         of its value, for backward compatibility with packages that bind
23748         it during `find-image'.  Suggested by Katsumi Yamaoka.
23749         (image-search-load-path): Handle symbols whose values are strings.
23751 2005-09-18  Romain Francoise  <romain@orebokech.com>
23753         * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
23754         with-current-buffer form in save-excursion.
23756 2005-09-18  Deepak Goel  <deego@gnufans.org>
23758         * apropos.el (apropos-command): Fix `message' call: first arg
23759         should be a format spec.  In this and all other cases that appear
23760         below and elsewhere in the source code, I made a change only when
23761         two conditions were satisfied: [1] I can think of a possibility
23762         that the arguments would cause an error, for example, the code in
23763         question relies on external variables such as filenames.  [2] I
23764         was sure that the arg to `message' could not have been nil in the code.
23766         * textmodes/tildify.el (tildify-region): Ditto.
23768         * textmodes/reftex-index.el (reftex-index-change-entry)
23769         (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
23770         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
23771         * textmodes/org.el (org-complete, org-deadline, org-schedule)
23772         (org-priority, org-table-sum):
23773         * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
23774         * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
23775         (flyspell-word, flyspell-display-next-corrections):
23776         * textmodes/bibtex.el (bibtex-print-help-message):
23777         * textmodes/artist.el (artist-key-set-point-poly):
23778         * term/mac-win.el (mac-services-insert-text):
23779         * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
23780         (vhdl-hooked-abbrev, vhdl-template-insert-fun)
23781         (vhdl-port-paste-testbench, vhdl-compose-new-component)
23782         (vhdl-compose-configuration):
23783         * progmodes/sh-script.el (sh-blink, sh-show-indent)
23784         (sh-set-indent, sh-learn-line-indent):
23785         * progmodes/ps-mode.el (ps-mode-target-column):
23786         * progmodes/idlwave.el (idlwave-make-tags)
23787         (idlwave-scan-library-catalogs):
23788         * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
23789         * progmodes/gud.el (gud-jdb-analyze-source):
23790         * progmodes/flymake.el (flymake-log):
23791         * progmodes/ebnf2ps.el (ebnf-generate-region):
23792         * progmodes/cmacexp.el (c-macro-expansion):
23793         * progmodes/ada-xref.el (ada-treat-cmd-string):
23794         * progmodes/ada-mode.el (ada-create-case-exception-substring)
23795         (ada-justified-indent-current, ada-batch-reformat):
23796         * play/zone.el (zone):
23797         * play/landmark.el (lm-move):
23798         * play/decipher.el (decipher-show-alphabet):
23799         * net/newsticker.el (newsticker--display-jump)
23800         (newsticker--display-scroll):
23801         * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
23802         (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
23803         * mail/feedmail.el (feedmail-dump-message-to-queue):
23804         * eshell/esh-proc.el (eshell-remove-process-entry):
23805         * emulation/ws-mode.el (ws-last-error):
23806         * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
23807         (viper-record-kbd-macro):
23808         * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
23809         * emacs-lisp/lisp-mnt.el (lm-report-bug):
23810         * emacs-lisp/find-func.el (find-function-noselect):
23811         * calendar/timeclock.el (timeclock-status-string)
23812         (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
23813         (timeclock-when-to-leave-string):
23814         * calendar/icalendar.el (icalendar--convert-ical-to-diary):
23815         * calc/calc-units.el (calc-enter-units-table):
23816         * calc/calc-mode.el (calc-mode-record-mode):
23817         * woman.el (woman-mini-help):
23818         * wdired.el (wdired-change-to-wdired-mode):
23819         * vc.el (vc-retrieve-snapshot):
23820         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
23821         * startup.el (display-startup-echo-area-message):
23822         * simple.el (set-goal-column):
23823         * ses.el (ses-command-hook, ses-recalculate-cell):
23824         * server.el (server-process-filter):
23825         * printing.el (pr-interface-txt-print, pr-interface-printify)
23826         (pr-interface-ps):
23827         * pcvs.el (cvs-help):
23828         * log-edit.el (log-edit, log-edit-mode-help):
23829         * iswitchb.el (iswitchb-possible-new-buffer):
23830         * isearch.el (isearch-edit-string):
23831         * image-mode.el (image-mode, image-minor-mode):
23832         * ibuf-macs.el (define-ibuffer-filter):
23833         * hi-lock.el (hi-lock-find-patterns):
23834         * files.el (toggle-read-only):
23835         * ediff-util.el (ediff-copy-diff)
23836         (ediff-write-merge-buffer-and-maybe-kill):
23837         * echistory.el (Electric-history-undefined):
23838         * dnd.el (dnd-insert-text):
23839         * dired-aux.el (dired-query):
23840         * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
23841         * bookmark.el (bookmark-bmenu-locate):
23842         * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
23843         Fix `message' calls to ensure first arg is a format string.
23844         The change was made only when these two conditions were satisfied:
23845         [1] when there is a possibility that the arguments would cause an error
23846         for example, if the code in question relies on external variables
23847         such as filenames, and
23848         [2] if the arg to `message' could not have been nil in the code.
23850         * pcomplete.el (pcomplete--help): Fix `message' format spec.
23851         Not having a %s would be weird, though not technically wrong.
23853 2005-09-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
23855         * term/mac-win.el (mac-add-charset-info): Doc fix.
23857 2005-09-17  Romain Francoise  <romain@orebokech.com>
23859         * shell.el (shell-resync-dirs): Handle echoing processes more
23860         reliably.  Don't insert resync command if `comint-process-echoes'
23861         is non-nil.
23863 2005-09-17  Magnus Henoch  <mange@freemail.hu>
23865         * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
23866         (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
23867         aspell versions >= 0.60.
23868         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
23869         only if ispell-aspell-supports-utf8 is non-nil.
23871 2005-09-17  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
23873         * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
23874         buffer-local value to lisp-indent-function.
23876 2005-09-17  Milan Zamazal  <pdm@zamazal.org>
23878         * progmodes/glasses.el (glasses-make-readable): If
23879         glasses-separator differs from underscore, put appropriate
23880         overlays over underscore characters.
23881         (glasses-convert-to-unreadable): If glasses-separator differs from
23882         underscore, try to convert glasses-separator characters to
23883         underscores.
23885 2005-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
23887         * calendar/diary-lib.el (mark-diary-entries): Don't move point.
23888         Use with-syntax-table and dolist.
23890 2005-09-16  Carsten Dominik  <dominik@science.uva.nl>
23892         * textmodes/reftex-auc.el:
23893         * textmodes/reftex-cite.el:
23894         * textmodes/reftex-dcr.el:
23895         * textmodes/reftex-global.el:
23896         * textmodes/reftex-parse.el:
23897         * textmodes/reftex-ref.el:
23898         * textmodes/reftex-sel.el:
23899         * textmodes/reftex-toc.el:
23900         * textmodes/reftex-vars.el:
23901         * textmodes/reftex.el: Small changes to remove compiler warnings.
23903         * textmodes/reftex-index.el: Likewise.
23904         (reftex-query-index-phrase): More efficient use of markers.
23906 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
23908         * image.el (image-load-path): New variable.
23909         (image-search-load-path): New function.
23910         (find-image): Search for images in `image-load-path'.
23912 2005-09-15  Richard M. Stallman  <rms@gnu.org>
23914         * follow.el: Change Maintainer field.
23916 2005-09-15  David Ponce  <david@dponce.com>
23918         * recentf.el (recentf-save-file-modes): New option.
23919         (recentf-save-list): Use it.
23921 2005-09-15  Nick Roberts  <nickrob@snap.net.nz>
23923         * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
23924         (mode-line-mule-info, mode-line-modified): Move bindings from
23925         mouse-3 to mouse-1.
23927 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
23929         * simple.el (sendmail-user-agent-compose): Revert last change.
23931 2005-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
23933         * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
23934         Use with-current-buffer.
23935         (ange-ftp-gwp-start): Remove unused var `gw-user'.
23936         (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
23937         (ange-ftp-insert-directory): Remove unused var `short'.
23938         (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
23940         * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
23941         (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
23943         * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
23944         (check-calendar-holidays, diary-list-entries): Autoload.
23945         Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
23946         (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
23948         * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
23949         which mistakenly removed a call to display-buffer.
23951 2005-09-14  Juanma Barranquero  <lekktu@gmail.com>
23953         * obsolete/iso-insert.el: Move to obsolete/ from international/.
23955 2005-09-14  Thien-Thi Nguyen  <ttn@gnu.org>
23957         * progmodes/hideshow.el
23958         (hs-hide-comments-when-hiding-all): Remove autoload cookie.
23959         (hs-allow-nesting): New user var.
23960         (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
23961         (hs-hide-block-at-point): When nesting allowed,
23962         if there is already an overlay in place, delete it.
23963         (hs-safety-is-job-n): Delete func; remove call sites.
23964         (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
23965         (hs-overlay-at): New func.
23966         (hs-already-hidden-p, hs-show-block): Use it.
23967         (hs-hide-all): Don't pre-clean if nesting allowed.
23968         (hs-show-all): Temporarily disallow
23969         nesting around call to `hs-discard-overlays'.
23971 2005-09-14  Chong Yidong  <cyd@stupidchicken.com>
23973         * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
23974         Delete unused local var.
23976 2005-09-13  Juanma Barranquero  <lekktu@gmail.com>
23978         * help-fns.el (describe-categories): "?\ " -> "?\s".
23979         (help-do-arg-highlight): Recognize also ARG-n, as in
23980         `move-to-left-margin' (ARG+n is already recognized).  Simplify.
23982         * international/codepage.el (dos-unsupported-char-glyph):
23983         * net/newsticker.el (tool-bar-map, w3-mode-map)
23984         (w3m-minor-mode-map):
23985         * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
23986         (ent-alist):
23987         * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
23989 2005-09-13  Chong Yidong  <cyd@stupidchicken.com>
23991         * custom.el (custom-push-theme): Handle the case where a symbol is
23992         bound but face properties have not yet been assigned.
23994         * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
23995         Fix behavior if noerase is `t' and there is no mail buffer.
23997         * simple.el (sendmail-user-agent-compose): Use a new mail buffer
23998         if `continue' is nil, rather than signal an error.
24000 2005-09-12  Richard M. Stallman  <rms@gnu.org>
24002         * font-lock.el (font-lock-keywords): Add autoload.
24004         * help-fns.el (describe-variable): Rearrange to put source link
24005         in a predictable place.
24007         * net/newsticker.el: New file.
24009 2005-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
24011         * calendar/calendar.el (calendar-for-loop): Add edebug info.
24012         (calendar-basic-setup): Use the new nil arg.
24013         (number-of-diary-entries): Move to diary-lib.el.
24015         * calendar/diary-lib.el: Use with-current-buffer, match-string.
24016         (diary-list-entries): Use with-syntax-table and dolist.
24017         Rename from list-diary-entries.
24018         Use number-of-diary-entries if `number' is nil.
24019         (diary, diary-view-entries): Use this new name and new nil arg value.
24020         (number-of-diary-entries): Move from calendar.el.
24021         (diary-unhide-everything): New function.
24022         (include-other-diary-files, fancy-diary-display)
24023         (diary-show-all-entries, make-diary-entry): Use it.
24024         (diary-mail-entries): Use buffer-string.
24025         (mark-diary-entries): Fix long standing paren typo.
24026         (diary-sexp-entry): Use count-lines.
24027         (make-diary-entry): Avoid `previous-line'.
24028         (diary-mode-map): New var.
24029         (diary-mode): Redraw cal after saving.  Setup header-line.
24030         (fancy-diary-display-mode): Use local-set-key.
24032         * startup.el (command-line): Try calling various terminal-init-foo-bar
24033         functions by stripping hyphenated suffixes from $TERM.
24035         * files.el (normal-mode): Check boundness of font-lock-keywords.
24037 2005-09-12  Richard M. Stallman  <rms@gnu.org>
24039         * progmodes/compile.el: Don't decide a file's directory
24040         until the user actually tries to go there.
24041         (compilation-next-error-function):
24042         Pass compilation-find-file the directory from the file-struct.
24043         (compilation-internal-error-properties): Separate local FILE-STRUCT
24044         from FILE.  Doc the args better.  Rename arg FMT to FMTS.
24045         (compilation-find-file): Arg DIR renamed to DIRECTORY.
24046         Expand it, and if nil, use default-directory.
24047         (compilation-get-file-structure): Don't mix specified directory
24048         with default directory.  Put specified directory into
24049         file-struct.  Don't make the file name absolute.
24051         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
24052         (compile-command): Add autoload.
24053         (compilation-disable-input): Add autoload.
24055 2005-09-11  Stephen Gildea  <gildea@stop.mail-abuse.org>
24057         * time-stamp.el: Mention variable `time-stamp-pattern' in doc
24058         strings of the variables it can override.
24059         (time-stamp): New (as yet undocumented) time-stamp-format escapes
24060         %Q and %q, for fully-qualified domain name and unqualified host name.
24062 2005-09-11  Kim F. Storm  <storm@cua.dk>
24064         * emacs-lisp/authors.el (authors-aliases): Update list.
24065         (authors-fixed-entries): Update mldrag.el entry.
24067 2005-09-10  Alan Mackenzie  <acm@muc.de>
24069         * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
24070         from the region narrowed to.
24072 2005-09-10  Magnus Henoch  <mange@freemail.hu>
24074         * textmodes/ispell.el (ispell-check-version): Signal an error if
24075         aspell version is less than 0.60.
24077 2005-09-10  Pascal Dupuis  <Pascal.Dupuis@esat.kuleuven.be>  (tiny change)
24079         * progmodes/octave-inf.el (inferior-octave-startup):
24080         Resync current dir at the end.
24082 2005-09-10  Emilio C. Lopes  <eclig@gmx.net>
24084         * woman.el (woman-topic-at-point-default):
24085         Rename to woman-use-topic-at-point-default.
24086         (woman-topic-at-point): Rename to woman-use-topic-at-point.
24087         (woman-file-name): Reflect renames above.  Automatically use the
24088         word at point as topic if woman-use-topic-at-point is non-nil.
24089         Otherwise offer it as default but don't insert it in the
24090         minibuffer.  Also use `test-completion' instead of `assoc' as
24091         suggested by Stefan Monnier.
24093 2005-09-10  Andre Spiegel  <spiegel@gnu.org>
24095         * vc.el (vc-directory, vc-update-change-log): Throw an error on
24096         the attempt to do it over Tramp.  This is not yet supported.
24098 2005-09-10  Eli Zaretskii  <eliz@gnu.org>
24100         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
24101         (menu-bar-non-minibuffer-window-p): New functions.
24102         ("Split Window", "Save As..."): Use them.
24103         ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
24104         ("Print Buffer", "Truncate Long Lines in this Buffer"):
24105         Use menu-bar-menu-frame-live-and-visible-p.
24106         ("Save Buffer", "Insert File", "Open Directory...")
24107         ("Open File...", "Visit New File..."):
24108         Use menu-bar-non-minibuffer-window-p.
24109         (kill-this-buffer-enabled-p, dired <menu-enable>):
24110         Use menu-bar-non-minibuffer-window-p.
24112 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
24114         * cus-start.el (all): Don't complain about fringe-related
24115         built-ins if fringes are not supported.  Ditto about
24116         selection-related built-ins.  Fix the test for GTK-related built-ins.
24118         * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
24119         ("Postscript Print Buffer", "Print Region", "Save As...")
24120         ("Save", "Insert File...", "Open Directory...")
24121         ("Open File...", "Visit New File..."")
24122         ("Truncate Long Lines in this Buffer"): Don't look at
24123         menu-updating-frame if this display does not support multiple frames.
24125 2005-09-09  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
24127         * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
24129 2005-09-09  Emilio C. Lopes  <eclig@gmx.net>
24131         * woman.el: Format- and whitespace-related changes.
24133 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
24135         * woman.el: Fix my email address.
24137 2005-09-08  Richard M. Stallman  <rms@gnu.org>
24139         * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
24140         (sh-mode): Locally set skeleton-pair-default-alist.
24142         * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
24144         * progmodes/flymake.el: Require `compile' unconditionally.
24146         * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
24148         * woman.el (woman-file-name): Provide a default, not initial input.
24150         * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
24152         * font-lock.el (font-lock-support-mode): Doc fix.
24154         * descr-text.el (describe-property-list): Handle non-symbol prop names.
24156 2005-09-08  Richard M. Stallman  <rms@gnu.org>
24158         * simple.el (blink-matching-open): Get rid of text props from
24159         the string shown in echo area.  Don't permanently set point.
24160         Some rearrangements.
24162 2005-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
24164         * recentf.el (recentf-filename-handler): Add custom choice
24165         `abbreviate-file-name'.
24167         * msb.el (msb--very-many-menus): Fix typo.
24169         * disp-table.el (standard-display-european): Don't set
24170         enable-multibyte-characters to nil.
24172 2005-09-08  David Ponce  <david@dponce.com>
24174         * recentf.el (recentf-show-file-shortcuts-flag): New option.
24175         (recentf-expand-file-name): Doc fix.
24176         (recentf-dialog-mode-map): Define digit shortcuts.
24177         (recentf--files-with-key): New variable.
24178         (recentf-show-digit-shortcut-filter): New function.
24179         (recentf-open-files-items): New function.
24180         (recentf-open-files): Use it.
24181         (recentf-open-file-with-key): New command.
24183 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
24185         * buff-menu.el (Buffer-menu-sort-by-column): New function.
24186         Suggested by Kim F. Storm.
24187         (Buffer-menu-sort-button-map): Global keymap for sort buttons.
24188         (Buffer-menu-make-sort-button): Use global keymap.
24190 2005-09-07  Michael Albinus  <michael.albinus@gmx.de>
24192         * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
24193         (Man-getpage-in-background-advice): Remove defadvice; it isn't
24194         necessary any longer with the remapped command.
24195         (Man-bgproc-sentinel-advice): Remove defadvice which counts
24196         formatting time only.
24198         * net/tramp.el (tramp-action-password)
24199         (tramp-multi-action-password): Compile the password prompt from
24200         `method', `user' and `host'.  Sometimes it isn't obvious which
24201         password to enter, for example with remote files offered by
24202         recentf.el, or with multiple steps.  Suggested by Robert Marshall
24203         <robert@chezmarshall.freeserve.co.uk>.
24205 2005-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
24207         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
24208         Fix regexp for when "s///" is at the beginning of line.
24210 2005-09-07  Jay Belanger  <belanger@truman.edu>
24212         * calc/calc-poly.el (math-expand-term): Multiply out any powers
24213         when in matrix mode.
24215 2005-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
24217         * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
24218         non-anonymous functions.
24220 2005-09-06  Chong Yidong  <cyd@stupidchicken.com>
24222         * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
24223         when using a header line.  Otherwise, use mouse-1-click-follows-link.
24225         * mouse.el (mouse-drag-header-line): Do nothing if the header-line
24226         can't be moved; don't signal an error.
24228 2005-09-05  Chong Yidong  <cyd@stupidchicken.com>
24230         * cus-theme.el (custom-theme-write-faces): Save the current face
24231         spec, not the defface spec.
24233         * custom.el (custom-known-themes): Clarify meaning of "standard".
24234         (custom-push-theme): Save old values in the standard theme.
24235         (disable-theme): Correct typo.
24236         (custom-face-theme-value): Deleted unused function.
24237         (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
24239 2005-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
24241         * progmodes/compile.el (compilation-goto-locus): Take into account
24242         iconified frames when determining whether the buffer is
24243         already visible.
24244         Don't reset window height if the window already existed.
24246 2005-09-04  Chong Yidong  <cyd@stupidchicken.com>
24248         * custom.el (load-theme): Rename from require-theme.
24249         Add interactive spec.
24250         (enable-theme): Rename from custom-enable-theme.
24251         Add interactive spec.
24252         (disable-theme): Rename from custom-disable-theme.
24253         Add interactive spec.
24254         (custom-make-theme-feature): Doc fix.
24255         (custom-theme-directory): Doc fix.
24256         (provide-theme): Call enable-theme.
24258 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
24260         * obsolete/lazy-lock.el (lazy-lock-mode):
24261         * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
24262         font-lock-mode if it's off.  Print a warning instead.
24264         * progmodes/compile.el (compilation-start): Ignore errors if the
24265         process died before we get to send-eof.
24267         * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
24268         Undo last change.  Enclosing the result in quotes broke things on Unix
24269         since tex-send-command passes it through shell-quote-argument.
24270         (tex-send-command): Pass `file' through convert-standard-filename
24271         when possible.
24272         (tex-uptodate-p): Handle the case where TeX hasn't put additional
24273         info in a transcript.
24275 2005-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
24277         * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
24278         fix compilation warning.  Reorder the key definitions to group
24279         together keys emitted by the current version of xterm.
24281         * progmodes/vhdl-mode.el (vhdl-highlight-faces)
24282         (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
24283         Reorder predicates to correct min-color usage.
24285 2005-09-01  Chong Yidong  <cyd@stupidchicken.com>
24287         * longlines.el (longlines-mode): Inhibit read-only when encoding.
24288         Kill local variables when longlines-mode is turned off.
24290 2005-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
24292         * international/mule-cmds.el (set-locale-environment): Soothe compiler.
24294         * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
24296         * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
24298         * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
24299         (font-lock-lines-before): Change default to being inactive.
24300         (font-lock-default-fontify-region): Obey font-lock-lines-before.
24301         (font-lock-after-change-function): Don't handle f-l-lines-before here.
24303 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
24305         * net/tramp.el (tramp-handle-make-auto-save-file-name):
24306         Deactivate temporarily advice if active (not needed for Emacs 22,
24307         but for backwards compatibility).
24308         (tramp-exists-file-name-handler): Rewrite.  First implementation
24309         was too simple.
24310         (tramp-advice-make-auto-save-file-name):
24311         Call `tramp-handle-make-auto-save-file-name' (again, just for
24312         backwards compatibility).
24314 2005-08-31  Reto Zimmermann  <reto@gnu.org>
24316         * progmodes/vhdl-mode.el
24317         (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
24318         (vhdl-end-p): Fix indentation bug "else" after "-- when".
24319         (vhdl-set-default-project): New function (easier setting of default).
24320         (vhdl-port-copy): Handle extended identifiers for generics.
24321         (vhdl-compiler-alist): Better description for error message regexp.
24322         (vhdl-make): Query for target, use previous as default.
24323         (vhdl-port-copy): Fix port copy for port names starting with "signal".
24324         (vhdl-font-lock-keywords-2): Fix fontification for record
24325         el. assign.
24326         (vhdl-speedbar-make-subpack-line): Add package body link.
24327         (vhdl-generate-makefile-1): Not include itself as dependency.
24328         (vhdl-font-lock-init): Highlight c-preprocessor directives.
24329         (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
24330         (vhdl-get-syntactic-context): Handle c-preprocessor directives.
24331         (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
24332         (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
24333         (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
24334         (vhdl-import-project): Add string argument for `error'.
24335         (vhdl-compose-configuration)
24336         (vhdl-compose-configuration-architecture): Add configuration
24337         declaration generation.
24338         (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
24339         (vhdl-trailer-re): Add "record" keyword (better indentation).
24340         (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
24341         "[^ \t-\"]+".
24342         (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
24343         (vhdl-testbench-entity-file-name)
24344         (vhdl-testbench-architecture-file-name): Allow separate
24345         customization of testbench file names.
24346         (vhdl-beginning-of-block): Handle optional subprogram parameter list.
24347         (vhdl-get-visible-signals): Allow newline within alias declaration.
24348         (vhdl-update-sensitivity-list): Signal read only on certain attributes.
24349         (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
24350         (member-ignore-case): Alias for missing function in XEmacs.
24351         (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
24352         (vhdl-update-sensitivity-list): Ignore case on read signals.
24353         (vhdl-replace-string): Adjust case only for file names.
24354         (vhdl-update-sensitivity-list): Fix search for read signals.
24355         (vhdl-update-sensitivity-list): Exclude formal parameters.
24356         (vhdl-get-visible-signals): Include aliases of signals.
24357         (vhdl-get-visible-signals): Fix signal name searching.
24358         (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
24359         (vhdl-fixup-whitespace-region): Fix for character
24360         literals (e.g. `:').
24362 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
24364         * ansi-color.el (comint-last-output-start):
24365         * bs.el (font-lock-verbose):
24366         * diff-mode.el (add-log-buffer-file-name-function):
24367         * dired-x.el (vm-folder-directory):
24368         * faces.el (help-xref-stack-item):
24369         * files.el (font-lock-keywords):
24370         * find-lisp.el (dired-buffers, dired-subdir-alist):
24371         * ido.el (cua-inhibit-cua-keys):
24372         * log-view.el (cvs-minor-wrap-function):
24373         * outline.el (font-lock-warning-face):
24374         * simple.el (compilation-current-error):
24375         * speedbar.el (ange-ftp-path-format, efs-path-regexp)
24376         (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
24377         * tooltip.el (comint-prompt-regexp):
24378         * w32-fns.el (explicit-shell-file-name):
24379         * term/mac-win.el (mac-charset-info-alist)
24380         (mac-services-selection, mac-system-script-code):
24381         * term/tty-colors.el (msdos-color-values):
24382         * term/w32-win.el (xlfd-regexp-registry-subnum):
24383         * term/x-win.el (x-keysym-table, x-selection-timeout)
24384         (x-session-id, x-session-previous-id):
24385         * textmodes/ispell.el (mail-yank-prefix):
24386         * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
24387         * textmodes/org.el (calc-embedded-close-formula)
24388         (calc-embedded-open-formula)
24389         (font-lock-unfontify-region-function):
24390         * textmodes/reftex-global.el (isearch-next-buffer-function)
24391         (TeX-master):
24392         * textmodes/reftex.el (font-lock-keywords):
24393         * textmodes/tex-mode.el (font-lock-comment-face)
24394         (font-lock-doc-face):
24395         * textmodes/texinfo.el (outline-heading-alist):
24396         Add defvars.
24398         * textmodes/artist.el (x-pointer-crosshair): Add defvar.
24399         (artist-spray-chars, artist-mode-init, artist-replace-string)
24400         (artist-select-erase-char, artist-vap-find-endpoints-horiz)
24401         (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
24402         (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
24404         * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
24405         (conf-align-assignments): "?\ " -> "?\s".
24407         * textmodes/reftex-index.el (TeX-master): Add defvar.
24408         (reftex-index-phrases-marker): Move up defvar.
24410         * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
24411         (reftex-toc-include-labels-indicator)
24412         (reftex-toc-include-index-indicator)
24413         (reftex-toc-max-level-indicator): Move up declarations.
24415         * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
24416         of args to `tramp-run-real-handler', even if it's empty in this case.
24418 2005-08-31  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
24420         * dired.el (dired-move-to-filename-regexp): Add date format for
24421         Mac OS X 10.3 in East Asian locales.
24423 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
24425         * files.el (make-auto-save-file-name): Add file name handler call
24426         if applicable.
24428         * net/tramp.el (tramp-file-name-handler-alist)
24429         (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
24430         (tramp-handle-make-auto-save-file-name): Rename from
24431         `tramp-make-auto-save-file-name'.
24432         (tramp-exists-file-name-handler): New defun.
24433         (tramp-advice-make-auto-save-file-name): Make defadvice only when
24434         `make-auto-save-file-name' is not a magic file name operation.
24436 2005-08-30  Richard M. Stallman  <rms@gnu.org>
24438         * files.el (risky-local-variable-p):
24439         Match `-predicates' and `-commands.
24441         * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
24442         (custom-save-all): Visit the file if necessary;
24443         kill the buffer if we created it.
24444         (custom-save-delete): Don't visit file or kill buffer here.
24446 2005-08-30  Carsten Dominik  <dominik@science.uva.nl>
24448         * textmodes/org.el (org-special-keyword): New face.
24449         (org-table-copy-down, org-table-eval-formula)
24450         (org-table-recalculate, org-init-section-numbers):
24451         Use `string-to-number' instead of `string-to-int'.
24452         (org-get-location): Use `insert-buffer-substring' instead of
24453         `insert-buffer'.
24454         (org-modify-diary-entry-string): New function.
24455         (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
24456         (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
24457         (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
24458         active region.
24459         (org-export-as-html): Handle QUOTE keyword.
24460         (org-quote-string): New option.
24461         (org-bookmark-jump-unhide): New function, used for
24462         `bookmark-after-jump-hook'.
24463         (org-diary-default-entry): Apply only when not called through
24464         `org-agenda'.
24466 2005-08-30  Juanma Barranquero  <lekktu@gmail.com>
24468         * net/eudc.el (mode-popup-menu):
24469         * play/handwrite.el (ps-printer-name, ps-lpr-command):
24470         * progmodes/ada-mode.el (compile-auto-highlight)
24471         (skeleton-further-elements):
24472         * progmodes/autoconf.el (font-lock-syntactic-keywords):
24473         * progmodes/cmacexp.el (msdos-shells):
24474         * progmodes/compile.el (font-lock-extra-managed-props)
24475         (font-lock-keywords, font-lock-maximum-size)
24476         (font-lock-support-mode):
24477         * progmodes/grep.el (font-lock-lines-before):
24478         * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
24479         * progmodes/mixal-mode.el (compile-command):
24480         * progmodes/perl-mode.el (font-lock-comment-face)
24481         (font-lock-doc-face, font-lock-string-face):
24482         * progmodes/prolog.el (comint-prompt-regexp):
24483         * progmodes/sh-script.el (font-lock-comment-face)
24484         (font-lock-set-defaults, font-lock-string-face):
24485         * progmodes/sql.el (font-lock-keyword-face)
24486         (font-lock-set-defaults, font-lock-string-face):
24487         * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
24488         (itimer-version, lazy-lock-defer-contextually)
24489         (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
24490         Add defvars.
24492         * progmodes/cperl-mode.el (cperl-electric-lbrace)
24493         (cperl-electric-keyword, cperl-electric-pod)
24494         (cperl-electric-backspace, cperl-forward-re)
24495         (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
24496         (vc-rcs-header, vc-sccs-header): Add defvars.
24498         * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
24499         (font-lock-syntactic-keywords, gud-find-expr-function):
24500         Add defvars.
24502         * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
24503         (gdb-frame-parameters): Declare before use.
24505         * progmodes/gud.el (gdb-active-process, gdb-define-alist)
24506         (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
24507         (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
24508         (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
24510         * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
24511         (idlwave-help-with-source): Use `insert-buffer-substring', not
24512         `insert-buffer'.
24514 2005-08-29  Juri Linkov  <juri@jurta.org>
24516         * outline.el (hide-entry, hide-leaves, outline-toggle-children):
24517         Put outline-back-to-heading function call inside save-excursion.
24519 2005-08-29  Juanma Barranquero  <lekktu@gmail.com>
24521         * man.el (Man-init-defvars, Man-translate-references)
24522         (Man-support-local-filenames, Man-highlight-references):
24523         * progmodes/sql.el (sql-interactive-mode):
24524         * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
24526         * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
24527         (compilation-mode-font-lock-keywords): Add defvars.
24528         (checkdoc-interactive-loop): "?\ " -> "?\s".
24530         * emacs-lisp/lisp-mode.el (font-lock-comment-face)
24531         (font-lock-doc-face, font-lock-string-face)
24532         (font-lock-keywords-case-fold-search): Add defvars.
24533         (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
24535         * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
24536         Don't pass X and Y (they are ignored anyway).
24537         (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
24538         (mouse-delete-window): Make arguments optional.
24540         * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
24541         (caesar-translate-table, minor-modes, news-buffer-save)
24542         (news-group-name, news-minor-modes): Add defvars.
24544         * emacs-lisp/lselect.el (mouse-highlight-priority)
24545         (x-lost-selection-functions, zmacs-regions):
24546         * emacs-lisp/pp.el (font-lock-verbose):
24547         * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
24548         * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
24549         (ses-mode-map):
24550         * emacs-lisp/tcover-unsafep.el (safe-functions):
24551         * international/mule-cmds.el (mac-system-coding-system)
24552         (mac-system-locale):
24553         * language/ethio-util.el (rmail-current-message)
24554         (rmail-message-vector):
24555         * language/thai-util.el (thai-auto-composition-mode):
24556         * mail/metamail.el (rmail-current-message, rmail-message-vector):
24557         * mail/mspools.el (rmail-inbox-list, vm-crash-box)
24558         (vm-folder-directory, vm-init-file, vm-init-file-loaded)
24559         (vm-primary-inbox, vm-spool-files):
24560         * mail/rmail.el (deleted-head, font-lock-fontified)
24561         (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
24562         (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
24563         (total-messages):
24564         * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
24565         (rmail-summary-mode-map):
24566         * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
24567         (rmail-last-label, rmail-last-multi-labels)
24568         (rmail-summary-vector, rmail-total-messages):
24569         * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
24570         * mail/rmailsum.el (msgnum):
24571         * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
24572         (rmail-current-message):
24573         * obsolete/fast-lock.el (font-lock-face-list):
24574         * obsolete/rnewspost.el (mail-reply-buffer):
24575         * obsolete/scribe.el (compile-command):
24576         * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
24578 2005-08-28  John Paul Wallington  <jpw@gnu.org>
24580         * ibuf-ext.el (ibuffer-auto-update-changed):
24581         Use `frame-or-buffer-changed-p' to check whether we need to update.
24582         (ibuffer-auto-mode): Don't advise `get-buffer-create' and
24583         `kill-buffer'.  Initialise `ibuffer-auto-buffers-changed'
24584         as a `frame-or-buffer-changed-p' state vector instead.
24586 2005-08-27  Romain Francoise  <romain@orebokech.com>
24588         * textmodes/makeinfo.el (makeinfo-compile):
24589         Use `compilation-start'.  Set `next-error-function' according to
24590         `disable-errors'.
24591         (makeinfo-next-error): New function.
24592         (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
24593         (makeinfo-buffer): Likewise.
24595         * progmodes/compile.el (compilation-start): Add autoload cookie.
24597         * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
24598         * textmodes/sgml-mode.el: Likewise.
24599         * progmodes/python.el: Likewise.
24601 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
24603         * simple.el (blink-matching-paren-distance): Document the meaning
24604         of nil value, and allow to customize to nil.
24606         * eshell/esh-ext.el (eshell-windows-shell-file): Look for
24607         command.com, not command.exe.
24609 2005-08-26  John Wiegley  <johnw@newartisans.com>
24611         * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
24612         code around a bit so that an extraneous nil argument is not added
24613         to a command when no args are given.
24615         * eshell/esh-arg.el (eshell-parse-double-quote): If a
24616         double-quoted argument resolves to nil, return it as an empty
24617         string rather than as nil.  This made it impossible to pass "" to
24618         a shell script as a null string argument.
24620 2005-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
24622         * outline.el (outline-invent-heading): New fun.
24623         (outline-promote, outline-demote): Use it.
24624         (outline-move-subtree-down): Remove unused vars `re' and `txt'.
24625         (outline-end-of-subtree): Remove unused var `opoint'.
24627 2005-08-26  David Reitter  <david.reitter@gmail.com>
24629         * menu-bar.el (truncate-lines, write-file, print-buffer)
24630         (ps-print-buffer-faces, ps-print-buffer, split-window):
24631         Disable menu items when the frame they refer to is invisible, or when
24632         they refer to a buffer and the minibuffer is selected.
24634 2005-08-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
24636         * progmodes/flymake.el (flymake-highlight-err-lines):
24637         Use save-excursion around flymake-highlight-line to preserve point.
24639 2005-08-26  Eli Zaretskii  <eliz@gnu.org>
24641         * progmodes/octave-mod.el: Change Author and Maintainer address.
24642         (octave-maintainer-address): Change Kurt's email address.
24643         * progmodes/octave-inf.el: Change Author and Maintainer address.
24644         * progmodes/octave-hlp.el: Change Author and Maintainer address.
24646 2005-08-26  Kim F. Storm  <storm@cua.dk>
24648         * subr.el (version-list-<, version-list-<=, version-list-=):
24649         Rename from integer-list-*.
24650         (version-list-not-zero): Likewise.  Fix while loop.
24651         (version=): Use version-list-= instead of string-equal.
24653 2005-08-26  Richard M. Stallman  <rms@gnu.org>
24655         * outline.el (outline-promote): Try shortening the heading.
24656         As last resort, read the heading to use.
24657         (outline-demote): As last resort, read the heading to use.
24659 2005-08-26  Romain Francoise  <romain@orebokech.com>
24661         * progmodes/compile.el (compilation-start): Doc fix.
24663         * progmodes/antlr-mode.el (antlr-default): Fix defface form.
24664         (antlr-font-lock-additional-keywords): Fix reference to
24665         `antlr-font-lock-literal-regexp' erroneously changed during the
24666         mass face rename.
24667         (antlr-run-tool): Use `compilation-start'.
24669         * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
24670         instead of the obsolete `compile-internal'.
24672 2005-08-26  Juanma Barranquero  <lekktu@gmail.com>
24674         * calendar/cal-bahai.el (date, displayed-month, displayed-year)
24675         (number, original-date):
24676         * calendar/cal-china.el (date):
24677         * calendar/cal-coptic.el (date):
24678         * calendar/cal-french.el (date):
24679         * calendar/cal-hebrew.el (date, entry, number, original-date):
24680         * calendar/cal-islam.el (date, number, original-date):
24681         * calendar/cal-iso.el (date):
24682         * calendar/cal-julian.el (date):
24683         * calendar/cal-mayan.el (date):
24684         * calendar/cal-menu.el (date, event):
24685         * calendar/cal-persia.el (date):
24686         * calendar/lunar.el (date):
24687         * calendar/solar.el (date): Add defvars.
24689         * emerge.el:
24690         * ibuffer.el:
24691         * info-xref.el:
24692         * obsolete/bg-mouse.el:
24693         * obsolete/sun-curs.el:
24694         * obsolete/swedish.el: Move the `defvar's to the top level.
24696         * smerge-mode.el (smerge-refined-change): Add :group.
24698 2005-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
24700         * smerge-mode.el (smerge-remove-props): Make the args non-optional.
24701         (smerge-keep-n): Remove props.
24702         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
24703         (smerge-keep-current, smerge-kill-current): Don't remove props anymore
24704         now that it's done in smerge-keep-n.
24705         (smerge-refined-change): New face.
24706         (smerge-refine-chopup-region, smerge-refine-highlight-change)
24707         (smerge-refine): New funs.
24708         (smerge-basic-map): Bind smerge-refine.
24710 2005-08-25  Juri Linkov  <juri@jurta.org>
24712         * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
24713         compilation-process-setup-function and compilation-disable-input
24714         in grep-mode instead of let-bindings in grep.
24716         * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
24717         Delete "Automatic File De/compression" (auto-compression-mode).
24719 2005-08-25  Juanma Barranquero  <lekktu@gmail.com>
24721         * obsolete/bg-mouse.el: Move to obsolete/ from term/.
24722         Silence warning about non-existent variable.
24724 2005-08-25  Richard M. Stallman  <rms@gnu.org>
24726         * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
24727         Rename "Describe Key" to "Describe Key or Mouse Operation".
24729         * mail/mailalias.el (build-mail-aliases): Delete comments
24730         from the contents before processing them.
24732         * isearch.el (isearch-edit-string): Erase the Search prompt
24733         if user enters an empty string and there is no default.
24735         * comint.el (comint-file-name-prefix): Add autoload.
24737 2005-08-25  Joe Corneli  <jcorneli@math.utexas.edu>
24739         * subr.el (play-sound): Rearrange to avoid warning.
24741 2005-08-25  Carsten Dominik  <dominik@science.uva.nl>
24743         * calendar/diary-lib.el (diary-modify-entry-list-string-function):
24744         New hook.
24745         (add-to-diary-list): Call `diary-modify-entry-list-string-function'.
24747 2005-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
24749         * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
24751         * custom.el (custom-theme-set-variables): Sort minor modes last.
24753 2005-08-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
24755         * subr.el (version-separator, version-regexp-alist): New vars used by
24756         version comparison funs.
24757         (integer-list-<, integer-list-=, integer-list-<=)
24758         (integer-list-not-zero): New funs for integer list comparison.
24759         (version-to-list, version=, version<, version<=): New funs for version
24760         comparison.
24762 2005-08-24  Juanma Barranquero  <lekktu@gmail.com>
24764         * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
24765         (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
24766         time to silence the byte-compiler.
24768         * ibuffer.el (ibuffer-compile-make-eliding-form)
24769         (ibuffer-check-formats): Use `with-no-warnings' to hide references
24770         to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
24771         so it's silly to get warnings for it).
24772         (ibuffer-auto-mode, ibuffer-cached-filter-formats)
24773         (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
24774         (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
24775         (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
24776         (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
24777         (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
24778         Defvar at compile time.
24779         (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
24780         (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
24781         Declare them before use.
24783         * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
24784         (info-xref-good, info-xref-bad): Defvar at compile time.
24786         * obsolete/mlsupport.el (filter-region, execute-monitor-command):
24787         Use `let*' instead of `let'.
24789         * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
24790         (*mouse-y*, menu, char): Defvar at compile time.
24791         (sc::menu): Declare it before use.
24792         (sc::pack-one-line): Use `let', not `let*'.
24794         * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
24795         (mail-send-hook): Defvar at compile time.
24797         * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
24798         Defvar at compile time.
24800         * term/sun-mouse.el (current-global-mousemap)
24801         (current-local-mousemap): Declare them before use.
24803 2005-08-24  Carsten Dominik  <dominik@science.uva.nl>
24805         * bookmark.el (bookmark-after-jump-hook): New hook.
24806         (bookmark-jump): Run `bookmark-after-jump-hook'.
24808 2005-08-23  Juri Linkov  <juri@jurta.org>
24810         * faces.el (minibuffer-prompt): Doc fix.
24812 2005-08-23  Juanma Barranquero  <lekktu@gmail.com>
24814         * progmodes/xscheme.el: Trivial changes to silence warnings.
24815         (xscheme-previous-mode, xscheme-previous-process-state):
24816         Add defvars.
24817         (xscheme-last-input-end, xscheme-process-command-line)
24818         (xscheme-process-name, xscheme-buffer-name)
24819         (xscheme-expressions-ring-max, xscheme-expressions-ring)
24820         (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
24821         (xscheme-control-g-synchronization-p)
24822         (xscheme-control-g-disabled-p, xscheme-string-receiver)
24823         (default-xscheme-runlight, xscheme-runlight)
24824         (xscheme-runlight-string, xscheme-process-filter-state)
24825         (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
24826         Move to beginning of file.
24827         (scheme-interaction-mode-commands-alist)
24828         (scheme-interaction-mode-map, scheme-debugger-mode-map):
24829         Declare them before use.  Note: the initialization code for the
24830         variables has not been moved because it uses functions that reference
24831         the variables.
24832         (xscheme-control-g-message-string, xscheme-process-filter-alist)
24833         (xscheme-prompt-for-expression-map): Declare them before use.
24834         (scheme-debugger-mode-commands): "?\ " -> "?\s".
24836 2005-08-23  Ed Swarthout  <ed.swarthout@gmail.com>  (tiny change)
24838         * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
24840 2005-08-22  Juri Linkov  <juri@jurta.org>
24842         * faces.el (set-face-underline): Delete this duplicate function
24843         and make an obsolete alias to set-face-underline-p.
24844         (set-face-underline-p): Use docstring of set-face-underline.
24845         (describe-face): Create hyperlink to parent face.
24847         * info.el (Info-insert-dir): Use save-excursion around
24848         insert-buffer-substring.
24849         (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
24850         (Info-escape-percent): Delete function.
24851         (Info-fontify-node): Replace Info-escape-percent by
24852         replace-regexp-in-string with REP arg set to lambda that
24853         duplicates `%' and preserves text properties.
24855         * progmodes/compile.el (compilation-disable-input): Doc fix.
24856         (define-compilation-mode): Doc fix and refill.
24857         (kill-compilation): Use `mode-name' in the error message.
24858         (compilation-find-file): Use `compilation-error' in the
24859         read-file-name's prompt.
24861 2005-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
24863         * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
24864         (smerge-auto-leave): Make undo re-enable the mode.
24865         (debug-ignored-errors): Add the user-error of impossible resolution.
24866         (smerge-resolve): Move things around a bit, in preparation for later.
24867         (smerge-diff): Don't fail if the buffer has no associated file.
24868         (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
24869         (smerge-conflict-overlay): New function.
24870         (smerge-match-conflict): Don't add text properties here.
24871         (smerge-find-conflict): Instead, add an overlay here.
24872         Also check for the case where we're inside a conflict already, so as to
24873         obviate the need for font-lock-multiline, which is unbearably slow with
24874         large conflicts and ciomplex font-lock patterns.
24875         (smerge-remove-props): Remove overlay rather than text-properties.
24876         (smerge-mode): Don't set font-lock-multiline.
24877         Remove overlays when turned off.
24879 2005-08-21  Kim F. Storm  <storm@cua.dk>
24881         * ido.el (ido-ignore-item-p): Use save-match-data.
24882         Bind case-fold-search to ido-case-fold locally.
24884 2005-08-20  Richard M. Stallman  <rms@gnu.org>
24886         * files.el (normal-mode): If font lock is on, turn it off and on.
24888         * subr.el (replace-regexp-in-string): Doc fix.
24890         * startup.el (command-line-1): Don't suppress startup screen
24891         due to existing processes.
24893         * progmodes/grep.el (grep): Bind compilation-disable-input to t.
24895         * progmodes/compile.el (compilation-disable-input): Default to nil.
24897 2005-08-20  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
24899         * progmodes/compile.el (compilation-disable-input): New defcustom.
24900         (compilation-start): If compilation-disable-input is non-nil, send
24901         EOF to the compilation process.
24903 2005-08-20  Eli Zaretskii  <eliz@gnu.org>
24905         * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
24906         Run the argument of tex-shell-cd-command through
24907         convert-standard-filename, to get the correct style of slashes on
24908         Windows, and enclose the result in quotes, in case the file name
24909         includes whitespace or other special characters.
24911 2005-08-19  Andreas Schwab  <schwab@suse.de>
24913         * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
24914         process.
24916 2005-08-18  Luc Teirlinck  <teirllm@auburn.edu>
24918         * cus-start.el (minibuffer-prompt-properties): Correct typo.
24920 2005-08-18  Kim F. Storm  <storm@cua.dk>
24922         * scroll-lock.el: Fix errors due to incorrect line wrapping.
24924 2005-08-18  Richard M. Stallman  <rms@gnu.org>
24926         * scroll-lock.el: New file.
24928 2005-08-18  Thien-Thi Nguyen  <ttn@gnu.org>
24930         * dired.el (dired-move-to-end-of-filename):
24931         Handle fifo as rendered by "ls -lF": Don't include trailing "|".
24933 2005-08-18  Kim F. Storm  <storm@cua.dk>
24935         * ido.el (ido-everywhere): Fix defcustom :set function to disable
24936         rather than toggle mode when custom value is nil.
24937         (ido-everywhere): Fix defun doc string.
24939 2005-08-17  Richard M. Stallman  <rms@gnu.org>
24941         * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
24942         as tag instead of "Inviolable".
24944 2005-08-17  Kim F. Storm  <storm@cua.dk>
24946         * windmove.el (windmove-coordinates-of-position): Remove.
24947         (windmove-coordinates-of-window-position): Remove.
24948         (windmove-reference-loc): Use posn-at-point instead.
24950         * subr.el (insert-for-yank-1): Doc fix.
24952         * ido.el (ido-enter-matching-directory): Rename from
24953         ido-enter-single-matching-directory.  Change `slash' choice to
24954         `only'.  Add `first' choice.
24955         (ido-exhibit): Adapt to above changes.
24957 2005-08-16  Luc Teirlinck  <teirllm@auburn.edu>
24959         * Makefile.in: Expand comment about building loaddefs.el.
24961 2005-08-16  Nick Roberts  <nickrob@snap.net.nz>
24963         * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
24964         Comment use of defadvice.
24966         * progmodes/gud.el (gud-jump): Rework for gdb-ui.
24968 2005-08-15  Dan Nicolaescu  <dann@ics.uci.edu>
24970         * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
24971         * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
24972         * progmodes/gdb-ui.el, progmodes/idlw-help.el,
24973         * progmodes/idlw-shell.el, progmodes/ld-script.el,
24974         * progmodes/which-func.el, ruler-mode.el, strokes.el,
24975         * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
24976         for backward compatibility for faces that did not appear in the
24977         previous Emacs release.
24979         * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
24981 2005-08-15  Kim F. Storm  <storm@cua.dk>
24983         * emulation/cua-base.el (cua-delete-region): Return t if
24984         deleted region was non-empty.
24985         (cua-replace-region): Inhibit overwrite-mode for
24986         self-insert-command if replaced region was non-empty.
24987         (cua--explicit-region-start, cua--status-string): Make them
24988         buffer-local at top-level...
24989         (cua-mode): ...rather than when mode is enabled.
24991 2005-08-15  Thien-Thi Nguyen  <ttn@gnu.org>
24993         * progmodes/vhdl-mode.el (vhdl-emacs-21):
24994         Set t for Emacs 21, 22, and so on.
24996 2005-08-15  David Ponce  <david@dponce.com>
24998         * tree-widget.el: Update Commentary header.
24999         (tree-widget-theme): Doc fix.
25000         (tree-widget-space-width): New option.
25001         (tree-widget-image-properties): Look up in the default theme too.
25002         (tree-widget--cursors): Only for images with arrow pointer shape.
25003         (tree-widget-lookup-image): Pointer shape is hand by default.
25004         (tree-widget-icon): Rename generic icon widget from
25005         `tree-widget-control'.
25006         (tree-widget-*-icon): Rename from `tree-widget-*-control' and
25007         derive from `tree-widget-icon'.
25008         (tree-widget-handle): Improve default look and feel of the text
25009         representation.
25010         (tree-widget): Rename :*-control properties to :*-icon properties.
25011         Add :action and :help-echo properties.
25012         (tree-widget-after-toggle-functions): Move.
25013         (tree-widget-close-node, tree-widget-open-node): Remove.
25014         (tree-widget-before-create-icon-functions): New hook.
25015         (tree-widget-value-create): Update to allow customization of icons
25016         and nodes at run-time via that new hook.
25017         (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
25018         (tree-widget-icon-action, tree-widget-icon-help-echo)
25019         (tree-widget-action, tree-widget-help-echo): New functions.
25021 2005-08-15  Kim F. Storm  <storm@cua.dk>
25023         * ido.el (ido-buffer-internal): Use with-no-warnings.
25024         (ido-make-merged-file-list): Use while-no-input.
25026 2005-08-15  Richard M. Stallman  <rms@gnu.org>
25028         * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
25029         (flyspell-large-region): Fix doc and custom type.
25031 2005-08-14  Richard M. Stallman  <rms@gnu.org>
25033         * files.el (interpreter-mode-alist): Doc fix.
25035         * mail/rmail.el (rmail-nonignored-headers): New variable.
25036         (rmail-clear-headers): Use it.
25037         (rmail-reply): Better handling of mail-followup-to header.
25039         * progmodes/sh-script.el (sh-font-lock-keywords-var):
25040         Rename variable from sh-font-lock-keywords.  In the `shell' entry,
25041         don't try to refer to executable-font-lock-keywords.
25042         (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
25043         (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
25044         (sh-font-lock-keywords): Append executable-font-lock-keywords here.
25045         (sh-mode): Set comment-start-skip, local-abbrev-table,
25046         imenu-case-fold-search.
25047         (sh-set-shell): Don't set them here.
25048         (sh-feature): Simplify.  Get rid of the eval-a-variable feature.
25049         Don't cache the results in the original alist; don't ever modify
25050         that alist.
25052         * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
25054         * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
25055         empty.
25057 2005-08-15  Andreas Schwab  <schwab@suse.de>
25059         * desktop.el: Put autoload cookie at risky-local-variable declarations.
25061         * dired.el, info.el, mail/rmail.el: Revert last change.
25063 2005-08-14  Thien-Thi Nguyen  <ttn@gnu.org>
25065         * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
25066         modification in `eval-after-load' form.
25067         * info.el: Likewise.
25068         * mail/rmail.el: Likewise.
25070 2005-08-14  Juri Linkov  <juri@jurta.org>
25072         * progmodes/compile.el (compilation-mode-font-lock-keywords):
25073         Remove highlighting of "Compilation started".  Highlight only
25074         the word "finished" in "Compilation finished".  Add highlighting
25075         of "interrupt", "killed", "terminated" and the exit code.
25076         (compilation-start): Add newline after header.  Use exactly the
25077         same time stamp format as the finishing message.
25078         (compilation-mode-map): Add ellipsis to "Search Files (grep)".
25080         * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
25081         (grep-mode-font-lock-keywords): Don't highlight "Grep started".
25082         Add highlighting of "interrupt", "killed", "terminated".
25084         * delsel.el (delete-selection-pre-hook): If overwrite-mode is
25085         enabled and the current command is self-insert-command, call it
25086         explicitly with overwrite-mode bound to nil, to not allow it
25087         to delete the character after the selected region.
25089 2005-08-12  Matt Hodges  <MPHodges@member.fsf.org>
25091         * emacs-lisp/eldoc.el: Add move-beginning-of-line,
25092         move-end-of-line, end-of-line, and beginning-of-line to the list
25093         of commands after which the echo area is updated.
25095 2005-08-12  Eli Zaretskii  <eliz@gnu.org>
25097         * cus-edit.el (custom-save-all, custom-save-delete):
25098         Bind recentf-exclude to exclude custom-file.
25100 2005-08-12  Ehud Karni  <ehud@unix.mvs.co.il>
25102         * mail/rmailsum.el (rmail-summary-end-of-message): New command
25103         to go to the bottom of the mail message.  Added to
25104         `rmail-summary-mode-map' with key "/".
25105         (rmail-summary-show-message): New (internal) function for use by
25106         both `rmail-summary-beginning/end-of-message'.
25107         (rmail-summary-beginning-of-message): Change to use
25108         rmail-summary-show-message.
25110         * mail/rmail.el (rmail-end-of-message): New command to go to the
25111         end of the current message.  Added to `rmail-mode-map' with key "/".
25112         (rmail-beginning-of-message): Fix to work as documented.
25113         (rmail-mode): Change documentation.
25115         * progmodes/compile.el (compilation-start): Add the line
25116         "Compilation started" with compilation start time.
25117         (compilation-mode-font-lock-keywords): Add `started' to keywords.
25119 2005-08-11  Luc Teirlinck  <teirllm@auburn.edu>
25121         * menu-bar.el (menu-bar-options-menu): Standardize capitalization
25122         of menu items.
25124 2005-08-11  Richard M. Stallman  <rms@gnu.org>
25126         * simple.el (pop-global-mark): Reverse test of widen-automatically.
25128         * battery.el (battery-status-function): Don't use ignore-errors.
25130 2005-08-11  Lute Kamstra  <lute@gnu.org>
25132         * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
25133         define-obsolete-variable-alias.
25135 2005-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
25137         * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
25138         (ange-ftp-send-cmd): Revert last change, and expand
25139         the comment explaining the problem.
25141 2005-08-10  Luc Teirlinck  <teirllm@auburn.edu>
25143         * ldefs-boot.el: Update.
25145         * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
25146         item to "Time, Load and Mail".  Change help echo text.
25148         * time.el (display-time-use-mail-icon, display-time-format)
25149         (display-time-string-forms): Shorten first line of docstrings.
25151 2005-08-10  Lars Hansen  <larsh@soem.dk>
25153         * desktop.el (desktop-buffer-mode-handlers):
25154         Make non-customizable.  Add autoload cookie.  Change initial value to
25155         nil; add elements in respective modules instead.  Fix doc string.
25156         (desktop-load-file): New function.
25157         (desktop-minor-mode-handlers): New autoloaded variable.
25158         (desktop-create-buffer): Call minor mode handlers.
25159         Use desktop-load-file to load major and minor mode modules prior to
25160         checking for a handler.
25161         (desktop-save): Don't add nil to desktop-minor-modes for minor
25162         modes with nil function in desktop-minor-mode-table.  Don't delete
25163         desktop file before rewriting it.
25164         (desktop-locals-to-save): Add autoload cookie.  Don't make
25165         automatically buffer-local.  Add variables column-number-mode,
25166         size-indication-mode, indent-tabs-mode,
25167         indicate-buffer-boundaries, indicate-empty-lines and
25168         show-trailing-whitespace.
25169         (desktop-clear): Allow desktop-clear-preserve-buffers to contain
25170         regexps.  Don't use desktop-clear-preserve-buffers-regexp.
25171         (desktop-clear-preserve-buffers-regexp): Delete.
25172         (desktop-clear-preserve-buffers): Update initial value and docstring.
25173         (desktop-save-buffer): Fix doc string.
25175         * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
25176         (hilit-chg-desktop-restore): New function.
25177         (highlight-changes-mode): Add highlight-changes-mode to
25178         desktop-locals-to-save.
25180         * dired.el: Add handler to desktop-buffer-mode-handlers.
25181         (dired-restore-desktop-buffer): Remove autoload cookie.
25182         (dired-mode): Add autoload cookie.
25184         * info.el: Add handler to desktop-buffer-mode-handlers.
25185         (Info-restore-desktop-buffer): Remove autoload cookie.
25186         (Info-mode): Add autoload cookie.
25188         * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
25189         (mh-restore-desktop-buffer): Remove autoload cookie.
25190         (mh-folder-mode): Add autoload cookie.
25192         * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
25193         (rmail-restore-desktop-buffer): Remove autoload cookie.
25195 2005-08-11  Masatake YAMATO  <jet@gyve.org>
25197         * hexl.el (hexl-address-region):
25198         (hexl-ascii-region, hexl-font-lock-keywords):
25199         (hexl-highlight-line-range): Use the term "region"
25200         instead of "area" for consistency with the other symbols
25201         defined in hexl.el.
25203 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
25205         * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
25206         correct group: it is set with `menu-bar-make-mm-toggle' (pointed
25207         out by Juri Linkov).  Add `display-battery-mode'.
25209 2005-08-09  Juri Linkov  <juri@jurta.org>
25211         * progmodes/compile.el (compilation-mode-font-lock-keywords):
25212         Remove `-text' from face variable names.
25213         (compilation-error-file-name, compilation-warning-file-name)
25214         (compilation-info-file-name): Delete faces.
25215         (compilation-line-number, compilation-column-number):
25216         Remove face underlining.
25217         (compilation-message-face): Set to `underline' value by default.
25218         (compilation-error-face, compilation-warning-face)
25219         (compilation-info-face): Remove `-file-name' from face names.
25220         (compilation-error-text-face, compilation-warning-text-face)
25221         (compilation-info-text-face): Delete face variables.
25222         (compilation-text-face): Delete function.
25224         * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
25225         (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
25226         (grep-error-face): Set to `compilation-error' instead of
25227         `compilation-error-face' (which is redefined to `grep-hit-face' in
25228         grep buffers).
25229         (grep-mode-font-lock-keywords): Remove `-text' from face variable
25230         names.  Use `grep-error-face' instead of `compilation-error-text-face'.
25232         * dired-aux.el (dired-do-query-replace-regexp):
25233         Use `query-replace-read-args'.
25235         * replace.el (query-replace-read-from, query-replace-read-to)
25236         (query-replace-read-args): Rename arg `string' to `prompt'.
25238         * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
25240 2005-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
25242         * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
25243         uploading files.
25244         (ange-ftp-canonize-filename): Handle file names beginning with ~
25245         correctly.
25247 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
25249         * textmodes/fill.el (canonically-space-region)
25250         (fill-context-prefix, fill-french-nobreak-p)
25251         (fill-delete-newlines, fill-comment-paragraph)
25252         (justify-current-line): "?\ " -> "?\s".
25254 2005-08-09  Ben North  <ben@redfrontdoor.org>  (tiny change)
25256         * textmodes/fill.el (fill-nonuniform-paragraphs):
25257         Improve argument/docstring consistency.
25259 2005-08-09  Richard M. Stallman  <rms@gnu.org>
25261         * textmodes/ispell.el (ispell-word): More fboundp checks.
25263         * files.el (find-file-noselect): Don't call set-buffer-major-mode.
25264         (find-file-noselect-1): Call it here, only if RAWFILE.
25265         (normal-mode): Always set some major mode.
25266         (save-some-buffers-action-alist): Change some explanation strings.
25267         (file-name-non-special): In the `quote' method, use unwind-protect.
25269 2005-08-09  Magnus Henoch  <mange@freemail.hu>
25271         * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
25272         (ispell-have-aspell-dictionaries): New variable.
25273         (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
25274         (ispell-get-aspell-config-value): New function.
25275         (ispell-aspell-find-dictionary): New function.
25276         (ispell-aspell-add-aliases): New function.
25277         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
25278         appropriate.  Don't look for ispell dictionaries if we use aspell.
25279         (ispell-menu-map): Don't build a submenu of dictionaries.
25281 2005-08-09  Richard M. Stallman  <rms@gnu.org>
25283         * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
25284         (sql-read-passwd): Use read-passwd.
25286         * progmodes/idlw-toolbar.el (idlwave-toolbar)
25287         (idlwave-toolbar-is-possible): Add defvars.
25289         * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
25290         Avoid warnings.
25292         * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
25293         (idlwave-system-class-info, idlwave-executive-commands-alist):
25294         Use defvar.
25296         * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
25298         * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
25299         Avoid warnings.
25301         * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
25302         and content-type: headers.
25304         * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
25306         * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
25307         and rename some of them to be more self-explanatory.
25309         * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
25311         * startup.el (command-line-1): Implement -scriptload.
25313         * replace.el (occur-engine): Initial *Occur* output not undoable.
25315         * menu-bar.el (menu-bar-file-menu): Rename some menu items
25316         and improve help strings.
25318         * isearch.el (isearch-repeat): When changing direction,
25319         mark search successful.
25321         * ediff-init.el: Use (featurep 'xemacs).
25323         * comint.el (send-invisible): Identify buffer, if not selected.
25325         * align.el: Delete autoload for c-guess-basic-syntax.
25327 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
25329         * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
25330         Improve argument/docstring consistency.  Doc fixes.
25331         (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
25332         (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
25333         (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
25334         (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
25335         (r2bv-organization, r2bv-pages, r2bv-primary-author)
25336         (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
25337         (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
25338         Defvar at compile time.
25340 2005-08-09  Juri Linkov  <juri@jurta.org>
25342         * info.el: Replace `info' with upper-case `Info' where appropriate.
25343         (info-title-1, info-title-2, info-title-3, info-title-4)
25344         (info-menu-header): Move up face definitions.
25345         (info-menu-star): Rename from `info-menu-5'.
25346         (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
25347         (Info-fontify-visited-nodes): Fix docstring.
25348         (Info-hide-note-references): Fix docstring.
25349         (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
25350         menu items in the same way as on cross-references.
25351         (info-apropos): Fix sorting order and formatting to be like in the
25352         stand-alone Info browser.  Display error messages for 1 sec.
25353         (Info-mode-map): Move down `c' key binding.  Bind `^' to `Info-up'.
25354         (Info-mode-menu): Remove item for `Info-search-case-sensitively'
25355         from the menu bar.
25356         (Info-insert-dir): Restore point after calling
25357         `insert-buffer-substring'.
25359 2005-08-08  Richard M. Stallman  <rms@gnu.org>
25361         * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
25362         (recompute-lucid-menubar): Add defvars.
25364         * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
25366         * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
25368         * net/net-utils.el (run-dig): Rename from `dig'.
25370         * play/gametree.el (gametree-mode): Use make-local-variable,
25371         not make-variable-buffer-local.
25373         * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
25375         * ansi-color.el (ansi-color-make-extent)
25376         (ansi-color-set-extent-face): Use fboundp, not functionp.
25378         * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
25379         not make-variable-buffer-local.
25381         * bookmark.el (Info-current-file): Add defvar.
25382         (bookmark-jump-noselect): Use with-no-warnings.
25384         * completion.el (c-mode-map, fortran-mode-map): Add defvars.
25386         * ebuff-menu.el (Helper-return-blurb): Add defvar.
25388         * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
25390         * find-file.el (ada-procedure-start-regexp)
25391         (ada-package-start-regexp): Add defvars.
25393         * info.el (Info-insert-dir): Use insert-buffer-substring.
25395         * xml.el (xml-att-def-re): Add defvar.
25397         * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
25398         calling convention.
25400         * subr.el (while-no-input): Return t if there is input.
25402 2005-08-08  Luc Teirlinck  <teirllm@auburn.edu>
25404         * cus-start.el (all): Add `overflow-newline-into-fringe'.
25406 2005-08-08  Juanma Barranquero  <lekktu@gmail.com>
25408         * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
25409         (scheme-prev-l/c-dir/file): Fix typos in docstrings.
25411 2005-08-08  Emilio C. Lopes  <eclig@gmx.net>
25413         * cmuscheme.el (scheme-start-file): Replace reference to
25414         `user-emacs-directory' by "~/.emacs.d/".
25416 2005-08-08  Thien-Thi Nguyen  <ttn@gnu.org>
25418         * info.el (Info-dir-remove-duplicates): Avoid case folding
25419         in loop; instead, keep downcased strings for comparison.
25420         Suggested by Helmut Eller.
25422 2005-08-07  Michael Albinus  <michael.albinus@gmx.de>
25424         Sync with Tramp 2.0.50.
25426         * net/tramp.el: Remove defvar of `last-coding-system-used' in the
25427         XEmacs case; not necessary anymore.
25428         (tramp-user-regexp): Allow "@" as part of user name.
25429         (tramp-handle-set-visited-file-modtime)
25430         (tramp-handle-insert-file-contents)
25431         (tramp-handle-write-region): No special handling for
25432         `last-coding-system-used, because this is done in
25433         `tramp-accept-process-output' now.
25434         (tramp-accept-process-output): New defun.
25435         (tramp-process-one-action, tramp-process-one-multi-action)
25436         (tramp-wait-for-regexp, tramp-wait-for-output)
25437         (tramp-discard-garbage-erase-buffer): Call it.  Reported by David
25438         Howells <dhowells@redhat.com>.
25439         (clear-visited-file-modtime): Defadvice removed.  The check for
25440         unset buffer's modtime does not need to be based on
25441         `tramp-buffer-file-attributes'.  Suggested by RMS.
25442         (tramp-message): Insert "\n" if not being at beginning of line.
25443         (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
25444         sequence with same logic.
25445         (tramp-completion-handle-expand-file-name): Discard call of
25446         `tramp-drop-volume-letter'.  It is not necessary, and there have
25447         been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
25448         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
25449         (tramp-do-copy-or-rename-file-out-of-band): Transfer message
25450         should always be visible.
25451         (tramp-handle-insert-directory, tramp-setup-complete)
25452         (tramp-set-process-query-on-exit-flag)
25453         (tramp-append-tramp-buffers): Pacify byte-compiler.
25454         (tramp-bug): Delete non-existing variables from list.
25455         Apply `tramp-load-report-modules' as pre-hook.
25456         Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
25457         `shell-prompt-pattern' because of non-7bit characters.
25458         Reported by Sebastian Luque <sluque@mun.ca>.
25459         (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
25460         (tramp-match-string-list): Remove function.
25461         (tramp-wait-for-regexp): Remove call of that function.
25462         Suggested by Kim F. Storm <storm@cua.dk>.
25463         (tramp-set-auto-save-file-modes): Use octal integer code #o600
25464         instead of octal character code ?\600.  The latter resulted in a
25465         syntax error with XEmacs.
25467         * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
25468         XEmacs case; not necessary anymore.
25469         (tramp-smb-handle-write-region): No special handling for
25470         `last-coding-system-used, because this is done in
25471         `tramp-accept-process-output' now.
25472         (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
25474 2005-08-06  Luc Teirlinck  <teirllm@auburn.edu>
25476         * wid-edit.el (widget-choice-value-create):
25477         Unconditionally respect user choice.  Set :explicit-choice back to nil
25478         when no longer needed.
25479         (widget-choice-action): Unconditionally respect user choice.
25480         Eliminate :explicit-choice-value.
25482         * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
25484         * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
25485         with `indicate-empty-lines' and `indicate-buffer-boundaries'.
25486         (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
25487         running new function `toggle-indicate-empty-lines'.
25488         Rename "Customize" item to "Customize fringe".
25489         Rename "Indicators" item to "Buffer boundaries" and change help echo.
25490         (menu-bar-showhide-fringe-ind-menu): Change several help echos.
25491         Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
25492         Delete "Empty lines only" item.
25493         (menu-bar-showhide-fringe-ind-customize): New function.
25494         (menu-bar-showhide-fringe-ind-mixed)
25495         (menu-bar-showhide-fringe-ind-box)
25496         (menu-bar-showhide-fringe-ind-right)
25497         (menu-bar-showhide-fringe-ind-left)
25498         (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
25499         instead of `fringe-indicators'.
25501 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
25503         * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
25504         Change the date of last update.
25506 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
25508         * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
25509         (viper-exec-yank, viper-put-back): Don't display modification msg
25510         if in the minibuffer.
25512         * viper-init.el (viper-replace-overlay-cursor-color)
25513         (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
25514         Make variables frame local.
25516         * viper-util.el (viper-append-filter-alist): Use append instead of
25517         nconc.
25519         * viper.el (viper-vi-state-mode-list)
25520         (viper-emacs-state-mode-list): Move help-mode and
25521         completion-list-mode from the first list to the second.
25522         (viper-mode): Docstring.
25523         (viper-go-away, viper-non-hook-settings): Don't localize
25524         minor-mode-alist in newer Emacsen.  Add advice to
25525         set-cursor-color.  Don't bind "\C-c\\".
25527 2005-08-06  Emilio C. Lopes  <eclig@gmx.net>
25529         * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
25530         (scheme-macro-expand-command): New user options.
25531         (scheme-trace-procedure, scheme-expand-current-form): New commands.
25532         (scheme-form-at-point, scheme-start-file)
25533         (scheme-interactively-start-process): New functions.
25534         (scheme-get-process): New function, extracted from `scheme-proc'.
25535         (run-scheme): Call `scheme-start-file' to get start file, and pass
25536         it to `make-comint'.
25537         (switch-to-scheme, scheme-proc):
25538         Call `scheme-interactively-start-process' if no Scheme buffer/process
25539         is available.
25541 2005-08-06  Juri Linkov  <juri@jurta.org>
25543         * progmodes/compile.el (compilation-mode-font-lock-keywords):
25544         Use `compilation-text-face', `compilation-info-text-face' and
25545         `compilation-error-text-face' instead of `font-lock-keyword-face'.
25546         (compilation-error): New face.
25547         (compilation-error-file-name): Inherit from
25548         `compilation-error' instead of `font-lock-warning-face'.
25549         (compilation-warning-file-name): Inherit from
25550         `compilation-warning' instead of `font-lock-warning-face'.
25551         (compilation-info, compilation-error-file-name)
25552         (compilation-warning-file-name, compilation-info-file-name)
25553         (compilation-line-number, compilation-column-number): Doc fix.
25554         (compilation-error-text-face, compilation-warning-text-face)
25555         (compilation-info-text-face): New face variables.
25556         (compilation-line-face, compilation-column-face)
25557         (compilation-enter-directory-face)
25558         (compilation-leave-directory-face): Doc fix.
25559         (compilation-text-face): New function.
25561         * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
25562         instead of 1 to display binary file names as info file links.
25563         (grep-error-face): Use `compilation-error-face' instead of
25564         `font-lock-keyword-face'.
25565         (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
25566         and `compilation-warning-text-face' instead of
25567         `font-lock-keyword-face'.  Use `compilation-error-text-face'
25568         instead of `grep-error-face'.
25570 2005-08-05  Kenichi Handa  <handa@m17n.org>
25572         * international/code-pages.el: Add autoload cookies for all coding
25573         systems.
25575 2005-08-04  Luc Teirlinck  <teirllm@auburn.edu>
25577         * cus-start.el (all): Put undo.c where it alphabetically belongs.
25579 2005-08-04  Juri Linkov  <juri@jurta.org>
25581         * progmodes/compile.el (compilation-mode-map):
25582         * progmodes/grep.el (grep-mode-map):
25583         Bind TAB to `compilation-next-error' and [backtab] to
25584         `compilation-previous-error'.
25586         * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
25587         matching line numbers, column numbers and their ranges with regexp
25588         matching only line numbers.
25589         (grep-context-face): New face variable.
25590         (grep-mode-font-lock-keywords): Use it.
25592         * faces.el (read-face-name): Delete duplicate faces.
25594 2005-08-02  Juanma Barranquero  <lekktu@gmail.com>
25596         * thumbs.el (thumbs-find-image): Don't make variables
25597         automatically buffer local.
25598         (thumbs-current-tmp-filename, thumbs-current-image-filename)
25599         (thumbs-image-num): Make automatically buffer local.
25600         (thumbs-show-thumbs-list): Use `make-local-variable', not
25601         `make-variable-buffer-local'.
25602         (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
25604         * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
25605         (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
25606         (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
25607         (bother, bye, canyou, chatlst, continue, deathlst, describe)
25608         (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
25609         (feelings-about, foullst, found, hello, history, howareyoulst)
25610         (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
25611         (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
25612         (neglst, obj, object, owner, please, problems, qlist)
25613         (random-adjective, relation, remlst, repetitive-shortness)
25614         (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
25615         (shortlst, something, sportslst, stallmanlst, states, subj)
25616         (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
25617         (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
25618         Defvar at compile time.
25620         * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
25621         not `make-variable-buffer-local'.
25623 2005-08-02  Kim F. Storm  <storm@cua.dk>
25625         * emulation/cua-rect.el (cua--highlight-rectangle): Only show
25626         rectangle overlay in selected window.
25628 2005-08-01  Luc Teirlinck  <teirllm@auburn.edu>
25630         * cus-start.el (all): Put `indicate-empty-lines' in fringe group
25631         instead of display group.  Make `indicate-buffer-boundaries'
25632         customizable through Custom.
25634 2005-08-01  Juanma Barranquero  <lekktu@gmail.com>
25636         * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
25637         (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
25638         (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
25639         (gdb-put-string): Fix typos in docstrings.
25641 2005-08-01  Nick Roberts  <nickrob@snap.net.nz>
25643         Update copyright notices of files in progmodes directory for
25644         release of Emacs 22.1.
25646         * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
25648         * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
25649         Don't barf if the GUD buffer has been killed.
25651 2005-08-01  Kim F. Storm  <storm@cua.dk>
25653         * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
25655 2005-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
25657         * simple.el (next-error-follow-minor-mode):
25658         make-variable-buffer-local -> make-local-variable.
25660         * emacs-lisp/cl-extra.el: Require CL also when compiling.
25662         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
25663         (byte-compile-form-make-variable-buffer-local): New functions to warn
25664         about misuses of make-variable-buffer-local where make-local-variable
25665         was meant.
25667 2005-07-29  Juanma Barranquero  <lekktu@gmail.com>
25669         * bs.el (bs-attributes-list): Doc fix.
25670         (bs): Update url-link.
25672         * desktop.el (desktop-save-buffer): Fix typos in docstring.
25673         (desktop-load-default): Simplify.
25675         * ibuffer.el (ibuffer-columnize-and-insert-list)
25676         (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
25677         (ibuffer-unmark-all, ibuffer-toggle-marks)
25678         (ibuffer-unmark-forward, ibuffer-unmark-backward)
25679         (ibuffer-compile-make-format-form, ibuffer-format-column)
25680         (ibuffer-current-buffers-with-marks)
25681         (ibuffer-update-title-and-summary): "?\ " -> "?\s".
25682         (ibuffer): Doc fix.
25683         (ibuffer-mode): Fix typo in docstring.
25684         (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
25685         with `define-obsolete-variable-alias'.
25686         (ibuffer-elide-long-columns): Mark as obsolete.  Doc fix.
25688 2005-07-29  Kenichi Handa  <handa@m17n.org>
25690         * international/mule-cmds.el (select-message-coding-system):
25691         Be sure to use LF for end-of-line.  If no coding system is decided,
25692         return iso-8859-1-unix.
25694 2005-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
25696         * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
25697         (ange-ftp-pending-error-line): New vars.
25698         (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
25699         to handle the non-fatal no-route-to-host messages.
25700         (internal-ange-ftp-mode): Make the no-match regexp more efficient.
25702 2005-07-28  Juanma Barranquero  <lekktu@gmail.com>
25704         * isearch.el (isearch-mode-map, isearch-other-meta-char)
25705         (isearch-quote-char, isearch-printing-char)
25706         (isearch-text-char-description): "?\ " -> "?\s".
25707         (isearch-lazy-highlight-cleanup)
25708         (isearch-lazy-highlight-initial-delay)
25709         (isearch-lazy-highlight-interval)
25710         (isearch-lazy-highlight-max-at-a-time)
25711         (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
25712         Declare with define-obsolete-*-alias macros.
25713         (isearch-forward): Fix typo in docstring.
25714         (search-invisible, search-ring-yank-pointer)
25715         (regexp-search-ring-yank-pointer): Doc fixes.
25717         * recentf.el (recentf-menu-append-commands-p): Declare with
25718         `define-obsolete-variable-alias'.
25719         (recentf-max-saved-items, recentf-menu-filter)
25720         (recentf-arrange-by-rule-subfilter): Doc fixes.
25721         (recentf-menu-append-commands-flag)
25722         (recentf-initialize-file-name-history, recentf-expand-file-name)
25723         (recentf-clear-data): Fix typos in docstrings.
25725 2005-07-28  Nick Roberts  <nickrob@snap.net.nz>
25727         * progmodes/gdb-ui.el: Smarten comments.
25728         (gdb-info-breakpoints-custom): Use nowarn when finding file.
25730 2005-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
25732         * term/apollo.el (terminal-init-apollo): New function containing
25733         all former top level forms in the file.
25734         * term/bobcat.el (terminal-init-bobcat):
25735         * term/cygwin.el (terminal-init-cygwin):
25736         * term/iris-ansi.el (terminal-init-iris-ansi):
25737         * term/linux.el (terminal-init-linux):
25738         * term/news.el (terminal-init-news):
25739         * term/rxvt.el (terminal-init-rxvt):
25740         * term/sun.el (terminal-init-sun):
25741         * term/tvi970.el (terminal-init-tvi970):
25742         * term/vt100.el (terminal-init-vt100):
25743         * term/vt102.el (terminal-init-vt102):
25744         * term/vt125.el (terminal-init-vt125):
25745         * term/vt200.el (terminal-init-vt200):
25746         * term/vt201.el (terminal-init-vt201):
25747         * term/vt220.el (terminal-init-vt220):
25748         * term/vt240.el (terminal-init-vt240):
25749         * term/vt300.el (terminal-init-vt300):
25750         * term/vt320.el (terminal-init-vt320):
25751         * term/vt400.el (terminal-init-vt400):
25752         * term/vt420.el (terminal-init-vt420):
25753         * term/wyse50.el (terminal-init-wyse50):
25754         * term/xterm.el (terminal-init-xterm): Likewise.
25756         * term/README: Describe the terminal-init-* functionality.
25758         * startup.el (command-line): After loading the terminal initialization
25759         file call the corresponding terminal initialization function.
25761 2005-07-27  Kenichi Handa  <handa@m17n.org>
25763         * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
25764         negative.
25766         * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
25767         (ps-mule-composition-prologue): Fix for the case that
25768         RelativeCompose is false.
25770 2005-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
25772         * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
25774         * descr-text.el (describe-char): Handle the case where the list of
25775         chars is displayed in a separate frame.
25776         Be a bit more discriminating when looking for the char.
25778 2005-07-26  Juanma Barranquero  <lekktu@gmail.com>
25780         * bookmark.el (bookmark-automatically-show-annotations)
25781         (bookmark-read-annotation-text-func): Doc fixes.
25782         (bookmark-save): Improve argument/docstring consistency.
25783         (bookmark-get-bookmark, bookmark-get-bookmark-record)
25784         (bookmark-alist-from-buffer)
25785         (bookmark-upgrade-file-format-from-0)
25786         (bookmark-grok-file-format-version)
25787         (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
25788         (bookmark-read-annotation-mode)
25789         (bookmark-insert-current-bookmark, bookmark-jump)
25790         (bookmark-exit-hook): Fix typos in docstrings.
25791         (bookmark-exit-hooks): Define as obsolete alias.
25792         (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
25793         not `bookmark-exit-hooks'.  Fix docstring.
25794         (bookmark-bmenu-select): "?\ " -> "?\s".
25796 2005-07-25  Ari Roponen  <arjuropo@cc.jyu.fi>  (tiny change)
25798         * startup.el (command-line): Fix typo.
25800 2005-07-24  Richard M. Stallman  <rms@gnu.org>
25802         * tooltip.el (tooltip-mode): Test emacs-basic-display,
25803         not emacs-quick-startup.
25805 2005-07-24  Juanma Barranquero  <lekktu@gmail.com>
25807         * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
25808         (reb-next-match, reb-show-subexp): Use `with-selected-window'
25809         instead of `reb-with-current-window'.
25810         (reb-prev-match): Likewise.  Also, don't move left if the search
25811         was unsuccessful.
25812         (reb-initialize-buffer): New function.
25813         (re-builder, reb-change-syntax): Use it.
25815         * man.el (Man-goto-page): Make second argument NOERROR optional.
25817 2005-07-23  Richard M. Stallman  <rms@gnu.org>
25819         * man.el (Man-bgproc-sentinel): Check here for failure to find
25820         any man page in the output, and report the error here.
25821         (Man-arguments): Make it permanent local.
25822         (Man-goto-page): New arg NOERROR.  Never kill the current buffer.
25823         (Man-mode): Pass t for NOERROR.
25825         * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
25826         (grep-mode-font-lock-keywords):
25827         Don't use compilation-...-face for messages that are not file names.
25829         * progmodes/compile.el (compilation-mode-font-lock-keywords):
25830         Don't use compilation-...-face for messages that are not file names.
25832 2005-07-22  Juri Linkov  <juri@jurta.org>
25834         * startup.el (normal-splash-screen): Update menu name.
25836         * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
25838 2005-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
25840         * term/xterm.el: Load term/rxvt if the terminal is actually an
25841         rxvt terminal.
25842         (xterm-rxvt-set-background-mode): Remove, not used anymore.
25844         * term/rxvt.el (function-key-map): Use substitute-key-definition
25845         to bind {C,S,C-S}-{f1-f10}.  Add a few missing key bindings.
25847         * term/cygwin.el: New file.
25849 2005-07-22  Kim F. Storm  <storm@cua.dk>
25851         * image-file.el (insert-image-file, image-file-yank-handler):
25852         Fix last change to maintain a (unique) yank-handler on yanked images.
25854 2005-07-22  Eduardo Mu\e,Aq\e(Boz  <emufer@terra.es>  (tiny change)
25856         * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
25857         of the file size (as in "177B" for 177 bytes).  This happens with
25858         "ls -lh" on FreeBSD.
25860 2005-07-22  Juanma Barranquero  <lekktu@gmail.com>
25862         * hilit-chg.el (highlight-changes-global-initial-state)
25863         (highlight-compare-buffers, hilit-chg-turn-on-maybe)
25864         (hilit-chg-fixup, highlight-changes-mode):
25865         Fix typos in docstrings.
25866         (highlight-changes-global-modes, highlight-changes-rotate-faces):
25867         Doc fixes.
25869 2005-07-21  Luc Teirlinck  <teirllm@auburn.edu>
25871         * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
25872         mode function using `eval-after-load'.
25874 2005-07-21  Kim F. Storm  <storm@cua.dk>
25876         * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
25877         included when reporting an Emacs crash, and tell about the DEBUG file.
25879         * image-file.el (insert-image-file): Add yank-handler.
25880         (image-file-yank-handler): Yank handler to make unique copies of
25881         images when they are yanked into a buffer next to each other.
25883 2005-07-21  Juanma Barranquero  <lekktu@gmail.com>
25885         * comint.el (comint-use-prompt-regexp, comint-send-input)
25886         (comint-source-default, comint-extract-string)
25887         (comint-get-source, comint-word, comint-completion)
25888         (comint-source, comint-prompt-read-only, comint-update-fence):
25889         Fix typos in docstrings.
25890         (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
25891         Declare with define-obsolete-*-alias macros.
25892         (comint-previous-matching-input-from-input)
25893         (comint-next-matching-input-from-input)
25894         (comint-previous-matching-input, comint-next-matching-input)
25895         (comint-forward-matching-input):
25896         Improve argument/docstring consistency.
25898         * desktop.el (desktop-clear-preserve-buffers-regexp):
25899         Also preserve the *server* buffer.
25901         * simple.el (clone-indirect-buffer): Doc fix.
25902         (fixup-whitespace, just-one-space)
25903         (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
25904         (next-error, next-error-highlight)
25905         (next-error-highlight-no-select, next-error-last-buffer)
25906         (next-error-buffer-p, next-error-find-buffer, next-error)
25907         (previous-error, next-error-no-select, previous-error-no-select)
25908         (open-line, split-line, minibuffer-prompt-width, kill-new)
25909         (binary-overwrite-mode): Fix typos in docstrings.
25910         (set-fill-column): Fix typo in message.
25912         * skeleton.el (skeleton-proxy-new): Doc fix.
25914         * strokes.el (strokes-load-hook): Doc fix.
25915         (strokes-grid-resolution, strokes-get-grid-position)
25916         (strokes-renormalize-to-grid, strokes-read-stroke)
25917         (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
25918         (strokes-global-map): Fix typos in docstrings.
25919         (strokes-help): Doc fix.  Fix help message and pass it through
25920         `substitute-command-keys'.
25922         * tempo.el (tempo-insert-prompt, tempo-interactive)
25923         (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
25924         (tempo-insert-string-functions, tempo-local-tags)
25925         (tempo-define-template, tempo-insert-template)
25926         (tempo-insert-prompt-compat, tempo-is-user-element)
25927         (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
25928         Fix typos in docstrings.
25930         * vcursor.el (vcursor-other-window, vcursor-bind-keys)
25931         (vcursor-key-bindings, vcursor-use-vcursor-map)
25932         (vcursor-find-window, vcursor-scroll-down)
25933         (vcursor-disable, vcursor-beginning-of-buffer)
25934         (vcursor-end-of-buffer): Fix typos in docstrings.
25935         (vcursor-relative-move, vcursor-get-char-count):
25936         Improve argument/docstring consistency.
25938         * version.el: "?\ " -> "?\s".
25940         * wid-edit.el (widget-default-create, widget-after-change)
25941         (widget-default-format-handler, widget-checklist-add-item)
25942         (widget-radio-add-item, widget-choose, widget-specify-secret)
25943         (widget-field-value-create, widget-field-value-get)
25944         (widget-editable-list-format-handler)
25945         (widget-editable-list-entry-create, widget-group-value-create)
25946         (widget-documentation-link-add)
25947         (widget-documentation-string-value-create): "?\ " -> "?\s".
25948         (widget-convert-text): Doc fix.
25949         (widget-narrow-to-field, widget-field-find)
25950         (widget-url-link-action, widget-emacs-library-link-action)
25951         (widget-color-notify): Fix typos in docstrings.
25953         * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
25954         (x-select-text, set-w32-system-coding-system)
25955         (w32-add-charset-info): Fix typos in docstrings.
25957         * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
25958         (cua-enable-cua-keys, cua-use-hyper-key)
25959         (cua-virtual-rectangle-edges): Fix typos in docstrings.
25960         (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
25962         * net/tramp.el (tramp-handle-load): Fix typo in error message.
25964         * emacs-lisp/re-builder.el (regexp-builder): Declare with
25965         `defalias' instead of faking it.
25967         * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
25968         (eshell-ls-missing, eshell-ls-dired-initial-args)
25969         (eshell-ls-use-in-dired): Fix typos in docstrings.
25971 2005-07-20  Kim F. Storm  <storm@cua.dk>
25973         * emulation/cua-base.el (cua-mode): Improve doc string.
25975 2005-07-20  Juanma Barranquero  <lekktu@gmail.com>
25977         * abbrev.el (expand-region-abbrevs): Doc fix.
25978         (inverse-add-mode-abbrev, inverse-add-global-abbrev):
25979         Improve argument/docstring consistency.
25981         * arc-mode.el (archive-get-descr, archive-alternate-display):
25982         Doc fixes.
25983         (archive-l-e): Improve argument/docstring consistency.
25984         (archive-tmpdir, archive-unixdate, archive-unixtime)
25985         (archive-chmod-entry): Fix typos in docstrings.
25986         (archive-unflag, archive-unflag-backwards)
25987         (archive-unmark-all-files): "?\ " -> "?\s".
25989         * buff-menu.el (Buffer-menu-unmark): Doc fix.
25990         (Buffer-menu-not-modified, Buffer-menu-execute)
25991         (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
25992         (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
25994         * composite.el (compose-string, encode-composition-rule)
25995         (compose-last-chars): Fix typos in docstrings.
25997         * desktop.el (desktop-enable, desktop-basefilename):
25998         Declare with `define-obsolete-variable-alias'.
25999         (desktop-internal-v2s): Don't quote keywords.
26000         (desktop-clear): "?\ " -> "?\s".
26002         * dired.el (dired-align-file, dired-flag-backup-files)
26003         (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
26004         (dired-listing-switches, dired-ls-F-marks-symlinks)
26005         (dired-dwim-target, dired-load-hook, dired-mode-hook)
26006         (dired-directory, dired-faces, dired, dired-revert)
26007         (dired-mode, dired-summary, dired-view-file)
26008         (dired-copy-filename-as-kill, dired-delete-file)
26009         (dired-no-confirm, dired-unmark-all-marks)
26010         (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
26011         (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
26012         (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
26013         Fix typos in message strings.
26015         * dired-x.el (virtual-dired): Declare with `defalias'.
26016         (dired-mark-unmarked-files, dired-local-variables-file)
26017         (dired-omit-here-always): Doc fix.
26018         (dired-omit-mode, dired-find-subdir)
26019         (dired-enable-local-variables, dired-clean-up-buffers-too)
26020         (dired-extra-startup, dired-mark-extension, dired-jump)
26021         (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
26022         (dired-smart-shell-command, dired-guess-shell-alist-user)
26023         (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
26024         (dired-x-bind-find-file, dired-x-submit-report):
26025         Fix typos in docstrings.
26026         (dired-mark-unmarked-files): "?\ " -> "?\s".
26028         * dirtrack.el (dirtrack-list): Fix typos in docstring.
26030         * faces.el (describe-face): "?\ " -> "?\s".
26031         (read-all-face-attributes, read-face-font, modify-face)
26032         (face-attr-construct, italic): Fix typos in docstrings.
26033         (frame-update-face-colors): Declare with
26034         `define-obsolete-function-alias'.
26036         * files.el (find-file-noselect, recode-file-name): Doc fixes.
26037         (insert-directory, kill-some-buffers): "?\ " -> "?\s".
26038         (magic-mode-alist, buffer-file-numbers-unique)
26039         (write-file-functions, get-free-disk-space):
26040         Fix typos in docstrings.
26041         (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
26042         (write-contents-hooks, write-file-hooks):
26043         Declare with `define-obsolete-variable-alias'.
26045         * forms-d2.el (arch-rj): Fix typo in docstrings.
26046         (arch-tocol): Likewise.  "?\ " -> "?\s".
26048         * frame.el (set-frame-font, cursor-in-non-selected-windows):
26049         Fix typo in docstring.
26050         (set-screen-width, set-screen-height): Delete redundant info in
26051         doctrings.
26052         (new-frame, screen-height, screen-width): Declare with
26053         `define-obsolete-function-alias'.
26054         (delete-frame-hook, blink-cursor): Declare with
26055         `define-obsolete-variable-alias'.
26057         * paths.el (prune-directory-list): Fix typos in docstring.
26059         * pcvs-util.el (cvs-flags-query, cvs-strings->string)
26060         (cvs-prefix-get): Fix typos in docstrings.
26062         * ps-print.el (ps-extend-face-list, ps-extend-face)
26063         (ps-print-background-image): Fix typos in docstrings.
26064         (ps-default-fg, ps-default-bg): Doc fixes.
26066         * s-region.el (s-region-bind): Doc fix.
26067         (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
26069         * textmodes/org.el (org-table-formula-substitute-names)
26070         (org-table-get-vertical-vector): Doc fixes.
26071         (org-table-recalculate): Remove unused argument to `message'.
26073 2005-07-19  Carsten Dominik  <dominik@science.uva.nl>
26075         * textmodes/org.el (org-table-column-names)
26076         (org-table-column-name-regexp)
26077         (org-table-named-field-locations): New variables.
26078         (org-archive-subtree): Protect `this-command' when calling
26079         `org-copy-subtree' and `org-cut-subtree', to avoid appending to
26080         the kill buffer.
26081         (org-complete): Remove fixed-formula completion.
26082         (org-edit-formulas-map): New variable.
26083         (org-table-edit-formulas): New command.
26084         (org-finish-edit-formulas, org-abort-edit-formulas)
26085         (org-show-variable, org-table-get-vertical-vector): New functions.
26086         (org-table-maybe-eval-formula): Handle `:=' fields.
26087         (org-table-get-stored-formulas, org-table-store-formulas)
26088         (org-table-get-formula, org-table-modify-formulas)
26089         (org-table-replace-in-formulas): Handle named field formulas.
26090         (org-table-get-specials): Store locations of named fields.
26092 2005-07-19  Juri Linkov  <juri@jurta.org>
26094         * progmodes/grep.el (grep-regexp-alist)
26095         (grep-mode-font-lock-keywords, grep-process-setup):
26096         Use default GNU grep match color "01;31m" instead of "01;41m".
26097         (grep-regexp-alist, grep-mode-font-lock-keywords):
26098         Use `\\[[0-9]*m' instead of `\\[00m'.
26099         (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
26100         sgr_start where its handling is more important.  Use the real
26101         length of sgr_start instead of constant 8.
26102         (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
26103         specially.  Delete all remaining escape sequences.
26104         (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
26105         (grep-regexp-alist): Make hyperlink only for binary file name
26106         instead of the whole line.
26107         (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
26108         (grep-mode): Add autoload.
26110         * emacs-lisp/find-func.el (find-function-regexp):
26111         Add `define-compilation-mode'.
26113 2005-07-19  Juri Linkov  <juri@jurta.org>
26115         * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
26116         (compare-windows-sync-string-size, compare-windows-recenter)
26117         (compare-windows-highlight, compare-windows): Add version 22.1.
26118         (compare-windows) <defface>: Inherit from lazy-highlight instead
26119         of duplicating its default value.
26121         * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
26122         (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
26124         * descr-text.el (describe-char): Create link buttons for `charset'
26125         and `code point'.  Add the current input method name with a link
26126         button to `to input' field.  Print face names of display table
26127         characters in `The display table entry is displayed by' section
26128         instead of printing face-id in the `display' field.
26129         Guess hardcoded faces and create a link button for them.
26130         Skip empty fields when calculating max-width.
26131         Treat `widget-create' specially while inserting strings from the
26132         collected field list.
26133         (describe-char-after): Made obsolete in version 22.1, not 21.5.
26135         * diff-mode.el (diff-file-header): Change foreground color from
26136         yellow to green on light backgrounds.
26137         (diff-context): Inherit from `shadow' only for color/grayscale
26138         with more than 88 colors.
26139         (diff-indicator-removed, diff-indicator-added)
26140         (diff-indicator-changed): New faces.
26141         (diff-font-lock-keywords): Use new faces.  Regroup rules.
26142         Add "^---$" for `normal' diff format.  Fontify `#' lines with
26143         font-lock-comment-delimiter-face and font-lock-comment-face.
26144         Add `#' to ^[^...] in the rule for `diff-context-face'.
26146         * faces.el (mode-line-highlight): Replace RoyalBlue4 with
26147         a button-like box.  Inherit from `highlight' on low colors.
26148         (shadow): Use shades of gray only for color/grayscale with
26149         more than 88 colors.  Use green for light backgrounds with
26150         8 colors, and yellow for dark backgrounds with 8 colors.
26152         * font-lock.el (font-lock-regexp-grouping-backslash):
26153         Don't inherit from escape-glyph (use bold for all cases).
26155         * info.el (info-xref-visited): Use light foreground color `violet'
26156         for dark backgrounds instead of dark color `magenta3'.
26157         (info-title-1): Use `yellow' color for dark backgrounds.
26159         * isearch.el (isearch): Use not-too-dark magenta3 instead of
26160         too-light magenta2.
26162         * replace.el (match): Use slightly more light RoyalBlue3 instead
26163         of dark RoyalBlue4.
26165         * wid-edit.el (widget-inactive): Inherit from `shadow'.
26167 2005-07-19  Juanma Barranquero  <lekktu@gmail.com>
26169         * novice.el (disabled-command-hook): Declare it with
26170         `define-obsolete-variable-alias'.
26172         * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
26173         (desktop-buffer-misc-functions, desktop-buffer-handlers)
26174         (desktop-load-default): Add release to obsolescence info.
26175         (desktop-globals-to-clear, desktop-buffer-mode-handlers)
26176         (desktop-append-buffer-args, desktop-read):
26177         Fix typos in docstrings.
26178         (desktop-kill): Fix typo in message.
26179         (desktop-save): Doc fix.
26181 2005-07-19  Michael Kifer  <kifer@cs.stonybrook.edu>
26183         * viper-cmd.el (viper-escape-to-state): Bug fix.
26184         (viper-envelop-ESC-key): Change the definition of fast
26185         keysequence so it'll work with keyboard macros.
26187         * ediff.el (ediff-patch-buffer): Change the docstring.
26189 2005-07-19  Kenichi Handa  <handa@m17n.org>
26191         * international/mule-cmds.el (select-safe-coding-system): Try to
26192         use an auto-coding (if any) before anything else.  If the found
26193         auto-coding is invalid, show a warning message.
26195         * international/mule.el (find-auto-coding): New function created
26196         by modifying the body of set-auto-coding.
26197         (set-auto-coding): Use find-auto-coding to find a coding.
26199 2005-07-18  Richard M. Stallman  <rms@gnu.org>
26201         * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
26202         not isearch-mode-end-hook-error.
26203         (allout-before-change-protect): Fix error message.
26205 2005-07-18  Juri Linkov  <juri@jurta.org>
26207         * allout.el (allout-mode):
26208         * calculator.el (calculator-copy):
26209         * custom.el (custom-known-themes):
26210         * dired.el (dired-desktop-buffer-misc-data)
26211         (dired-restore-desktop-buffer):
26212         * dired-x.el (dired-omit-marker-char):
26213         * files.el (basic-save-buffer):
26214         * font-core.el (font-lock-mode):
26215         * calendar/calendar.el (calendar-goto-hebrew-date)
26216         (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
26217         (calendar-goto-persian-date):
26218         * language/ethio-util.el (ethio-sera-to-fidel-region):
26219         * textmodes/picture.el (picture-mode):
26220         Delete duplicate duplicate words.
26222 2005-07-18  Juri Linkov  <juri@jurta.org>
26224         * isearch.el (isearch-mode-map): Remove key bindings for regexp
26225         chars * ? } |.
26226         (isearch-fallback): Don't call `isearch-process-search-char'.
26227         (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
26228         (isearch-process-search-char): Call `isearch-fallback' for regexp
26229         chars * ? } |.
26230         (isearch-return-char): Make obsolete with `make-obsolete' instead
26231         of simply documenting it as obsolete in the docstring.
26232         (isearch-fallback): Refill docstring.
26234         * international/isearch-x.el
26235         (isearch-process-search-multibyte-characters): Remove unneeded
26236         `concat'.  Add intermediate values to `junk-hist' instead of
26237         `minibuffer-history'.  Test the length of `str'.
26239 2005-07-18  Juanma Barranquero  <lekktu@gmail.com>
26241         * allout.el (allout-resolve-xref): Fix typos in error strings.
26242         (allout-before-change-protect): Remove unneeded `concat'.
26244         * array.el (array-mode, array-reconfigure-rows)
26245         (untabify-backward): Fix typos in docstrings.
26246         (array-reconfigure-rows): Use `insert-buffer-substring', not
26247         `insert-buffer'.
26249         * calendar/icalendar.el (icalendar--get-unfolded-buffer):
26250         * progmodes/ada-mode.el (ada-make-body):
26251         Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
26253         * dired.el (dired-log):
26254         * tar-mode.el (tar-subfile-save-buffer):
26255         * play/zone.el (zone-pgm-stress-destress):
26256         Use `insert-buffer-substring', not `insert-buffer'.
26258 2005-07-17  Simon Josefsson  <jas@extundo.com>
26260         * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
26262 2005-07-16  Jose E. Marchesi  <jemarch@gnu.org>
26264         * lisp/mail/smtpmail.el (smtpmail-auth-supported):
26265         Add plain auth method.
26266         (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
26268 2005-07-17  Kim F. Storm  <storm@cua.dk>
26270         * ido.el (dired-other-window): Add ido property.
26272 2005-07-16  Juanma Barranquero  <lekktu@gmail.com>
26274         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
26275         Fix typo in docstring.
26276         (byte-compile-interactive-only-functions): Add `insert-buffer' and
26277         `insert-file-literally'.
26279         * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
26280         info and delete redundant message.  Doc fix.
26281         (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
26282         (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
26284 2005-07-16  Richard M. Stallman  <rms@gnu.org>
26286         * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
26287         (byte-compile-and): Use byte-compile-and-recursion.
26288         (byte-compile-or-recursion): New function.
26289         (byte-compile-or): Use that.
26290         (byte-compile-if): Guard the else-clause too.
26291         (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
26293         * isearch.el (isearch-mode-end-hook-quit): New variable.
26294         (isearch-done): Bind it.
26295         (isearch-mode-end-hook): Doc fix.
26297         * allout.el (allout-isearch-did-quit): Variable deleted.
26298         (allout-real-isearch-abort): Function name no longer used.
26299         (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
26300         (allout-isearch-rectification): isearch-mode always exists.
26301         Don't set allout-isearch-did-quit.
26302         (allout-isearch-expose): Check isearch-mode-end-hook-error, not
26303         allout-isearch-did-quit.
26304         (allout-enwrap-isearch): Just add the hook.
26305         (allout-isearch-abort): Function deleted.
26306         (allout-pre-command-business): Avoid warning.
26308         * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
26309         Correctly avoid warnings.
26310         (pascal-outline): Likewise.
26312         * progmodes/f90.el (f90-abbrev-start): Avoid warning.
26314         * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
26316         * play/tetris.el (tetris-mode): Avoid warning.
26318         * play/snake.el (snake-mode): Avoid warning.
26320         * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
26321         (gamegrid-set-display-table): Avoid warning.
26322         (gamegrid-set-timer): Likewise.
26323         (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
26324         (gamegrid-add-score-with-update-game-score-1): Take FILE
26325         as argument.
26326         (gamegrid-add-score-with-update-game-score): Pass that argument.
26327         Rename have-shared-game-dir to gamegrid-shared-game-dir.
26329         * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
26331         * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
26332         (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
26334         * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
26335         and insert-file.
26337         * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
26338         (sc-ask): Avoid warnings.
26340         * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
26341         (eshell-hist-initialize): Use that var the natural way.
26343         * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
26345         * emacs-lisp/re-builder.el (reb-cook-regexp):
26346         Avoid warning calling lre-compile-string.
26347         (reb-color-display-p): Avoid warning.
26349         * calculator.el (calculator-last-input): Guard uses
26350         of event-key and key-press-event-p.
26351         (event-key, key-press-event-p): Delete definitions.
26353         * emacs-lisp/find-gc.el (find-gc-unsafe-list)
26354         (find-gc-source-directory, find-gc-subrs-callers)
26355         (find-gc-noreturn-list, find-gc-source-files)
26356         (find-gc-subrs-called): Vars renamed and defvar'd.
26358         * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
26359         (checkdoc-overlay-put, checkdoc-delete-overlay)
26360         (checkdoc-overlay-start, checkdoc-overlay-end)
26361         (checkdoc-mode-line-update, checkdoc-char=):
26362         Define such that compiler knows they are defined.
26363         (checkdoc-call-eval-buffer): Delete.  Use eval-buffer directly.
26364         (checkdoc-read-event): Delete.  Use read-event directly.
26366         * whitespace.el (whitespace-make-overlay)
26367         (whitespace-overlay-put, whitespace-delete-overlay)
26368         (whitespace-overlay-start, whitespace-overlay-end):
26369         Define such that compiler knows they are defined.
26370         (whitespace): Move conditional inside.
26372         * tempo.el (tempo-insert-template): Suppress warning.
26374         * ediff-diff.el (longlines-mode): Add defvar.
26376 2005-07-16  Gary Howell  <g1howell-list@yahoo.com>  (tiny change)
26378         * server.el: Bind "C-x #" in a way that works even if C-x is
26379         redefined to a command key, not a prefix key.
26381 2005-07-16  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>  (tiny change)
26383         * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
26384         cl-make-type-test till execution time.
26386 2005-07-16  Markus Rost  <rost@math.uni-bielefeld.de>
26388         * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
26389         arg ARG and use it.
26391 2005-07-16  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>  (tiny change)
26393         * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
26395 2005-07-15  Luc Teirlinck  <teirllm@auburn.edu>
26397         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
26398         a defcustom with two :set or :type keywords.
26400 2005-07-15  Richard M. Stallman  <rms@gnu.org>
26402         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
26403         Don't give ^M comment-end syntax.
26405 2005-07-16  Nick Roberts  <nickrob@snap.net.nz>
26407         * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
26408         Don't consider gdbmi (gdb-mi.el has its own update functions).
26409         (gdb-var-delete): Make it work for gdbmi as well.
26410         (gdb-speedbar-expand-node): Move var-update here for gdbmi.
26412         * progmodes/gud.el (etags, sdb): Only require etags when needed.
26413         (gud-speedbar-menu-items): Correct logic for enabling items.
26415 2005-07-15  Kim F. Storm  <storm@cua.dk>
26417         * ido.el: Fix commentary.
26418         (ido-define-mode-map): Move ido-next-work-file to C-M-o.
26419         Use with-no-warnings around ffap-guesser.
26420         (ido-file-internal, ido-read-file-name, ido-read-directory-name):
26421         Let bind minibuffer-completing-file-name to t.
26423 2005-07-15  Juanma Barranquero  <lekktu@gmail.com>
26425         * startup.el (site-run-file, keyboard-type): Doc fixes.
26426         (command-line): Check for "--basic-display" argument; also for
26427         "--quick", not "--bare-bones" (which was renamed).
26428         (fancy-splash-text): Add missing item "Getting New Versions".
26429         (normal-splash-screen): Fix typos and improve consistency with
26430         `fancy-splash-text'.  Update copyright year.
26432         * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
26433         valid binding for `help-char'.
26435         * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
26437 2005-07-14  Dan Nicolaescu  <dann@ics.uci.edu>
26439         * term.el (term-mode): Disable cua-mode for term buffers.
26441 2005-07-14  Juanma Barranquero  <lekktu@gmail.com>
26443         * add-log.el (add-log-mailing-address, change-log-merge):
26444         Doc fixes.
26445         (change-log-get-method-definition): Fix typo in docstring.
26447 2005-07-14  Kim F. Storm  <storm@cua.dk>
26449         * emulation/cua-base.el:
26450         (cua--pre-command-handler-1, cua--pre-command-handler)
26451         (cua--post-command-handler-1, cua--post-command-handler):
26452         Split in two.  Check (buffer local) value of cua-mode.
26453         (cua-selection-mode): New command.
26455 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
26457         * custom.el (custom-initialize-safe-set)
26458         (custom-initialize-safe-default): Doc fixes.
26460         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
26461         and simplify :init-value again.
26463         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
26464         and simplify :init-value again.  Delete autoload.
26466         * startup.el (command-line): Use `custom-reevaluate-setting' again
26467         for tooltip-mode.
26469         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
26470         a defcustom with two :initialize keywords.
26472 2005-07-13  Juanma Barranquero  <lekktu@gmail.com>
26474         * allout.el (my-mark-marker, allout-isearch-prior-pos)
26475         (allout-unprotected, allout-undo-aggregation, allout-snug-back)
26476         (allout-post-command-business, allout-flag-region)
26477         (isearch-reenable-font-lock, allout-yank)
26478         (allout-insert-latex-header, allout-insert-latex-trailer)
26479         (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
26480         (allout-latex-verb-quote): Fix typos in docstrings.
26481         (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
26482         (allout-unprotected, allout-prefix-data):
26483         Improve argument/docstring consistency.
26484         (allout-chart-subtree): Fix argument spec.
26485         (allout-open-topic): Rename `use_sib_bullet' argument to
26486         `use-sib-bullet'.  Doc fix.
26488         * whitespace.el (whitespace-check-buffer-leading)
26489         (whitespace-check-buffer-trailing)
26490         (whitespace-check-buffer-indent)
26491         (whitespace-check-buffer-spacetab)
26492         (whitespace-check-buffer-ateol, whitespace-highlighted-space)
26493         (whitespace-check-leading-whitespace)
26494         (whitespace-check-trailing-whitespace)
26495         (whitespace-check-spacetab-whitespace)
26496         (whitespace-check-indent-whitespace)
26497         (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
26498         (whitespace-modes): Fix typos in docstrings.
26499         (defgroup, defcustom): Doc fixes.
26501         * winner.el (winner-mode, winner-boring-buffers)
26502         (winner-pending-undo-ring): Doc fixes.
26503         (winner-ring): Remove unneeded `progn'.
26504         (winner-equal): `defsubst' it.
26505         (winner-redo): Fix message.
26507 2005-07-13  Kim F. Storm  <storm@cua.dk>
26509         * simple.el (line-move-1): Always use vertical-motion to
26510         do the last (or only) line move to ensure some movement.
26511         Undo 2005-06-23 change--don't check for overlays.
26513 2005-07-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
26515         * term/mac-win.el (ccl-encode-mac-roman-font)
26516         (ccl-encode-mac-centraleurroman-font)
26517         (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
26518         (ccl-encode-mac-dingbats-font): Remove check for ASCII.
26519         Change charset-id boundary of dimension to ?\xef.
26520         (mac-char-fontspec-list): New constant.
26521         (fontset-add-mac-fonts): Use it.  Accept non-string `base-family'
26522         argument.  Nil uses itself as family in font-spec.  Previous
26523         behavior for nil is now provided by non-nil non-string argument.
26524         All callers changed.  Add font-specs for Mac fonts to
26525         "fontset-default" unless iso8859-1 fonts are installed.
26527 2005-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
26529         * progmodes/sh-script.el (sh-get-indent-info): Only indent
26530         a continuation line if the \ is preceded by SPC or TAB.
26531         (sh-get-indent-info): Simplify.
26532         (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
26533         Use with-current-buffer.
26535         * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
26536         when the matched text is empty.
26538 2005-07-12  Luc Teirlinck  <teirllm@auburn.edu>
26540         * startup.el (command-line): Revert to previous handling of
26541         tooltip-mode.  Explain in comment why the complexity is needed.
26543         * tooltip.el (tooltip-mode): Revert to previous implementation of
26544         its defcustom.
26546         * frame.el (blink-cursor-mode): Revert to previous implementation
26547         of its defcustom.  Update comment.
26549 2005-07-12  Lars Hansen  <larsh@soem.dk>
26551         * desktop.el: Update e-mail address.
26553 2005-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
26555         * term/mac-win.el (mac-services-mail-selection)
26556         (mac-services-mail-to): New functions.
26557         (mac-application-menu-map): Bind them.
26559 2005-07-12  wulei  <milton@wulei.net>  (tiny change)
26561         * progmodes/gdb-ui.el: Add note about buffering with Windows.
26563 2005-07-11  Luc Teirlinck  <teirllm@auburn.edu>
26565         * custom.el (custom-reevaluate-setting): Doc fix.
26567 2005-07-11  Jay Belanger  <belanger@truman.edu>
26569         * calc/calc.el (calc-embedded-announce-formula-alist)
26570         (calc-embedded-open-close-plain-alist)
26571         (calc-embedded-open-close-mode-alist): Add checks for additional
26572         major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
26574 2005-07-11  Juanma Barranquero  <lekktu@gmail.com>
26576         * custom.el (custom-enable-theme): Don't add theme to
26577         `custom-enabled-themes' with `push' because there is no
26578         setf-method for `delq'.
26580 2005-07-11  Richard M. Stallman  <rms@gnu.org>
26582         * custom.el (custom-declare-variable): Doc fix.
26584         * dired-aux.el (dired-compare-directories): Remove "." and ".."
26585         from the alists.
26587         * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
26588         Do nothing if edebug-active.
26590         * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
26591         (edebug-display): Do it here instead.
26593 2005-07-10  Richard M. Stallman  <rms@gnu.org>
26595         * cus-face.el (custom-theme-set-faces): Make it work.
26596         (custom-reset-faces): Doc fix.
26597         (custom-theme-reset-internal-face, custom-theme-face-value):
26598         Functions deleted.
26600         * custom.el (custom-push-theme): Maintain list of the settings
26601         of a given theme in its theme-settings property.
26602         Maintain position of old settings in the theme-value
26603         or theme-face property.
26604         (custom-enabled-themes): New variable.
26605         (custom-theme-enabled-p): New function.
26606         (provide-theme): Update custom-enabled-themes.
26607         Disable and reenable the `user' theme.
26608         (require-theme): Doc fix.
26609         (custom-do-theme-reset, custom-remove-theme): Functions deleted.
26610         (custom-theme-value, custom-theme-variable-value): Likewise.
26611         (custom-theme-reset-internal): Likewise.
26612         (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
26613         (custom-enable-theme, custom-disable-theme): New functions.
26614         (custom-variable-theme-value, custom-face-theme-value): Likewise.
26615         (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
26616         (custom-theme-reset-variables): Simplify.
26617         (deftheme, custom-declare-theme, custom-make-theme-feature):
26618         Definitions moved.
26620 2005-07-10  Chong Yidong  <cyd@stupidchicken.com>
26622         * longlines.el (longlines-show-region)
26623         (longlines-unshow-hard-newlines): Recognize hard newlines by
26624         non-nil hard property, instead of t.
26626 2005-07-10  Michael Kifer  <kifer@cs.stonybrook.edu>
26628         * viper-cmd.el (viper--key-maps): New variable.
26629         (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
26630         emulation-mode-map-alists.
26631         (viper-envelop-ESC-key): Use viper-subseq.
26632         (viper-search-forward/backward/next): Disable debug-on-error.
26634         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
26635         (viper-ESC-key): New defcustoms.
26637         * viper-macs.el (ex-map-read-args): Use viper-subseq.
26639         * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
26640         (viper-subseq): Copy of subseq from cl.el.
26642         * viper.el (viper-go-away, viper-set-hooks): Use
26643         emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
26645         * viper-mous.el (viper-current-frame-saved): Use defvar.
26647         * viper-init.el: Get rid of -face in face names.
26649         * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
26650         Make it work with longlines mode.
26652         * ediff-mult.el (ediff-meta-mode-hook): New variable.
26654         * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
26656         * ediff-init.el: Get rid of -face in face names.
26658 2005-07-10  Richard M. Stallman  <rms@gnu.org>
26660         * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
26661         and with-timeout-unsuspend.
26663         * emacs-lisp/debug.el (debug): Call with-timeout-suspend
26664         and with-timeout-unsuspend.
26666         * emacs-lisp/timer.el (with-timeout-timers): New variable.
26667         (with-timeout): Bind that variable to record timers.
26668         (with-timeout-suspend, with-timeout-unsuspend): New functions.
26670         * emacs-lisp/debug.el (debug-help-follow): New function.
26671         (debugger-mode-map): Use that instead of help-follow.
26672         (debugger-setup-buffer): Use eval-buffer-list
26673         to handle eval-buffer frames.
26675 2005-07-10  N. Raghavendra  <raghu@mri.ernet.in>  (tiny change)
26677         * timezone.el (timezone-parse-date): Change first regexp
26678         so it will not mistakenly match dates with no time zone.
26680 2005-07-10  Jeff Dwork  <jeff.dwork@amd.com>  (tiny change)
26682         * facemenu.el (facemenu-read-color): Do case-insensitive matching.
26684 2005-07-10  Luc Teirlinck  <teirllm@auburn.edu>
26686         * custom.el (custom-initialize-safe-set)
26687         (custom-initialize-safe-default): New functions.
26689         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
26690         and simplify :init-value.
26692         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
26693         and simplify :init-value.  Delete obsolete comment.
26695         * startup.el (command-line): Use `custom-reevaluate-setting' to
26696         handle `tooltip-mode'.  Delete obsolete comment.
26698         * files.el (set-visited-file-name): Avoid calling
26699         `file-name-nondirectory' with a nil argument.
26701 2005-07-09  Richard M. Stallman  <rms@gnu.org>
26703         * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
26704         was called with nil for the buffer, handle the read position right.
26705         Handle read position for eval-region, too.
26707 2005-07-09  Juri Linkov  <juri@jurta.org>
26709         * fringe.el (fringe-mode): Add period in docstring.
26710         (fringe-query-style): Build prompt depending on `all-frames' arg.
26712         * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
26713         to not create links to unrelated functions in the Help buffer.
26715         * progmodes/compile.el (compilation-mode-hook, compilation-mode):
26716         Doc fix.
26718         * simple.el (next-error-hook): New variable.
26719         (next-error): Use it.  Doc fix.
26721         * textmodes/ispell.el (ispell-command-loop): Add current
26722         dictionary name and program name to mode-line-format.
26723         (ispell-region, ispell-process-line): Add current dictionary name
26724         and program name to messages.
26726 2005-07-08  Jay Belanger  <belanger@truman.edu>
26728         * calc/calc.el (calc-embedded-announce-formula-alist)
26729         (calc-embedded-open-close-formula-alist)
26730         (calc-embedded-open-close-word-alist)
26731         (calc-embedded-open-close-plain-alist)
26732         (calc-embedded-open-close-new-formula-alist)
26733         (calc-embedded-open-close-mode-alist)
26734         (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
26735         (calc-embedded-mode-hook): New variables.
26737         * calc/calc-embed.el (calc-embedded-firsttime)
26738         (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
26739         New variables.
26740         (calc-do-embedded): Use calc-embedded-firsttime,
26741         calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
26742         determine whether or not to run hooks.
26743         (calc-embedded-make-info): Set calc-embedded-firsttime-buf and
26744         calc-embedded-firsttime-formula appropriately.
26745         Set calc-embedded delimiter variables according to mode.
26747 2005-07-08  Richard M. Stallman  <rms@gnu.org>
26749         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
26750         Check for "emacs", etc., as entire symbol, not just as word.
26751         (checkdoc-file-comments-engine): Use regexp-quote on FN.
26753         * files.el (set-visited-file-name): Report the error
26754         for "empty filename" earlier.
26755         (kill-some-buffers): Ignore buffers already dead.
26757         * fringe.el (fringe-mode): Doc fix.
26759         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
26760         Check for (featurep 'xemacs) and turn off warnings in what it guards.
26761         Use unwind-protect to ensure byte-compile-unresolved-functions
26762         is updated.
26764         * whitespace.el (whitespace-buffer-leading-cleanup):
26765         Simplify w/ skip-chars-forward.
26766         (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
26768         * mail/rmail.el (rmail-only-expunge): Fix paren error.
26769         Unconditionally try to leave point at the same old place.
26771 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>  (tiny change)
26773         * comint.el (comint-postoutput-scroll-to-bottom)
26774         (comint-show-maximum-output): Take scroll-margin into consideration.
26776 2005-07-08  Kim F. Storm  <storm@cua.dk>
26778         * ido.el (ido-use-filename-at-point): New choice `guess'.
26779         (ido-file-internal): Try ffap-guesser if selected.
26781         * ido.el (ido-before-fallback-functions): New hook.
26782         (ido-buffer-internal, ido-file-internal, ido-read-buffer)
26783         (ido-read-file-name): Run it.
26785 2005-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
26787         * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
26788         strings rather than a list of symbols to the completion function.
26790 2005-07-07  Jay Belanger  <belanger@truman.edu>
26792         * calc/calc-units.el (math-apply-units): Change the places in
26793         which units are simplified.
26795 2005-07-07  Luc Teirlinck  <teirllm@auburn.edu>
26797         * cus-edit.el (customize-option, customize-option-other-window):
26798         Make them handle aliases.
26800         * custom.el (custom-variable-p): Make it recursively follow
26801         aliases.  Mention that in the docstring.
26803 2005-07-07  Richard M. Stallman  <rms@gnu.org>
26805         * cus-start.el (exec-path): Use `directory' instead of `file'.
26806         Fix tag for nil.
26808 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
26810         * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
26811         when called non-interactively.  Doc fix.
26813 2005-07-07  Lute Kamstra  <lute@gnu.org>
26815         * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
26816         new address as well.
26818 2005-07-07  Kenichi Handa  <handa@m17n.org>
26820         * international/mule.el (make-coding-system):
26821         Describe `ascii-incompatible' property in the docstring.
26822         (set-file-name-coding-system): Signal an error if coding-system is
26823         ascii-incompatible.
26824         (set-keyboard-coding-system): Likewise.
26826         * international/mule-cmds.el (set-default-coding-systems):
26827         Don't set default-file-name-coding-system and
26828         default-keyboard-coding-system if coding-system is ASCII-incompatible.
26830         * international/utf-16.el: Declare that all UTF-16-based coding
26831         systems are ASCII-incompatible.
26833 2005-07-07  Nick Roberts  <nickrob@snap.net.nz>
26835         * progmodes/gud.el: Require font-lock for displaying errors.
26836         Used by gdb-ui.el.
26838 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
26840         * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
26841         values for the pattern lists which are `read'able but not
26842         `append'able (like symbols).
26844 2005-07-06  Richard M. Stallman  <rms@gnu.org>
26846         * progmodes/flymake.el (flymake-float-time): Instead of
26847         with-no-warnings, test for XEmacs.
26848         (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
26849         to avoid warning.
26851 2005-07-06  Juanma Barranquero  <lekktu@gmail.com>
26853         * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
26855 2005-07-05  Lute Kamstra  <lute@gnu.org>
26857         * battery.el: Add support for Darwin (with much debugging help
26858         from Samuel Lauber <sam124@operamail.com>).
26859         (battery-status-function, battery-echo-area-format)
26860         (battery-mode-line-format): Add support for pmset on Darwin.
26861         (battery-load-low, battery-load-critical): New user options.
26862         (battery-pmset): New function.
26864 2005-07-05  Lute Kamstra  <lute@gnu.org>
26866         Update FSF's address in GPL notices.
26868         * textmodes/page-ext.el: Update FSF's address.
26870 2005-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
26872         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
26873         filling from using prefix when filling a single-line docstring.
26875         * progmodes/flymake.el: Remove useless eval-when-compile.
26877         * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
26879 2005-07-04  Richard M. Stallman  <rms@gnu.org>
26881         * textmodes/org.el (org-file-apps-defaults-gnu):
26882         Rename from org-file-apps-defaults-linux.
26883         (org-default-apps): Don't test system-type for `linux'.
26884         (org-file-apps): Doc fix.
26886 2005-07-04  David Ponce  <david@dponce.com>
26888         * tree-widget.el: Improve header Commentary section.
26889         (tree-widget) [defgroup]
26890         (tree-widget-image-enable, tree-widget-themes-directory)
26891         (tree-widget-theme, tree-widget-image-properties-emacs)
26892         (tree-widget-image-properties-xemacs, tree-widget-create-image)
26893         (tree-widget-image-formats, tree-widget-control)
26894         (tree-widget-empty-control, tree-widget-leaf-control
26895         (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
26896         (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
26897         (tree-widget-keep, tree-widget-after-toggle-functions)
26898         (tree-widget-open-node, tree-widget-close-node): Doc fix.
26899         (tree-widget-open-control, tree-widget-close-control): Fix doc and
26900         :help-echo message.
26901         (tree-widget-set-theme): Doc fix.  Use `string-equal'.
26902         (tree-widget-image-properties): Doc fix.  Clearer implementation.
26903         (tree-widget--cursors): New constant.
26904         (tree-widget-lookup-image): New function split from
26905         `tree-widget-find-image'.  Clearer implementation.
26906         (tree-widget-find-image): Use it.
26907         (tree-widget-button-keymap): Use `set-keymap-parent'.
26908         (tree-widget) [define-widget]: Use `widget-children-value-delete'.
26909         Define the sub-widgets here.
26910         (tree-widget-node): Check that :node is not a tree-widget.
26911         (tree-widget-get-super, tree-widget-open-control)
26912         (tree-widget-close-control, tree-widget-empty-control)
26913         (tree-widget-leaf-control, tree-widget-guide)
26914         (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
26915         (tree-widget-no-handle, tree-widget-value-delete)
26916         (tree-widget-map): Remove.
26917         (tree-widget-children-value-save): Doc fix.  Simplified.
26918         (tree-widget-value-create): Update according to previous changes.
26920 2005-07-04  Carsten Dominik  <dominik@science.uva.nl>
26922         * textmodes/org.el: Leading space replaced by TABS.
26923         (org-recalc-marks, org-table-rotate-recalc-marks)
26924         (org-table-get-specials): Treat "^" and "_" marks.
26925         (org-table-justify-field-maybe): Optional argument NEW.
26926         (org-table-eval-formula): Parsing of the format simplified.
26927         New modes C,I.  Honor the %= parameter in the current table.
26928         Avoid unnecessary re-align by using the NEW argument to
26929         `org-table-justify-field-maybe'.
26930         (org-calc-default-modes): Default for date-format mimicks org-mode.
26931         (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
26933 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
26935         * cus-face.el (custom-theme-set-faces): Make it handle face
26936         aliases whose alias declarations are pre- or autoloaded.
26938 2005-07-04  Juri Linkov  <juri@jurta.org>
26940         * faces.el (read-face-name): Put the code for getting a face name
26941         from the buffer before adding the faces from the `face' property.
26942         Use `completing-read-multiple' instead of `completing-read'.
26943         Require `crm'.  Add default value and post-process the returned
26944         list of faces.
26946         * emacs-lisp/crm.el (crm-find-current-element)
26947         (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
26949         * emacs-lisp/lisp-mode.el (eval-defun-1):
26950         * emacs-lisp/edebug.el (edebug-eval-defun):
26951         Remove unnecessary quotes.
26953 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
26955         * progmodes/prolog.el (prolog-eof-string): Doc fixes.
26956         (prolog-indent-level): Fix typo in docstring.
26958         * info.el (Info-history, Info-history-forward)
26959         (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
26961         * add-log.el (add-change-log-entry):
26962         * comint.el (comint-dynamic-list-input-ring)
26963         (comint-dynamic-list-completions):
26964         * dabbrev.el (dabbrev-expand):
26965         * delim-col.el (delimit-columns-rectangle-line):
26966         * diff-mode.el (diff-context->unified, diff-reverse-direction)
26967         (diff-unified->context):
26968         * ediff-init.el (ediff-abbrev-jobname):
26969         * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
26970         (ediff-replace-session-activity-marker-in-meta-buffer):
26971         * info.el (Info-summary):
26972         * lpr.el (printify-region):
26973         * printing.el (pr-create-interface):
26974         * ps-print.el (ps-print-quote):
26975         * ses.el (ses-column-widths, ses-print-cell)
26976         (ses-adjust-print-width, ses-center):
26977         * shell.el (shell-file-name-quote-list):
26978         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
26979         (strokes-fill-current-buffer-with-whitespace)
26980         (strokes-xpm-for-stroke, strokes-list-strokes)
26981         (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
26982         * term.el (term-dynamic-list-input-ring)
26983         (term-dynamic-list-completions):
26984         * calc/calc.el (math-format-stack-value):
26985         * emacs-lisp/edebug.el (edebug-display-freq-count):
26986         * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
26987         (delphi-new-comment-line):
26988         * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
26989         * progmodes/executable.el (executable-set-magic):
26990         * progmodes/python.el (inferior-python-mode):
26991         * progmodes/scheme.el (scheme-mode-syntax-table):
26992         * progmodes/sh-script.el (sh-maybe-here-document):
26993         * progmodes/sql.el (sql-copy-column):
26994         * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
26995         * textmodes/bibtex.el (bibtex-mode):
26996         * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
26997         (sgml-auto-attributes):
26998         * textmodes/table.el (table-insert, table-shorten-cell)
26999         (table--generate-source-scan-lines, table-delete-row)
27000         (*table--cell-delete-char, table--spacify-frame)
27001         (table--horizontally-shift-above-and-below)
27002         (table--cell-insert-char, table--cell-blank-str)
27003         (table--fill-region-strictly):
27004         * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
27005         * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
27007         * add-log.el (change-log):
27008         * apropos.el (apropos):
27009         * comint.el (comint-completion, comint-source):
27010         * dabbrev.el (dabbrev):
27011         * delim-col.el (columns):
27012         * diff-mode.el (diff-mode):
27013         * ediff.el (ediff):
27014         * ediff-diff.el (ediff-diff):
27015         * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
27016         * ediff-mult.el (ediff-mult):
27017         * ediff-ptch.el (ediff-ptch):
27018         * ediff-wind.el (ediff-window):
27019         * facemenu.el (facemenu):
27020         * indent.el (indent):
27021         * info.el (info):
27022         * jka-cmpr-hook.el (compression, jka-compr):
27023         * lpr.el (lpr):
27024         * outline.el (outlines):
27025         * pcmpl-cvs.el (pcmpl-cvs):
27026         * pcmpl-rpm.el (pcmpl-rpm):
27027         * printing.el (printing):
27028         * ps-print.el (postscript, ps-print, ps-print-horizontal)
27029         (ps-print-vertical, ps-print-headers, ps-print-font)
27030         (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
27031         (ps-print-background, ps-print-printer, ps-print-page)
27032         (ps-print-miscellany):
27033         * ses.el (ses):
27034         * shell.el (shell, shell-directories, shell-faces):
27035         * startup.el (initialization):
27036         * strokes.el (strokes):
27037         * term.el (term):
27038         * uniquify.el (uniquify):
27039         * w32-vars.el (w32):
27040         * calc/calc.el (calc):
27041         * emacs-lisp/bytecomp.el (bytecomp):
27042         * emacs-lisp/cl-indent.el (lisp-indent):
27043         * emacs-lisp/edebug.el (edebug):
27044         * emacs-lisp/elp.el (elp):
27045         * emacs-lisp/testcover.el (testcover):
27046         * emacs-lisp/trace.el (trace):
27047         * emulation/viper-ex.el (viper-ex):
27048         * emulation/viper-mous.el (viper-mouse):
27049         * mail/mailalias.el (mailalias):
27050         * mail/supercite.el (supercite, supercite-frames)
27051         (supercite-attr, supercite-cite, supercite-hooks):
27052         * net/rcompile.el (remote-compile):
27053         * net/rlogin.el (rlogin):
27054         * obsolete/ooutline.el (outlines):
27055         * progmodes/delphi.el (delphi):
27056         * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
27057         (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
27058         (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
27059         (ebnf-optimization):
27060         * progmodes/etags.el (etags):
27061         * progmodes/executable.el (executable):
27062         * progmodes/idlwave.el (idlwave):
27063         * progmodes/pascal.el (pascal):
27064         * progmodes/prolog.el (prolog):
27065         * progmodes/python.el (python):
27066         * progmodes/scheme.el (scheme):
27067         * progmodes/sh-script.el (sh, sh-script):
27068         * progmodes/sql.el (SQL):
27069         * progmodes/tcl.el (tcl):
27070         * textmodes/bibtex.el (bibtex, bibtex-autokey):
27071         * textmodes/enriched.el (enriched):
27072         * textmodes/makeinfo.el (makeinfo):
27073         * textmodes/sgml-mode.el (sgml):
27074         * textmodes/table.el (table-hooks):
27075         * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
27076         * textmodes/texinfo.el (texinfo):
27077         * textmodes/two-column.el (two-column):
27078         Finish `defgroup' description with period.
27080         * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
27081         * eshell/esh-var.el (eshell-var):
27082         * progmodes/vhdl-mode.el (vhdl-testbench):
27083         * textmodes/org.el (org): Fix typos in docstrings.
27085         * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
27086         consistency.
27088         * progmodes/flymake.el (flymake-find-file): Remove.
27089         (flymake-float-time): Use `with-no-warnings'.
27090         (flymake-check-start-time, flymake-check-was-interrupted)
27091         (flymake-err-info, flymake-is-running, flymake-last-change-time)
27092         (flymake-new-err-info): `defvar' at compile time.
27094 2005-07-03  Juanma Barranquero  <lekktu@gmail.com>
27096         * replace.el (occur-hook): Doc fix.
27097         (occur-1): Don't call `occur-hook' if there are no matches.
27099 2005-07-03  Richard M. Stallman  <rms@gnu.org>
27101         * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
27102         global-map, save the same map.
27103         (global-map): Don't alter it at top level.
27104         (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
27105         Then alter it here instead.
27106         (tpu-edt-off): Set global-map to the saved one.
27108         * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
27109         All references simplified.
27110         (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p.  Uses changed.
27111         (zmacs-regions): Add defvar.
27112         (repeat-complex-command-map): Everything about that deleted.
27114         * textmodes/artist.el (artist-key-is-drawing)
27115         (artist-key-endpoint1, artist-key-poly-point-list)
27116         (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
27117         (artist-key-compl-table, artist-rb-save-data)
27118         (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
27119         Don't put them in eval-when-compile.
27120         (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
27122         * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
27123         Use with-no-warnings.
27125         * net/browse-url.el (dos-windows-version): Add defvar.
27127         * mail/supercite.el (filladapt-prefix-table): Add defvar.
27129         * mail/rmailsum.el (rmail-summary-redo): Add defvar.
27130         (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
27131         (rmail-new-summary-line-count): Rename from new-summary-line-count.
27132         Add defvar.
27133         (rmail-summary-beginning-of-message): Use with-no-warnings.
27134         (rmail-summary-first-message, rmail-summary-last-message): Likewise.
27136         * emulation/vip.el (vip-replace-string, ex-map, ex-read):
27137         Use with-no-warnings.
27139         * emulation/vi.el (vi-mark-region): Use c-mark-function.
27140         (c-mark-function): Add point-moving-unit property.
27141         (vi-goto-line): Use with-no-warnings.
27143         * emulation/edt.el (edt-last-copied-word): Add defvar.
27144         (zmacs-region-stays): Likewise.
27145         (edt-mark-section-wisely): Use c-mark-function for C.
27146         Use makr-defun for Fortran.
27147         (time-string): defvar deleted.
27148         (edt-display-the-time): Don't set time-string.
27150         * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
27152         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
27153         Don't warn when name is not constant
27154         or for defining the group `emacs'.
27156         * tooltip.el (gud-tooltip-mode): Add defvar.
27158         * startup.el (default-frame-background-mode): Add defvar.
27160         * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
27162         * info.el (tool-bar-map): Add defvar.
27164         * dired.el (dnd-protocol-alist): Add defvar.
27166         * dired-aux.el (dired-query): Display question with answer, when
27167         the user answers.
27169         * custom.el (custom-add-option): Doc fix.
27171         * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
27173 2005-07-03  Eli Zaretskii  <eliz@gnu.org>
27175         * font-lock.el (font-lock-regexp-grouping-construct): Fix the
27176         bogus name from the last change.
27178 2005-07-02  Luc Teirlinck  <teirllm@auburn.edu>
27180         * custom.el (custom-declare-variable): Fix typos in comment.
27181         (custom-known-themes): Doc fix.
27182         (custom-theme-directory): New defcustom.
27183         (require-theme): Make it check `custom-theme-directory'.
27185         * cus-theme.el (custom-new-theme-mode): New function.
27186         (custom-theme-name, custom-theme-variables, custom-theme-faces)
27187         (custom-theme-description): Add compiler defvars.
27188         (customize-create-theme): Add doc to the "*New Custom Theme*"
27189         buffer.  Use `custom-new-theme-mode'.
27190         (custom-theme-write): Put the created buffer in emacs-lisp-mode
27191         and save it to the `custom-theme-directory'.  Make this the
27192         default directory of the buffer.
27194 2005-07-02  David Hunter  <hunterd_42@comcast.net>  (tiny change)
27196         * progmodes/flymake.el (flymake-mode, flymake-mode-off):
27197         Fix unbalanced parentheses.
27199 2005-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
27201         * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
27202         into flymake-mode and delegate to flymake-mode.
27204         * find-file.el (ff-which-function-are-we-in): Clean up.
27206 2005-07-02  Juanma Barranquero  <lekktu@gmail.com>
27208         * replace.el (occur-rename-buffer): Fix docstring.
27210         * emulation/edt.el (*EDT-keys*, edt-default-global-map)
27211         (edt-last-copied-word, edt-learn-macro-count)
27212         (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
27213         (edt-rect-start-point, edt-user-global-map, rect-start-point)
27214         (time-string, zmacs-region-stays):
27215         * emulation/edt-mapper.el (edt-save-function-key-map)
27216         (EDT-key-name): `defvar' to silence the byte-compiler.
27218 2005-07-02  Martin Rudalics  <rudalics@gmx.at>
27220         * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
27221         font-lock-regexp-backslash.  Doc fix.
27222         (font-lock-regexp-backslash-grouping-construct): Rename from
27223         font-lock-regexp-backslash-construct.  Doc fix.
27224         (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
27225         grouping constructs.
27227 2005-07-02  Eli Zaretskii  <eliz@gnu.org>
27229         * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
27230         updating all the prerequisites.
27232 2005-07-01  Juanma Barranquero  <lekktu@gmail.com>
27234         * textmodes/org.el (org-agenda-start-on-weekday)
27235         (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
27236         (org-agenda-use-time-grid, org-archive-location)
27237         (org-allow-space-in-links, org-usenet-links-prefer-google)
27238         (org-enable-table-editor, org-export-default-language)
27239         (org-export-html-show-new-buffer, org-fill-paragraph)
27240         (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
27241         (org-goto-quit, org-occur, org-eval-in-calendar)
27242         (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
27243         (org-agenda-diary-entry, org-remember-help)
27244         (org-table-convert-region, org-at-table-p)
27245         (org-table-move-row-down, org-table-move-row-up)
27246         (org-table-copy-region, org-table-toggle-vline-visibility)
27247         (org-table-get-stored-formulas, org-table-get-specials)
27248         (org-recalc-commands, org-table-eval-formula)
27249         (org-table-formula-substitute-names, orgtbl-make-binding)
27250         (org-format-org-table-html, org-format-table-table-html)
27251         (org-format-table-table-html-using-table-generate-source)
27252         (org-customize): Fix typos in docstrings.
27253         (org-level-2, org-at-timestamp-p, org-agenda-day-view)
27254         (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
27255         (org-back-to-heading): Doc fixes.
27256         (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
27257         (org-agenda-change-all-lines, org-get-header):
27258         Improve argument/docstring consistency.
27259         (orgtbl-error): Fix error message.
27261         * progmodes/flymake.el (flymake-find-possible-master-files)
27262         (flymake-master-file-compare, flymake-get-line-err-count)
27263         (flymake-highlight-line, flymake-gui-warnings-enabled):
27264         Fix typos in docstrings.
27265         (flymake-parse-line, flymake-get-project-include-dirs-function)
27266         (flymake-get-prev-err-line-no, flymake-goto-prev-error):
27267         Doc fixes.
27268         (flymake-get-project-include-dirs-function)
27269         (flymake-make-err-menu-data):
27270         Improve argument/docstring consistency.
27272 2005-07-01  Lute Kamstra  <lute@gnu.org>
27274         * battery.el (battery-linux-proc-apm): Fix typo in docstring.
27275         Catch errors with ignore-errors.  Use temporary buffer.
27276         (battery-linux-proc-acpi): Fix typo in docstring.  Document `%r'.
27278         * facemenu.el (facemenu-unlisted-faces): Delete foreground and
27279         background color faces.
27280         (facemenu-set-foreground, facemenu-set-background):
27281         Use facemenu-set-face-from-menu.
27282         (facemenu-set-face-from-menu): Treat face names that start with
27283         "fg:" or "bg:" as special.
27284         (facemenu-add-new-color): Don't create faces.  Simplify.
27286 2005-06-30  Richard M. Stallman  <rms@gnu.org>
27288         * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
27289         (crm-find-current-element): Likewise.
27291 2005-06-30  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
27293         * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
27295 2005-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
27297         * arc-mode.el (archive-extract): Make it work as a mouse binding.
27298         (archive-mouse-extract): Make it an obsolete alias.
27299         (archive-mode-map): Don't use archive-mouse-extract any more.
27300         (archive-mode, archive-extract): write-contents-hooks ->
27301         write-contents-functions.
27302         (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
27303         first arg.
27304         (archive-rename-entry): Update the call.
27305         (archive-zip-summarize): Remove unused var `method'.
27306         (archive-lzh-summarize): Remove unused var `creator'.
27308         * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
27309         dedicated frame upon exit.
27311         * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
27312         (archive-zip-extract, archive-zip-expunge)
27313         (archive-zip-update, archive-zip-update-case): Use executable-find.
27314         (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
27315         Use restore-buffer-modified-p.
27316         (archive-extract, archive-add-new-member, archive-write-file-member):
27317         Use with-current-buffer.
27318         (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
27320 2005-06-30  Andreas Schwab  <schwab@suse.de>
27322         * progmodes/gud.el (gud-filter): Remove unneeded progn.
27324 2005-06-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
27326         * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
27328 2005-06-30  Juri Linkov  <juri@jurta.org>
27330         * faces.el (vertical-border): Inherit from mode-line-inactive
27331         only on tty.
27333 2005-06-30  Juanma Barranquero  <lekktu@gmail.com>
27335         * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
27336         example, -NLINES in the `occur' docstring).
27338         * replace.el (occur-1): When no matches are found, do not set the
27339         `buffer-read-only' and modified flags for the occur buffer,
27340         because it is deleted.
27342         * emulation/cua-base.el (cua-check-pending-input)
27343         (cua-repeat-replace-region, cua-mode, cua-debug)
27344         (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
27345         Fix typos in docstrings.
27347         * emulation/cua-gmrk.el (cua-toggle-global-mark)
27348         (cua-cut-region-to-global-mark)
27349         (cua--cut-rectangle-to-global-mark):
27350         Remove period from end of messages.
27352         * emulation/cua-rect.el (cua-do-rectangle-padding):
27353         Remove period from end of messages.
27354         (cua--rectangle-seq-format): Fix typo in docstring.
27355         (cua-sequence-rectangle, cua-fill-char-rectangle):
27356         Improve argument/docstring consistency.
27358 2005-06-29  Juri Linkov  <juri@jurta.org>
27360         * faces.el (default-frame-background-mode): New internal variable.
27361         (frame-set-background-mode): Use it.
27363         * startup.el (normal-top-level): Set default-frame-background-mode
27364         instead of frame-background-mode.  Before setting it, test for its
27365         nil value.  Remove tests for frame-background-mode and frame
27366         parameter `reverse'.  Add test for "unspecified-fg".
27368         * term/xterm.el (xterm-rxvt-set-background-mode):
27369         * term/rxvt.el (rxvt-set-background-mode):
27370         Set default-frame-background-mode instead of frame-background-mode.
27372 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
27374         * simple.el (set-variable): Warn about obsolete user variables.
27376         * imenu.el (imenu--completion-buffer):
27377         * mouse.el (mouse-buffer-menu-alist):
27378         * msb.el (msb-invisible-buffer-p):
27379         * calendar/diary-lib.el (diary-header-line-format):
27380         * emacs-lisp/pp.el (pp-buffer):
27381         * progmodes/cperl-mode.el (cperl-do-auto-fill):
27382         * textmodes/picture.el (picture-replace-match):
27383         Change space constants followed by a sexp to "?\s ".
27385         * play/decipher.el (decipher-loop-with-breaks):
27386         * textmodes/texinfo.el (texinfo-insert-@item): Change space
27387         constants "protected" from end of line by a comment to "?\s".
27389 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
27391         * font-lock.el (save-buffer-state): Use `declare'.
27393         * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
27394         reset the syntax-table to cperl-mode-syntax-table.
27395         (cperl-mode): Make _ into word-syntax during font-locking so "print" in
27396         "foo_print_bar" is not matched as a reserved keyword.
27398 2005-06-29  Carsten Dominik  <dominik@science.uva.nl>
27400         * textmodes/org.el (orgtbl-setup): New function, for delayed
27401         setup for the orgtbl commands.
27402         (org-calc-default-modes): New option.
27403         (orgtbl-make-binding): Use `defun' to get better help display.
27404         (org-diary): Call `org-compile-prefix-format'.
27405         (org-table-formula-substitute-names): New function.
27406         (org-agenda-day-view, org-agenda-week-view): New commands.
27407         (org-agenda-toggle-week-view): Command removed.
27408         (org-tbl-menu): Split off from org-org-menu.
27409         (org-mode): Move removal of outline-mode menus to here.
27410         (org-table-formula-debug): New option.
27411         (org-table-insert-row): Keep first field if just "#" or "*".
27412         (org-mode): Paragraph regexps fixed.
27413         (org-table-recalculate-regexp): New constant.
27414         (org-table-justify-field-maybe): Avoid replace if not necessary.
27415         (org-copy-special, org-cut-special): Use `call-interactively'.
27416         (org-table-copy-region): Take region from `interactive' call.
27417         (org-trim): Return string even if no match.
27418         (org-formula): New face.
27419         (org-set-font-lock-defaults): No longer highlight "FIXME".
27420         But highlight formula-related fields in table.
27421         (org-table-p): Use regexp, not fontification.
27422         (org-table-align): Handle white space at end of line.
27423         (org-table-formula-evaluate-inline): New option.
27424         (org-mode): Auto-wrapping in comment lines turned off.
27425         (org-table-copy-down): Evaluate only in copied field, not in
27426         destination.
27427         (org-table-current-formula): Variable removed.
27428         (org-table-store-formulas, org-table-get-stored-formulas)
27429         (org-table-modify-formulas, org-table-replace-in-formulas)
27430         (org-table-maybe-eval-formula): New functions.
27431         (org-table-get-formula): Modify to use stored formulas.
27432         (org-table-insert-column, org-table-delete-column)
27433         (org-table-move-column): Call `org-table-modify-formulas'.
27434         (org-complete): Add completion for keyword formulas.
27435         (orgtbl-mode): Pull orgtbl-mode-map to start of
27436         minor-mode-map-alist.
27438 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
27440         * progmodes/python.el (python-check): Require `compile' before
27441         modifying its variables.
27443         * newcomment.el (comment-indent-default): Don't get fooled by an early
27444         end of buffer.
27446 2005-06-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
27448         * ps-print.el (ps-print-version): Fix version number.
27450 2005-06-28  Luc Teirlinck  <teirllm@auburn.edu>
27452         * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
27454 2005-06-28  Richard M. Stallman  <rms@gnu.org>
27456         * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
27457         (flyspell-local-mouse-map): Declaration deleted.
27458         (flyspell-mouse-map): Bind only mouse-2.
27459         (flyspell-mode-map): Don't test flyspell-use-local-map.
27460         (flyspell-overlay-keymap-property-name): Var deleted.
27461         (flyspell-mode-on): Don't make local bindings for
27462         flyspell-mouse-map and flyspell-mode-map.
27463         (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
27465         * textmodes/ispell.el (ispell-word): Do not ignore short words.
27467         * progmodes/compile.el (compilation-next-error-function):
27468         Don't switch buffers; operate on the current buffer.
27470         * progmodes/compile.el (compilation-error-file-name)
27471         (compilation-warning-file-name, compilation-info-file-name)
27472         (compilation-line-number, compilation-column-number): New faces.
27473         (compilation-error-face, compilation-warning-face)
27474         (compilation-info-face, compilation-line-face)
27475         (compilation-column-face): Use them.
27477         * facemenu.el (facemenu-add-face): Warn when font-lock is active.
27479         * comint.el (comint-password-prompt-regexp): Accept ", try again".
27481         * bindings.el (global-map): Bind insertchar and its variants.
27483 2005-06-27  Richard M. Stallman  <rms@gnu.org>
27485         * textmodes/artist.el (artist-text-overwrite)
27486         (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
27488 2005-06-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
27490         * ps-print.el: It was not working the page selection for printing.
27491         Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
27492         (ps-print-version): New version 6.6.7.
27493         (ps-end-sheet): New fun.
27494         (ps-header-sheet, ps-end-job): Call it.
27496 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
27498         * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
27500 2005-06-27  Lute Kamstra  <lute@gnu.org>
27502         * facemenu.el (facemenu-unlisted-faces): Add foreground and
27503         background color faces.
27504         (facemenu-get-face): Delete function.
27505         (facemenu-set-face-from-menu): Don't call facemenu-get-face.
27506         (facemenu-add-new-color): Make second argument mandatory.
27507         Create the appropriate face and return it.  Simplify.
27508         (facemenu-set-foreground, facemenu-set-background): Don't check if
27509         color is defined.  Use return value of facemenu-add-new-color.
27511 2005-06-26  Nick Roberts  <nickrob@snap.net.nz>
27513         * progmodes/gud.el (gud-filter): Add missing argument to
27514         with-selected-window.
27516 2005-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
27518         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
27519         a :require to the defcustom.
27521         * emacs-lisp/autoload.el (make-autoload): Add the :setter for
27522         defcustoms corresponding to minor modes.
27524 2005-06-26  David Ponce  <david@dponce.com>
27526         * recentf.el: Require tree-widget instead of wid-edit.
27527         (recentf-filename-handler): Fix widget :type.
27528         (recentf-cancel-dialog, recentf-open-more-files)
27529         (recentf-open-files-action): Doc fix.
27530         (recentf-dialog-goto-first): New function.
27531         (recentf-dialog-mode-map): Set parent keymap first.
27532         (recentf-dialog-mode): Define with define-derived-mode.
27533         Don't display continuation lines in dialogs.
27534         (recentf-edit-list): Rename from recentf-edit-selected-items.
27535         (recentf-edit-list-select): Rename from recentf-edit-list-action.
27536         Simplify.
27537         (recentf-edit-list-validate): New function.
27538         (recentf-edit-list): Update accordingly.
27539         (recentf-open-files-item-shift): Remove.
27540         (recentf-open-files-item): Convert menu elements into tree and
27541         link widgets.  Don't create the widgets.
27542         (recentf-open-files): Update accordingly.
27543         (recentf-save-list): Untabify.
27545 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
27547         * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
27548         (keep-lines): Add INTERACTIVE arg.  Never delete lines only
27549         partially contained in the active region.  Do not take active
27550         region into account when called from Lisp, unless INTERACTIVE arg
27551         is non-nil.  Use `forward-line' instead of `beginning-of-line' to
27552         avoid trouble with fields.  Make marker point nowhere when no
27553         longer used.  Always return nil.  Doc fix.
27554         (flush-lines): Add INTERACTIVE arg.  Do not take active region
27555         into account when called from Lisp, unless INTERACTIVE arg is
27556         non-nil.  Use `forward-line' instead of `beginning-of-line' to
27557         avoid trouble with fields.  Make marker point nowhere when no
27558         longer used.  Always return nil.  Doc fix.
27559         (how-many): Add INTERACTIVE arg.  Make RSTART and REND args
27560         interchangeable.  Do not take active region into account when
27561         called from Lisp, unless INTERACTIVE arg is non-nil.  Do not print
27562         message in echo area when called from Lisp, unless INTERACTIVE arg
27563         is non-nil.  Avoid saying "1 occurrences".  Do not use markers.
27564         Return the number of matches.  Doc fix.
27565         (occur): Doc fix.
27566         (perform-replace): Make comment follow double space convention for
27567         the sake of `outline-minor-mode'.
27569         * faces.el (facep): Doc fix.
27571 2005-06-25  Richard M. Stallman  <rms@gnu.org>
27573         * facemenu.el (facemenu-enable-faces-p): New function.
27574         (facemenu-background-menu, facemenu-foreground-menu)
27575         (facemenu-face-menu): Add menu-enable property.
27577         * jka-compr.el (jka-compr-insert-file-contents):
27578         Special handling if cannot find the uncompression program.
27580         * cus-face.el (custom-face-attributes): Add autoload.
27582         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
27583         Bind comment-indent-function locally.
27585         * window.el (save-selected-window): Use save-current-buffer.
27587         * subr.el (with-selected-window): Use save-current-buffer.
27589         * progmodes/gud.el (gud-filter): Simplify using with-selected-window
27590         and with-current-buffer.
27592 2005-06-24  Richard M. Stallman  <rms@gnu.org>
27594         * simple.el (line-move-1): Fix previous change.
27596 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
27598         * replace.el (occur-1): Set `buffer-read-only' and the
27599         buffer-modified flag before running `occur-hook' to protect
27600         against unintentional buffer switches that can lead to data loss.
27602 2005-06-24  Nick Roberts  <nickrob@snap.net.nz>
27604         * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
27605         (gud-gdb-marker-filter): Use font-lock-warning-face for any
27606         initial error.
27608         * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
27609         after fresh input.
27610         (gdb-var-create-handler): Put name of expression in quotes.
27612 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
27614         * emacs-lisp/ring.el (ring-elements): Make it return a list of the
27615         elements of RING in order, and without bogus nil elements.
27617 2005-06-23  Richard M. Stallman  <rms@gnu.org>
27619         * simple.el (set-variable): Args renamed; doc fix.
27620         (line-move-1): When there are overlays around, use vertical-motion.
27622         * faces.el (escape-glyph): Use brown against light background.
27623         (nobreak-space): Rename from no-break-space.
27624         Fix previous change.
27626         * dired-aux.el (dired-do-copy): Fix arg prompt.
27628         * mail/sendmail.el (mail-setup-with-from): Fix custom type.
27630 2005-06-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
27632         * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
27633         rather than "Distributor".
27635 2005-06-23  Lute Kamstra  <lute@gnu.org>
27637         * emacs-lisp/debug.el (debugger-special-form-p): New defun.
27638         (debug-on-entry): Use it.  New interactive declaration that uses
27639         function-called-at-point.
27641 2005-06-23  Kim F. Storm  <storm@cua.dk>
27643         * subr.el (save-match-data): Add comment about using evaporate arg
27644         to set-match-data.
27646 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
27648         * cus-edit.el (customize-face)
27649         (customize-face-other-window): Handle face aliases.
27651         * faces.el (face-documentation, set-face-attribute)
27652         (face-spec-set): Handle face aliases.
27654 2005-06-22  Juanma Barranquero  <lekktu@gmail.com>
27656         * help-mode.el (help-make-xrefs): If a symbol representing a face
27657         name is not followed by the word "face", it could still be a
27658         function or variable name, so don't bypass other checks.
27660 2005-06-22  Juri Linkov  <juri@jurta.org>
27662         * ps-print.el (ps-face-foreground-name, ps-face-background-name):
27663         Replace aliased functions with calls where second arg `inherit' is t.
27665 2005-06-22  Nick Roberts  <nickrob@snap.net.nz>
27667         * progmodes/gdb-ui.el (gdb-error): New variable.
27668         (gdb-error): New function.
27669         (gdb-annotation-rules): Act on error-begin and error annotations.
27670         (gdb-concat-output): Use font-lock-warning-face for errors.
27672 2005-06-22  Miles Bader  <miles@gnu.org>
27674         * bindings.el (propertized-buffer-identification): Use renamed
27675         `Buffer-menu-buffer' face.
27677         * faces.el (vertical-border): Rename from `vertical-divider'.
27678         (escape-glyph): Change dark-background color back to `cyan'.
27680 2005-06-21  Juri Linkov  <juri@jurta.org>
27682         * faces.el (face-user-default-spec): Try getting `customized-face'
27683         prior to `saved-face'.
27684         (frame-background-mode): Refill docstring.
27686         * emacs-lisp/lisp-mode.el (eval-defun-1):
27687         * emacs-lisp/edebug.el (edebug-eval-defun):
27688         Set `saved-face' temporarily to nil before calling form.
27689         Set `customized-face' to the new spec after that.
27691 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
27693         * subr.el (1value, lambda, key-substitution-in-progress):
27694         Doc fixes.
27696         * autoinsert.el (auto-insert-alist):
27697         * ses.el (ses-call-printer):
27698         * subr.el (noreturn):
27699         * emacs-lisp/lisp.el (check-parens):
27700         * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
27701         * net/browse-url.el (browse-url-mosaic):
27702         * progmodes/cc-defs.el (c-safe-scan-lists):
27703         * progmodes/ebnf-abn.el (ebnf-abn-lex):
27704         * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
27705         * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
27706         * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
27707         * progmodes/ebnf-iso.el (ebnf-iso-lex):
27708         * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
27710 2005-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
27712         * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
27714 2005-06-21  Glenn Morris  <gmorris@ast.cam.ac.uk>
27716         * calendar/appt.el (appt-make-list): Activate the package, if
27717         not already active (for backwards compatibility).
27719 2005-06-20  Kim F. Storm  <storm@cua.dk>
27721         * subr.el (add-to-ordered-list): Test membership with eq.  Simplify.
27723 2005-06-20  Miles Bader  <miles@gnu.org>
27725         * faces.el (vertical-divider): New face.
27727 2005-06-20  Juanma Barranquero  <lekktu@gmail.com>
27729         * simple.el (kill-whole-line): Doc fix.
27730         (next-error-buffer-p, next-error-find-buffer)
27731         (clone-indirect-buffer): Fix typos in docstrings.
27732         (comment-line-break-function): Doc fix: don't say variable
27733         is automatically buffer-local (it isn't).
27735 2005-06-19  Michael Albinus  <michael.albinus@gmx.de>
27737         * net/tramp-ftp.el (top):
27738         * net/tramp-smb.el (top):
27739         * net/tramp-util.el (top):
27740         * net/tramp-uu.el (top):
27741         * net/tramp-vc.el (top):
27742         * net/tramp.el (top): Revert copyright years back to original
27743         ones.  Tramp has a life outside GNU Emacs.
27745 2005-06-19  Nick Roberts  <nickrob@snap.net.nz>
27747         * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
27749 2005-06-18  Juri Linkov  <juri@jurta.org>
27751         * progmodes/grep.el (grep-regexp-alist): Use backreference at the
27752         end of first regexp to limit the match to the position between
27753         line number and source line with same separator character as used
27754         between file name and line number.  In the second regexp limit
27755         mouse-face area to file name and line number by adding new group
27756         for them and referring it in HYPERLINK arg.
27757         (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
27758         (grep-mode): Set font-lock-lines-before to 0 to not refontify the
27759         previous line where grep markers may be already removed.
27761 2005-06-18  Peter Kleiweg  <p.c.j.kleiweg@rug.nl>
27763         * progmodes/ps-mode.el: Update version and maintainer's email address.
27765 2005-06-18  Steve Youngs  <steve@xemacs.org>
27767         * net/browse-url.el (browse-url-browser-function)
27768         (browse-url-default-browser): Add firefox.
27769         (browse-url-firefox-program, browse-url-firefox-arguments)
27770         (browse-url-firefox-startup-arguments)
27771         (browse-url-firefox-new-window-is-tab): New defcustoms.
27772         (browse-url-firefox, browse-url-firefox-sentinel): New functions.
27774 2005-06-17  Richard M. Stallman  <rms@gnu.org>
27776         * startup.el (command-line): Warn if specified user name has
27777         no home directory.
27779         * term.el (term-get-old-input, term-input-filter, term-input-sender)
27780         (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
27782         * longlines.el (longlines-mode, longlines-show-hard-newlines):
27783         Doc fixes.
27785         * faces.el (underline): Try bold if terminal doesn't support underline.
27787         * mail/sendmail.el (mail-setup-with-from): New variable.
27788         (mail-insert-from-field): New function.
27789         (sendmail-send-it): Call it.
27790         (mail-setup): Optionally call it here.
27792         * term/linux.el: Call tty-no-underline.
27794 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
27796         * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
27798 2005-06-17  Miles Bader  <miles@gnu.org>
27800         * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
27801         (ediff-current-diff-C, ediff-current-diff-Ancestor)
27802         (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
27803         (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
27804         (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
27805         (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
27806         Remove "-face" suffix from face names.
27807         (ediff-current-diff-face-A, ediff-current-diff-face-B)
27808         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
27809         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
27810         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
27811         (ediff-even-diff-face-A, ediff-even-diff-face-B)
27812         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
27813         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
27814         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
27815         New backward-compatibility aliases for renamed faces.
27816         (ediff-current-diff-face-A, ediff-current-diff-face-B)
27817         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
27818         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
27819         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
27820         (ediff-even-diff-face-A, ediff-even-diff-face-B)
27821         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
27822         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
27823         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
27824         Use renamed ediff faces.
27826         * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
27827         Remove "-face" suffix from face names.
27828         (eshell-test-ok-face, eshell-test-failed-face):
27829         New backward-compatibility aliases for renamed faces.
27830         (eshell-run-test): Use renamed eshell-test faces.
27832         * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
27833         face name.
27834         (eshell-prompt-face): New backward-compatibility alias for renamed
27835         face.
27836         (eshell-emit-prompt): Use renamed eshell-prompt face.
27838         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
27839         (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
27840         (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
27841         (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
27842         Remove "-face" suffix from face names.
27843         (eshell-ls-directory-face, eshell-ls-symlink-face)
27844         (eshell-ls-executable-face, eshell-ls-readonly-face)
27845         (eshell-ls-unreadable-face, eshell-ls-special-face)
27846         (eshell-ls-missing-face, eshell-ls-archive-face)
27847         (eshell-ls-backup-face, eshell-ls-product-face)
27848         (eshell-ls-clutter-face):
27849         New backward-compatibility aliases for renamed faces.
27850         (eshell-ls-decorated-name): Use renamed eshell-ls faces.
27852         * progmodes/cc-fonts.el (c-nonbreakable-space-face):
27853         Remove "-face" suffix from face name.
27854         (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
27855         instead of literal face.
27857 2005-06-17  Juanma Barranquero  <lekktu@gmail.com>
27859         * emacs-lisp/warnings.el (display-warning, lwarn)
27860         (warning-minimum-log-level): Doc fixes.
27861         (warning-minimum-level, warning-minimum-log-level):
27862         Add :debug to :type choices.
27864         * progmodes/ada-mode.el (ada-format-paramlist)
27865         (ada-get-indent-case, ada-check-matching-start)
27866         (ada-check-defun-name, ada-goto-matching-decl-start)
27867         (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
27868         (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
27869         (ada-make-subprogram-body): Follow error conventions.
27870         (ada-case-exception-file, ada-indent-comment-as-code)
27871         (ada-indent-handle-comment-special, ada-indent-renames)
27872         (ada-indent-return, ada-search-directories-internal)
27873         (ada-tab-policy, ada-case-exception-substring)
27874         (ada-other-file-alist, ada-matching-start-re)
27875         (ada-matching-decl-start-re, ada-contextual-menu-last-point)
27876         (ada-imenu-generic-expression, ada-compile-goto-error)
27877         (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
27878         (ada-popup-menu, ada-add-extensions, ada-mode)
27879         (ada-region-selected, ada-create-case-exception)
27880         (ada-create-case-exception-substring, ada-after-keyword-p)
27881         (ada-activate-keys-for-case, ada-adjust-case-region)
27882         (ada-adjust-case-buffer, ada-format-paramlist)
27883         (ada-scan-paramlist, ada-insert-paramlist)
27884         (ada-indent-newline-indent)
27885         (ada-indent-newline-indent-conditional)
27886         (ada-justified-indent-current, ada-goto-previous-word)
27887         (ada-indent-current, ada-get-indent-open-paren)
27888         (ada-get-indent-paramlist, ada-get-indent-end)
27889         (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
27890         (ada-get-indent-block-start, ada-get-indent-subprog)
27891         (ada-get-indent-noindent, ada-get-indent-label)
27892         (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
27893         (ada-search-prev-end-stmt, ada-goto-next-non-ws)
27894         (ada-goto-stmt-end, ada-goto-next-word)
27895         (ada-check-matching-start, ada-check-defun-name)
27896         (ada-goto-matching-decl-start, ada-goto-matching-start)
27897         (ada-goto-matching-end, ada-search-ignore-string-comment)
27898         (ada-in-decl-p, ada-looking-at-semi-or)
27899         (ada-looking-at-semi-private, ada-in-paramlist-p)
27900         (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
27901         (ada-untab-hard, ada-move-to-start, ada-move-to-end)
27902         (ada-next-procedure, ada-previous-procedure, ada-next-package)
27903         (ada-previous-package, ada-create-menu)
27904         (ada-fill-comment-paragraph-justify)
27905         (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
27906         (ada-other-file-name, ada-last-which-function-line)
27907         (ada-last-which-function-subprog, ada-which-function)
27908         (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
27909         (ada-gen-treat-proc, ada-check-emacs-version)
27910         (ada-continuation-indent, ada-align-region-separate):
27911         Fix typos in docstrings.
27912         (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
27914 2005-06-16  Lute Kamstra  <lute@gnu.org>
27916         * simple.el (fundamental-mode): Run after-change-major-mode-hook
27917         conditionally.
27919 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
27921         * comint.el (comint-replace-by-expanded-filename)
27922         (comint-prompt-regexp, comint-delimiter-argument-list)
27923         (comint-preinput-scroll-to-bottom):
27924         * info.el (Info-hide-cookies-node):
27925         * ls-lisp.el (ls-lisp-classify):
27926         * find-file.el (ff-search-directories, ff-special-constructs)
27927         (ff-find-other-file):
27928         * font-lock.el (font-lock-keywords):
27929         * shell.el (shell-prompt-pattern)
27930         (shell-dynamic-complete-functions, shell-mode)
27931         (shell-delimiter-argument-list):
27932         * term.el (term-replace-by-expanded-filename)
27933         (term-prompt-regexp, term-delimiter-argument-list):
27934         * woman.el (woman-ignore, woman0-if):
27935         * emacs-lisp/derived.el (derived-mode-init-mode-variables):
27936         * emacs-lisp/elint.el (elint-init-env):
27937         * emacs-lisp/regexp-opt.el (regexp-opt-depth):
27938         * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
27939         * language/ethio-util.el (ethio-tilde-escape)
27940         (ethio-use-three-dot-question):
27941         * net/zone-mode.el (zone-mode-load-time-setup):
27942         * progmodes/cc-align.el (c-lineup-argcont):
27943         * progmodes/cc-awk.el (c-awk-beginning-of-defun):
27944         * progmodes/cperl-mode.el (cperl-set-style-back):
27945         * progmodes/inf-lisp.el (inferior-lisp-prompt):
27946         * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
27947         Fix spellings in docstrings.
27949         * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
27950         * progmodes/modula2.el (m2-for): Fix spellings.
27952         * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
27954         * simple.el (undo-more): Don't use `format' on `error' arguments.
27955         Improve argument/docstring consistency.
27956         (pending-undo-list): Doc fix.
27958         * smerge-mode.el (smerge-ensure-match):
27959         * emulation/vip.el (vip-ex):
27960         * net/zone-mode.el (zone-mode-update-serial):
27961         * progmodes/idlwave.el (idlwave-complete):
27962         * progmodes/vhdl-mode.el (vhdl-visit-file)
27963         (vhdl-compose-wire-components):
27964         Don't use `format' on `error' arguments.
27966         * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
27967         (tooltip-use-echo-area, tooltip-process-prompt-regexp)
27968         (tooltip-help-tips): Fix typos in docstrings.
27970 2005-06-16  David Ponce  <david@dponce.com>
27972         * tree-widget.el (tree-widget-value-create): Simplify last change.
27974 2005-06-15  Matt Hodges  <MPHodges@member.fsf.org>
27976         * ido.el (ido-incomplete-regexp): New variable.
27977         (ido-set-matches-1): Handle invalid-regexp error and set
27978         ido-incomplete-regexp.
27979         (ido-incomplete-regexp): New face.
27980         (ido-completions): Use it.
27981         (ido-complete, ido-exit-minibuffer, ido-completions):
27982         Handle incomplete regexps.
27983         (ido-completions): Add check for complete match when entering a regexp.
27985 2005-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
27987         * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
27989 2005-06-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
27991         * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
27992         by field delimiters.
27994 2005-06-15  David Ponce  <david@dponce.com>
27996         * tree-widget.el: eval-and-compile inlined functions so they will
27997         be available at run-time too.
27998         (tree-widget-super-format-handler)
27999         (tree-widget-format-handler): Remove.
28000         (tree-widget-value-create): Handle the :indent property.
28002 2005-06-15  Miles Bader  <miles@gnu.org>
28004         * progmodes/which-func.el (which-func): Only inherit
28005         `font-lock-function-name-face' when that makes sense against the
28006         default mode-line face, otherwise set the face color explicitly.
28008         * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
28009         faces instead of (non-existent) variables.
28011 2005-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
28013         * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
28014         (iswitchb-get-matched-buffers): Likewise.  Simplify.
28016 2005-06-14  Miles Bader  <miles@gnu.org>
28018         * progmodes/ld-script.el (ld-script-location-counter):
28019         Remove "-face" suffix from face name.
28020         (ld-script-location-counter-face):
28021         New backward-compatibility alias for renamed face.
28022         (ld-script-location-counter-face): Use renamed face.
28024         * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
28025         (cperl-hash): Remove "-face" suffix from face names.
28026         (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
28027         New backward-compatibility aliases for renamed faces.
28028         (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
28029         (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
28031         * progmodes/which-func.el (which-func): Remove "-face" suffix from face
28032         name.
28033         (which-func-face): New backward-compatibility alias for renamed face.
28034         (which-func-format): Use renamed which-func face.
28036         * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
28037         (vhdl-function, vhdl-directive, vhdl-reserved-word)
28038         (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
28039         names.
28040         (vhdl-speedbar-entity, vhdl-speedbar-architecture)
28041         (vhdl-speedbar-configuration, vhdl-speedbar-package)
28042         (vhdl-speedbar-library, vhdl-speedbar-instantiation)
28043         (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
28044         (vhdl-speedbar-architecture-selected)
28045         (vhdl-speedbar-configuration-selected)
28046         (vhdl-speedbar-package-selected)
28047         (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
28048         names.
28049         (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
28050         Use renamed faces.
28051         (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
28052         (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
28053         (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
28054         Use renamed faces.
28055         (syntax-alist): Don't use "font-lock-" or "-face" in generated face
28056         names.
28057         (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
28058         (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
28059         (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
28060         (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
28061         (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
28062         (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
28064         * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
28065         face name.
28066         (sh-heredoc-face): New backward-compatibility alias for renamed face.
28067         (sh-heredoc-face): Use renamed sh-heredoc face.
28069         * progmodes/idlw-help.el (idlwave-help-link):
28070         Remove "-face" suffix from face name.
28071         (idlwave-help-link-face):
28072         New backward-compatibility alias for renamed face.
28073         (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
28075         * progmodes/idlw-shell.el (idlwave-shell-bp-face)
28076         (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
28077         (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
28078         New backward-compatibility aliases for renamed faces.
28079         (idlwave-shell-disabled-breakpoint-face)
28080         (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
28082         * progmodes/flymake.el (flymake-errline, flymake-warnline):
28083         Remove "-face" suffix from face names.
28084         (flymake-errline-face, flymake-warnline-face):
28085         New backward-compatibility aliases for renamed faces.
28086         (flymake-highlight-line): Use renamed flymake faces.
28088         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
28089         (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
28090         (ebrowse-member-class, ebrowse-progress):
28091         Remove "-face" suffix from face names.
28092         (ebrowse-tree-mark-face, ebrowse-root-class-face)
28093         (ebrowse-file-name-face, ebrowse-default-face)
28094         (ebrowse-member-attribute-face, ebrowse-member-class-face)
28095         (ebrowse-progress-face):
28096         New backward-compatibility aliases for renamed faces.
28097         (ebrowse-show-progress, ebrowse-show-file-name-at-point)
28098         (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
28099         (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
28100         (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
28102         * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
28103         antlr-syntax)
28104         (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
28105         (antlr-literal): Remove "-face" suffix and "font-lock-" from face
28106         names.
28107         (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
28108         (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
28109         (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
28110         (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
28111         backward-compatibility aliases for renamed faces.
28112         (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
28113         (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
28114         (antlr-tokenref-face, antlr-literal-face): Variables renamed to
28115         remove "font-lock-".  Use renamed antlr-mode faces.
28116         (antlr-font-lock-additional-keywords): Use renamed faces.  Replace
28117         literal face-names with face variable references.
28119         * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
28120         face name.
28121         (Buffer-menu-buffer-face): New backward-compatibility alias for
28122         renamed face.
28123         (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
28125 2005-06-15  Daniel Pfeiffer  <occitan@esperanto.org>
28127         * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
28128         Eliminate "-face" suffix.
28129         (makefile-targets): Inherit from font-lock-function-name-face and
28130         eliminate "-face" suffix.
28131         (makefile-shell): Remove attributes and eliminate "-face" suffix.
28132         (makefile-*-font-lock-keywords): Append makefile-targets in rule
28133         actions, instead of prepending, to make it less visible.
28134         (makefile-previous-dependency, makefile-match-dependency):
28135         Don't match a target on a continuation line.
28137         * files.el (auto-mode-alist): Put Makefile in gmake mode.
28139 2005-06-15  Nick Roberts  <nickrob@snap.net.nz>
28141         * progmodes/gdb-ui.el (menu): Re-order menu items.
28142         (gdb-tooltip-print): Respect tooltip-use-echo-area.
28144         * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
28145         Define in tooltip.el.
28146         (gud-tooltip-process-output): Respect tooltip-use-echo-area.
28147         (gud-tooltip-tips): Respect tooltip-use-echo-area and
28148         gud-tooltip-echo-area.
28150         * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
28151         backward compatibility and make obsolete.
28152         (tooltip-help-tips): Use tooltip-use-echo-area.
28153         (tooltip-show-help-function): Rename to...
28154         (tooltip-show-help): ...this, because it is a function.
28155         (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
28157 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
28159         * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
28160         (edebug-print-length, edebug-print-level, edebug-print-circle)
28161         (edebug-modify-breakpoint, edebug-eval-last-sexp)
28162         (edebug-eval-print-last-sexp): Doc fixes.
28164 2005-06-14  Kim F. Storm  <storm@cua.dk>
28166         * ido.el (ido-mode): Make a new keymap every time we enable ido,
28167         as the coverage buffer/file/both may change.
28169 2005-06-14  Lute Kamstra  <lute@gnu.org>
28171         * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
28172         and run-mode-hooks.  Simplify.
28174         * mail/rmailedit.el (rmail-edit-mode):
28175         * progmodes/octave-inf.el (inferior-octave-mode):
28176         * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
28178         * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
28179         and run-mode-hooks.
28180         (recentf-edit-list, recentf-open-files): Don't call
28181         kill-all-local-variables directly.
28183         * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
28185 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
28187         * emacs-lisp/byte-run.el (make-obsolete)
28188         (define-obsolete-function-alias): Rename arguments FUNCTION and
28189         NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
28190         (make-obsolete-variable, define-obsolete-variable-alias):
28191         Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
28192         respectively.
28194         * isearchb.el (isearchb-activate):
28195         * pcvs.el (cvs-mode):
28196         * ses.el (ses-load):
28197         * vc-arch.el (vc-arch-checkin, vc-arch-diff):
28198         * net/tramp.el (tramp-find-file-exists-command)
28199         (tramp-find-shell):
28200         * progmodes/ada-mode.el (ada-create-case-exception)
28201         (ada-create-case-exception-substring, ada-make-subprogram-body):
28202         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
28203         * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
28204         * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
28205         * textmodes/org.el (org-promote, org-evaluate-time-range)
28206         (org-agenda-next-date-line, org-agenda-previous-date-line)
28207         (org-agenda-error, org-open-at-point, org-table-move-row)
28208         (org-format-table-table-html-using-table-generate-source)
28209         (org-shiftcursor-error, org-ctrl-c-ctrl-c):
28210         * textmodes/reftex.el (reftex-access-scan-info):
28211         * textmodes/reftex-toc.el (reftex-toc-dframe-p)
28212         (reftex-toc-promote-prepare): Follow error conventions.
28214         * diff-mode.el (diff-mode): Fix typo in docstring.
28216         * forms.el (forms--intuit-from-file): Fix reference to
28217         `forms-number-of-fields' in error message.
28218         (forms-print): Fix quoting in error message.
28220         * forms.el (forms-mode):
28221         * emulation/vi.el (vi-goto-insert-state):
28222         * progmodes/flymake.el (flymake-new-err-info)
28223         (flymake-start-syntax-check-for-current-buffer)
28224         (flymake-simple-cleanup):
28225         * eshell/esh-var.el (eshell/export):
28226         * progmodes/gud.el (xdb):
28227         * textmodes/flyspell.el (flyspell-incorrect-hook)
28228         (flyspell-maybe-correct-transposition)
28229         (flyspell-maybe-correct-doubling): Fix quoting in docstring.
28231 2005-06-13  Luc Teirlinck  <teirllm@auburn.edu>
28233         * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
28234         minibuffer prompt.
28236 2005-06-13  Kim F. Storm  <storm@cua.dk>
28238         * subr.el (add-to-ordered-list): New defun.
28240         * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
28241         add cua--keymap-alist to emulation-mode-map-alists.
28243 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
28245         * subr.el (complete-in-turn): New macro.
28246         (dynamic-completion-table, lazy-completion-table): Add debug info.
28248         * faces.el (read-face-name): Use complete-in-turn complete non-aliases
28249         in preference to face aliases.
28251         * textmodes/fill.el (fill-match-adaptive-prefix): New function.
28252         (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
28253         Remove unused vars `start' and `firstline'.
28254         (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
28255         (justify-current-line, fill-individual-paragraphs): Remove unused vars.
28257 2005-06-13  Eli Zaretskii  <eliz@gnu.org>
28259         * cus-start.el (all): Don't complain about missing GTK-related
28260         variables, unless either `gtk' is boundp or this isn't a
28261         `windows-nt' build.
28263 2005-06-13  Lute Kamstra  <lute@gnu.org>
28265         * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
28266         run-mode-hooks.
28268         * ediff-mult.el (ediff-meta-mode):
28269         * ediff-util.el (ediff-mode): Use run-mode-hooks.
28271         * ledit.el (ledit-mode): Use delay-mode-hooks.
28273         * woman.el (woman-mode-line-format): Delete constant.
28274         (woman-mode-map): Initialize it properly.
28275         (woman-mode): Set mode-class property to special.
28276         Use delay-mode-hooks and run-mode-hooks.  Use the right keymap.
28277         Set major-mode and mode-name.  Don't set mode-line-format directly.
28278         (Man-getpage-in-background): Don't reference woman-mode-line-format.
28280         * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
28281         string argument obsolete.
28283 2005-06-13  Carsten Dominik  <dominik@science.uva.nl>
28285         * textmodes/org.el (org-CUA-compatible): New option.
28286         (org-disputed-keys): New variable.
28287         (org-key): New function.
28288         (orgtbl-make-binding): Add docstring to the created function.
28289         (org-mode): Set paragraph start/separate regexps.
28290         (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
28291         (org-archive-location, org-archive-mark-done)
28292         (org-archive-stamp-time): New options.
28293         (org-archive-subtree): New command.
28294         (org-fill-paragraph): New function.
28295         (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
28296         (org-fake-empty-table-line): Function removed.
28297         (org-format-org-table-html): Do not create empty table lines at
28298         separator lines.  Improved table header treatment.
28299         (org-link-format): New option.
28300         (org-make-link): New function.
28301         (org-insert-link, org-store-link): Use org-make-link.
28302         (org-open-file): Quote file name for shell command, to allow
28303         spaces in file names.
28304         (org-link-regexp): Fix bug with mailto link.
28305         (org-link-maybe-angles-regexp, org-protected-link-regexp):
28306         New constants.
28307         (org-export-as-html): Deal with the optional angles around a link.
28308         Better treatment of file: links.
28309         (org-open-at-point): Replace @{ and @} with < and >.
28310         (org-run-mode-hooks): Function removed.
28311         (org-agenda-mode): No longer use `org-run-mode-hooks'.
28313 2005-06-13  Nick Roberts  <nickrob@snap.net.nz>
28315         * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
28316         MI command -data-list-register-values.
28317         (gdb-post-prompt): Indent properly.
28319 2005-06-13  Juanma Barranquero  <lekktu@gmail.com>
28321         * hilit-chg.el (highlight-changes-colors): Rename from
28322         `highlight-changes-colours'.
28323         (highlight-changes-colours): Keep as obsolete alias.
28324         (highlight-changes-face-list): Doc fix.
28325         (hilit-chg-make-list): Use `highlight-changes-colors'.
28327 2005-06-12  Mark A. Hershberger  <mah@everybody.org>
28329         * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
28330         defun-prompt-regexp.
28332 2005-06-12  Eli Zaretskii  <eliz@gnu.org>
28334         * loadup.el: Don't say we are dumping under 2 names on windows-nt
28335         and cygwin.
28337         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
28338         Don't use an old loaddefs.el, as in Makefile.in.
28340 2005-06-12  Lute Kamstra  <lute@gnu.org>
28342         * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
28344         * man.el (Man-mode-map): Initialize it properly.
28345         (Man-mode): Set mode-class property to special.
28347         * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
28349 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
28351         * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
28352         A newline is needed in the docstring there.
28354         * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
28355         Doc fixes.
28357 2005-06-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
28359         * printing.el: Doc fix.  The menubar is no more changed when printing
28360         is loaded, it only changes when pr-menu-bind or pr-update-menus is
28361         called.  Now, the menubar changing will work in Emacs 20, 21 and 22.
28362         (pr-version): New version number (6.8.4).
28363         (pr-menu-bind): New command.
28364         (pr-update-menus): Docstring and code fix.
28365         (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
28366         Docstring fix.
28367         (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
28368         (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
28370 2005-06-11  Thien-Thi Nguyen  <ttn@gnu.org>
28372         * emacs-lisp/ewoc.el: Doc fixes for public funcs:
28373         "Returns" to "return", document useful return values, etc.
28375 2005-06-11  Alan Mackenzie  <acm@muc.de>
28377         * fill.el (fill-context-prefix): Try `adaptive-fill-function'
28378         BEFORE `adaptive-fill-regexp' when determining a fill prefix.
28379         (adaptive-file-function): Minor amendment to doc-string.
28381 2005-06-11  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
28383         * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
28384         (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
28385         Fix :type--it is `integer', not `string'.
28387         * faces.el (modeline-highlight): Rename from (the erroneous)
28388         `modeline-higilight'.
28390 2005-06-11  Lute Kamstra  <lute@gnu.org>
28392         * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
28393         lisp-interaction-mode-map but make it the parent.
28394         (edebug-eval-mode): Use define-derived-mode.
28396 2005-06-11  Andreas Schwab  <schwab@suse.de>
28398         * bindings.el: Add binding of `ESC functionkey' for every
28399         `M-functionkey'.
28400         * hexl.el (hexl-mode-map): Likewise.
28402 2005-06-10  Michael Hotchin  <michael@hotchin.net>  (tiny change)
28404         * progmodes/compile.el (compilation-error-regexp-alist-alist)
28405         [msft]: update regexp for newer msft compilers.
28407 2005-06-10  Mark A. Hershberger  <mah@everybody.org>
28409         * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
28410         ATTLIST portions of included DTDs.
28411         (xml-parse-dtd): Eliminate use of inefficient match-data.
28413 2005-06-10  Miles Bader  <miles@gnu.org>
28415         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
28416         (mpuz-text): Remove "-face" suffix from face names.
28417         (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
28418         (mpuz-text-face): New backward-compatibility aliases for renamed faces.
28419         (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
28421         * play/gomoku.el (gomoku-O, gomoku-X):
28422         Remove "-face" suffix from face names.
28423         (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
28424         New backward-compatibility aliases for renamed faces.
28425         (gomoku-font-lock-keywords): Use renamed gomoku faces.
28427 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
28429         * thumbs.el: Fixes for changes of 2005-06-09.
28430         (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
28431         as a directory.
28432         (thumbs-thumbname): Remove directory separator from format string;
28433         `thumbs-thumbsdir' now returns a valid directory name.
28434         (thumbs-temp-dir): New defsubst.
28435         (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
28436         Use it.
28438         * cus-edit.el (minibuffer):
28439         * files.el (make-backup-file-name-function):
28440         * filesets.el (filesets-external-viewers):
28441         * hilit-chg.el (highlight-changes-colours)
28442         (highlight-changes-face-list, highlight-changes-rotate-faces):
28443         * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
28444         * kmacro.el (kmacro-call-macro):
28445         * log-edit.el (log-edit-changelog-full-paragraphs):
28446         * mouse.el (mouse-1-click-follows-link):
28447         * skeleton.el (skeleton-autowrap):
28448         * subr.el (insert-for-yank-1):
28449         * tempo.el (tempo-insert-region):
28450         * terminal.el (terminal-emulator):
28451         * time.el (display-time-mail-face):
28452         * vc.el (vc-annotate):
28453         * vcursor.el (vcursor-copy-line):
28454         * woman.el (woman-bold-headings, woman-ignore)
28455         (woman-default-faces, woman-monochrome-faces):
28456         * calendar/todo-mode.el (todo-insert-threshold):
28457         * emulation/pc-select.el (pc-select-selection-keys-only)
28458         (pc-selection-mode):
28459         * emulation/vip.el (vip-find-char-forward):
28460         * emulation/viper-cmd.el (viper-find-char-forward):
28461         * international/mule-cmds.el
28462         (select-safe-coding-system-accept-default-p)
28463         (input-method-exit-on-invalid-key):
28464         * international/mule-diag.el (describe-coding-system):
28465         * international/ucs-tables.el (unify-8859-on-encoding-mode):
28466         * net/browse-url.el (browse-url-xterm-program):
28467         * obsolete/lazy-lock.el (lazy-lock-mode):
28468         * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
28469         (cperl-mode):
28470         * progmodes/cpp.el (cpp-face-light-name-list)
28471         (cpp-face-dark-name-list):
28472         * progmodes/delphi.el (delphi-newline-always-indents):
28473         Fix spellings in docstrings.
28475         * ido.el (ido-mode, ido-file-extensions-order)
28476         (ido-default-file-method, ido-default-buffer-method)
28477         (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
28478         (ido-decorations, ido-read-file-name-as-directory-commands)
28479         (ido-read-file-name-non-ido, ido-work-directory-list)
28480         (ido-ignore-item-temp-list, ido-current-directory)
28481         (ido-magic-forward-char, ido-enter-find-file)
28482         (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
28483         (ido-find-file, ido-read-buffer): Fix typos in docstrings.
28485 2005-06-10  Lute Kamstra  <lute@gnu.org>
28487         * play/dunnet.el (dun-mode): Use define-derived-mode.
28488         (dungeon-mode-map): Rename to dun-mode-map.  Keep old name as an
28489         obsolete alias.
28491         * play/doctor.el (doctor-mode-map): Remove defvar.
28492         (doctor-mode): Use define-derived-mode.
28494         * mail/mspools.el (mspools-mode):
28495         * net/eudc-hotlist.el (eudc-hotlist-mode):
28496         * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
28498 2005-06-10  Miles Bader  <miles@gnu.org>
28500         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
28501         Remove "-face" suffix from face names.
28502         (flyspell-incorrect-face, flyspell-duplicate-face):
28503         New backward-compatibility aliases for renamed faces.
28504         (flyspell-mode-on, make-flyspell-overlay)
28505         (flyspell-highlight-incorrect-region)
28506         (flyspell-highlight-duplicate-region)
28507         (flyspell-display-next-corrections)
28508         (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
28510         * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
28511         from face name.
28512         (texinfo-heading-face): New backward-compatibility alias for
28513         renamed face.
28514         (texinfo-heading-face): Use renamed texinfo-heading face.
28516         * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
28517         suffix from face names.
28518         (tex-math-face, tex-verbatim-face):
28519         New backward-compatibility aliases for renamed faces.
28520         (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
28521         (tex-insert-quote): Use `tex-verbatim-face' variable instead of
28522         literal face name.
28524         * textmodes/table.el (table-cell): Remove "-face" suffix from face
28525         name.
28526         (table-cell-face): New backward-compatibility alias for renamed face.
28527         (table--put-cell-face-property, table--update-cell-face):
28528         Use renamed table-cell face.
28530         * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
28531         from face name.
28532         (sgml-namespace-face): New backward-compatibility alias for
28533         renamed face.
28534         (sgml-namespace-face): Use renamed sgml-namespace face.
28536         * textmodes/org.el (org-level-1, org-level-2, org-level-3)
28537         (org-level-4, org-level-5, org-level-6, org-level-7)
28538         (org-level-8, org-warning, org-headline-done)
28539         (org-deadline-announce, org-scheduled-today)
28540         (org-scheduled-previously, org-link, org-done, org-table)
28541         (org-time-grid): Remove "-face" suffix from face names.
28542         (org-level-1-face, org-level-2-face, org-level-3-face)
28543         (org-level-4-face, org-level-5-face, org-level-6-face)
28544         (org-level-7-face, org-level-8-face, org-warning-face)
28545         (org-headline-done-face, org-deadline-announce-face)
28546         (org-scheduled-today-face, org-scheduled-previously-face)
28547         (org-link-face, org-done-face, org-table-face)
28548         (org-time-grid-face):
28549         New backward-compatibility aliases for renamed faces.
28550         (org-level-faces, org-set-font-lock-defaults, org-timeline)
28551         (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
28552         (org-agenda-get-timestamps, org-agenda-get-scheduled)
28553         (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
28555         * emulation/viper-init.el (viper-search, viper-replace-overlay)
28556         (viper-minibuffer-emacs, viper-minibuffer-insert)
28557         (viper-minibuffer-vi): Remove "-face" suffix from face names.
28558         (viper-search-face, viper-replace-overlay-face)
28559         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
28560         (viper-minibuffer-vi-face):
28561         New backward-compatibility aliases for renamed faces.
28562         (viper-search-face, viper-replace-overlay-face)
28563         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
28564         (viper-minibuffer-vi-face): Use renamed viper faces.
28566         * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
28567         Remove "-face" suffix from face names.
28568         (testcover-nohits-face, testcover-1value-face):
28569         New backward-compatibility aliases for renamed faces.
28570         (testcover-mark): Use renamed testcover faces.
28572         * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
28573         face name.
28574         (diary-button-face): New backward-compatibility alias for renamed face.
28575         (diary-entry): Use renamed diary-button face.
28577         * calendar/calendar.el (diary, calendar-today, holiday)
28578         (mark-visible-calendar-date): Remove "-face" suffix from face names.
28579         (diary-face, calendar-today-face, holiday-face):
28580         New backward-compatibility aliases for renamed faces.
28581         (eval-after-load "facemenu", diary-entry-marker)
28582         (calendar-today-marker, calendar-holiday-marker, diary-face):
28583         Use renamed calendar faces.
28585         * compare-w.el (compare-windows): Remove "-face" suffix from face name.
28586         (compare-windows-face): New backward-compatibility alias for
28587         renamed face.
28588         (compare-windows-highlight): Use renamed compare-windows face.
28590         * strokes.el (strokes-char): Remove "-face" suffix from face name.
28591         (strokes-char-face): New backward-compatibility alias for renamed face.
28592         (strokes-encode-buffer): Use renamed strokes-char face.
28594         * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
28595         (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
28596         Remove "-face" suffix from face names.
28597         (cvs-header-face, cvs-filename-face, cvs-unknown-face)
28598         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
28599         (cvs-msg-face): New backward-compatibility aliases for renamed faces.
28600         (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
28601         Use renamed pcvs faces.
28602         * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
28603         * pcvs-defs.el (cvs-mode-map): Likewise.
28604         * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
28606         * info.el (info-title-1, info-title-2, info-title-3)
28607         (info-title-4): Remove "-face" suffix from and downcase face names.
28608         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
28609         (Info-title-4-face):
28610         New backward-compatibility aliases for renamed faces.
28611         (Info-fontify-node): Use renamed info faces.
28613         * hilit-chg.el (highlight-changes, highlight-changes-delete):
28614         Remove "-face" suffix from face names.
28615         (highlight-changes-face, highlight-changes-delete-face):
28616         New backward-compatibility aliases for renamed faces.
28617         (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
28618         (hilit-chg-make-list): Use renamed highlight-changes faces.
28620         * generic-x.el (show-tabs-tab, show-tabs-space):
28621         Remove "-face" suffix from face names.
28622         (show-tabs-tab-face, show-tabs-space-face):
28623         New backward-compatibility aliases for renamed faces.
28624         (show-tabs-generic-mode-font-lock-defaults-1)
28625         (show-tabs-generic-mode-font-lock-defaults-2):
28626         Use renamed show-tabs faces.
28628         * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
28629         (smerge-markers): Remove "-face" suffix from face names.
28630         (smerge-mine-face, smerge-other-face, smerge-base-face)
28631         (smerge-markers-face):
28632         New backward-compatibility aliases for renamed faces.
28633         (smerge-mine-face, smerge-other-face, smerge-base-face)
28634         (smerge-markers-face): Use renamed smerge faces.
28636         * log-view.el (log-view-file, log-view-message): Remove "-face"
28637         suffix from face names.
28638         (log-view-file-face, log-view-message-face):
28639         New backward-compatibility aliases for renamed faces.
28640         (log-view-file-face, log-view-message-face): Use renamed log-view
28641         faces.
28643         * paren.el (show-paren-match, show-paren-mismatch):
28644         Remove "-face" suffix from face names.
28645         (show-paren-match-face, show-paren-mismatch-face):
28646         New backward-compatibility aliases for renamed faces.
28647         (show-paren-function): Use renamed show-paren faces.
28649         * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
28650         (ruler-mode-margins, ruler-mode-fringes)
28651         (ruler-mode-column-number, ruler-mode-fill-column)
28652         (ruler-mode-comment-column, ruler-mode-goal-column)
28653         (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
28654         suffix from face names.
28655         (ruler-mode-default-face, ruler-mode-pad-face)
28656         (ruler-mode-margins-face, ruler-mode-fringes-face)
28657         (ruler-mode-column-number-face, ruler-mode-fill-column-face)
28658         (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
28659         (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
28660         New backward-compatibility aliases for renamed faces.
28661         (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
28662         (ruler-mode-column-number, ruler-mode-fill-column)
28663         (ruler-mode-comment-column, ruler-mode-goal-column)
28664         (ruler-mode-tab-stop, ruler-mode-current-column)
28665         (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
28666         faces.
28668         * whitespace.el (whitespace-highlight): Remove "-face" suffix from
28669         face name.
28670         (whitespace-highlight-the-space): Use renamed face.
28671         (whitespace-highlight-face): New backward-compatibility alias for
28672         renamed face.
28674         * woman.el (woman-italic, woman-bold, woman-unknown)
28675         (woman-addition, woman-symbol-face):
28676         Remove "-face" suffix from face names.
28677         (woman-italic-face, woman-bold-face, woman-unknown-face)
28678         (woman-addition-face):
28679         New backward-compatibility aliases for renamed faces.
28680         (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
28681         (woman-decode-region, woman-replace-match)
28682         (woman-display-extended-fonts, woman-special-characters)
28683         (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
28684         Use renamed woman faces.
28686         * longlines.el (longlines-visible-face): Face removed.
28688         * diff-mode.el (diff-header, diff-file-header, diff-index)
28689         (diff-hunk-header, diff-removed, diff-added, diff-changed)
28690         (diff-function, diff-context, diff-nonexistent): Remove "-face"
28691         suffix from face names.
28692         (diff-header-face, diff-file-header-face, diff-index-face)
28693         (diff-hunk-header-face, diff-removed-face, diff-added-face)
28694         (diff-changed-face, diff-function-face, diff-context-face)
28695         (diff-nonexistent-face): New backward-compatibility aliases for
28696         renamed faces.
28697         (diff-header-face, diff-file-header-face)
28698         (diff-index, diff-index-face, diff-hunk-header)
28699         (diff-hunk-header-face, diff-removed, diff-removed-face)
28700         (diff-added, diff-added-face, diff-changed-face, diff-function)
28701         (diff-function-face, diff-context-face, diff-nonexistent)
28702         (diff-nonexistent-face): Use renamed diff-mode faces.
28704         * progmodes/compile.el (compilation-warning-face)
28705         (compilation-info-face): Remove "-face" suffix from face names.
28706         (compilation-warning-face, compilation-info-face):
28707         New backward-compatibility aliases for renamed faces.
28708         (compilation-warning-face, compilation-info-face):
28709         Use renamed compilation faces.
28711         * add-log.el (change-log-date, change-log-name)
28712         (change-log-email, change-log-file, change-log-list)
28713         (change-log-conditionals, change-log-function)
28714         (change-log-acknowledgement): Remove "-face" suffix from face names.
28715         (change-log-date-face, change-log-name-face)
28716         (change-log-email-face, change-log-file-face)
28717         (change-log-list-face, change-log-conditionals-face)
28718         (change-log-function-face, change-log-acknowledgement-face):
28719         New backward-compatibility aliases for renamed faces.
28720         (change-log-font-lock-keywords): Use renamed change-log faces.
28722         * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
28723         (custom-set, custom-changed, custom-saved, custom-button)
28724         (custom-button-pressed, custom-documentation, custom-state)
28725         (custom-comment, custom-comment-tag, custom-variable-tag)
28726         (custom-variable-button, custom-face-tag, custom-group-tag-1)
28727         (custom-group-tag): Remove "-face" suffix from face names.
28728         (custom-magic-alist, custom-magic-value-create)
28729         (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
28730         (custom-invalid-face, custom-rogue-face, custom-modified-face)
28731         (custom-set-face, custom-changed-face, custom-saved-face)
28732         (custom-button-face, custom-button-pressed-face)
28733         (custom-documentation-face, custom-state-face)
28734         (custom-comment-face, custom-comment-tag-face)
28735         (custom-variable-tag-face, custom-variable-button-face)
28736         (custom-face-tag-face, custom-group-tag-face-1)
28737         (custom-group-tag-face):
28738         New backward-compatibility aliases for renamed faces.
28740         * wid-edit.el (widget-documentation, widget-button)
28741         (widget-field, widget-single-line-field, widget-inactive)
28742         (widget-button-pressed): "-face" suffix removed from face names.
28743         (widget-documentation-face, widget-button-face)
28744         (widget-field-face, widget-single-line-field-face)
28745         (widget-inactive-face, widget-button-pressed-face):
28746         New backward-compatibility aliases for renamed faces.
28747         (widget-documentation-face, widget-button-face)
28748         (widget-button-pressed-face, widget-specify-field)
28749         (widget-specify-inactive): Use renamed widget faces.
28751 2005-06-10  Kenichi Handa  <handa@m17n.org>
28753         * term/x-win.el (x-clipboard-yank): Remove condition-case
28754         wrapping.
28756 2005-06-11  Kenichi Handa  <handa@m17n.org>
28758         * add-log.el (change-log-font-lock-keywords): Make the regexp for
28759         date lines stricter.
28761 2005-06-10  Zhang Wei  <id.brep@gmail.com>
28763         * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
28764         of x-get-selection.
28766 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
28768         * comint.el (comint-mode, comint-snapshot-last-prompt):
28769         * frame.el (frame-current-scroll-bars):
28770         * term.el (term-mode, term-check-proc, term-input-sender)
28771         (term-simple-send, term-extract-string, term-word)
28772         (term-match-partial-filename):
28773         * window.el (window-current-scroll-bars):
28774         * emulation/cua-base.el (cua-normal-cursor-color)
28775         (cua-read-only-cursor-color, cua-overwrite-cursor-color)
28776         (cua-global-mark-cursor-color):
28777         * mail/undigest.el (rmail-forward-separator-regex):
28778         Fix typos in docstrings.
28780         * comint.el (comint-check-proc, make-comint-in-buffer)
28781         (comint-source-default): Doc fixes.
28783         * term.el (term-send-string): Improve argument/docstring consistency.
28785 2005-06-09  Luc Teirlinck  <teirllm@auburn.edu>
28787         * comint.el (comint-send-input): Bind `inhibit-read-only' around
28788         call to `delete-region'.
28789         (comint-mode-hook): Do not enable Font Lock by default.
28791 2005-06-09  Lute Kamstra  <lute@gnu.org>
28793         * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
28794         could be void.
28796 2005-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
28798         * emacs-lisp/debug.el (debugger-will-be-back): New var.
28799         (debug): Use it.
28800         (debugger-step-through, debugger-continue, debugger-jump)
28801         (debugger-return-value): Set it when needed.
28802         (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
28803         Use inhibit-read-only.
28805 2005-06-09  Juanma Barranquero  <lekktu@gmail.com>
28807         * window.el (shrink-window-if-larger-than-buffer)
28808         (window-size-fixed): Fix typo in docstring.
28810         * thumbs.el: Don't set `auto-image-file-mode'.  Do not create the
28811         thumbnails directory on loading.
28812         (thumbs-conversion-program): Use `eq' to check the system type,
28813         not `equal'.
28814         (thumbs-temp-dir): Initialize to `temporary-file-directory',
28815         not "/tmp".  Fix docstring.
28816         (thumbs-thumbsdir): New function to return the thumbnails
28817         directory, creating it if needed.
28818         (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
28819         (thumbs-temp-file): Delete variable and make it into a function.
28820         (thumbs-resize-image, thumbs-modify-image): Use it.
28821         (thumbs-kill-buffer): Simplify.
28822         (thumbs-gensym): Defalias or duplicate CL `gensym'.
28823         (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
28824         docstrings.
28826 2005-06-09  Kim F. Storm  <storm@cua.dk>
28828         * subr.el (save-match-data): Add RESEAT arg `evaporate' to
28829         set-match-data to free markers in match-data.
28831         * replace.el (replace-match-data): Pass RESEAT arg `t' to
28832         match-data to unchain markers in match-data.
28834 2005-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
28836         * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
28837         the debugger immediately anyway.  Undo the 2005-06-06 change, rendered
28838         unnecessary now.
28840 2005-06-08  Richard M. Stallman  <rms@gnu.org>
28842         * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
28843         give the variable a doc string that doesn't say don't set it directly.
28845         * textmodes/ispell.el (ispell-check-version):
28846         Use match-string-no-properties.
28847         (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
28848         (ispell-buffer-local-words): Likewise.
28850         * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
28851         except on terminals with enough colors to really display it.
28852         (makefile-dependency-regex): Delete spurious `bb'.
28854         * faces.el (escape-glyph): Use blue once again in last case.
28855         (no-break-space): Redefine so that it isn't invisible on a tty.
28857 2005-06-08  Kim F. Storm  <storm@cua.dk>
28859         * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
28860         also when reading directory name.
28862 2005-06-08  Lute Kamstra  <lute@gnu.org>
28864         * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
28865         (flyspell-mode-line-string): Remove autoload cookie.
28866         (flyspell-mode): Remove defvar.
28868 2005-06-07  Lute Kamstra  <lute@gnu.org>
28870         * textmodes/org.el (org-run-mode-hooks): New function.
28871         (org-agenda-mode): Use it.
28873 2005-06-07  David McCabe  <davemccabe@gmail.com>  (tiny change)
28875         * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
28877 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
28879         * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
28881 2005-06-06  Luc Teirlinck  <teirllm@auburn.edu>
28883         * font-lock.el (font-lock-add-keywords): Doc fix.
28885 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
28887         * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
28888         (tex-compile-default): In the absence of any history, use the order in
28889         tex-compile-alist to choose the preferred command.
28890         (tex-compile-commands): Reorder a bit.
28892         * textmodes/flyspell.el (flyspell-auto-correct-binding)
28893         (flyspell-incorrect-face, flyspell-duplicate-face):
28894         Use (X)Emacs-agnostic code.
28895         (flyspell-mode-map): Don't overwrite at each load.  Remove code
28896         redundant with the subsequent add-minor-mode.  Merge Emacs and
28897         XEmacs code.
28898         (flyspell-word): Minor simplification.
28899         (flyspell-math-tex-command-p): Quieten the byte-compiler.
28900         (flyspell-external-point-words): Remove unused vars `size' and `start'.
28901         (flyspell-do-correct): Rename from flyspell-xemacs-correct.
28902         Merge the corresponding Emacs code.
28903         (flyspell-correct-word, flyspell-xemacs-popup):
28904         Use flyspell-do-correct.
28906         * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
28907         a dedicated window.
28909         * international/latexenc.el (latexenc-find-file-coding-system):
28910         Undo part of last patch, to turn off a compiler warning.
28912 2005-06-06  Juri Linkov  <juri@jurta.org>
28914         * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
28915         Rename `tmm-inactive-face' to `tmm-inactive'.
28917 2005-06-06  Matt Hodges  <MPHodges@member.fsf.org>
28919         * iswitchb.el: Rename faces.
28921 2005-06-06  Kim F. Storm  <storm@cua.dk>
28923         * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
28924         (cua-global-mark): Remove -face suffix from face names.
28926         * emulation/cua-gmrk.el (cua--init-global-mark):
28927         Remove cua-global-mark face setup.
28929 2005-06-06  Richard M. Stallman  <rms@gnu.org>
28931         * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
28932         just like other allowed characters.
28933         (makefile-match-dependency): Exclude leading and training whitespace
28934         from the range of regexp subexp 1.
28935         (makefile-macroassign-regex): Don't try to match the body,
28936         just the name of the macro being defined.
28938         * info.el (Info-read-node-name-2): New function.
28939         (Info-read-node-name-1): Use that.
28940         Add a completion-base-size-function property.
28942         * simple.el (completion-setup-function): Look for
28943         completion-base-size-function property of minibuffer-completion-table.
28945         * files.el (locate-file-completion): Doc fix.
28947         * printing.el: Don't call pr-update-menus; user must do that.
28949         * emacs-lisp/debug.el (debugger-window): New variable.
28950         (debug): Use debugger-window if it is set and still alive.
28951         Record debugger-window for next entry.
28953         * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
28955 2005-06-06  Matthias F\e,Av\e(Brste  <slashdevslashnull@gmx.net>
28957         * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
28958         (hack-one-local-variable, hack-local-variables)
28959         (hack-local-variables-prop-line): Pass that arg.
28961 2005-06-06  Kim F. Storm  <storm@cua.dk>
28963         * ido.el (ido-first-match, ido-only-match, ido-subdir)
28964         (ido-indicator): Remove -face suffix from face names.
28966 2005-06-06  Juri Linkov  <juri@jurta.org>
28968         * font-lock.el (font-lock-regexp-backslash)
28969         (font-lock-regexp-backslash-construct): New faces.
28970         (lisp-font-lock-keywords-2): Use new faces.  Match `?:' only
28971         after `('.  Add `while-no-input' to control structures.
28973         * faces.el (no-break-space, shadow): New faces.
28974         (escape-glyph): Use less loud colors pink2 and red4.
28976         * diff-mode.el (diff-context-face)
28977         * dired.el (dired-ignored)
28978         * rfn-eshadow.el (file-name-shadow)
28979         * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
28981         * info.el (Info-title-1-face): Use green instead of yellow because
28982         bold yellow is not readable on light backgrounds.
28984         * progmodes/compile.el (compilation-start): Move `erase-buffer' up
28985         before selecting the desired mode to not spend time fontifying
28986         old contents.
28988 2005-06-06  Juanma Barranquero  <lekktu@gmail.com>
28990         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
28991         (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
28993         * ps-print.el (ps-default-fg, ps-default-bg):
28994         Fix typos in docstrings.
28996         * isearchb.el (isearchb): Don't pass a spurious second argument to
28997         `iswitchb-completions'.
28999 2005-06-05  Nick Roberts  <nickrob@snap.net.nz>
29001         * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
29002         to preserve point.
29003         (gdb-find-file-hook): Add doc string.
29005         * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
29006         C dereferenced pointer expression.
29007         (gud-tool-bar-map): Put it on the tool bar.  Re-order icons.
29009         * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
29011         * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
29012         * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
29013         * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
29014         * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
29015         * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
29016         Make background transparent.
29018 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
29020         * font-lock.el (font-lock-add-keywords): Doc fix.  Comment change.
29021         (font-lock-remove-keywords): Doc fix.
29022         (font-lock-mode-major-mode): Compiler defvar.
29023         (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
29025         * font-core.el (font-lock-mode-major-mode): Compiler defvar.
29026         (font-lock-mode): Update `font-lock-mode-major-mode'.
29027         (font-lock-set-defaults): Compiler defvar.
29028         (font-lock-default-function): Take `font-lock-mode-major-mode'
29029         into account.
29031         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
29032         keep track of which major mode it enabled the minor mode for.
29033         Use find-file-hook again.  Update docstring.
29035         * simple.el (eval-expression-print-level)
29036         (eval-expression-print-length, eval-expression-debug-on-error):
29037         Doc fixes.
29039 2005-06-04  Matt Hodges  <MPHodges@member.fsf.org>
29041         * iswitchb.el (iswitchb-single-match-face)
29042         (iswitchb-current-match-face, iswitchb-virtual-matches-face)
29043         (iswitchb-invalid-regexp-face): New faces.
29044         (iswitchb-completions): Use them.
29045         (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
29046         now marked as an obsolete alias.
29047         (iswitchb-read-buffer): Remove check for bound font variables.
29048         (iswitchb-invalid-regexp): New free variable.
29049         (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
29050         set iswitchb-invalid-regexp.
29051         (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
29052         invalid regexps.
29053         (iswitchb-completions): Add check for complete match when entering
29054         a regexp.
29055         (iswitchb-completions): Remove require-match argument.
29056         (iswitchb-exhibit): Fix caller.
29057         (iswitchb-common-match-inserted): New variable.
29058         (iswitchb-complete, iswitchb-completion-help): Use it.
29060 2005-06-04  David Reitter  <david.reitter@gmail.com>  (tiny change)
29062         * url-http.el (url-http-chunked-encoding-after-change-function):
29063         Use `url-http-debug' instead of `message'.
29065 2005-06-04  Thierry Emery  <thierry.emery@free.fr>  (tiny change)
29067         * url-http.el (url-http-parse-headers): Pass redirected URL as a
29068         callback argument.
29070 2005-06-04  Kim F. Storm  <storm@cua.dk>
29072         * simple.el (line-move): Only call sit-for when moving backwards.
29074         * ido.el (ido-make-merged-file-list-1): New defun split from
29075         ido-make-merged-file-list.
29076         (ido-make-merged-file-list): Bind throw-on-input around call to
29077         ido-make-merged-file-list-1.  Return input-pending-p if
29078         interrupted by more input available.
29079         (ido-read-internal): Handle input-pending-p return value from
29080         ido-make-merged-file-list.
29082 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
29084         * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
29085         compatibility code.
29087         * international/latexenc.el (latexenc-find-file-coding-system):
29088         Don't inherit the EOL part of the coding-system from the
29089         tex-main buffer.  Fit within 80 columns.
29091 2005-06-03  Matt Hodges  <MPHodges@member.fsf.org>
29093         * tmm.el (tmm-inactive-face): New face.
29094         (tmm-remove-inactive-mouse-face): New function.
29095         (tmm-prompt, tmm-add-one-shortcut)
29096         (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
29097         but not selectable.
29099 2005-06-03  Juanma Barranquero  <lekktu@gmail.com>
29101         * faces.el (face-equal): Improve argument/docstring consistency.
29103 2005-06-03  Daniel Pfeiffer  <occitan@esperanto.org>
29105         * progmodes/make-mode.el (makefile-targets-face)
29106         (makefile-shell-face, makefile-makepp-perl-face): Add :version.
29107         (makefile-bsdmake-dependency-regex)
29108         (makefile-makepp-rule-action-regex)
29109         (makefile-bsdmake-rule-action-regex): New constants.
29110         (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
29112         * progmodes/compile.el (compilation-error-regexp-alist-alist):
29113         Allow (...) within `...' for makepp messages.
29115 2005-06-03  Michael Kifer  <kifer@cs.stonybrook.edu>
29117         * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
29119         * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
29120         "." files are deleted from all file lists before comparison.
29122         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
29123         (viper-ESC-key): Made them customizable.
29125         * viper.el (viper-non-hook-settings): Fix the names of defadvices.
29127 2005-06-01  Luc Teirlinck  <teirllm@auburn.edu>
29129         * autorevert.el (auto-revert-buffers): Use save-match-data.
29131 2005-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
29133         * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
29134         menu items with a nil command binding.
29136 2005-06-01  Juanma Barranquero  <lekktu@gmail.com>
29138         * emacs-lisp/cl-macs.el (defsetf):
29139         Improve argument/docstring consistency.
29141         * faces.el (list-faces-display): Improve the formatting by
29142         computing the maximum length required for any face-name (reworked
29143         patch of 1999-01-11, accidentally deleted on 1999-07-21).
29144         (internal-find-face): Remove redundant info in docstring.
29146 2005-06-01  Nick Roberts  <nickrob@snap.net.nz>
29148         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
29149         (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
29150         (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
29151         (gdb-assembler-custom): Improve regexps.
29152         (def-gdb-auto-update-handler): Use window point to preserve point.
29154 2005-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
29156         * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
29158 2005-05-31  Jay Belanger  <belanger@truman.edu>
29160         * calc/calc-embed.el (calc-embedded-word): Change argument passed
29161         to calc-embedded.
29162         (calc-embedded-make-info): Have plain prefix argument select
29163         entire line.
29165 2005-05-31  Juanma Barranquero  <lekktu@gmail.com>
29167         * faces.el (list-faces-display): Signal error if passed a regexp
29168         that matches no face name.
29170         * simple.el (filter-buffer-substring): Fix typo in docstring.
29172 2005-05-31  Richard M. Stallman  <rms@gnu.org>
29174         * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
29175         (vhdl-emacs-21): Doc fix.
29176         (vhdl-mode): Unconditionally set comment-padding.
29177         (vhdl-fixup-whitespace-region): Insert spaces only where
29178         there are none.
29179         (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
29181 2005-05-30  John Wiegley  <johnw@newartisans.com>
29183         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
29184         * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
29185         * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
29186         `directory-sep-char' to ?/, and all uses of `string-to-int' to
29187         `string-to-number'.
29189 2005-05-30  Jay Belanger  <belanger@truman.edu>
29191         * calc/calc.el (calc-bug-address): Fix docstring.
29192         (calc-window-hook, calc-trail-window-hook): New variables.
29193         (calc-trail-display): Restore use of calc-trail-window-hook.
29194         (calc): Restore use of calc-window-hook.
29196 2005-05-31  Masatake YAMATO  <jet@gyve.org>
29198         * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
29200         * help-fns.el (help-C-file-name): Add autoload mark for
29201         `find-function-noselect'.
29203 2005-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
29205         * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
29206         (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
29208 2005-05-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
29210         * calendar/diary-lib.el (mark-included-diary-files): Only kill
29211         included diary buffer if it was not already being visited.
29212         Reported by Stephen Berman <Stephen.Berman@gmx.net>.
29214         * calendar/icalendar.el (top-level): Do not require appt.
29216         * mail/supercite.el (sc-select-attribution): Only use a list
29217         element from sc-attrib-selection-list if it returns a string.
29218         Reported by Davide G. M. Salvetti <salve@debian.org>.
29220 2005-05-30  Juanma Barranquero  <lekktu@gmail.com>
29222         * thumbs.el (thumbs-thumbname): The resulting thumbname now
29223         includes a hash value to improve its uniqueness, and has a ".jpg"
29224         extension.  Also, it is now a valid filename on all systems.
29225         (thumbs-make-thumb): Use `let', not `let*'.
29226         (thumbs-show-thumbs-list): Check for JPEG availability.
29228 2005-05-30  Richard M. Stallman  <rms@gnu.org>
29230         * filesets.el (filesets-menu-ensure-use-cached):
29231         Prevent warning when emacs-version>= is undefined.
29233         * printing.el (pr-interactive-n-up): Use string-to-number.
29235         * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
29237         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
29238         Warn only when name to be defined is quoted.
29240 2005-05-30  Nick Roberts  <nickrob@snap.net.nz>
29242         * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
29243         Make regexp more robust.
29244         (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
29245         Force regeneration of disassembly.
29247 2005-05-29  Jay Belanger  <belanger@truman.edu>
29249         * calc/calc.el (calc-user-invocation): Check if
29250         calc-invocation-macro is non-nil.
29252 2005-05-29  Juri Linkov  <juri@jurta.org>
29254         * add-log.el (change-log-font-lock-keywords):
29255         Add `+' to e-mail regexp to accept mail address with keywords.
29257         * man.el (Man-name-regexp): Add `:' to accept qualified names.
29259 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
29261         * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
29263         * ielm.el (inferior-emacs-lisp-mode): Ditto.
29265 2005-05-29  Richard M. Stallman  <rms@gnu.org>
29267         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
29268         Undo the change that moves to end of the current word.
29270 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
29272         * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
29273         Throw error when count <= 0 to ensure input is a number.
29274         (gdb-read-memory-custom): Pick up address from buffer.
29275         (gdb-memory-mode): Allow user to increment and decrement
29276         memory address from header line.
29278 2005-05-29  Richard M. Stallman  <rms@gnu.org>
29280         * flyspell.el (flyspell-version): Function deleted.
29281         (flyspell-auto-correct-previous-hook): Doc fix.
29283         * jit-lock.el (jit-lock-function, jit-lock-after-change):
29284         Do nothing if memory is full.
29286         * font-lock.el (font-lock-fontify-syntactically-region):
29287         Pass t for GREEDY to looking-back.
29289         * saveplace.el (save-place-alist-to-file): Write the file
29290         using write-region.
29292         * subr.el (looking-back): New argument GREEDY.
29294         * progmodes/compile.el (compilation-start): Set the mode
29295         before inserting the initial text.
29297         * progmodes/which-func.el (which-func-update-1): Turn the mode
29298         off in case of error by setting which-func-mode.
29300 2005-05-29  Peter Heslin  <p.j.heslin@durham.ac.uk>  (tiny change)
29302         * flyspell.el (flyspell-auto-correct-previous-word):
29303         Narrow down to what's on the screen, and recenter overlays
29304         at the end of the next word.
29306 2005-05-29  Manuel Serrano  <Manuel.Serrano@sophia.inria.fr>
29308         * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
29309         (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
29310         (flyspell-abbrev-p): Default to nil.
29311         (flyspell-use-global-abbrev-table-p): Doc fix.
29312         (flyspell-large-region): Allow nil as value.
29313         (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
29315         (mail-mode-flyspell-verify): More robust handling
29316         of `mail-header-separator'.  More efficient signature detection.
29317         Allow for regexp metacharacters in message-header-separator.
29318         Adding `To' not to be checked in mail-mode-flyspell-verify.
29320         (flyspell-prog-mode): Run flyspell-prog-mode-hook.
29321         (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
29322         Bind flyspell-auto-correct-binding.
29323         Bind C-. and C-, .
29324         (flyspell-mode-map): Likewise.
29325         (flyspell-mode): Doc fix.
29326         (flyspell-accept-buffer-local-defs): Preserve current buffer.
29327         (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
29328         (flyspell-word-cache-result): New var, always local.
29329         (flyspell-check-pre-word-p): Doc fix.
29330         (flyspell-check-changed-word-p): Handle spc like newline.
29331         (flyspell-post-command-hook): Set flyspell-word-cache-result.
29332         (flyspell-word-search-backward, flyspell-word-search-forward):
29333         New functions.
29334         (flyspell-word): Return t if nothing to check.
29335         When parsing TeX code, check for after } or \.
29336         Use flyspell-word-search-backward to find previous word.
29337         Return nil if duplicated word.
29338         For word already checked, return same value as last time.
29339         Set flyspell-word-cache-result after checking.
29340         Don't clobber the return value.
29341         (flyspell-get-word): Major rewrite.
29342         (flyspell-external-point-words): New locals pword, pcount.
29343         Fix size used in progress message.
29344         Find the proper corresponding word in flyspell-large-region-buffer.
29345         (flyspell-region): Check for flyspell-large-region = nil.
29346         (flyspell-highlight-incorrect-region): Clean up overlays in region.
29347         (flyspell-auto-correct-word): Check that WORD is a cons.
29348         (flyspell-correct-word): Likewise.
29350 2005-05-29  Daniel Pfeiffer  <occitan@esperanto.org>
29352         * progmodes/make-mode.el (makefile-rule-action-regex)
29353         (makefile-macroassign-regex, makefile-makepp-mode)
29354         (makefile-bsdmake-mode): Continuation lines may be empty.
29355         Reported by Joshua Varner.
29356         (makefile-makepp-font-lock-keywords): Add $(stem).
29358 2005-05-28  Karl Berry  <karl@gnu.org>
29360         * textmodes/tex-mode.el: Now that tex-send-command calls
29361         shell-quote-argument (2005-03-31 change), remove all calls to
29362         shell-quote-argument; they all end up invoking tex-send-command.
29363         The double quoting loses on filenames with non-safe characters,
29364         such as "@".  Reported by Frederik Fouvry.
29366 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
29368         * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
29369         about preserving point.
29371 2005-05-27  Jay Belanger  <belanger@truman.edu>
29373         * calc/calc-misc.el (calc-info-goto-node): Use info instead of
29374         Info-goto-node.
29376         * calc/calc-embed.el (calc-embed-arg): New variable.
29377         (calc-do-embedded-activate, calc-embedded-activate-formula)
29378         (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
29379         variable by new variable.
29380         (calc-embedded-make-info): Replace undeclared variable by new
29381         variable.  When selecting region with positive prefix
29382         argument, use end of previous line instead of beginning of line.
29384         * calc/calc-aent.el (calc-arg-values): Declare it.
29386         * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
29387         Declare them.
29389         * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
29391         * calc/calc.el (calc-alg-map): Declare it.
29393         * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
29395 2005-05-28  Nick Roberts  <nickrob@snap.net.nz>
29397         * progmodes/gdb-ui.el (gdb-all-registers): New variable.
29398         (gdb-registers-buffer, toggle-gdb-all-registers):
29399         Toggle display of floating point registers.
29400         (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
29402         * progmodes/gud.el (gud-goto-info): Use info.  Don't use require.
29403         (toggle-gud-tooltip-dereference):
29404         Rename from gud-toggle-tooltip-dereference.
29406 2005-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
29408         * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
29410 2005-05-27  Jay Belanger  <belanger@truman.edu>
29412         * calc/calc-prog.el (calc-kbd-report): Remove.
29413         (calc-kbd-query): Rewrite.
29415 2005-05-27  Juanma Barranquero  <lekktu@gmail.com>
29417         * image.el (image-library-alist): Move to image.c.
29418         (image-type-available-p): Doc fix.
29420 2005-05-27  Lute Kamstra  <lute@gnu.org>
29422         * calc/calc.el (calc):
29423         * outline.el (outline-1, outline-2, outline-3, outline-4)
29424         (outline-5, outline-6, outline-7, outline-8):
29425         * textmodes/dns-mode.el (dns-mode):
29426         * textmodes/sgml-mode.el (sgml-namespace-face):
29427         * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
29428         (tex-verbatim-face, tex-use-reftex):
29429         * textmodes/texinfo.el (texinfo-heading-face):
29430         Specify customization group.
29432         * longlines.el: Don't require easy-mmode.
29433         (longlines-visible-face): Specify customization group.
29435 2005-05-27  Kenichi Handa  <handa@m17n.org>
29437         * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
29438         encoding table of windows-1251.
29440         * international/ucs-tables.el (ucs-set-table-for-input):
29441         If translation-table-for-input of a coding system is a symbol, get
29442         its translation-table property.
29444         * international/code-pages.el: Don't register a coding system into
29445         non-iso-charset-alist more than once.
29446         (cp-make-coding-system): Likewise.
29448 2005-05-26  John Wiegley  <johnw@newartisans.com>
29450         * eshell/esh-cmd.el (eshell-eval-command): If the return value of
29451         `eshell-resume-eval' is wrapped in a list, it indicates that the
29452         command was run asynchronously.  In that case, unwrap the value
29453         before checking the delimiter value.
29455         * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
29456         character before a space at the end of a line is \, assume the space
29457         is part of the last argument rather than a final argument separator.
29459         * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
29460         is in use, and the target is `t' or `nil' (which are the most common
29461         values), don't assume that the symbol target is a buffer.
29463 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
29465         * calendar/calendar.el (calendar-mode-line-format):
29466         Use mode-line-highlight as mouse-face.
29468         * time.el (display-time-string-forms, display-time-update):
29469         Use mode-line-highlight as mouse-face.
29471 2005-05-26  Jay Belanger  <belanger@truman.edu>
29473         * calc/calc.el (calc-language-alist): Remove extra defvar.
29475 2005-05-26  Lute Kamstra  <lute@gnu.org>
29477         * arc-mode.el (archive-mode):
29478         * bookmark.el (bookmark-read-annotation-mode)
29479         (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
29480         * bs.el (bs-mode):
29481         * calc/calc-yank.el (calc-edit-mode):
29482         * calc/calc.el (calc-mode, calc-trail-mode):
29483         * calculator.el (calculator-mode):
29484         * chistory.el (command-history-mode):
29485         * comint.el:
29486         * cus-edit.el (custom-mode):
29487         * descr-text.el (describe-text-mode):
29488         * ebuff-menu.el (Electric-buffer-menu-mode):
29489         * ediff-util.el (ediff-mode):
29490         * emacs-lisp/re-builder.el (reb-mode):
29491         * emulation/vi.el (vi-mode-setup):
29492         * emulation/ws-mode.el (wordstar-mode):
29493         * eshell/esh-mode.el (eshell-mode):
29494         * forms.el (forms-mode):
29495         * help-mode.el (help-mode):
29496         * hexl.el (hexl-mode):
29497         * ibuffer.el (ibuffer-mode):
29498         * ielm.el (inferior-emacs-lisp-mode):
29499         * info.el (Info-mode, Info-edit-mode):
29500         * international/swedish.el:
29501         * ledit.el (ledit-from-lisp-mode):
29502         * locate.el (locate-mode):
29503         * mail/rmail.el (rmail-mode):
29504         * mail/rmailedit.el (rmail-edit-mode):
29505         * mail/rmailsum.el (rmail-summary-mode):
29506         * mail/supercite.el (sc-electric-mode):
29507         * net/eudc.el (eudc-mode):
29508         * net/quickurl.el (quickurl-list-mode):
29509         * net/snmp-mode.el (snmp-mode, snmpv2-mode):
29510         * obsolete/ooutline.el (outline-mode):
29511         * obsolete/options.el (Edit-options-mode):
29512         * obsolete/rnews.el (news-mode):
29513         * obsolete/rnewspost.el (news-reply-mode):
29514         * play/5x5.el (5x5-mode):
29515         * play/decipher.el (decipher-mode, decipher-stats-mode):
29516         * play/gomoku.el (gomoku-mode):
29517         * play/snake.el (snake-mode):
29518         * play/solitaire.el (solitaire-mode):
29519         * play/tetris.el (tetris-mode):
29520         * progmodes/ada-mode.el (ada-mode):
29521         * progmodes/antlr-mode.el (antlr-mode):
29522         * progmodes/autoconf.el (autoconf-mode):
29523         * progmodes/dcl-mode.el (dcl-mode):
29524         * progmodes/delphi.el (delphi-mode):
29525         * progmodes/ebrowse.el (ebrowse-tree-mode)
29526         (ebrowse-electric-list-mode, ebrowse-member-mode)
29527         (ebrowse-electric-position-mode):
29528         * progmodes/f90.el (f90-mode):
29529         * progmodes/fortran.el (fortran-mode):
29530         * progmodes/icon.el (icon-mode):
29531         * progmodes/idlw-help.el (idlwave-help-mode):
29532         * progmodes/idlw-shell.el (idlwave-shell-mode):
29533         * progmodes/idlwave.el (idlwave-mode):
29534         * progmodes/inf-lisp.el (inferior-lisp-mode):
29535         * progmodes/m4-mode.el (m4-mode):
29536         * progmodes/meta-mode.el (metafont-mode, metapost-mode):
29537         * progmodes/modula2.el (modula-2-mode):
29538         * progmodes/octave-inf.el (inferior-octave-mode):
29539         * progmodes/octave-mod.el (octave-mode):
29540         * progmodes/pascal.el (pascal-mode):
29541         * progmodes/sh-script.el (sh-mode):
29542         * progmodes/sql.el (sql-mode, sql-interactive-mode):
29543         * progmodes/vhdl-mode.el (vhdl-mode):
29544         * progmodes/xscheme.el (scheme-interaction-mode):
29545         * replace.el (occur-mode):
29546         * ses.el (ses-mode):
29547         * simple.el (completion-list-mode):
29548         * skeleton.el:
29549         * speedbar.el (speedbar-mode):
29550         * term.el (term-mode):
29551         * terminal.el (terminal-edit-mode):
29552         * textmodes/reftex-index.el (reftex-index-mode)
29553         (reftex-index-phrases-mode):
29554         * textmodes/reftex-sel.el (reftex-select-label-mode)
29555         (reftex-select-bib-mode):
29556         * textmodes/reftex-toc.el (reftex-toc-mode):
29557         * wdired.el (wdired-change-to-wdired-mode):
29558         * wid-browse.el (widget-browse-mode):
29559         Use run-mode-hooks.
29561         * array.el (array-mode):
29562         * calendar/todo-mode.el (todo-mode):
29563         * man.el (Man-mode):
29564         * play/landmark.el (lm-mode):
29565         * play/mpuz.el (mpuz-mode):
29566         Use kill-all-local-variables and run-mode-hooks.
29568         * subr.el (delay-mode-hooks): Specify indentation.
29570 2005-05-26  Mark A. Hershberger  <mah@everybody.org>
29572         * xml.el (xml-substitute-special): Don't die for undefined xml
29573         entities.
29575 2005-05-26  Jay Belanger  <belanger@truman.edu>
29577         * calc/calc-prog.el (calc-user-define-edit): Don't find substring
29578         of nil.
29580 2005-05-27  Nick Roberts  <nickrob@snap.net.nz>
29582         * progmodes/gdb-ui.el (gdb-frame-address):
29583         Rename from gdb-current-address.
29584         (gdb-previous-frame-address): Rename from gdb-previous-address.
29585         (gdb-selected-frame): Rename from gdb-current-frame.
29586         (gdb-get-selected-frame): Rename from gdb-get-current-frame.
29587         (gdb-frame-number): Rename from gdb-current-stack-level.
29588         (gdb-ann3): Match new mode-name for disassembly buffer.
29589         Extend initialization of variables.
29590         (gdb-post-prompt): Update disassembly from gdb-frame-handler.
29591         (gdb-memory-mode): Use mouse-face in header line.
29592         (gdb-assembler-buffer-name): Call it disassembly and give frame
29593         in mode line.
29594         (gdb-source-spec-regexp, gdb-assembler-custom)
29595         (gdb-invalidate-assembler, gdb-frame-handler):
29596         Make robust to leading zeroes in address format.
29598 2005-05-26  Carsten Dominik  <dominik@science.uva.nl>
29600         * textmodes/org.el (org-mode): Use `define-derived-mode' to
29601         define `org-mode'.
29602         (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
29604 2005-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
29606         * log-edit.el (log-edit-changelog-entries): Distinguish between
29607         filenames like xfns.c and fns.c.
29609 2005-05-25  Luc Teirlinck  <teirllm@auburn.edu>
29611         * buff-menu.el (Buffer-menu-revert-function): Improve handling of
29612         point after reverting.
29613         (Buffer-menu-make-sort-button): Handle the case where
29614         `Buffer-menu-use-header-line' is nil.
29616 2005-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
29618         * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
29619         New funcs.  In minibuffer-local-completion-map bind `]', `/'
29620         and `:' to them.
29622 2005-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
29624         * startup.el (normal-top-level): Allow modification of load-path while
29625         we're iterating over it.
29627 2005-05-25  Juanma Barranquero  <lekktu@gmail.com>
29629         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
29630         (thumbs-cleanup-thumbsdir, thumbs-call-convert)
29631         (thumbs-resize-interactive, thumbs-insert-image)
29632         (thumbs-insert-thumb, thumbs-dired-show-marked)
29633         (thumbs-find-image-at-point, thumbs-delete-images)
29634         (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
29635         (thumbs-increment-image-size, thumbs-decrement-image-size):
29636         Fix typos in docstrings.
29638 2005-05-24  Andre Spiegel  <spiegel@gnu.org>
29640         * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
29641         (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
29642         (cperl-mode): Use them.
29644 2005-05-24  Juanma Barranquero  <lekktu@gmail.com>
29646         * window.el (quit-window, shrink-window-if-larger-than-buffer):
29647         Doc fixes.
29649 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
29651         * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
29652         Bind C-d to gdb-inferior-io-eof.
29654         * dired.el (dired-dnd-popup-notice): Use message-box.
29656 2005-05-23  Masatake YAMATO  <jet@gyve.org>
29658         * bindings.el (mode-line-major-mode-keymap):
29659         Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
29661         * faces.el (mode-line-highlight): New face.
29663         * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
29664         as mouse-face.
29666         * bindings.el (top-level, help-echo, mode-line-modified)
29667         (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
29668         as mouse-face.
29670 2005-05-23  Juanma Barranquero  <lekktu@gmail.com>
29672         * progmodes/cc-engine.el (c-guess-basic-syntax):
29673         Remove spurious call to `zerop'.
29675         * emacs-lisp/cl.el (acons, pairlis): Add docstring.
29677 2005-05-23  Martin Stjernholm  <bug-cc-mode@gnu.org>
29679         CC Mode update to 5.30.10:
29681         * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
29682         could go past the limit in decoration level 2, thereby causing
29683         errors during interactive fontification.
29685         * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
29686         the file is evaluated interactively.
29688         * cc-engine.el (c-guess-basic-syntax): Handle operator
29689         declarations somewhat better in C++.
29691         * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
29692         make use of `run-mode-hooks' which has been added in Emacs 21.1.
29693         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
29694         (awk-mode): Use it.
29695         (make-local-hook): Suppress warning about obsoleteness.
29697         * cc-engine.el, cc-align.el, cc-cmds.el
29698         (c-append-backslashes-forward, c-delete-backslashes-forward)
29699         (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
29700         Compensate for return value from `forward-line' when it has moved
29701         but not to a different line due to eob.
29703         * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
29704         `objc-method-intro' and `objc-method-args-cont'.
29706 2005-05-23  Alan Mackenzie  <bug-cc-mode@gnu.org>
29708         CC Mode update to 5.30.10:
29710         * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
29711         in the copyright statement.  Incidentally, change "along with GNU
29712         Emacs" to "along with this program" where it occurs.
29714         * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
29715         so that it is interactive, hence can be found by M-x awk-mode
29716         whilst cc-mode is yet to be loaded.  Reported by Glenn Morris
29717         <gmorris+emacs@ast.cam.ac.uk>.
29719         * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
29720         Mode's regexps.
29722 2005-05-23  Kevin Ryde  <user42@zip.com.au>
29724         * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
29725         c-parse-state, to avoid a lisp error (on bad code).
29727 2005-05-23  Lute Kamstra  <lute@gnu.org>
29729         * subr.el (font-lock-defaults): Remove defvar as it's already
29730         defined in font-core.el.
29732         * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
29734 2005-05-23  Nick Roberts  <nickrob@snap.net.nz>
29736         * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
29737         more general and work when GDB variable "print pretty" is on,
29738         as with Emacs, for example.
29740 2005-05-22  Luc Teirlinck  <teirllm@auburn.edu>
29742         * font-core.el: Update comment.
29744         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
29745         Use `after-change-major-mode-hook' instead of `find-file-hook'.
29747         * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
29749 2005-05-22  Eli Zaretskii  <eliz@gnu.org>
29751         * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
29752         and `yank-handler' in the doc strings.
29754 2005-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
29756         * emacs-lisp/cl.el (eql): Remove.  It's a builtin already.
29758 2005-05-22  Richard M. Stallman  <rms@gnu.org>
29760         * help.el (describe-key): Move print-help-return-message call
29761         out of conditional.
29763         * progmodes/etags.el (list-tags): Use with-no-warnings.
29765         * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
29766         (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
29767         (starttls-extra-args, starttls-extra-arguments): Add defvars.
29769         * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
29771         * language/viet-util.el (viet-viscii-nonascii-translation-table):
29772         Add defvar.
29774         * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
29775         Use defvar, not defconst.
29777         * hexl.el (hexl-follow-line): Use with-no-warnings.
29779         * emulation/tpu-extras.el: Use write-file-functions instead of
29780         write-file-hooks.
29782         * dired.el (dired-font-lock-keywords): Fontify files with junk
29783         extensions even if marked by -F.
29785 2005-05-22  Juanma Barranquero  <lekktu@gmail.com>
29787         * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
29788         (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
29789         * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
29790         (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
29791         (concatenate, list-length, get*, getf, cl-remprop):
29792         * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
29793         (etypecase, progv, lexical-let, lexical-let*)
29794         (multiple-value-bind, multiple-value-setq, shiftf):
29795         Improve argument/docstring consistency.
29797         * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
29799 2005-05-22  Andre Spiegel  <spiegel@gnu.org>
29801         * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
29802         doesn't exist.
29804         * vc.el (vc-trunk-p): Add autoload cookie.  The function is used in
29805         vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
29807 2005-05-22  Nick Roberts  <nickrob@snap.net.nz>
29809         * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
29810         already deleted variables: auto-fill-hook, blink-paren-hook,
29811         lisp-indent-hook, inhibit-local-variables, unread-command-event,
29812         suspend-hooks, comment-indent-hook, meta-flag,
29813         before-change-function, after-change-function,
29814         font-lock-doc-string-face.
29816 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
29818         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
29820 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
29822         * mail/rmail.el (rmail-reply): Filter the list in reply-to through
29823         rmail-dont-reply-to.
29825 2005-05-21  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
29827         * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
29828         literal blank when splitting new-header-values.
29830 2005-05-21  Matt Hodges  <MPHodges@member.fsf.org>
29832         * calendar/cal-menu.el (cal-menu-update): Add separator as a
29833         string so that tmm doesn't create a completion entry for it.
29835         * textmodes/table.el (table-disable-menu): Ditto.
29837 2005-05-21  Richard M. Stallman  <rms@gnu.org>
29839         * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
29841         * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
29843         * net/rcompile.el (remote-compile): Use compilation-start.
29845         * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
29847 2005-05-21  Daniel Pfeiffer  <occitan@esperanto.org>
29849         * files.el (auto-mode-alist): Check GNUmakefile before makefile.
29850         Default to makefile-bsdmake-mode on BSD systems.
29852         * imenu.el (imenu-generic-expression, imenu--generic-function'):
29853         REGEXP may also be a search function now.  The part of doc-string
29854         for describing the structure was 95% identical to that of
29855         `imenu--generic-function'.  Unify it there.
29857         * progmodes/make-mode.el (makefile-imenu-generic-expression):
29858         Use function to find dependencies, because regexp alone is so complex,
29859         it easily goes into an endless loop.
29860         (makefile-makepp-mode): Also add submenu for Perl functions
29861         defined in the makefile.
29862         (makefile-bsdmake-mode): Special imenu-generic-expression no
29863         longer needed, due to function call.
29864         (makefile-match-dependency): Take BOUND into account when checking
29865         if we're through.
29867 2005-05-20  Jay Belanger  <belanger@truman.edu>
29869         * calc/calc-units.el (calc-invalidate-units-table):
29870         Use inhibit-read-only.
29871         (math-build-units-table-buffer): Use view-mode.
29873 2005-05-20  David Kastrup  <dak@gnu.org>
29875         * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
29876         easy-menu-add is not a nop on Emacs; and clarify when to call it.
29878 2005-05-20  Lute Kamstra  <lute@gnu.org>
29880         * diff-mode.el (diff-header-face, diff-file-header-face)
29881         (diff-index-face, diff-hunk-header-face, diff-removed-face)
29882         (diff-added-face, diff-changed-face, diff-function-face)
29883         (diff-context-face, diff-nonexistent-face): Put them in the
29884         diff-mode customization group.
29886 2005-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
29888         * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
29890         * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
29892         * font-lock.el (lisp-font-lock-keywords-2): Don't error.
29893         Minor regexp-optimization.
29895 2005-05-20  Carsten Dominik  <dominik@science.uva.nl>
29897         * textmodes/org.el (org-agenda-toggle-time-grid): New command.
29898         (org-agenda-use-time-grid, org-agenda-time-grid): New options.
29899         (org-agenda-add-time-grid-maybe): New function.
29900         (org-agenda): Call `org-agenda-add-time-grid-maybe'.
29901         (org-table-create): `dotimes' instead of `mapcar'.
29902         (org-xor): Simplify implementation.
29903         (org-agenda): `inhibit-redisplay' turned on.
29904         (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
29905         a consistent line after a state change.
29906         (org-agenda-remove-times-when-in-prefix): New option.
29907         (org-prefix-has-time): New variable.
29908         (org-parse-time-string): Optional argument NODEFAULT.
29909         (org-format-agenda-item): Parse items for time-of-day
29910         specifications and move these into the prefix if possible.
29911         (org-agenda-priority): Get current heading, not previous heading
29912         during agenda remote editing.
29914 2005-05-20  Juanma Barranquero  <lekktu@gmail.com>
29916         * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
29917         (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
29918         (remove-duplicates, delete-duplicates, substitute)
29919         (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
29920         (nsubstitute-if-not, find, find-if, find-if-not, position)
29921         (position-if, position-if-not, count, count-if, count-if-not)
29922         (mismatch, search, sort*, stable-sort, merge, member*)
29923         (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
29924         (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
29925         (intersection, nintersection, set-difference, nset-difference)
29926         (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
29927         (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
29928         (nsublis, tree-equal): Improve argument/docstring consistency.
29930         * subr.el (send-string, send-region): Remove obsolescence declaration.
29931         (window-dot, set-window-dot, read-input, show-buffer)
29932         (eval-current-buffer, string-to-int):
29933         Add release number to obsolescence declarations.
29935 2005-05-19  Kim F. Storm  <storm@cua.dk>
29937         * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
29938         (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
29940 2005-05-20  Matt Hodges  <MPHodges@member.fsf.org>
29942         * faces.el (list-faces-display): Make back button respect optional
29943         regexp arg.
29945 2005-05-19  Juanma Barranquero  <lekktu@gmail.com>
29947         * calculator.el (calculator-radix-grouping-mode)
29948         (calculator-radix-grouping-digits, calculator-displayer)
29949         (calculator-radix-grouping-separator, calculator-copy-displayer):
29950         * dabbrev.el (dabbrev-search-these-buffers-only):
29951         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
29952         (diff-advance-after-apply-hunk, diff-mode-hook)
29953         (diff-minor-mode-prefix):
29954         * imenu.el (imenu-use-popup-menu):
29955         * jit-lock.el (jit-lock-context-time):
29956         * newcomment.el (comment-fill-column, comment-column)
29957         (comment-style, comment-padding, comment-multi-line)
29958         (comment-empty-lines, comment-auto-fill-only-comments):
29959         * reveal.el (reveal-around-mark):
29960         * uniquify.el (uniquify-buffer-name-style)
29961         (uniquify-after-kill-buffer-p)
29962         (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
29963         (uniquify-min-dir-content, uniquify-separator)
29964         (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
29965         * w32-vars.el (w32-fixed-font-alist):
29966         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
29967         * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
29968         * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
29969         * progmodes/perl-mode.el (perl-indent-level)
29970         (perl-continued-statement-offset, perl-continued-brace-offset)
29971         (perl-brace-offset, perl-brace-imaginary-offset)
29972         (perl-label-offset, perl-indent-continued-arguments)
29973         (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
29974         * progmodes/tcl.el (tcl-indent-level)
29975         (tcl-continued-indent-level, tcl-auto-newline)
29976         (tcl-tab-always-indent, tcl-electric-hash-style)
29977         (tcl-help-directory-list, tcl-use-smart-word-finder)
29978         (tcl-application, tcl-command-switches, tcl-prompt-regexp)
29979         (inferior-tcl-source-command):
29980         * textmodes/fill.el (enable-kinsoku):
29981         * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
29982         * textmodes/table.el (table-yank-handler):
29983         Specify missing group (and type, if simple) in defcustom.
29985 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
29987         * progmodes/compile.el (compilation-finish-function): Fix defvar.
29989 2005-05-19  Richard M. Stallman  <rms@gnu.org>
29991         * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
29993         * subr.el (event-basic-type): Don't get an error.
29994         (left-fringe-p): Function deleted.
29996         * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
29997         (list-buffers-noselect): Set `font-lock-face' property, not `face'.
29999         * dired-aux.el (dired-copy-file-recursive): Handle symlinks
30000         in recursive copy.
30002         * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
30004         * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
30006         * emacs-lisp/bytecomp.el
30007         (byte-compile-file-form-custom-declare-variable):
30008         Call byte-compile-nogroup-warn if appropriate.
30010         * progmodes/compile.el (compilation-finish-function): Mark obsolete.
30011         (compilation-set-window): Don't call left-fringe-p; do it directly.
30013 2005-05-19  Jay Belanger  <belanger@truman.edu>
30015         * calc/calc-graph.el (calc-graph-format-data): Make sure
30016         var-PlotRejects is bound before trying to check its value.
30018 2005-05-19  Carsten Dominik  <dominik@science.uva.nl>
30020         * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
30021         definition of this variable from reftex-global.el to reftex.el,
30022         because it is needed in the menu.
30024 2005-05-19  Lute Kamstra  <lute@gnu.org>
30026         * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
30027         years are fixed.  Don't insert a space after a dash.
30029 2005-05-19  Kim F. Storm  <storm@cua.dk>
30031         * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
30033 2005-05-19  Daniel Pfeiffer  <occitan@esperanto.org>
30035         * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
30036         strings, because (eq ... ?\\) is fairly frequent.
30038         * progmodes/make-mode.el (makefile-add-this-line-targets):
30039         Simplify and integrate into `makefile-pickup-targets'.
30040         (makefile-add-this-line-macro): Simplify and integrate into
30041         `makefile-pickup-macros.
30042         (makefile-pickup-filenames-as-targets): Simplify.
30043         (makefile-previous-dependency, makefile-match-dependency):
30044         Don't stumble over `::'.
30046 2005-05-19  Nick Roberts  <nickrob@snap.net.nz>
30048         * subr.el (post-command-idle-hook, post-command-idle-delay):
30049         Remove obsoletion of post-command-idle-hook and
30050         post-command-idle-delay.
30052         * faces.el (list-faces-display): Provide button when describe-face
30053         is called to take user back to the list of faces.
30055         * help-fns.el (describe-variable): Remove hyperlinks in a
30056         variable's value as these are quite frequently inappropriate.
30058         * follow.el (follow-submit-feedback, follow-mode):
30059         Remove references to post-command-idle-hook.
30061 2005-05-18  Daniel Pfeiffer  <occitan@esperanto.org>
30063         * progmodes/make-mode.el (makefile-previous-dependency)
30064         (makefile-match-dependency): Check for := (and in bsd mode also
30065         !=) to give a better result, even when font-lock is not on.
30067 2005-05-18  Jay Belanger  <belanger@truman.edu>
30069         * calc/calc-help.el (calc-s-prefix-help):
30070         Add `calc-copy-special-constant' to help string.
30072 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
30074         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
30076 2005-05-18  Jay Belanger  <belanger@truman.edu>
30078         * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
30079         in linear factors are in proper order.
30081 2005-05-18  Carsten Dominik  <dominik@science.uva.nl>
30083         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
30084         Support for jurabib.
30086         * textmodes/reftex.el (featurep): Define aliases for overlay
30087         commands, for XEmacs compatibility, and use these aliases in
30088         overlay initializations.
30089         (reftex-highlight): Use `reftex-move-overlay'.
30090         (reftex-unhighlight): Use `reftex-delete-overlay'.
30091         (reftex-uniq): Function removed.  Use `reftex-uniquify' instead.
30092         (reftex-access-search-path): Use `reftex-uniquify' instead of
30093         `reftex-uniq'.
30095         * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
30096         `before-string' property modification enables for Emacs as well.
30097         (reftex-select-item): Use `reftex-delete-overlay'.
30098         (reftex-select-mark): Use `reftex-make-overlay' and
30099         `reftex-overlay-put'.
30100         (reftex-select-unmark): Use `reftex-delete-overlay' and
30101         `reftex-overlay-put'.
30103 2005-05-18  Lute Kamstra  <lute@gnu.org>
30105         * emacs-lisp/lisp.el (check-parens): Fix docstring.
30107 2005-05-18  Juanma Barranquero  <lekktu@gmail.com>
30109         * add-log.el (add-change-log-entry):
30110         * array.el (array-make-template, array-reconfigure-rows)
30111         (array-init-max-row, array-init-max-column)
30112         (array-init-columns-per-line, array-init-field-width):
30113         * replace.el (replace-match-maybe-edit, perform-replace):
30114         * textmodes/spell.el (spell-region):
30115         Replace `read-input' by `read-string'.
30117         * forms.el (forms-mode):
30118         * finder.el (finder-compile-keywords):
30119         * shadowfile.el (shadow-read-files):
30120         Replace `eval-current-buffer' by `eval-buffer'.
30122         * terminal.el (te-pass-through):
30123         * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
30124         (ange-ftp-raw-send-cmd):
30125         * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
30126         (send-process-next-char, telnet-initial-filter, telnet):
30127         Replace `send-string' by `process-send-string'.
30129         * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
30130         (prolog-consult-region): Replace `send-string' by
30131         `process-send-string'; replace `send-region' by `process-send-region'.
30133         * progmodes/delphi.el (delphi-log-msg):
30134         Replace `set-window-dot' by `set-window-point'.
30136         * subr.el (window-dot, set-window-dot, read-input, send-string)
30137         (send-region, show-buffer, eval-current-buffer):
30138         Make really obsolete, as the comment says.
30140 2005-05-17  Kim F. Storm  <storm@cua.dk>
30142         * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
30143         (cua--init-keymaps): Bind C-return instead of S-return to set
30144         rectangle mark.
30146         * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
30147         instead of S-return to toggle/clear rectangle mark.
30149 2005-05-17  Daniel Pfeiffer  <occitan@esperanto.org>
30151         * progmodes/make-mode.el (makefile-dependency-skip): New variable.
30152         (makefile-macroassign-regex, makefile-make-font-lock-keywords):
30153         Also fontify plain strings assigned to variables, mostly so that a
30154         colon has a face and is thus not taken as a dependency separator.
30155         (makefile-previous-dependency): Inline the new matcher, because it
30156         is too complex to work in both directions.
30157         (makefile-match-dependency): Eliminate `backward' arg (see above).
30158         Completely reimplemented so as to not sometimes go into an endless
30159         loop.  It should also be more efficient, because first it only
30160         searches for `:', instead of applying the very complex regexp.
30161         (makefile-mode): Cancel `font-lock-support-mode', because blocks
30162         to be fontified in one piece can be too long for JIT.
30163         Makefiles are never *that* big.
30165 2005-05-17  Reiner Steib  <Reiner.Steib@gmx.de>
30167         * dired.el (dired-mode): Simplify.
30169 2005-05-17  Lute Kamstra  <lute@gnu.org>
30171         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
30172         defcustom for the mode hook variable.
30174         * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
30175         Emacs Lisp Reference Manual.
30177 2005-05-17  Juanma Barranquero  <lekktu@gmail.com>
30179         * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
30180         (evenp, list*):
30181         * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
30182         * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
30184         * net/tramp-smb.el (tramp-smb-open-connection):
30185         Pass `tramp-chunksize' as fifth (required) argument.
30187 2005-05-16  Daniel Pfeiffer  <occitan@esperanto.org>
30189         * font-lock.el (lisp-font-lock-keywords-1):
30190         Set `font-lock-negation-char-face' for [^...] char group.
30191         (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
30193         * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
30194         a var, and refine it to mask one more level of nested vars.
30195         (makefile-rule-action-regex): Turn it into a var, and refine it so
30196         it recognizes backslashed continuation lines as belonging to the
30197         same command.
30198         (makefile-macroassign-regex): Refine it so it recognizes
30199         backslashed continuation lines as belonging to the same command.
30200         (makefile-var-use-regex): Don't look at the next char, because it
30201         might be the same one to be skipped by the initial [^$], leading
30202         to an overlooked variable use.
30203         (makefile-make-font-lock-keywords): Remove two parameters, which
30204         are now variables that some of the modes set locally.
30205         Handle dependency and rule action matching through functions, because
30206         regexps alone match too often.  Dependency matching now comes
30207         last, so it can check, whether a colon already matched something else.
30208         (makefile-mode): Inform that font-lock improves makefile parsing
30209         capabilities.
30210         (makefile-match-dependency, makefile-match-action): New functions.
30212 2005-05-16  Juanma Barranquero  <lekktu@gmail.com>
30214         * emacs-lisp/cl-extra.el (equalp): Doc fix.
30216         * align.el (align-regexp):
30217         * ansi-color.el (ansi-color-get-face):
30218         * array.el (array-reconfigure-rows, array-init-max-row)
30219         (array-init-max-column, array-init-columns-per-line)
30220         (array-init-field-width):
30221         * dired-aux.el (dired-trample-file-versions):
30222         * dired-x.el (dired-mark-sexp):
30223         * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
30224         * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
30225         * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
30226         * faces.el (face-read-integer):
30227         * files.el (backup-extract-version, insert-directory):
30228         * hexl.el (hexl-insert-decimal-char):
30229         * server.el (server-process-filter):
30230         * shell.el (shell-extract-num):
30231         * startup.el (command-line-1):
30232         * term.el (term-command-hook):
30233         * time-stamp.el (time-stamp, time-stamp-string-preprocess)
30234         (time-stamp-do-number):
30235         * time.el (display-time-update):
30236         * timezone.el (timezone-parse-date, timezone-zone-to-minute)
30237         (timezone-fix-time):
30238         * vms-patch.el (vms-suspend-resume-hook):
30239         * calendar/appt.el (appt-convert-time):
30240         * calendar/cal-bahai.el (mark-bahai-diary-entries):
30241         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
30242         * calendar/cal-islam.el (mark-islamic-diary-entries):
30243         * calendar/calendar.el (calendar-cursor-to-date)
30244         (calendar-star-date):
30245         * calendar/diary-lib.el (diary-attrtype-convert)
30246         (mark-diary-entries, diary-entry-time):
30247         * calendar/solar.el (solar-get-number):
30248         * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
30249         * emacs-lisp/re-builder.el (reb-display-subexp):
30250         * emulation/edt.el (edt-set-scroll-margins):
30251         * emulation/tpu-extras.el (tpu-set-scroll-margins):
30252         * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
30253         (vip-get-ex-count):
30254         * emulation/viper-ex.el (viper-get-ex-token)
30255         (viper-get-ex-buffer, viper-get-ex-count, ex-next):
30256         * international/fontset.el (fontset-plain-name):
30257         * mail/feedmail.el (feedmail-look-at-queue-directory):
30258         * mail/mailalias.el (mail-get-names):
30259         * mail/rmail.el (rmail-convert-to-babyl-format):
30260         * mail/rmailsum.el (rmail-make-basic-summary-line)
30261         (rmail-summary-next-same-subject, rmail-summary-rmail-update)
30262         (rmail-summary-goto-msg):
30263         * mail/smtpmail.el (smtpmail-read-response):
30264         * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
30265         (ange-ftp-vms-add-file-entry):
30266         * play/gametree.el (gametree-looking-at-ply)
30267         (gametree-current-branch-score):
30268         * progmodes/ada-xref.el (ada-prj-find-prj-file)
30269         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
30270         * progmodes/cperl-mode.el (condition-case):
30271         * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
30272         (ebrowse-set-member-buffer-column-width)
30273         (ebrowse-select-1st-to-9nth):
30274         * progmodes/etags.el (etags-snarf-tag):
30275         * progmodes/flymake.el (flymake-parse-line):
30276         * progmodes/idlw-shell.el (idlwave-shell-parse-line)
30277         (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
30278         (idlwave-shell-menu-def):
30279         * progmodes/ps-mode.el (ps-run-goto-error):
30280         * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
30281         (vhdl-speedbar-contract-level):
30282         * term/mac-win.el (x-handle-numeric-switch):
30283         * term/sun-mouse.el (sun-get-frame-data):
30284         * term/w32-win.el (x-handle-numeric-switch):
30285         * term/x-win.el (x-handle-numeric-switch):
30286         * textmodes/ispell.el (ispell-parse-output):
30287         * textmodes/nroff-mode.el (nroff-outline-level):
30288         * textmodes/reftex-cite.el (reftex-bib-sort-year)
30289         (reftex-bib-sort-year-reverse, reftex-format-citation):
30290         * textmodes/reftex-parse.el (reftex-init-section-numbers)
30291         (reftex-section-number):
30292         * textmodes/texinfmt.el (texinfo-paragraphindent):
30293         Replace `string-to-int' by `string-to-number'.
30295         * international/latexenc.el: Add page marker to force the "Local
30296         Variables:" string out of the last page.
30298 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
30300         * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
30301         tooltip-change-major-mode.
30302         (gud-tooltip-print-command): Remove case where gud-minor-mode
30303         is gdb ("--fullname").
30304         (gud-tooltip-tips): Turn GUD tooltips off for this case and
30305         explain to user.
30307 2005-05-16  Jay Belanger  <belanger@truman.edu>
30309         * calc/calc-store.el (calc-copy-special-constant): New function.
30311         * calc/calc-ext.el (calc-init-extensions): Add binding for
30312         `calc-copy-special-constant'.
30314         * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
30315         for the `calc-copy-special-constant' command.
30317 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
30319         * subr.el (left-fringe-p): New function.
30321         * progmodes/compile.el (compilation-setup): Set local value of
30322         overlay-arrow-string to "" always.
30323         (compilation-set-window): Left fringe then don't scroll.
30324         No left fringe then no arrow and scroll message to top.
30325         (compilation-context-lines): Adjust doc string accordingly.
30327 2005-05-16  Kim F. Storm  <storm@cua.dk>
30329         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
30330         (ido-magic-delete-char): New commands for C-f, C-b, C-d.
30331         (ido-wide-find-dir-or-delete-dir): New command for M-d.
30332         (ido-define-mode-map): Bind them.  Add C-x prefix to fallback commands.
30333         (ido-read-file-name): Handle commands with ido property value
30334         equal to find-file as reading a file name, to allow C-d to enter dired.
30335         (ibuffer-find-file): Add ido property with value find-file.
30337 2005-05-15  Kim F. Storm  <storm@cua.dk>
30339         * subr.el (open-network-stream-nowait): Remove.
30340         (open-network-stream-server): Remove.
30342 2005-05-15  Richard M. Stallman  <rms@gnu.org>
30344         * faces.el (describe-face): Output a definition link button.
30346         * help-mode.el (help-face-def): New button type.
30348         * emacs-lisp/copyright.el (copyright-fix-years):
30349         Match properly if the first year is 2-digit.
30350         Don't mess up the whitespace after the years by filling.
30352         * dired-aux.el (dired-mark-confirm):
30353         Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
30355         * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
30356         (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
30357         (dired-mark-pop-up): Handle FILES = (t FILE) specially.
30359         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
30360         Set font-lock-comment-start-skip.
30362         * font-lock.el (font-lock-comment-start-skip): New variable.
30363         (font-lock-comment-end-skip): New variable.
30364         (font-lock-fontify-syntactically-region): Use them if non-nil.
30366 2005-05-15  Jay Belanger  <belanger@truman.edu>
30368         * calc/calc-store.el (calc-store-value): Return a string rather
30369         than display it as a message.
30370         Use calc-var-name for variable name.
30371         (calc-store-into): Add the result of calc-store-value to message.
30372         (calc-copy-variable): Add a message.
30373         (calc-store-exchange): Improve error messages.
30374         (calc-store-binary, calc-store-map): Don't reset the values of
30375         special constants.
30377 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
30379         * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
30380         manual to docstring.
30382         * files.el (hack-local-variables-confirm): Add STRING argument.
30383         Make the function handle non file visiting buffers correctly.
30384         (hack-local-variables-prop-line, hack-local-variables)
30385         (hack-one-local-variable): Use STRING arg of
30386         `hack-local-variables-confirm'.
30388 2005-05-14  Michael Albinus  <michael.albinus@gmx.de>
30390         Sync with Tramp 2.0.49.
30392         * net/tramp.el (tramp-handle-dired-call-process)
30393         (tramp-handle-insert-directory):`insert-buffer' cannot be used
30394         because the contents of the Tramp buffer is changed before
30395         insertion (`expand-file' and alike).
30396         (tramp-handle-insert-directory): If `localname' has an empty
30397         nondirectory name, it must not be quoted.
30398         (tramp-pre-connection): Add parameter CHUNKSIZE.  Make local
30399         variable `tramp-chunksize'.  Change callees.
30400         (tramp-open-connection-setup-interactive-shell): Check remote host
30401         for buggy `send-process-string' implementation.
30402         Set `tramp-chunksize' if found.  Reported by Michael Kifer
30403         <kifer@cs.sunysb.edu> (and a lot of other people all the years).
30404         (tramp-handle-shell-command): `insert-buffer' cannot be used
30405         because the contents of the Tramp buffer is changed before
30406         insertion (`expand-file' and alike).  Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
30407         <frederic.bothamy@free.fr>.
30408         (tramp-set-auto-save): Actions should be done for Tramp file name
30409         handler only.  Ange-FTP has its own auto-save mechanism.
30410         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
30411         (tramp-set-auto-save-file-modes): Set file modes of
30412         `buffer-auto-save-file-name' to ?\600 as fallback solution.
30413         Reported by Ferenc Wagner <wferi@tba.elte.hu>.
30414         (tramp-bug): Remove obsolete variable.
30415         (tramp-append-tramp-buffers): Rewrite partly.  More suitable check
30416         for presence of `mml-mode'.  Make it running for older Emacsen as well.
30418 2005-05-14  John Paul Wallington  <jpw@pobox.com>
30420         * ibuf-ext.el (define-ibuffer-filter filename):
30421         If `dired-directory' is a list, use its car.
30423 2005-05-14  Daniel Brockman  <daniel@brockman.se>  (tiny change)
30425         * ibuffer.el (define-ibuffer-column filename):
30426         If `dired-directory' is a list, use its car.
30428 2005-05-14  Richard M. Stallman  <rms@gnu.org>
30430         * subr.el (symbol-file): Doc fix.
30432         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
30433         (byte-compile-form): Call byte-compile-nogroup-warn.
30434         (byte-compile-warning-types): Doc fix.
30436         * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
30438         * progmodes/cc-engine.el (c-literal-faces):
30439         Add font-lock-comment-delimiter-face.
30441         * net/net-utils.el (dig): Use with-no-warnings.
30443         * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
30444         (sc-recite-frame-alist, sc-default-cite-frame)
30445         (sc-default-uncite-frame, sc-default-recite-frame)
30446         (sc-attrib-selection-list, sc-rewrite-header-list):
30447         Mark as risky-local-variable.
30449         * international/ogonek.el (ogonek-jak, ogonek-how):
30450         Don't use beginning-of-buffer.
30452         * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
30454         * calendar/solar.el (solar-data-list): Move definition up.
30456         * dnd.el (dnd-protocol-alist): Add autoload.
30458         * progmodes/sh-script.el: Many doc usage fixes.
30459         (sh-indent-after-do): Change default to match common styles.
30461 2005-05-13  Luc Teirlinck  <teirllm@auburn.edu>
30463         * files.el (interpreter-mode-alist)
30464         (auto-mode-interpreter-regexp): Doc fixes.
30466 2005-05-13  Matt Hodges  <MPHodges@member.fsf.org>
30468         * tmm.el (tmm-get-keymap): Include only active menus and menu items.
30470         * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
30472 2005-05-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
30474         * dired.el (dired-mode): make-variable-buffer-local =>
30475         make-local-variable.
30477 2005-05-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
30479         * term/mac-win.el (mac-select-convert-to-string): Try coding
30480         systems in mac-script-code-coding-systems if specified one cannot
30481         encode string for `com.apple.traditional-mac-plain-text'.
30483 2005-05-13  Daniel Pfeiffer  <occitan@esperanto.org>
30485         * progmodes/make-mode.el (makefile-targets-face)
30486         (makefile-shell-face, makefile-makepp-perl-face): New faces.
30487         (makefile-dependency-regex): Fix it to not make the colon in
30488         $(var:a=b) special.
30489         (makefile-rule-action-regex): New regexp for highlighting embedded
30490         Shell strings.
30491         (makefile-macroassign-regex): Handle != for highlighting as
30492         embedded Shell strings.
30493         (makefile-var-use-regex): New const.
30494         (makefile-statements, makefile-automake-statements)
30495         (makefile-gmake-statements, makefile-makepp-statements)
30496         (makefile-bsdmake-statements): New consts.
30497         (makefile-make-font-lock-keywords): New function.
30498         (makefile-automake-font-lock-keywords)
30499         (makefile-gmake-font-lock-keywords)
30500         (makefile-makepp-font-lock-keywords)
30501         (makefile-bsdmake-font-lock-keywords): New consts.
30502         (makefile-mode-map): Add switchers between the various submodes.
30503         (makefile-mode): Document the availability of the variants.
30504         (makefile-automake-mode, makefile-gmake-mode)
30505         (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
30507         * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
30508         new variants of makefile-mode.
30510 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
30512         * font-lock.el (font-lock-comment-delimiter-face): Fix up
30513         the inheritance.
30515 2005-05-12  Luc Teirlinck  <teirllm@auburn.edu>
30517         * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
30518         (inferior-lisp-load-hook): Convert defcustoms back to defvars.
30520         * files.el (normal-mode): Extend the scope of the
30521         `enable-local-variables' binding to include the `set-auto-mode' call.
30522         (magic-mode-alist): Doc fix.
30524 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
30526         * font-lock.el (font-lock-comment-delimiter-face): Inherit from
30527         font-lock-comment-face rather than copying its setting.
30529 2005-05-12  Andreas Schwab  <schwab@suse.de>
30531         * eshell/esh-mode.el (eshell-send-input): Doc fix.
30533 2005-05-12  Lute Kamstra  <lute@gnu.org>
30535         * emacs-lisp/generic.el (define-generic-mode): Don't generate a
30536         defcustom for the mode hook variable.  Delete the last argument.
30537         * generic-x.el: Fix callers of define-generic-mode.
30538         (generic-x-modes): Delete group.
30539         (show-tabs-tab-face, show-tabs-space-face): Put them in the
30540         generic-x customization group.
30542 2005-05-12  Kim F. Storm  <storm@cua.dk>
30544         * font-lock.el (font-lock-negation-char-face): Default to "off".
30546         * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
30547         font-lock-negation-char-face to ! in !=.
30549 2005-05-12  Masatake YAMATO  <jet@gyve.org>
30551         * add-log.el (find-change-log): Fix typos in the docstring
30552         of function.
30554 2005-05-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
30556         * international/latexenc.el (latexenc-find-file-coding-system):
30557         Avoid `re-search-forward' when looking for input encoding because
30558         of speed and safety.  Better regular expressions for recognizing
30559         input encoding.  Limit a search for TeX-master/tex-main-file to
30560         the local variable section.
30562 2005-05-11  Dan Nicolaescu  <dann@ics.uci.edu>
30564         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
30565         syntax of $ to "'" (quote).
30567 2005-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
30569         * dnd.el (dnd-protocol-alist): Improve custom type.
30571         * dired.el (dired-dnd-protocol-alist): New variable.
30572         (dired-mode): Use `dired-dnd-protocol-alist'.  Move call of
30573         `dired-mode-hook' to the end.
30575 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
30577         * font-lock.el (font-lock-fontify-syntactically-region): Don't use
30578         comment-end if comment-start-skip is not set.
30579         Obey the font-lock-comment-delimiter-face variables.
30581 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
30583         * files.el (executable-find): Move from executable.el.  Use
30584         locate-file.
30585         * progmodes/executable.el (executable-find): Move to files.el.
30587         * font-lock.el (font-lock-fontify-keywords-region): Use a marker
30588         when trying to ensure forward progress.
30590 2005-05-11  Chong Yidong  <cyd@stupidchicken.com>
30592         * mouse-sel.el (mouse-sel-follow-link-p): New function.
30593         (mouse-select, mouse-select-internal, mouse-extend-internal):
30594         Use it to implement mouse-1-click-follows-link functionality.
30596 2005-05-11  Richard M. Stallman  <rms@gnu.org>
30598         * font-lock.el (font-lock-fontify-syntactically-region):
30599         Use font-lock-comment-delimiter-face for comment delimiters.
30601 2005-05-10  Jay Belanger  <belanger@truman.edu>
30603         * calc/calc-help.el (calc-m-prefix-help): Add mention of
30604         preserving embedded modes.
30606 2005-05-10  Richard M. Stallman  <rms@gnu.org>
30608         * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
30610         * progmodes/ada-mode.el (ada-adjust-case-skeleton):
30611         Move from ada-stmt.el.
30612         (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
30614         * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
30615         Move to ada-mode.el.
30616         (ada-stmt-mode-hook): Delete; do the work in ada-mode.
30618         * cus-edit.el (custom-file): Call file-chase-links.
30620         * files.el (read-directory-name): Fix previous change.
30621         (hack-local-variables-confirm): New function.
30622         (hack-local-variables-prop-line, hack-local-variables)
30623         (hack-one-local-variable): Use it.
30625 2005-05-10  Lute Kamstra  <lute@gnu.org>
30627         * font-lock.el (font-lock-keywords-alist)
30628         (font-lock-removed-keywords-alist): Clarify docstrings.
30630 2005-05-10  Nick Roberts  <nickrob@snap.net.nz>
30632         * progmodes/gdb-ui.el (gdb-macro-info): New variable.
30633         (gdb-source-info): Check for preprocessor info.
30634         (gdb-tooltip-print-1): New function.  Don't print tooltip if it is
30635         a macro for a function.
30636         (gdb-info-breakpoints-custom): Try to find file again if not already
30637         found (user might have used GDB dir command).
30638         (gdb-get-location): Update gdb-location-alist correctly for change
30639         to gdb-info-breakpoints-custom.
30641         * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
30642         (gud-tooltip-print-command): Add gdbmi case.
30643         (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
30644         preprocessor info.
30646 2005-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
30648         * startup.el (fancy-splash-insert): Fix typo in doc string.
30650 2005-05-09  Juanma Barranquero  <lekktu@gmail.com>
30652         * obsolete/float.el (string-to-float):
30653         * obsolete/hilit19.el (hilit-add-pattern):
30654         * obsolete/rnews.el (news-parse-range, news-select-message)
30655         (news-get-pruned-list-of-files): Replace `string-to-int' by
30656         `string-to-number'.
30658         * obsolete/uncompress.el: Set `find-file-not-found-functions', not
30659         `find-file-not-found-hooks'; use `add-hook'.
30660         (uncompress-while-visiting): Set `write-file-functions', not
30661         `write-file-hooks'; use `add-hook'.
30663 2005-05-09  Kim F. Storm  <storm@cua.dk>
30665         * emulation/cua-base.el (cua-copy-region, cua-cut-region)
30666         (cua-paste): Handle clipboard action.
30667         (cua--init-keymaps): Remap clipboard-kill-region and
30668         clipboard-kill-ring-save.
30670 2005-05-08  Eli Zaretskii  <eliz@gnu.org>
30672         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
30673         Improve commentary.
30675         * simple.el (next-error-overlay-arrow-position): Revert the change
30676         made on 2005-04-30.
30678 2005-05-07  Jay Belanger  <belanger@truman.edu>
30680         * calc/calcsel2.el (calc-commute-left, calc-commute-right)
30681         (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
30682         `calc-sel-reselect'.
30684         * calc/calc-mode.el (calc-save-modes): Reset the modes list if
30685         Calc is in embedded mode.
30687 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
30689         * progmodes/compile.el (compilation-setup):
30690         Set overlay-arrow-string to an empty string on text terminals.
30692         * textmodes/ispell.el (ispell-program-name): Try looking for
30693         "aspell" along exec-path, and if found, use it as the default
30694         speller program.
30696 2005-05-07  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
30698         * international/mule.el (sgml-xml-auto-coding-function):
30699         Recognize encoding='FOO' in single quotes as well as in double quotes.
30701 2005-05-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
30703         * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
30704         as well as `interactive', so that defmacro* would recognize
30705         `declare' forms.
30707 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
30709         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
30710         Explain more about the LIGHTER arg's usage in the doc string.
30711         Add commentary to clarify what the code does.  Fix the regexp that
30712         strips whitespace from LIGHTER.  Quote LIGHTER before using it,
30713         since it could have characters special to regular expressions.
30715 2005-05-07  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
30717         * replace.el (occur-1): Bind inhibit-read-only so that
30718         erase-buffer doesn't barf on read-only text properties (likewise
30719         for add-text-properties in occur-engine).  Mark buffer as unmodified.
30720         (occur-engine): Don't set buffer-read-only here.
30722 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
30724         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
30725         list-buffers-directory.  This caused the *cvs-commit* buffer to be
30726         sometimes mistakenly reused as a *cvs* buffer.
30728 2005-05-07  Nick Roberts  <nickrob@snap.net.nz>
30730         * tooltip.el: Move code for GUD tooltips into gud.el.
30731         (require): CL no longer needed to compile case.
30732         (tooltip-mode): Do not toggle functions for GUD tooltips.
30733         (tooltip-gud-tips-p): Remove.  Replace with minor mode
30734         gud-tooltip-mode in gud.el.
30735         (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
30736         (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
30737         tooltip-gud prefix with gud-tooltip and obsolete.
30738         (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
30739         (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
30740         (tooltip-mouse-motion): Mouse movement functions/variable.
30741         Rename in gud.el by adding gud prefix.
30742         (tooltip-gud-original-filter, tooltip-gud-dereference)
30743         (tooltip-gud-event, tooltip-toggle-gud-tips)
30744         (tooltip-gud-process-output, tooltip-gud-print-command)
30745         (tooltip-gud-tips): GUD tooltip functions/variables.  Rename in
30746         gud.el by replacing tooltip-gud prefix with gud-tooltip.
30747         (gdb-tooltip-print): Move to gdb-ui.el.
30749         * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
30750         (require): CL needed to compile case.
30751         (gud-tooltip-mode): Use to toggle GUD tooltips instead of
30752         tooltip-gud-tips-p.  Make it a minor-mode.
30753         (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
30754         (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
30755         (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
30756         (gud-tooltip-change-major-mode)
30757         (gud-tooltip-activate-mouse-motions-if-enabled)
30758         (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
30759         (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
30760         (gud-tooltip-original-filter, gud-tooltip-dereference)
30761         (gud-tooltip-event, tooltip-toggle-gud-tips)
30762         (gud-tooltip-process-output, gud-tooltip-print-command)
30763         (gud-tooltip-tips): Move from tooltip.el.
30765         * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
30766         (gdb-cpp-define-alist-flags): Doc fix.
30767         (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
30768         gud-tooltip-mode is t.
30770 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
30772         * net/goto-addr.el (goto-address-fontify): Make sure the overlays
30773         evaporate if their text is deleted.
30774         (goto-address-at-point): Make it work as a mouse binding as well.
30775         (goto-address-at-mouse): Obsolete it.  Update users.
30777 2005-05-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
30779         * calendar/appt.el (top-level): No longer activate on load.
30781 2005-05-06  Juanma Barranquero  <lekktu@gmail.com>
30783         * calendar/cal-bahai.el (mark-bahai-diary-entries):
30784         * net/webjump.el (webjump):
30785         * progmodes/idlw-help.el (idlwave-do-context-help1)
30786         (idlwave-highlight-linked-completions):
30787         * textmodes/po.el (po-find-file-coding-system-guts):
30788         Replace `assoc-ignore-case' by `assoc-string'.
30790 2005-05-06  Eli Zaretskii  <eliz@gnu.org>
30792         * files.el (locate-file): Doc fix.
30794         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
30795         Remove the redundant test for ms-dos.
30797         * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
30798         look for the preprocessor with exec-suffixes.  If not found in
30799         standard places, look in exec-path.  Remove most of the tests that
30800         used system-type.
30802         * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
30804         * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
30806         * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
30807         file-name clash with jka-compr.el on 8+3 filesystems.
30809 2005-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
30811         * term/mac-win.el: Don't define or bind scroll bar functions if
30812         x-toolkit-scroll-bars is t.
30813         (x-select-text, x-get-selection-value): Clear
30814         x-last-selected-text-clipboard if x-select-enable-clipboard is
30815         nil.
30816         (PRIMARY): Put mac-scrap-name property.
30817         (mac-select-convert-to-file-url): New function.
30818         (public.file-url): New selection target type.  Add to
30819         selection-converter-alist.
30820         (x-get-selection, x-selection-value): Handle it.
30821         (x-cut-buffer-or-selection-value): New alias.
30823 2005-05-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
30825         * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
30826         entry to avoid calling bibtex-find-entry with arg global
30827         being t.  Remove arg key.
30828         (bibtex-summary-function, bibtex-complete-crossref-cleanup)
30829         (bibtex-copy-summary-as-kill): Change accordingly.
30831 2005-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
30833         * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
30834         (org-agenda-date-later): Use with-current-buffer.
30836 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
30838         * emacs-lisp/byte-run.el (define-obsolete-function-alias)
30839         (define-obsolete-variable-alias): Doc Fixes.
30841 2005-05-06  Kim F. Storm  <storm@cua.dk>
30843         * simple.el (line-move-1): Fix 2005-04-26 change.  Must still use
30844         vertical-motion when selective-display is active.
30846         * ido.el (ido-setup-hook): New hook.
30847         (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
30848         (ido-input-stack): New var.
30849         (ido-define-mode-map): Bind M-b to ido-push-dir.  Move old
30850         ido-next-work-file binding to M-O.
30851         Bind M-f to ido-wide-find-file-or-pop-dir.
30852         (ido-define-mode-map): Don't run ido-define-mode-map-hook.
30853         (ido-read-internal): Run ido-setup-hook.
30854         Catch quit in read-file-name and read-string to cancel edit.
30855         Handle new push, pop, and pop-all exit codes (for M-b/M-f).
30856         Automatically pop-all when completing a directory name (RET).
30857         (ido-file-internal): Add with-no-warnings around ffap and dired code.
30858         (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
30859         (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
30860         (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
30861         New functions for M-b/M-f to move among the directory components.
30862         (ido-make-merged-file-list): Catch quit to cancel merge.
30863         (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
30864         (ido-completion-help): No warnings for ido-completion-buffer-full.
30866 2005-05-05  Daniel Pfeiffer  <occitan@esperanto.org>
30868         * font-lock.el (font-lock-negation-char-face): New face and variable.
30869         * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
30870         * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
30871         * progmodes/cperl-mode.el (cperl-init-faces): Use it.
30872         * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
30874 2005-05-05  Juanma Barranquero  <lekktu@gmail.com>
30876         * emacs-lisp/byte-run.el (define-obsolete-function-alias):
30877         Fix typo in docstring.
30879         * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
30880         (ebrowse-print-statistics-line)
30881         (ebrowse-electric-position-mode-hook): Fix typo in docstring.
30883         * term/w32-win.el (image-library-alist): Add additional name for
30884         Xpm library.
30886 2005-05-05  Nick Roberts  <nickrob@snap.net.nz>
30888         * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
30889         use gcc instead of cpp.
30891         * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
30892         (gdb-create-define-alist): Use it.
30893         (gdb-cpp-define-alist-program): Update for MS-DOS.
30895 2005-05-04  Nick Roberts  <nickrob@snap.net.nz>
30897         * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
30899 2005-05-04  Richard M. Stallman  <rms@gnu.org>
30901         * help.el (describe-key): No error when UNTRANSLATED is nil.
30903         * simple.el (line-move-1): Fix previous change to signal errors
30904         appropriately.
30906 2005-05-03  Ulf Jasper  <ulf.jasper@web.de>
30908         * calendar/icalendar.el (icalendar-version): Now at 0.12.
30909         (icalendar-duration-correction): Remove.
30910         (icalendar--get-event-properties): Split result at commas.
30911         (icalendar--decode-isoduration): New optional argument
30912         DURATION-CORRECTION.
30913         (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
30914         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
30915         (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
30916         (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
30917         (icalendar--convert-anniversary-to-ical): New functions, extracted
30918         from icalendar-export-region, with bug fixes.
30919         (icalendar-export-region): Use the above functions.
30920         (icalendar-import-buffer): Check before saving diary file.
30921         (icalendar--convert-recurring-to-diary)
30922         (icalendar--convert-non-recurring-all-day-to-diary)
30923         (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
30924         extracted from icalendar--convert-ical-to-diary, with bug fixes.
30925         (icalendar--convert-ical-to-diary): Use the above functions.
30927 2005-05-03  Nick Roberts  <nickrob@snap.net.nz>
30929         * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
30930         Remove these recent additions.
30931         (c-mode): Restore to before 2005-04-28.
30933         * progmodes/cc-vars.el (cc-define-list-program): Remove this
30934         recent addition.
30936         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
30937         (gdb-define-alist): New variables.
30938         (gdb-create-define-alist): New function.
30939         (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
30940         (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
30941         with string-to-number.
30942         (gdb-reset): Kill gdb-define-alist.  Move assignments outside loop.
30944         * progmodes/gud.el: Replace string-to-int with string-to-number.
30945         (gud-find-file): Handle gdb-define-alist.
30947         * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
30949 2005-05-02  Jay Belanger  <belanger@truman.edu>
30951         * calc/calc-aent.el (math-read-token):
30952         * calc/calc-bin.el (calc-word-size):
30953         * calc/calc-ext.el (calc-read-number-fancy):
30954         * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
30955         (math-parse-date, math-parse-standard-date, calcFunc-tzone):
30956         * calc/calc-frac.el (calc-over-notation):
30957         * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
30958         (calc-graph-num-points, calc-graph-init):
30959         * calc/calc-prog.el (calc-read-parse-table-part)
30960         (calc-edit-macro-repeats):
30961         * calc/calc-yank.el (calc-do-grab-rectangle):
30962         * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
30963         Replace `string-to-int' by `string-to-number'.
30965 2005-05-02  Kim F. Storm  <storm@cua.dk>
30967         * kmacro.el: Use executing-kbd-macro-index variable.
30969 2005-05-02  Thien-Thi Nguyen  <ttn@gnu.org>
30971         * net/rlogin.el (rlogin-parse-words): Delete func.
30972         (rlogin): Use split-string, not rlogin-parse-words.
30973         Also, if there are option-like elements in the parsed args,
30974         take the host to be the first arg immediately following them.
30975         Suggested by Michael Mauger.
30977 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
30979         * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
30981 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
30983         * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
30984         (cc-mode-cpp-program): Rename to cc-define-list-program and
30985         move to cc-vars.el.
30987         * progmodes/cc-vars.el (cc-define-list-program):
30988         Change to "gcc -E -dM -".  Make customizable.
30990 2005-05-02  Kim F. Storm  <storm@cua.dk>
30992         * emulation/cua-base.el: Fix check for CUA-mode if no init file.
30994 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
30996         * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
30998         * international/mule-util.el (truncate-string): Remove alias and
30999         obsolete declaration.
31001         * international/mule-cmds.el (update-iso-coding-systems):
31002         Remove alias and obsolete declaration.
31004         * international/mule.el (coding-system-parent): Remove alias and
31005         obsolete declaration.
31007         * subr.el (define-function, sref): Remove aliases and obsolete
31008         declarations.
31009         (chars-in-region): Remove obsolete declaration.
31011 2005-05-01  Richard M. Stallman  <rms@gnu.org>
31013         * info.el (Info-mode): Set widen-automatically to nil, locally.
31015         * simple.el (widen-automatically): New variable.
31016         (pop-global-mark): Obey widen-automatically.
31018 2005-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
31020         * term/xterm.el (function-key-map): Call substitute-key-definition
31021         before the keymap size is increased by a lot of define-key calls.
31023 2005-05-01  Richard M. Stallman  <rms@gnu.org>
31025         * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
31026         Rename ARG to ELEMENT.  Doc fix.
31028 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
31030         * allout.el (allout-exposure): Remove macro and obsolete declaration.
31031         Remove references to allout-exposure/change to allout-new-exposure.
31033         * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
31034         bytecode symbols.
31036         * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
31037         (compiled-function-p, focus-frame, unfocus-frame):
31038         Remove aliases and obsolete declarations.
31039         Back out inadvertent changes from previous commit.
31041 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
31043         * files.el (require-final-newline): Make Custom tags consistent
31044         with mode-require-final-newline.
31045         (mode-require-final-newline): Doc fix.
31047 2005-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
31049         * international/latexenc.el (latexenc-find-file-coding-system):
31050         Fix regular expressions.
31052 2005-05-01  David Kastrup  <dak@gnu.org>
31054         * international/latexenc.el (latexenc-find-file-coding-system):
31055         Fix regular expressions.
31057 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
31059         * subr.el (string-to-int): Make obsolete.
31061 2005-04-30  Richard M. Stallman  <rms@gnu.org>
31063         * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
31065         * loadup.el: load jka-comp-hook.
31067         * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
31068         (jka-compr-handler): Add autoload.  `put' calls moved
31069         to jka-comp-hook.el.
31070         (compression, jka-compr): defgroups moved to jka-comp-hook.el.
31071         (jka-compr-inhibit): Autoload.
31073         * jka-comp-hook.el: New file.
31074         Enable the mode by default.
31076         * files.el (backup-buffer-copy): Use copy-file instead
31077         of write-region, and put back the 'excl.
31079 2005-04-30  Chong Yidong  <cyd@stupidchicken.com>
31081         * progmodes/flymake.el (flymake-split-string)
31082         (flymake-split-string, flymake-log, flymake-pid-to-names)
31083         (flymake-reg-names, flymake-get-source-buffer-name)
31084         (flymake-unreg-names, flymake-add-line-err-info)
31085         (flymake-add-err-info): Clarify docstrings.
31086         (flymake-popup-menu, flymake-make-emacs-menu)
31087         (flymake-make-xemacs-menu): Add docstrings.
31088         (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
31089         Set variables directly throughout.
31091 2005-04-30  Nick Roberts  <nickrob@snap.net.nz>
31093         * progmodes/cc-mode.el (cc-create-define-alist): Check that file
31094         exists.  Initialize cc-define-alist.
31095         (c-mode): Add cc-create-define-alist locally to after-save-hook.
31096         If there is no file (Macroexpansion) don't create an alist.
31098 2005-04-29  Sam Steingold  <sds@gnu.org>
31100         * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
31101         (cc-create-define-alist): Use it instead of the hard-coded string.
31103 2005-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
31105         * international/mule-conf.el (file-coding-system-alist): Fix regexp
31106         for latexenc.
31108 2005-04-29  Lute Kamstra  <lute@gnu.org>
31110         * emacs-lisp/generic.el: Improve commentary section.
31111         (define-generic-mode): Improve docstring.
31113 2005-04-29  Carsten Dominik  <dominik@science.uva.nl>
31115         * textmodes/org.el (many places): Change to quiet the byte compiler.
31116         (org-prefix-format-compiled): New variable.
31117         (org-compile-prefix-format): New function.
31118         (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
31119         (org-agenda-prefix-format, org-timeline-prefix-format): New options.
31120         (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
31121         (org-get-entries-from-diary): Use `org-get-time-of-day' for
31122         consistency with entries from `org-mode' files.
31123         (org-get-time-of-day): Fix bug with partial matches early in a line.
31124         (org-non-link-chars): New constant.
31125         (org-link-regexp): Respect `org-non-link-chars'.
31126         (org-agenda-day-view): Remove command.
31127         (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
31128         (org-follow-bbdb-link, org-store-link): Search also company field.
31129         (org-highlight-overlay): New variable.
31130         (org-highlight, org-unhighlight): New functions.
31131         (org-agenda-mode): Add pre-command-hook to remove highlight.
31132         (org-evaluate-time-range): Behavior depends upon whether time stamp
31133         contains a time or not.
31134         (org-show-subtree, org-show-entry): New functions.
31135         (org-agenda-cleanup-fancy-diary): Remove empty lines.
31137 2005-04-28  Luc Teirlinck  <teirllm@auburn.edu>
31139         * comint.el (comint-output-filter-functions): Add autoload cookie.
31141 2005-04-28  Kim F. Storm  <storm@cua.dk>
31143         * ido.el (ido-everywhere): Fix last change.
31145 2005-04-28  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
31147         * international/latexenc.el: New file.
31148         * international/mule-conf.el (file-coding-system-alist): For .tex,
31149         .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
31151 2005-04-28  Lute Kamstra  <lute@gnu.org>
31153         * font-lock.el (font-lock-add-keywords)
31154         (font-lock-remove-keywords): Clarify docstring.
31155         (font-lock-keywords-alist, font-lock-removed-keywords-alist):
31156         Don't start docstrings with a `*'.
31157         (font-lock-update-removed-keyword-alist): Give it a docstring.
31159         * generic-x.el: Update commentary section.
31160         Only require font-lock when compiling.
31161         Define all modes conditionally.
31162         Place all generic modes in the generic-x-modes customization group.
31163         (generic-x-modes): New customization group.
31164         (generic-default-modes, generic-mswindows-modes)
31165         (generic-unix-modes, generic-other-modes): New constants.
31166         (generic-define-mswindows-modes, generic-define-unix-modes):
31167         Update docstrings.  Make them obsolete.
31168         (generic-extras-enable-list): New default value.  Update docstring.
31169         Improve :type.  Change :set function.
31170         (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
31171         Fix docstring.
31173         * emacs-lisp/generic.el (generic-mode-internal):
31174         Simplify font-lock-defaults.
31175         (define-generic-mode): Fix docstring.
31177 2005-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
31179         * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
31180         font-lock-face property to highlight matches.
31182 2005-04-28  Nick Roberts  <nickrob@snap.net.nz>
31184         * progmodes/cc-mode.el (cc-create-define-alist): New function.
31185         (cc-define-alist): New variable.
31186         (c-mode): Make it local and initialize it.
31188         * progmodes/gdb-ui.el (gdb-active-process): New variable.
31189         (gdb-exited): New function.
31190         (gdb-annotation-rules): Use it.
31191         (gdb-starting): Set gdb-active-process to t.
31192         (gdb-stopping): Amend doc string.
31193         (gdb-reset): Set gdb-active-process to nil.
31195         * tooltip.el (tooltip-gud-tips): Show the associated #define
31196         directives when a C program under GDB is not executing.
31198 2005-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
31200         * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
31201         font-lock-fontify-syntactic-keywords.
31203         * font-lock.el (font-lock-default-fontify-region): Don't force
31204         parse-sexp-lookup-properties to nil.
31206 2005-04-27  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
31208         * man.el (man-mode-syntax-table): Set up `:' to have
31209         word-constituent syntax.
31211 2005-04-27  Lute Kamstra  <lute@gnu.org>
31213         * novice.el (disable-command): Don't add spurious newlines to the
31214         init file.  Reported by Dan Jacobson <jidanni@jidanni.org>.
31216 2005-04-26  Jay Belanger  <belanger@truman.edu>
31218         * calc/calc-yank.el (calc-edit-finish): Make sure there is more
31219         than one window before deleting window.
31221 2005-04-26  Luc Teirlinck  <teirllm@auburn.edu>
31223         * shell.el (shell-prompt-pattern): Doc fix.
31224         (shell-mode): Set paragraph-separate buffer locally to "\\'".
31226         * comint.el (comint-prompt-regexp, comint-get-old-input)
31227         (comint-use-prompt-regexp)
31228         (comint-use-prompt-regexp-instead-of-fields)
31229         (comint-replace-by-expanded-history, comint-send-input)
31230         (comint-output-filter, comint-get-old-input-default)
31231         (comint-line-beginning-position, comint-bol, comint-show-output)
31232         (comint-backward-matching-input, comint-forward-matching-input)
31233         (comint-next-prompt, comint-previous-prompt):
31234         Rename `comint-use-prompt-regexp-instead-of-fields' to
31235         `comint-use-prompt-regexp'.  Keep old name as alias and declare
31236         obsolete.
31237         (comint-use-prompt-regexp): Shorten first line of doc string.
31239         * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
31240         Set paragraph-separate buffer locally to "\\'".
31242         * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
31243         Adapt to above name change.
31245         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
31246         (smbclient-prompt-regexp): Ditto.
31248         * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
31250 2005-04-27  Nick Roberts  <nickrob@snap.net.nz>
31252         * progmodes/gdb-ui.el (gdb-location-alist): Rename from
31253         gdb-location-list.
31254         Break lines that are over 80 characters wide.
31256 2005-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
31258         * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
31259         New fun and var, to preserve compatibility.
31261         * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
31263 2005-04-26  Dominique de Waleffe  <ddw@missioncriticalit.com>  (tiny change)
31265         * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
31266         name to file-newer-than-file-p.
31268 2005-04-26  Richard M. Stallman  <rms@gnu.org>
31270         * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
31272         * progmodes/python.el (python-mode):
31273         Use new name eldoc-documentation-function.
31275         * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
31277         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
31278         (eldoc-documentation-function):
31279         Rename from eldoc-print-current-symbol-info-function.  Calls changed.
31281 2005-04-26  Nick Roberts  <nickrob@snap.net.nz>
31283         * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
31285 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
31287         * term/xterm.el (function-key-map): Fix strings for
31288         {C,S,A,C-S}-f[1-4].  Use substitute-key-definition to bind
31289         {C,S,A,C-S}-{f1-f12}.
31291 2005-04-26  Kenichi Handa  <handa@m17n.org>
31293         * international/mule-cmds.el (select-safe-coding-system):
31294         Fix previous change.
31296 2005-04-26  Lute Kamstra  <lute@gnu.org>
31298         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
31300         * font-lock.el (font-lock-fontify-region-function): Fix docstring.
31301         (font-lock-comment-delimiter-face): Ditto.
31303         * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
31305 2005-04-25  Jay Belanger  <belanger@truman.edu>
31307         * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
31308         to t while inserting information; use help-mode.
31310 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
31312         * term.el (ansi-term-color-vector): Use the xterm colors.
31313         (term-raw-map): Don't add mappings for \eO and \e[.  Map deletechar.
31315 2005-04-25  Lute Kamstra  <lute@gnu.org>
31317         * font-core.el (font-lock-defaults): Fix docstring.
31319         * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
31321 2005-04-25  Kenichi Handa  <handa@m17n.org>
31323         * international/mule-cmds.el (select-safe-coding-system):
31324         Don't check consistency with coding: spec, etc if raw-text or
31325         no-conversion was found to be safe.
31327 2005-04-24  Richard M. Stallman  <rms@gnu.org>
31329         * mail/sendmail.el (mail-font-lock-keywords): Match any number of
31330         citation markers at start of each line.
31332         * mail/rmail.el (rmail-font-lock-keywords): Match any number of
31333         citation markers at start of each line.
31335         * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
31337         * files.el (mode-require-final-newline): Fix previous change.
31338         (require-final-newline): Fix type label.
31340 2005-04-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
31342         * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
31343         statement in buffer (broken by 2004-11-24 change).
31345 2005-04-24  Kim F. Storm  <storm@cua.dk>
31347         * ido.el (ido-everywhere): Save and restore old read-buffer-function
31348         and read-file-name-function values.  Don't overwrite existing
31349         non-nil values if ido-mode is enabled without ido-everywhere.
31351 2005-04-24  Luc Teirlinck  <teirllm@auburn.edu>
31353         * files.el (mode-require-final-newline): Minor doc fix.
31355 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
31357         * subr.el (syntax-after): Doc fix.
31358         (syntax-class): If argument is nil, return nil.  Mask off upper 16
31359         bits, not 8 bits.
31361         * files.el (mode-require-final-newline): Doc fix.
31362         (backup-buffer-copy): Fix last change.
31364 2005-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
31366         * term/mac-win.el: Require select.  Set selection-coding-system to
31367         mac-system-coding-system.  Call menu-bar-enable-clipboard.
31368         (x-last-selected-text-clipboard, x-last-selected-text-primary)
31369         (x-select-enable-clipboard): New variables.
31370         (x-select-text, x-get-selection, x-selection-value)
31371         (x-get-selection-value, mac-select-convert-to-string)
31372         (mac-services-open-file, mac-services-open-selection)
31373         (mac-services-insert-text): New functions.
31374         (CLIPBOARD, FIND): Put mac-scrap-name property.
31375         (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
31376         (public.tiff): Put mac-ostype property.
31377         (selection-converter-alist): Add entries for them.
31378         (mac-application-menu-map): New keymap.
31379         (interprogram-cut-function, interprogram-paste-function): Set to
31380         x-select-text and x-get-selection-value, respectively.
31381         (split-window-keep-point): Set to t.
31383 2005-04-23  Richard M. Stallman  <rms@gnu.org>
31385         * files.el (read-directory-name): Always pass non-nil
31386         DEFAULT-FILENAME arg to read-file-name.
31387         (backup-buffer-copy, basic-save-buffer-2): Take care against
31388         writing thru an unexpected existing symlink.
31389         (revert-buffer): In indirect buffer, revert the base buffer.
31390         (magic-mode-alist): Doc fix.
31391         (buffer-stale-function): Doc fix.
31392         (minibuffer-with-setup-hook): Avoid warning.
31393         (mode-require-final-newline): Doc and custom fix.
31395         * follow.el (follow-end-of-buffer): Use with-no-warnings.
31397         * font-lock.el (font-lock-comment-face): On terminals with few colors,
31398         use the default appearance.
31399         (font-lock-comment-delimiter-face): New face, new variable.
31401         * imenu.el (imenu--generic-function): The official position of a
31402         definition is the start of the line that BEG is in.
31404         * midnight.el (midnight-timer): Move defvar up.
31406         * mouse.el (mouse-drag-region-1): Delete some debugging code.
31408         * saveplace.el (save-place-to-alist): Use with-no-warnings.
31410         * startup.el (command-line): Use with-no-warnings.
31412         * window.el (window-size-fixed): New defvar.
31414         * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
31416         * mail/rmail.el (rmail-font-lock-keywords):
31417         Use font-lock-comment-delimiter-face.
31419         * mail/sendmail.el (mail-font-lock-keywords):
31420         Use font-lock-comment-delimiter-face.
31422         * progmodes/compile.el (next-error-highlight-timer): New defvar.
31424 2005-04-23  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
31426         * progmodes/compile.el (compilation-mode-font-lock-keywords):
31427         Specify t for LAXMATCH when matching directories.
31428         Save match data around compilation-compat-error-properties form.
31430 2005-04-23  David Kastrup  <dak@gnu.org>
31432         * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
31433         Mention that the autoloaded aliases should be kept for AUCTeX.
31435 2005-04-23  Andreas Schwab  <schwab@suse.de>
31437         * isearch.el (isearch-forward): Doc fix.
31439 2005-04-23  Eli Zaretskii  <eliz@gnu.org>
31441         * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
31442         (jit-lock-stealth-nice): Change default value to 0.5.
31444 2005-04-23  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
31446         * abbrev.el (write-abbrev-file): Write table entries in
31447         alphabetical order by table name.
31449 2005-04-22  Kim F. Storm  <storm@cua.dk>
31451         * ido.el (ido-read-internal): Fix `list' completion.
31453 2005-04-22  Kenichi Handa  <handa@m17n.org>
31455         * recentf.el (recentf-save-file-coding-system): New variable.
31456         (recentf-save-list): Encode the file by
31457         recentf-save-file-coding-system and add coding: tag.
31459 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
31461         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
31463 2005-04-21  Lute Kamstra  <lute@gnu.org>
31465         * loadhist.el (unload-feature): Don't remove a function from hooks
31466         if it is about to be restored to an autoload .  Remove functions
31467         that will become unbound from auto-mode-alist.  Simplify the code.
31469         * subr.el (assq-delete-all): New implementation that is linear,
31470         not quadratic.  Suggested by David Kastrup <dak@gnu.org>.
31471         (rassq-delete-all): New function.
31473         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
31474         Add size-indication-mode.
31476 2005-04-21  Kenichi Handa  <handa@m17n.org>
31478         * international/mule-cmds.el: Add autoload for widget-value in
31479         eval-when-compile.
31481 2005-04-21  Nick Roberts  <nickrob@snap.net.nz>
31483         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
31484         Add tooltip-mode.
31486         * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
31488 2005-04-20  Luc Teirlinck  <teirllm@auburn.edu>
31490         * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
31491         (inferior-lisp-filter-regexp, inferior-lisp-program)
31492         (inferior-lisp-load-command, inferior-lisp-prompt)
31493         (inferior-lisp-mode-hook, lisp-source-modes)
31494         (inferior-lisp-load-hook): defvar->defcustom.
31495         (inferior-lisp-program, inferior-lisp-prompt)
31496         (inferior-lisp-load-hook): Doc fixes.
31497         (inferior-lisp-install-letter-bindings): Small change in
31498         introductory comment.
31500 2005-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
31502         * vc.el (vc-annotate-color-map): Change some colors so that text
31503         using them as foreground is readable on both white and black
31504         backgrounds.
31506 2005-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
31508         * international/mule-conf.el (translation-table-for-input):
31509         Remove redundant declaration.
31511 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
31513         * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
31515         * tooltip.el (tooltip-gud-tips-p): Expand documentation.
31516         (tooltip-toggle-gud-tips): New function.
31518 2005-04-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
31520         * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
31521         right angle brackets.
31523 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
31525         * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
31527 2005-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
31529         * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
31530         Remove.  Update callers to use expand-file-name instead.
31532         * subr.el (syntax-class): New function.
31534         * simple.el (blink-matching-open): Use it.
31536         * paren.el (show-paren-function): Use it to recognize parens that are
31537         also used in 2-char comment markers.
31539 2005-04-19  Lute Kamstra  <lute@gnu.org>
31541         * loadhist.el (unload-feature): Update for new format of
31542         load-history.  Simplify the code.
31544 2005-04-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
31546         * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
31547         (mac-add-charset-info): New function.  Initialize variable
31548         mac-charset-info-alist using it.
31549         (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
31550         for translation.
31551         (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
31552         (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
31553         (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
31554         New CCL programs.
31556 2005-04-19  Kim F. Storm  <storm@cua.dk>
31558         * simple.el (next-buffer, prev-buffer, next-error)
31559         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
31560         (clone-indirect-buffer-other-window): Move bindings to bindings.el.
31562         * bindings.el (next-buffer, prev-buffer, next-error)
31563         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
31564         (clone-indirect-buffer-other-window): Move bindings from simple.el.
31565         (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
31566         (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
31568 2005-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
31570         * isearch.el (isearch-edit-string): Make the search-ring available for
31571         minibuffer history commands.
31572         (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
31573         the default history commands now work just as well.
31574         (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
31576 2005-04-18  Kim F. Storm  <storm@cua.dk>
31578         * emulation/cua-base.el (cua--pre-command-handler): Add more
31579         elaborate check for shift modifier on non-window systems.
31581 2005-04-18  Lars Hansen  <larsh@math.ku.dk>
31583         * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
31585 2005-04-18  Kim F. Storm  <storm@cua.dk>
31587         * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
31588         and make it optional.  Don't test tooltip-gud-echo-area here.
31589         (tooltip-gud-process-output, gdb-tooltip-print):
31590         Pass tooltip-gud-echo-area to tooltip-show.
31591         (tooltip-help-tips): Remove second optional arg to tooltip-show.
31593 2005-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
31595         * tooltip.el (tooltip-mode): `emacs-quick-startup' and
31596         `display-graphic-p' may not be bound yet.
31598 2005-04-17  Luc Teirlinck  <teirllm@auburn.edu>
31600         * startup.el (command-line): No longer enable Xterm Mouse mode by
31601         default in terminals compatible with xterm.
31603         * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
31605 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
31607         * tooltip.el (tooltip-gud-echo-area): Rename from
31608         tooltip-use-echo-area.
31609         (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
31610         (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
31611         area independently of where help tooltips are displayed.
31613 2005-04-17  David Kastrup  <dak@gnu.org>
31615         * cus-theme.el (custom-theme-write-variables): Quote variables
31616         where necessary.
31618 2005-04-17  Richard M. Stallman  <rms@gnu.org>
31620         * simple.el (yank-excluded-properties): Add follow-link to value.
31622         * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
31624         * startup.el (fancy-splash-max-time): Just 30 seconds.
31625         (fancy-splash-delay): Just 7.
31626         (fancy-splash-screens): No time limit other than fancy-splash-max-time.
31628         * loadhist.el (unload-feature): Update for new format of load-history.
31629         Simplify the code.
31631         * mail/rmail.el (rmail-ignored-headers): Ignore more headers
31632         (rmail-font-lock-keywords): Don't fontify the text of a citation.
31634         * mail/sendmail.el (mail-font-lock-keywords):
31635         Don't fontify subject text.
31636         Don't fontify the text of a citation.
31638 2005-04-17  Mark H. Weaver  <mhw@netris.org>  (tiny change)
31640         * comint.el (comint-output-filter): Run comint-output-filter-functions
31641         with point where the user had it.
31643 2005-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
31645         * international/ucs-tables.el (ucs-set-table-for-input):
31646         Disable when using unify-on-decoding.
31648 2005-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
31650         * emulation/cua-base.el (cua-global-mark-face): Add special case
31651         for displays supporting a high number of colors.
31653 2005-04-16  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
31655         * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
31657 2005-04-16  Chong Yidong  <cyd@stupidchicken.com>
31659         * filesets.el (filesets-add-buffer): If user supplies a name of a
31660         non-existing fileset, create a new fileset.
31662 2005-04-16  Carsten Dominik  <dominik@science.uva.nl>
31664         * textmodes/org.el (org-up-heading-all): Fix bug with
31665         `outline-up-heading-all'.
31667 2005-04-16  Andreas Schwab  <schwab@suse.de>
31669         * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
31670         /etc/permissions.d/* and /etc/aliases.d/*.
31672 2005-04-16  Kenichi Handa  <handa@m17n.org>
31674         * international/code-pages.el (cp-make-coding-system):
31675         Set `translation-table-for-input' property value to the symbol
31676         ucs-mule-to-mule-unicode, not to that value.
31677         (pt154): Escape guillemet by `\'.
31679 2005-04-15  Luc Teirlinck  <teirllm@auburn.edu>
31681         * loadup.el: Load tooltip if x-show-tip is fboundp.
31683         * startup.el (command-line): Add comment.
31685         * tooltip.el (tooltip-mode): Specify correct standard value for
31686         Custom in init-value.
31688 2005-04-15  Nick Roberts  <nickrob@snap.net.nz>
31690         * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
31691         possible.
31693 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
31695         * textmodes/org.el (org-agenda-date-prompt): Rename from
31696         `org-agenda-date-today'.
31697         (org-evaluate-time-range): Insert at point instead of directly
31698         after time range.
31699         (org-first-headline-recenter, org-subtree-end-visible-p)
31700         (org-optimize-window-after-visibility-change): New functions
31701         (org-agenda-post-command-hook): Don't allow point at end of line,
31702         to make sure it always hits the text properties.
31703         (org-agenda-next-date-line, org-agenda-previous-date-line):
31704         New commands.
31705         (org-set-regexps-and-options): Category may contain white space.
31706         (org-agenda-get-deadlines, org-agenda-get-scheduled):
31707         Improve marker positions.
31708         (org-agenda-new-marker): Argument POS made optional.
31709         (org-agenda-get-timestamps): Deadlines which are done are listed
31710         in org-done-face now.
31711         (org-agenda-get-todos, org-agenda-get-timestamps)
31712         (org-agenda-get-deadlines, org-agenda-get-scheduled):
31713         Set `undone-face' and `done-face' properties.
31714         (org-last-todo-state-is-todo): New variable.
31715         (org-todo): Set `org-last-todo-state-is-todo'.
31716         (org-agenda-todo): Change face according to
31717         `org-last-todo-state-is-todo'.  And change other lines referring to
31718         the same entry.
31719         (org-calendar-goto-agenda): New command.
31720         (org-calendar-to-agenda-key): New option.
31721         (org-startup-folded): New allowed value `content'.
31722         (org-set-regexps-and-options): Accept new value `content' for
31723         `org-startup-folded'.
31724         (org-get-current-options): Handle new value `content' for
31725         `org-startup-folded'.
31726         (org-insert-todo-heading): New command.
31727         (org-mode): Insert first line "*-* mode: org-mode -*-" when called
31728         interactively in empty file and option
31729         `org-insert-mode-line-in-empty-file' has been set.
31730         (org-agenda-todo, org-agenda-priority): Modify to use
31731         `org-agenda-change-all-lines'.
31732         (org-warning-face): Change color on dark background.
31734 2005-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
31736         * international/mule-cmds.el (set-locale-environment): On Mac OS,
31737         use preferences AppleLocale and AppleLanguages, and variable
31738         mac-system-locale for default locale.  On Mac OS Classic, use
31739         mac-system-coding-system for default coding systems.
31741         * term/mac-win.el: Don't set file-name-coding-system.
31742         Decode variables system-name, emacs-build-system, user-login-name, and
31743         user-full-name by mac-system-coding-system on Mac OS Classic.
31744         (mac-system-coding-system): New variable.
31746 2005-04-13  Luc Teirlinck  <teirllm@auburn.edu>
31748         * startup.el (command-line): Handle `xterm-mouse-mode' before
31749         reading init file.
31751         * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
31753 2005-04-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
31755         * progmodes/sh-script.el (sh-here-document-word): Make it a
31756         defcustom.  Doc fix.
31757         (sh-add): Bash uses $(( )) for arithmetic.
31758         (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
31759         (sh-maybe-here-document): Remove quotes and leading whitespace
31760         from heredoc word when closing.  Indent heredoc with tabs if word
31761         starts with "-".
31763 2005-04-13  Richard M. Stallman  <rms@gnu.org>
31765         * simple.el (undo): Fix previous change.
31767         * custom.el (defface): Doc fix.
31769 2005-04-13  Lute Kamstra  <lute@gnu.org>
31771         * Makefile.in (DONTCOMPILE): Remove list.
31772         (compile, compile-always): Don't use DONTCOMPILE.
31773         (update-authors): Load the library in which batch-update-authors
31774         is defined.
31775         * makefile.w32-in (DONTCOMPILE): Remove list.
31776         (compile, compile-always): Fix comments.
31777         (update-authors): Load the library in which batch-update-authors
31778         is defined.
31780         * generic-x.el (generic-mode-ini-file-find-file-hook):
31781         Rename to ini-generic-mode-find-file-hook.
31782         Keep generic-mode-ini-file-find-file-hook as an alias.
31783         (ini-generic-mode-find-file-hook): Rename from
31784         generic-mode-ini-file-find-file-hook.  Fix docstring.
31785         (ini-generic-mode): Docstring change.
31786         (bat-generic-mode-run-as-comint): Silence the byte compiler.
31788         * help.el (describe-key-briefly): UNTRANSLATED can be nil when
31789         called from lisp.
31791         * generic.el: Move to the emacs-lisp subdir.
31793 2005-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
31795         * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
31796         and C-S- function and cursor motion keys.
31798 2005-04-12  Luc Teirlinck  <teirllm@auburn.edu>
31800         * startup.el (command-line): Enable Xterm Mouse mode by default.
31801         * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
31802         for Custom.  No longer show "Mouse" in mode line when enabled.
31803         Doc fix.
31805 2005-04-12  Kim F. Storm  <storm@cua.dk>
31807         * emulation/cua-base.el (cua-rectangle-face)
31808         (cua-rectangle-noselect-face): Define face attributes here.
31810         * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
31812 2005-04-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
31814         * startup.el (command-line): Turn off blinking cursor if
31815         cursorBlink in resources is off or false.
31817 2005-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
31819         * term/mac-win.el (dnd): Require dnd.
31820         (mac-drag-n-drop): Call dnd-handle-one-url.
31821         (kTextEncodingMacRoman, kTextEncodingISOLatin1)
31822         (kTextEncodingISOLatin2): Remove constants.
31823         (mac-script-code-coding-systems): New constant.
31824         (mac-handle-language-change): New function.
31825         (special-event-map): Bind it to `language-change' event.
31826         (mac-centraleurroman, mac-cyrillic): New coding systems.
31827         (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
31828         (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
31829         and mac-cyrillic-encoder to encode-mac-centraleurroman and
31830         encode-mac-cyrillic, respectively.
31832 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
31834         * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
31835         Don't set overlay-arrow-string to "=>" as this is done
31836         globally in C now.
31838 2005-04-12  Lute Kamstra  <lute@gnu.org>
31840         * generic-x.el (rc-generic-mode, rul-generic-mode):
31841         Fix auto-mode-alist entries.
31842         (etc-fstab-generic-mode): Tweak fontification.
31844         * generic.el (generic-make-keywords-list): Fix docstring.
31845         (generic-mode-internal): Simplify generic-font-lock-keywords.
31847 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
31849         * whitespace.el (whitespace-buffer-leading)
31850         (whitespace-buffer-trailing): Revert the incorrect test inversion.
31851         However, fix the highlight area for the leading and
31852         trailing whitespaces to show space.
31854 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
31856         * whitespace.el (whitespace-version): Bump to 3.5.
31858         (whitespace-buffer-leading, whitespace-buffer-trailing):
31859         Invert sense of the test to highlight the whitespace.
31861 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
31863         * progmodes/gud.el (gud-display-line): GUD uses its own
31864         overlay arrow now so don't set overlay-arrow-string.
31865         (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
31867 2005-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
31869         * term.el (term-ansi-current-bold, term-ansi-current-underline)
31870         (term-ansi-current-reverse, term-ansi-current-invisible)
31871         (term-ansi-face-already-done): Change to boolean.
31872         (term-reset-terminal, term-handle-colors-array): Handle the above
31873         vars accordingly.
31874         (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
31875         (term-emulate-terminal): Use the new name.
31877         * faces.el (secondary-selection): Use yellow1, not yellow.
31878         (trailing-whitespace): Use red1, not red.
31880 2005-04-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
31882         * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
31883         (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
31884         (dired-dnd-handle-file): Call dnd-get-local-file-uri.
31886         * cus-edit.el (dnd): New group.
31888         * term/w32-win.el (dnd): Require dnd
31889         (w32-drag-n-drop): Call dnd-handle-one-url.
31891         * x-dnd.el: Require dnd.
31892         (x-dnd-handle-uri-list, x-dnd-handle-file-name):
31893         Call dnd-handle-one-url.
31894         (x-dnd-types-alist, x-dnd-insert-utf8-text)
31895         (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
31896         to dnd-insert-text.
31897         (x-dnd-protocol-alist, x-dnd-open-file-other-window)
31898         (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
31899         (x-dnd-get-local-file-name, x-dnd-open-local-file)
31900         (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
31902         * dnd.el (dnd-protocol-alist): New file with generic DND functions.
31904 2005-04-11  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
31906         * wdired.el: Doc fixes.
31907         (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
31908         (wdired-use-dired-vertical-movement): Rename from
31909         wdired-always-move-to-filename-beginning.
31910         (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
31911         (wdired-change-to-wdired-mode): Change mode name.
31912         (wdired-newline): Delete.
31914 2005-04-11  Richard M. Stallman  <rms@gnu.org>
31916         * whitespace.el (whitespace-highlight-the-space):
31917         Don't call whitespace-unhighlight-the-space here.
31919         * simple.el (undo): Record t in undo-equiv-table
31920         for the redo record made by an undo-in-region.
31922 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
31924         * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
31925         (gdb-frame-inferior-io-buffer): New Functions to control
31926         display of separate IO buffer.
31927         (menu): Add them to menu-bar.
31928         (gdb-display-buffer): Check for buffer another frame.
31929         Protect GUD buffer.
31930         (gdb-setup-windows): Create IO buffer if not already there.
31931         (gdb-memory-mode): Remove purecopy noops.
31933 2005-04-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
31935         * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
31936         and pass to self-insert-command.
31938 2005-04-11  Lute Kamstra  <lute@gnu.org>
31940         * generic.el: Commentary section cleanup.
31941         (generic): Delete.
31942         (generic-use-find-file-hook, generic-lines-to-scan)
31943         (generic-find-file-regexp, generic-ignore-files-regexp)
31944         (default-generic-mode, generic-mode-find-file-hook)
31945         (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
31946         * generic-x.el (generic-x): Docstring fix.  Put it in the data group.
31947         (generic-use-find-file-hook, generic-lines-to-scan)
31948         (generic-find-file-regexp, generic-ignore-files-regexp)
31949         (default-generic-mode, generic-mode-find-file-hook)
31950         (generic-mode-ini-file-find-file-hook): Move from generic.el.
31952 2005-04-10  Karl Fogel  <kfogel@red-bean.com>
31954         * bookmark.el (bookmark-write-file): Catch errors writing file.
31955         This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
31957 2005-04-10  Richard M. Stallman  <rms@gnu.org>
31959         * startup.el (fancy-splash-tail): Update copyright year.
31960         (command-line): Split part of -Q into -D.
31961         (emacs-basic-display): New defvar.
31962         (fancy-splash-text): Correct name of menu item.
31964         * saveplace.el (save-place-alist-to-file): Catch errors writing file.
31966         * info.el (Info-fontify-node): Handle fontification of multiple * Menu
31967         lines in one node.
31969         * comint.el (comint-send-input): New arg ARTIFICIAL.
31970         Callers in this file changed.
31972         * abbrev.el (define-abbrevs): Read system abbrevs properly.
31974         * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
31976 2005-04-10  Chong Yidong  <cyd@stupidchicken.com>
31978         * url/url-ldap.el (url-ldap): Add docstring.  Fix call to
31979         `ldap-search-internal'.
31981 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
31983         * files.el (set-auto-mode-1): Use line-end-position.
31985         * international/latin-1.el:
31986         * international/latin-2.el:
31987         * international/latin-3.el:
31988         * international/latin-4.el:
31989         * international/latin-5.el:
31990         * international/latin-8.el:
31991         * international/latin-9.el: Give punctuation syntax to NBSP.
31993         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
31994         (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
31995         Use char-classes to accept non-ascii letters, accepted in some recent
31996         bibtex implementations.
31998 2005-04-10  Luc Teirlinck  <teirllm@auburn.edu>
32000         * custom.el (custom-set-minor-mode): Any non-nil value for the
32001         variable should enable the mode when set through Custom.
32003 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
32005         * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
32006         TAB binding so tab-always-indent is obeyed.
32007         (vhdl-minibuffer-local-map): Move initialization into declaration.
32008         (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
32009         (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
32010         (vhdl-hooked-abbrev): Avoid test for XEmacs.
32011         (vhdl-current-line): Use line-beginning-position.
32012         (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
32013         with-output-to-temp-buffer, so the current position can be recorded.
32015 2005-04-10  Masatake YAMATO  <jet@gyve.org>
32017         * progmodes/compile.el (compilation-error-regexp-alist-alist):
32018         Add regexp for gcov.
32020 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
32022         * calendar/time-date.el (time-to-seconds, seconds-to-time)
32023         (days-to-time, time-subtract, time-add): Don't use the #xhhhh
32024         syntax which Emacs 20 doesn't support.
32026 2005-04-09  Richard M. Stallman  <rms@gnu.org>
32028         * help.el (describe-key-briefly, describe-key):
32029         Replace strings as event types with "(any string)".
32031 2005-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
32033         * arc-mode.el (archive-mode-map): Move initialization into
32034         the declaration.  Override *all* bindings of `undo'.
32035         (archive-lemacs): Remove, use (featurep 'xemacs) instead.
32037 2005-04-09  Jay Belanger  <belanger@truman.edu>
32039         * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
32041 2005-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
32043         * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
32044         (xterm-register-default-colors): Update color values computation
32045         to match xterm-200.
32047 2005-04-09  Kenichi Handa  <handa@m17n.org>
32049         * international/code-pages.el (iso-latin-7): Fix the map.
32051 2005-04-08  Luc Teirlinck  <teirllm@auburn.edu>
32053         * emacs-lisp/lisp.el (defun-prompt-regexp)
32054         (parens-require-spaces, buffer-end, end-of-defun)
32055         (insert-parentheses): Doc fixes.
32057 2005-04-08  Kim F. Storm  <storm@cua.dk>
32059         * comint.el (comint-highlight-prompt): Fix face spec.
32060         * hi-lock.el (hi-green): Likewise.
32062 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
32064         * cus-edit.el (custom-modified-face):
32065         * comint.el (comint-highlight-input): Fix previous changes.
32066         * term.el (term-handle-ansi-escape): Add a comment.
32068 2005-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
32070         * whitespace.el (whitespace-highlight-the-space): Put the same overlay
32071         in the buffer and in whitespace-highlighted-space.
32072         (whitespace-unhighlight-the-space): Simplify.
32073         (whitespace-buffer): Simplify.
32075 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
32077         * textmodes/table.el (table-cell-face): Add special case for
32078         displays supporting a high number of colors.
32079         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
32080         (vhdl-font-lock-reserved-words-face)
32081         (vhdl-speedbar-architecture-face)
32082         (vhdl-speedbar-instantiation-face)
32083         (vhdl-speedbar-architecture-selected-face)
32084         (vhdl-speedbar-instantiation-selected-face): Likewise.
32085         * progmodes/sh-script.el (sh-heredoc-face): Likewise.
32086         * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
32087         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
32088         (ebrowse-root-class-face, ebrowse-member-attribute-face)
32089         (ebrowse-progress-face): Likewise.
32090         * progmodes/compile.el (compilation-info-face): Likewise.
32091         * progmodes/cc-fonts.el (c-invalid-face): Likewise.
32092         * emacs-lisp/re-builder.el (reb-match-3): Likewise.
32093         * calendar/calendar.el (diary-face): Likewise.
32094         * woman.el (woman-italic-face, woman-bold-face)
32095         (woman-unknown-face): Likewise.
32096         * wid-edit.el (widget-button-pressed-face): Likewise.
32097         * whitespace.el (whitespace-highlight-face): Likewise.
32098         * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
32099         * pcvs-info.el (cvs-marked-face): Likewise.
32100         * info.el (info-xref): Likewise.
32101         * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
32102         * hilit-chg.el (highlight-changes-face)
32103         (highlight-changes-delete-face): Likewise.
32104         * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
32105         (hi-red-b): Likewise.
32106         * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
32107         * font-lock.el (font-lock-keyword-face)
32108         (font-lock-function-name-face, font-lock-warning-face): Likewise.
32109         * cus-edit.el (custom-invalid-face, custom-modified-face)
32110         (custom-set-face, custom-changed-face, custom-variable-tag-face)
32111         (custom-group-tag-face-1, custom-group-tag-face): Likewise.
32112         * comint.el (comint-highlight-prompt): Likewise.
32114 2005-04-08  Lute Kamstra  <lute@gnu.org>
32116         * font-lock.el (font-lock-keywords): Docstring fixes.
32118 2005-04-08  Kenichi Handa  <handa@m17n.org>
32120         * ps-mule.el (ps-mule-show-warning): If the number of unprintable
32121         chars are more than a limit, print " and more..." at the tail.
32123 2005-04-08  Kim F. Storm  <storm@cua.dk>
32125         * emacs-lisp/authors.el (authors-aliases): Update list.
32126         (authors-ignored-files): New list.
32127         (authors-fixed-entries): Fix typo.
32128         (authors-renamed-files-alist): Update list.
32129         (authors-add): Check authors-ignored-files.
32131 2005-04-08  Carsten Dominik  <dominik@science.uva.nl>
32133         * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
32134         optional, to ensure backward compatibility.
32136 2005-04-08  Stephen Eglen  <stephen@gnu.org>
32138         * textmodes/flyspell.el (flyspell-large-region): Doc fix.
32140 2005-04-08  Kim F. Storm  <storm@cua.dk>
32142         * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
32144         * mouse.el (mouse-on-link-p): Doc fix.
32146 2005-04-07  Luc Teirlinck  <teirllm@auburn.edu>
32148         * ielm.el (ielm-prompt-read-only): Doc fix.
32150         * comint.el (comint-prompt-read-only): Doc fix.
32152 2005-04-07  Benjamin Rutt  <brutt@bloomington.in.us>
32154         * ffap.el (ffap-pass-wildcards-to-dired): New user option to
32155         ensure dired always handles wildcards passed to ffap.
32156         (find-file-at-point): Use it.
32157         (ffap-dired-wildcards): Doc fix.
32159 2005-04-07  Juri Linkov  <juri@jurta.org>
32161         * simple.el (next-error-overlay-arrow-position): New defvar.
32162         Put "=>" on its property `overlay-arrow-string'.  Add it to
32163         `overlay-arrow-variable-list'.
32165         * progmodes/compile.el (compilation-setup):
32166         Set `next-error-overlay-arrow-position' to nil.  Also set it to
32167         nil in the local hook `kill-buffer-hook'.  Make local variable
32168         `overlay-arrow-string' and set it to "=>".
32169         (compilation-goto-locus): Set BOL position to
32170         `next-error-overlay-arrow-position' instead of
32171         `overlay-arrow-position'.
32173         * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
32174         locally instead of adding it to the global hook.
32175         (Info-kill-buffer): Move up.
32177 2005-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
32179         * term/xterm.el (xterm-standard-colors): Update color values from
32180         xterm-200.
32182 2005-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
32184         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
32186         * fast-lock.el:
32187         * lazy-lock.el: Move them to the obsolete subdir.
32189 2005-04-06  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
32191         * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
32192         (wdired-add-replace-advice): Remove.
32193         (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
32195 2005-04-06  Kim F. Storm  <storm@cua.dk>
32197         * startup.el (command-line): Add --bare-bones alias for -Q.
32199 2005-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
32201         * term/mac-win.el: Use create-fontset-from-mac-roman-font to
32202         create the startup fontset if a font specification ends with
32203         `mac-roman'.
32205 2005-04-06  Lute Kamstra  <lute@gnu.org>
32207         * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
32208         change.
32210         * emacs-lisp/copyright.el (copyright-update-year): Replace the
32211         right subexpression.  Suggested by Jay Bingham <jay.bingham@hp.com>.
32213 2005-04-05  Lute Kamstra  <lute@gnu.org>
32215         * generic.el (generic-mode-internal): Fix 2005-03-31 change.
32216         (define-generic-mode): Ditto.  Fix debug declaration.
32218         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
32219         Put them in the generic-x group.
32221         * calendar/timeclock.el (timeclock): Doc fix.
32223         * generic.el (define-generic-mode): Don't use custom-current-group.
32224         Document default :group value.
32225         * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
32226         (define-global-minor-mode): Don't use custom-current-group.
32228 2005-04-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
32230         * startup.el (command-line-1): Display startup-echo-area-message
32231         when fancy splash screen is in use.
32233         * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
32234         (sh-escaped-newline): New face.
32235         (sh-font-lock-keywords) <shell>: Improve regexp for escaped
32236         newline, and use sh-escaped-newline face.
32238         * progmodes/tcl.el (tcl-escaped-newline): New face.
32239         (tcl-builtin-list): New variable.
32240         (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
32241         newlines.  Fix keywords subexpression number.
32243 2005-04-05  Carsten Dominik  <dominik@science.uva.nl>
32245         * textmodes/org.el (org-diary-default-entry): Fix call to
32246         `add-to-diary-entry'.
32248 2005-04-05  Kim F. Storm  <storm@cua.dk>
32250         * ediff-init.el: Use (featurep 'xemacs).
32252 2005-04-05  David Ponce  <david@dponce.com>
32254         * cus-edit.el (face): Derive from symbol widget.  Display sample
32255         of the current face on the fly.
32256         (widget-face-sample-face-get, widget-face-notify): New functions.
32257         (widget-face-value-create): Remove.
32259         * wid-edit.el (widget-field-end): Temporarily remove field
32260         narrowing before to call `get-char-property'.
32262 2005-04-04  Jay Belanger  <belanger@truman.edu>
32264         * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
32265         (math-read-subscripts): New variable.
32266         (math-read-preprocess-string): Process subscripts.
32268 2005-04-04  Luc Teirlinck  <teirllm@auburn.edu>
32270         * comint.el (comint-prompt-read-only): Doc fix.
32272         * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
32273         `-1'.  Doc fix.
32275 2005-04-04  Carsten Dominik  <dominik@science.uva.nl>
32277         * textmodes/org.el (org-insert-mode-line-in-empty-file):
32278         Change default value to nil.
32280 2005-04-04  Lute Kamstra  <lute@gnu.org>
32282         * autorevert.el (auto-revert-mode): Specify :group.
32283         * battery.el (display-battery-mode): Specify :group.
32284         * diff-mode.el (diff-minor-mode): Specify :group.
32285         * font-core.el (font-lock-mode): Specify :group.
32286         * hl-line.el (hl-line-mode): Specify :group.
32287         * iimage.el (iimage): New customization group.
32288         (iimage-mode): Specify :group.
32289         * longlines.el (longlines-mode): Specify :group.
32290         * master.el: Don't require easy-mmode.
32291         (master): New customization group.
32292         (master-mode): Specify :group.
32293         * msb.el (msb-mode): Specify :group.
32294         * reveal.el (reveal-mode): Specify :group.
32295         * simple.el (next-error-follow-minor-mode): Specify :group.
32296         * smerge-mode.el (smerge-mode): Specify :group.
32297         * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
32298         * emulation/cua-base.el (cua-mode): Specify :group.
32299         * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
32300         * language/thai-util.el (thai-auto-composition-mode)
32301         (thai-word-mode): Specify :group.
32302         * mail/supercite.el (sc-minor-mode): Specify :group.
32303         * progmodes/cwarn.el (cwarn-mode): Specify :group.
32304         * progmodes/flymake.el (flymake-mode): Specify :group.
32305         * progmodes/glasses.el (glasses-mode): Specify :group.
32306         * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
32307         * textmodes/enriched.el (enriched-mode): Specify :group.
32308         * textmodes/refill.el (refill-mode): Specify :group.
32310         * add-log.el (change-log-font-lock-keywords): Names in
32311         parenthesized lists can contain spaces.
32313 2005-04-04  Thien-Thi Nguyen  <ttn@gnu.org>
32315         * startup.el (fancy-splash-text): Shorten default text of
32316         "Emacs Tutorial" line.  Also, if the current language env
32317         indicates an available tutorial file other than TUTORIAL,
32318         extract its title and append it to the line in parentheses.
32319         (fancy-splash-insert): If arg is a thunk, funcall it.
32321 2005-04-04  Jay Belanger  <belanger@truman.edu>
32323         * calc.el (calc-language-alist): Add tags to customization type.
32325 2005-04-03  Luc Teirlinck  <teirllm@auburn.edu>
32327         * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
32328         Doc fix.
32330 2005-04-03  Marcelo Toledo  <marcelo@gnu.org>
32332         * add-log.el (change-log-font-lock-keywords): The manual
32333         describing a Change Log entry, says: (...) "Aside from these
32334         header lines, every line in the change log starts with a space or
32335         a tab.".  The font-lock was not highlighting lines started with
32336         spaces, added support for it.
32338 2005-04-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
32340         * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
32341         (bibtex-generate-url-list): Update docstring accordingly.  Put the
32342         complex example in the docstring.
32343         (bibtex-font-lock-url): Use pop.
32345 2005-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
32347         * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
32349         * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
32351 2005-04-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
32353         * filesets.el (filesets-set-default): Doc fix.
32355 2005-04-03  Lute Kamstra  <lute@gnu.org>
32357         * generic.el (define-generic-mode): Add argument to specify
32358         keywords for defcustom.
32359         (default-generic-mode): Specify :group.
32361         * generic-x.el: Specify :group for all generic modes.
32363         * desktop.el (desktop-no-desktop-file-hook)
32364         (desktop-after-read-hook): Doc fix.
32366 2005-04-02  Luc Teirlinck  <teirllm@auburn.edu>
32368         * simple.el (visible-mode): Use explicit :group keyword.
32369         This changes the group of `visible-mode-hook' from paren-blinking
32370         to editing-basics.
32372 2005-04-02  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
32374         * mail/rmail.el (rmail-parse-url): Bugfix.  Parse traditional
32375         mailbox specifications as well as URLs.
32376         (rmail-insert-inbox-text): Remove unused conditional branches.
32378 2005-04-01  Jay Belanger  <belanger@truman.edu>
32380         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
32381         (calc-gnuplot-print-command): Move definitions to calc.el.
32383         * calc/calc-embed.el (calc-embedded-announce-formula)
32384         (calc-embedded-open-formula, calc-embedded-close-formula)
32385         (calc-embedded-open-word, calc-embedded-close-word)
32386         (calc-embedded-open-plain, calc-embedded-close-plain)
32387         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
32388         (calc-embedded-open-mode, calc-embedded-close-mode):
32389         Move definitions to calc.el.
32391         * calc/calc.el (calc-settings-file, calc-language-alist):
32392         Make customizable.
32393         (calc-embedded-announce-formula, calc-embedded-open-formula)
32394         (calc-embedded-close-formula, calc-embedded-open-word)
32395         (calc-embedded-close-word, calc-embedded-open-plain)
32396         (calc-embedded-close-plain, calc-embedded-open-new-formula)
32397         (calc-embedded-close-new-formula, calc-embedded-open-mode)
32398         (calc-embedded-close-mode, calc-gnuplot-name)
32399         (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
32400         from other files and make customizable.
32402 2005-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
32404         * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
32405         Use buffer-live-p.
32406         (cvs-mode-run): Don't call cvs-update-header here.
32407         (cvs-run-process): Call cvs-update-header.
32408         Use process properties for cvs-postprocess and cvs-buffer so that
32409         the sentinel can behave better if the temp buffer is killed.
32410         Use a pipe rather than a tty, to better handle unexpected prompts.
32411         (cvs-sentinel): Rewrite.  Call cvs-update-header.
32413 2005-04-01  Andre Spiegel  <spiegel@gnu.org>
32415         * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
32416         we go via Tramp or Ange-FTP.  Suggested by Kai Grossjohann.
32418 2005-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
32420         * generic.el (define-generic-mode): Add indentation rule.
32422 2005-03-31  Luc Teirlinck  <teirllm@auburn.edu>
32424         * files.el (mode-require-final-newline): Make Custom correctly
32425         report a nil value and allow to set it to nil via Custom.
32426         Doc fix.
32428 2005-04-01  Kenichi Handa  <handa@m17n.org>
32430         * international/characters.el: Enable the correct case setting for
32431         dotless-i and dotted-I.
32433 2005-04-01  Kim F. Storm  <storm@cua.dk>
32435         * ido.el (ido-file-internal): Fall back to non-ido command if
32436         initial directory is on slow ftp (or tramp) host.
32438 2005-03-31  Richard M. Stallman  <rms@gnu.org>
32440         * emacs-lisp/autoload.el (make-autoload):
32441         Handle define-global-minor-mode.
32443         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
32444         Rename from easy-mmode-define-global-mode.
32445         (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
32447         * progmodes/scheme.el (scheme-mode-syntax-table):
32448         Update syntax of | and # for two-character comment syntax.
32450 2005-03-31  Lute Kamstra  <lute@gnu.org>
32452         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
32453         (define-minor-mode): Call custom-current-group at load-time.
32455         * generic.el (define-generic-mode): Add debug declaration.
32456         Add defcustom for the mode hook.
32457         (generic-mode-internal): Use run-mode-hooks.
32459 2005-03-31  Kim F. Storm  <storm@cua.dk>
32461         * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
32462         (mouse-fixup-help-message): New defun called by show_help_echo
32463         to fixup mouse-2 prefix in help messages when applicable.
32465         * tooltip.el (tooltip-show-help-function): Don't fixup message here.
32467 2005-03-31  Kenichi Handa  <handa@m17n.org>
32469         * language/thai-word.el (thai-find-word-ends): Pay attention to
32470         the case that we reach the end of buffer.
32472         * textmodes/fill.el (fill-text-properties-at): New function.
32473         (fill-newline): Use fill-text-properties-at instead of
32474         text-properties-at.
32476 2005-03-31  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
32478         * textmodes/tex-mode.el (tex-start-tex): Use shell-quote-argument,
32479         not comint-quote-filename.
32481 2005-03-31  Thien-Thi Nguyen  <ttn@gnu.org>
32483         * help-fns.el (help-with-tutorial): Revert last change.
32485 2005-03-31  Kim F. Storm  <storm@cua.dk>
32487         * emulation/cua-base.el (cua-scroll-down): Add CUA property.
32489 2005-03-30  Paul Eggert  <eggert@cs.ucla.edu>
32491         * calendar/cal-china.el: Update reference to "Calendrical
32492         Calculations" book; there's a new edition.
32493         * calendar/cal-coptic.el: Likewise.
32494         * calendar/cal-french.el: Likewise.
32495         * calendar/cal-hebrew.el: Likewise.
32496         * calendar/cal-islam.el: Likewise.
32497         * calendar/cal-iso.el: Likewise.
32498         * calendar/cal-julian.el: Likewise.
32499         * calendar/cal-mayan.el: Likewise.
32500         * calendar/cal-persia.el: Likewise.
32501         * calendar/calendar.el: Likewise.
32502         * calendar/holidays.el: Likewise.
32503         * calendar/lunar.el: Likewise.
32504         * calendar/solar.el: Likewise.
32506         * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
32507         white space from doc string.
32509 2005-03-30  Jay Belanger  <belanger@truman.edu>
32511         * calc/calc-help.el (calc-full-help): Remove email address.
32513 2005-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
32515         * help-fns.el (help-with-tutorial): Delete title line.
32517 2005-03-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
32519         * calendar/cal-x.el (calendar-one-frame-setup)
32520         (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
32521         rather than `symbol' for set-window-dedicated-p.
32523         * calendar/appt.el (appt-buffer-name): Make it a constant.
32524         (appt-add): Doc fix.
32526         * filesets.el (filesets-menu-path, filesets-menu-before)
32527         (filesets-menu-in-menu): Doc fix.  Now valid in GNU Emacs.
32528         (filesets-menu-cache-file): Use directory ~/.emacs.d.
32529         (filesets-add-submenu): Delete and use add-submenu instead.
32531 2005-03-30  Carsten Dominik  <dominik@science.uva.nl>
32533         * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
32534         (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
32535         (org-diary-default-entry): New function.
32536         (org-get-entries-from-diary): Better parsing of diary entries.
32537         (org-agenda-check-no-diary): New function.
32538         ("diary-lib"): Advice to function `add-to-diary-list', to allow
32539         linking to diary entries.
32540         (org-agenda-execute-calendar-command): New function.
32541         (org-agenda): Improve visible section in window.
32542         Use `org-fit-agenda-window'.
32543         (org-fit-agenda-window): New option.
32544         (org-move-subtree-down): Better handling of empty lines
32545         at end of subtree.
32546         (org-cycle): Numeric prefix is interpreted now as show-subtree N
32547         levels up.
32548         (org-fontify-done-headline): New option.
32549         (org-headline-done-face): New face.
32550         (org-set-font-lock-defaults): Use `org-headline-done-face'.
32551         (org-table-copy-down): Rename from `org-table-copy-from-above'.
32552         When current field is non-empty, it is copied to next row.
32553         (org-table-copy-from-above): Fix bug which made it
32554         impossible to copy fields containing only a single non-white character.
32556 2005-03-30  Kim F. Storm  <storm@cua.dk>
32558         * kmacro.el (kmacro-end-macro): Isearch may store this command
32559         into the macro -- so ignore it when executing keyboard macro.
32561 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
32563         * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
32565 2005-03-29  Kenichi Handa  <handa@m17n.org>
32567         * language/thai.el ("Thai"): Set setup-function and exit-function
32568         for Thai language environment.
32570         * language/thai-util.el: Require thai-word.
32571         (thai-word-mode-map): New variable.
32572         (thai-word-mode): New minor mode.
32573         (setup-thai-language-environment-internal): New function.
32574         (exit-thai-language-environment-internal): New function.
32576         * language/thai-word.el (thai-word-table): Declare it by defvar,
32577         use dolist to initialize it.
32578         (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
32579         (thai-fill-find-break-point): New functions.
32581 2005-03-29  Richard M. Stallman  <rms@gnu.org>
32583         * simple.el (idle-update-delay): Move definition up.
32584         (set-mark): Doc fix.
32586 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
32588         * longlines.el: New file.
32590         * simple.el (buffer-substring-filters): New variable.
32591         (filter-buffer-substring): New function.
32592         (kill-region, copy-region-as-kill): Use it.
32594         * register.el (copy-to-register, append-to-register)
32595         (prepend-to-register): Use filter-buffer-substring.
32597 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
32599         * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
32600         (gud-filter-pending-text): Move in front of gdb.
32601         (gud-overlay-arrow-position): New variable.
32602         (gud-sentinel, gud-display-line): Use it in place of
32603         overlay-arrow-position.
32605 2005-03-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
32607         * progmodes/fortran.el (fortran-if-indent): Doc fix.
32608         (fortran-font-lock-keywords-2): Add "where", "elsewhere".
32609         (fortran-font-lock-keywords-4): New variable.
32610         (fortran-blocks-re, fortran-end-block-re)
32611         (fortran-start-block-re): New constants, for hideshow.
32612         (hs-special-modes-alist): Add a Fortran entry.
32613         (fortran-mode-map): Bind fortran-end-of-block,
32614         fortran-beginning-of-block to \M-\C-n, \M-\C-p.
32615         (fortran-mode): Doc fix.  Add fortran-font-lock-keywords-4.
32616         (fortran-looking-at-if-then, fortran-end-of-block)
32617         (fortran-beginning-of-block): New functions, for hideshow.
32619         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
32620         Doc fix.  Tweak regexp.
32621         (f90-beginning-of-block): Push mark first.
32623 2005-03-29  Jay Belanger  <belanger@truman.edu>
32625         * calc/calc.el: Update copyright date.
32626         (calc-version): Increase to 2.1.
32627         (calc-version-date): Remove.
32629         * calc/calc-help.el: Update copyright date.
32630         (calc-full-help): Remove reference to calc-version-date.
32631         Update copyright date.
32633 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
32635         * vc.el (vc-do-command): Use a pipe for async processes, so password
32636         prompts don't show up at places where the user can't reply.
32638 2005-03-29  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
32640         * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
32641         on the file name we pass to the inferior shell.
32643 2005-03-29  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
32645         * progmodes/which-func.el (which-function): Be robust in the face of an
32646         imenu--make-index-alist failure.
32648 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
32650         * reveal.el (reveal-mode-map): Don't override C-a and C-e.
32652         * progmodes/python.el (python-preoutput-filter): Fix last change.
32654 2005-03-29  Lute Kamstra  <lute@gnu.org>
32656         * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
32657         functions and compiled macros.
32658         (debug-convert-byte-code): Handle macros too.
32659         (debug-on-entry-1): Don't signal an error when trying to clear a
32660         function that is not set to debug on entry.
32662 2005-03-29  Jay Belanger  <belanger@truman.edu>
32664         * calc/calc-lang.el: Add functions to math-function-table
32665         properties of tex and math.
32667 2005-03-29  Kenichi Handa  <handa@m17n.org>
32669         * ps-mule.el (ps-mule-plot-string): Translate characters by
32670         ps-print-translation-table.
32671         (ps-mule-begin-job): Call find-charset-region/string with
32672         ps-print-translation-table.
32673         (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
32675         * ps-print.el (ps-print-translation-table): New variable.
32676         (ps-plot-region): Translate characters by ps-print-translation-table.
32678 2005-03-29  Juri Linkov  <juri@jurta.org>
32680         * simple.el (next-error-highlight-timer): New variable.
32682         * progmodes/compile.el (compilation-goto-locus):
32683         Use `next-error-highlight-timer' instead of `sit-for'.
32685 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
32687         * mail/supercite.el (sc-mail-field): Use assoc-string.
32688         (sc-get-address): Simplify regexps.
32690         * files.el (minibuffer-with-setup-hook): New macro.
32691         (find-file-read-args): Use it to avoid let-binding
32692         minibuffer-with-setup-hook (which breaks turning on/off
32693         file-name-shadow-mode while in the prompt).
32695         * complete.el (PC-read-include-file-name-internal):
32696         Use test-completion.
32698 2005-03-28  Luc Teirlinck  <teirllm@auburn.edu>
32700         * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
32702 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
32704         * window.el (window-buffer-height): Use count-screen-lines.
32706         * progmodes/python.el (python-preoutput-leftover): New var.
32707         (python-preoutput-filter): Use it.
32708         (python-send-receive): Loop until all the result has been received.
32710 2005-03-28  Juri Linkov  <juri@jurta.org>
32712         * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
32714         * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
32715         "Recover Crashed Session".
32716         (menu-bar-search-menu): Add ellipsis to "Search tagged files".
32717         (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
32718         (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
32719         (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
32720         (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
32721         (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
32722         (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
32723         (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
32725         * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
32726         Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
32727         Ediff Sessions", "Toggle use of separate control buffer frame",
32728         "Use separate frame for Ediff control buffer".
32730         * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
32731         Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
32732         "Rename Bookmark", "Delete Bookmark".
32734         * info.el (Info-mode-menu): Remove ellipsis from "Index".
32735         Add ellipsis to "Lookup a String", "Lookup a string in all indices".
32736         Add `:active Info-index-alternatives' to "Next Matching Item".
32738         * wdired.el (wdired-change-to-wdired-mode):
32739         Mention `wdired-abort-changes' key in the initial message.
32741         * international/mule.el (auto-coding-alist): Associate non-ascii
32742         image filename extensions with `no-conversion'.
32744 2005-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
32746         * international/iso-acc.el:
32747         * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
32749 2005-03-26  Luc Teirlinck  <teirllm@auburn.edu>
32751         * textmodes/sgml-mode.el (html-mode): Doc update.
32753         * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
32755 2005-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
32757         * term.el (term-move-columns): Fix face after extending a line.
32758         (term-insert-spaces): Likewise.
32759         (term-reset-terminal): Fix off by one error.
32761 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
32763         * international/mule.el (auto-coding-alist): Add .xpi files.
32765         * files.el (auto-mode-alist): Add .xpi files.
32767 2005-03-26  Jure Cuhalev  <gandalf@owca.info>  (tiny change)
32769         * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
32771 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
32773         * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
32775 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
32777         * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
32778         binding.  Suggested by Stephan Stahl <stahl@eos.franken.de>.
32780         * calendar/cal-move.el (calendar-beginning-of-year): Move the
32781         cursor to Jan 1 when needed.
32782         (calendar-end-of-year): Fix -/+ typo.
32783         Reported by Chong Yidong <cyd@stupidchicken.com>.
32785 2005-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
32787         * progmodes/flymake.el (flymake-mode): Add autoload cookie.
32789         * emacs-lisp/debug.el (debugger-record-expression): Add a missing
32790         format to `message'.  Inspired by Deepak Goel <deego@gnufans.org>.
32792 2005-03-25  Richard M. Stallman  <rms@gnu.org>
32794         * filesets.el (filesets-init): Add autoload.
32796         * mail/mailalias.el (mail-directory): Doc fix.
32798 2005-03-25  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
32800         * mail/mailalias.el (mail-directory-process): Do nothing if
32801         mail-directory-process is an atom.
32802         (mail-get-names): Ignore mail-directory-names if it is an atom.
32803         (mail-directory-process defvar): Doc fix.
32804         (mail-names): Doc fix.
32806 2005-03-25  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>  (tiny change)
32808         * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
32810 2005-03-26  Kenichi Handa  <handa@m17n.org>
32812         * international/mule-util.el (detect-coding-with-priority):
32813         Call update-coding-systems-internal before detect-coding-region.
32815 2005-03-26  Nick Roberts  <nickrob@snap.net.nz>
32817         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
32818         (gdb-frames-mode-map): Add follow-link property.
32820 2005-03-25  Jay Belanger  <belanger@truman.edu>
32822         * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
32823         for variables.
32825 2005-03-25  Juri Linkov  <juri@jurta.org>
32827         * image-mode.el: Optimize image filename extension regexps in
32828         autoload cookies.  Associate .x[bp]m with `image-mode-maybe'
32829         in `auto-mode-alist'.
32830         (image-mode): Add `image-toggle-display-text' to local hook
32831         `change-major-mode-hook'.  Display the image as an image by
32832         default.  Set `cursor-type' and `truncate-lines' if the image
32833         is already displayed.  Take into account the current mode (image
32834         or text) in message.
32835         (image-minor-mode): New minor mode.
32836         (image-mode-maybe, image-toggle-display-text): New functions.
32837         (image-toggle-display): Use called-interactively-p.
32838         Let-bind `inhibit-read-only' to t.
32840         * image-mode.el (image-minor-mode): Set `cursor-type' and
32841         `truncate-lines' if the image is already displayed.  Add turning
32842         image-minor-mode off to `change-major-mode-hook'.  Add message.
32843         Call `image-toggle-display-text' after turning image-minor-mode off.
32845 2005-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
32847         * international/mule-cmds.el (set-locale-environment): For Mac OS X's
32848         Terminal.app, use utf-8.
32849         (set-display-table-and-terminal-coding-system): Add coding-system arg.
32850         (set-locale-environment): Use it.
32852         * term/xterm.el: Undo last change, better done in mule-cmds.el.
32854         * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
32856         * progmodes/python.el (python-close-block-statement-p)
32857         (python-outdent-p, python-current-defun): Use symbol-end.
32859 2005-03-25  Karl Chen  <quarl@cs.berkeley.edu>
32861         * files.el (save-some-buffers): Doc fix.
32863 2005-03-25  Werner Lemberg  <wl@gnu.org>
32865         * complete.el, thumbs.el: Replace `legal' with `valid'.
32866         * calendar/calendar.el: Replace `legal' with `valid'.
32867         * emacs-lisp/advice.el: Replace `legal' with `valid'.
32868         * mail/supercite.el: Replace `legal' with `valid'.
32869         * progmodes/cperl-mode.el, progmodes/idlw-shell.el
32870         * progmodes/idlwave.el, progmodes/vhdl-mode.el:
32871         Replace `legal' with `valid'.
32872         * textmodes/reftex-vars.el, textmodes/reftex.el:
32873         Replace `legal' with `valid'.
32875 2005-03-25  Werner Lemberg  <wl@gnu.org>
32877         * calc/calc-forms.el, calc/calc-sel.el
32878         * midnight.el, vc-cvs.el
32879         * emacs-lisp/cl-macs.el
32880         * emulation/vip.el
32881         * eshell/esh-io.el, eshell/esh-var.el
32882         * mail/supercite.el
32883         * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
32884         * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
32885         * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
32886         * progmodes/sh-script.el, progmodes/xscheme.el
32887         * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
32888         * textmodes/reftex-index.el, textmodes/reftex-parse.el
32889         * textmodes/reftex-ref.el, textmodes/reftex-vars.el
32890         * textmodes/reftex.el, textmodes/org.el:
32891         Replace `illegal' with `invalid'.
32893 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
32895         * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
32896         (flymake-find-buildfile, flymake-find-possible-master-files)
32897         (flymake-check-include, flymake-parse-line): Replace loops over the
32898         length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
32900         * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
32901         Substitute file-name-as-directory in the rest of the file.
32902         (flymake-get-common-file-prefix): Rewrite, using compare-strings.
32903         (flymake-replace-region): Remove unused arg `buffer'.
32904         (flymake-check-patch-master-file-buffer): Update calls to it.
32905         (flymake-add-err-info): Remove unused var `count'.
32906         (flymake-mode): Use define-minor-mode.
32908         * progmodes/flymake.el: Use with-current-buffer.
32909         (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
32910         flymake-replace-regexp-in-string, flymake-line-beginning-position)
32911         (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
32912         Avoid testing for `xemacs'.
32913         (flymake-nop): Move.
32914         (flymake-region-has-flymake-overlays): Return the computed value.
32915         (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
32916         Remove unused var `endline'.
32917         (flymake-get-line-count): Remove unused function.
32918         (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
32920         * emulation/vi.el:
32921         * generic.el:
32922         * hilit-chg.el (global-highlight-changes):
32923         * hi-lock.el (hi-lock-mode):
32924         * follow.el: find-file-hooks -> find-file-hook.
32926         * comint.el (comint-insert-input): Obey mouse-yank-at-point.
32928 2005-03-24  Juri Linkov  <juri@jurta.org>
32930         * dired.el (dired-mode-map): Add menu item "Compare directories"
32931         for dired-compare-directories.
32933         * dired-aux.el (dired-compare-directories): Add autoload cookie.
32934         Doc fix.  Replace `read-file-name' with `read-directory-name'.
32936 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
32938         * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
32940 2005-03-24  Jay Belanger  <belanger@truman.edu>
32942         * calc/calc-embed.el (calc-embedded-mode-change): Save all
32943         relevant mode settings in calc-embedded-original-modes when modes
32944         are permanently changed.
32946 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
32948         * autoinsert.el: find-file-hooks -> find-file-hook.
32950 2005-03-24  Lute Kamstra  <lute@gnu.org>
32952         * generic.el (generic-font-lock-defaults): Make it obsolete.
32953         (generic-font-lock-keywords): New variable to replace
32954         generic-font-lock-defaults.
32955         (generic-mode-set-font-lock): Delete it.
32956         (generic-mode-internal): Don't call generic-mode-set-font-lock.
32957         (generic-bracket-support): Add docstring.
32959         * generic-x.el: Rename generic-font-lock-defaults to
32960         generic-font-lock-keywords throughout.
32961         (mailagent-rules-setup-function): Delete it.
32962         (mailagent-rules-generic-mode): Use anonymous function instead.
32963         (show-tabs-generic-mode-font-lock-defaults-1)
32964         (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
32965         Quote faces.
32966         (show-tabs-tab-face, show-tabs-space-face): Specify background,
32967         not foreground.
32969         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
32970         Recognize define-generic-mode.
32972 2005-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
32974         * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
32975         if there's no completion table.
32977 2005-03-23  Miles Bader  <miles@gnu.org>
32979         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
32980         Remove tty-specific variants, as they're no longer needed.
32982 2005-03-23  Lute Kamstra  <lute@gnu.org>
32984         * generic-x.el: Code cleanup: make args constant whenever possible.
32985         (installshield-statement-keyword-list)
32986         (installshield-system-functions-list)
32987         (installshield-system-variables-list, installshield-types-list)
32988         (installshield-funarg-constants-list): Make them constants.
32990         * generic.el (generic-make-keywords-list): Add autoload cookie.
32992         * calendar/time-date.el: Add comment on time value formats.
32993         Don't require parse-time.
32994         (with-decoded-time-value): New macro.
32995         (encode-time-value): New function.
32996         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
32997         (days-to-time): Return a valid time value when arg is huge.
32998         (time-since): Use time-subtract.
32999         (time-to-number-of-days): Use time-to-seconds.
33001 2005-03-23  David Ponce  <david@dponce.com>
33003         * recentf.el (recentf-keep): New option.
33004         (recentf-menu-action): Default to `find-file'.
33005         (recentf-keep-non-readable-files-flag)
33006         (recentf-keep-non-readable-files-p)
33007         (recentf-file-readable-p, recentf-find-file)
33008         (recentf-cleanup-remote): Remove.
33009         (recentf-include-p): More robust.
33010         (recentf-keep-p): New function.
33011         (recentf-remove-if-non-kept): Rename from
33012         `recentf-remove-if-non-readable'.  Use `recentf-keep-p'.
33013         All callers updated.
33014         (recentf-menu-items-for-commands): Fix help string.
33015         (recentf-track-closed-file): Update.  Doc fix.
33016         (recentf-cleanup): Update.  Count removed files.  Doc fix.
33018 2005-03-23  Kim F. Storm  <storm@cua.dk>
33020         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
33021         Don't inherit from fringe face (now happens automatically).
33023 2005-03-22  Kim F. Storm  <storm@cua.dk>
33025         * tooltip.el (tooltip-show-help-function): Ignore negative mouse
33026         position values.
33028 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
33030         * menu-bar.el (showhide-date-time): Remove.
33031         (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
33032         (menu-bar-make-mm-toggle): Simplify.
33034 2005-03-22  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
33036         * progmodes/perl-mode.el (perl-font-lock-keywords-2):
33037         Accept qualified variable and function names.
33039 2005-03-22  Thien-Thi Nguyen  <ttn@gnu.org>
33041         * bindings.el (completion-ignored-extensions):
33042         Remove ".lis" for `vax-vms'.
33044 2005-03-22  Andreas Schwab  <schwab@suse.de>
33046         * generic-x.el: Revert last change.
33047         * ldefs-boot.el: Update.
33049 2005-03-22  Jay Belanger  <belanger@truman.edu>
33051         * calc/calc-embed.el (calc-embedded-original-modes): New variable.
33052         (calc-embedded-save-original-modes)
33053         (calc-embedded-restore-original-modes): New functions.
33054         (calc-do-embedded): Save original modes when entering embedded mode
33055         and restore when leaving embedded mode.
33056         (calc-embedded-modes-change): Change the value of
33057         calc-embedded-original-modes to reflect permanent changes.
33059 2005-03-22  Lute Kamstra  <lute@gnu.org>
33061         * generic-x.el: Require generic again.
33063 2005-03-22  Miles Bader  <miles@gnu.org>
33065         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
33066         Tweak details to look good on both ttys and bitmap displays, light
33067         or dark background, etc.
33069 2005-03-21  Kim F. Storm  <storm@cua.dk>
33071         * tooltip.el (tooltip-show-help-function): Check car and cdr of
33072         mouse position.
33074 2005-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
33076         * icomplete.el: Don't forcibly turn on the mode upon load.
33077         (icomplete-mode): Use define-minor-mode.
33078         (icomplete-eoinput): Default to nil.
33079         (icomplete-minibuffer-setup): Remove autoload.
33080         (icomplete-tidy): Simplify.
33081         (icomplete-exhibit): Use buffer-undo-list to determine if we're still
33082         in the initial state or if the user has modified the field.
33083         Fix handling of icomplete-max-delay-chars.
33084         Remove code that handles the oddball case where
33085         minibuffer-completion-table is an integer.
33086         Wrap icomplete-completions in while-no-input in case building
33087         completions takes more time than expected.
33088         (icomplete-completions): Simplify.
33090 2005-03-21  Richard M. Stallman  <rms@gnu.org>
33092         * jka-compr.el (jka-compr-really-do-compress):
33093         Make variable buffer-local.
33095         * image-mode.el: Handle .xpm files too.
33096         (image-toggle-display): Preserve modification flag.
33098         * help.el (where-is): Don't mention aliases with no key bindings.
33100 2005-03-21  Lute Kamstra  <lute@gnu.org>
33102         * generic.el: Fix commentary section.  Don't require cl for
33103         compilation.
33104         (generic-mode-list): Add autoload cookie.
33105         (generic-use-find-file-hook, generic-lines-to-scan)
33106         (generic-find-file-regexp, generic-ignore-files-regexp)
33107         (generic-mode, generic-mode-find-file-hook)
33108         (generic-mode-ini-file-find-file-hook): Fix docstrings.
33109         (define-generic-mode): Make it a defmacro.  Fix docstring.
33110         (generic-mode-internal): Code cleanup.  Add autoload cookie.
33111         (generic-mode-set-comments): Code cleanup.
33112         * generic-x.el: Don't prevent compilation.  Don't require generic.
33113         Follow coding conventions.  Minor code cleanup.
33114         (etc-fstab-generic-mode): Add some keywords.
33115         * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
33116         define-generic-mode like a function declaration.
33118 2005-03-21  Jay Belanger  <belanger@truman.edu>
33120         * calc/calc-embed.el (calc-do-embedded): Put data on stack before
33121         changing modes.
33123 2005-03-21  Sam Steingold  <sds@gnu.org>
33125         * add-log.el (add-log-current-defun): Support more C DEFUN forms.
33127 2005-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
33129         * progmodes/dcl-mode.el (dcl-font-lock-keywords):
33130         Add underscore to "f$ lexicals" regexp.
33132 2005-03-20  Juri Linkov  <juri@jurta.org>
33134         * subr.el (progress-reporter-do-update): When `min-value' is equal
33135         to `max-value', set `percentage' to 0 and prevent division by zero.
33137 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
33139         Sync with Tramp 2.0.48.
33141         * net/tramp.el (all): Change all addresses to .gnu.org.
33142         (tramp-append-tramp-buffers): New defun.
33143         (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
33144         Catch `dont-send' signal.
33145         (tramp-set-auto-save-file-modes): Set always permissions, because
33146         there might be an old auto-saved file belonging to another
33147         original file.  This could be a security threat.  Reported by
33148         Kjetil Kjernsmo <kjetil@kjernsmo.net>.
33149         Check for Emacs 21.3.50 removed.
33151         * net/tramp-smb.el (all): Remove debug construct for
33152         `with-parsed-tramp-file-name'.
33153         (tramp-smb-prompt): Prompt can contain spaces inside directory names.
33154         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
33155         No error message if DIRECTORY or FILENAME doesn't exist.
33156         (tramp-smb-open-connection): Check existence of
33157         `tramp-smb-program'.
33159 2005-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
33161         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
33162         Properly handle the case where the `m' or `s' command's argument is not
33163         yet terminated.
33164         (perl-indent-new-calculate): New function.
33165         (perl-indent-line): Use it.
33167 2005-03-20  Miles Bader  <miles@gnu.org>
33169         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
33170         in text-mode too.  Change to new face names.
33171         (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
33172         Add `:weight bold' attribute.
33173         (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
33175 2005-03-19  Juri Linkov  <juri@jurta.org>
33177         * files.el (auto-mode-alist): Add comment.  Optimize jar/ear/war.
33179         * international/mule.el (auto-coding-alist): Sync with
33180         `auto-mode-alist' by adding upper case archive file extensions
33181         and adding ear/war to jar extension.
33183 2005-03-19  David Casperson  <casper@unbc.ca>  (tiny change)
33185         * textmodes/tex-mode.el (tex-view): If tex-shell process is not
33186         running, restart it.
33188 2005-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny changes)
33190         * finder.el (finder-current-item): Throw an error on an empty line.
33192         * man.el (Man-follow-manual-reference): If current-word returns
33193         nil, use "".
33195 2005-03-19  Matt Hodges  <MPHodges@member.fsf.org>
33197         * simple.el (goto-line): Doc fix.
33199 2005-03-19  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
33201         * files.el (save-buffer): Doc fix.
33203 2005-03-19  Michael R. Mauger  <mmaug@yahoo.com>
33205         * recentf.el (recentf-cleanup-remote): New variable.
33206         (recentf-cleanup): Use it to conditionally check availability of
33207         remote files.
33209 2005-03-19  Joe Edmonds  <joe-bugs-debian-org@elem.com>  (tiny change)
33211         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
33212         function names.
33214 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
33216         * language/thai-word.el: New file.
33218 2005-03-19  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
33220         * files.el (backup-buffer): If the file's directory is not
33221         writable, use copy instead of move to backup the file.
33223 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
33225         * obsolete/keyswap.el: Moved to obsolete/ from term/.
33227 2005-03-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
33229         * ps-print.el (ps-generate-string-list, ps-generate-header-line):
33230         Use functionp instead of symbolp and fboundp.  Reported by Drkm
33231         <darkman_spam@yahoo.fr>.
33232         (ps-print-version): New version 6.6.6.
33234 2005-03-18  Tak Ota  <Takaaki.Ota@am.sony.com>
33236         * textmodes/table.el (table--line-column-position): New idiom.
33237         (table--row-column-insertion-point-p): New function to test
33238         validity of row and column insertion operation at a location.
33239         (table-global-menu, table-cell-menu): Use above functions for
33240         deterministic test operation.
33241         (table--editable-cell-p): Behave in deterministic fashion.
33243 2005-03-18  Juri Linkov  <juri@jurta.org>
33245         * isearch.el (isearch-lazy-highlight-new-loop):
33246         Make arguments beg and end optional.
33247         (isearch-update): Remove optional arguments nil from
33248         isearch-lazy-highlight-new-loop.
33249         (isearch-lazy-highlight-search): Let-bind case-fold-search to
33250         isearch-lazy-highlight-case-fold-search instead of
33251         isearch-case-fold-search, and let-bind isearch-regexp to
33252         isearch-lazy-highlight-regexp.
33253         Use isearch-lazy-highlight-last-string instead of isearch-string.
33255         * replace.el (perform-replace): Remove bindings of global
33256         variables isearch-string, isearch-regexp, isearch-case-fold-search.
33257         Add three new arguments to `replace-highlight'.
33258         (replace-highlight): Add arguments string, regexp, case-fold.
33259         Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
33260         to allow isearch-lazy-highlight-new-loop to use these values
33261         to set corresponding isearch-lazy-highlight-* internal
33262         variables whose values lazy highlighting will use regardless of
33263         changes to global variables isearch-string, isearch-regexp,
33264         isearch-case-fold-search during lazy highlighting loop.
33265         (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
33266         to `lazy-highlight-cleanup'.
33268         * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
33269         (ispell-highlight-face): Set default face to `isearch' when
33270         lazy highlighting is enabled.
33271         (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
33272         priority to 1.  Add lazy highlighting.
33273         (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
33274         from `isearch-dehighlight'.
33276 2005-03-18  David Ponce  <david@dponce.com>
33278         * files.el (hack-local-variables): Do a case-insensitive search
33279         for End.
33281 2005-03-18  Juri Linkov  <juri@jurta.org>
33283         * isearch.el (lazy-highlight-cleanup) <command>: Rename from
33284         `isearch-lazy-highlight-cleanup', add alias to old name and
33285         declare obsolete.  Add release numbers to other obsolete vars.
33286         (isearch-done, isearch-lazy-highlight-new-loop):
33287         Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
33288         (lazy-highlight-cleanup) <variable>: Doc fix.
33289         (isearch-lazy-highlight-update): Rename obsolete
33290         `isearch-lazy-highlight-face' to `lazy-highlight-face'.
33292 2005-03-18  Kenichi Handa  <handa@m17n.org>
33294         * language/thai-util.el: Fix categorization of Thai characters in
33295         thai-category-table.
33296         (thai-composition-pattern): Adjust it for the above change.
33297         (thai-self-insert-command, thai-compose-syllable): New functions.
33298         (thai-compose-region): Use thai-compose-syllable.
33299         (thai-compose-string): Likewise.
33300         (thai-composition-function): Likewise.
33301         (thai-auto-composition): New function.
33302         (thai-auto-composition-mode): New minor mode.
33304         * language/thai.el: Fix patterns to be registered in
33305         composition-function-table.
33307         * international/quail.el (quail-input-method): Locally bind
33308         inhibit-modification-hooks to t.
33310 2005-03-17  Richard M. Stallman  <rms@gnu.org>
33312         * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
33313         (perl-mode): Use run-mode-hooks.
33315         * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
33316         (rmail-pop-password-required, rmail-remote-password): Doc fixes.
33317         (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
33319         * mail/sendmail.el (sendmail-send-it): Reenable the code
33320         to compute resend-to-address and use it.
33322         * tar-mode.el (tar-mode): Turn off undo unconditionally.
33324         * image-mode.el: New file.
33326         * image.el (insert-sliced-image): Add autoload cookie.
33328         * font-lock.el (font-lock-lines-before): New user option.
33329         (font-lock-after-change-function): Obey it.
33331         * bindings.el (esc-map): Make M-g a prefix.
33332         Bind M-g g and M-g M-g to goto-line.
33334         * faces.el (face-id): Doc fix.
33336 2005-03-17  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
33338         * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
33339         (rmail-show-message): Use rmail-unknown-mail-followup-to.
33340         (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
33342         * mail/sendmail.el (mail-yank-ignored-headers)
33343         (mail-font-lock-keywords, mail-mode-fill-paragraph):
33344         Add Mail-Followup-To and Mail-Reply-To headers.
33345         (mail-citation-hook): Add autoload cookie.
33346         (mail-mode): Doc fix.
33347         (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
33348         (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
33349         (mail-mode-fill-paragraph): Handle those headers.
33350         (mail-mailing-lists): New variable.
33351         (mail-mail-reply-to, mail-mail-followup-to): New functions.
33353 2005-03-17  Juri Linkov  <juri@jurta.org>
33355         * isearch.el (isearch-fallback): Check for `(car previous)'
33356         before calling `isearch-other-end-state'.
33358 2005-03-17  Kim F. Storm  <storm@cua.dk>
33360         * simple.el (move-beginning-of-line): Move to beginning of buffer
33361         line, as well as beginning of screen line.
33363 2005-03-16  Glenn Morris  <gmorris@ast.cam.ac.uk>
33365         * calendar/diary-lib.el (mark-diary-entries): Use new optional
33366         argument REDRAW rather than calendar-redrawing variable.
33367         * calendar/calendar.el (calendar-redrawing): Delete.
33368         (redraw-calendar): Do not bind calendar-redrawing.
33370 2005-03-16  Matt Hodges  <MPHodges@member.fsf.org>
33372         * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
33373         diary-file buffer.
33375 2005-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
33377         * help.el (describe-mode): Allow a :minor-mode-function property to
33378         specify a different minor mode toggle function than the variable.
33379         * simple.el (auto-fill-function):
33380         * subr.el (add-minor-mode): Use it.
33382 2005-03-16  Kenichi Handa  <handa@m17n.org>
33384         * language/ethio-util.el (sera-being-called-by-w3): New variable.
33385         (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
33386         (ethio-fidel-to-sera-buffer): Likewise.
33388 2005-03-16  Juri Linkov  <juri@jurta.org>
33390         * emacs-lisp/find-func.el (find-function-regexp):
33391         Add defun-emitting macro `menu-bar-make-toggle'.
33393         * isearch.el: Put `isearch-scroll' property to
33394         `split-window-horizontally'.
33396         * info.el: Update error messages for `debug-ignored-errors'.
33397         (Info-isearch-search): Doc fix.
33398         (Info-find-node): Move up code to go into info buffer before
33399         recording the node to the history.
33400         (Info-fontify-node): Fontify titles only if the next line
33401         has two or more `*', `=', `-', `.'.
33402         Display "go to this node" for empty (match-string 3).
33404 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
33406         * term/mac-win.el: Add mouse pointer shape constants.
33408 2005-03-15  Kim F. Storm  <storm@cua.dk>
33410         * simple.el (move-beginning-of-line): Use vertical-motion.
33412 2005-03-15  Juri Linkov  <juri@jurta.org>
33414         * isearch.el (isearch-error): New variable.
33415         (isearch-invalid-regexp, isearch-within-brackets): Remove.
33416         (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
33417         (isearch-within-brackets-state): Remove.
33418         (isearch-case-fold-search-state, isearch-pop-fun-state):
33419         Decrease frame index.
33420         (isearch-mode, isearch-top-state, isearch-push-state)
33421         (isearch-edit-string, isearch-abort, isearch-search-and-update)
33422         (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
33423         (isearch-search, isearch-lazy-highlight-new-loop):
33424         Replace `isearch-invalid-regexp' with `isearch-error'.
33425         Remove `isearch-within-brackets'.
33426         (isearch-search): Add `search-failed' handler to `condition-case'.
33427         (isearch-lazy-highlight-search): Add `condition-case' to catch
33428         errors and allow `isearch-lazy-highlight-update' to try
33429         highlighting from the beginning of the window.
33430         (isearch-repeat): Move up code to set isearch-wrapped to t
33431         before calling isearch-wrap-function.
33433         * info.el (Info-isearch-initial-node): New internal variable.
33434         (Info-search): Signal an error in isearch mode when search leaves
33435         the initial node.  Signal an error when `bound' is non-nil and
33436         nothing was found in the current subfile.
33437         (Info-isearch-search): Remove `condition-case'.
33438         (Info-isearch-wrap): Don't wrap when search failed during leaving
33439         the initial node.  If `Info-isearch-search' is nil, wrap around
33440         the current node.
33441         (Info-isearch-start): New fun.
33442         (Info-mode): Add buffer-local hook `Info-isearch-start' to
33443         `isearch-mode-hook'.
33445 2005-03-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
33447         * simple.el (normal-erase-is-backspace): Set default to t if
33448         running on Mac.
33450         * term/mac-win.el (function-key-map): Sync with x-win.el.
33452 2005-03-15  Kenichi Handa  <handa@m17n.org>
33454         * international/mule-cmds.el (locale-language-names): Modify the
33455         format of elements and add more entries.
33456         (locale-preferred-coding-systems): Add more entries.
33457         (set-locale-environment): Adjust for the change of
33458         locale-language-names.
33460 2005-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
33462         * pcvs.el (smerge-ediff): Remove bogus autoload.
33464 2005-03-14  Lute Kamstra  <lute@gnu.org>
33466         * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
33467         Ignore a `*' at the beginning of a line.
33469         * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
33470         * emacs-lisp/byte-run.el (macro-declaration-function): Move from
33471         subr.el.
33472         (dont-compile, eval-when-compile, eval-and-compile): Use declare
33473         to specify indentation.
33475         * generic.el (define-generic-mode): Let generic-mode-list be a
33476         list of strings; test membership with equal.
33478 2005-03-14  Kim F. Storm  <storm@cua.dk>
33480         * simple.el (next-line, previous-line): Add optional try-vscroll
33481         arg to recognize interactive use.  Pass it on to line-move.
33482         (line-move): Don't perform auto-window-vscroll when defining or
33483         executing keyboard macro to ensure consistent behavior.
33485 2005-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
33487         * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
33489 2005-03-13  Lute Kamstra  <lute@gnu.org>
33491         * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
33492         debugger-setup-buffer so that backtrace marks the frames set to
33493         debug-on-exit and we don't have to do it manually.  Set an extra
33494         debug-on-exit for macro's.
33495         (debugger-setup-buffer): Don't mark the top frame manually.
33497 2005-03-12  Lute Kamstra  <lute@gnu.org>
33499         * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
33500         lisp-indent-function throughout.
33501         (with-no-warnings): Set lisp-indent-function property.
33503 2005-03-12  Thien-Thi Nguyen  <ttn@gnu.org>
33505         * progmodes/dcl-mode.el (dcl-mode-syntax-table):
33506         Add entry for backslash.
33508 2005-03-12  Juri Linkov  <juri@jurta.org>
33510         * info.el (Info-search): Four fixes for backward search.
33512 2005-03-11  Jay Belanger  <belanger@truman.edu>
33514         * calc/calc.el (calc-language-alist): New variable.
33515         * calc/calc-embed.el (calc-embedded-language-alist): Remove.
33516         (calc-embedded-find-modes): Use calc-language-alist instead of
33517         calc-embedded-language-alist.
33519 2005-03-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
33521         * calendar/calendar.el (calendar-redrawing): New internal
33522         variable.
33523         (redraw-calendar): Remove bogus save-excursion from previous
33524         change.  Bind calendar-redrawing to t for mark-diary-entries.
33525         * calendar/diary-lib.el (mark-diary-entries): No need to redraw
33526         calendar if that is why we were called.
33528 2005-03-11  Kenichi Handa  <handa@m17n.org>
33530         * international/mule.el (make-coding-system): Set property
33531         coding-system-define-form to nil.
33532         (define-coding-system-alias): Likewise.
33534 2005-03-11  Kenichi Handa  <handa@m17n.org>
33536         These changes are suggested by Dave Love <fx@gnu.org>.
33538         * textmodes/fill.el: Change encoding to iso-2022-7bit and add
33539         coding: tag.
33540         (adaptive-fill-regexp): Add more bullets.
33541         (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
33542         regexps.
33544 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
33546         * help.el (describe-mode): Properly handle non-trivial lighters.
33547         Don't ignore minor modes that are not listed in minor-mode-list.
33549         * tooltip.el (tooltip-mode): Don't complain that you can't turn the
33550         feature ON when the user requests to turn it OFF.
33552 2005-03-10  Lute Kamstra  <lute@gnu.org>
33554         * emacs-lisp/debug.el (debug-entry-code): Delete it.
33555         (implement-debug-on-entry): New function to replace debug-entry-code.
33556         (debug-on-entry-1): Use implement-debug-on-entry.  Delete the
33557         second argument as the 2005-03-07 change makes it obsolete.
33558         (debug-on-entry, cancel-debug-on-entry): Update call to
33559         debug-on-entry-1.
33560         (debug, debugger-setup-buffer): Comment update.
33561         (debugger-frame-number): Update to work with implement-debug-on-entry.
33563 2005-03-10  Jay Belanger  <belanger@truman.edu>
33565         * calc/calc-embed.el (math-ms-args): Declare it.
33566         (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
33567         math-ms-args.
33568         (calc-embedded-subst): Use math-multi-subst-rec to substitute
33569         variables.
33571 2005-03-10  Nick Roberts  <nickrob@snap.net.nz>
33573         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
33574         Use message-box.
33576         * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
33577         (tooltip-activate-mouse-motions-if-enabled): Use dolist.
33578         (tooltip-gud-tips): Simplify.
33579         (tooltip-gud-tips-p): Remove superfluous :set.
33580         (tooltip-gud-modes): Add fortran-mode.
33581         (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
33583         * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
33585 2005-03-09  Kim F. Storm  <storm@cua.dk>
33587         * play/animate.el (animate-place-char): Use forward-line instead
33588         of next-line to improve performance.
33590 2005-03-09  Simon Josefsson  <jas@extundo.com>
33592         * net/browse-url.el (browse-url-default-browser): Doc fix.
33594 2005-03-09  Miles Bader  <miles@gnu.org>
33596         * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
33597         (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
33599 2005-03-09  Kenichi Handa  <handa@m17n.org>
33601         * international/latin-1.el: Set case and syntax for 255 only if
33602         set-case-syntax-set-multibyte is nil.
33604         * textmodes/ispell.el (ispell-insert-word): New function.
33605         (ispell-word): Use ispell-insert-word to insert a new word.
33606         (ispell-process-line): Likewise.
33607         (ispell-complete-word): Likewise.
33609 2005-03-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
33611         * calendar/calendar.el (redraw-calendar): Preserve point.
33612         Reported by Matt Hodges <MPHodges@member.fsf.org>.
33613         (calendar-week-start-day): Move after definition of
33614         redraw-calendar.  Delete buffer test, since redraw-calendar has
33615         that now.
33617         * calendar/diary-lib.el (mark-diary-entries): Only call
33618         redraw-calendar in the first of any recursive calls.
33619         Reported by Alan Shutko <ats@acm.org>.
33621 2005-03-08  Juri Linkov  <juri@jurta.org>
33623         * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
33624         (html-horizontal-rule, html-line, html-image, html-checkboxes)
33625         (html-radio-buttons): Add a space before the trailing `/>' where
33626         sgml-xml-mode is non-nil.
33627         (sgml-delete-tag): Check if the tag ends with `/>' to not delete
33628         the subsequent tag of the empty XML tag.
33629         (html-href-anchor): Don't set initial input to "http:".
33630         (html-image): Ask for the image URL and set point inside alt="".
33631         (html-name-anchor): Duplicate the name in the `id' attribute when
33632         sgml-xml-mode is non-nil.
33633         (html-paragraph): Remove \n before <p>.
33634         (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
33635         instead of `checked' when sgml-xml-mode is non-nil.
33637         * facemenu.el (list-colors-print): Print #RRGGBB in default face.
33638         Remove 1 space before #RRGGBB to not truncate it on terminal
33639         windows w/o fringes.  Remove 1 space between bg and fg examples
33640         to get more space.
33641         (list-colors-duplicates): Replace `and' with `if' for `boundp' to
33642         avoid byte-compile warnings.
33644         * image-file.el (image-file-handler): Put `safe-magic' property to
33645         `image-file-handler'.
33647         * info.el (Info-isearch-search): Emulate word search in
33648         isearching through multiple Info nodes with Info-search.
33649         (Info-isearch-wrap): Allow isearch-word.
33651 2005-03-08  Lute Kamstra  <lute@gnu.org>
33653         * emacs-lisp/debug.el (debugger-step-through): Make sure that
33654         stepping into the debugger's code is not possible.
33655         (debugger-jumping-flag): Docstring update.
33657 2005-03-08  Jay Belanger  <belanger@truman.edu>
33659         * calc/calc-embed.el (calc-do-embedded): Reset mode line when
33660         embedded mode begins.
33661         (calc-embedded-language-alist): New variable.
33662         (calc-embedded-find-modes): Use calc-embedded-language-alist to
33663         set default language mode.
33665 2005-03-08  Kenichi Handa  <handa@m17n.org>
33667         * international/ccl.el (define-ccl-program): Fix docstring about
33668         extra 256 bytes assured for the output buffer.
33670         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
33671         Fix BUFFER_MAGNIFICATION to 2.
33672         (ccl-encode-mule-utf-16be-with-signature): Likewise.
33674 2005-03-07  Karl Chen  <quarl@cs.berkeley.edu>
33676         * align.el (align-rules-list): Added an alignment rule for CSS
33677         declarations (applies to css-mode and html-mode buffers).
33679 2005-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
33681         * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
33683 2005-03-07  Kim F. Storm  <storm@cua.dk>
33685         * simple.el (move-beginning-of-line): New command.
33687         * bindings.el (global-map): Bind C-a to move-beginning-of-line.
33689         * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
33691         * emulation/cua-base.el: Put CUA move property on move-end-of-line
33692         and move-beginning-of-line.
33694         * apropos.el (apropos-print): Omit command from M-x ... RET.
33696 2005-03-07  Nick Roberts  <nickrob@snap.net.nz>
33698         * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
33699         (gdb-send, gdb-send-item): Log items sent from gdb-send too.
33701 2005-03-06  Richard M. Stallman  <rms@gnu.org>
33703         * bindings.el (esc-map): Bind M-g to goto-line.
33705         * facemenu.el (global-map): Bind M-o, not M-g.
33707 2005-03-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
33709         * menu-bar.el (menu-bar-file-menu): Add the same :enable to
33710         "Open Directory" as for "Open File".
33712 2005-03-06  Chong Yidong  <cyd@stupidchicken.com>
33714         * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
33715         (push-mark-command): Run activate-mark-hook.
33717 2005-03-06  Richard M. Stallman  <rms@gnu.org>
33719         * help-mode.el (help-mode-finish): Don't alter the element
33720         in view-return-to-alist if there already is one.
33722         * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
33723         make sure the current buffer is the expected one.
33725         * novice.el (disabled-command-function): Output in *Disabled Command*.
33726         Explicitly ignore non-keyboard events, and explicitly handle C-g.
33728         * textmodes/flyspell.el (flyspell-large-region):
33729         Pass args differently for aspell.
33731         * files.el (mode-require-final-newline): Doc fix.
33733 2005-03-03  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
33735         * progmodes/which-func.el (which-function):
33736         Specify NOERROR when calling imenu--make-index-alist.
33738 2005-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
33740         * simple.el (normal-erase-is-backspace): Define default value.
33742         * custom.el (custom-theme-set-variables): Remove unused var
33743         `immediate'.
33744         (custom-reevaluate-setting): Simple function to handle variables
33745         that are defined before their default value can really be
33746         computed.
33748         * startup.el (command-line): Use it for temporary-file-directory,
33749         small-emporary-file-directory, auto-save-file-name-transforms,
33750         blink-cursor-mode, and normal-erase-is-backspace.
33752         * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
33753         progress, even with buggy anchored keywords.
33755 2005-03-05  Luc Teirlinck  <teirllm@auburn.edu>
33757         * simple.el (goto-line): Remove unbalanced final parenthesis.
33759 2005-03-05  Richard M. Stallman  <rms@gnu.org>
33761         * simple.el (goto-line): Use a number at point as the default.
33762         With C-u as arg, switch buffers.
33764 2005-03-05  Juri Linkov  <juri@jurta.org>
33766         * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
33767         with `no-blinking-cursor'.
33769         * startup.el (no-blinking-cursor): New defvar.
33770         (command-line): Add `--no-blinking-cursor' to longopts.
33771         Set `no-blinking-cursor' to t for command line arguments
33772         -Q, -nbc, --no-blinking-cursor.  Replace `emacs-quick-startup'
33773         with `no-blinking-cursor' in the condition for calling
33774         `blink-cursor-mode'.
33776 2005-03-04  Luc Teirlinck  <teirllm@auburn.edu>
33778         * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
33779         (menu-bar-options-save): Add blink-cursor-mode.
33780         (menu-bar-options-menu): Add blink-cursor-mode.
33782 2005-03-04  Ulf Jasper  <ulf.jasper@web.de>
33784         * calendar/icalendar.el (icalendar-version): Increase to 0.11.
33785         (icalendar-export-file, icalendar-export-region)
33786         (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
33787         (icalendar--convert-ical-to-diary): Fix problem with DURATION.
33789 2005-03-04  Lute Kamstra  <lute@gnu.org>
33791         * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
33792         (debug-function-list): Ditto.
33794 2005-03-04  Robert J. Chassell  <bob@rattlesnake.com>
33796         * textmodes/texinfmt.el (texinfo-append-refill):
33797         Redefine the types of line to which @refill
33798         is not appended by replacing a search for `@refill\\|@bye' with
33799         `@refill\\|^[ \t]*@'.  The intent is to solve both the `@end
33800         itemize@refill' bug and the unfilled long lines bug.
33801         (texinfmt-version): Update number and date.
33803 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
33805         * international/code-pages.el (windows-1250, windows-125[2-8])
33806         (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
33808 2005-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
33810         * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
33811         bound yet.
33813 2005-03-02  Romain Francoise  <romain@orebokech.com>
33815         * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
33816         buffer after removing limits.
33817         (ibuffer-pop-filter): Ditto.
33818         Update copyright.
33820 2005-03-02  Miles Bader  <miles@gnu.org>
33822         * button.el (make-text-button): If the user doesn't specify a
33823         type, use the default.  Rewrite to use `add-text-properties' and
33824         plist functions.
33826 2005-03-01  Lute Kamstra  <lute@gnu.org>
33828         * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
33829         (debugger-jumping-flag): New var.
33830         (debug-entry-code): Use it.
33831         (debugger-jump): Use debugger-jumping-flag and add
33832         debugger-reenable to post-command-hook.
33833         (debugger-reenable): Use debugger-jumping-flag and remove itself
33834         from post-command-hook.
33835         (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
33836         debugger-reenable.
33838 2005-03-01  Robert J. Chassell  <bob@rattlesnake.com>
33840         * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
33841         inclusion of "itemize\\|", which may be unnecessary, is certainly
33842         inelegant, and stops refilling in itemize lists when formatting
33843         Japanese Texinfo files to Info.
33844         Update copyright to 2005.
33846 2005-03-01  Nick Roberts  <nickrob@snap.net.nz>
33848         * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
33849         of an error if GDB can't find the source file.
33851 2005-03-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
33853         * calendar/calendar.el (redraw-calendar): Work from any buffer,
33854         not just the calendar.
33856         * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
33857         first.
33858         (diary-redraw-calendar): New function.
33859         (make-diary-entry): Add diary-redraw-calendar to local
33860         write-contents-functions.  Turn off selective display before
33861         inserting in diary.
33863 2005-03-01  Kim F. Storm  <storm@cua.dk>
33865         * emacs-lisp/copyright.el (copyright-fix-years): New command.
33867 2005-03-01  Lute Kamstra  <lute@gnu.org>
33869         * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
33870         that debug-entry-code can be safely removed from a function while
33871         this code is being evaluated.  Revert the 2005-02-27 change as the
33872         new implementation no longer requires it.  Make sure that a
33873         function body containing just a string is not mistaken for a docstring.
33874         (debug): Skip one more frame in case of debug on entry.
33875         (debugger-setup-buffer): Delete one more frame line in case of
33876         debug on entry.
33877         (debugger-frame-number): Update to use the new text introduced by
33878         the 1999-11-03 change.  Skip one more frame in case of debug on entry.
33880 2005-02-28  Kim F. Storm  <storm@cua.dk>
33882         * double.el (double-translate-key): Call force-window-update after
33883         read-event to avoid crash in redisplay.
33885 2005-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
33887         * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
33888         (debug): Use it.  Move the inhibit-trace earlier.
33889         (debug-entry-code): New const.
33890         (debug-on-entry-1): Use it.
33892 2005-02-28  Chong Yidong  <cyd@stupidchicken.com>
33894         * international/utf-16.el (ccl-encode-mule-utf-16le):
33895         Fix BUFFER_MAGNIFICATION to 2.
33896         (ccl-encode-mule-utf-16be): Likewise.
33898 2005-02-28  Kenichi Handa  <handa@m17n.org>
33900         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
33901         Fix BUFFER_MAGNIFICATION to 4.
33902         (ccl-encode-mule-utf-16be-with-signature): Likewise.
33904 2005-02-28  Nick Roberts  <nickrob@snap.net.nz>
33906         * speedbar.el (speedbar-update-flag): Doc fix.
33907         (speedbar-show-info-under-mouse): Give set-mouse-position the right
33908         argument.
33910 2005-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
33912         * reveal.el (reveal-post-command): Don't try to reveal overlays which
33913         have a non-nil `invisible' property but are actually visible.
33915         * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
33916         for perldoc sections.
33917         (perl-outline-regexp, perl-outline-level): New var and function.
33918         (perl-mode): Use them.
33920 2005-02-27  Glenn Morris  <gmorris@ast.cam.ac.uk>
33922         * calendar/diary-lib.el (diary-remind): Discard any mark portion
33923         from diary-entry.  Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
33925 2005-02-27  Luc Teirlinck  <teirllm@auburn.edu>
33927         * cus-edit.el: Comment change.
33928         (custom-buffer-create-internal): Slightly reword text at top of
33929         Custom buffers.  Mention there that saving an option edits the
33930         init file.  Add link to Emacs manual node on `custom-file'.
33931         (custom-magic-alist): Rewrite individual State messages to use
33932         capitalized keywords.  Doc fix.
33934 2005-02-27  Matt Hodges  <MPHodges@member.fsf.org>
33936         * calendar/calendar.el (calendar-buffer): Move above
33937         calendar-week-start-day.
33938         (calendar-week-start-day): Doc fix.  Add :set function.
33939         (calendar-minimum-window-height): New variable.
33940         (generate-calendar-window): Only resize window if selected-window
33941         is displaying the calendar buffer.  Use new variable
33942         calendar-minimum-window-height.
33943         (generate-calendar): Reword error message.
33944         (calendar-mode-map): Bind DEL to scroll-other-window-down.
33946 2005-02-27  Andreas Schwab  <schwab@suse.de>
33948         * vc.el (vc-do-command): Don't run command asynchronously when
33949         operating in a remote directory.
33951         * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
33952         change from sync with Tramp 2.0.47.
33954 2005-02-27  Richard M. Stallman  <rms@gnu.org>
33956         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
33958         * textmodes/flyspell.el (flyspell-mode-on):
33959         Call ispell-change-dictionary only if necessary.
33961         * emacs-lisp/re-builder.el (regexp-builder): New function.
33963         * register.el (describe-register-1): Explicitly handle
33964         yank-excluded-properties = t.
33966         * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
33967         (custom-magic-alist): Change the status descriptions again.
33968         (face widget-type): Total rewrite based on `restricted-sexp'
33969         to eliminate the confusing double hiding levels.
33971         * emacs-lisp/debug.el (debug-on-entry-1):
33972         If function body is empty, add nil as body form.
33974 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
33976         * emacs-lisp/trace.el (inhibit-trace): New var.
33977         (trace-make-advice): Use it.
33979         * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
33981 2005-02-26  Kim F. Storm  <storm@cua.dk>
33983         * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
33984         (mouse-on-link-p, mouse-drag-region-1): Use it.
33986 2005-02-25  Lute Kamstra  <lute@gnu.org>
33988         * replace.el (query-replace-read-from): Fix 2005-02-19 change.
33990 2005-02-24  Luc Teirlinck  <teirllm@auburn.edu>
33992         * frame.el (blink-cursor-mode): Add :group keyword.
33994 2005-02-24  Ulf Jasper  <ulf.jasper@web.de>
33996         * calendar/icalendar.el (icalendar--decode-isodatetime):
33997         New optional argument DAY-SHIFT.
33998         (icalendar-export-region): Fix coding-system-for-write.
33999         (icalendar--convert-ical-to-diary): Shift end-day of all-day
34000         events by one.
34002 2005-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
34004         * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
34006 2005-02-24  Kim F. Storm  <storm@cua.dk>
34008         * international/iso-acc.el (iso-accents-compose): Fix crash
34009         during redisplay.  Call force-window-update after read-event
34010         and delete-region to signal that window is not accurate.
34012 2005-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
34014         * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
34015         Remove unused and inexistent var `inhibit-trace'.
34016         (debugger-mode): Use run-mode-hooks.
34017         (debugger-list-functions): Add buttons; setup xref stack.
34019 2005-02-23  Richard M. Stallman  <rms@gnu.org>
34021         * calendar/appt.el (appt-time-msg-list): 3rd elt of each
34022         appointment says it was explicitly made.
34023         (appt-add): Set the 3rd element.
34024         (appt-make-list): Preserve explicit appointments.
34026         * subr.el (find-tag-default): Catch errors in forward-sexp.
34028 2005-02-23  Juri Linkov  <juri@jurta.org>
34030         * info.el (Info-isearch-search): New defcustom.
34031         (Info-isearch-search): Call the default isearch function
34032         when Info-isearch-search is nil.
34033         (Info-isearch-wrap): Use variable Info-isearch-search.
34035 2005-02-22  Luc Teirlinck  <teirllm@auburn.edu>
34037         * cus-edit.el: Comment change.
34039 2005-02-22  Kim F. Storm  <storm@cua.dk>
34041         * progmodes/hideif.el (hide-ifdef-use-define-alist):
34042         Use completing-read.  Suggested by Juan-Leon Lahoz Garcia.
34044 2005-02-22  Simon Josefsson  <jas@extundo.com>
34046         * net/browse-url.el (browse-url-netscape-new-window-is-tab):
34047         New variable.
34048         (browse-url-netscape): Use it.  Suggested by "Johann 'Myrkraverk'
34049         Oskarsson" <myrkraverk@users.sourceforget.net>.
34051 2005-02-22  Kim F. Storm  <storm@cua.dk>
34053         * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
34054         check that window of that event is the selected window.
34055         (mouse-drag-region-1): Compare mouse event window to selected
34056         window before setting point.
34058         * tooltip.el (tooltip-show-help-function): Pass event to
34059         mouse-on-link-p so it can check selected window.
34061 2005-02-22  Kenichi Handa  <handa@m17n.org>
34063         * ps-mule.el (ps-mule-header-string-charsets): Delete it.
34064         (ps-mule-show-warning): New function.
34065         (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
34066         characters are found.
34068         * ps-print.el (ps-header-footer-string): Return a list of header
34069         and footer strings.
34071 2005-02-21  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
34073         * pcvs.el (cvs-retrieve-revision): Fix thinko.
34075 2005-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
34077         * frame.el (blink-cursor-mode): Use define-minor-mode.
34079         * term/mac-win.el (function-key-map): Use char-names more consistently.
34080         (file-name-coding-system): Only set it for MacOS-9.  The other case is
34081         already handled in mule-cmds.el (where it also works when mac-win.el
34082         is not used).
34084 2005-02-21  Kenichi Handa  <handa@m17n.org>
34086         * international/mule.el (ctext-pre-write-conversion): Always use
34087         " *code-converting-work*" buffer for work.
34089         * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
34091 2005-02-20  Thien-Thi Nguyen  <ttn@gnu.org>
34093         * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
34095 2005-02-20  Jonathan Yavner  <jyavner@member.fsf.org>
34097         * ses.el (undo-more): Restore defadvice, but only the part that
34098         allows changes outside the restricted area of the buffer.
34100 2005-02-20  Kim F. Storm  <storm@cua.dk>
34102         * simple.el (line-move): Add fourth optional arg try-vscroll which
34103         must be set to perform auto-window-vscroll.
34104         When moving backwards and doing auto-window-vscroll, automatically
34105         vscroll to the last part of lines which are taller than the window.
34106         (next-line, previous-line): Set try-vscroll arg on line-move.
34108 2005-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
34110         * replace.el (query-replace, query-replace-regexp)
34111         (replace-string, replace-regexp): When operating on region, make
34112         the minibuffer prompt say so.
34114         * isearch.el (isearch-forward): Document isearch-query-replace and
34115         isearch-query-replace-regexp keybindings.
34117 2005-02-19  Jay Belanger  <belanger@truman.edu>
34119         * calc/calc-aent.el (math-read-token): Add local variable.
34121         * calc/calc-prog.el (calc-user-define-edit): Add local variable.
34122         (calc-edit-top): Move declaration to earlier in file.
34123         (calc-edit-macro-repeats): Add local variables.
34125         * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
34126         Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
34127         calcFunc-tanh.
34128         Adjust integration rule for calcFunc-tan.
34130 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
34132         * viper-cmd.el (viper-prefix-commands): Make into a defconst.
34133         (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
34134         (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
34135         (viper-skip-separators): Bug fix.
34136         (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
34137         particular major mode.
34138         (viper-del-backward-char-in-replace): Don't put deleted char on the
34139         kill ring.
34141         * viper-ex.el (viper-color-display-p): New function.
34142         (viper-has-face-support-p): Use viper-color-display-p.
34144         * viper-keym.el (viper-gnus-modifier-map): New keymap.
34146         * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
34148         * viper-util.el (viper-glob-unix-files): Fix shell status check.
34149         (viper-file-remote-p): Make equivalent to file-remote-p.
34151         * viper.el (viper-major-mode-modifier-list):
34152         Use viper-gnus-modifier-map.
34154 2005-02-19  David Kastrup  <dak@gnu.org>
34156         * subr.el (subregexp-context-p): Fix garbled doc string by adding
34157         quoting.
34159 2005-02-19  Jay Belanger  <belanger@truman.edu>
34161         * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
34162         Remove extra definitions.
34163         (calc-coth): New function.
34164         (calcFunc-cot): Fix `let'.
34166 2005-02-19  Eli Zaretskii  <eliz@gnu.org>
34168         * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
34169         the reasons we use "type pc" in these faces.
34171         * button.el (button): Ditto.
34173 2005-02-19  Michael Mauger  <mmaug@yahoo.com>
34175         * replace.el (query-replace-read-from): Set the value of
34176         query-replace-from-history-variable to handle the case of an empty
34177         string entered to accept the suggested default.
34179         * net/tramp.el (tramp-file-name-for-operation):
34180         Use dired-call-process instead of dired-call-process-command.
34182 2005-02-19  Jay Belanger  <belanger@truman.edu>
34184         * calc/calc-arith.el (math-trig-inverses, math-div-trig)
34185         (math-div-non-trig): New variables.
34186         (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
34187         (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
34188         (math-combine-prod, math-div-symb-fancy): Add simplifications for
34189         trig expressions.
34191 2005-02-19  Nick Roberts  <nickrob@snap.net.nz>
34193         * progmodes/gdb-ui.el (gdb-var-update-handler)
34194         (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
34195         for watch expressions,
34196         (gdb-var-create-handler): Don't set speedbar-update-flag.
34197         (gdb-post-prompt): Simplify test for speedbar.
34199 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
34201         * ediff.el (ediff-set-diff-overlays-in-one-buffer)
34202         (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
34203         we use the syntax table of the correct buffer.
34204         (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
34205         Felix Gatzemeier.
34207         * ediff-init.el (ediff-hide-face): Check for definedness of functions.
34208         (ediff-file-remote-p): Make synonymous with file-remote-p.
34209         In all deffaces ediff-*-face-*, use min-colors.
34211         * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
34212         ediff-recurse-to-subdirectories.
34213         (ediff-mark-if-equal): Check that the arguments are strings, use
34214         ediff-same-contents (after to Felix Gatzemeier).
34216         * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
34217         nil.
34219 2005-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
34221         * log-view.el (log-view-message-re): Fix up Subversion regexp.
34223 2005-02-18  David Kastrup  <dak@gnu.org>
34225         * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
34226         use `mark-active' when defined.
34228 2005-02-18  Kenichi Handa  <handa@m17n.org>
34230         * ps-print.el (ps-font-info-database): New entry
34231         ZapfChancery-MediumItalic with correct font name.  Fix font name
34232         of the entry Zapf-Chancery-MediumItalic.
34234 2005-02-16  Luc Teirlinck  <teirllm@auburn.edu>
34236         * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
34238 2005-02-16  Kim F. Storm  <storm@cua.dk>
34240         * ido.el (ido-fallback-command): Pass user input to fallback command.
34242 2005-02-16  Nick Roberts  <nickrob@snap.net.nz>
34244         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
34245         (gdb-find-file-hook): Add server prefix.
34247 2005-02-16  Richard M. Stallman  <rms@gnu.org>
34249         * replace.el (perform-replace): Pass new args to replace-highlight.
34250         (replace-highlight): Take region args,
34251         and pass them to isearch-lazy-highlight-new-loop.
34253         * novice.el (disabled-command-hook): Autoload the defalias
34254         and the make-obsolete-variable call.
34256         * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
34258         * isearch.el (isearch-lazy-highlight-start-limit)
34259         (isearch-lazy-highlight-end-limit): New variables limit
34260         the region for highlighting.
34261         (isearch-lazy-highlight-new-loop): New args BEG and END.
34262         (isearch-lazy-highlight-search): Use the new vars.
34263         (isearch-lazy-highlight-update): Likewise.
34265         * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
34267         * cus-start.el (all): Use default-boundp.
34269 2005-02-15  David Casperson  <casper@unbc.ca>  (tiny change)
34271         * menu-bar.el (menu-bar-select-frame): Handle current frame.
34273 2005-02-15  Luc Teirlinck  <teirllm@auburn.edu>
34275         * autorevert.el (auto-revert-stop-on-user-input)
34276         (auto-revert-verbose): Doc fixes.
34278 2005-02-15  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
34280         * international/mule-cmds.el (set-locale-environment): Remove call
34281         to set-selection-coding-system on Windows.
34283 2005-02-15  Jay Belanger  <belanger@truman.edu>
34285         * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
34286         calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
34287         calcFunc-coth.
34288         (math-simplify-sqrt): Add simplifications.
34290         * calc/calc-arith.el (math-real-if-arg-functions): Add functions
34291         to list.
34293         * calc/calc-ext.el: Add functions to autoloads.
34295         * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
34296         (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
34297         (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
34298         (math-csc-raw, math-cot-raw): New functions.
34300         * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
34302         * calc/calc-undo.el (calc-handle-undo): Remove prefix from
34303         the variable name in a message.
34305         * calc/calc-units.el: Add simplification rules for calcFunc-sec,
34306         calcFunc-csc, calcFunc-cot.
34308         * calc/calcalg2.el: Add derivative and integration rules for
34309         calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
34310         calcFunc-csch, calcFunc-coth.
34311         (math-do-integral-methods): Add to checks for when to use
34312         substitutions.
34314         * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
34316 2005-02-15  Lute Kamstra  <lute@gnu.org>
34318         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
34319         Add ;;;###autoload to `outline-regexp'.  Suggested by Stefan Monnier
34320         <monnier@iro.umontreal.ca>.
34321         (lisp-outline-level): Improve efficiency.  Suggested by David
34322         Kastrup <dak@gnu.org>.
34324 2005-02-15  Nick Roberts  <nickrob@snap.net.nz>
34326         * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
34327         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
34328         (gdb-set-gud-minor-mode-existing-buffers): New functions.
34329         (gdb-find-file-hook): New hook.  Add it to find-file-hook.
34330         (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
34332 2005-02-14  Luc Teirlinck  <teirllm@auburn.edu>
34334         * cus-start.el (all): Comment change.
34336 2005-02-14  Lute Kamstra  <lute@gnu.org>
34338         * cus-start.el (all): Check if symbol is void.
34340 2005-02-14  Carsten Dominik  <dominik@science.uva.nl>
34342         * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
34343         optional argument to \cite.
34345 2005-02-14  Richard M. Stallman  <rms@gnu.org>
34347         * cus-edit.el (custom-buffer-create-internal): Update help message.
34348         (custom-magic-alist): Update help messages.
34350         * cus-start.el (all): Allow a var to specify a standard value.
34352 2005-02-12  Luc Teirlinck  <teirllm@auburn.edu>
34354         * custom.el (custom-theme-set-variables): Handle variable aliases.
34356         * frame.el (blink-cursor-timer): Doc fix.
34357         (blink-cursor): Make it an alias for `blink-cursor-mode' and
34358         declare obsolete.
34359         (blink-cursor-mode): Define with defcustom and use correct
34360         standard expression in that defcustom.
34361         * startup.el (command-line): Adapt to above changes in frame.el.
34363 2005-02-11  Lute Kamstra  <lute@gnu.org>
34365         * apropos.el (apropos-score-doc): Prevent division by zero.
34367 2005-02-11  Ulf Jasper  <ulf.jasper@web.de>
34369         * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
34370         (icalendar--get-event-property-attributes)
34371         (icalendar--get-event-properties)
34372         (icalendar--datetime-to-diary-date): New functions.
34373         (icalendar--split-value): Doc fix.
34374         (icalendar--datetime-to-noneuropean-date)
34375         (icalendar--datetime-to-european-date): New optional argument
34376         SEPARATOR.  Return result as a string instead of a list.
34377         (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
34378         (icalendar--convert-string-for-export): Rename arg S to STRING.
34379         (icalendar-export-region): Doc fix.  Change name of error buffer.
34380         Save output buffer.
34381         (icalendar-import-file): Add blank at end of prompt.
34382         (icalendar-import-buffer): Doc fix.  Do not switch to error
34383         buffer.  Indicate status in return value.
34384         (icalendar--convert-ical-to-diary): Doc fix.  Change name of error
34385         buffer.  Save output buffer.  Handle exception from recurrence
34386         rules (EXDATE, EXRULE).  Handle start- and end-date of recurring
34387         events.  Fix problems with weekly all-day events.
34389 2005-02-10  Richard M. Stallman  <rms@gnu.org>
34391         * simple.el (eval-expression-print-format):
34392         Avoid warning about edebug-active.
34394         * help.el (help-for-help-internal): Rename from help-for-help.
34395         (help-for-help): Define with defalias.
34397         * font-core.el (font-lock-default-function): Use with-no-warnings.
34399         * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
34401         * custom.el (defface): Doc fix.
34403 2005-02-10  Nick Roberts  <nickrob@snap.net.nz>
34405         * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
34406         width 0" to prevent word wrapping problems.
34408 2005-02-09  Kim F. Storm  <storm@cua.dk>
34410         * ido.el (ido-file-extensions-order): New defcustom.
34411         (ido-file-extension-lessp, ido-file-extension-aux)
34412         (ido-file-extension-order): New advanced file ordering.
34413         (ido-file-lessp): New simple file ordering.
34414         (ido-sort-list): Remove.
34415         (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
34416         (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
34418 2005-02-08  Dan Nicolaescu  <dann@ics.uci.edu>
34420         * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
34421         that some versions of grep produce.
34422         (grep-mode-font-lock-keywords): Likewise.
34424 2005-02-09  Nick Roberts  <nickrob@snap.net.nz>
34426         * progmodes/gdb-ui.el (gdb-location-list): New variable.
34427         (gdb-cdir): Delete.
34428         (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
34429         (gdb-source-info): Treat case when source file is in another
34430         directory properly.
34431         (gdb-get-location): New function.
34433 2005-02-07  Jay Belanger  <belanger@truman.edu>
34435         * calc/calc-prog.el (calc-write-parse-table-part)
34436         (calc-fix-token-name): Fix a check for language type.
34438         * calc/calccomp.el (math-compose-expr): Fix a check for language type.
34440 2005-02-07  Andre Spiegel  <spiegel@gnu.org>
34442         * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
34443         as directory not writable.
34445 2005-02-07  Kim F. Storm  <storm@cua.dk>
34447         * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
34448         (cua--standard-movement-commands): Remove list.
34449         Instead, set CUA property value to move for movement commands.
34450         (cua-movement-commands): Remove.  Users must set CUA prop instead.
34451         (cua--pre-command-handler): Check CUA property.
34452         (cua--init-keymaps): Don't remap undo commands.
34453         (cua-mode): Don't call cua--rectangle-on-off.
34455         * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
34456         (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
34457         (cua--rect-undo-set-point): New var.
34458         (cua--rectangle-undo-boundary): Setup undo apply entry.
34459         (cua--rect-undo-handler): New function for rectangle undo.
34460         (cua--rect-start-position, cua--rect-end-position): Add.
34461         (cua--rectangle-post-command): Call cua--rectangle-set-corners
34462         for restored rectangle.  Set point if cua--rect-undo-set-point.
34464 2005-02-06  Jay Belanger  <belanger@truman.edu>
34466         * calc/calc-lang.el (calc-tex-language): Display more information
34467         in messages.
34469         * calc/calccomp.el (math-compose-expr): Allow multiline matrices
34470         in TeX mode.
34472 2005-02-06  Richard M. Stallman  <rms@gnu.org>
34474         * emacs-lisp/lisp.el (buffer-end): Doc fix.
34476 2005-02-05  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
34478         * net/ldap.el (ldap-search-internal): Support attributes with
34479         optional descriptions separated by a semi-colon, as in
34480         "userCertificate;binary".
34482 2005-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
34484         * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
34485         isn't a cons (i.e. the version is 0).
34487 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
34489         * help.el (help-for-help): Doc fix.
34491 2005-02-05  Nick Roberts  <nickrob@snap.net.nz>
34493         * progmodes/gdb-ui.el: Update copyright.  Put GDB-Frames before
34494         GDB-Windows on the menu-bar as this works better.
34496 2005-02-04  Jay Belanger  <belanger@truman.edu>
34498         * calc/calc-embed.el (calc-embedded-update): Don't put in
34499         unnecessary newlines.  Adjust the end of formula marker.
34501         * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
34502         (math-latex-parse-two-args): New function.
34504 2005-02-03  Lute Kamstra  <lute@gnu.org>
34506         * help-fns.el (help-with-tutorial): Make sure that users cannot
34507         remove the entire text of the tutorial by means of `undo'.
34509 2005-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
34511         * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
34512         in recent changes, where the ispell process was repeatedly
34513         killed & restarted.
34515         * international/mule-cmds.el (set-locale-environment): Set file-name
34516         coding system to utf-8 on Darwin systems.
34517         (set-default-coding-systems): Don't set default-file-name-coding-system
34518         on Darwin systems.
34520 2005-02-03  Richard M. Stallman  <rms@gnu.org>
34522         * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
34524 2005-02-03  Matt Hodges  <MPHodges@member.fsf.org>
34526         * faces.el (list-faces-display): Add optional argument.
34528 2005-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
34530         * font-core.el (font-lock-default-function): Handle the rare case where
34531         only font-lock-keywords is set.
34533 2005-02-02  Kenichi Handa  <handa@m17n.org>
34535         * international/characters.el: Cancel previous change for
34536         I-WITH-DOT-ABOVE and DOTLESS-i.
34538         * international/latin-5.el: Cancel previous change.
34540 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
34542         * progmodes/gud.el: Correction to syntax in gud-menu-map.
34544 2005-02-02  Kenichi Handa  <handa@m17n.org>
34546         * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
34547         DOTLESS-i.
34549         * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
34550         Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
34552         * case-table.el (get-upcase-table): New function.
34553         (copy-case-table): Copy upcaes table too if non-nil.
34554         (set-case-syntax-delims): Maintain upcase table too.
34555         (set-case-syntax-pair): Likewise.
34556         (set-upcase-syntax, set-downcase-syntax): New functions.
34557         (set-case-syntax): Maintain upcase table too.
34559 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
34561         * progmodes/gdb-ui.el (gdb-goto-info): Delete.
34563         * progmodes/gud.el (gud-goto-info): New function.
34564         (gud-tool-bar-map): Use correct icon.
34566 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
34568         * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
34569         When delegating, order args in the funcall correctly.
34571 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
34573         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
34575 2005-02-01  Carsten Dominik  <dominik@science.uva.nl>
34577         * textmodes/reftex.el (reftex-access-scan-info): Error out in a
34578         buffer not visiting a file.
34580 2005-01-31  Jay Belanger  <belanger@truman.edu>
34582         * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
34583         bound on the line with the formula.
34585 2005-01-31  Kim F. Storm  <storm@cua.dk>
34587         * ses.el (ses-create-cell-variable-range)
34588         (ses-destroy-cell-variable-range, ses-reset-header-string)
34589         (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
34590         (ses-insert-row): Fix format of apply undo entries.
34592 2005-01-31  Jay Belanger  <belanger@truman.edu>
34594         * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
34595         parts.
34597         * calc/calc-embed.el (calc-embedded-open-formula)
34598         (calc-embedded-close-formula): Ignore matrix environments.
34600         * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
34601         TeX mode.
34603         * calc/calc-lang.el (math-function-table, math-oper-table)
34604         (math-variable-table): Adjust the LaTeX portions.
34606         * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
34607         (math-latex-ignore-words): New constant.
34609 2005-01-31  Richard M. Stallman  <rms@gnu.org>
34611         * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
34612         (ispell-local-dictionary): Doc fix.
34613         (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
34614         Don't reinitialize at run time.  Don't defcustom.
34615         All uses changed to append ispell-local-dictionary-alist,
34616         or check it first.
34617         (ispell-current-dictionary): New variable for dictionary in use.
34618         (ispell-dictionary): Now used only for global default.
34619         (ispell-start-process): Set ispell-current-dictionary,
34620         not ispell-dictionary.
34621         (ispell-change-dictionary): Use this only for setting
34622         user preferences.
34623         (ispell-internal-change-dictionary): New function
34624         to change the current dictionary in use.
34625         (ispell-region, ispell-process-line, ispell-buffer-local-dict):
34626         Use ispell-current-dictionary.
34627         Handle ispell-local-dictionary-overridden.
34628         (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
34630 2005-01-31  Jay Belanger  <belanger@truman.edu>
34632         * calc/calc-aent.el (math-read-token): Add support for LaTeX.
34634         * calc/calc-ext.el: Add calc-latex-language to autoloads.
34635         (calc-mode-map): Add calc-latex-language.
34637         * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
34638         (math-latex-print-frac): New functions.
34639         (math-oper-table, math-function-table, math-variable-table)
34640         (math-complex-format, math-input-filter): Add latex properties.
34641         (calc-set-language): Set math-expr-special-function-mapping.
34643         * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
34644         (calc-write-parse-table-part): Add LaTeX support.
34646         * calc/calc.el (calc-language): Adjust docstring.
34647         (calc-set-mode-line): Add LaTeX support.
34648         (math-expr-special-function-mapping): New variable.
34649         (math-tex-ignore-words): Add to list.
34651         * calc/calccomp.el (math-compose-expr, math-compose-rows):
34652         Add LaTeX support.
34653         (math-compose-expr): Add support for special functions.
34655         * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
34657 2005-01-31  Nick Roberts  <nickrob@snap.net.nz>
34659         * progmodes/gdb-ui.el (gdb-memory-address)
34660         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
34661         (gdb-memory-mode-map, gdb-memory-format-keymap)
34662         (gdb-memory-format-menu, gdb-memory-unit-keymap)
34663         (gdb-memory-unit-menu): New variables for a buffer
34664         that lets the user examine program memory.
34665         (gdb-memory-set-address, gdb-memory-set-repeat-count)
34666         (gdb-memory-format-binary, gdb-memory-format-octal)
34667         (gdb-memory-format-unsigned, gdb-memory-format-signed)
34668         (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
34669         (gdb-memory-format-menu-1, gdb-memory-unit-giant)
34670         (gdb-memory-unit-word, gdb-memory-unit-halfword)
34671         (gdb-memory-unit-byte, gdb-memory-unit-menu)
34672         (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
34673         (gdb-memory-mode, gdb-memory-buffer-name)
34674         (gdb-display-memory-buffer, gdb-frame-memory-buffer):
34675         New functions for above buffer.
34677 2005-01-30  Richard M. Stallman  <rms@gnu.org>
34679         * cus-edit.el (custom-bury-buffer): Function deleted.
34680         (custom-buffer-done-function): Option deleted.
34681         (custom-buffer-done-kill): New replacement option.
34682         (Custom-buffer-done): Call quit-window.
34683         (custom-buffer-create-internal): Update for above changes.
34685 2005-01-29  Luc Teirlinck  <teirllm@auburn.edu>
34687         * simple.el (undo-ask-before-discard): New var.
34688         (undo-outer-limit-truncate): Implement it.
34689         (undo-extra-outer-limit): Doc update.
34691 2005-01-29  Richard M. Stallman  <rms@gnu.org>
34693         * ses.el (undo-more): Delete defadvice.
34694         (ses-begin-change): Doc fix.
34696         * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
34697         instead of rebinding C-x u and C-_.
34699         * files.el (normal-backup-enable-predicate): Return nil for files
34700         in /tmp, regardless of temporary-file-directory.
34702         * man.el (Man-getpage-in-background): Disable undo in Man buffer.
34704         * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
34705         (open-rectangle, delete-whitespace-rectangle-line)
34706         (clear-rectangle-line): If FILL, pass t instead of FILL
34707         for move-to-column's 2nd arg.
34709         * simple.el (undo): Fix the test for continuing a series of undos.
34710         (undo-more): Set pending-undo-list to t when we reach end.
34711         (pending-undo-list): Move up defvar.
34713         * wid-edit.el (widget-button-click):
34714         Shorten the range of the track-mouse binding.
34716         * comint.el (comint-insert-input): Undo previous changes;
34717         use last-input-event in interactive spec.
34719 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
34721         * progmodes/compile.el (compilation-start): Bind buffer-read-only
34722         to nil before invoking call-process.  Reset buffer's modified flag
34723         after fontifying it in the no-async branch.
34725         * wid-edit.el (widget-specify-button): If mouse pointer shape
34726         cannot be changed, use mouse face instead.
34728 2005-01-29  Nick Roberts  <nickrob@snap.net.nz>
34730         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
34731         (gdb-goto-breakpoint): Make breakpoint handling work on template
34732         functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>.
34733         (gdb-assembler-custom): Update to recognize breakpoint information
34734         added on 2005-01-19.
34736 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
34738         * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
34739         (dsssl-mode): Use define-derived-mode.
34740         (scheme-mode-initialize): Remove.
34741         (scheme-mode): Use run-mode-hooks.
34743         * cus-edit.el (customize-group-other-window)
34744         (custom-buffer-create-other-window): Don't override special-display-*.
34745         (custom-mode-map): Make it dense.
34747         * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
34748         sets the default value.
34750 2005-01-28  Eli Zaretskii  <eliz@gnu.org>
34752         * descr-text.el: Add more keywords.
34754 2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
34756         * speedbar.el: Avoid unnecessary use of locate-library.
34758         * international/mule-cmds.el (standard-display-european-internal):
34759         Don't fiddle with latin-1 non-break space any more since it's now
34760         special cased in the C code.
34761         Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
34763 2005-01-26  Luc Teirlinck  <teirllm@auburn.edu>
34765         * cus-start.el (all): Add `undo-outer-limit'.
34767 2005-01-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
34769         * textmodes/bibtex.el (bibtex-format-entry):
34770         Use `bibtex-empty-field-re' only on the text of fields, not on entire
34771         field lines.
34772         (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
34773         not on part of a buffer.
34775 2005-01-25  Lute Kamstra  <lute@gnu.org>
34777         * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
34778         nonempty field text strings like "{letters\\macro{}more letters}".
34779         Clarify docstring.
34780         (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
34781         (bibtex-entry-offset, bibtex-parse-association)
34782         (bibtex-parse-field-name): Fix typos in docstrings.
34783         (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
34785 2005-01-24  Carsten Dominik  <dominik@science.uva.nl>
34787         * textmodes/reftex-global.el (reftex-isearch-push-state-function)
34788         (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
34789         (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
34790         (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
34792         * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
34793         isearch minor mode.
34795 2005-01-24  Luc Teirlinck  <teirllm@auburn.edu>
34797         * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
34799 2005-01-24  Lute Kamstra  <lute@gnu.org>
34801         * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
34802         CASECHARS and NOT-CASECHARS regular expressions of the
34803         "nederlands" and "nederlands8" dictionaries to prevent a "Range
34804         striding over charsets" error.
34806 2005-01-24  Jay Belanger  <belanger@truman.edu>
34808         * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
34809         display variable name.
34811 2005-01-24  Kenichi Handa  <handa@m17n.org>
34813         * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
34814         Fix setting of the element of encoded-kbd-iso2022-invocations.
34816 2005-01-24  Nick Roberts  <nickrob@snap.net.nz>
34818         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
34819         (gdb-threads-select): Change to also accept mouse events.
34820         (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
34821         (gdb-threads-mouse-select): Delete.
34823 2005-01-23  Luc Teirlinck  <teirllm@auburn.edu>
34825         * files.el (insert-directory): Take care of empty directory,
34826         listed without -a switch.
34828 2005-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
34830         * textmodes/refill.el (refill-post-command-function):
34831         Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
34832         to the list of functions that we should be careful not to undo.
34833         (refill-late-fill-paragraph-function): Remove.
34834         (refill-saved-state): New var.
34835         (refill-mode): Use it to save fill-paragraph-function.
34836         Save also the value of auto-fill-function.
34838         * term/w32-win.el: Simplify code.
34840 2005-01-23  Kim F. Storm  <storm@cua.dk>
34842         * simple.el (line-move): Adapt to new return value from
34843         pos-visible-in-window-p.
34845         * simple.el (line-move): Fix last change.  Check partial
34846         visibility at point rather than at window-start.
34848 2005-01-22  Jason Rumney  <jasonr@gnu.org>
34850         * term/w32-win.el (xw-defined-colors): Remove debug-message.
34852 2005-01-22  David Kastrup  <dak@gnu.org>
34854         * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
34856 2005-01-22  Eli Zaretskii  <eliz@gnu.org>
34858         * type-break.el (type-break-mode): Add a test for
34859         type-break-file-name being non-nil.
34861 2005-01-22  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
34863         * net/eudc.el (top level): Call (message "") via progn, so that
34864         eudc-options-file is loaded.
34866 2005-01-22  Kim F. Storm  <storm@cua.dk>
34868         * simple.el (line-move-1): Rename from line-move.
34869         (line-move): New function that adjusts vscroll for partially
34870         visible rows, and calls line-move-1 otherwise.
34872 2005-01-21  Ren\e,Ai\e(B Kyllingstad  <listmailxemacs@kyllingstad.com>
34874         * pcomplete.el: Define pcomplete-read-event instead of read-event,
34875         since it's not a complete read-event implementation.
34877 2005-01-20  Jay Belanger  <belanger@truman.edu>
34879         * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
34880         for called function.
34882 2005-01-20  Steven Tamm  <steventamm@mac.com>
34884         * term/mac-win.el (process-connection-type): Remove.
34885         Controlled now by s/darwin.h:PTY_ITERATION.
34887 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
34889         * window.el (handle-select-window): Don't switch window when we're
34890         in the minibuffer.
34892 2005-01-10  Paul Pogonyshev  <pogonyshev@gmx.net>
34894         * subr.el (dotimes-with-progress-reporter): New macro.
34896         * ses.el (ses-dotimes-msg): Remove macro.
34897         Use `dotimes-with-progress-reporter' instead.
34899 2005-01-19  Steven Tamm  <steventamm@mac.com>
34901         * term/mac-win.el (process-connection-type): Use new
34902         operating-system-release variable to use ptys on Darwin 7 (OS X
34903         10.3) when using carbon build.
34905 2005-01-19  Jay Belanger  <belanger@truman.edu>
34907         * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
34908         flags if the last command was a tab or M-tab.
34910         * calc/calc-prog.el (calc-user-define-edit): Put original formula
34911         in formula editing buffer.
34913 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
34915         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
34916         breakpoint image symbol in margin.
34918 2005-01-19  Jay Belanger  <belanger@truman.edu>
34920         * calc/calc-prog.el (calc-execute-kbd-macro):
34921         Ignore calc-keep-arg-flag.
34923 2005-01-19  Kenichi Handa  <handa@m17n.org>
34925         * textmodes/ispell.el (ispell-looking-at): New function.
34926         (ispell-process-line): Use ispell-looking-at to compare the ispell
34927         output and the buffer contents.
34929 2005-01-18  Jay Belanger  <belanger@truman.edu>
34931         * calc/calc.el (calc-display-raw): Fix docstring.
34933 2005-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
34935         * simple.el (blink-matching-open): Strip extra info from syntax.
34937         * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
34938         funny chars in the end-of-here-doc marker.
34940 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
34942         * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
34943         that enable/disabled state of breakpoints is shown correctly in
34944         fringe and on ttys.
34945         (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
34946         Add breakpoint information as text properties.
34947         (gdb-mouse-toggle-breakpoint):
34948         Rename to gdb-mouse-set-clear-breakpoint.
34949         (gdb-mouse-toggle-breakpoint): New function.  Enable/disable
34950         breakpoints in the margin.
34951         (gdb-remove-strings): Simplify.
34953 2005-01-17  Jay Belanger  <belanger@truman.edu>
34955         * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
34956         erasing buffer.
34958 2005-01-17  Richard M. Stallman  <rms@gnu.org>
34960         * progmodes/grep.el (grep-find): Copy from `grep' the condition
34961         for calling grep-compute-defaults.
34963         * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
34964         if buffer is empty.
34966         * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
34968 2005-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
34970         * hilit-chg.el (highlight-changes-mode): Don't autoload.
34972         * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
34973         non-preloaded variables.
34975 2005-01-17  Steven Tamm  <steventamm@mac.com>
34977         * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
34978         tex-shell cause to force interactivity when using pipes.
34980 2005-01-17  Kim F. Storm  <storm@cua.dk>
34982         * simple.el (just-one-space): Make arg optional.
34984 2005-01-17  Nick Roberts  <nickrob@snap.net.nz>
34986         * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
34987         posn-at-x-y to t to access left-margin.
34989 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
34991         Sync with Tramp 2.0.47.
34993         * net/tramp.el (tramp-operation-not-permitted-regexp): New defcustom,
34994         catching keep-date problems in cp/scp operations.
34995         (tramp-handle-copy-file): Don't call `set-file-modes'
34996         unconditionally.  Specialized functions should know better what is
34997         necessary.  This improves performance a little bit, and the
34998         functions could catch errors with `cp -p' and `scp -p'.
34999         (tramp-do-copy-or-rename-file-via-buffer)
35000         (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
35001         when appropriate.
35002         (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
35003         Call `set-file-modes' when appropriate.
35004         (tramp-action-out-of-band): Mask `scp -p' error.  Reported by Isak
35005         Johnsson <isak@hypergene.com>.
35006         (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
35007         of both Tramp buffer and debug buffer.  Reported by Joakim Verona
35008         <joakim@verona.se>.
35009         (tramp-file-name-for-operation): Mark `shell-command' as magic for
35010         Emacs only.
35012         * net/tramp-util.el (tramp-minor-mode): New minor mode.  Add it to
35013         `find-file-hooks' and `dired-mode-hook'.
35014         (tramp-minor-mode-map): Respective map.  Add remapping for
35015         `compile' and `recompile'.
35016         (tramp-remap-command, tramp-recompile): New defuns.
35017         (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
35018         in buffer "*Compilation*".  Call the commands asynchronously.
35020         * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
35021         (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
35022         `shell-command', because it isn't magic in XEmacs.  Reported by
35023         Adrian Aichner <adrian@xemacs.org>.
35025         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
35026         `substitute-in-file-name.
35027         (tramp-smb-handle-substitute-in-file-name): New defun.
35028         (tramp-smb-advice-PC-do-completion): Delete advice.
35030 2005-01-16  Kai Grossjohann  <kgrossjo@eu.uu.net>
35032         * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
35033         Fix error in deleting region.
35035 2005-01-15  Richard M. Stallman  <rms@gnu.org>
35037         * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
35038         In non-temp buffer, switch syntax table temporarily.
35040         * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
35042         * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
35044         * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
35046         * imenu.el (imenu--split-menu): Copy menulist before sorting.
35047         (imenu--generic-function): Use START, not BEG, as pos of definition.
35049         * simple.el (just-one-space): Argument specifies number of spaces.
35051         * simple.el (eval-expression-print-format): Avoid warning
35052         about edebug-active.
35054 2005-01-15  James R. Van Zandt  <jrvz@comcast.net>  (tiny change)
35056         * progmodes/sh-script.el: Code copied from make-mode.el
35057         with small changes,
35058         (sh-mode-map): Bind C-c C-\.
35059         (sh-backslash-column, sh-backslash-align): New variables.
35060         (sh-backslash-region, sh-append-backslash): New functions.
35062 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
35064         * mail/rmail.el: Updated to work with movemail from GNU Mailutils
35065         (rmail-pop-password, rmail-pop-password-required): Move to
35066         rmail-obsolete group.
35067         (rmail-set-pop-password): Rename to rmail-set-remote-password.
35068         All callers updated.
35069         (rmail-get-pop-password): Rename to rmail-get-remote-password.
35070         Take an argument specifying whether it is POP or IMAP mailbox we
35071         are using.  All callers updated.
35072         (rmail-pop-password-error): Rename to
35073         rmail-remote-password-error.  Added mailutils-specific error message.
35074         (rmail-movemail-search-path)
35075         (rmail-movemail-variant-in-use): New variables.
35076         (rmail-remote-password, rmail-remote-password-required):
35077         New customization variables.
35078         (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
35079         (rmail-parse-url): New function.
35080         (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
35081         with GNU mailutils movemail.
35083 2005-01-15  Kevin Ryde  <user42@zip.com.au>
35085         * info-look.el (c-mode/symbol): Add ^` to prefix, and change
35086         suffix to space, $ or '$, to correctly position point when going
35087         to @table style constants like DBL_MAX.
35089 2005-01-15  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
35091         * type-break.el (type-break-mode, type-break-file-time)
35092         (type-break-file-keystroke-count, type-break-choose-file):
35093         Don't store data in or load data from the file if type-break-file-name
35094         is nil.
35095         (type-break-file-name): Doc update as per the above.
35097 2005-01-15  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
35099         * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
35100         lookup-key might return nil; handle that.
35102 2005-01-15  Alan Mackenzie  <acm@muc.de>
35104         * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
35105         rather than the element found, thus enabling the tree to be setcar'd.
35107 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
35109         * textmodes/org.el (org-show-following-heading): New option.
35110         (org-show-hierarchy-above): Use `org-show-following-heading'.
35111         (org-cycle): Documentation fix.
35113         * textmodes/org.el (orgtbl-optimized): New option
35114         (orgtbl-mode): New command, a minor mode.
35115         (orgtbl-mode-map): New variable.
35116         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
35117         (orgtbl-error, orgtbl-self-insert-command)
35118         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
35120         * textmodes/org.el (org-mode): `org-table-may-need-update' is now
35121         a local variable in each org-mode buffer.
35123         * textmodes/org.el (org-set-regexps-and-options): Rename from
35124         `org-set-regexps'.  Added checking for STARTUP keyword.
35125         (org-get-current-options): Add STARTUP options.
35126         (org-table-insert-row): Make mode intelligent about when
35127         realignment is needed.
35128         (org-self-insert-command, org-delete-backward-char, org-delete-char):
35129         New commands.
35130         (org-enable-table-editor): New default value `optimized'.
35131         (org-table-blank-field): Support blanking regions if active.
35133 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
35135         * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
35136         if the year is not given.
35138         * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
35139         Add new escapes %m and %M, fixed bug with %F by adding
35140         save-match-data.
35141         (reftex-reference): Remove ?. from list of spaces.
35142         (reftex-label-info): Add automatic label prefix recognition.
35144         * textmodes/reftex-index.el (reftex-index-next-phrase):
35145         Add slave parameter to call of `reftex-index-this-phrase'.
35146         (reftex-index-this-phrase): New optional argument.
35147         (reftex-index-region-phrases): Add slave parameter to call of
35148         `reftex-index-this-phrase'.
35149         (reftex-display-index): New argument redo.
35150         (reftex-index-rescan): Add `redo' to arguments of
35151         `reftex-display-index'.
35152         (reftex-index-Rescan, reftex-index-revert)
35153         (reftex-index-switch-index-tag): Add `redo' to arguments of
35154         `reftex-display-index'.
35155         (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
35156         indexing.  Fix bug with matching is there is a quote before or
35157         after the word.
35159         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
35160         Fix bug when collecting citation keys in lines with comments.
35161         (reftex-citation): Prefix argument no longer rescans the document,
35162         but forces prompting for optional arguments of cite macros.
35163         (reftex-do-citation): Prompting for optional arguments implemented.
35165         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
35166         Add optional arguments to most cite commands.
35167         (reftex-cite-cleanup-optional-args): New option
35168         (reftex-cite-prompt-optional-args): New option.
35169         (reftex-trust-label-prefix): New option.
35171         * textmodes/reftex-toc.el (reftex-toc-find-section):
35172         Add push-mark before changing the position in the buffer.
35174         * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
35175         (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
35177 2005-01-14  Nick Roberts  <nickrob@snap.net.nz>
35179         * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
35180         more carefully.
35182 2005-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
35184         * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
35185         (sgml-mode): Use it.
35186         (sgml-get-context): Better keep track of implicitly closed tags.
35188 2005-01-13  Kenichi Handa  <handa@m17n.org>
35190         * textmodes/ispell.el: These changes are to fix misalignment error
35191         caused by equivalent characters of different Emacs charsets.
35192         (ispell-unified-chars-table): New variable.
35193         (ispell-get-decoded-string): New function.
35194         (ispell-get-casechars, ispell-get-not-casechars)
35195         (ispell-get-otherchars): Call ispell-get-decoded-string.
35197 2005-01-12  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
35199         * custom.el (custom-declare-variable): Just put symbol instead
35200         of (defvar . symbol) in `current-load-list'.
35202 2005-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
35204         * emacs-lisp/elint.el: Fixed typo in Commentary section.
35206 2005-01-12  Jay Belanger  <belanger@truman.edu>
35208         * calc/calc-help.el (calc-describe-key): Use temporary info buffer
35209         to create a Calc summary.
35211 2005-01-12  Kim F. Storm  <storm@cua.dk>
35213         * mouse.el (mouse-on-link-p): Change functionality and doc
35214         string to comply with latest description in lisp ref.
35216 2005-01-12  Nick Roberts  <nickrob@snap.net.nz>
35218         * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
35219         Enable mouse clicks on mode-line, header-line and margin.
35220         (event-type): Give mouse event symbols an `event-kind' property
35221         with value `mouse-click'.
35223 2005-01-12  Juri Linkov  <juri@jurta.org>
35225         * facemenu.el (list-colors-display): Add new arg buffer-name.
35226         Use it.  Fix docstring.  Replace code for identifying duplicate
35227         colors by the name with call to `list-colors-duplicates' which
35228         identifies duplicate colors by the value unless the color
35229         is one of special Windows colors.  Set truncate-lines to t.
35230         Print sorted duplicate color names on each line.  Indent to 22
35231         \(the longest color name in rgb.txt) instead of 20.  Optimize.
35232         (list-colors-duplicates): New function.
35233         (facemenu-color-name-equal): Delete function.
35235         * facemenu.el (list-colors-print): New function created from code
35236         in list-colors-display.  Print #RRGGBB at the window right edge.
35237         (list-colors-display): When temp-buffer-show-function is not
35238         defined, call list-colors-print from temp-buffer-show-hook
35239         to get the right value of window-width in list-colors-print
35240         after the buffer is displayed.
35242         * simple.el (pop-mark): Move deactivate-mark out of conditional
35243         part to deactivate the active mark regardless of the state of the
35244         mark ring.
35246         * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
35247         variables line in desktop files.
35249 2005-01-12  Juri Linkov  <juri@jurta.org>
35251         * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
35252         Bring together isearch highlight related options.
35253         (lazy-highlight): Replace group `replace' by `matching'.
35254         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
35255         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
35256         (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
35257         and declare them obsolete.
35258         (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
35259         (isearch-faces): Remove defgroup.
35260         (isearch-overlay, isearch-highlight, isearch-dehighlight):
35261         Move isearch highlighting code closer to lazy highlighting code.
35263         * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
35264         (query-replace-highlight, query-replace-lazy-highlight)
35265         (query-replace): Move definitions to the beginning of the file.
35267 2005-01-11  Juri Linkov  <juri@jurta.org>
35269         * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
35270         * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
35271         * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
35273         * info.el (Info-history-forward): New variable.
35274         (Info-select-node): Reset Info-history-forward to nil.
35275         (Info-last): Turn into defalias.
35276         (Info-history-back): Rename from Info-last.
35277         Add current node to Info-history-forward.
35278         (Info-history-forward): New fun.
35279         (Info-mode-map): Replace Info-last by Info-history-back.
35280         Bind Info-history-forward to "r".
35281         (Info-mode-menu): Replace Info-last by Info-history-back.
35282         Fix menu item text.  Add menu item for Info-history-forward.
35283         (info-tool-bar-map): Replace Info-last by Info-history-back.
35284         Replace its icon "undo" by "back_arrow".  Add icon "fwd_arrow"
35285         for Info-history-forward.
35286         (Info-mode): Replace Info-last by Info-history-back in docstring.
35287         Add local variable Info-history-forward.
35288         (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
35290 2005-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
35292         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
35293         (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
35294         Ignore select-window events rather than fiddle with
35295         mouse-autoselect-window.
35297 2005-01-11  Matthew Mundell  <matt@mundell.ukfsn.org>
35299         * type-break.el (type-break-mode): Fix previous change.
35301 2005-01-10  Jay Belanger  <belanger@truman.edu>
35303         * calc/calc-ext.el (calc-reset): Reset when inside embedded
35304         calculator; only reset when point is inside a calculator.
35305         Don't adjust the window height if the window takes up the whole height
35306         of the frame.
35308 2005-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
35310         * ebuff-menu.el (Electric-buffer-menu-mode):
35311         Preserve value of buffer-local var header-line-format.
35313 2005-01-09  Jay Belanger  <belanger@truman.edu>
35315         * calc/calc.el (calc-mode-var-list-restore-saved-values):
35316         Make sure settings file exists before accessing it.
35318         * calc/calc-embed.el (calc-embedded-subst):
35319         Replace math-multi-subst-rec, which is only supposed to be called
35320         by math-multi-subst, by math-multi-subst.
35322 2005-01-09  Andre Spiegel  <spiegel@gnu.org>
35324         * vc.el (vc-allow-async-revert): New user option.
35325         (vc-disable-async-diff): New internal variable.
35326         (vc-revert-buffer): Use them to disable asynchronous diff.
35328         * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
35329         (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
35330         asynchronously if vc-disable-async-diff is t.
35332 2005-01-09  Jay Belanger  <belanger@truman.edu>
35334         * calc/calc.el (defcalcmodevar): New macro.
35335         (calc-mode-var-list-restore-default-values)
35336         (calc-mode-var-list-restore-saved-values): New functions.
35337         (calc-mode-var-list): Use defcalcmodevar to define it.
35338         (calc-always-load-extensions, calc-line-numbering)
35339         (calc-line-breaking, calc-display-just, calc-display-origin)
35340         (calc-number-radix, calc-leading-zeros, calc-group-digits)
35341         (calc-group-char, calc-point-char, calc-frac-format)
35342         (calc-prefer-frac, calc-hms-format, calc-date-format)
35343         (calc-float-format, calc-full-float-format, calc-complex-format)
35344         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
35345         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
35346         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
35347         (calc-matrix-brackets, calc-language, calc-language-option)
35348         (calc-left-label, calc-right-label, calc-word-size)
35349         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
35350         (calc-display-raw, calc-internal-prec, calc-angle-mode)
35351         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
35352         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
35353         (calc-window-height, calc-display-trail, calc-show-selections)
35354         (calc-use-selections, calc-assoc-selections)
35355         (calc-display-working-message, calc-auto-why, calc-timing)
35356         (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
35357         (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
35358         (calc-gnuplot-default-device, calc-gnuplot-default-output)
35359         (calc-gnuplot-print-device, calc-gnuplot-print-output)
35360         (calc-gnuplot-geometry, calc-graph-default-resolution)
35361         (calc-graph-default-resolution-3d, calc-invocation-macro)
35362         (calc-show-banner): Use defcalcmodevar to declare them and set
35363         their default values.
35365         * calc/calc-ext.el (calc-reset): Restore saved values of variables
35366         instead of default values (but restore default values if there is
35367         an argument of 0).
35369 2005-01-09  David Kastrup  <dak@gnu.org>
35371         * desktop.el (desktop-restore-eager): Fix typo in type.
35373 2005-01-08  Richard M. Stallman  <rms@gnu.org>
35375         * cus-edit.el (customize): Delete :link.
35377 2005-01-08  Jay Belanger  <belanger@truman.edu>
35379         * calc/calc.el (calc-mode): Remove the extension from the
35380         `calc-settings-file' file name when loading it.
35382 2005-01-08  Kim F. Storm  <storm@cua.dk>
35384         * info.el (Info-mode-map, Info-next-link-keymap)
35385         (Info-prev-link-keymap, Info-up-link-keymap):
35386         Map follow-link to mouse-face.
35387         (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
35389 2005-01-08  Jay Belanger  <belanger@truman.edu>
35391         * calc/calc.el (calc-settings-file): Change default value.
35392         Suggested by cgw in a comment in calc-mode.el.
35394         * calc/calc-mode.el (calc-settings-file-name):
35395         Compare calc-settings-file to user-init-file instead of ~/.emacs.
35396         Replace ~/.emacs in a prompt by calc-settings-file.
35398 2005-01-07  Lars Hansen  <larsh@math.ku.dk>
35400         * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
35401         (desktop-lazy-idle-delay): New customizable variables.
35402         (desktop-buffer-args-list): New variable.
35403         (desktop-append-buffer-args): New function.
35404         (desktop-save): Call desktop-append-buffer-args for some buffers.
35405         (desktop-lazy-create-buffer): New function.
35406         (desktop-idle-create-buffers): New function.
35407         (desktop-read): Add message about buffers to restore lazily.
35408         (desktop-lazy-abort): New command.
35409         (desktop-clear): Call desktop-lazy-abort.
35410         (desktop-lazy-complete): New command.
35412 2005-01-06  Richard M. Stallman  <rms@gnu.org>
35414         * emacs-lisp/find-func.el (find-face-definition):
35415         Rename from find-face.
35417 2005-01-06  Kim F. Storm  <storm@cua.dk>
35419         * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
35421         * man.el (Man-xref-man-page, Man-xref-header-file)
35422         (Man-xref-normal-file): Add follow-link property.
35424 2005-01-06  Jay Belanger  <belanger@truman.edu>
35426         * calc/calc-units.el: Make sure the proper macro definitions are
35427         available when compiling.
35429 2005-01-06  Juri Linkov  <juri@jurta.org>
35431         * isearch.el (isearch-lazy-highlight-update):
35432         Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
35434 2005-01-06  Miles Bader  <miles@gnu.org>
35436         * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
35437         (isearch-lazy-highlight-face): Use new name.
35439 2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
35441         * uniquify.el (uniquify-rationalize-file-buffer-names):
35442         Re-add an interactive spec.
35443         (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
35444         to the same name.
35446         * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
35447         (isearch-update, isearch-done): Adjust calls accordingly.
35449 2005-01-05  Richard M. Stallman  <rms@gnu.org>
35451         * custom.el (custom-set-variables, custom-theme-set-variables):
35452         Clarify documentation.
35454         * emacs-lisp/find-func.el (find-variable)
35455         (find-variable-other-window, find-variable-other-frame):
35456         Fix the TYPE args to find-function-read and find-function-do-it.
35457         (find-function): Doc fix.
35458         (find-function-at-point): Replace function-at-point alias.
35460 2005-01-04  Richard M. Stallman  <rms@gnu.org>
35462         * cus-face.el (custom-declare-face):
35463         Record defface in current-load-list.
35465         * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
35467         * emacs-lisp/find-func.el: Doc fixes.
35468         (find-face-regexp): New variable.
35469         (find-function-regexp-alist): New variable.
35470         (find-function-C-source): Third arg is now TYPE.
35471         (find-function-search-for-symbol): Handle general TYPE.
35472         (find-function-read, find-function-do-it): Handle general TYPE.
35473         (find-definition-noselect, find-face): New functions.
35474         (function-at-point): Alias deleted.
35476 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
35478         * battery.el (display-battery-mode): Rename from display-battery.
35479         Handle the case where it gets turned off.
35481 2005-01-04  Richard M. Stallman  <rms@gnu.org>
35483         * cus-edit.el (customize): Make :link point to user doc.
35485         * man.el (Man-fontify-manpage): Turn off undo generation.
35487         * add-log.el (change-log-font-lock-keywords): Don't match just "From".
35489 2005-01-04  Andreas Schwab  <schwab@suse.de>
35491         * files.el (insert-directory): Only look for error lines in
35492         inserted text.  Don't move too far after processing --dired markers.
35494 2005-01-04  Richard M. Stallman  <rms@gnu.org>
35496         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
35497         Don't expand if the character is @, period, dash, etc.
35498         (define-mail-abbrev): Quote names that contain problem characters.
35500 2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
35502         * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
35504 2005-01-03  Richard M. Stallman  <rms@gnu.org>
35506         * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
35507         (query-replace-highlight, query-replace-lazy-highlight)
35508         (query-replace): Definitions moved up.  Doc fix.
35510 2005-01-03  Richard M. Stallman  <rms@gnu.org>
35512         * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
35513         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
35514         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
35515         (lazy-highlight-face): Rename from isearch-lazy-...
35516         Change all references to them.
35518 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
35520         * cus-edit.el (custom-file): Doc fix for defcustom.
35521         (custom-file): The function no longer sets the variable
35522         `custom-file' to its return value.
35524         * startup.el (command-line): No longer load `custom-file'.
35526 2005-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
35528         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
35530         * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
35531         Don't confuse module-prefixed identifiers for labels.
35532         Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
35534 2005-01-02  Richard M. Stallman  <rms@gnu.org>
35536         * files.el (basic-save-buffer-1): Fix previous change.
35538         * loadhist.el (file-loadhist-lookup): New function.
35539         (file-provides, file-requires): Use it.
35541         * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
35542         instead of calculating the right size.
35544 2005-01-02  Karl Chen  <quarl@cs.berkeley.edu>
35546         * vc-svn.el (vc-svn-diff): Stay local if possible.
35548 2005-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
35550         * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
35552         * files.el (hack-local-variables): Fix last change.
35554 2005-01-02  Jay Belanger  <belanger@truman.edu>
35556         * calc/calc-yank.el (calc-edit-top): New variable.
35557         (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
35558         object.  Change header properties.
35559         (calc-edit-finish, calc-edit-finish-stack-object)
35560         (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
35561         edited object.
35562         * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
35563         for the beginning of the edited object.
35564         * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
35565         for the beginning of the edited object.
35566         * calc/calc-prog.el (calc-edit-macro-finish-edit)
35567         (calc-finish-formula-edit, calc-macro-repeats)
35568         (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
35569         (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
35570         beginning of the edited object.
35571         (calc-user-define-edit): Change the header for editing macros.
35572         Remove unnecessary variable.
35574 2005-01-01  Jay Belanger  <belanger@truman.edu>
35576         * calc/calc-yank.el (calc-edit-mode): Change default header.
35577         (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
35578         * calc/calc-store.el (calc-edit-variable): Change title to match new
35579         header.
35580         * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
35581         mode to match new header.
35582         (calc-user-define-edit): Change titles to include names of commands.
35583         (calc-finish-formula-edit): Adjust to handle new header.
35584         (calc-finish-macro-edit): Remove.
35585         (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
35586         (calc-edit-macro-command, calc-edit-macro-command-type)
35587         (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
35588         (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
35589         (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
35590         (calc-edit-macro-finish-edit): New functions.
35591         (calc-user-define-edit): Use new functions to edit named calc macros.
35593 2005-01-01  Stefan Monnier  <monnier@iro.umontreal.ca>
35595         * files.el (hack-local-variables): Cleanup prefix/suffix matching.
35597         * ses.el (copy-region-as-kill): Deactivate mark.
35599 2005-01-01  Richard M. Stallman  <rms@gnu.org>
35601         * replace.el (occur-1): If the output buffer is also an input,
35602         don't kill it, rename it.
35604         * faces.el (set-face-background, set-face-foreground): Doc fix.
35606         * cus-face.el (custom-face-attributes): Fix :help-echo strings
35607         for :foreground and :background.
35609         * dired.el (dired-view-command-alist): Variable deleted.
35610         (dired-view-file, dired-mouse-find-file-other-window):
35611         Delete the code to use it.
35613 2005-01-01  Kim F. Storm  <storm@cua.dk>
35615         * image.el (insert-sliced-image): Use t for line-height property.
35617 See ChangeLog.11 for earlier changes.
35619 ;; Local Variables:
35620 ;; coding: iso-2022-7bit
35621 ;; add-log-time-zone-rule: t
35622 ;; End:
35624     Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
35626   This file is part of GNU Emacs.
35628   GNU Emacs is free software; you can redistribute it and/or modify
35629   it under the terms of the GNU General Public License as published by
35630   the Free Software Foundation; either version 3, or (at your option)
35631   any later version.
35633   GNU Emacs is distributed in the hope that it will be useful,
35634   but WITHOUT ANY WARRANTY; without even the implied warranty of
35635   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
35636   GNU General Public License for more details.
35638   You should have received a copy of the GNU General Public License
35639   along with GNU Emacs; see the file COPYING.  If not, write to the
35640   Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
35641   Boston, MA 02110-1301, USA.
35643 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1