Fix attribution.
[emacs.git] / lisp / ChangeLog
blobc1e597a6b15cb036f362668b4f976d681b3532e4
1 2007-10-25  Glenn Morris  <rgm@gnu.org>
3         * progmodes/f90.el (f90-indented-comment-re)
4         (f90-directive-comment-re, f90-break-delimiters):
5         * progmodes/fortran.el (fortran-comment-line-start-skip)
6         (fortran-directive-re):
7         * textmodes/conf-mode.el (conf-space-keywords): Mark these regexps
8         as safe if they are strings.
10 2007-10-25  Richard Stallman  <rms@gnu.org>
12         * progmodes/ps-mode.el (ps-mode-map): Delete C-c v binding.
14 2007-10-24  Richard Stallman  <rms@gnu.org>
16         * savehist.el (savehist-save): Omit unreadable elements.
18         * loadhist.el (unload-function-defs-list): Renamed from
19         unload-function-features-list.
20         (unload-feature-special-hooks, unload-feature): Doc fixes.
22         * indent.el (indent-to-left-margin): If point's in the indentation,
23         move to the end of the indentation.
25         * cus-edit.el (customize-changed-options): Make arg optional.
27 2007-10-24  Juanma Barranquero  <lekktu@gmail.com>
29         * bs.el (bs-select, bs-select-other-window): Fix typos in docstrings.
31 2007-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
33         * textmodes/css-mode.el: Require CL.
34         (comment-continue): Declare.
36         * subr.el (make-variable-frame-localizable): Remove.
37         (make-variable-frame-local): Mark obsolete.
39 2007-10-23  Juanma Barranquero  <lekktu@gmail.com>
41         * ibuf-ext.el (ibuffer-switch-to-saved-filters)
42         (ibuffer-switch-to-saved-filter-groups): Doc fixes.
44 2007-10-23  Chris Moore  <christopher.ian.moore@gmail.com>
46         * comint.el (comint-password-prompt-regexp):
47         Handle `[sudo] password'-style prompt.
49 2007-10-23  Glenn Morris  <rgm@gnu.org>
51         * progmodes/f90.el (f90-do-indent, f90-if-indent)
52         (f90-type-indent, f90-program-indent)
53         (f90-continuation-indent, f90-comment-region)
54         (f90-beginning-ampersand, f90-smart-end)
55         (f90-break-before-delimiters, f90-auto-keyword-case)
56         (f90-leave-line-no, f90-mode-hook):
57         Give an appropriate safe-local-variable property.
58         (f90-font-lock-keywords-2): Fix `go to' regexp.
60         * progmodes/fortran.el (fortran-tab-mode-default)
61         (fortran-tab-mode-string, fortran-do-indent, fortran-if-indent)
62         (fortran-structure-indent, fortran-continuation-indent)
63         (fortran-comment-indent, fortran-comment-line-extra-indent)
64         (fortran-comment-line-start)
65         (fortran-minimum-statement-indent-fixed)
66         (fortran-minimum-statement-indent-tab)
67         (fortran-comment-indent-char, fortran-line-number-indent)
68         (fortran-check-all-num-for-matching-do)
69         (fortran-blink-matching-if, fortran-continuation-string)
70         (fortran-comment-region, fortran-electric-line-number)
71         (fortran-column-ruler-fixed, fortran-column-ruler-tab)
72         (fortran-analyze-depth, fortran-break-before-delimiters):
73         Give an appropriate safe-local-variable property.
75 2007-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
77         * textmodes/tex-mode.el (tex-uptodate-p): Don't signal an error if one
78         of the subdirs is unreadable.
80 2007-10-22  Martin Rudalics  <rudalics@gmx.at>
82         * progmodes/fortran.el (fortran-mode-map, fortran-window-create):
83         Use window-full-width-p.
85 2007-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
87         * emulation/tpu-edt.el (tpu-edt-old-global-values): New var.
88         (tpu-edt-off): Use it.
89         (tpu-edt-on): Set it.  Make sure the tpu-global-map is not already on
90         the global-map before adding it to global-map.
92         * menu-bar.el (global-buffers-menu-map): New var.
93         (global-map, menu-bar-update-buffers): Use it.
94         * msb.el (msb-menu-bar-update-buffers): Use it.
95         (msb-sort-by-directory, msb--choose-menu, msb--mode-menu-cond)
96         (msb--most-recently-used-menu, msb--create-buffer-menu-2):
97         Use with-current-buffer.
99 2007-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
101         * hexl.el (hexl-menu): New major mode menu.
103 2007-10-20  Glenn Morris  <rgm@gnu.org>
105         * progmodes/f90.el (f90-font-lock-keywords-2)
106         (f90-looking-at-type-like): Fix regexp typos.
108 2007-10-19  Juanma Barranquero  <lekktu@gmail.com>
110         * bs.el (bs-mode): Add mode name (accidentally left out
111         in the 2007-10-16 change).
113 2007-10-19  Juanma Barranquero  <lekktu@gmail.com>
115         * bs.el (bs--track-window-changes): Don't refresh the whole list.
116         (bs-mode): Set mode-class property to special.
118         * follow.el (follow-unload-function): New function.
120         * loadhist.el (unload-function-features-list):
121         Rename from `unload-hook-features-list'.
122         (unload-hook-features-list): Add as obsolete alias.
123         (unload-feature): Use `unload-function-features-list'
124         and new FEATURE-unload-function.
126 2007-10-18  Juanma Barranquero  <lekktu@gmail.com>
128         * loadhist.el (unload-feature-special-hooks):
129         Update list of special hooks.
131         * textmodes/fill.el (fill-individual-paragraphs): Doc fix.
132         (adaptive-fill-function): Doc fix.  Remove * from docstring.
134 2007-10-18  Glenn Morris  <rgm@gnu.org>
136         * ibuf-ext.el (ibuffer-saved-filter-groups): Doc fix.
138 2007-10-17  Aaron Hawley  <aaronh@garden.org>
140         * tutorial.el (tutorial--save-tutorial): Display message when tutorial
141         position is not saved.
143 2007-10-17  Chong Yidong  <cyd@stupidchicken.com>
145         * longlines.el (longlines-wrap-follows-window-size): Integer value
146         specifies wrapping margin.
147         (longlines-mode, longlines-window-change-function):
148         Set window-specific wrapping margin based on the above.
150 2007-10-17  John Wiegley  <johnw@newartisans.com>
152         * eshell/esh-cmd.el (eshell-complex-commands): Add "ls".
154 2007-10-17  Glenn Morris  <rgm@gnu.org>
156         * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
157         Tweak regexp to avoid stack overflow.
159 2007-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
161         * simple.el (reindent-then-newline-and-indent): Don't assume that
162         indent-according-to-mode preserves point.
164 2007-10-16  Juanma Barranquero  <lekktu@gmail.com>
166         * bs.el (bs--window-config-coming-from): Revert 2006-11-09 change.
167         (bs--restore-window-config): Keep the selected frame.
168         (bs--track-window-changes, bs--remove-hooks): New functions.
169         (bs-mode): Use `define-derived-mode'.  Set hook to track window changes.
170         (bs--show-with-configuration): Revert 2006-11-09 change.
171         Don't reuse window unless it is visible on the selected frame.
172         Restore window configuration (possibly in a different frame)
173         before creating any window.
175 2007-10-16  Richard Stallman  <rms@gnu.org>
177         * emacs-lisp/advice.el (ad-get-advice-info): Change to a function.
178         (ad-get-advice-info-macro): New macro, like old ad-get-advice-info.
179         (ad-is-advised, ad-get-advice-info-field)
180         (ad-set-advice-info-field): Use ad-get-advice-info-macro.
182 2007-10-16  Glenn Morris  <rgm@gnu.org>
184         * simple.el (blink-matching-open): Don't report false errors with
185         the `$' syntax class.
187 2007-10-15  Juanma Barranquero  <lekktu@gmail.com>
189         * filesets.el (filesets-alist-get): Use `let' rather than `let*'.
190         (filesets-ormap, filesets-sort-case-sensitive-flag)
191         (filesets-remake-shortcut, filesets-ingroup-collect-files):
192         Fix typos in docstrings.
193         (filesets-data-get-name, filesets-data-get-data)
194         (filesets-data-set, filesets-cmd-query-replace-getargs)
195         (filesets-ingroup-collect, filesets-find-or-display-file): Doc fixes.
197 2007-10-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
199         * term/mac-win.el: Don't require url when compiling, as url-type is
200         no longer a macro.
202 2007-10-14  Glenn Morris  <rgm@gnu.org>
204         * progmodes/etags.el (select-tags-table): Disable undo in the
205         `*Tags Table List*' buffer.
207 2007-10-13  Eli Zaretskii  <eliz@gnu.org>
209         * dired.el (dired-warn-writable): New face.
210         (dired-warn-writable-face): New variable.
211         (dired-font-lock-keywords): Use dired-warn-writable-face, instead
212         of dired-warning-face, for group- and world-writable files.
214 2007-10-13  Glenn Morris  <rgm@gnu.org>
216         * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.
217         (octave-re-search-forward-kw, octave-re-search-backward-kw):
218         Add doc string, and an explicit COUNT argument.
219         (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
220         `inc' to search functions.
222 2007-10-13  John W. Eaton  <jwe@octave.org>
224         * progmodes/octave-mod.el (octave-looking-at-kw)
225         (octave-re-search-forward-kw, octave-re-search-backward-kw):
226         New functions.
227         (octave-in-defun-p, calculate-octave-indent)
228         (octave-blink-matching-block-open, octave-beginning-of-defun)
229         (octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
230         to search for regexps that contain case-sensitive keywords.
231         (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
232         (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
234 2007-10-13  Richard Stallman  <rms@gnu.org>
236         * files.el (directory-abbrev-alist): Doc fix.
238 2007-10-13  Jari Aalto  <jari.aalto@cante.net>
240         * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
242 2007-10-12  Martin Rudalics  <rudalics@gmx.at>
244         * frame.el (set-frame-configuration): Assign name parameter only
245         if it has been set explicitly before.
247         * window.el (handle-select-window): Revert part of 2007-10-06
248         change setting the input focus.
250 2007-10-12  Glenn Morris  <rgm@gnu.org>
252         * cus-edit.el (custom-variable-menu, custom-face-menu)
253         (custom-group-menu): Check init-file-user rather than
254         user-init-file, in case cus-edit is loaded by site-run-file.
256 2007-10-11  Juanma Barranquero  <lekktu@gmail.com>
258         * follow.el (follow-stop-intercept-process-output):
259         Use `follow-call-process-filter' rather than `process-filter'.
261 2007-10-11  Tom Tromey  <tromey@redhat.com>
263         * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
264         frame is visible.
266 2007-10-10  Richard Stallman  <rms@gnu.org>
268         * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
269         in *Backtrace*.
271         * faces.el (face-font-selection-order): Doc fix.
273         * loadhist.el (unload-feature): Doc fix.
275 2007-10-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
277         * ps-print.el: Fix the usage of :foreground and :background face
278         attributes.  Reported by Nikolaj Schumacher <n_schumacher@web.de>.
279         (ps-print-version): New version 6.7.6.
280         (ps-face-attributes, ps-face-attribute-list, ps-face-background):
281         Fix code.
282         (ps-face-foreground-color-p, ps-face-background-color-p)
283         (ps-face-color-p): New inline funs.
285 2007-10-10  Juanma Barranquero  <lekktu@gmail.com>
287         * follow.el: Change all instances of "Follow Mode" to "Follow
288         mode" in docstrings and messages.
290 2007-10-09  Juanma Barranquero  <lekktu@gmail.com>
292         * faces.el (face-font-selection-order): Doc fix.
294         * follow.el (follow-mode-hook, follow-mode): Doc fixes.
295         (follow-mode-off-hook): Mark as obsolete.
297 2007-10-08  Richard Stallman  <rms@gnu.org>
299         * emacs-lisp/edebug.el (edebug-install-custom-print-funcs)
300         (edebug-install-custom-print, edebug-reset-print-funcs)
301         (edebug-uninstall-custom-print, edebug-uninstall-custom-print-funcs):
302         Functions deleted.
303         (edebug-prin1, edebug-print, edebug-prin1-to-string)
304         (edebug-format, edebug-message): Define directly as aliases.
306 2007-10-08  Juanma Barranquero  <lekktu@gmail.com>
308         * follow.el (follow-mode): Don't run hooks twice.  Use `when'.
310 2007-10-07  Glenn Morris  <rgm@gnu.org>
312         * simple.el (bad-packages-alist): Clarify Semantic and CEDET
313         version numbers.
315 2007-10-06  Michael Albinus  <michael.albinus@gmx.de>
317         * net/tramp.el (tramp-completion-mode): Extend doc-string.
318         (tramp-completion-mode-p): Revert change from 2007-09-24.
319         Checking for `return' etc as last character is not sufficient, for
320         example in dired-mode when entering <g> (revert-buffer) or
321         <s> (dired-sort).
323 2007-10-06  Martin Rudalics  <rudalics@gmx.at>
325         * window.el (mouse-autoselect-window-cancel): Don't cancel for
326         select-window or select-frame events.
327         (handle-select-window): When autoselecting window set input
328         focus.  Restructure.
330         * frame.el (focus-follows-mouse): Moved to frame.c.
331         * cus-start.el (all): Add focus-follows-mouse.
333 2007-10-05  Chris Moore  <dooglus@gmail.com>
335         * server.el (server-kill-new-buffers): Doc fix.
337 2007-10-05  Juanma Barranquero  <lekktu@gmail.com>
339         * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
340         activate font-locking in the *buffer-selection* buffer.
341         (bs-show-sorted): Doc fix.
343         * bs.el (bs--get-marked-string, bs--get-modified-string)
344         (bs--get-readonly-string, bs--get-size-string, bs--get-name)
345         (bs--get-mode-name, bs-mode): Fix typos in docstrings.
346         (bs--format-aux): Doc fix.
348 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
350         * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
352 2007-10-04  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
354         * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
356 2007-10-04  Nick Roberts  <nickrob@snap.net.nz>
358         * progmodes/gud.el (gud-gud-gdb-command-name): New option.
359         (gud-gdb): New function for old M-x gdb (text command mode).
360         (gud-gdb-command-name, gdb): Move to...
362         * progmodes/gdb-ui.el: ...here and adapt doc string.
363         (gud-gdba-command-name, gdba): Delete.
365 2007-10-03  Juanma Barranquero  <lekktu@gmail.com>
367         * bs.el: Don't defvar `font-lock-verbose'.
368         (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
369         (bs--get-file-name): Fix typos in docstrings.
370         (bs--show-header): Use `dolist' instead of `mapcar'.
371         (bs-mode): Set `show-trailing-whitespace' to nil.
372         (bs-buffer-sort-function, bs-mouse-select-other-frame)
373         (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
374         Doc fixes.
376 2007-10-02  Adam Hupp  <adam@hupp.org>  (tiny change)
378         * progmodes/gdb-ui.el (pdb): Specify file for gud-break.
380 2007-10-02  Nick Roberts  <nickrob@snap.net.nz>
382         * progmodes/gud.el (gdb): Make graphical mode the default and
383         switch to text command mode if appropriate, i.e., reverse previous
384         arrangement.
385         (gud-gdb-marker-filter): Adapt for above change.
387         * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
388         gud-minor-mode and gud-marker-filter.
389         (gdb-fullname-regexp): New variable.
390         (gud-gdba-marker-filter): Use it to switch to text command
391         mode if appropriate.
393 2007-10-02  Richard Stallman  <rms@gnu.org>
395         * frame.el (cursor-in-non-selected-windows): Doc fix.
397 2007-10-01  Nick Roberts  <nickrob@snap.net.nz>
399         * progmodes/gud.el (gud-display-line): Find source buffer even when
400         GUD buffer has its own frame.
402 2007-10-01  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
404         * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
406 2007-09-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
408         * term/x-win.el (x-gtk-stock-map): Version is 22.2.
410 2007-09-29  Martin Rudalics  <rudalics@gmx.at>
412         * allout.el (allout-before-change-handler): Replace got-char by
413         goto-char.
415 2007-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
417         * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
418         Used to try and automatically enabled smerge-mode in the presence of
419         conflicts and to call `svn resolved' when the conflicts are gone.
420         (vc-svn-parse-status): Remember the svn-specific status.
422         * newcomment.el (comment-choose-indent): New function extracted
423         from comment-indent.  Improve the alignment algorithm.
424         (comment-indent): Use it.
426 2007-09-27  Juanma Barranquero  <lekktu@gmail.com>
428         * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
429         (eldoc-message-commands, eldoc-current-idle-delay):
430         Fix typos in docstrings.
432         * progmodes/python.el (python-eldoc-function): Doc fix.
434 2007-09-26  Eli Zaretskii  <eliz@gnu.org>
436         * menu-bar.el (menu-bar-search-documentation-menu): Rename from
437         menu-bar-apropos-menu.  All users changed.
438         (menu-bar-help-menu): Change menu symbols to better match the text
439         displayed by the menu.
441 2007-09-25  Glenn Morris  <rgm@gnu.org>
443         * view.el (view-search-no-match-lines): Add a doc string.
444         Rewrite to simplify and work better.
446 2007-09-24  Michael Albinus  <michael.albinus@gmx.de>
448         * net/tramp.el (tramp-completion-mode-p): Rename from
449         `tramp-completion-mode'.  Revert logic, check `return', `newline'
450         and such alike.  Packages like Icicles tend to use other completion
451         characters but `tab' and `space' only.
452         (top): Require cl.el, when `copy-tree' is not available otherwise.
454         * net/tramp-vc.el (tramp-vc-user-login-name): Get argument by
455         `ad-get-arg'.
457 2007-09-24  Ville Skytt\e,Ad\e(B  <scop@xemacs.org>  (tiny change)
459         * net/tramp-vc.el (tramp-vc-user-login-name):
460         Use `vc-find-version' instead of `process-file' to check whether we
461         have a new enough vc that doesn't need the defadvice.
463 2007-09-23  Dan Nicolaescu  <dann@ics.uci.edu>
465         * files.el (file-name-sans-versions): Use [:alnum:] and also allow
466         #, @, : and ^.
468 2007-09-23  Glenn Morris  <rgm@gnu.org>
470         * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
472 2007-09-22  Dan Nicolaescu  <dann@ics.uci.edu>
474         * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
476         * log-view.el (log-view-mode-map): Likewise.
478         * diff-mode.el (diff-mode-shared-map): Likewise.
480 2007-09-21  Francesco Potort\e,Al\e(B  <pot@gnu.org>
482         * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
483         add inferior-octave-directory-tracker to the buffer-local value
484         of comint-input-filter-functions.
486 2007-09-22  Dan Nicolaescu  <dann@ics.uci.edu>
488         * files.el (file-name-sans-versions): Also allow `A-Z'.
490         * vc.el: Mention all supported VC backends.
492 2007-09-22  Richard Stallman  <rms@gnu.org>
494         * wid-edit.el (widget-specify-button): Don't merge mouse-face with
495         neighbouring buttons.
497 2007-09-22  Andreas Schwab  <schwab@suse.de>
499         * files.el (file-name-sans-versions): Also allow `_'.
501 2007-09-22  Glenn Morris  <rgm@gnu.org>
503         * eshell/esh-mode.el (eshell-output-filter-functions):
504         Add eshell-postoutput-scroll-to-bottom.
506 2007-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
508         * files.el (file-name-sans-versions): Allow - and a-z in version names.
510         * log-view.el (log-view-mode-map, log-view-mode-menu):
511         Bind log-view-annotate-version.
512         (log-view-beginning-of-defun, log-view-end-of-defun)
513         (log-view-annotate-version): New functions.
514         (log-view-mode): Use log-view-beginning-of-defun and
515         log-view-end-of-defun.
517 2007-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
519         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
521 2007-09-21  Kevin Ryde  <user42@zip.com.au>
523         * international/mule.el (sgml-html-meta-auto-coding-function):
524         Bind `case-fold-search' to t.
526 2007-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
528         * wid-edit.el (widget-image-insert): Don't merge mouse-face with
529         neighbouring buttons.
531         * progmodes/compile.el (compilation-error-regexp-alist-alist):
532         Recognize gcc's use of "note" for informational messages.
534 2007-09-20  Glenn Morris  <rgm@gnu.org>
536         * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
537         motion functions, rather than hard-coding "\n\n".
538         (tex-validate-region): Check for eobp, to speed up.
539         (tex-next-unmatched-end): Doc fix.
541 2007-09-19  Glenn Morris  <rgm@gnu.org>
543         * textmodes/tex-mode.el (tex-terminate-paragraph):
544         Use backward-paragraph.
546 2007-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
548         * textmodes/css-mode.el (css-electric-keys): electrick->electric.
549         (css-mode): Update correspondingly.
551 2007-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
553         * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
555         * vc-hooks.el (vc-menu-entry): New var.
556         (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
557         (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
558         (vc-menu-map): Declare and initialize in one step.
560         * menu-bar.el (vc-menu-map): Don't setup any more.
561         Instead, just create the proper spot in the menu.
563 2007-09-18  Dan Nicolaescu  <dann@ics.uci.edu>
564             Stefan Monnier  <monnier@iro.umontreal.ca>
566         * vc.el: Document new VC operation `extra-menu'.
568         * vc-hooks.el (vc-default-extra-menu, vc-menu-map-filter): New fun.
570 2007-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
572         * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
573         Signed-off-by, Acked-by and Merge.
575 2007-09-17  Glenn Morris  <rgm@gnu.org>
577         * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
578         filename from `--file-line-error', if it is available.
580 2007-09-17  Joe Wells  <jbw@macs.hw.ac.uk>  (tiny change)
582         * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
583         TeX `--file-line-error' format.
585 2007-09-17  Glenn Morris  <rgm@gnu.org>
587         * textmodes/tex-mode.el (tex-region): Simplify previous change,
588         handling the case where the region is not in `tex-main-file'.
589         (tex-region-1): Delete.
590         (tex-region-header): New function, doing the header part of the
591         old tex-region-1.
593 2007-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
595         * ediff-init.el (ediff-verbose-p): This var is not a constant.
597 2007-09-16  Drew Adams  <drew.adams@oracle.com>
599         * cus-edit.el (custom-face-edit-activate): Doc fix.
601 2007-09-16  Glenn Morris  <rgm@gnu.org>
603         * textmodes/tex-mode.el (tex-region): Handle the case where the
604         region is not in `tex-main-file'.  Move the old code that applies
605         to both cases...
606         (tex-region-1): ...to this new function.
608 2007-09-15  Martin Rudalics  <rudalics@gmx.at>
610         * simple.el (blink-matching-open): Don't display message when no
611         paren is found within blink-matching-paren-distance characters.
612         Don't search prompt in blink-matching-paren-distance nil case.
614 2007-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
616         * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
618 2007-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
620         * vc-mtn.el: New file.
622         * vc-hooks.el (vc-handled-backends): Add Mtn.
624 2007-09-13  Eli Zaretskii  <eliz@gnu.org>
626         * files.el (find-file, find-file-other-window)
627         (find-file-other-frame, find-file-existing, find-file-read-only)
628         (find-file-read-only-other-window)
629         (find-file-read-only-other-frame)
630         (find-alternate-file-other-window, find-alternate-file): Doc fixes.
632 2007-09-13  Jari Aalto  <jari.aalto@cante.net>
634         * man.el (Man-default-man-entry): At end of line, continue looking
635         to the next line for possible end of hyphenated command.
637 2007-09-13  Chris Moore  <dooglus@gmail.com>
639         * shell.el (shell-resync-dirs): Don't move the cursor relative to
640         the command being edited.
642 2007-09-13  Nick Roberts  <nickrob@snap.net.nz>
644         * progmodes/gud.el (gdb-ready): New variable.
645         (gdb): Set it to nil.  Set gud-running to nil here...
646         (gud-common-init): ...instead of here.
648         * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
649         Use gdb-ready.  Discard input until GDB is ready to accept it.
651 2007-09-12  Dan Nicolaescu  <dann@ics.uci.edu>
653         * term/xterm.el (terminal-init-xterm): Add bindings for M-S- and
654         C-M-S- keys.
656 2007-09-12  Martin Rudalics  <rudalics@gmx.at>
658         * dired.el (dired-warning): Inherit from font-lock-warning-face to
659         make it show up with eight colors.
661 2007-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
663         * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
664         diffs are concatenated with no intervening line.
666 2007-09-10  Dave Love  <fx@gnu.org>
668         * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
669         (python-font-lock-keywords): Update to the 2.5 version of the language.
670         (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
671         (python-backspace): Only behave funny in code.
672         (python-compilation-regexp-alist): Add PDB stack trace regexp.
673         (inferior-python-mode): Add PDB prompt regexp.
674         (python-fill-paragraph): Refine the fenced-string regexp.
675         (python-find-imports): Handle imports spanning several lines.
676         (python-mode): Add `class' to hideshow support.
678 2007-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
680         * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use
681         add-log-buffer-file-name-function rather than bind buffer-file-name,
682         so we dont end up calling change-log-mode in *cvs* when `fi' is the
683         ChangeLog file itself.
685         * outline.el (outline-flag-region): Use front-advance.
687 2007-09-07  Ilya Zakharevich  <ilyaz@cpan.org>
689         * progmodes/cperl-mode.el: Merge upstream 5.23.
690         (cperl-where-am-i): Remove function.
691         (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
692         (cperl-sniff-for-indent): De-invert [string] and [comment].
693         When looking for label, skip s:m:y:tr.
694         (cperl-indent-line): Likewise.
695         (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
696         (cperl-windowed-init): Wrong `ps-print' handling.
697         Both thanks to Chong Yidong.
698         (cperl-look-at-leading-count): Could fail with unfinished RExen.
699         (cperl-find-pods-heres): If the second part of s()[] is missing,
700         don't try to highlight delimiters...
702 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
704         * progmodes/compile.el (compilation-get-file-structure): Complete last
705         change by also using spec-directory in the puthash.
707 2007-09-07  Riccardo Murri  <riccardo.murri@gmail.com>
709         * vc-bzr.el (vc-bzr-admin-lastrev): New constant.
710         (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
711         (vc-bzr-status): Fix shadowing of variable 'status'.
712         (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
713         Use `expand-file-name' instead of `concat'.
714         (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
715         Update annotation line regexp.  Fixes launchpad.net [Bug 137435].
717 2007-09-05  Jason Rumney  <jasonr@gnu.org>
719         * frame.el (focus-follows-mouse): Doc-fix. Change default on w32.
721 2007-09-02  Richard Stallman  <rms@gnu.org>
723         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
724         Add `safe-local-variable' property.
725         (lisp-body-indent): Likewise.
727 2007-09-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
729         * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
730         prev/next-node.
732         * term/x-win.el (x-gtk-stock-map, icon-map-list): New variables.
733         (x-gtk-map-stock): New function.
735 2007-09-02  Glenn Morris  <rgm@gnu.org>
737         * comint.el (comint-mode): Don't set scroll-conservatively.
739         * eshell/em-unix.el (eshell/time): Stringify and flatten the
740         non-command arguments.
742 2007-09-01  Thien-Thi Nguyen  <ttn@gnuvola.org>
744         * emacs-lisp/bytecomp.el (byte-recompile-directory):
745         Fix bug: Don't expand top-level file name more than once.
746         Reported by Dmitry Antipov <dmantipov@yandex.ru>.
748 2007-09-01  Richard Stallman  <rms@gnu.org>
750         * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
751         Add doc string.
753 2007-08-30  Richard Stallman  <rms@gnu.org>
755         * speedbar.el (speedbar-frame-reposition-smartly)
756         (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
757         (speedbar-check-vc): Don't use dframe-xemacsp.
759 2007-08-30  Martin Rudalics  <rudalics@gmx.at>
761         * files.el (backup-buffer-copy): Try to overwrite old backup first.
763 2007-08-29  Martin Rudalics  <rudalics@gmx.at>
765         * repeat.el (repeat): Use last-repeatable-command instead of
766         real-last-command.  Run pre- and post-command hooks for
767         self-insertion.  Update doc-string.
769 2007-08-28  Glenn Morris  <rgm@gnu.org>
771         * progmodes/cc-langs.el (c-constant-kwds): Add java: true, false, null.
773 2007-08-27  Alexandre Julliard  <julliard@winehq.org>
775         * vc-git.el (vc-git-state): Call git-add --refresh to update the
776         state of the file.
777         (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
778         (vc-git-create-repo): Fix invalid command.
780 2007-08-27  Richard Stallman  <rms@gnu.org>
782         * textmodes/flyspell.el (flyspell-mode):
783         Catch errors in flyspell-mode-on.
785 2007-08-27  Thien-Thi Nguyen  <ttn@gnuvola.org>
787         * progmodes/modula2.el (m2-definition, m2-module):
788         Don't use previous-line.  Reported by T. V. Raman.
790 2007-08-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
792         * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
793         argument to tool-bar-mode call.
795 2007-08-27  Glenn Morris  <rgm@gnu.org>
797         * diff-mode.el (diff-find-file-name): Only accept regular files,
798         to rule out /dev/null, directories, etc.
800 2007-08-25  Dan Nicolaescu  <dann@ics.uci.edu>
802         * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
803         safe-local-variable setting.
804         * progmodes/perl-mode.el (perl-indent-level): Likewise.
806 2007-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
808         * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
809         of buffers in uniquify-managed.
811         * simple.el (invisible-p): Rename from text-invisible-p.
812         Update callers.
814 2007-08-25  Alan Mackenzie  <acm@muc.de>
816         * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
817         new language variable.
819         * progmodes/cc-engine.el (c-brace-anchor-point): New function.
820         (c-add-stmt-syntax): Give accurate anchor points for "namespace",
821         "extern" etc., rather than BOI.  Fix addition of spurious
822         syntactic-symbol 'defun-block-intro, replacing it with
823         'innamespace, etc.
825 2007-08-25  Reiner Steib  <Reiner.Steib@gmx.de>
827         * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
828         Don't behave differently when executed via M-x.  Add doc string.
830 2007-08-24  Ulrich Mueller  <ulm@gentoo.org>  (tiny change)
832         * files.el (backup-buffer-copy): Don't wrap delete in
833         condition-case, only try to delete if file exists.
835 2007-08-24  Glenn Morris  <rgm@gnu.org>
837         * files.el (backup-buffer-copy): Revert 2007-08-22 change.
839 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
841         * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
842         (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
843         (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
844         (cperl-etags-goto-tag-location): Use new style backquotes.
846         * subr.el (complete-with-action): Backport from trunk (for vc-arch.el).
847         (dynamic-completion-table): Use it it.
849         * net/browse-url.el: Remove spurious * in custom docstrings.
850         (browse-url-filename-alist): Use new-style backquote.
852         * emacs-lisp/backquote.el (backquote-unquote-symbol)
853         (backquote-splice-symbol): Clarify they're not new-style unquotes.
855         * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
856         (\,@): Backslash the , and ,@ which are not new-style unquotes.
858         * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
860         * net/socks.el (socks-username/password-auth-filter):
861         Remove unused vars `state' and `desired-len'.
862         (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
863         (socks-wait-for-state-change): Use new-style backquotes.
865         * pcvs.el (cvs-mode-status): Fix long-standing typo.
867         * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
868         backquotes after each `read' rather than once per buffer.
870         * dframe.el: Remove spurious * in custom docstrings.
871         (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
872         (dframe-xemacs20p): Remove, inline at the sole use point.
873         (defface): Don't defvar the face, don't use old-style backquote.
874         (defcustom): Don't use old-style backquote.
875         (dframe-frame-parameter, dframe-mouse-event-p):
876         Make it obvious that it's always defined.
877         (dframe-popup-kludge): New function to replace
878         dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
879         (dframe-frame-mode, dframe-set-timer-internal)
880         (dframe-mouse-set-point): Remove use of with-no-warnings from
881         XEmacs-specific code.
882         (dframe-set-timer-internal): Fix very old bug with
883         post-command-idle-hook.
885         * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
887 2007-08-22  Chong Yidong  <cyd@stupidchicken.com>
889         * image-mode.el (image-minor-mode): Use image-mode-text-map.
891 2007-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
893         * sort.el (sort-fold-case, sort-numeric-base): Mark as
894         safe-local-variable.
896 2007-08-22  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
898         * net/browse-url.el (browse-url-emacs): New function.
900 2007-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
902         * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Display a big fat
903         warning if the file uses old style backquotes.
905         * emacs-lisp/bytecomp.el (byte-compile-log-file)
906         (byte-recompile-directory, byte-compile-file)
907         (byte-compile-from-buffer): Use with-current-buffer.
909         * simple.el (text-invisible-p): Rename from line-move-invisible-p.
910         (line-move-invisible-p): Keep as an obsolete alias, just to be safe.
911         (line-move-1, line-move-finish, line-move-to-column)
912         (move-end-of-line, move-beginning-of-line): Use new name.
914 2007-08-22  Glenn Morris  <rgm@gnu.org>
916         * files.el (backup-buffer-copy): Check backup directory is
917         writable, to avoid infloop deleting old backup.
919         * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
920         movemail related variables.
921         (rmail-insert-inbox-text): Use only rmail-movemail-program, which
922         will now be set before this is called.
924 2007-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
926         * emacs-lisp/backquote.el (backquote-delay-process): Fix last change.
928         * progmodes/ada-mode.el: Fix up comment style in header.
929         (ada-check-emacs-version): Remove.
930         (ada-mode): Set parse-sexp-* even if they don't exist: can't hurt.
931         (ada-region-selected): Use (featurep 'xemacs) rather than contortions
932         to try and quieten the byte-compiler.
933         (ada-create-keymap): Use [(..)] keys, which work on both (X)Emacs.
935         * vc.el (vc-annotate-warp-version): Don't use previous-line.
937 2007-08-20  Johannes Weiner  <hannes@saeurebad.de>  (tiny change)
939         * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
940         extracted from `eval-last-sexp-1'.
941         (eval-last-sexp-1): Call `preceding-sexp'.
943 2007-08-19  Glenn Morris  <rgm@gnu.org>
945         * Makefile.in (custom-deps, finder-data, autoloads, recompile)
946         (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
947         than $(EMACS), so that EMACSLOADPATH is set.  Prevents any system
948         shadow files messing up the compilation.
950 2007-08-18  Glenn Morris  <rgm@gnu.org>
952         * progmodes/scheme.el (scheme-mode-variables):
953         Set font-lock-comment-start-skip.
955 2007-08-18  Martin Rudalics  <rudalics@gmx.at>
957         * progmodes/ada-mode.el (ada-create-syntax-table):
958         Move set-syntax-table from here to ...
959         (ada-mode): ... here.  Don't change global value of comment-multi-line.
960         Call new function ada-initialize-syntax-table-properties.
961         Add ada-handle-syntax-table-properties to font-lock-mode-hook.
962         (ada-deactivate-properties, ada-initialize-properties):
963         Replace by new functions ...
964         (ada-handle-syntax-table-properties, ada-set-syntax-table-properties)
965         (ada-initialize-syntax-table-properties): ... to set up syntax-table
966         properties uniformly, independently from whether font-lock-mode
967         is enabled or not.  Handle read-only buffers and do not change
968         undo-list when setting syntax-table properties.
969         (ada-after-change-function): Use ada-set-syntax-table-properties.
971 2007-08-17  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
973         * progmodes/cperl-mode.el (cperl-look-at-leading-count)
974         (cperl-find-pods-heres): Fix an error when typing expressions like
975         `s{a}{b}'.
977 2007-08-17  Glenn Morris  <rgm@gnu.org>
979         * progmodes/compile.el (compilation-get-file-structure): Make use
980         of the directory part when checking for an existing entry, to
981         handle files with same basename in different directories.
983 2007-08-16  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
985         * ps-print.el (ps-header-font-size, ps-header-title-font-size)
986         (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
987         (ps-paragraph-spacing): Docstring fix.
989 2007-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
991         * smerge-mode.el (smerge-resolve): New arg `safe'.
992         (smerge-resolve-all, smerge-batch-resolve): New function.
993         (smerge-refine): Make sure `diff' returns the expected result.
994         (smerge-parsep-re): New const.
995         (smerge-mode): Use it to adjust paragraph-separate.
997         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
998         Correctly match / regexp matchers as first char on a line when
999         fontifying only that line.
1001         * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
1003 2007-08-16  Glenn Morris  <rgm@gnu.org>
1005         * ps-print.el (ps-font-size): Doc fix.
1007 2007-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1009         * vc-bzr.el: Don't fiddle with vc-handled-backend.
1010         (vc-bzr-registered): Don't redundantly protect against
1011         file-error.  Actually use the format-specific code.
1012         (vc-bzr-buffer-nonblank-p): Remove.
1013         (vc-bzr-status): Change `kindchange' -> `kindchanged'.
1015 2007-08-15  Glenn Morris  <rgm@gnu.org>
1017         * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
1018         sloppier, for the sake of GNU Mailman.
1019         (rmail-digest-rfc1153): Initialize `result' correctly.
1021 2007-08-14  Glenn Morris  <rgm@gnu.org>
1023         * simple.el (bad-packages-alist): New constant.
1024         (bad-package-check): New function.  Together, these two add
1025         elements to `after-load-alist' to check for problematic external
1026         packages.
1027         * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
1029 2007-08-13  Stephen Leake  <stephen_leake@stephe-leake.org>
1031         * pcvs-parse.el (cvs-parse-table): Handle additional instance of
1032         optional quotes around files in NEED-UPDATE . REMOVED case.
1034         * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
1035         (ada-treat-cmd-string): Improve error message.
1036         (ada-do-file-completion): Call `ada-require-project-file', so
1037         project variables are set properly.
1038         (ada-prj-find-prj-file): Delete Emacs 20.2 support.
1039         (ada-gnatfind-buffer-name): New constant.
1040         (ada-find-any-references): Use new constant.  Set buffer name
1041         properly in compilation-start.  Toggle read-only properly.
1042         (ada-find-in-src-path): Fix spelling error in docstring.
1044         * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
1045         by zero error.
1047 2007-08-13  Nick Roberts  <nickrob@snap.net.nz>
1049         * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
1051 2007-08-12  Richard Stallman  <rms@gnu.org>
1053         * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
1054         (cvs-execute-single-file): Use new name split-string-and-unquote.
1055         (cvs-header-msg): Use new name combine-and-quote-strings.
1057         * emulation/vi.el (vi-next-line): Ignore return value of line-move.
1059         * progmodes/gud.el (gud-common-init): Use new name
1060         split-string-and-unquote.
1062         * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
1063         in javac regexp.
1065         * pcvs-util.el (cvs-qtypedesc-strings): Use new names
1066         combine-and-quote-strings and split-string-and-unquote.
1068         * subr.el (combine-and-quote-strings): Rename from strings->string.
1069         (split-string-and-unquote): Rename from string->strings.
1071 2007-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1073         * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
1074         to buffer-local settings.
1076         * emacs-lisp/backquote.el (backquote-delay-process): New function.
1077         (backquote-process): Add internal arg `level'.  Use the two to
1078         correctly handle nested backquotes.
1080 2007-08-09  Riccardo Murri  <riccardo.murri@gmail.com>
1082         * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
1083         (vc-bzr-state-words): Add "kind changed" state word.
1084         (vc-bzr-status): New function.  Return Bzr idea of file status,
1085         which is different from VC's.
1086         (vc-bzr-state): Use vc-bzr-status.
1087         (vc-workfile-unchanged-p): Use vc-bzr-status.
1088         (vc-bzr-revert): Use synchronous process; expect exitcode 0.
1089         (vc-dired-state): Process "kind changed" state word.
1091 2007-08-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1093         * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
1095         * vc-rcs.el (vc-rcs-find-file-not-found-hook):
1096         Move from vc-default-find-file-not-found-hook.
1098 2007-08-09  Edward O'Connor  <hober0@gmail.com>  (tiny change)
1100         * url/url-auth.el (url-basic-auth): When prompting for username
1101         and password, default to the username and password in the URL.
1103 2007-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1105         * man.el: Remove spurious * in docstrings.
1106         Merge defvars and toplevel setq-defaults.
1107         (Man-highlight-references0): Limit=nil rather than point-max.
1108         (Man-mode-map): Move initialization into the declaration.
1109         (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
1110         (Man-view-header-file): Use expand-file-name rather than concat.
1111         (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
1113         * man.el (Man-next-section): Make sure we do not move backward.
1115 2007-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1117         * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
1118         (ps-begin-job): Use ps-default-fg and ps-default-bg only when
1119         ps-print-color-p is neither nil nor black-white.  Reported by Christian
1120         Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
1122 2007-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1124         * files.el (auto-mode-alist): Use the purecopied text (duh!).
1126 2007-08-08  Andreas Schwab  <schwab@suse.de>
1128         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
1129         self-insert-command, not self-insert.
1131 2007-08-08  Glenn Morris  <rgm@gnu.org>
1133         * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove `iff'.
1135         * Replace `iff' in doc-strings and comments.
1137         * help-mode.el (help-make-xrefs): Search for symbol constituents,
1138         rather than just `-'.
1140 2007-08-08  Martin Rudalics  <rudalics@gmx.at>
1142         * dired.el (dired-pop-to-buffer):
1143         * mouse-drag.el (mouse-drag-should-do-col-scrolling):
1144         * calendar/calendar.el (generate-calendar-window):
1145         * progmodes/compile.el (compilation-set-window-height):
1146         * textmodes/two-column.el (2C-two-columns, 2C-merge):
1147         Use window-full-width-p instead of comparing frame-width and
1148         window-width.
1150         * progmodes/compile.el (compilation-find-buffer): Remove extra
1151         argument in call to compilation-buffer-internal-p.
1153 2007-08-07  Michael Albinus  <michael.albinus@gmx.de>
1155         * net/tramp.el (tramp-handle-file-remote-p): Handle optional
1156         parameters IDENTIFICATION and CONNECTED.
1157         (tramp-handle-insert-file-contents): VISIT must be handled after
1158         insertion of the local copy.  Reported by Peter Gordon
1159         <peter@pg-consultants.com>.
1160         (tramp-file-name-handler): No special handling for
1161         `expand-file-name'.  But for `file-name-as-directory'.
1162         (tramp-find-shell, tramp-open-connection-telnet)
1163         (tramp-open-connection-rsh, tramp-open-connection-su)
1164         (tramp-open-connection-multi)
1165         (tramp-open-connection-setup-interactive-shell): Guard against
1166         $PROMPT_COMMAND shell var.  Reported by Steve Youngs
1167         <steve@sxemacs.org>.
1168         (tramp-append-tramp-buffers): Replace "sensible" by "sensitive" in
1169         the hint.
1171         * net/trampver.el: Update release number.
1173 2007-08-07  Tom Tromey  <tromey@redhat.com>
1175         * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
1176         Add safe-local-variable property.
1178 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
1180         * image-mode.el (image-toggle-display): Use image-refresh.
1182         * longlines.el (longlines-decoded): New variable.
1183         (longlines-mode): Avoid encoding or decoding the buffer twice.
1185 2007-08-07  Riccardo Murri  <riccardo.murri@gmail.com>
1187         * vc-bzr.el: Remove comments about vc-bzr.el being a modified
1188         unofficial version.
1189         (vc-bzr-command): Remove redundant setting of process-connection-type.
1190         (vc-bzr-admin-checkout-format-file): Add autoload.
1191         (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
1192         (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
1193         (vc-bzr-registered): Compare dirstate format tag with known good
1194         value, abort parsing if match fails.  Warn user in docstring.
1195         (vc-bzr-workfile-version): Case for different Bzr branch formats.
1196         See bzrlib/branch.py in Bzr sources.
1197         (vc-bzr-diff): First argument FILES may be a string rather than a list.
1198         (vc-bzr-shell-command): Remove in favor of
1199         vc-bzr-command-discarding-stderr.
1200         (vc-bzr-command-discarding-stderr): New function.
1202 2007-08-06  Riccardo Murri  <riccardo.murri@gmail.com>
1204         * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
1205         program, and return nil
1206         (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
1207         (vc-bzr-state): Look for path names relative to the repository
1208         root after status keyword.
1209         (vc-bzr-file-name-relative): New function.
1210         (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
1211         depend on it.
1212         (vc-bzr-admin-dirname, ...-checkout-format-file)
1213         (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
1214         files that we now parse directly for speed.
1215         (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
1216         (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
1217         (vc-bzr-state): "bzr status" successful only if exitcode is 0
1218         (vc-bzr-root): Use `vc-bzr-shell-command'.  Stderr may contain
1219         Bzr warnings, so we must discard it.
1220         (vc-bzr-workfile-version): Speedup counting lines from
1221         `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
1222         if that file doesn't exist.
1223         (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
1224         `vc-bzr-root-dir' for speed.  Add `vc-bzr-admin-dirname'
1225         (not ".bzr"!) to `vc-directory-exclusion-list'
1226         (vc-bzr-shell-command): New function.
1228 2007-08-06  Tom Tromey  <tromey@redhat.com>
1230         * diff-mode.el (diff-unified->context, diff-reverse-direction)
1231         (diff-fixup-modifs): Typo in docstring.
1233 2007-08-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1235         * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
1236         count-screen-lines.
1237         (tpu-edt-off): Disable relevant pieces of advice.
1239         * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
1240         tpu-write-file-hook.  Activate it with add-hook on buffer-save-hook.
1241         (newline, newline-and-indent, do-auto-fill): Use advice instead of
1242         redefining the function.
1243         (tpu-set-scroll-margins): Activate the pieces of advice.
1245 2007-08-06  Michael Albinus  <michael.albinus@gmx.de>
1247         * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
1248         process-filter.
1250 2007-08-06  Martin Rudalics  <rudalics@gmx.at>
1252         * help.el (resize-temp-buffer-window): Use window-full-width-p
1253         instead of comparing frame-width and window-width.
1255 2007-08-05  Peter Povinec  <ppovinec <at> yahoo.com>  (tiny change)
1257         * term.el: Honor term-default-fg-color and term-default-bg-color
1258         settings when modifying term-current-face.
1259         (term-default-fg-color, term-default-bg-color): Initialize from
1260         default term-current-face.
1261         (term-mode, term-reset-terminal): Set term-current-face with
1262         term-default-fg-color and term-default-bg-color.
1263         (term-handle-colors-array): term-current-face has term-default-fg-color
1264         and term-default-bg-color after reset escape sequence.
1265         (term-handle-colors-array): Set term-current-color with
1266         term-default-fg/bg-color instead of ansi-term-color-vector when the
1267         index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
1269 2007-08-05  Michael Albinus  <michael.albinus@gmx.de>
1271         * files.el (set-auto-mode): Handle also remote files wrt
1272         `auto-mode-alist'.
1274         * net/tramp.el (tramp-handle-file-remote-p): Return a string as
1275         remote identification.
1277 2007-08-04  Glenn Morris  <rgm@gnu.org>
1279         * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
1280         zero, not nil, when the library is first loaded.  Check for a file
1281         that has been modified on disk.
1283         * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
1284         Remove duplicate defvar preventing initialization.
1285         (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
1287 2007-08-03  Miles Bader  <miles@gnu.org>
1289         * vc-hooks.el (vc-handled-backends): Change capitalization of VC
1290         backend names for new backends to `Git', `Hg', and `Bzr'.
1291         * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
1292         not `HG'.
1293         * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
1294         name, not `GIT'.
1295         * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
1296         (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
1298 2007-08-03  Glenn Morris  <rgm@gnu.org>
1300         * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
1302 2007-08-02  Richard Stallman  <rms@gnu.org>
1304         * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
1305         to update deleted flag.
1307         * cus-edit.el (customize-apropos, customize-apropos-options)
1308         (customize-apropos-faces, customize-apropos-groups): Improve prompt.
1310         * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
1312         * startup.el (fancy-splash-head, startup-echo-area-message):
1313         Change message text.
1315         * emulation/tpu-edt.el (next-line-internal): Setting deleted.
1316         All callers use line-move.
1318         * progmodes/compile.el (compilation-find-buffer): Return current
1319         buffer immediately if suitable.
1320         (compile, compilation-buffer-name, compilation-start): Doc fixes.
1322 2007-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1324         * vc-bzr.el (vc-bzr-admin-dirstate): Rename from `...-dirname'.
1325         Make it more discriminating and more useful.
1326         (vc-bzr-root-dir): Use new name.
1327         (vc-bzr-registered): Use new name and look at the dirstate file to
1328         determine if it's registered or not without running `bzr'.
1330 2007-08-01  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
1332         * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
1334 2007-07-31  Drew Adams  <drew.adams@oracle.com>
1336         * cus-edit.el (custom-group-value-create, custom-goto-parent):
1337         Fix parent groups link.
1339 2007-07-31  Daiki Ueno  <ueno@unixuser.org>
1341         * faces.el (face-normalize-spec): New function.
1342         (frame-set-background-mode): Normalize face-spec before calling
1343         face-spec-match-p.
1345 2007-07-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1347         * vc-bzr.el: New file (copied from the trunk).
1349         * vc-hooks.el (vc-handled-backends): Add BZR.
1350         (vc-find-file-hook): Failsafe if the backend's `registered'
1351         function burps.
1353         * server.el (server-window): Add switch-to-buffer-other-frame option.
1355 2007-07-30  Dan Nicolaescu  <dann@ics.uci.edu>
1357         * vc-git.el (vc-directory-exclusion-list, vc-handled-backends): Remove.
1358         (vc-git-revision-completion-table): Enable.
1360         * vc-hooks.el (vc-handled-backends): Add GIT and HG.
1362         * vc.el (vc-directory-exclusion-list): Add .git and .hg.
1364         * vc-hg.el (vc-hg-revision-completion-table): Re-enable.
1365         (vc-hg-registered): Set the vc-state property.
1367         * diff-mode.el (diff-mode-menu): New entries.
1369 2007-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1371         * diff-mode.el (diff-beginning-of-file-and-junk): New function.
1372         (diff-file-kill): Use it.
1373         (diff-beginning-of-hunk): Add arg `try-harder' using it.
1374         (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
1375         Use it so they find the hunk even when we're in the file header.
1377         * vc.el: Add new VC operation `revision-completion-table'.
1378         (vc-default-revision-completion-table): New function.
1379         (vc-version-diff, vc-version-other-window): Use it to provide
1380         completion of revision names if the backend provides it.
1382         * vc-arch.el (vc-arch--version-completion-table)
1383         (vc-arch-revision-completion-table): New functions to provide
1384         completion of revision names.
1386         * vc-cvs.el: Require CL.
1387         (vc-cvs-revision-table, vc-cvs-revision-completion-table):
1388         New functions to provide completion of revision names.
1390 2007-07-29  Kimit Yada  <kimitto@gmail.com>  (tiny change)
1392         * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
1393         (copyright-fix-years, copyright): Correctly handle the case where
1394         copyright-limit is nil.
1396 2007-07-28  Konstantin Novitsky  <knovitsk@Bear.com>  (tiny change)
1398         * progmodes/python.el (run-python): Fix path separator under w32.
1400 2007-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
1402         * vc-git.el: New File.
1404 2007-07-28  Alan Mackenzie  <acm@muc.de>
1406         Fix problem with modes derived from CC Mode:
1407         * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
1408         macro to cc-langs.
1409         (c-init-language-vars-for): Remove call to above macro.
1410         * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
1411         been moved to here.
1412         (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
1414 2007-07-28  Eli Zaretskii  <eliz@gnu.org>
1416         * net/trampver.el: Fix the `coding' cookie.
1418 2007-07-25  Nick Roberts  <nickrob@snap.net.nz>
1420         * add-log.el (change-log-redate): Remove (not needed anymore and
1421         doesn't appear to work).
1423 2007-07-25  Glenn Morris  <rgm@gnu.org>
1425         * Relicense all FSF files to GPLv3 or later.
1427         * COPYING: Switch to GPLv3.
1429 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1431         * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
1432         Replace it with another one which disables undo before calling
1433         erase-buffer and then turns it back on if needed.
1435 2007-07-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1437         * ps-print.el: Problem with foreground and background color when
1438         printing a buffer with and without faces.  Reported by Christian
1439         Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
1440         (ps-print-version): New version 6.7.5.
1441         (ps-default-fg): Change default value to nil, so black color is used
1442         when a face does not specify a foreground color.
1443         (ps-default-bg): Change default value to nil, so white color is used
1444         for background color.
1445         (ps-begin-job): Fix code.
1447 2007-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
1449         * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
1451 2007-07-24  Alan Mackenzie  <acm@muc.de>
1453         * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
1454         Initialise byte-compile-unresolved-functions before rather than
1455         after a compilation.
1456         (byte-compile-unresolved-functions): Amplify doc string.
1458 2007-07-24  Glenn Morris  <rgm@gnu.org>
1460         * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
1461         (cal-tex-rules, cal-tex-buffer, cal-tex-24)
1462         (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
1463         (cal-tex-cursor-week, cal-tex-cursor-week2)
1464         (cal-tex-cursor-week-iso, cal-tex-week-hours)
1465         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
1466         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
1467         (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
1469 2007-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1471         * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
1473 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1475         * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
1476         underlying file is uptodate.
1478 2007-07-23  Richard Stallman  <rms@gnu.org>
1480         * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
1482 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1484         * progmodes/sh-script.el (sh-font-lock-backslash-quote)
1485         (sh-font-lock-flush-syntax-ppss-cache): New funs.
1486         (sh-font-lock-syntactic-keywords): Use them to distinguish the
1487         different possible cases for \'.
1488         (sh-font-lock-paren): Mark the relevant text with font-lock-multiline.
1490         * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
1491         `file' from which to start the search and fix case where `file' is the
1492         current directory and the root as well.
1494         * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
1495         name for buffer-file-name if it refers to a directory.
1497 2007-07-22  Jason Rumney  <jasonr@gnu.org>
1499         * w32-fns.el (set-default-process-coding-system): Use dos line ends
1500         for input to cmdproxy on all versions of Windows.
1501         Use dos line ends for input to plink.
1503         * comint.el (comint-simple-send): Concat newline before sending.
1504         (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
1506 2007-07-22  Juri Linkov  <juri@jurta.org>
1508         * isearch.el (isearch-edit-string): Save old point and
1509         isearch-other-end to old-point and old-other-end before reading
1510         the search string from minibuffer.  After exiting minibuffer set
1511         point to old-other-end if point and the search direction is the
1512         same as before reading the search string.
1513         (isearch-del-char): Don't set isearch-yank-flag to t.  Put point
1514         to isearch-other-end.  Instead of isearch-search-and-update call
1515         three functions isearch-search, isearch-push-state and isearch-update.
1517 2007-07-22  Ralf Angeli  <angeli@caeruleus.net>
1519         * textmodes/reftex.el (reftex-access-parse-file): Do not risk
1520         destroying an existing buffer.
1522 2007-07-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1524         * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
1526         * term/x-win.el (x-handle-no-bitmap-icon): New function.
1528 2007-07-22  Ralf Angeli  <angeli@caeruleus.net>
1530         * textmodes/reftex.el (reftex-access-parse-file): Create parse
1531         file in a way that does not interfere with recentf.
1533 2007-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
1535         * image-dired.el (image-dired-sane-db-file): New func.
1536         (image-dired-write-tags, image-dired-remove-tag)
1537         (image-dired-list-tags, image-dired-write-comments)
1538         (image-dired-get-comment, image-dired-mark-tagged-files)
1539         (image-dired-create-gallery-lists): Call new func.
1540         Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
1542 2007-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
1544         * vc-hg.el (vc-hg-diff): Use vc-hg-command.
1545         (vc-hg-dir-state): Fix loop.
1546         (vc-hg-print-log): Fix expected return value for vc-hg-command.
1547         (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
1548         (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
1549         (vc-hg-revert): Likewise.
1550         (vc-hg-revision-table, vc-hg-revision-completion-table): New functions.
1552 2007-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
1554         * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
1555         case of alignment under a constant symbol, find and consider
1556         the sexp actually at indentation to be the "last sexp".
1558 2007-07-20  Eli Zaretskii  <eliz@gnu.org>
1560         * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
1561         (install): Use them to copy all *.el files before *.elc.
1562         (clean): Don't delete *~.
1564 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
1566         * vc-hg.el (vc-hg-workfile-unchanged-p): New function.
1568 2007-07-19  Dan Nicolaescu  <dann@ics.uci.edu>
1570         * vc-hg.el (vc-hg-registered): Replace if with when.
1571         (vc-hg-state): Deal with nonexistent files.
1573 2007-07-18  Juanma Barranquero  <lekktu@gmail.com>
1575         * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
1576         (follow-delete-other-windows-and-split, follow-recenter)
1577         (follow-windows-aligned-p, follow-point-visible-all-windows-p)
1578         (follow-redisplay, follow-estimate-first-window-start)
1579         (follow-xemacs-scrollbar-support, follow-intercept-process-output):
1580         Fix typos in docstrings.
1582 2007-07-17  Thien-Thi Nguyen  <ttn@gnuvola.org>
1584         * bookmark.el (bookmark-show-all-annotations):
1585         Make sure each inserted annotation ends with newline.
1587         (bookmark-maybe-sort-alist): Don't modify
1588         bookmark-alist.  Instead, if not sorting, simply return it.
1589         (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
1590         for its return value, not for its side effect.
1592 2007-07-17  Dan Nicolaescu  <dann@ics.uci.edu>
1594         * vc.el: Add more info about the vc-registered function.
1596 2007-07-16  David Kastrup  <dak@gnu.org>
1598         * emacs-lisp/advice.el (defadvice): Doc fix.
1600 2007-07-16  Juanma Barranquero  <lekktu@gmail.com>
1602         * subr.el (when, unless): Doc fix.
1604 2007-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
1606         * vc-hg.el (vc-hg-state): Handle removed files.
1607         (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
1608         (vc-hg-checkout): Re-enable.
1610 2007-07-15  Richard Stallman  <rms@gnu.org>
1612         * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
1614         * tutorial.el (tutorial--find-changed-keys):
1615         Handle C-x specially like ESC.
1617 2007-07-15  Roland McGrath  <roland@frob.com>
1619         * add-log.el (add-change-log-entry): Check add-log-full-name
1620         and add-log-mailing-address later, after change-log-mode-hook.
1622 2007-07-15  Richard Stallman  <rms@gnu.org>
1624         * isearch.el (isearch-mode, isearch-done):
1625         Delete unintended code in previous change.
1627         * ps-print.el (ps-default-bg): Change to White.
1629 2007-07-15  Aaron Hawley  <aaronh@garden.org>
1631         * tar-mode.el (tar-get-descriptor): No error for zero-length file.
1633 2007-07-15  Martin Rudalics  <rudalics@gmx.at>
1635         * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
1636         when handling the terminating event.
1638 2007-07-15  Jeff Miller  <jmiller@cablespeed.com>  (tiny change)
1640         * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
1642 2007-07-13  Eli Zaretskii  <eliz@gnu.org>
1644         * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
1645         (install): Use them to copy all *.el files before *.elc.
1647 2007-07-13  Dan Nicolaescu  <dann@ics.uci.edu>
1649         * replace.el (match): Use yellow1 instead of yellow.
1651         * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of red.
1653         * pcvs-info.el (cvs-unknown): Likewise.
1655 2007-07-12  Davis Herring  <herring@lanl.gov>
1657         * desktop.el (desktop-buffer-info, desktop-save):
1658         Use `desktop-dirname' instead of `dirname'.
1660 2007-07-10  Jim Meyering  <jim@meyering.net>  (tiny change)
1662         * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
1664         * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
1666 2007-07-10  Richard Stallman  <rms@gnu.org>
1668         * emacs-lisp/lisp-mode.el (eval-defun):
1669         Explain special handling of `defface'.
1671 2007-07-09  Richard Stallman  <rms@gnu.org>
1673         * isearch.el (isearch-edit-string): Call to isearch-push-state
1674         after the search.
1676 2007-07-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1678         * cus-start.el (file-coding-system-alist): Fix custom type.
1680 2007-07-08  Chong Yidong  <cyd@stupidchicken.com>
1682         * longlines.el (longlines-wrap-region): Avoid marking buffer as
1683         modified.
1684         (longlines-auto-wrap, longlines-window-change-function):
1685         Remove unnecessary calls to set-buffer-modified-p.
1687 2007-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1689         * vc.el (vc-default-log-view-mode): New function.
1690         (vc-print-log): Add new `log-view-mode' VC operation.
1692 2007-07-08  Nick Roberts  <nickrob@snap.net.nz>
1694         * pcvs-util.el (cvs-strings->string, cvs-string->strings):
1695         Rename and move to...
1697         * subr.el (strings->string, string->strings): ...here.
1699         * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
1700         (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
1702         * progmodes/gud.el (gud-common-init): Call string->strings instead
1703         of split-string.
1705 2007-07-07  Eli Zaretskii  <eliz@gnu.org>
1707         * term/w32-win.el (menu-bar-open): New function.
1708         Bind <f10> to it.
1710 2007-07-07  Dan Nicolaescu  <dann@ics.uci.edu>
1712         * log-view.el (log-view-mode-menu): New menu.
1714 2007-07-06  Dan Nicolaescu  <dann@ics.uci.edu>
1716         * vc-hg.el: New file.
1718 2007-07-06  Andreas Schwab  <schwab@suse.de>
1720         * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
1721         dynamic bindings around the evaluation of the expression.
1722         Reported by Jay Belanger <jay.p.belanger@gmail.com>.
1724 2007-07-03  Dan Nicolaescu  <dann@ics.uci.edu>
1726         * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
1727         file names.
1729 2007-07-02  Martin Rudalics  <rudalics@gmx.at>
1731         * help-mode.el (help-make-xrefs): Skip spaces too when skipping tabs.
1733         * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
1734         event is not a cons cell.  Do not unread drag-mouse-1 events.
1735         Select right window in check whether space was stolen from
1736         window above.
1738 2007-07-01  Richard Stallman  <rms@gnu.org>
1740         * files.el (find-file-visit-truename): Fix safe-local-variable value.
1742 2007-06-29  Juanma Barranquero  <lekktu@gmail.com>
1744         * generic-x.el (generic-define-mswindows-modes)
1745         (generic-define-unix-modes, apache-log-generic-mode)
1746         (bat-generic-mode-keymap, java-manifest-generic-mode)
1747         (show-tabs-generic-mode): Fix typos in docstrings.
1749 2007-06-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1751         * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
1752         replace-regexp-in-string.
1754 2007-06-28  Andreas Schwab  <schwab@suse.de>
1756         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
1757         $(lisp)/subdirs.el.
1759 2007-06-28  Juanma Barranquero  <lekktu@gmail.com>
1761         * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
1762         the speedbar frame if nil; that deletes the current frame or
1763         causes an error if it is the only frame.
1764         Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
1766 2007-06-24  Juanma Barranquero  <lekktu@gmail.com>
1768         * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
1769         directory where the desktop file was found, as the docstring says.
1770         (desktop-kill): Use `read-directory-name'.
1772         * desktop.el (desktop-load-locked-desktop): New option.
1773         (desktop-read): Use it.
1774         (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
1775         Use `when'.
1777 2007-06-24  Davis Herring  <herring@lanl.gov>
1779         * desktop.el (desktop-save-mode-off): New function.
1780         (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
1781         (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
1782         (desktop-claim-lock, desktop-release-lock): New functions.
1783         (desktop-kill): Tell `desktop-save' that this is the last save.
1784         Release the lock afterwards.
1785         (desktop-buffer-info): New function.
1786         (desktop-save): Use it.  Run `desktop-save-hook' where the doc
1787         says to.  Detect conflicts, and manage the lock.
1788         (desktop-read): Detect conflicts.  Manage the lock.
1790 2007-06-23  Eli Zaretskii  <eliz@gnu.org>
1792         * ls-lisp.el (insert-directory): If an invalid regexp error is
1793         thrown, try using FILE as a literal file name, not a wildcard.
1794         Check for FILE as an existing file, not just a directory.
1796 2007-06-23  Juanma Barranquero  <lekktu@gmail.com>
1798         * ruler-mode.el (ruler-mode): Prevent clobbering the original
1799         `header-line-format' when reentering ruler mode.
1801 2007-06-23  Eli Zaretskii  <eliz@gnu.org>
1803         * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
1804         FILE exists as a directory.
1806 2007-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1808         * progmodes/vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
1809         (vera-font-lock-match-item): Fix doc string.
1810         (vera-in-comment-p): Remove unused function.
1811         (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
1812         use `syntax-ppss'.
1813         (vera-forward-syntactic-ws): Fix argument order.
1814         (vera-prepare-search): Use `with-syntax-table'.
1815         (vera-indent-line): Fix doc string.
1816         (vera-electric-tab): Fix doc string.
1817         (vera-expand-abbrev): Define alias instead of using `fset'.
1818         (vera-comment-uncomment-region): Use `comment-start-skip'.
1820 2007-06-20  Reto Zimmermann  <reto@gnu.org>
1822         * progmodes/vera-mode.el: New file.
1824 2007-06-20  Juanma Barranquero  <lekktu@gmail.com>
1826         * ido.el (ido-find-file-in-dir): Don't signal an error for
1827         empty directories.
1829 2007-06-18  Alan Mackenzie  <acm@muc.de>
1831         * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
1832         When removing lines, also remove the \n.  Correction of patch of
1833         2007-04-21.
1835 2007-06-17  Glenn Morris  <rgm@gnu.org>
1837         * lpr.el (lpr-page-header-switches): Move %s to separate element
1838         for correct quoting.  Doc fix.
1840 2007-06-13  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
1842         * term/xterm.el (terminal-init-xterm): Escape parens in character
1843         constants.
1845 2007-06-12  Ralf Angeli  <angeli@caeruleus.net>
1847         * scroll-lock.el (scroll-lock-mode): Doc fix.
1849 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1851         * font-lock.el (font-lock-add-keywords): In case font-lock was only
1852         half-activated, forcefully activate it completely.
1854 2007-06-11  Richard Stallman  <rms@gnu.org>
1856         * cus-edit.el (custom-variable-type): Doc fix.
1858 2007-06-09  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
1860         * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
1862 2007-06-09  Davis Herring  <herring@lanl.gov>
1864         * desktop.el (desktop-minor-mode-table): Doc fix.
1866 2007-06-08  Chong Yidong  <cyd@stupidchicken.com>
1868         * image-mode.el (image-forward-hscroll, image-backward-hscroll)
1869         (image-next-line, image-previous-line, image-scroll-up)
1870         (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
1871         New functions.
1872         (image-mode-map): Remap motion commands.
1873         (image-mode-text-map): New keymap for viewing images as text.
1874         (image-mode): Use image-mode-map.
1875         (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
1877 2007-06-07  Michael Albinus  <michael.albinus@gmx.de>
1879         Sync with Tramp 2.0.56.
1881         * net/tramp.el:
1882         * net/tramp-ftp.el:
1883         * net/tramp-smb.el:
1884         * net/tramp-util.el:
1885         * net/tramp-vc.el:
1886         Don't load cl.el, because that pollutes the namespace.  Replace cl
1887         macros by their implementations where necessary.  Requested by
1888         Richard Stallman <rms@gnu.org>.
1890         * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
1891         doesn't exist.
1892         (with-parsed-tramp-file-name): Protect debug spec during compilation.
1893         (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
1894         (tramp-file-name-p, tramp-file-name-multi-method)
1895         (tramp-file-name-method, tramp-file-name-user)
1896         (tramp-file-name-host, tramp-file-name-localname): New defuns,
1897         replacing defstruct `tramp-file-name'.
1898         (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
1899         (tramp-dissect-file-name, tramp-dissect-multi-file-name):
1900         Apply `vector' instead of `make-tramp-file-name'.
1901         (tramp-handle-make-auto-save-file-name):
1902         Apply `tramp-temporary-file-directory' for compatibility reasons.
1903         (tramp-completion-mode): Use `natnump' instead of `wholenump'
1904         because of XEmacs.
1905         (tramp-completion-mode): `last-input-event' is nil when XEmacs is
1906         started.
1908 2007-06-07  David Kastrup  <dak@gnu.org>
1910         * dired.el (dired-recursive-deletes, dired-recursive-copies):
1911         Change default to `top'.
1913 2007-06-07  Chong Yidong  <cyd@stupidchicken.com>
1915         * dired.el (dired-mode-map): Remove spurious separator.
1917 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
1919         * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
1921         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
1922         * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
1924 2007-06-07  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
1926         * mail/rmailsum.el (rmail-summary-save-buffer): New command.
1927         (rmail-summary-mode-map): Add rmail-summary-save-buffer.
1929 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
1931         * progmodes/ebrowse.el (ebrowse-member-table):
1932         * textmodes/org.el (org-export-ascii-bullets): Fix typos in docstrings.
1934 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
1936         * pgg.el (pgg-sign-region, pgg-sign):
1937         * ses.el (ses-call-printer):
1938         * calendar/icalendar.el (icalendar--diarytime-to-isotime):
1939         * textmodes/org.el (org-cycle): Fix typos in docstrings.
1941 2007-06-06  Eli Zaretskii  <eliz@gnu.org>
1943         * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
1944         (tar-get-descriptor): Handle type 55, an extended pax header.
1946 2007-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1948         * textmodes/css-mode.el: New file.
1950 2007-06-06  Michael Albinus  <michael.albinus@gmx.de>
1952         * net/socks.el: New file, taken from w3 repository.
1953         (top): Update Copyright.  Don't load cl.el.
1954         (all): Replace `case' by `cond', `string-to-int' by
1955         `string-to-number', and `process-kill-without-query' by
1956         `set-process-query-on-exit-flag'.
1957         (socks-char-int): Remove defalias and all occurrences.
1959 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
1961         * international/mule-cmds.el (toggle-enable-multibyte-characters)
1962         (sort-coding-systems, search-unencodable-char): Doc fixes.
1963         (coding-system-change-eol-conversion, set-default-coding-systems)
1964         (prefer-coding-system, find-multibyte-characters, princ-list)
1965         (leim-list-entry-regexp, set-input-method, locale-language-names)
1966         (input-method-exit-on-first-char, exit-language-environment-hook)
1967         (locale-charset-language-names): Fix typos in docstrings.
1969 2007-06-05  Juanma Barranquero  <lekktu@gmail.com>
1971         * bs.el (bs-cycle-previous): Don't modify the cycle list until
1972         `switch-to-buffer' has returned succesfully.
1973         (bs-cycle-next): Ditto.  Also, don't bury the buffer when the
1974         window is dedicated (it could iconify the frame).
1976 2007-06-05  Glenn Morris  <rgm@gnu.org>
1978         * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
1980 2007-06-05  Chong Yidong  <cyd@stupidchicken.com>
1982         * files.el (auto-mode-alist): Add lower-priority match for names
1983         like ChangeLog.old.
1985 2007-06-04  Andreas Schwab  <schwab@suse.de>
1987         * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
1989 2007-06-04  Davis Herring  <herring@lanl.gov>
1991         * calendar/timeclock.el: Update version number.
1992         (timeclock-modeline-display): Mention timeclock-use-display-time
1993         in explanatory message.
1994         (timeclock-log): Suppress warnings when finding the log.
1995         Don't check for a nil project twice.  Run hooks after killing the
1996         buffer (if applicable).
1997         (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
1998         was geometric).  All uses changed.
1999         (timeclock-generate-report): Support prefix argument.
2001 2007-06-04  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
2003         * man.el (Man-next-section): Don't consider the last line of the
2004         page as being part of any section.
2006 2007-06-04  Martin Rudalics  <rudalics@gmx.at>
2008         * hilit-chg.el (highlight-changes-rotate-faces): Don't set
2009         modified flag of buffer.  Use `inhibit-modification-hooks'.
2011 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2013         * mail/mail-extr.el (mail-extract-address-components):
2014         Recognize non-ASCII characters except for NBSP as words.
2016 2007-06-04  Ryan Yeske  <rcyeske@gmail.com>
2018         * net/webjump.el (webjump-sample-sites): Add Wikipedia query.
2020 2007-06-04  Michael Olson  <mwolson@gnu.org>
2022         * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
2023         died and we are trying to send a signal to it.
2025 2007-06-04  Juanma Barranquero  <lekktu@gmail.com>
2027         * emacs-lisp/easy-mmode.el (define-minor-mode)
2028         (easy-mmode-define-navigation): Fix typos in docstrings.
2030         * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
2031         Fix typos in docstrings.
2032         (compilation-search-path, compilation-buffer-name-function): Doc fixes.
2033         (compilation-finish-function): Fix typo in obsolescence declaration.
2035         * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
2037 2007-06-04  Chong Yidong  <cyd@stupidchicken.com>
2039         * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
2040         (magic-fallback-mode-alist): Add image-type-auto-detected-p.
2042         * image.el (image-type-auto-detected-p): Don't scan auto-mode-alist.
2044         * longlines.el (longlines-mode): Make longlines-auto-wrap
2045         buffer-local.  Add hooks unconditionally.
2046         (longlines-auto-wrap): Toggle wrapping.
2047         (longlines-after-change-function)
2048         (longlines-post-command-function): Check longlines-auto-wrap.
2050 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
2052         * Version 22.1 released.
2054 2007-06-01  Chong Yidong  <cyd@stupidchicken.com>
2056         * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
2057         changes.
2059 2007-05-31  Richard Stallman  <rms@gnu.org>
2061         * dired.el (dired-do-delete, dired-do-flagged-delete): Doc fixes.
2063 2007-05-29  Martin Rudalics  <rudalics@gmx.at>
2065         * textmodes/table.el (table--point-entered-cell-function)
2066         (table--point-left-cell-function):
2067         Bind `inhibit-point-motion-hooks' to t.
2069 2007-05-29  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
2071         * emacs-lisp/rx.el (rx): Doc fix.
2073 2007-05-28  Chong Yidong  <cyd@stupidchicken.com>
2075         * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
2077 2007-05-27  Tetsurou Okazaki  <okazaki@be.to>  (tiny change)
2079         * log-edit.el (log-edit-changelog-paragraph): Return point-max
2080         as the end of the ChangeLog paragraph when it ends without a line
2081         termination.
2083 2007-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2085         * textmodes/fill.el (canonically-space-region): Make the second arg
2086         a marker if it's not already the case.
2088         * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
2089         (xterm-mouse-event): Use it.
2091 2007-05-25  Miles Bader  <miles@fencepost.gnu.org>
2093         * vc-hooks.el (vc-find-root): Fix file attribute test.
2095 2007-05-24  Richard Stallman  <rms@gnu.org>
2097         * textmodes/flyspell.el (flyspell-correct-word-before-point):
2098         Don't let opoint be nil.
2099         (flyspell-emacs-popup): Explicit error if no dialogs.
2101 2007-05-23  Eli Zaretskii  <eliz@gnu.org>
2103         * tar-mode.el (tar-file-name-handler): New function.
2104         (tar-extract): Bind file-name-handler-alist to it to force
2105         find-buffer-file-type-coding-system behave as if the file being
2106         extracted existed.  Use last-coding-system-used to force
2107         buffer-file-coding-system to what decode-coding-region actually
2108         used to decode the file.
2110 2007-05-23  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
2112         * progmodes/compile.el (compilation-handle-exit):
2113         `compilation-finish-function' may change the current buffer.
2115 2007-05-22  Richard Stallman  <rms@gnu.org>
2117         * files.el (set-auto-mode): Doc fix.
2119 2007-05-22  Eli Zaretskii  <eliz@gnu.org>
2121         * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
2123 2007-05-21  Trent Buck  <trentbuck@gmail.com>  (tiny change)
2125         * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
2126         (rcirc-print): Handle `window-width'.
2127         (rcirc-buffer-maximum-lines): Doc fix.
2129 2007-05-19  Kevin Ryde  <user42@zip.com.au>
2131         * info.el (Info-fontify-node): Match https also.
2133 2007-05-18  Richard Stallman  <rms@gnu.org>
2135         * simple.el (push-mark): Doc fix.
2137 2007-05-18  Rob Riepel  <riepel@Stanford.EDU>
2139         * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
2140         tpu-global-map.
2141         (tpu-original-global-map): Delete variable.
2142         (tpu-control-keys-map): New keymap variable.
2143         (tpu-set-control-keys): Use tpu-reset-control-keys rather than
2144         setting keymapping directly.
2145         (tpu-reset-control-keys): Use tpu-control-keys-map instead of
2146         tpu-global-map.
2147         (tpu-edt-on): Activate the tpu-global-map.
2148         (tpu-edt-off): Deactivate the tpu-global-map.
2150 2007-05-18  Ryan Yeske  <rcyeske@gmail.com>
2152         * textmodes/ispell.el (ispell-get-word): Return markers
2153         for start and end positions.
2154         (ispell-word): Assume END is a marker.
2156 2007-05-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2158         * ps-print.el: Use default color when foreground or background color
2159         are unspecified.  Reported by Leo <sdl.web@gmail.com>.
2160         (ps-print-version): New version 6.7.4.
2161         (ps-rgb-color): New argument.  Use default color when color is
2162         unspecified.
2163         (ps-begin-job): Fix code.
2165 2007-05-17  Martin Rudalics  <rudalics@gmx.at>
2167         * textmodes/ispell.el (ispell-start-process): Defend against bad
2168         default-directory.
2170 2007-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2172         * vc-hooks.el (vc-find-root): Stop searching when the user changes.
2174 2007-05-16  Richard Stallman  <rms@gnu.org>
2176         * buff-menu.el (Buffer-menu-sort-column): Doc fix.
2178 2007-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2180         * files.el (magic-mode-alist, magic-fallback-mode-alist):
2181         Move the *ml, Postscript, and XmCD entries to the fallback part.
2183         * files.el (magic-fallback-mode-alist):
2184         Rename from file-start-mode-alist.
2186 2007-05-16  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
2188         * progmodes/compile.el (compilation-handle-exit): Quote first
2189         argument of `run-hook-with-args'.
2191 2007-05-16  Juanma Barranquero  <lekktu@gmail.com>
2193         * buff-menu.el (Buffer-menu-sort-column):
2194         * dabbrev.el (dabbrev-upcase-means-case-search):
2195         * dired.el (dired-recursive-deletes, dired-recursive-copies):
2196         * info.el (Info-current-subfile):
2197         * ls-lisp.el (ls-lisp-verbosity):
2198         * msb.el (msb-menu-cond):
2199         * pcvs.el (cvs-dired-use-hook):
2200         * simple.el (set-mark-command-repeat-pop):
2201         * time.el (display-time-24hr-format, display-time-mail-file):
2202         Doc fixes.
2204         * tutorial.el (get-lang-string, tutorial--find-changed-keys):
2205         * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
2207         * view.el (view-inhibit-help-message): Fix typo in docstring.
2208         (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
2210 2007-05-14  Eli Zaretskii  <eliz@gnu.org>
2212         * mail/rmail.el (rmail-convert-to-babyl-format):
2213         Check content-transfer-encoding _last_, because we need its position
2214         in base64-header-field-end.
2216 2007-05-14  Juanma Barranquero  <lekktu@gmail.com>
2218         * files.el (mode-require-final-newline, require-final-newline)
2219         (enable-local-variables, enable-local-eval): Doc fixes.
2221 2007-05-10  Edward O'Connor  <hober0@gmail.com>  (tiny change)
2223         * progmodes/python.el (python-font-lock-keywords)
2224         (python-open-block-statement-p, python-mode): Add support for the new
2225         "with" keyword.
2227 2007-05-10  Richard Stallman  <rms@gnu.org>
2229         * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
2230         (iso-cvt-write-only): Likewise.
2232         * emacs-lisp/easy-mmode.el (define-minor-mode):
2233         Fix generated doc string.
2235         * startup.el (fancy-splash-text): Add URL of guided tour.
2236         Adjust horizontal and vertical whitespace.
2238         * progmodes/compile.el (compilation-handle-exit):
2239         Use run-hook-with-args to run compilation-finish-functions.
2241         * files.el (file-start-mode-alist): New variable.
2242         (magic-mode-regexp-match-limit): Doc fix.
2243         (set-auto-mode): Handle file-start-mode-alist.
2244         A little cleanup of structure.
2246 2007-05-10  Davis Herring  <herring@lanl.gov>
2248         * calendar/timeclock.el (timeclock-in): Fix non-interactive
2249         workday specifications.
2250         (timeclock-log): Don't kill the log buffer if it already existed.
2252 2007-05-08  Richard Stallman  <rms@gnu.org>
2254         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
2255         Don't include non-self-insert commands in the exception for `-'.
2257 2007-05-08  David Reitter  <david.reitter@gmail.com>
2259         * progmodes/python.el (python-guess-indent): Check non-nullness
2260         before comparing indent against the 2..8 interval.
2262 2007-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2264         * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
2265         available.
2267 2007-05-06  Richard Stallman  <rms@gnu.org>
2269         * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
2271 2007-05-03  Ryan Yeske  <rcyeske@gmail.com>
2273         * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
2274         disconnections.
2276 2007-05-01  Romain Francoise  <romain@orebokech.com>
2278         * dired-x.el: Revert 2007-04-06 change.
2280 2007-04-30  Nick Roberts  <nickrob@snap.net.nz>
2282         * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
2283         don't put stop on toolbar.
2285 2007-04-29  Stephen Berman  <Stephen.Berman@gmx.net>
2287         * find-dired.el (find-dired-filter): Propertize all text down to eob.
2289 2007-04-29  Richard Stallman  <rms@gnu.org>
2291         * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
2293 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2295         * progmodes/cc-mode.el (c-before-change): Use point-min rather
2296         than 1.
2298 2007-04-28  Richard Stallman  <rms@gnu.org>
2300         * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
2302 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2304         * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
2306 2007-04-28  Eli Zaretskii  <eliz@gnu.org>
2308         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
2309         instead of $(lisp)/mh-e.
2311         * textmodes/fill.el (fill-paragraph): Doc fix.
2313 2007-04-28  Glenn Morris  <rgm@gnu.org>
2315         * image-dired.el (image-dired-cmd-create-thumbnail-options)
2316         (image-dired-cmd-create-temp-image-options): Replace option
2317         +profile "*" with -strip.
2319 2007-04-27  Chong Yidong  <cyd@stupidchicken.com>
2321         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
2322         Use window-start and window-end.
2324 2007-04-26  Glenn Morris  <rgm@gnu.org>
2326         * progmodes/python.el: Restore file pending consideration of legal
2327         status.
2329 2007-04-26  Luc Teirlinck  <teirllm@dms.auburn.edu>
2331         * locate.el (locate-in-alternate-database): Doc fix.
2333 2007-04-26  Glenn Morris  <rgm@gnu.org>
2335         * button.el (button): Use underline if supported, else fall back
2336         to color.
2338 2007-04-25  Richard Stallman  <rms@gnu.org>
2340         * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
2342 2007-04-25  J.D. Smith  <jdsmith@as.arizona.edu>
2344         * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
2345         (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
2346         pushing mark.
2347         (idlwave-current-routine): Don't push mark.
2349 2007-04-25  Mathias Dahl  <mathias.dahl@gmail.com>
2351         * image-dired.el (image-dired-display-image): Derive image-type from
2352         filename rather than assuming jpeg, in case no resizing was needed.
2354 2007-04-25  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
2356         * custom.el (defface): Doc fix.
2358 2007-04-24  Chong Yidong  <cyd@stupidchicken.com>
2360         * progmodes/python.el: Remove due to unclear legal issues.
2362 2007-04-24  J.D. Smith  <jdsmith@as.arizona.edu>
2364         * progmodes/idlw-shell.el (idlwave-shell-clear-all-bp):
2365         Don't re-query for each cleared BP.
2366         (idlwave-shell-clear-bp): Optionally skip BP query.
2367         (idlwave-shell-update-bp-overlays): Use set-window-margins instead
2368         of set-window-buffer, which incorrectly moves displayed region.
2370 2007-04-23  Jay Belanger  <jay.p.belanger@gmail.com>
2372         * calc/calc.el (calc-bug-address): Update maintainer's address.
2373         * calc/*: Update maintainer's address.
2375 2007-04-23  Richard Stallman  <rms@gnu.org>
2377         * simple.el (set-mark-command-repeat-pop): Doc fix.
2378         Put in `editing-basics' group.
2380 2007-04-23  Chong Yidong  <cyd@stupidchicken.com>
2382         * info.el (Info-mouse-scroll-up, Info-mouse-scroll-down):
2383         New functions.
2384         (Info-mode-line-node-keymap): Bind mouse commands to
2385         Info-mouse-scroll-up/down instead of Info-scroll-up/down.
2387 2007-04-23  Luc Teirlinck  <teirllm@auburn.edu>
2389         * locate.el (locate-local-prompt): New var.
2390         (locate-prompt-for-command): Doc fix.
2391         (locate-prompt-for-search-string): New function.
2392         (locate): New optional arg.  Make locate-local-prompt
2393         buffer-local.  Use locate-prompt-for-search-string.
2394         (locate-with-filter): New optional arg.
2395         Use locate-prompt-for-search-string.
2396         (locate-update): Bind locate-prompt-for-command.
2398 2007-04-23  Glenn Morris  <rgm@gnu.org>
2400         * files.el (magic-mode-alist): `<!DOCTYPE HTML' in html-mode.
2402 2007-04-23  Nick Roberts  <nickrob@snap.net.nz>
2404         * button.el (button): Inherit from link face on a tty.
2406 2007-04-23  Glenn Morris  <rgm@gnu.org>
2408         * button.el (button): Use color for this face on a tty.
2410         * files.el (magic-mode-alist): Allow for carriage-returns in
2411         html-mode and sgml-mode entries.
2413 2007-04-22  Richard Stallman  <rms@gnu.org>
2415         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
2416         Improve doc string of generated command.
2418         * subr.el (read-number): Catch errors.
2420         * hi-lock.el (hi-lock-file-patterns-policy): Doc fix.
2422 2007-04-22  Chong Yidong  <cyd@stupidchicken.com>
2424         * image-dired.el: Rename from thumbnails.el.  All instances of
2425         "thumbnails" replaced with "image-dired".
2427         * dired.el (dired-mode-map): Rename "thumbnails" again, to
2428         "image-dired".
2430 2007-04-22  Kim F. Storm  <storm@cua.dk>
2432         * ido.el (ido-kill-buffer-at-head, ido-delete-file-at-head):
2433         Don't use kill-line.
2435 2007-04-22  Nick Roberts  <nickrob@snap.net.nz>
2437         * t-mouse.el (t-mouse-make-event): Pass on mev's more informative
2438         error message.
2440 2007-04-22  Chong Yidong  <cyd@stupidchicken.com>
2442         * dired.el: Rename "tumme" to "thumbnails".
2444         * thumbnails.el: Rename from tumme.el.  All instances of "tumme"
2445         replaced with "thumbnails".
2447 2007-04-22  Glenn Morris  <rgm@gnu.org>
2449         * hi-lock.el (hi-lock-file-patterns-policy): Make it a defcustom,
2450         and give it the risky-local-variable property.
2452         * textmodes/flyspell.el (flyspell-define-abbrev): Downcase abbrev
2453         before defining it.
2455 2007-04-21  Martin Rudalics  <rudalics@gmx.at>
2457         * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
2458         Use delete-region instead of kill-line.
2460 2007-04-21  Alan Mackenzie  <acm@muc.de>
2462         * progmodes/cc-cmds.el (c-electric-slash): Replace wrong use of
2463         `kill-region' by `delete-region'.
2465 2007-04-21  Chong Yidong  <cyd@stupidchicken.com>
2467         * progmodes/perl-mode.el (perl-indent-command): Use delete-region
2468         instead of kill-region.
2470         * progmodes/mantemp.el (mantemp-make-mantemps-region)
2471         (mantemp-insert-cxx-syntax, mantemp-sort-and-unique-lines)
2472         (mantemp-remove-memfuncs): Use delete-region instead of kill-word
2473         and kill-line.
2475         * progmodes/vhdl-mode.el (vhdl-template-type)
2476         (vhdl-template-record, vhdl-template-nature)
2477         (vhdl-template-configuration-spec, vhdl-template-component-inst)
2478         (vhdl-template-break, vhdl-regress-line, vhdl-electric-tab):
2479         Use delete-region instead of kill-word and kill-line.
2481 2007-04-21  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
2483         * dired-x.el (dired-virtual-mode): Doc fix.
2485 2007-04-21  Richard Stallman  <rms@gnu.org>
2487         * font-lock.el (font-lock-keywords-alist): Mark as risky.
2489         * subr.el (read-number): Doc fix.
2491         * simple.el (pop-to-mark-command): Display message "mark popped"
2492         if point does not move.
2493         (set-mark-command): Doc fix.
2495 2007-04-21  Luc Teirlinck  <teirllm@auburn.edu>
2497         * locate.el: Revert 2006-09-09 and 2007-04-20 changes.
2498         (locate-local-filter, locate-local-search): New vars.
2499         (locate): Make variables local.
2500         (locate-update): Bind locate-buffer-name.  Call locate using
2501         locate-local-filter and locate-local-search.
2503 2007-04-20  David Koppelman  <koppel@ece.lsu.edu>
2505         * hi-lock.el (hi-lock-file-patterns-policy): New var.
2506         (hi-lock-find-patterns): Use hi-lock-file-patterns-policy.
2507         (hi-lock-mode): Update docstring.
2509 2007-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2511         * textmodes/fill.el (fill-move-to-break-point): Don't inhibit
2512         fill-nobreak-predicate when the break is past fill-column.
2514 2007-04-20  Francesco Potort\e,Al\e(B  <pot@gnu.org>
2516         * locate.el (locate): Output from shell-command should go in the
2517         current buffer rather than *Shell Command Output*.
2519 2007-04-20  Chong Yidong  <cyd@stupidchicken.com>
2521         * paren.el (show-paren-function): Fix last fix.
2523 2007-04-19  Kevin Ryde  <user42@zip.com.au>
2525         * arc-mode.el (archive-find-type): lzh-exe for lzh self-extracting exe.
2526         (archive-lzh-summarize): Add optional start arg for where to start
2527         looking at the archive.
2528         (archive-lzh-exe-summarize, archive-lzh-exe-extract): New functions.
2530         * international/mule.el (auto-coding-alist): no-conversion for .exe
2531         and .EXE.
2533 2007-04-19  Alan Mackenzie  <acm@muc.de>
2535         * progmodes/cc-cmds.el (c-in-function-trailer-p): Fix this: when a
2536         function return type contains "struct", "union", etc.
2537         c-end-of-defun goes too far forward.
2539 2007-04-19  Chong Yidong  <cyd@stupidchicken.com>
2541         * paren.el (show-paren-function): Reset window-start to avoid
2542         recentering.
2544 2007-04-19  Glenn Morris  <rgm@gnu.org>
2546         * calendar/todo-mode.el: Fix typo: "threshhold" -> "threshold".
2548 2007-04-18  Glenn Morris  <rgm@gnu.org>
2550         * calendar/diary-lib.el (diary-header-line-format): Add a custom
2551         :set function.
2552         (diary-list-entries): Only switch to diary-mode from
2553         default-major-mode (reverts 2007-03-21 change).  Otherwise, if in
2554         diary-mode set header-line-format, in case of any customization.
2556 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
2558         * calendar/parse-time.el (parse-time-string-chars): Check if CHAR
2559         is less than the length of parse-time-syntax.
2561 2007-04-17  David Kastrup  <dak@gnu.org>
2563         * replace.el (query-replace-regexp-eval): Deprecate.
2565 2007-04-17  Alan Mackenzie  <acm@muc.de>
2567         * progmodes/cc-cmds.el (c-beginning-of-defun): With -ve arg and
2568         point too close to EOB, leave point at EOB rather than last `}'.
2570 2007-04-17  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2572         * textmodes/bibtex.el (bibtex-include-OPTkey)
2573         (bibtex-user-optional-fields, bibtex-entry-field-alist):
2574         Fix defcustom.
2576 2007-04-17  Glenn Morris  <rgm@gnu.org>
2578         * calendar/cal-dst.el (calendar-dst-find-startend): If YEAR cannot
2579         be encoded, fall back to current year.
2581 2007-04-14  Kevin Ryde  <user42@zip.com.au>
2583         * arc-mode.el (archive-lzh-summarize): Only apply the "downcase if
2584         all upcase" rule to OS-ID 0 "generic".  Always downcase for OS-ID
2585         M "MSDOS".
2587 2007-04-16  Chong Yidong  <cyd@stupidchicken.com>
2589         * progmodes/python.el (python-end-of-block): Avoid looping forever
2590         if python-next-statement fails.
2592 2007-04-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2594         * textmodes/bibtex.el (bibtex-entry-field-alist): Use defcustom.
2596 2007-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
2598         * progmodes/perl-mode.el (perl-indent-level): Mark as safe local var.
2599         * progmodes/cperl-mode.el (cperl-indent-level): Likewise.
2601 2007-04-15  Jay Belanger  <belanger@truman.edu>
2603         * calc/calc.el (calc-version): New function.
2604         (calc-trail-mode): Shorten the title.
2606 2007-04-15  Chong Yidong  <cyd@stupidchicken.com>
2608         * mail/footnote.el (footnote-style): Clarify docstring to state
2609         that customizing this only applies to future footnotes.
2611 2007-04-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2613         * textmodes/bibtex.el (bibtex-field-list): Use functionp.
2614         (bibtex-make-field): Check that INIT is a string. Use functionp.
2616 2007-04-14  Glenn Morris  <rgm@gnu.org>
2618         * complete.el (PC-goto-end): New buffer-local variable.
2619         (PC-do-completion-end): Make buffer-local.
2620         (partial-completion-mode) <choose-completion-string-functions>:
2621         Do not go to the end of the minibuffer if PC-goto-end is non-nil.
2622         (PC-do-completion): New optional fourth argument GOTO-END.  Add a
2623         doc string.  Set PC-goto-end for choose-completion.
2624         (PC-lisp-complete-symbol): Pass non-nil GOTO-END arg to
2625         PC-do-completion.
2627         * textmodes/bibtex.el (bibtex-insert-kill): Pass non-nil NODELIM
2628         arg to bibtex-make-field.
2629         (bibtex-make-field): Add optional fourth arg NODELIM.
2630         Insert delimiters around INIT unless this arg is non-nil.
2632 2007-04-14  Nick Roberts  <nickrob@snap.net.nz>
2634         * tmm.el (tmm-get-keybind): Use copy-sequence to ensure that the
2635         global map isn't modified.
2637 2007-04-14  Glenn Morris  <rgm@gnu.org>
2639         * calendar/appt.el (appt-disp-window): Do not split small windows.
2640         Suggested by Jeff Miller <jmiller@cablespeed.com>.
2642 2007-04-13  Chong Yidong  <cyd@stupidchicken.com>
2644         * progmodes/compile.el (compilation-start): Revert 2007-03-25 change.
2646         * files.el: Ditto.
2648 2007-04-13  Juanma Barranquero  <lekktu@gmail.com>
2650         * cus-edit.el (minibuffer, auto-save): Fix typos in docstrings.
2652         * term.el (term-buffer-maximum-size, term-exec, term-escape-char)
2653         (term-set-escape-char, term-termcap-format, term-get-old-input-default)
2654         (term-skip-prompt, term-send-string, term-send-region, term-pager-page)
2655         (term-pager-help): Fix typos in docstrings.
2657         * wid-edit.el (widget-documentation): Fix typo in docstring.
2659         * progmodes/ebnf2ps.el (ebnf-insert-style, ebnf-merge-style):
2660         Fix typos in error messages.
2662 2007-04-13  Martin Rudalics  <rudalics@gmx.at>
2664         * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't select
2665         window marked as dedicated.
2667         * mail/footnote.el (footnote-latin-string): New variable.
2668         (footnote-latin-regexp): Redefine as regexp alternative.
2669         (Footnote-latin): Use footnote-latin-string instead of
2670         footnote-latin-regexp.
2672 2007-04-13  Glenn Morris  <rgm@gnu.org>
2674         * tmm.el (tmm-get-keybind): Use car-safe to avoid errors with
2675         inherited keymaps.
2677 2007-04-12  Chong Yidong  <cyd@stupidchicken.com>
2679         * outline.el (outline-get-next-sibling): Clarify docstring.
2680         (outline-get-last-sibling): Handle case where we are at the first
2681         heading.  Clarify docstring.
2683 2007-04-12  Nick Roberts  <nickrob@snap.net.nz>
2685         * progmodes/gud.el (gud-minor-mode-map): Make go button same
2686         length as stop button to lessen flicker.
2687         (jdb): Add gud-print.
2688         (gud-find-expr): Jdb prints the expression with the value, so
2689         don't insert it in the output.
2691 2007-04-11  Jason Rumney  <jasonr@gnu.org>
2693         * dnd.el (dnd-get-local-file-name): Decode both upper and lower
2694         case hex.  Do not try to decode non-hex letters.
2696 2007-04-11  Markus Triska  <markus.triska@gmx.at>
2698         * emacs-lisp/byte-opt.el (byte-optimize-backward-char)
2699         (byte-optimize-backward-word): Remove (move to bytecomp.el).
2700         (byte-optimize-form-code-walker): Evaluate pure function calls if
2701         possible.
2702         (byte-optimize-all-constp): New function.
2704         * emacs-lisp/bytecomp.el (byte-compile-char-before):
2705         Improve numeric argument case.
2706         (byte-compile-backward-char, byte-compile-backward-word):
2707         New functions, performing rewriting previously done in byte-opt.el.
2708         Fix their "Fixme" item (restriction to numeric arguments).
2710 2007-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2712         * desktop.el (desktop-save, desktop-create-buffer): Replace mapcar
2713         with dolist.
2714         (after-init-hook): Don't quote lambda.
2715         (desktop-first-buffer): Don't wrap it in eval-when-compile.
2716         (desktop-internal-v2s): Remove unused var `el'.
2717         (desktop-buffer-major-mode, desktop-buffer-locals): Move out of
2718         desktop-restore-file-buffer.
2719         (desktop-buffer-ok-count, desktop-buffer-fail-count): Move out of
2720         desktop-create-buffer.
2722 2007-04-10  Chong Yidong  <cyd@stupidchicken.com>
2724         * woman.el (woman-decode-buffer): Postpone macro-set check...
2725         (woman-decode-region): ...to here.
2727 2007-04-10  Thien-Thi Nguyen  <ttn@gnu.org>
2729         * startup.el (tty-handle-args): Use %S to log ARGS.
2731 2007-04-10  Glenn Morris  <rgm@gnu.org>
2733         * dframe.el (dframe-frame-mode): Do not set auto-show-mode, since
2734         it is obsolete and has no effect.
2736         * dos-w32.el (default-buffer-file-type): Add defvar to quieten
2737         byte-compiler.
2739         * progmodes/cperl-mode.el (cperl-mode): Remove unnecessary call to
2740         obsolete function make-local-hook.
2742         * progmodes/dcl-mode.el (top-level): Move (require 'tempo) to
2743         start to quieten byte-compiler.
2745 2007-04-10  Markus Triska  <markus.triska@gmx.at>
2747         * emacs-lisp/byte-opt.el (byte-optimize-char-before): Remove (move
2748         to bytecomp.el as byte-compile-char-before).
2749         * emacs-lisp/bytecomp.el (byte-compile-char-before):
2750         New function (modified replacement for byte-optimize-char-before in
2751         byte-opt.el).
2753 2007-04-09  Alan Mackenzie  <acm@muc.de>
2755         * startup.el (inhibit-splash-screen): Emphatically state that it
2756         can't be set in site-start.el.
2758 2007-04-09  Masatake YAMATO  <jet@gyve.org>
2760         * progmodes/cc-subword.el (c-capitalize-subword): More closely
2761         mimic the behavior of `capitalize-word'.  Do not move point with a
2762         negative argument.  Based on tiny change by Paul Curry.
2764 2007-04-09  Paul Curry  <dashteacup@gmail.com>  (tiny change)
2766         * progmodes/cc-subword.el (c-downcase-subword, c-upcase-subword):
2767         Don't move point if ARG is negative.
2769 2007-04-09  Alan Mackenzie  <acm@muc.de>
2771         Changes to make `narrow-to-defun' and `mark-defun' work properly
2772         in CC Mode:
2774         * progmodes/cc-defs.el (c-beginning-of-defun-1):
2775         * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
2776         Bind beginning/end-of-defun-function to nil around calls to
2777         beginning/end-of-defun.
2779         * progmodes/cc-langs.el (beginning-of-defun-function)
2780         (end-of-defun-function): New c-lang-setvar's.
2782         * progmodes/cc-awk.el (c-awk-beginning-of-defun): Add "(or arg
2783         (setq arg 1))" to enable non-interactive call.
2785 2007-04-09  Eli Zaretskii  <eliz@gnu.org>
2787         * simple.el (set-mark-command): Doc fix.
2789 2007-04-09  Nick Roberts  <nickrob@snap.net.nz>
2791         * progmodes/gud.el (gdb): Restore existing session if user
2792         tries to start a second one in graphical mode.
2794 2007-04-08  Martin Rudalics  <rudalics@gmx.at>
2796         * cus-start.el <scroll-preserve-screen-position>: Add choices.
2798 2007-04-08  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
2800         * term/xterm.el (terminal-init-xterm): Fix key definitions.
2801         Add binding for C-M-SPC.
2803 2007-04-08  Richard Stallman  <rms@gnu.org>
2805         * pcomplete.el (pcomplete-read-event): One single definition,
2806         and not a defsubst.
2808 2007-04-08  Chong Yidong  <cyd@stupidchicken.com>
2810         * progmodes/cc-cmds.el (c-end-of-defun): Tidy up, to eliminate
2811         byte-compiler warning "value unused".
2813 2007-04-08  Andreas Schwab  <schwab@suse.de>
2815         * term/xterm.el (terminal-init-xterm): Add bindings for keypad keys.
2817 2007-04-07  Glenn Morris  <rgm@gnu.org>
2819         * calendar/calendar.el (diary-font-lock-keywords, diary-live-p):
2820         Autoload these functions.
2821         (diary-date-forms): Add a custom :set form.
2823         * calendar/diary-lib.el (diary-set-maybe-redraw): Move definition
2824         before first use.
2825         (diary-font-lock-keywords): New function with old code for
2826         initialization of variable of same name.
2828 2007-04-07  David Hansen  <david.hansen@gmx.net>  (tiny change)
2830         * progmodes/cc-cmds.el (c-electric-paren): Fix space-before-funcall
2831         clean-up: only insert space when on identifier, etc.
2833 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
2835         * progmodes/grep.el (grep-find-use-xargs): Rewrite docstring.
2837         * net/tls.el (open-tls-stream): Properly handle case where there
2838         is no associated buffer.
2840 2007-04-07  Glenn Morris  <rgm@gnu.org>
2842         * ffap.el (ffap-file-at-point): Lower the priority of the
2843         ffap-ftp-sans-slash-regexp check.
2845 2007-04-06  Alan Mackenzie  <acm@muc.de>
2847         Fix fontification of labels, and other things with ":".
2849         * progmodes/cc-engine.el (c-forward-label): The function now
2850         returns 'goto-target, 'qt-2kwds-colon, 'qt-1kwd-colon, as well as
2851         the former t.
2853         * progmodes/cc-fonts.el (c-font-lock-declarations): Interpret the
2854         new return code from c-forward-label, fontifying tokens properly.
2855         Add some general comments throughout the file.
2857 2007-04-06  Chong Yidong  <cyd@stupidchicken.com>
2859         * textmodes/flyspell.el (flyspell-duplicate, flyspell-incorrect):
2860         Revert 2006-01-27 change.
2862         * diff-mode.el (diff-mode): Revert 2007-03-04 change.
2864         * menu-bar.el (menu-bar-tools-menu): Revert 2003-07-25 change.
2866         * desktop.el (desktop-create-buffer, desktop-save):
2867         Revert 2004-11-12 change for lack of copyright papers.
2869         * dired-x.el (dired-guess-shell-case-fold-search): Delete var.
2870         (dired-guess-default): Respect case.
2872         * isearch.el (isearch-forward): Revert 1998-08-26 doc change.
2874         * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Remove function;
2875         was originally checked in as byte-optimize-concat on 1997-11-02.
2877         * mail/sendmail.el (mail-text, mail-mode): Revert extant pieces of
2878         1995-05-19 doc changes.
2880 2007-04-06  Kim F. Storm  <storm@cua.dk>
2882         * loadhist.el (read-feature): Reimplement.  New optional arg LOADED-P.
2883         (unload-feature): Update interactive spec accordingly.
2885         * progmodes/grep.el (grep-program): Remove commentary about zgrep.
2887 2007-04-06  John Paul Wallington  <jpw@pobox.com>
2889         * subr.el (with-case-table): Use `make-symbol' to avoid variable
2890         capture.  Restore the table in the same buffer.
2892         * font-lock.el (lisp-font-lock-keywords-2): Add `with-case-table'.
2894 2007-04-05  Chong Yidong  <cyd@stupidchicken.com>
2896         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
2897         Print entire form.
2899 2007-04-05  Nick Roberts  <nickrob@snap.net.nz>
2901         * progmodes/gdb-ui.el (breakpoint-disabled): Tweak face (again)
2902         for low-color displays.
2904 2007-04-05  Glenn Morris  <rgm@gnu.org>
2906         * play/5x5.el, play/animate.el, play/dissociate.el, play/doctor.el,
2907         * play/gomoku.el, play/landmark.el, play/tetris.el, play/zone.el:
2908         Seed random number generator on loading.
2910         * emacs-lisp/authors.el (top-level): Provide self.
2912         * play/animate.el (top-level): Provide self.
2914 2007-04-04  Alan Mackenzie  <acm@muc.de>
2916         * progmodes/cc-vars.el (c-special-indent-hook): Amend doc-string
2917         to mention c-syntactic-indentation.
2919 2007-04-04  Chong Yidong  <cyd@stupidchicken.com>
2921         * subr.el (with-case-table): New macro.
2923         * international/mule.el (ascii-case-table): New var.
2925         * mail/smtpmail.el (smtpmail-via-smtp): Use ascii-case-table when
2926         downcasing.
2928 2007-04-03  Nick Roberts  <nickrob@snap.net.nz>
2930         * progmodes/gud.el (gud-minor-mode-map): Simplify.
2932         * t-mouse.el (t-mouse-make-event-element): Don't use the left edge
2933         of the window if we're outside it e.g menu-bar.
2935         * xt-mouse.el (xterm-mouse-event): Don't use the left edge of the
2936         window if we're outside it e.g menu-bar.
2938 2007-04-03  Eli Zaretskii  <eliz@gnu.org>
2940         * mail/rmail.el (rmail-convert-to-babyl-format): Don't try to
2941         decode base-64 encoded body if its content-type is something other
2942         than text/* or message/*.
2944 2007-04-03  Juanma Barranquero  <lekktu@gmail.com>
2946         * simple.el (activate-mark-hook): Fix typo in docstring.
2948 2007-04-03  Nick Roberts  <nickrob@snap.net.nz>
2950         * tmm.el (tmm-c-prompt): Initialize.
2951         (tmm-menubar): Deal with extended menu-items at top level.
2952         (tmm-get-keybind): Handle bindings redefined/undefined locally.
2953         (tmm-prompt): Handle visibility of top level menu-items.
2955         * progmodes/gud.el (gud-menu-map): Simplify.
2956         (gud-minor-mode-map): Add tool-bar like bindings to the text mode
2957         menubar.
2959 2007-04-02  Chong Yidong  <cyd@stupidchicken.com>
2961         * mail/smtpmail.el (smtpmail-via-smtp): Revert last change.
2963         * comint.el (comint-send-input): Widen the buffer first.
2965         * info.el (Info-fontify-maximum-menu-size): Revert to 100000.
2967 2007-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2969         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Only obey
2970         emacs-lisp-docstring-fill-column in emacs-lisp-mode.
2972         * newcomment.el (comment-search-forward): Discard comment starters
2973         before point.
2975 2007-04-01  Guanpeng Xu  <herberteuler@hotmail.com>
2977         * mouse.el (mouse-set-secondary): Update mouse-secondary-overlay.
2979 2007-04-01  Chong Yidong  <cyd@stupidchicken.com>
2981         * mail/smtpmail.el (smtpmail-via-smtp): Use standard case table
2982         when downcasing.
2984         * button.el (previous-button): Rewrite to account for adjacent buttons.
2986 2007-04-01  J.D. Smith  <jdsmith@as.arizona.edu>
2988         * progmodes/idlwave.el (idlwave-auto-fill):
2989         Revert paragraph-separate change.
2991         * progmodes/idlw-shell.el (idlwave-shell-break-in):
2992         Simplify module calc.
2993         (idlwave-shell-set-bp-in-module): Compute module.
2995 2007-03-31  Glenn Morris  <rgm@gnu.org>
2997         * emacs-lisp/timer.el (run-at-time): Doc fix.
2999         * emacs-lisp/warnings.el (display-warning): If we create the
3000         buffer displaying the warning, disable undo there.
3002 2007-03-31  Michael Albinus  <michael.albinus@gmx.de>
3004         * net/tramp.el (tramp-register-file-name-handler)
3005         (tramp-register-completion-file-name-handler): New defsubst,
3006         derived from `tramp-register-file-name-handlers'.  The split is
3007         necessary because Tramp's file name handlers must be registered at
3008         different startup places.
3010 2007-03-31  Chong Yidong  <cyd@stupidchicken.com>
3012         * progmodes/hideshow.el (turn-off-hideshow): New function.
3013         (hs-minor-mode): Use it instead of a lambda expression in
3014         change-major-mode-hook.
3016 2007-03-31  David Kastrup  <dak@gnu.org>
3018         * woman.el (woman-Cyg-to-Win): Don't convert cons cells
3019         corresponding to MANPATH_MAP entries.
3020         (woman-man.conf-path, woman-parse-man.conf): Doc fix.
3021         (woman-parse-man.conf): Use more discriminating man.conf name.
3022         (woman-parse-man.conf): Parse MANPATH_MAP entries.
3023         (woman-manpath): Doc fix and type fix.
3024         (woman-cached-data): Check for MANPATH_MAP entries.
3025         (woman-expand-directory-path): Treat MANPATH_MAP entries.
3027 2007-03-31  Stuart Herring  <herring@lanl.gov>
3029         * emacs-lisp/sregex.el (sregexq): Doc fix.
3031 2007-03-31  Markus Triska  <markus.triska@gmx.at>
3033         * progmodes/flymake.el (flymake-err-line-patterns): Doc fix.
3035 2007-03-30  Reiner Steib  <Reiner.Steib@gmx.de>
3037         * info.el (info-tool-bar-map): Use "exit" for Info-exit.
3038         Move to the right.
3040 2007-03-30  Alan Mackenzie  <acm@muc.de>
3042         * progmodes/cc-cmds.el (c-forward-to-nth-EOF-}): Fix EOB bug.
3044 2007-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
3046         * emacs-lisp/ewoc.el (ewoc--insert-new-node): Take additional arg DLL.
3047         Use it, passed in explicitly, instead of from the dynamic binding.
3048         (ewoc-create, ewoc-enter-before): Update to use new call sequence.
3050 2007-03-30  Juanma Barranquero  <lekktu@gmail.com>
3052         * simple.el (blink-matching-open): When in minibuffer, don't
3053         search for a match inside the prompt.
3055 2007-03-30  Nick Roberts  <nickrob@snap.net.nz>
3057         * tmm.el (tmm-menubar): Select the right menu item with the mouse.
3058         (tmm-prompt): Don't make the mouse user select the first menu
3059         item twice.
3061 2007-03-30  Chong Yidong  <cyd@stupidchicken.com>
3063         * eshell/esh-proc.el (eshell/kill): Tweak regexp to recognize
3064         SIGUSR1 and SIGUSR2.
3066 2007-03-29  Kim F. Storm  <storm@cua.dk>
3068         * ido.el (ido-read-internal): When reading file or dir, only override
3069         minibuffer-local-filename-completion-map, otherwise only override
3070         minibuffer-local-completion-map.
3072 2007-03-29  Glenn Morris  <rgm@gnu.org>
3074         * complete.el (partial-completion-mode): Set PC-do-completion-end
3075         to nil after use.
3076         (PC-lisp-complete-symbol): Create and use a marker at `end',
3077         rather than using point-marker.
3079 2007-03-28  Chong Yidong  <cyd@stupidchicken.com>
3081         * simple.el (next-error-highlight): Doc fix.
3082         (compose-mail): Revert 2007-03-19 change.
3084 2007-03-28  Richard Stallman  <rms@gnu.org>
3086         * emacs-lisp/edebug.el (edebug-display): Don't go to
3087         edebug-outside-buffer if it is dead.
3089 2007-03-28  Juanma Barranquero  <lekktu@gmail.com>
3091         * view.el (view-mode): Fix typos in docstring.
3093 2007-03-28  Stephen Berman  <Stephen.Berman@gmx.net>
3095         * recentf.el (recentf-save-file): Add a custom :set function.
3097 2007-03-28  Glenn Morris  <rgm@gnu.org>
3099         * complete.el (PC-do-completion-end): New variable.
3100         (partial-completion-mode) <choose-completion-string-functions>:
3101         Use PC-do-completion-end in the non-minibuffer case to replace the
3102         correct amount of text.
3103         (PC-do-completion): Set PC-do-completion-end for c-c-s-f.
3104         (PC-lisp-complete-symbol): Give marker the after-insertion type,
3105         to deal with improvements inserted after point.
3107 2007-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3109         * button.el (make-text-button): Add explicit `button' property.
3110         (default-button): Don't put a `button' property on it.
3112         * progmodes/python.el (python-mode): Skip comments when parsing.
3114         * vc-arch.el (vc-with-current-file-buffer): New macro.
3115         (vc-arch-file-source-p): Use it to avoid infloop.
3117 2007-03-28  David Hansen  <david.hansen@gmx.net>  (tiny change)
3119         * emacs-lisp/lisp.el (lisp-complete-symbol):
3120         Fix call to get-buffer-window to find windows in other frames.
3122 2007-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3124         * comint.el (comint-proc-query, comint-dynamic-list-completions):
3125         Fix calls to get-buffer-window to find windows in other frames.
3126         Reported by David Hansen <david.hansen@gmx.net>.
3128 2007-03-27   Kevin Ryde  <user42@zip.com.au>
3130         * info.el (Info-display-images-node): On a text-only terminal,
3131         show the "text" or "alt" parts of the image blobs.
3133 2007-03-27  Glenn Morris  <rgm@gnu.org>
3135         * complete.el (PC-do-completion): Compute completion-base-size in
3136         the non-filename case, rather than setting to nil.
3137         (PC-lisp-complete-end): New variable.
3138         (PC-lisp-complete-symbol): Use PC-lisp-complete-end to store the
3139         original end in a series of consecutive invocations.
3141         * calendar/calendar.el (calendar-mode-hook): Declare it.
3143         * calendar/diary-lib.el (diary-live-p): Do not check for
3144         diary-selective-display.
3146 2007-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3148         * replace.el (occur-next-error): *Occur* might not be displayed in the
3149         selected frame.  Reported by David Hansen <david.hansen@gmx.net>.
3151 2007-03-26  Richard Stallman  <rms@gnu.org>
3153         * textmodes/flyspell.el (flyspell-large-region):
3154         Use ispell-call-process-region.
3156 2007-03-26  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
3158         * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
3159         Use prin1 instead of princ.
3161 2007-03-25  Chong Yidong  <cyd@stupidchicken.com>
3163         * faces.el (face-set-after-frame-default): Revert 2007-03-10 change.
3164         Merge in X resources before global face.
3166         * progmodes/compile.el (compilation-start): Save compilation-directory
3167         rather than default-directory as local var.
3168         (compilation-directory): Mark as safe local var.
3170         * files.el: Don't mark default-directory as a safe local var.
3172 2007-03-25  Alan Mackenzie  <acm@muc.de>
3174         * progmodes/cc-mode.el (c-before-change): Fix BOB bug.
3175         * progmodes/cc-engine.el: Fix typo.
3177 2007-03-25  Juri Linkov  <juri@jurta.org>
3179         * compare-w.el (compare-windows): Rename customization group
3180         `compare-w' to `compare-windows'.
3181         (compare-windows-whitespace, compare-ignore-whitespace)
3182         (compare-ignore-case, compare-windows-sync)
3183         (compare-windows-sync-string-size, compare-windows-recenter)
3184         (compare-windows-highlight, compare-windows): Change group name in
3185         the `group' tag from `compare-w' to `compare-windows'.
3186         (compare-windows-sync): Add option `nil' for no sync.  Doc fix.
3188 2007-03-24  Markus Triska  <markus.triska@gmx.at>
3190         * expand.el: Change example to always enable abbrev-mode,
3191         and remove redundant `function'.
3192         (expand-abbrev-hook): Add autoload cookie.
3194 2007-03-24  Ryan Yeske  <rcyeske@gmail.com>
3196         * emacs-lisp/testcover.el (testcover-start, testcover-end)
3197         (testcover-mark-all, testcover-unmark-all): Add prompts to
3198         interactive specs.
3200 2007-03-24  Jason Rumney  <jasonr@gnu.org>
3202         * autorevert.el (find-file-hook, auto-revert-tail-mode):
3203         Use file size in bytes for auto-revert-tail-pos not characters.
3205 2007-03-24  Thien-Thi Nguyen  <ttn@gnu.org>
3207         * vc-rcs.el (vc-rcs-annotate-command):
3208         Set text property :vc-annotate-prefix on the annotation text.
3209         (vc-rcs-annotate-time): Instead of searching for ": ",
3210         search for end of text propertized with :vc-annotate-prefix.
3212 2007-03-24  Martin Rudalics  <rudalics@gmx.at>
3214         * whitespace.el (top level): Remove calls putting
3215         permanent-local nil property since these are no-ops.
3217         * man.el (Man-support-local-filenames): Assure that
3218         default-directory exists when doing call-process.
3220 2007-03-23  David Vazquez  <xeos00@gmail.com>  (tiny change)
3222         * progmodes/m4-mode.el (m4-m4-buffer, m4-m4-region):
3223         Fix omission bug: Use m4-program-options to construct shell command.
3225 2007-03-23  David Kastrup  <dak@gnu.org>
3227         * progmodes/cc-mode.el (c-make-emacs-variables-local):
3228         Use `mapcar' rather than `mapcan' to silence compiler warning.
3230 2007-03-22  Ralf Angeli  <angeli@caeruleus.net>
3232         * textmodes/reftex.el, textmodes/reftex-vars.el,
3233         * textmodes/reftex-toc.el, textmodes/reftex-sel.el,
3234         * textmodes/reftex-ref.el, textmodes/reftex-parse.el,
3235         * textmodes/reftex-index.el, textmodes/reftex-global.el,
3236         * textmodes/reftex-dcr.el, textmodes/reftex-cite.el,
3237         * textmodes/reftex-auc.el: Add maintainer address.
3239 2007-03-22  Carsten Dominik  <dominik@science.uva.nl>
3241         * textmodes/org.el (org-agenda-mode, org-table-edit-formulas):
3242         Make sure that `global-font-lock-mode' does not turn on font-lock
3243         in these buffers.
3245 2007-03-21  Kim F. Storm  <storm@cua.dk>
3247         * xt-mouse.el (xt-mouse-epoch): New variable.
3248         (xterm-mouse-event): Use float-time.
3250 2007-03-21  Nick Roberts  <nickrob@snap.net.nz>
3252         * xt-mouse.el (xterm-mouse-event): Compute a timestamp using
3253         current-time.
3255 2007-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3257         * complete.el (read-file-name-internal): Don't add the final > if the
3258         completion is not finished (re-application of this patch, which was
3259         accidentally undone by Eli).
3261 2007-03-21  Chong Yidong  <cyd@stupidchicken.com>
3263         * emulation/viper.el (viper-non-hook-settings): Handle mouse
3264         clicks in describe-key and describe-key-briefly advice a little better.
3266 2007-03-21  Juanma Barranquero  <lekktu@gmail.com>
3268         * server.el (server-process-filter): Cancel any pending isearch.
3270 2007-03-21  Ulf Jasper  <ulf.jasper@web.de>
3272         * calendar/icalendar.el (icalendar-version): Increase to 0.15.
3273         (icalendar--get-unfolded-buffer): Define actual arguments rather
3274         than just using &rest.  Check replace-in-string is fbound.
3275         (icalendar-import-buffer): Doc fix.
3276         (icalendar--convert-ical-to-diary): Set diary-file.
3277         Check diary-file before inserting final newline.
3278         (icalendar--add-diary-entry): Return diary-file.
3280 2007-03-21  Glenn Morris  <rgm@gnu.org>
3282         * calendar/calendar.el (diary-set-maybe-redraw): Autoload it.
3283         (diary-display-hook): Add custom :set function.
3285         * calendar/diary-lib.el (diary-header-line-flag): Doc fix.
3286         Add custom :set function.
3287         (diary-header-line-format): Doc fix.
3288         (diary-set-maybe-redraw): New function.
3289         (number-of-diary-entries): Change :set to use diary-set-maybe-redraw.
3290         (diary-list-entries): Always run diary-mode.
3292 2007-03-20  Kenichi Handa  <handa@m17n.org>
3294         * international/quail.el (quail-setup-completion-buf): Make the
3295         completion buffer read-only.
3296         (quail-completion): Adjusted for the above change.  Leave the
3297         modified flag nil.
3299 2007-03-20  David Kastrup  <dak@gnu.org>
3301         * files.el (magic-mode-alist): Require literal "%!PS" string for
3302         magic postscript file detection.
3304 2007-03-20  Richard Stallman  <rms@gnu.org>
3306         * textmodes/ispell.el (ispell-call-process): New function.
3307         Defends against bad `default-directory.'
3308         (ispell-check-version, ispell-find-aspell-dictionaries)
3309         (ispell-get-aspell-config-value, lookup-words): Call it.
3310         (ispell-call-process-region): New function.
3311         (ispell-send-string): Call it.
3313 2007-03-20  Andreas Schwab  <schwab@suse.de>
3315         * Makefile.in (custom-deps): Depend on $(lisp)/subdirs.el.
3316         (finder-data): Likewise.
3317         (autoloads): Likewise.
3319 2007-03-20  Martin Rudalics  <rudalics@gmx.at>
3321         * files.el (basic-save-buffer): Do not set visited filename when
3322         the corresponding directory does not exist or the specified
3323         filename is that of an existing directory.
3325 2007-03-20  Glenn Morris  <rgm@gnu.org>
3327         * calendar/diary-lib.el (diary-live-p): New function.
3328         (number-of-diary-entries): Add a :set function to redisplay diary
3329         when necessary.
3331 2007-03-19  Nick Roberts  <nickrob@snap.net.nz>
3333         * t-mouse.el (t-mouse-make-event-element): Use timestamp output
3334         from client program, mev, to compute mouse event.
3336 2007-03-19  Chong Yidong  <cyd@stupidchicken.com>
3338         * faces.el (momentary): Face removed; unused due to reversion of
3339         2007-01-04 changes by Kevin Rodgers.
3341         * mouse.el (mouse-drag-track): Remove spurious input-pending-p test.
3342         Suggested by Johan Bockg\e,Ae\e(Brd.
3344 2007-03-19  Martin Rudalics  <rudalics@gmx.at>
3346         * font-lock.el (lisp-font-lock-keywords-1):
3347         Highlight define-globalized-minor-mode as a keyword.
3349 2007-03-19  Kim F. Storm  <storm@cua.dk>
3351         * calc/calc-forms.el (math-std-daylight-savings)
3352         (math-std-daylight-savings-old): Doc fix.
3354 2007-03-19  Juanma Barranquero  <lekktu@gmail.com>
3356         * progmodes/python.el (python-default-template): Doc fix.
3357         (python-buffer): Fix typo in docstring.
3359         * isearchb.el (isearchb-follow-char):
3360         * subr.el (def-edebug-spec): Fix typo in docstring.
3362 2007-03-19  Richard Stallman  <rms@gnu.org>
3364         * files.el (default-directory): Mark safe.
3365         (basic-save-buffer-2): Put proper dir name in error message.
3367         * simple.el (compose-mail): Run switch-function after
3368         setting up the mail buffer.
3370         * startup.el (inhibit-splash-screen, initial-major-mode): Doc fixes.
3372 2007-03-18  Jay Belanger  <belanger@truman.edu>
3374         * calc/calc-forms.el (math-parse-date): Fix a regular expression.
3375         (math-std-daylight-savings-new): Rename from
3376         `math-std-daylight-savings'.
3377         (math-std-daylight-savings-old): Rename from old value of
3378         `math-std-daylight-savings'.
3379         (math-std-daylight-savings): Use `math-std-daylight-savings-new' or
3380         `math-std-daylight-savings-old' depending on the year.
3382 2007-03-18  Detlev Zundel  <dzu@gnu.org>
3384         * emacs-lisp/re-builder.el (reb-update-overlays): Do not mark
3385         zero-width regexps as invalid but rather at least count them correctly.
3387 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
3389         * net/tls.el (open-tls-stream): In handshake-waiting loop,
3390         don't wait more if there is output available to process.
3392 2007-03-18  Nick Roberts  <nickrob@snap.net.nz>
3394         * progmodes/compile.el (compilation-find-file): Revert change
3395         from 2006-07-18 to allow completion of directory names.
3396         Reported by John Carter <john.carter@tait.co.nz>.
3398 2007-03-18  Kim F. Storm  <storm@cua.dk>
3400         * subr.el (when, unless): Doc fix.
3402 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
3404         * net/tls.el (tls-program): Doc fix.
3406 2007-03-17  Denis Bueno  <dbueno@gmail.com>  (tiny change)
3408         * autorevert.el (auto-revert-tail-handler):
3409         Call after-revert-hook.
3411 2007-03-17  Ryan Yeske  <rcyeske@gmail.com>
3413         * simple.el (switch-to-completions): No error if search for \n\n fails.
3415 2007-03-17  Chong Yidong  <cyd@stupidchicken.com>
3417         * simple.el (line-move-1):
3418         Respect `inhibit-line-move-field-capture' property.
3420 2007-03-13  Chong Yidong  <cyd@stupidchicken.com>
3422         * comint.el (comint-arguments): Mark backslash-escaped chars.
3423         (comint-delim-arg): Don't treat them as delimiters.
3425 2007-03-12  Kim F. Storm  <storm@cua.dk>
3426         * ido.el (ido-init-completion-maps): Remap delete-backward-char.
3428 2007-03-12  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
3430         * tempo.el (tempo-insert): Deal with 'r> if it appears
3431         specified with a prompt argument.
3433 2007-03-12  Carsten Dominik  <dominik@science.uva.nl>
3435         * textmodes/org.el (org-set-font-lock-defaults):
3436         Handle narrow table columns correctly.
3438 2007-03-12  Mark A. Hershberger  <mah@everybody.org>
3440         * xml.el (xml-parse-tag, xml-parse-string, xml-parse-attlist)
3441         (xml-parse-dtd, xml-parse-elem-type, xml-substitute-special):
3442         Return to use of the -no-properties variants.  There was
3443         consensus on emacs-devel that the speed of these variants was
3444         prefered since we are usually parsing files (from the internet
3445         or on disk) instead of XML created in Emacs.
3447         * eshell/esh-mode.el (eshell-handle-ansi-color): New function.
3448         Add customize option.
3450 2007-03-12  Glenn Morris  <rgm@gnu.org>
3452         * calc/calc-forms.el (math-std-daylight-savings): Switch to new
3453         North American rule.  Replace "daylight savings" with "daylight
3454         saving" in doc.
3456         * calendar/cal-china.el, cal-dst.el, calendar.el, diary-lib.el:
3457         * calendar/lunar.el, solar.el: Replace "daylight savings" with
3458         "daylight saving" in text.
3460         * woman.el (woman-change-fonts): Tweak previous change by using
3461         woman-request-regexp rather than "^\\.".
3463         * startup.el (command-line-1): Make insertion of
3464         initial-scratch-message not depend on scratch being selected.
3466 2007-03-11  Juri Linkov  <juri@jurta.org>
3468         * replace.el (match): Use yellow background on light-bg terminals.
3470 2007-03-11  Richard Stallman  <rms@gnu.org>
3472         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
3473         Correctly compute line number.
3475 2007-03-11  Guanpeng Xu  <herberteuler@hotmail.com>
3477         * type-break.el (type-break-get-previous-count):
3478         Repeat previous change here.
3480 2007-03-11  Dan Nicolaescu  <dann@ics.uci.edu>
3482         * progmodes/grep.el (grep-find-ignored-directories):
3483         Add .git and .bzr to list.
3485 2007-03-11  Andreas Schwab  <schwab@suse.de>
3487         * diff-mode.el (diff-apply-hunk): Use proper format string for error.
3489 2007-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3491         * mail/emacsbug.el (report-emacs-bug): Don't hard code the "X" name.
3493 2007-03-10  Chong Yidong  <cyd@stupidchicken.com>
3495         * faces.el (face-set-after-frame-default): Recalculate face
3496         customizations after applying X resources.
3498 2007-03-10  Ryan Yeske  <rcyeske@gmail.com>
3500         * net/rcirc.el (rcirc-timeout-seconds): New variable.
3501         (rcirc-keepalive-seconds): Remove variable.
3502         (rcirc-server-name, rcirc-timeout-timer, rcirc-connecting)
3503         (rcirc-process, rcirc-user-disconnect): New variables.
3504         (rcirc-connect): Initalize new variables.
3505         (rcirc-keepalive): Don't send keepalive pings before connection
3506         is completed.
3507         (rcirc-sentinel): Do mark all channels with activity when
3508         connection is dropped.  Run hook with process buffer local.
3509         (rcirc-reschedule-timeout, rcirc-delete-process): New functions.
3510         (rcirc-buffer-process): Return value of rcirc-process if
3511         rcirc-server-buffer is nil.
3512         (rcirc-server-name): Return the reported server name.
3513         (rcirc-update-prompt): Simplify computation of the server name.
3514         (rcirc-format-response-string): Likewise.
3515         (rcirc-handler-001): Mark server as connected, record the reported
3516         server name, and schedule a timeout.
3517         (rcirc-track-nick): Add a spec for the tty class.
3518         (rcirc-user-non-nick): Remove function.
3519         (rcirc-nick-prefix-chars): Add variable.
3520         (rcirc-user-nick): Use above variable.
3522 2007-03-10  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
3524         * icomplete.el (icomplete-tidy, icomplete-exhibit):
3525         Bind deactivate-mark to nil.
3527 2007-03-10  Martin Rudalics  <rudalics@gmx.at>
3529         * complete.el (PC-do-completion): Bind dirlength to nil to avoid
3530         that buffer contents get erased during completion.
3532 2007-03-10  Glenn Morris  <rgm@gnu.org>
3534         * woman.el (woman-change-fonts): Add a hack to deal with
3535         font-escape followed by "." at start of a line.
3536         (woman2-IP): Add a hack to deal with consecutive requests.
3537         (woman2-tagged-paragraph): Extend existing hack to handle "sp".
3539 2007-03-10  Alan Mackenzie  <acm@muc.de>
3541         * progmodes/cc-mode.el (c-before-change): Wrap in save-match-data.
3543 2007-03-09  Richard Stallman  <rms@gnu.org>
3545         * abbrev.el (abbrev): Add `provide'.
3547 2007-03-09  Thien-Thi Nguyen  <ttn@gnu.org>
3549         * net/ange-ftp.el (ange-ftp-try-passive-mode): Doc fix.
3551 2007-03-09  Martin Rudalics  <rudalics@gmx.at>
3553         * complete.el (PC-try-completion): New function.
3554         (PC-do-completion, read-file-name-internal): Use it instead of
3555         try-completion.
3557 2007-03-08  Alan Mackenzie  <acm@muc.de>
3559         Remove stale tokens from `c-found-types' cache.
3561         * progmodes/cc-mode.el (c-unfind-enclosing-token)
3562         (c-unfind-coalesced-tokens, c-before-change): New functions.
3563         (c-maybe-stale-found-type): New variable.
3565         * progmodes/cc-engine.el (c-partial-ws-p, c-unfind-type)
3566         (c-trim-found-types): New functions.
3568 2007-03-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3570         * smerge-mode.el (smerge-remove-props): Don't mark the buffer modified.
3571         (debug-ignored-errors): Add entry from smerge-match-conflict.
3573 2007-03-08  J.D. Smith  <jdsmith@as.arizona.edu>
3575         * progmodes/idlw-help.el (idlwave-do-context-help1): Don't visit
3576         special help topics for keywords.
3577         (idlwave-help-assistant-command): Include ".exe" for ms-dos
3578         etc. Assistant command.
3580 2007-03-08  Chong Yidong  <cyd@stupidchicken.com>
3582         * replace.el (occur-engine): Move buffer-undo-list binding...
3583         (occur-1): ...to here.
3585         * complete.el (PC-bindings): Rebind M-TAB in read-expression-map.
3587         * simple.el (minibuffer-completing-symbol): New var.
3588         (eval-expression): Use it.
3589         (completion-setup-function): Don't bind completion-base-size when
3590         completing a symbol in the minibuffer.
3592 2007-03-08  Nick Roberts  <nickrob@snap.net.nz>
3594         * progmodes/gud.el (gdb): Pop up current GUD buffer if user
3595         tries to start a second session in graphical mode.
3597 2007-03-07  Miles Bader  <miles@gnu.org>
3599         * international/isearch-x.el
3600         (isearch-process-search-multibyte-characters):
3601         Strip text-properties from PROMPT to avoid an error from read-string.
3603 2007-03-07  Kim F. Storm  <storm@cua.dk>
3605         * complete.el (PC-bindings): Remap lisp-complete-symbol to
3606         PC-lisp-complete-symbol instead of binding M-TAB in global-map.
3608 2007-03-07  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
3610         * complete.el (PC-do-completion): Delete duplicates in the list of
3611         possible completions.
3613 2007-03-07  Glenn Morris  <rgm@gnu.org>
3615         * ses.el (ses-mode): Doc fix.
3617 2007-03-06  Kim F. Storm  <storm@cua.dk>
3619         * isearch.el (isearch-message-prefix): Undo 2007-03-01 change.
3621 2007-03-06  Kenichi Handa  <handa@m17n.org>
3623         * term/x-win.el (x-select-utf8-or-ctext): Improve the strategy.
3625 2007-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3627         * simple.el (completion-setup-function): Improve last fix so it doesn't
3628         set it to a relative directory name either.
3630 2007-03-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3632         * ps-print.el: Replace some (defvar VAR) by (defvar VAR nil).
3634 2007-03-05  Richard Stallman  <rms@gnu.org>
3636         * emacs-lisp/re-builder.el (reb-re-syntax): Fix custom type.
3638         * files.el (find-file-noselect): No error if file no longer exists.
3639         Display a message and avoid other questions.
3641 2007-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3643         * pcomplete.el (pcomplete-show-completions): Improve last change, so
3644         as not to use an invisible window and to create a window if none exist.
3646         * progmodes/python.el (python-send-command): Restart proc if necessary.
3647         (python-proc): Simplify.
3649 2007-03-05  David Hansen  <david.hansen@gmx.net>  (tiny change)
3651         * pcomplete.el (pcomplete-show-completions): Search all frames for
3652         completions buffer.
3654 2007-03-05  Chong Yidong  <cyd@stupidchicken.com>
3656         * cus-edit.el (customize-save-variable): Clear customized-value
3657         property (saved values are now put in theme-value property).
3658         (customize-set-variable): Doc fix.
3660         * complete.el (PC-do-completion): If completion-ignore-case is
3661         non-nil, replace field with completion string before exiting.
3663 2007-03-05  Michael Albinus  <michael.albinus@gmx.de>
3665         * net/tramp.el (tramp-make-temp-file): New parameter FILENAME.
3666         Append its extension to the resulting temporary file name.
3667         (tramp-handle-file-local-copy, tramp-handle-write-region): Apply it.
3669         * net/tramp-smb.el (tramp-smb-handle-file-local-copy)
3670         (tramp-smb-handle-write-region): Apply it.
3672 2007-03-05  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
3674         * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
3675         Redo previous change.
3677 2007-03-04  Kevin Rodgers  <kevin.d.rodgers@gmail.com>  (tiny change)
3679         * diff-mode.el (diff-mode): Doc fix.
3681 2007-03-05  Kenichi Handa  <handa@m17n.org>
3683         * international/characters.el: Set category `l' (latin)
3684         for more characters.
3686 2007-03-04  Kim F. Storm  <storm@cua.dk>
3688         * emacs-lisp/authors.el (authors-aliases): Add alias.
3690 2007-03-04  Glenn Morris  <rgm@gnu.org>
3692         * progmodes/hideshow.el (hs-minor-mode): Turn mode off and show
3693         all when switching major mode.
3694         (hs-minor-mode, hs-c-start-regexp, hs-block-start-regexp)
3695         (hs-block-start-mdata-select, hs-block-end-regexp)
3696         (hs-forward-sexp-func, hs-adjust-block-beginning):
3697         Do not make these variables permanent-local.
3699 2007-03-04  Richard Stallman  <rms@gnu.org>
3701         * progmodes/cperl-mode.el (cperl-mode):
3702         Modify cperl-compilation-error-regexp-alist by appending.
3704         * emacs-lisp/edebug.el (edebug-kill-buffer): New function.
3705         (edebug-mode): Add the hook.
3706         (edebug-recursive-edit): Remove the hook on exiting.
3708         * type-break.el (type-break-get-previous-time):
3709         Handle end-of-file errors specially
3710         so they don't get reported wrong in .emacs.
3712         * startup.el (fancy-splash-text): Clarify text.
3714         * simple.el (beginning-of-buffer, end-of-buffer):
3715         Avoid treating plain C-u like numeric arg.
3717         * simple.el (completion-setup-function): Don't set
3718         default-directory to nil.
3720         * shell.el (shell-dirstack-query): Doc fix.
3722         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
3723         Don't select the window -- pass it to primitives instead.
3725         * faces.el (minibuffer-prompt): Use medium blue by default.
3727 2007-03-04  David Kastrup  <dak@gnu.org>
3729         * jit-lock.el (jit-lock-stealth-time): Change default to nil.
3730         Preserve 16 as default value for "seconds" when customizing.
3732 2007-03-04  Carsten Dominik  <dominik@science.uva.nl>
3734         * textmodes/org.el (org-self-insert-command)
3735         (orgtbl-self-insert-command, org-delete-char)
3736         (org-delete-backward-char): Set the `flyspell-delayed' property.
3738 2007-03-03  Chong Yidong  <cyd@stupidchicken.com>
3740         * international/mule.el (find-auto-coding): Don't search for
3741         line-ending characters past the end of the tail.
3743 2007-03-03  Christopher Allan Webber  <cwebber@dustycloud.org>  (tiny change)
3745         * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
3746         Jump to the line where new score has been uploaded.
3748         * play/tetris.el (tetris-move-bottom, tetris-move-left)
3749         (tetris-move-right, tetris-rotate-prev, tetris-rotate-next):
3750         Do nothing when the game is paused.
3752 2007-03-03  Carsten Dominik  <dominik@science.uva.nl>
3754         * textmodes/org.el (org-set-tags): Prevent slipping of point
3755         during completion.
3757 2007-03-01  Lennart Borgman  <lennart.borgman.073@student.lu.se>
3759         * isearch.el (isearch-message-prefix):
3760         Use minibuffer-prompt-properties.
3762 2007-03-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3764         * ps-print.el: Replace (defvar VAR nil) by (defvar VAR).
3765         (ps-setup): Print which Emacsen is running ps-print package.
3767 2007-03-01  Stuart Herring  <herring@lanl.gov>
3769         * files.el (set-auto-mode-0): Use `indirect-function'.
3770         (hack-one-local-variable): Don't reapply current major mode.
3772 2007-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3774         * progmodes/python.el (python-quote-syntax): Don't bother with
3775         syntax-ppss-context.
3776         (python-fill-paragraph): Make sure that fenced-string delimiters that
3777         stand on their own line stay there.
3779 2007-03-01  Lennart Borgman  <lennart.borgman.073@student.lu.se>
3781         * replace.el (perform-replace): Propertize message.
3783 2007-03-01  Carsten Dominik  <dominik@science.uva.nl>
3785         * textmodes/org.el (org-prepare-agenda-buffers): Also check for
3786         invisible heading.
3788 2007-02-28  Chong Yidong  <cyd@stupidchicken.com>
3790         * net/tramp.el (tramp-file-name-handler): Revert last change.
3792 2007-02-28  Nick Roberts  <nickrob@snap.net.nz>
3794         * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump):
3795         Correct doc strings.
3797 2007-02-28  Chong Yidong  <cyd@stupidchicken.com>
3799         * replace.el (perform-replace): Undo forward-char immediately if
3800         non-adjacent search fails.
3802 2007-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3804         * version.el (emacs-major-version, emacs-minor-version):
3805         string-to-int -> string-to-number.
3807 2007-02-28  Juanma Barranquero  <lekktu@gmail.com>
3809         * help.el (where-is): Fail gracefully when not passed a command.
3811 2007-02-28  Stuart Herring  <herring@lanl.gov>
3813         * find-lisp.el (find-lisp-default-directory-predicate):
3814         Fix bug: Do symlink check on expanded filename.
3816 2007-02-28  Carsten Dominik  <dominik@science.uva.nl>
3818         * textmodes/org.el (org-set-tags, org-table-get-field): Avoid case
3819         changes during replacement.
3820         (org-agenda-mode-map): Add default binding for `org-agenda-archive'.
3822 2007-02-28  Lars Hansen  <larsh@soem.dk>
3824         * desktop.el: Delete header line listing me as maintainer.
3826 2007-02-28  Glenn Morris  <rgm@gnu.org>
3828         * tutorial.el (tutorial--describe-nonstandard-key): Tweak text in
3829         the menus case.
3831 2007-02-28  Chong Yidong  <cyd@stupidchicken.com>
3833         * net/tramp.el (tramp-file-name-handler): Inhibit modification
3834         hooks to avoid confusion when combining after-change calls.
3836 2007-02-27  Ken Manheimer  <ken.manheimer@gmail.com>
3838         * allout.el (allout-encrypt-string): Remove inhibition of gpg-agent,
3839         now that pgg-gpg-process-region correctly honors passed-in passphrase.
3840         (allout-distinctive-bullets-string): Add info about bullet conventions.
3841         (allout-mode): Add info about distinctive vs plain bullets.
3843 2007-02-27  Carsten Dominik  <dominik@science.uva.nl>
3845         * textmodes/org.el (org-archive-subtree): Quote variable name.
3846         (org-agenda-get-todos): Make sure skip properties are checked correctly.
3848 2007-02-26  Nick Roberts  <nickrob@snap.net.nz>
3850         * progmodes/gud.el (gud-bashdb-history, gud-bashdb-marker-filter)
3851         (gud-bashdb-command-name, bashdb): Remove.
3852         (gud, gud-menu-map): Remove references to bash/bashdb.
3854 2007-02-26  Andrey Zhdanov  <susuman@hotmail.com>  (tiny change)
3856         * progmodes/gud.el (gud-pdb-marker-regexp): Add optional <module>
3857         keyword for Python 2.5.
3859 2007-02-26  Romain Francoise  <romain@orebokech.com>
3861         * net/net-utils.el (whois-server-tld): Update server for .org.
3862         (whois-server-list): Add whois.publicinterestregistry.net.
3863         (whois-guess-server): Fix formatting in docstring.
3865 2007-02-26  Kim F. Storm  <storm@cua.dk>
3867         * mouse.el (mouse-show-mark): Run hooks and perform command
3868         remapping for mouse-region-delete-keys.
3870 2007-02-26  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
3872         * font-core.el (font-lock-mode): Doc fix.
3874 2007-02-25  Kim F. Storm  <storm@cua.dk>
3876         * ido.el (ido-buffer-internal): Set this-command to fallback command.
3877         Add selected buffer to buffer-name-history.
3878         (ido-file-internal): Set this-command to fallback command.
3879         Add file names to file-name-history.
3881         * emacs-lisp/map-ynp.el (map-y-or-n-p):
3882         Apply minibuffer-prompt-properties.
3884 2007-02-25  Andreas Schwab  <schwab@suse.de>
3886         * files.el (hack-one-local-variable-eval-safep): Correct handling
3887         of edebug-form-spec property value.  Reported by Johan Bockg\e,Ae\e(Brd.
3889 2007-02-25  Carsten Dominik  <dominik@science.uva.nl>
3891         * textmodes/org.el (org-table-overlay-coordinates)
3892         (org-table-toggle-coordinate-overlays): New functions.
3893         (org-table-overlay-coordinates, org-table-coordinate-overlays):
3894         New variables.
3895         (org-startup-with-deadline-check): Remove option.
3896         (org-mode): Remove deadline check on startup.
3897         (org-table-limit-column-width): Remove option.
3898         (org-table-formula-numbers-only): Remove option.
3899         (org-link-style, org-link-format): Remove options.
3900         (org-select-agenda-window, org-fit-agenda-window): Remove options.
3901         (org-export-ascii-show-new-buffer)
3902         (org-export-html-show-new-buffer): Remove options.
3903         (org-activate-links): Remove camel option.
3904         (org-file-link-context-use-camel-case): Remove option.
3905         (org-camel-regexp): Remove variable.
3906         (org-activate-camels): Remove function.
3907         (org-store-link): Remove Camel stuff.
3908         (org-make-org-heading-camel): Remove function.
3909         (org-open-at-point): Remove camel stuff.
3910         (org-link-search): Remove camel stuff.
3911         (org-camel-to-words): Function removed.
3912         (org-get-agenda-file-buffer): Make sure we prepare the base
3913         buffers, not any indirect buffers.
3914         (org-sort-entries): Sort top-level when not on a headline, and no
3915         active region.
3916         (org-in-regexp): New function.
3917         (org-search-not-self): Rename from `org-search-not-link'.
3918         (org-open-link-marker): New variable.
3919         (org-open-at-point): Set `org-open-link-marker'.
3920         (org-print-icalendar-entries): Fixe bug with excluding DONE
3921         entries from the exported list.
3922         (org-edit-formula-lisp-indent): New command.
3923         (orgtbl-to-texinfo, orgtbl-to-html): New functions.
3924         (orgtbl-to-latex, orgtbl-insert-radio-table)
3925         (orgtbl-toggle-comment, orgtbl-send-table): New functions.
3926         (orgtbl-radio-table-templates): New option.
3927         (org-store-link-props):
3928         (org-remember-templates): More possibilities to insert info
3929         into templates.
3930         (org-remember-apply-template): Make use of the extended
3931         template capabilities.
3932         (org-remember-redo-template): New command.
3933         (org-upgrade-old-links)
3934         (org-table-modify-formulas, org-table-replace-in-formulas)
3935         (org-table-find-dataline)
3936         (org-table-get-vertical-vector): Remove functions.
3937         (org-table-remove-rectangle-highlight)
3938         (org-time-stamp-format, org-toggle-log-option)
3939         (org-table-highlight-rectangle)
3940         (org-table-iterate, org-table-make-reference):
3941         (org-translate-time, org-tree-to-indirect-buffer)
3942         (org-table-field-info, org-table-fix-formulas)
3943         (org-table-force-dataline, org-table-get-descriptor-line)
3944         (org-table-get-range)
3945         (org-skip-comments, org-sort)
3946         (org-sort-entries, org-sublist, org-table-add-rectangle-overlay)
3947         (org-table-current-dline, org-table-current-field-formula)
3948         (org-table-edit-backward-field)
3949         (org-table-edit-formulas-post-command)
3950         (org-table-edit-line-down, org-table-edit-line-up)
3951         (org-agenda-archive)
3952         (org-agenda-clock-cancel)
3953         (org-agenda-clock-out, org-agenda-list-stuck-projects)
3954         (org-agenda-open-link, org-agenda-show-new-time)
3955         (org-agenda-skip-subtree-when-regexp-matches)
3956         (org-agenda-tree-to-indirect-buffer, org-agenda-undo)
3957         (org-at-regexp-p, org-auto-repeat-maybe, org-check-log-option)
3958         (org-do-sort, org-file-image-p, org-find-overlays)
3959         (org-find-row-type, org-get-indirect-buffer, org-get-repeat)
3960         (org-highlight-until-next-command, org-isearch-end)
3961         (org-match-any-p, org-next-link, org-previous-link):
3962         (org-remove-subtree-entries-from-agenda, org-replace-escapes)
3963         (org-rewrite-old-row-references)
3964         (org-isearch-post-command)
3965         (org-table-edit-move, org-table-edit-next-field)
3966         (org-table-edit-scroll, org-table-edit-scroll-down)
3967         (org-set-frame-title, org-show-reference)
3968         (org-unhighlight-once, org-verify-change-for-undo): New functions.
3969         (org-show-variable): Remove command.
3970         (org-add-log-maybe): New arguments STATE, FINDPOS
3971         (org-table-sort-lines): Rewrite from scratch.
3972         (org-link-search): New argument AVOID-POS.
3973         (org-print-icalendar-entries): Remove argument CATEGORY.
3974         (org-run-agenda-series): Remove argument WONDOW.
3975         (org-next-link, org-previous-link): New commands.
3976         (org-agenda-date-format): New option.
3977         (org-table-iterate): New command.
3978         (org-table-modify-formulas)
3979         (org-table-replace-in-formulas): Remove functions.
3980         (org-table-fix-formulas): New function.
3981         (org-table-insert-column, org-table-delete-column)
3982         (org-table-move-column): Use `org-table-fix-formulas'.
3983         (org-follow-gnus-link): Patch from Bastien/Leo.
3984         (org-table-current-field-formula): New function.
3985         (org-file-image-p): New function.
3986         (org-agenda-show-new-time): New function.
3987         (org-agenda-date-later): Call `org-agenda-show-new-time'.
3988         (org-with-remote-undo): New macro.
3989         (org-agenda-undo): New command.
3990         (org-verify-change-for-undo): New function.
3991         (org-time-stamp-format): New function.
3992         (org-agenda-get-timestamps): Skip scheduled if DONE and requested
3993         by user.
3994         (org-match-any-p): New function.
3995         (org-make-tags-matcher): Handle regular expressions for tag and
3996         todo matches.
3997         (org-read-date): Accept "+N" as input for a date relative to the
3998         current date.
3999         (org-remove-subtree-entries-from-agenda): New function.
4000         (org-agenda-archive, org-agenda-kill):
4001         Use `org-remove-subtree-entries-from-agenda'.
4002         (org-do-sort, org-sort-entries): New functions.
4003         (org-sort): New command.
4004         (org-table-sort-lines): Use `org-do-sort'.
4005         (org-fix-decoded-time): New function.
4006         (org-table-number-regexp): Require 0x... to identify as number
4007         in tables.
4008         (org-startup-options): New keywords for note taking.
4009         (org-upgrade-old-links): Remove function.
4010         (org-get-repeat): New function.
4011         (org-show-context): Also show siblings on current level.
4012         (org-show-siblings): New function.
4013         (org-isearch-end, org-isearch-post-command): New functions.
4014         (org-show-siblings): New option.
4015         (org-show-context): Use `org-show-siblings'.
4016         (org-table-maybe-recalculate-line): No longer require `calc-eval'
4017         to be bound, because user may just use elisp.
4019 2007-02-24  Kim F. Storm  <storm@cua.dk>
4021         * emulation/cua-base.el (cua-paste): Handle x-clipboard-yank.
4022         (cua--init-keymaps): Remap x-clipboard-yank to cua-paste.
4024 2007-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
4026         * startup.el (command-line): Also check if the abbrev file is readable.
4028 2007-02-24  John Paul Wallington  <jpw@pobox.com>
4030         * net/tls.el (tls-certtool-program): Fix custom type.
4032         * mail/feedmail.el (feedmail-message-id-generator)
4033         (feedmail-date-generator): Fix custom types.
4035         * mail/rmail.el (rmail-message-filter): Fix custom type.
4037 2007-02-24  Eli Zaretskii  <eliz@gnu.org>
4039         * startup.el (command-line): If simple.el cannot be found, proceed
4040         with a warning message.
4042 2007-02-24  Kenichi Handa  <handa@m17n.org>
4044         * international/utf-8.el (utf-8-pre-write-conversion): Handle the
4045         case that BEG is a string.
4047 2007-02-24  Chris Moore  <dooglus@gmail.com>
4049         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
4050         * pgg-pgp.el (pgg-pgp-encrypt-region):
4051         * pgg-gpg.el (pgg-gpg-encrypt-region):
4052         Check pgg-encrypt-for-me if no other recipients.
4054 2007-02-23  Eli Zaretskii  <eliz@gnu.org>
4056         * mail/rmailedit.el (rmail-cease-edit): Restore the Rmail toolbar.
4058         * textmodes/sgml-mode.el (sgml-validate): Quote the file name with
4059         shell-quote-argument.
4061 2007-02-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4063         * comint.el (comint-read-input-ring): Use comint-input-ring-size
4064         from the comint buffer instead of the temporary one.
4066 2007-02-23  David Reitter  <david.reitter@gmail.com>
4068         * cus-edit.el (custom-save-all): Canonicalize custom-file before
4069         storing it in recentf-exclude.
4071 2007-02-23  Chong Yidong  <cyd@stupidchicken.com>
4073         * startup.el (fancy-splash-screens): Make cursor-type buffer-local
4074         in splash screen.
4076 2007-02-22  J.D. Smith  <jdsmith@as.arizona.edu>
4078         * progmodes/idlw-shell.el (idlwave-shell-mode): Clean up pending
4079         commands, for restart.
4080         (idlwave-shell-current-module): Fix handling of module name by type.
4081         (idlwave-shell-break-in): Update type handling.
4082         (idlwave-shell-bp-get): Encode type in BP structure.
4083         (idlwave-shell-set-bp): Fix setting condition/count on disabled BPs.
4084         (idlwave-shell-module-source-query): Query routine info based on type.
4085         Fix path parsing for non-compiled files.
4086         (idlwave-shell-module-source-filter): Don't signal error in filter
4087         if no source found.
4088         (idlwave-shell-set-bp-in-module): Use fallback source to prevent
4089         filter race.
4091 2007-02-22  Kim F. Storm  <storm@cua.dk>
4093         * wid-edit.el (widget-default-create): Undo 2007-02-04 change.
4094         (editable-field): Document need to put some text before the %v
4095         escape in :format string.
4097 2007-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4099         * vc-svn.el: Remove the code inherited from CVSREAD and `cvs edit'.
4100         (vc-svn-use-edit): Remove unused config var.
4101         (vc-svn-update, vc-svn-revert): Checkout is always implicit.
4103         * outline.el (hide-sublevels): Keep empty last line, if available.
4105         * buff-menu.el (list-buffers-noselect): Use explicit unicode code
4106         rather than the corresponding unicode char, to make the code
4107         more readable.
4109 2007-02-19  Juanma Barranquero  <lekktu@gmail.com>
4111         * speedbar.el (speedbar-frame-mode, speedbar-frame-width)
4112         (speedbar-show-unknown-files, speedbar-item-info-file-helper)
4113         (speedbar-item-info-tag-helper): Doc fixes.
4115 2007-02-19  Kenichi Handa  <handa@m17n.org>
4117         * international/mule-cmds.el (locale-language-names):
4118         Map "eo" to "Esperanto".
4120         * language/european.el ("Esperanto"): New language environment.
4122 2007-02-17  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
4124         * simple.el (kill-line): Doc fix.
4126 2007-02-17  Kim F. Storm  <storm@cua.dk>
4128         * emacs-lisp/bindat.el (bindat--unpack-u*): Optimize.
4129         (bindat--unpack-item, bindat--length-group, bindat--pack-item)
4130         (bindat--unpack-group, bindat--pack-group):
4131         Handle vectors with optional element type.
4133 2007-02-17  Daiki Ueno  <ueno@unixuser.org>
4135         * pgg-gpg.el (pgg-gpg-process-region): Make USE-AGENT nil
4136         if PASSPHRASE is given.
4138 2007-02-17  Chris Moore  <dooglus@gmail.com>
4140         * jka-cmpr-hook.el (jka-compr-compression-info-list):
4141         Recognize backups of bz2 compressed files.
4143 2007-02-17  Eli Zaretskii  <eliz@gnu.org>
4145         * info-look.el (info-lookup): Bind Info-fontify-maximum-menu-size
4146         to nil to speed up lookup of the symbol in index nodes.
4148 2007-02-17  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
4150         * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
4151         Add indentation for the constants of Lisp.
4153 2007-02-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4155         * ps-print.el: Use (defvar <foo>) where applicable.
4156         (ps-print-emacs-type): Remove.
4157         (ps-x-frame-property, ps-e-frame-parameter): Remove.
4158         (ps-frame-parameter): Align its call-convention with frame-parameter.
4159         (ps-begin-job): Adjust calls to it appropriately.
4160         (ps-setup): Don't print ps-print-emacs-type.
4161         (ps-e-find-composition, ps-mark-active-p, ps-color-device):
4162         Define in such a way that it's obvious that it's defined.
4163         (ps-prsc, ps-c-prsc, ps-s-prsc): Remove.
4164         (ps-rmail-mode-hook, ps-vm-mode-hook, ps-gnus-summary-setup)
4165         (ps-jts-ps-setup): Use flavor-neutral syntax instead.
4167 2007-02-15  Alan Mackenzie  <acm@muc.de>
4169         * progmodes/cc-cmds.el (c-indent-new-comment-line): When splitting
4170         an empty one-line C-style comment, post-position point properly.
4172 2007-02-15  Chris Moore  <dooglus@gmail.com>
4174         * isearch.el (isearch-lazy-highlight-space-regexp): New variable.
4175         (isearch-lazy-highlight-new-loop): Bind it.
4176         (isearch-lazy-highlight-search): Use it.
4178         * replace.el (replace-highlight): Bind search-whitespace-regexp to nil.
4180 2007-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4182         * font-lock.el (font-lock-extend-region-wholelines):
4183         Only return non-nil if the region has really been changed.
4184         Reported by David Hansen <david.hansen@physik.fu-berlin.de>
4186 2007-02-15  Juanma Barranquero  <lekktu@gmail.com>
4188         * play/5x5.el (5x5-crack-xor-mutate): Doc fix.
4189         (5x5-draw-grid-end, 5x5-make-xor-with-mutation, 5x5-mode, 5x5-crack)
4190         (5x5-play-solution, 5x5-y-or-n-p): Fix typos in docstrings.
4192 2007-02-14  Juanma Barranquero  <lekktu@gmail.com>
4194         * faces.el (color-values): Revert changes to docstring from
4195         2007-01-31 and 2000-09-07.
4197         * textmodes/ispell.el (ispell-keep-choices-win, ispell-word)
4198         (ispell-begin-skip-region-regexp): Fix typos in docstrings.
4199         (ispell-dictionary-alist, ispell-process-line): Doc fixes.
4200         (ispell-help): Fix typos in docstring and output message.
4202 2007-02-14  Kim F. Storm  <storm@cua.dk>
4204         * progmodes/grep.el (grep-files-aliases): Add tex and texi aliases.
4205         (lgrep): Add DIR arg to start grep in specific directory, like rgrep.
4206         (grep): Fix lgrep reference.
4208         * disp-table.el (make-glyph-code, glyph-char, glyph-face): New defuns.
4209         (standard-display-underline): Use make-glyph-code.
4211         * descr-text.el (describe-char): Use glyph-char and glyph-face.
4213         * international/latin1-disp.el (latin1-display-char):
4214         Use make-glyph-code.
4216 2007-02-13  Juanma Barranquero  <lekktu@gmail.com>
4218         * ehelp.el (with-electric-help, electric-help-exit)
4219         (electric-help-retain): Doc fixes.
4221         * emacs-lisp/bytecomp.el (byte-compile-dest-file)
4222         (byte-compile-file): Doc fixes.
4224 2007-02-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4226         * term/mac-win.el: Change all uses of
4227         mac-set-font-panel-visibility to mac-set-font-panel-visible-p.
4228         (mac-ae-number): Return integer 0 if coerced result is float 0.0.
4229         (mac-ae-get-url): Call select-frame-set-input-focus.
4230         (mac-dnd-handle-drag-n-drop-event): Don't call
4231         select-frame-set-input-focus.
4233 2007-02-13  Kenichi Handa  <handa@m17n.org>
4235         * international/characters.el: Fix documentation of category `a'.
4237 2007-02-11  Dan Nicolaescu  <dann@ics.uci.edu>
4239         * progmodes/grep.el (grep): Mention lgrep and rgrep in the docstring.
4241 2007-02-12  Michael Albinus  <michael.albinus@gmx.de>
4243         * net/tramp.el (tramp-get-ls-command, tramp-get-file-exists-command)
4244         (tramp-get-remote-ln): Handle error case.
4245         Reported by Chris Moore <dooglus@gmail.com>.
4247 2007-02-11  Kim F. Storm  <storm@cua.dk>
4249         * bindings.el (ctl-x-map): Remove register compatibility bindings
4250         C-x /, C-x j, C-x x, and C-x g (deprecated since Emacs 19).
4252 2007-02-11  Richard Stallman  <rms@gnu.org>
4254         * loadhist.el (unload-feature): Handle (t . SYMBOL) entries
4255         in load history.
4257         * emacs-lisp/lisp-mode.el (indent-sexp): Clean up termination
4258         condition -- don't fail to stop at endpos.
4260 2007-02-11  Carsten Dominik  <dominik@science.uva.nl>
4262         * textmodes/org.el (org-agenda-get-todos)
4263         (org-agenda-get-timestamps, org-agenda-get-closed)
4264         (org-agenda-get-deadlines, org-agenda-get-scheduled)
4265         (org-agenda-get-blocks, org-format-agenda-item)
4266         (org-agenda-change-all-lines, org-scan-tags): Rename text property
4267         from `category' to `org-category'.
4269 2007-02-11  Kenichi Handa  <handa@m17n.org>
4271         * international/titdic-cnv.el (titdic-convert): Force files be written
4272         with Unix-like eol format.  Read files under CXTERM-DIC by raw-text.
4273         (miscdic-convert): Force files be written with Unix-like eol format.
4275 2007-02-11  Juanma Barranquero  <lekktu@gmail.com>
4277         * files.el (change-major-mode-with-file-name): Fix typo in docstring.
4279         * calculator.el (calculator-prompt): Doc fix.
4280         (calculator-mode-map): Fix typo in menu entry.
4282 2007-02-10  Jay Belanger  <belanger@truman.edu>
4284         * calculator.el (calculator): Do more extensive checking for when
4285         3 lines should be used for the calculator.
4287 2007-02-10  Eli Zaretskii  <eliz@gnu.org>
4289         * info-look.el (info-lookup-make-completions):
4290         Bind Info-fontify-maximum-menu-size to nil to speed up lookup of
4291         index nodes.
4293         * info.el (Info-fontify-maximum-menu-size): Document the effect
4294         of a nil value.
4295         (Info-fontify-node): Make sure Info-fontify-maximum-menu-size is
4296         non-nil before using it as size.
4298 2007-02-09  Chong Yidong  <cyd@stupidchicken.com>
4300         * subr.el (insert-for-yank-1): Prevent read-only properties from
4301         interfering with text property operations.
4303         * image-mode.el (image-mode): Revert 2007-01-30 changes.
4305         * image.el (image-type-auto-detectable): Don't autodetect x[pb]m.
4306         (image-type-auto-detected-p): Fail if another match is found in
4307         auto-mode-alist.
4309         * files.el (magic-mode-alist): Call image-mode instead of
4310         image-mode-maybe for autodetected images.
4312 2007-02-09  Juanma Barranquero  <lekktu@gmail.com>
4314         * mail/smtpmail.el (smtpmail-smtp-service, smtpmail-queue-index-file):
4315         Fix typos in docstrings.
4316         (smtpmail-local-domain, smtpmail-queue-mail): Doc fixes.
4318 2007-02-09  Kim F. Storm  <storm@cua.dk>
4320         * emacs-lisp/float-sup.el: Remove obsolete comment.
4322 2007-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4324         * diff-mode.el (diff-sanity-check-hunk): Fix last fix.
4326 2007-02-08  Karl Fogel  <kfogel@red-bean.com>
4328         * simple.el: Revert previous change, at request of RMS:
4329         (fundamental-mode-hook): Remove.
4330         (fundamental-mode): Run after-change-major-mode-hooks manually,
4331         and don't run the now-nonexistent fundamental-mode-hook.
4333 2007-02-08  Karl Fogel  <kfogel@red-bean.com>
4335         * simple.el (fundamental-mode-hook): Declare new hook.
4336         (fundamental-mode): Run the new dedicated hook, and don't run
4337         after-change-major-mode-hooks manually anymore.
4339 2007-02-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4341         * vc-svn.el (vc-svn-merge-news): Understand the new format with two
4342         added columns of chars.  Remove support for the "no-meta-info" format.
4343         Prompted by Romain Francoise <romain@orebokech.com>.
4345 2007-02-07  Nick Roberts  <nickrob@snap.net.nz>
4347         * progmodes/gdb-ui.el (gdb-if-arrow): New macro.
4348         (gdb-mouse-until, gdb-mouse-jump): Use it.
4350 2007-02-07  Nick Roberts  <nickrob@snap.net.nz>
4352         * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump): Make them
4353         work when there is just an assembler buffer (no source buffer).
4355 2007-02-07  Per Cederqvist  <ceder@lysator.liu.se>  (tiny change)
4357         * diff-mode.el (diff-sanity-check-hunk): Don't reject the hunk
4358         just because the diff was produced using "-p" (--show-c-function).
4360 2007-02-07  Juanma Barranquero  <lekktu@gmail.com>
4362         * faces.el (frame-set-background-mode): Use `color-values' and
4363         `display-color-p', not `x-color-values' and `x-display-color-p'.
4364         (face-valid-attribute-values): Use `defined-colors' instead of
4365         `x-defined-colors'.
4367 2007-02-07  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4369         * ps-print.el: The ps-print commands without face printing should not
4370         print background color.  Reported by Leo <sdl.web@gmail.com>.
4371         (ps-print-version): New version 6.7.3.
4372         (ps-begin-job): New arg.  Fix ps-default-background and
4373         ps-default-foreground initialization.
4374         (ps-face-attributes): Fix doc string.
4375         (ps-face-background, ps-generate-postscript, ps-generate): Fix code.
4377         * printing.el: Fix ps-print link.
4379 2007-02-06  Chong Yidong  <cyd@stupidchicken.com>
4381         * faces.el (face-set-after-frame-default): Compile attributes to
4382         be set by frame parameters before merging in X resources.
4384 2007-02-06  Juanma Barranquero  <lekktu@gmail.com>
4386         * simple.el (blink-matching-paren-dont-ignore-comments):
4387         (blink-matching-paren-on-screen): Doc fixes.
4389 2007-02-06  Nick Roberts  <nickrob@snap.net.nz>
4391         * progmodes/gdb-ui.el (gdb-frames-mode): Truncate lines in stack buffer.
4393 2007-02-05  Juanma Barranquero  <lekktu@gmail.com>
4395         * loadhist.el (unload-feature): Silently ignore `load-history' entries
4396         of the form `(defface . SYMBOL)', and treat `(autoload . SYMBOL)'
4397         entries like `defun'.  Return nil.
4399 2007-02-05  Kim F. Storm  <storm@cua.dk>
4401         * ido.el: Doc fixes.
4403 2007-02-04  David Kastrup  <dak@gnu.org>
4405         * play/mpuz.el (mpuz-random-puzzle): Fix potential lockup when
4406         `mpuz-allow-double-multiplicator' is non-zero, and correct
4407         calculation of `min'.
4409 2007-02-04  Per Abrahamsen  <abraham@dina.kvl.dk>
4411         * wid-edit.el (widget-default-create): Insert new text at the
4412         :from marker _after_ the marker, not before it.
4414 2007-02-04  Alan Mackenzie  <acm@muc.de>
4416         * progmodes/cc-cmds.el (c-indent-line): Don't erase ^L when a line
4417         containing it is re-indented.
4419 2007-02-03  Chong Yidong  <cyd@stupidchicken.com>
4421         * net/newsticker.el (newsticker--insert-image): Update docstring,
4422         and insert the image directly.
4423         (newsticker--buffer-redraw): Update docstring.
4425         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
4426         Rename from define-global-minor-mode.
4428         * progmodes/cwarn.el (global-cwarn-mode):
4429         * emacs-lisp/autoload.el (make-autoload):
4430         * hi-lock.el (global-hi-lock-mode):
4431         * font-core.el (global-font-lock-mode): All callers changed.
4433 2007-02-03  Eli Zaretskii  <eliz@gnu.org>
4435         * textmodes/texnfo-upd.el (texinfo-menu-copy-old-description):
4436         Don't copy @ignore lines into menu descriptions.
4437         (texinfo-multi-file-update): Goto the @node line before attempting
4438         to pluck the node name.
4439         (texinfo-multiple-files-update): Reverse the optional arguments'
4440         order, as per the doc string and the `interactive' form.
4442 2007-02-03  Chong Yidong  <cyd@stupidchicken.com>
4444         * image-mode.el: Use autoload to avoid overriding disabled setting
4445         applied in .emacs.
4447 2007-02-03  Alan Mackenzie  <acm@muc.de>
4449         * progmodes/cc-engine.el (c-in-knr-argdecl): Slight correction
4450         for, e.g. "void (*hdone)();" in a k&r list.  (No WS between
4451         adjacent paren groups).
4453 2007-02-02  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4455         * progmodes/ebnf2ps.el: Doc fixes.
4456         (ebnf-eps-buffer, ebnf-eps-region, ebnf-syntax-alist): Doc fixes.
4458 2007-02-02  Eli Zaretskii  <eliz@gnu.org>
4460         * dired-x.el (dired-do-relsymlink): Add reference to
4461         dired-do-symlink.  Add an autoload cookie.
4463         * dired-aux.el (dired-do-symlink): Add reference to
4464         dired-do-relsymlink.
4466 2007-02-02  Doug Maxey  <dwm@enoyolf.org>  (tiny change)
4468         * mouse.el <left-fringe mouse-2, right-fringe mouse-3>:
4469         <left-fringe mouse-3>: New bindings.
4471 2007-02-02  Ulf Jasper  <ulf.jasper@web.de>
4473         * net/newsticker.el (newsticker-version): Changed to "1.10".
4474         (newsticker--set-customvar): Doc string.
4475         (newsticker-new-item-face): Doc string.
4476         (newsticker-mode): Initialize `invisibility-spec' with t.
4477         (newsticker-mode-map): Added
4478         `newsticker-mark-all-items-at-point-as-read'.
4479         (newsticker-menu): Added narrow-to-item and narrow-to-feed.
4480         (newsticker-w3m-show-inline-images): Do not call
4481         `w3m-remove-image'.
4482         (newsticker--buffer-after-w3m-insert-image): New advice for
4483         w3m-insert-image to cache images.
4484         (newsticker-next-item-same-feed): New.
4485         (newsticker-mark-all-items-at-point-as-read-and-redraw): New.
4486         (newsticker-mark-all-items-of-feed-as-read): New.
4487         (newsticker-mark-all-items-at-point-as-read): Use new functions.
4488         (newsticker-mark-item-at-point-as-read): Doc string.
4489         (newsticker-mark-item-at-point-as-read): Use new functions.
4490         (newsticker--do-mark-item-at-point-as-read): New, extracted from
4491         `newsticker-mark-item-at-point-as-read'.
4492         (newsticker-hide-entry): Use (t) instead of t for invisibility.
4493         (newsticker--sentinel): Yet another xml-parser workaround.
4494         (newsticker--decode-iso8601-date): Bugfix for datestrings without
4495         days.
4496         (newsticker--buffer-do-insert-text): Fix.
4497         (newsticker--buffer-insert-enclosure): Fix. length might be missing.
4498         (newsticker--buffer-make-item-completely-visible):
4499         `switch-to-buffer' not necessary.
4501 2007-02-02  Eli Zaretskii  <eliz@gnu.org>
4503         * progmodes/ebnf2ps.el (ebnf-eps-buffer, ebnf-eps-region)
4504         (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-region)
4505         (ebnf-style-database, ebnf-apply-style, ebnf-reset-style)
4506         (ebnf-push-style, ebnf-pop-style, ebnf-eps-production-list)
4507         (ebnf-directory, ebnf-file, ebnf-syntax-alist): Doc fixes.
4509 2007-02-02  Kenichi Handa  <handa@m17n.org>
4511         * international/quail.el (quail-show-key): Fix an error message.
4513 2007-02-01  Juanma Barranquero  <lekktu@gmail.com>
4515         * faces.el (set-face-underline-p, modify-face): Rename arg
4516         UNDERLINE-P to UNDERLINE (it is not a flag).
4518 2007-02-01  Nick Roberts  <nickrob@snap.net.nz>
4520         * progmodes/gdb-ui.el (gdb-speedbar-update): Avoid duplication
4521         when adding gdb-speedbar-update to gdb-input-queue.
4523 2007-02-01  Kenichi Handa  <handa@m17n.org>
4525         * international/quail.el (quail-show-key): Signal an error if the
4526         current input method is not using Quail.
4528 2007-02-01  J.D. Smith  <jdsmith@as.arizona.edu>
4530         * progmodes/idlwave.el (idlwave-xml-create-sysvar-alist):
4531         Trim leading whitespace in sysvar names.
4533 2007-02-01  Juanma Barranquero  <lekktu@gmail.com>
4535         * faces.el (internal-find-face, internal-get-face): Doc fixes.
4537 2007-01-31  Juanma Barranquero  <lekktu@gmail.com>
4539         * ido.el (ido-set-common-completion): Use `let', not `let*'.
4541 2007-01-31  Romain Francoise  <romain@orebokech.com>
4543         * comint.el: Delete extra copy of `comint-copy-old-input' added in
4544         previous change to this file.
4546 2007-01-31  Jason Rumney  <jasonr@gnu.org>
4548         * files.el (magic-mode-alist): Use image-mode-maybe rather than
4549         image-mode.
4551         * image-mode.el (image-mode-maybe): Prevent magic-mode-alist from
4552         interfering with attempt to set major mode from modified
4553         auto-mode-alist.
4555 2007-01-31  Juanma Barranquero  <lekktu@gmail.com>
4557         * faces.el (color-values): Doc fix.
4558         (face-differs-from-default-p): Don't check :foreground twice.
4560 2007-01-31  J.D. Smith  <jdsmith@as.arizona.edu>
4562         * comint.el (comint-mode): Prevent non-keyword fontification by default.
4564 2007-01-31  Kenichi Handa  <handa@m17n.org>
4566         * international/quail.el (quail-store-decode-map-key): Store a
4567         translated character too.
4568         (quail-char-equal-p): New function.
4569         (quail-find-key1): Check character equality by quail-char-equal-p.
4570         (quail-decode-map-generated): New variable.
4571         (quail-find-key): Check quail-decode-map-generated and re-generate
4572         a decode map if necessary.
4574 2007-01-30  Richard Stallman  <rms@gnu.org>
4576         * tutorial.el (tutorial--detailed-help): Make the list of
4577         changed keys look nicer.
4579 2007-01-30  Nick Roberts  <nickrob@snap.net.nz>
4581         * progmodes/gdb-ui.el (gdb-var-delete-1): New function.
4582         (gdb-var-delete): Use it.
4583         (gdb-var-update-handler-1): Handle value "invalid" for MI field
4584         `in_scope'.
4586 2007-01-30  Michael Albinus  <michael.albinus@gmx.de>
4588         * files.el (get-free-disk-space): Return nil for remote directories.
4590         * net/ange-ftp.el (ange-ftp-ls): In case of wildcards, use "ls"
4591         instead of "dir".
4593 2007-01-30  Chong Yidong  <cyd@stupidchicken.com>
4595         * type-break.el (type-break-catch-up-event): New function.
4596         (type-break-demo-hanoi, type-break-demo-life)
4597         (type-break-demo-boring): Use it.
4599         * image-mode.el (image-mode): Don't automatically view as image.
4600         (image-toggle-display): Add `disabled' property.
4602 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
4604         * isearchb.el (isearchb-iswitchb):
4605         * ps-print.el (ps-build-face-reference):
4606         * emacs-lisp/shadow.el (list-load-path-shadows):
4607         * eshell/esh-cmd.el (eshell-rewrite-for-command):
4608         * international/mule.el (find-auto-coding):
4609         * mail/supercite.el (sc-attrib-selection-list):
4610         * progmodes/cc-defs.el (c-emacs-features):
4611         * progmodes/cc-vars.el (c-offsets-alist):
4612         * progmodes/flymake.el
4613         (flymake-init-create-temp-source-and-master-buffer-copy):
4614         Fix typos in docstrings (some suggested by Chris Moore).
4616         * progmodes/vhdl-mode.el (vhdl-components-package-name)
4617         (vhdl-get-library-unit, vhdl-corresponding-begin)
4618         (vhdl-skip-case-alternative, vhdl-backward-skip-label)
4619         (vhdl-align-region-2, vhdl-electric-dash, vhdl-case-word)
4620         (vhdl-hooked-abbrev, vhdl-hs-forward-sexp-func)
4621         (vhdl-font-lock-match-item): Fix typos in docstrings.
4622         (vhdl-get-library-unit, vhdl-get-block-state, vhdl-sort-alist)
4623         (vhdl-set-offset, vhdl-fix-case-region-1, vhdl-scan-directory-contents)
4624         (vhdl-speedbar-insert-project-hierarchy):
4625         Improve argument/docstring consistency.
4627 2007-01-29  Kenichi Handa  <handa@m17n.org>
4629         * international/titdic-cnv.el (py-converter): Fix previous change.
4631 2007-01-29  Chong Yidong  <cyd@stupidchicken.com>
4633         * jka-compr.el (jka-compr-partial-uncompress)
4634         (jka-compr-call-process): Rebind default-directory if it is
4635         invalid.  Suggested by Chris Moore.
4637         * comint.el (comint-insert-input): Handle situation where the
4638         selected buffer is not the clicked buffer.
4640 2007-01-29  Kenichi Handa  <handa@m17n.org>
4642         * international/ja-dic-cnv.el (skkdic-convert):
4643         Add byte-compile-disable-print-circle:t at the head.
4645         * international/titdic-cnv.el (tit-process-header):
4646         Add byte-compile-disable-print-circle:t at the head.
4647         (miscdic-convert): Likewise.
4648         (py-converter): Skip the header comments.
4650         * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle):
4651         New variable.
4652         (byte-compile-output-file-form): Bing print-circle to nil if
4653         byte-compile-output-file-form is not nil.
4654         (byte-compile-output-docform): Likewise.
4656 2007-01-28  Kim F. Storm  <storm@cua.dk>
4658         * emulation/cua-base.el (cua-global-keymap, cua--region-keymap):
4659         Declare earlier to avoid byte compiler warnings.
4661 2007-01-28  Markus Triska  <markus.triska@gmx.at>
4663         * speedbar.el (speedbar-make-specialized-keymap): Doc fix.
4665 2007-01-28  Chong Yidong  <cyd@stupidchicken.com>
4667         * play/gamegrid.el (gamegrid-kill-timer): Cancel timer directly.
4668         (gamegrid-add-score-with-update-game-score-1): Allow local quits
4669         when calling update-game-score program.  Remove unnecessary
4670         save-excursion.
4672         * play/tetris.el (tetris-new-shape): Stop drawing if game is over.
4674 2007-01-28  Nick Roberts  <nickrob@snap.net.nz>
4676         * progmodes/gdb-ui.el (gdb-breakpoint-regexp): Declare earlier to
4677         avoid compiler warning.
4678         (gdb-var-update-handler-1): Consider that the MI field `in_scope'
4679         might have values other than "true" or "false".
4681 2007-01-28  Richard Stallman  <rms@gnu.org>
4683         * textmodes/fill.el (fill-paragraph-function): Doc fix.
4684         (fill-paragraph): Bind fill-paragraph-function to t to avoid recursion.
4686         * emacs-lisp/pp.el (pp-eval-last-sexp): Don't eval here.
4688         * image.el (image-type-header-regexps): Make GIF regex more specific.
4690         * tutorial.el (tutorial--default-keys): Check M-DEL, not `M-backspace'.
4691         Don't check `backspace'.
4692         (tutorial--find-changed-keys): Look up bindings in a temp buffer
4693         in Fundamental mode.
4695         * startup.el (fancy-splash-text, normal-splash-screen):
4696         Mention C-g.
4698         * simple.el (eval-expression): Don't use eval-last-sexp-print-value
4699         when inserting in buffer.
4701         * vc-arch.el (vc-arch-file-id): Move with-current-buffer
4702         inside the if.
4704 2007-01-27  Richard Stallman  <rms@gnu.org>
4706         * obsolete/awk-mode.el (awk-font-lock-keywords): Add "do".
4708 2007-01-27  Guanpeng Xu  <herberteuler@hotmail.com>
4710         * add-log.el (add-log-current-defun): Skip the semicolon ``;'' for
4711         enum/union/struct/class definition.
4712         Revert change to call `forward-sexp' multiple times.
4714 2007-01-27  Chong Yidong  <cyd@stupidchicken.com>
4716         * files.el (hack-local-variables-confirm): Don't keep trying to
4717         read an event from an empty kbd macro.
4719 2007-01-27  Eli Zaretskii  <eliz@gnu.org>
4721         * server.el (server-start): Mention LEAVE-DEAD arg in the doc string.
4723 2007-01-27  Ben North  <ben@redfrontdoor.org>
4725         * outline.el (outline-promote, outline-demote): Doc fix.  Rename
4726         the arg CHILDREN -> WHICH.
4728 2007-01-27  Michael Albinus  <michael.albinus@gmx.de>
4730         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Set
4731         default-directory to a sane value when calling start-process.
4733 2007-01-27  Eli Zaretskii  <eliz@gnu.org>
4735         * ls-lisp.el (ls-lisp-use-localized-time-format): New defcustom.
4736         (ls-lisp-format-time-list): Doc fix.  Mention
4737         ls-lisp-use-localized-time-format.
4738         (ls-lisp-format-time): Use ls-lisp-format-time-list if
4739         ls-lisp-use-localized-time-format is non-nil, even if a valid
4740         locale is defined.
4742 2007-01-27  Juanma Barranquero  <lekktu@gmail.com>
4744         * jka-compr.el (jka-compr-shell): Doc fix.
4746         * jka-cmpr-hook.el (jka-compr-compression-info-list): Doc fix.
4748 2007-01-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4750         * ps-print.ps: Fix background height.
4751         (ps-print-version): New version 6.7.2.
4753 2007-01-26  Eli Zaretskii  <eliz@gnu.org>
4755         * makefile.w32-in (finder-data, custom-deps): Depend on
4756         $(lisp)/loaddefs.el.
4758 2007-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
4760         * Makefile.in (custom-deps, finder-data): Add dependency to loaddefs.el.
4762 2007-01-24  Miles Bader  <miles@gnu.org>
4764         * emacs-lisp/bytecomp.el (byte-compile-output-file-form)
4765         (byte-compile-output-docform): Bind `print-circle' to t.
4767 2007-01-24  Kenichi Handa  <handa@m17n.org>
4769         * international/ja-dic-cnv.el (skkdic-convert): Insert a related
4770         file name of the original SKK dictionary file.
4772 2007-01-24  Kim F. Storm  <storm@cua.dk>
4774         * ido.el (ido-initial-position): New variable.
4775         (ido-read-internal): Set it if default item is specified.
4776         (ido-minibuffer-setup): Position cursor accordingly if set.
4777         (ido-edit-input): C-e moves to end of input if not already there.
4778         (ido-magic-backward-char): C-b does like M-b if prev char is /.
4779         Don't switch to buffer mode if repeating C-b at start of input.
4780         (ido-toggle-ignore): C-a only toggles ignore at start or end of
4781         input; else it moves to start of input.
4782         (ido-kill-buffer-at-head, ido-delete-file-at-head): If cursor is
4783         not at end of input, delete rest of input, rather than normal op.
4785 2007-01-23  Michael Kifer  <kifer@cs.stonybrook.edu>
4787         * emulation/viper-keym.el (viper-insert-basic-map):
4788         Delete binding for S-TAB.
4790         * ediff-util.el (ediff-clone-buffer-for-region-comparison): Change text
4791         of message.  Activate mark.
4792         (ediff-activate-mark): Set transient-mark-mode to t.
4794         * ediff.el (ediff-regions-wordwise, ediff-regions-linewise): Doc fix.
4796 2007-01-23  Martin Rudalics  <rudalics@gmx.at>
4798         * help-fns.el (describe-variable): Don't suppress display of
4799         buffer local value when the value is "large".
4801 2007-01-22  Kim F. Storm  <storm@cua.dk>
4803         * ido.el (ido-active): Add XEmacs test from ido-minibuffer-setup.
4804         (ido-initiate-auto-merge, ido-exhibit, ido-minibuffer-setup)
4805         (ido-tidy): Use ido-active.
4807 2007-01-22  Chris Moore  <christopher.ian.moore@gmail.com>
4809         * hexl.el (hexl-mode-exit): Add missing quote.
4811 2007-01-22  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4813         * term/mac-win.el (mac-keyboard-modifier-mask-alist): New constant.
4814         (mac-ae-keyboard-modifiers): New function.
4815         (mac-handle-toolbar-switch-mode): Use it.
4816         (mac-dnd-handle-drag-n-drop-event): Likewise.  Set action to `copy'
4817         if keyboard modifiers on drop contain option key.
4818         (mac-dnd-drop-data): Add optional argument `action'.
4819         (special-event-map): Remove binding for M-drag-n-drop.
4821 2007-01-21  Guanpeng Xu  <herberteuler@hotmail.com>
4823         * add-log.el (add-log-current-defun): Use CC Mode functions to
4824         find the beginning and end of a defun.
4826 2007-01-21  Nick Roberts  <nickrob@snap.net.nz>
4828         * progmodes/gdb-ui.el (gdb-var-create-regexp)
4829         (gdb-var-create-handler): Handle value field in GDB output of
4830         -var-create.
4831         (gdb-max-frames): New variable.
4832         (gdb-stack-buffer, gdb-frames-select): Use it.
4833         (gdb-info-stack-custom): Help user customize gdb-max-frames,
4834         if necessary.
4835         (gdb-get-frame-number): Simplify.
4837 2007-01-21  Glenn Morris  <rgm@gnu.org>
4839         * net/tramp.el (tramp-perl-encode, tramp-perl-decode):
4840         Update copyrights.
4842 2007-01-21  Alan Mackenzie  <acm@muc.de>
4844         * progmodes/cc-cmds.el (c-where-wrt-brace-construct): Correct the
4845         handling of K&R stuff.
4847 2007-01-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4849         * textmodes/bibtex.el (bibtex-files): Fix customization type.
4851 2007-01-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4853         * ps-print.el: Handle frame parameters (background and/or foreground
4854         colors) changing dynamically.  Reported by Leo <sdl.web@gmail.com>.
4855         (ps-print-version): New version 6.7.1.
4856         (ps-x-frame-property, ps-e-frame-parameter): New aliases.
4857         (ps-frame-parameter): New fun.
4858         (ps-default-fg, ps-default-bg): New default value ('frame-parameter).
4859         Fix doc and customization.
4860         (ps-begin-job): Get frame parameters (background and/or foreground
4861         colors).
4862         (ps-do-despool): Ensure ps-printer-name has a valid value.
4864 2007-01-21  Nick Roberts  <nickrob@snap.net.nz>
4866         * progmodes/gdb-ui.el (gdb-debug-log): Rename from gdb-debug-ring.
4867         (gdb-debug-log-max): Rename from gdb-debug-ring-max.
4868         (gud-gdba-marker-filter): Make a value of nil for gdb-debug-ring-max
4869         mean unlimited.
4871 2007-01-20  Alan Mackenzie  <acm@muc.de>
4873         * progmodes/cc-engine.el (c-in-knr-argdecl): Reformulate to do
4874         much more rigorous analysis of putative K&R regions.
4876 2007-01-20  Alan Mackenzie  <acm@muc.de>
4878         * progmodes/cc-defs.el (c-go-list-forward, c-go-list-backward):
4879         New functions.
4881 2007-01-20  Alan Mackenzie  <acm@muc.de>
4883         * progmodes/cc-align.el, progmodes/cc-cmds.el,
4884         * progmodes/cc-defs.el, progmodes/cc-engine.el,
4885         * progmodes/cc-langs.el, progmodes/cc-styles.el,
4886         * progmodes/cc-vars.el: Add my name.
4888 2007-01-20  Chong Yidong  <cyd@stupidchicken.com>
4890         * files.el (find-alternate-file): Revert query message to Emacs 21
4891         version.
4893 2007-01-20  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
4895         * progmodes/cperl-mode.el (cperl-electric-keywords): Document in
4896         the doc string how to use personal abbrevs without electric
4897         keywords.
4899 2007-01-20  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
4901         * emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
4902         Fixed cursor position when toggle abbreviated display.
4904 2007-01-20  Nick Roberts  <nickrob@snap.net.nz>
4906         * t-mouse.el: Update copyright following assignment by
4907         Alessandro Rubini.
4909 2007-01-20  Chong Yidong  <cyd@stupidchicken.com>
4911         * type-break.el (type-break-demo-hanoi, type-break-demo-life)
4912         (type-break-demo-boring): Call read-event instead of read-char.
4914 2007-01-19  Daniel Pfeiffer  <occitan@esperanto.org>  (tiny change)
4916         * progmodes/compile.el: Add handling for makepplog.
4918 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
4920         * textmodes/ispell.el (ispell-change-dictionary): Ensure that
4921         aspell dictionaries are initialized when called non-interactively.
4923 2007-01-19  Chong Yidong  <cyd@stupidchicken.com>
4925         * progmodes/compile.el (compilation-loop): New arg limit.
4926         Handle case where the first error is at point-min.
4927         (compilation-next-error): New arg to compilation-loop call.
4929 2007-01-18  Bruno Haible  <bruno@clisp.org>  (tiny change)
4931         * info.el (Info-default-dirs): Change default info dir to
4932         share/info.
4934         * paths.el (Info-default-directory-list): Ditto.
4936 2007-01-18  Chris Moore  <christopher.ian.moore@gmail.com>
4938         * hexl.el (hexl-before-revert-hook): New function.
4939         (hexl-mode): Use it.
4940         (hexl-after-revert-hook): Just call hexl-mode.
4941         (hexl-mode-exit): Remove before-revert-hook.
4943 2007-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4945         * isearch.el (isearch-no-upper-case-p): Look for [:upper:] as well.
4947 2007-01-16  Martin Rudalics  <rudalics@gmx.at>
4949         * textmodes/ispell.el (ispell-dictionary-alist-3): Replace "---"
4950         by "-" in francais7 otherchars entry.
4951         (ispell-dictionary-alist-5): Replace "." by "[.]" for polish
4952         otherchars entry.
4954 2007-01-15  Karl Fogel  <kfogel@red-bean.com>
4956         * bookmark.el (bookmark-buffer-file-name): Abbreviate the bookmark
4957         path.  Rewrite function in `cond' style for readability.
4959         Suggested by: Stephen Eglen <S.J.Eglen{_AT_}damtp.cam.ac.uk>.
4960         (The path shortening, that is, not the rearrarangement.)
4962 2007-01-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4964         * term/mac-win.el (mac-ae-quit-application): New function.
4965         (mac-apple-event-map): Bind "quit application" Apple event to it.
4967 2007-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4969         * vc-svn.el (vc-svn-parse-status): Trust the filename argument more
4970         than the program's output.
4972 2007-01-14  Juanma Barranquero  <lekktu@gmail.com>
4974         * kmacro.el (kmacro-insert-counter, kmacro-set-counter)
4975         (kmacro-start-macro-or-insert-counter)
4976         (kmacro-step-edit-prefix-commands): Fix typos in docstrings.
4977         (kmacro-call-ring-2nd, kmacro-call-ring-2nd-repeat): Doc fixes.
4979         * longlines.el (longlines-show-hard-newlines):
4980         * ruler-mode.el (ruler-mode-ruler):
4981         * emulation/keypad.el (keypad-setup):
4982         * progmodes/antlr-mode.el (antlr-indent-at-bol-alist):
4983         Fix typo in docstring.
4985 2007-01-13  Mathias Dahl  <mathias.dahl@gmail.com>
4987         * tumme.el (tumme-cmd-rotate-original-options): Add -outfile option.
4988         Remove redirect character ">".
4990 2007-01-13  Juanma Barranquero  <lekktu@gmail.com>
4992         * replace.el (perform-replace): Remove leftover code.
4994 2007-01-12  Richard Stallman  <rms@gnu.org>
4996         * replace.el (perform-replace): Don't clear NODENT when computing
4997         the replacement string.
4999 2007-01-11  Michael Albinus  <michael.albinus@gmx.de>
5001         * net/tramp.el (tramp-handle-file-local-copy):
5002         Set `enable-multibyte-characters' to nil.  Reported by Chris Moore
5003         <christopher.ian.moore@gmail.com>.
5005 2007-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5007         * diff-mode.el (diff-sanity-check-context-hunk-half)
5008         (diff-sanity-check-hunk): New functions.
5009         (diff-find-source-location): Use'em to check the hunks are well-formed.
5011         * hexl.el (hexlify-buffer, dehexlify-buffer): Don't complain and don't
5012         activate undo when undo is not active.
5013         Reported by Chris Moore <christopher.ian.moore@gmail.com>.
5015 2007-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5017         * ffap.el (ffap-next-regexp, ffap-machine-p, ffap-newsgroup-regexp)
5018         (ffap-newsgroup-p, ffap-alist, ffap-string-at-point-mode-alist)
5019         (ffap-url-at-point): Use char-classes rather than "a-z".
5021 2007-01-10  Juanma Barranquero  <lekktu@gmail.com>
5023         * ediff-init.el (ediff-autostore-merges):
5024         * textmodes/fill.el (fill-region): Doc fix.
5026 2007-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5028         * server.el (server-ensure-safe-dir): UIDs may be floats.
5030 2007-01-10  Richard Stallman  <rms@gnu.org>
5032         * battery.el (battery-linux-proc-acpi): Use ignore-errors
5033         around calls to directory-files.
5035         * subr.el (momentary-string-display): Use save-excursion.
5037         * emacs-lisp/pp.el (pp-eval-expression): Once again eval the
5038         argument, but read it as `X' does.
5040 2007-01-09  Juri Linkov  <juri@jurta.org>
5042         * info.el (Info-fontify-node): Don't hide node names of index entries.
5044         * faces.el (momentary): Change :group to basic-faces where all
5045         basic faces belong to.  Add :version.
5047 2007-01-09  Lennart Borgman  <lennart.borgman.073@student.lu.se>
5049         * tutorial.el (tutorial--display-changes): Show M-x sequence if no
5050         keybinding is found.
5051         (tutorial--find-changed-keys): Never treat null keybinding as a
5052         remapping.
5054 2007-01-09  Martin Rudalics  <rudalics@gmx.at>
5056         * wdired.el (wdired-xcase-word): Skip non-word read-only characters.
5058 2007-01-09  Kenichi Handa  <handa@m17n.org>
5060         * international/mule-cmds.el
5061         (select-safe-coding-system-interactively): Fix message.
5063 2007-01-09  Michael Albinus  <michael.albinus@gmx.de>
5065         * net/tramp.el (tramp-process-one-action): Remove `with-timeout'.
5066         (tramp-process-actions): Add optional parameter TIMEOUT.
5067         (tramp-open-connection-telnet, tramp-open-connection-rsh)
5068         (tramp-open-connection-su): Add timeout of 60".
5070 2007-01-09  Richard Stallman  <rms@gnu.org>
5072         * progmodes/compile.el (compile): Doc fix.
5074 2007-01-09  Markus Triska  <markus.triska@gmx.at>
5076         * tumme.el (tumme-display-thumb): Doc fix.
5078 2007-01-08  Juanma Barranquero  <lekktu@gmail.com>
5080         * battery.el (battery-search-for-one-match-in-files):
5081         * bindings.el (mode-line-minor-mode-help):
5082         * x-dnd.el (x-dnd-types-alist):
5083         * calendar/icalendar.el (icalendar-import-buffer):
5084         * term/mac-win.el (mac-dnd-types-alist): Fix typo in docstring.
5086         * progmodes/vhdl-mode.el (vhdl-save-caches): Fix typo in error message.
5088 2007-01-07  Chris Moore  <christopher.ian.moore@gmail.com>
5090         * replace.el (replace-regexp): Fix typo in docstring.
5092 2007-01-07  Alan Mackenzie  <acm@muc.de>
5094         * progmodes/cc-langs.el (c-operators, c-filter-ops):
5095         Amend doc-string and comments.
5097 2007-01-06  Eli Zaretskii  <eliz@gnu.org>
5099         * files.el (abbreviate-file-name): Doc fix.
5101 2007-01-06  Markus Triska  <triska@gmx.at>
5103         * subr.el (split-string): Remove spurious ")" from doc string.
5105 2007-01-05  Takaaki Ota  <Takaaki.Ota@am.sony.com>
5107         * textmodes/table.el (table--warn-incompatibility):
5108         Use display-warning instead of momentary-string-display.
5110 2007-01-05  Richard Stallman  <rms@gnu.org>
5112         * image.el (image-type-header-regexps): Recognize xbm more strictly.
5114         * simple.el (backward-kill-word): Doc fix.
5116 2007-01-05  Romain Francoise  <romain@orebokech.com>
5118         * international/mule.el (sgml-html-meta-auto-coding-function):
5119         Ensure that the buffer contains a HTML document.
5121 2007-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
5123         * faces.el (momentary): Move here ...
5124         * subr.el (momentary): ... from here.
5126 2007-01-05  Nick Roberts  <nickrob@snap.net.nz>
5128         * progmodes/gdb-ui.el (gdb-max-children): New customizable variable.
5129         (gdb-speedbar-expand-node): Ask user for confirmation before expanding
5130         large structures/arrays.
5132 2007-01-04  Juanma Barranquero  <lekktu@gmail.com>
5134         * files.el (find-file-noselect-1, set-visited-file-name):
5135         Allow backup-enable-predicate to be nil.
5137 2007-01-04  Andreas Schwab  <schwab@suse.de>
5139         * progmodes/ebrowse.el (ebrowse-global-prefix-key): Fix typo in
5140         last change.
5142 2007-01-03  Richard Stallman  <rms@gnu.org>
5144         * woman.el (woman-decode-buffer): Clarify error message.
5146 2007-01-03  Alan Mackenzie  <acm@muc.de>
5148         * progmodes/cc-cmds.el (c-mask-paragraph): Fix yesterday's buggy patch.
5150 2007-01-03  Chris Moore  <christopher.ian.moore@gmail.com>
5152         * tutorial.el (tutorial--describe-nonstandard-key): Fix typo.
5154 2007-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5156         * iswitchb.el (iswitchb-global-map): Use command-remapping if available.
5158 2007-01-02  Juanma Barranquero  <lekktu@gmail.com>
5160         * emulation/viper.el (viper-custom-file-name, viper-mode):
5161         Fix typos in docstrings.
5163         * subr.el (momentary-string-display): After moving point, set POS
5164         variable to it to avoid later errors once the buffer is modified.
5165         Doc fix.
5167 2007-01-02  Alan Mackenzie  <acm@muc.de>
5169         * progmodes/cc-cmds.el (c-mask-paragraph): In a block comment,
5170         check that the "*/" is present before trying to manipulate it.
5172 2007-01-02  Richard Stallman  <rms@gnu.org>
5174         * wid-edit.el (widget-choose): Avoid ugly error for function keys.
5176         * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords):
5177         Fix format of value.
5179         * cus-edit.el (customize-unsaved): Rename from customize-customized.
5180         Change messages accordingly.
5181         (customize-customized): Now alias.
5183 2007-01-02  Juanma Barranquero  <lekktu@gmail.com>
5185         * files.el (version-control): Doc fix.
5187 2007-01-01  Alan Mackenzie  <acm@muc.de>
5189         * progmodes/cc-engine.el (c-guess-basic-syntax, case 5N):
5190         Check the format of c-state-cache is valid for an optimisation before
5191         using it.
5193         * progmodes/cc-engine.el (c-guess-basic-syntax): New case 5Q "we
5194         are at a statement within a macro".  Other changes so that only
5195         the first continuation line in a macro gets the symbol
5196         `cpp-define-intro', the others getting `statement', or whatever.
5198         * progmodes/cc-cmds.el (c-context-line-break): When invoked within
5199         a string, preserve whitespace.  Add a backslash only when also in
5200         a macro.
5202         * progmodes/cc-defs.el: Correct typos.
5204         * progmodes/cc-cmds.el (c-context-line-break): Don't indent the
5205         new line after an escaped EOL in a string.
5207         * progmodes/cc-engine.el (c-forward-label): Recognise "foo:" as a
5208         label when it directly follows "else", "do", ....
5210         * progmodes/cc-engine.el (c-backward-<>-arglist): Tolerate empty
5211         angle brackets (as seen in "explicit specialisations" of C++
5212         templates).
5214         * progmodes/cc-vars.el (c-indentation-style): Mention c-file-style
5215         in the doc-string.
5217         * progmodes/cc-cmds.el (c-mask-paragraph): Fix for C comments,
5218         when the comment ender looks like "=========*/" and is alone on
5219         its line.
5221         * progmodes/cc-langs.el, progmodes/cc-engine.el: Correct the
5222         spelling of c-opt-op-identiTier-prefix, t -> f.  Leave an alias
5223         for the old name.
5225         * progmodes/cc-mode.el: Bind C-M-a and C-M-e to
5226         c-\(beginning\|end\)-of-defun by default.
5228         * progmodes/cc-align.el (c-lineup-gnu-DEFUN-intro-cont):
5229         New line-up function, for the DEFUN macro in the Emacs C sources.
5230         Only used in "gnu" style.
5232         * progmodes/cc-styles.el (c-style-alist): Use this new function in
5233         the "gnu" style.
5235         * progmodes/cc-cmds.el (c-electric-slash): Extend the handling of
5236         clean-up comment-close-slash also to work when there's a comment
5237         terminator on the line.
5238         (c-beginning-of-defun, c-end-of-defun): Refactor and optimise
5239         these for large arg - only take account of top level {..}, except
5240         for initial and final adjustments.  M-- C-M-[ae] now go to the
5241         right defuns when the starting point is between defuns.  They use
5242         the four new functions:
5243         (c-in-function-trailer-p, c-where-wrt-brace-construct)
5244         (c-backward-to-nth-BOF-{, c-forward-to-nth-EOF-}): New functions to
5245         support c-\(beginning\|end\)-of-defun.
5247         * progmodes/cc-engine.el (c-forward-label): Analyze ":"
5248         expressions more rigorously, to exclude bit-field specifiers from
5249         being classed as labels.
5250         (c-forward-label): When analyzing a ":" within a macro, be careful
5251         about using c-forward-syntactic-ws at the macro beginning.
5252         (c-beginning-of-decl-1): Whilst searching for "=" as evidence of a
5253         stmt boundary, check for "operator=", etc.
5255         * progmodes/cc-mode.el (c-postprocess-file-styles):
5256         Bind inhibit-read-only to t, around the call to
5257         c-remove-any-local-eval-or-mode-variables, so that it works on a
5258         RO file.
5260         * progmodes/cc-defs.el (c-version): Update the version number to
5261         "5.31.4".
5263 2007-01-01  Richard Stallman  <rms@gnu.org>
5265         * isearch.el (isearch-done): Use FOUND-POINT or FOUND-START
5266         only if we restored isearch-window-configuration.
5268 2006-12-31  Romain Francoise  <romain@orebokech.com>
5270         * net/tramp.el (tramp-default-method): Don't use `symbol-function'.
5272 2006-12-31  Kim F. Storm  <storm@cua.dk>
5274         * files.el (auto-mode-case-fold): New defcustom.
5275         (set-auto-mode): If non-nil, perform second case-sensitive pass
5276         through auto-mode-alist if first pass failed.
5278 2006-12-30  Richard Stallman  <rms@gnu.org>
5280         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Doc fix.
5282 2006-12-30  Ken Manheimer  <ken.manheimer@gmail.com>
5284         * allout.el (allout-encrypt-string): Handle symmetric-key
5285         passphrase caching but leave keypair caching to pgg.
5287 2006-12-30  Michael Albinus  <michael.albinus@gmx.de>
5289         Sync with Tramp 2.0.55.
5291         * net/tramp.el (tramp-completion-mode): Use `wholenump' instead of
5292         `integerp'.  `char-equal' could fail else in case of negative
5293         numbers.  Reported by Toby Speight <T.M.Speight.90@cantab.net>.
5294         (top): Check for `font-lock-add-keywords' before calling; it
5295         doesn't exist under XEmacs.
5296         (tramp-yn-prompt-regexp): Fix regexp.  Add question from plink.
5297         (tramp-completion-mode): Remove clause (not
5298         tramp-unified-filenames), because the function is called in other
5299         context too, where this check results in wrong results in the
5300         XEmacs case on Windows.
5301         (tramp-touch): UTC handling is not possible for XEmacs.
5303 2006-12-30  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5305         * scroll-bar.el (previous-scroll-bar-mode): New variable
5306         (set-scroll-bar-mode): Set previous-scroll-bar-mode.
5307         (scroll-bar-mode): Use previous-scroll-bar-mode if set.
5309         * term/x-win.el: Set scroll bar mode to right if set by X resources.
5311 2006-12-30  Richard Stallman  <rms@gnu.org>
5313         * files.el (make-backup-file-name-1): Precompute abs name
5314         but don't lose the relative name.
5316         * international/mule-cmds.el (select-safe-coding-system-interactively):
5317         Fix message.
5319 2006-12-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>  (tiny change)
5321         * files.el (backup-buffer): Show entire backup file name in msg.
5323 2006-12-30  Juanma Barranquero  <lekktu@gmail.com>
5325         * image.el (image-type-header-regexps, image-type-from-data)
5326         (image-type-from-buffer, image-type-from-file-header):
5327         Revert changes from 2006-12-26.
5328         (image-type-auto-detectable): New variable.
5329         (image-type-auto-detected-p): New function.
5331         * files.el (magic-mode-alist): Detect image files with
5332         `image-type-auto-detected-p' instead of `image-type-from-buffer'.
5334 2006-12-29  Nick Roberts  <nickrob@snap.net.nz>
5336         * dired.el (dired-sort-other): Move test for dired-mode...
5337         (dired-sort-set-modeline): ...to here.
5339 2006-12-29  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
5341         * textmodes/fill.el (fill-comment-paragraph): Document 2006-12-24
5342         change.  Suggested by Stefan Monnier.
5344 2006-12-29  Kim F. Storm  <storm@cua.dk>
5346         * emacs-lisp/bindat.el (bindat--unpack-group, bindat--length-group)
5347         (bindat--pack-group): Let-bind COUNT during repeat block evaluation.
5349 2006-12-27  Kim F. Storm  <storm@cua.dk>
5351         * emacs-lisp/authors.el (authors-aliases): Anchor FSF alias regexp,
5352         so it doesn't accidentally match an fsf.org mail address.
5353         (authors-renamed-files-alist): Add tcover-*.el.
5355 2006-12-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5357         * vc-arch.el (vc-arch-find-version): New function.
5359         * vc-hooks.el (vc-version-backup-file-name): Revision names may be
5360         composed of arbitrary characters (even /) in some systems.
5362 2006-12-27  Eli Zaretskii  <eliz@gnu.org>
5364         * international/mule-cmds.el (select-safe-coding-system-interactively):
5365         Improve the message in the *Warning* buffer.
5367 2006-12-27  Kim F. Storm  <storm@cua.dk>
5369         * ido.el (ido-set-matches-1): Fix last change.  If default item is
5370         current buffer, it is ok to be first.
5372 2006-12-27  Kenichi Handa  <handa@m17n.org>
5374         * international/mule-cmds.el (select-safe-coding-system-interactively):
5375         Use face `link' for problematic chars.
5377 2006-12-27  Kenichi Handa  <handa@m17n.org>
5379         * international/mule-cmds.el (select-safe-coding-system-interactively):
5380         Improve the message in *Warning* buffer.
5382 2006-12-27  Kim F. Storm  <storm@cua.dk>
5384         * ido.el (ido-set-matches-1): Never put current buffer first if
5385         there are other matches.
5387 2006-12-26  Nick Roberts  <nickrob@snap.net.nz>
5389         * progmodes/gdb-ui.el (gud-watch): Allow duplicate names for watch
5390         expressions.
5391         (gdb-var-delete): Handle duplicate names.  Print message for non
5392         root expressions.
5393         (gdb-partial-output-name): Start buffer name with a space.
5394         (gdb-info-breakpoints-custom, gdb-reset): Handle space in above
5395         buffer name.
5397 2006-12-26  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
5399         * mail/footnote.el (Footnote-insert-footnote): Fix the search of the
5400         last footnote when `footnote-spaced-footnotes' is nil.
5402 2006-12-26  Richard Stallman  <rms@gnu.org>
5404         * cus-edit.el (custom-browse-sort-alphabetically)
5405         (custom-buffer-sort-alphabetically)
5406         (custom-menu-sort-alphabetically): Doc fixes.  Add autoloads.
5408         * image.el (image-type-header-regexps): Change element format
5409         to include third item NOT-ALWAYS.
5410         (image-type-from-data): Handle new format.
5411         (image-type-from-buffer): Handle new format.  New arg INCLUDE-MAYBES.
5412         (image-type-from-file-header): Pass t for INCLUDE-MAYBES.
5414 2006-12-26  Guanpeng Xu  <herberteuler@hotmail.com>
5416         * add-log.el (add-log-current-defun): Call `forward-sexp'
5417         multiple times to pick a member function name defined as
5418         part of nested classes/namespaces.
5420 2006-12-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5422         * emacs-lisp/easymenu.el (easy-menu-change): New arg MAP to indicate
5423         which keymap should be used to change menu.  It does not affect any
5424         existent code.
5426 2006-12-26  Richard Stallman  <rms@gnu.org>
5428         * textmodes/fill.el (fill-paragraph): Check for a minibuffer
5429         rather than for being in a minibuffer window.
5431 2006-12-25  Daiki Ueno  <ueno@unixuser.org>
5433         * pgg-def.el (pgg-passphrase-coding-system): Default to nil instead of
5434         locale-coding-system.
5435         * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with eol-type
5436         LF.
5438 2006-12-25  Michael R. Mauger  <mmaug@yahoo.com>
5440         * progmodes/sql.el (sql-mode-abbrev-table): Correct initialization.
5441         (sql-mode-syntax-table): Disable double quoted strings.
5442         (sql-mode-font-lock-object-name): Add TYPE and TYPE BODY.
5444 2006-12-25  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5446         * startup.el (fancy-splash-last-input-event): New variable.
5447         (fancy-splash-special-event-action): New function.
5448         (fancy-splash-screens): Temporarily bind special events to it.
5449         Execute command for saved special event before exiting from
5450         recursive editing.
5452         * term/mac-win.el (mac-keyboard-translate-char, mac-unread-string):
5453         New functions.
5454         (mac-ts-update-active-input-area, mac-ts-unicode-for-key-event):
5455         Use mac-unread-string.
5457 2006-12-24  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
5459         * textmodes/fill.el (fill-comment-paragraph): Prevent the use of
5460         an optimized comment regexp if `comment-start-skip' uses a ^.
5461         * bs.el (bs--up): Remove interactive spec.
5463 2006-12-24  Chong Yidong  <cyd@stupidchicken.com>
5465         * woman.el (woman-decode-buffer): Signal error for alien macro sets.
5466         Suggested by James Cloos.
5468 2006-12-24  Kevin Ryde  <user42@zip.com.au>
5470         * calendar/cal-dst.el (calendar-dst-starts): Default to second Sunday
5471         in March.
5472         (calendar-dst-ends): Default to first Sunday in November.
5474 2006-12-24  Ken Manheimer  <ken.manheimer@gmail.com>
5476         * allout.el (allout-encrypt-string): Inhibit use of agent within
5477         body of let form where encryption happens.  Acknowledge non-use of
5478         gpg-agent in docstring.
5479         (allout-toggle-subtree-encryption): Acknowledge non-use of
5480         gpg-agent in docstring.
5482 2006-12-24  Chong Yidong  <cyd@stupidchicken.com>
5484         * custom.el (custom-add-frequent-value): Alias for custom-add-option.
5486 2006-12-23  Michael Kifer  <kifer@cs.stonybrook.edu>
5488         * ediff-diff.el (ediff-diff-options): Clarify docstring.
5489         (ediff-setup-diff-regions): Disallow -u in ediff-diff-options.
5491         * emulation/viper-cmd.el (viper-post-command-sentinel):
5492         Protect against errors in hooks.
5493         (viper-add-newline-at-eob-if-necessary): Add newline only if we
5494         actually modify buffer; ignore errors if occur.
5496 2006-12-23  Chong Yidong  <cyd@stupidchicken.com>
5498         * calendar/calendar.el (calendar-mode-map): Switch < and >.
5499         (calendar-mode-line-format): Use mouse-1 bindings, and tweak
5500         formatting.
5502 2006-12-23  Richard Stallman  <rms@gnu.org>
5504         * simple.el (delete-horizontal-space): Doc fix.
5506 2006-12-23  Eli Zaretskii  <eliz@gnu.org>
5508         * makefile.w32-in (bootstrap-clean): Run bootstrap-clean-$(SHELLTYPE)
5509         explicitly in a recursive Make, not implicitly through prerequisites,
5510         since the latter is wrong under parallel builds.
5512 2006-12-22  Eli Zaretskii  <eliz@gnu.org>
5514         * w32-fns.el (convert-standard-filename): Wrap in save-match-data.
5516 2006-12-22  Kevin Rodgers  <kevin.d.rodgers@gmail.com>  (tiny change)
5518         * progmodes/sh-script.el (sh-make-vars-local): Fix a typo in
5519         message string.
5521 2006-12-22  Ben North  <ben@redfrontdoor.org>  (tiny change)
5523         * outline.el (outline-next-visible-heading): Fix the case with a
5524         header at end-of-file with no final newline.
5526 2006-12-22  Robert Thorpe  <rthorpe@realworldtech.com>  (tiny change)
5528         * indent.el (tab-always-indent): Doc fix.
5530 2006-12-22  Chong Yidong  <cyd@stupidchicken.com>
5532         * info.el (Info-fontify-maximum-menu-size): Bump to 1000000.
5533         (Info-fontify-node): Do fontify indices.
5535         * tutorial.el (tutorial--detailed-help): Remove unnecessary link
5536         to the Emacs Lisp reference manual.
5537         (tutorial--tab-map): Remove.  All callers changed.
5538         (tutorial--find-changed-keys): New elt QUIET, used to...
5539         (tutorial--display-changes): ...ensure that warning messages are
5540         only issued once per changed key.
5541         (tutorial--remove-remarks): Delete unused code-path.
5542         (lang-strings): Remove extraneous formatting.
5543         (tutorial--save-tutorial): Prompt before saving tutorial state.
5545 2006-12-21  Chong Yidong  <cyd@stupidchicken.com>
5547         * tutorial.el: Remove `cl' requirement.  Clean up whitespace.
5548         Replace '?\ ' by '?\s' throughout.
5549         (tutorial-warning-face): Inherit font-lock-warning-face.  Move to
5550         `help' custom group.
5551         (tutorial--key-description): New function.
5552         (tutorial--display-changes): Remove redundant arg.  Scan for all
5553         key sequences to avoid false matches.  Cleanup.
5554         (tutorial--saved-dir): Save to a subdirectory in .emacs.d to
5555         reduce homedir pollution.
5556         (help-with-tutorial): Call tutorial--display-changes with no arg.
5558 2006-12-21  Carsten Dominik  <dominik@science.uva.nl>
5560         * textmodes/org.el (org-mode-map): Bind org-complete also to M-\t.
5562 2006-12-20  Michael Albinus  <michael.albinus@gmx.de>
5564         * net/tramp.el (tramp-default-method): We still need to check for
5565         `executable-find', because it is not bound under Emacs 20.
5566         (tramp-handle-file-name-completion)
5567         (tramp-completion-handle-file-name-completion): Handle optional
5568         parameter PREDICATE.
5569         (tramp-find-default-method): Add code for default values.
5571 2006-12-20  Nick Roberts  <nickrob@snap.net.nz>
5573         * progmodes/gdb-ui.el (gdb-stopped): After attaching to a process
5574         make gud-go send "continue".
5576 2006-12-19  Juanma Barranquero  <lekktu@gmail.com>
5578         * image.el (image-type-header-regexps): Be more specific detecting `pbm'
5579         and `png' files.  Use non-capturing parenthesis for `tiff' regexp.
5581 2006-12-19  Kim F. Storm  <storm@cua.dk>
5583         * bindings.el: Bind sigusr1 and sigusr2 in special-event-map
5584         instead of global-map.
5586         * files.el (magic-mode-alist): Allow matching file type by
5587         calling a function at bob.  Check for image types by calling
5588         image-type-from-buffer.  Suggested by Juanma Barranquero.
5589         (set-auto-mode): Do it.
5591 2006-12-19  Michael Albinus  <michael.albinus@gmx.de>
5593         * net/tramp.el (tramp-methods): Introduce new method `scpc'.
5594         Remove "ControlMaster" option from the other `scp*' methods.
5595         (tramp-default-method): Check for ssh-agent before setting to `scp'.
5597 2006-12-18  Carsten Dominik  <dominik@science.uva.nl>
5599         * textmodes/org.el (org-mode): Show context after isearch.
5600         (org-show-siblings): New function.
5601         (org-show-context): Use `org-show-siblings'.
5603 2006-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5605         * emacs-lisp/syntax.el (syntax-ppss-flush-cache, syntax-ppss):
5606         Use syntax-ppss-toplevel-pos.
5608 2006-12-18  Carsten Dominik  <dominik@science.uva.nl>
5610         * textmodes/org.el (org-current-line): Make sure that lines are
5611         counted from beginning of buffer.
5612         (org-table-copy-region, org-table-paste-rectangle): Make sure that
5613         lines are counted from beginning of buffer.
5615 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
5617         * info.el (Info-build-node-completions): Signal error if tag-table
5618         marker is not found.
5620         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
5622 2006-12-17  Alan Mackenzie  <acm@muc.de>
5624         * emacs-lisp/lisp.el (beginning-of-defun-raw): Optimise (for
5625         speed) the case when open-paren-in-column-0-is-defun-start is nil.
5626         Based on code by Martin Rudalics.
5628         * progmodes/cc-mode.el (c-basic-common-init): Don't set
5629         open-paren-in-column-0-is-defun-start to nil any more.
5631 2006-12-17  Richard Stallman  <rms@gnu.org>
5633         * simple.el (delete-horizontal-space): Use prefix arg.
5635         * help-fns.el (describe-variable): Improve blank separator lines.
5637         * files.el (magic-mode-alist): Mark as risky.
5639         * files.el (make-backup-file-name-1):
5640         Expand backup-directory explicitly.
5642 2006-12-17  Michael Albinus  <michael.albinus@gmx.de>
5644         * net/tramp.el (tramp-default-method): Before setting to "pscp",
5645         check whether package password.el is loaded, or Pageant is running.
5647 2006-12-17  Ulf Jasper  <ulf.jasper@web.de>
5649         * calendar/icalendar.el (icalendar-version): Increase to "0.14".
5650         (icalendar--rris): First try Emacs, then XEmacs.
5651         (icalendar--convert-ical-to-diary): Doc fix.
5652         Insert newline at end of target file.
5654 2006-12-17  Kim F. Storm  <storm@cua.dk>
5656         * outline.el (outline-isearch-open-invisible-function): New defvar.
5657         (outline-flag-region): Use it if non-nil for isearch-open-invisible
5658         overlay property instead of outline-isearch-open-invisible.
5660 2006-12-16  Kim F. Storm  <storm@cua.dk>
5662         * ido.el (ido-completion-help): Build ido-cur-list and ido-matches
5663         if ido-directory-too-big is set on entry.
5664         (ido-toggle-ignore, ido-completion-help): Print message while
5665         reading big directory.
5667 2006-12-15  Richard Stallman  <rms@gnu.org>
5669         * shell.el (shell): Doc fix.
5671 2006-12-15  Kevin Gallagher  <Kevin.Gallagher@boeing.com>
5673         * emulation/edt.el (edt-xserver):
5674         * emulation/edt-mapper.el (edt-xserver): Replace `/' with a `-',
5675         to fix a problem on Cygwin.
5677         * emulation/edt.el
5678         * emulation/edt-mapper.el
5679         * emulation/edt-lk201.el
5680         * emulation/edt-pc.el
5681         * emulation/edt-vt100.el: Update maintainer's email address.
5683 2006-12-15  Simon Marshall  <simon@gnu.org>
5685         * progmodes/cc-fonts.el (c-font-lock-declarations): Fix previous change.
5687 2006-12-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5689         * term/mac-win.el (mac-atsu-font-table): Remove defvar.
5690         (mac-handle-font-selection): Use mac-atsu-font-face-attributes
5691         instead of mac-atsu-font-table.
5692         (fontset-default): Specify argument MAXIMUM in x-list-fonts calls.
5694 2006-12-14  Stephen Leake  <stephen_leake@member.fsf.org>
5696         * align.el (align-match-tex-pattern): Fix a rare bug which
5697         hanged Emacs.
5699 2006-12-14  Richard Stallman  <rms@gnu.org>
5701         * startup.el (use-fancy-splash-screens-p): Use frame-height
5702         instead of window-height.  Pass frame to image-size.
5704 2006-12-13  Kenichi Handa  <handa@m17n.org>
5706         * international/mule-cmds.el (set-locale-environment):
5707         Set default-sendmail-coding-system too.
5709 2006-12-12  J.D. Smith  <jdsmith@as.arizona.edu>
5711         * progmodes/idlw-help.el: Fix copyright notice.
5713 2006-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5715         * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos): New fun.
5717 2006-12-11  Juanma Barranquero  <lekktu@gmail.com>
5719         * subr.el (unread-command-char): Reformat obsolescence info.
5721 2006-12-11  Richard Stallman  <rms@gnu.org>
5723         * emacs-lisp/cl-macs.el (defstruct): Suppress warnings
5724         about calls to cl-struct-setf-expander.
5726 2006-12-11  Juanma Barranquero  <lekktu@gmail.com>
5728         * ediff-merg.el (ediff-show-clashes-only): Doc fix.
5729         (ediff-combination-pattern): Fix typo in docstring.
5731         * textmodes/refer.el (refer-find-entry): Doc fix.
5732         (refer-bib-files-regexp, refer-bib-directory, refer-bib-files)
5733         (refer-cache-bib-files, refer-find-next-entry, refer-yank-key):
5734         Fix tipos in docstrings.
5736         * progmodes/idlwave.el (idlwave-library-path): Fix typos in docstring.
5738 2006-12-10  Kim F. Storm  <storm@cua.dk>
5740         * ido.el (ido-init-completion-maps): Remap backward-kill-word
5741         instead of binding M-backspace.
5743 2006-12-10  Juanma Barranquero  <lekktu@gmail.com>
5745         * replace.el (replace-match-data, replace-match-maybe-edit):
5746         * calc/calc-aent.el (calc-eval-error):
5747         * emulation/vi.el (vi-char-argument):
5748         * progmodes/cc-langs.el (c-at-vsemi-p-fn)
5749         (c-vsemi-status-unknown-p-fn): Doc fixes.
5751 2006-12-10  Chong Yidong  <cyd@stupidchicken.com>
5753         * menu-bar.el (menu-bar-showhide-menu, menu-bar-tools-menu)
5754         (menu-bar-help-menu): Tooltip fixes.  Suggested by Francis Wright.
5756 2006-12-10  Masatake YAMATO  <jet@gyve.org>
5758         * progmodes/ld-script.el (ld-script-keywords): Fix a typo.
5760 2006-12-09  Chong Yidong  <cyd@stupidchicken.com>
5762         * mouse-sel.el (mouse-sel-mode): Register mouse-2 as a click type.
5764         * man.el (Man-xref-button-action): New function.  If the
5765         `Man-target-string' button property is a function, assume it
5766         accepts a position argument.
5767         (Man-abstract-xref-man-page): Use it.
5768         (Man-default-man-entry): New optional arg POS.
5770         * wdired.el (wdired-preprocess-symlinks): Make the spaces after
5771         symlink arrows read-only and non-rear-sticky.
5773 2006-12-09  Martin Rudalics  <rudalics@gmx.at>
5775         * wdired.el (wdired-change-to-wdired-mode, wdired-finish-edit)
5776         (wdired-search-and-rename): Simplify code.
5777         (wdired-preprocess-files, wdired-preprocess-perms): Make
5778         read-only property of preceding character rear-nonsticky to
5779         avoid that it can be modified.  Put old-name and old-link
5780         properties on character preceding name and replace
5781         put-text-property by add-text-properties.
5782         (wdired-get-filename, wdired-get-previous-link): Get old-name
5783         and old-link properties from character preceding name and
5784         simplify code.
5785         (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit)
5786         (wdired-perms-to-number): Make local-map property
5787         rear-nonsticky to avoid that text following permissions may be
5788         modified.  Use add-text-properties instead of put-text-property
5789         when changing a permission bit.
5790         (wdired-change-to-dired-mode): Remove stickiness properties.
5792 2006-12-09  Juanma Barranquero  <lekktu@gmail.com>
5794         * international/mule-cmds.el (register-input-method): Doc fix.
5796 2006-12-09  Masayuki Ataka  <masayuki.ataka@gmail.com>  (tiny change)
5798         * cmuscheme.el (scheme-start-file): Use `let*', not `let'.
5800 2006-12-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
5802         * textmodes/flyspell.el (flyspell-hack-local-variables-hook): New.
5803         Force buffer local defs evaluation on local variables loading.
5804         (flyspell-mode-on, flyspell-mode-off): Use it in
5805         `hack-local-variables-hook'.
5807 2006-12-09  Eli Zaretskii  <eliz@gnu.org>
5809         * emacs-lisp/find-func.el (find-variable): Doc fix.
5811         * help-fns.el (variable-at-point): Doc fix.
5813         * w32-fns.el (w32-append-code-lines): New function.
5815 2006-12-09  Romain Francoise  <romain@orebokech.com>
5817         * comint.el (comint-insert-input): Delete obsolete comment.
5819 2006-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5821         * net/browse-url.el (browse-url): Set DISPLAY to the one of the
5822         current frame, in case we're connected to several displays.
5824 2006-12-08  Juanma Barranquero  <lekktu@gmail.com>
5826         * frame.el (other-frame): Doc fix.
5827         (set-frame-parameter): Fix typo in docstring.
5829 2006-12-07  Kim F. Storm  <storm@cua.dk>
5831         * info.el (Info-index): Strip leading colon from topic.
5833 2006-12-07  Nick Roberts  <nickrob@snap.net.nz>
5835         * progmodes/gud.el (gud-speedbar-buttons): Deal with references
5836         to pointers.
5838 2006-12-05  J.D. Smith  <jdsmith@as.arizona.edu>
5840         * progmodes/idlwave.el (idlwave-xml-create-class-method-lists):
5841         Trim out spurious class inheritance "None" entries.
5843 2006-12-05  Kim F. Storm  <storm@cua.dk>
5845         * emulation/cua-base.el (cua-paste-pop-rotate-temporarily): Doc fix.
5846         (cua-paste-pop): Rework last change for
5847         cua-paste-pop-rotate-temporarily, so first M-y and C-y works alike,
5848         pasting the head of the kill-ring, and prefix arg C-u M-y inserts the
5849         text inserted by the last M-y command.
5851 2006-12-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
5853         * cmuscheme.el (run-scheme, scheme-start-file): Search the start
5854         file in ~/.emacs.d as `init_SCHEMENAME.scm' instead.
5856         * shell.el (shell): Search the start file in ~/.emacs.d as
5857         `init_SHELLNAME.sh' instead.
5859 2006-12-05  Glenn Morris  <rgm@gnu.org>
5861         * progmodes/cperl-mode.el (cperl-mode)
5862         * progmodes/f90.el (f90-mode-abbrev-table)
5863         * progmodes/fortran.el (fortran-mode-abbrev-table)
5864         * progmodes/octave-mod.el (octave-abbrev-table)
5865         * progmodes/sql.el (sql-mode-abbrev-table): Define abbrevs even
5866         if abbrev-table is non-nil (saved user abbrevs may have been restored).
5868         * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init): Do not
5869         clear abbrev table, else saved abbrevs will not be restored.
5871 2006-12-04  Juanma Barranquero  <lekktu@gmail.com>
5873         * facemenu.el (facemenu-unlisted-faces): Put obsolescence info in
5874         the call to `make-obsolete-variable', not in the docstring.
5876 2006-12-04  Chong Yidong  <cyd@stupidchicken.com>
5878         * facemenu.el (facemenu-unlisted-faces): Define as obsolete variable.
5880 2006-12-04  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5882         * progmodes/ebnf-abn.el:
5883         * progmodes/ebnf-bnf.el:
5884         * progmodes/ebnf-dtd.el:
5885         * progmodes/ebnf-ebx.el:
5886         * progmodes/ebnf-iso.el:
5887         * progmodes/ebnf-otz.el:
5888         * progmodes/ebnf-yac.el:
5889         * progmodes/ebnf2ps.el:
5890         * delim-col.el:
5891         * printing.el:
5892         * ps-bdf.el:
5893         * ps-mule.el:
5894         * ps-print.el: Remove 'Time-stamp' comment mark.
5896         * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
5897         'easy-menu-add-item' when called in Emacs 21 or higher.
5899 2006-12-04  Stephen Leake  <stephen_leake@stephe-leake.org>
5901         * progmodes/ada-xref.el (ada-check-current): Doc fix.
5902         (ada-make-body-gnatstub): Doc fix.  Remove redundant `progn'.
5904 2006-12-04  Kim F. Storm  <storm@cua.dk>
5906         * bindings.el (global-map): Bind [signal t] to ignore, to have
5907         user signals ignored by default.
5909 2006-12-04  Juanma Barranquero  <lekktu@gmail.com>
5911         * descr-text.el (describe-char-unicode-data): Use a hidden buffer for
5912         Unicode data file pointed to by `describe-char-unicodedata-file'.
5914 2006-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5916         * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Fix pathological
5917         O(n^2) regexp-search by anchoring the search.
5919 2006-12-04  Dan Nicolaescu  <dann@ics.uci.edu>
5921         * whitespace.el (whitespace-cleanup-internal): Use current
5922         argument for recursive call.
5924 2006-12-04  Michael Albinus  <michael.albinus@gmx.de>
5926         * net/tramp.el (tramp-methods): Add "ControlPath" and
5927         "ControlMaster" to scp, scp1 and scp2 methods.  Suggested by
5928         Andreas Schwab <schwab@suse.de>.
5929         (tramp-do-copy-or-rename-file-out-of-band)
5930         (tramp-open-connection-rsh): Compute format spec for ?t.
5931         (tramp-process-actions): Trace command parameters.
5933 2006-12-04  Nick Roberts  <nickrob@snap.net.nz>
5935         * simple.el (toggle-truncate-lines): Clarify doc string.
5937         * progmodes/gdb-ui.el (gdb-var-delete-children): New function.
5938         (gdb-speedbar-expand-node): Use it.
5940 2006-12-04  Richard Stallman  <rms@gnu.org>
5942         * progmodes/python.el (python-indent): Add safe-local-variable prop.
5944         * dired.el (dired-revert): Turn off dired-after-readin-hook
5945         around call to dired-readin.
5947         * menu-bar.el (menu-bar-make-toggle): Add "globally"
5948         to echo area messages.
5949         <indicate-empty-lines, case-fold-search>:
5950         Add "globally" to Help string.
5951         <case-fold-search>: MESSAGE arg need not say "globally".
5952         (menu-bar-edit-menu <paste-from-menu>): Rename from select-and-paste.
5954 2006-12-03  Liam Healy  <lnp@healy.washington.dc.us>  (tiny change)
5956         * outline.el (outline-end-of-subtree): Don't leave an empty
5957         line hidden as we would a real next heading.
5959 2006-12-03  Ken Manheimer  <ken.manheimer@gmail.com>
5961         * allout.el (allout-ascend): Add an optional argument to preserve
5962         original position of point when unsuccessful.  Also, fix a
5963         docstring error.
5964         (allout-yank-processing): Fix depth shift of multiple-topic so yanks
5965         work again, using allout-ascend's new option.
5966         (allout-setup-mode-map): Extract from allout-mode to initialize
5967         allout-mode-map.  Call it on file load, so the mode docstring
5968         substitutions work even if allout mode has not yet been invoked.
5969         (allout-mode): Use new allout-setup-mode-map to track any keybinding
5970         customizations since the map was last processed.  Also, refine the
5971         docstring so it's ship-shape for release.
5972         (allout-default-layout, allout-beginning-of-line-cycles)
5973         (allout-distinctive-bullets-string, allout-use-mode-specific-leader)
5974         (allout-encrypt-unencrypted-on-saves, allout-inhibit-auto-fill)
5975         (allout-version, allout-layout, allout-infer-body-reindent)
5976         (allout-infer-header-lead-and-primary-bullet, allout-view-change-hook)
5977         (allout-init, allout-mode, allout-next-heading, allout-chart-subtree)
5978         (allout-previous-heading, allout-goto-prefix-doublechecked)
5979         (allout-current-bullet-pos, allout-next-sibling-leap)
5980         (allout-pre-command-business, allout-encrypted-type-prefix)
5981         (allout-make-topic-prefix, allout-open-topic, allout-rebullet-heading)
5982         (allout-rebullet-topic, allout-rebullet-topic-grunt)
5983         (allout-flag-region, allout-expose-topic, allout-expose-topic)
5984         (allout-old-expose-topic, allout-listify-exposed)
5985         (allout-process-exposed, allout-latex-verb-quote)
5986         (allout-latex-verbatim-quote-curr-line, allout-adjust-file-variable)
5987         (allout-toggle-current-subtree-encryption)
5988         (allout-toggle-subtree-encryption, allout-bullet-isearch):
5989         Remove extraneous open-paren and close paren string escapes.
5991 2006-12-03  Juanma Barranquero  <lekktu@gmail.com>
5993         * progmodes/ada-xref.el (is-windows, ada-find-in-src-path): Doc fixes.
5994         (ada-xref-pos-ring-max, ada-xref-project-files, ada-xref-initialize)
5995         (ada-prj-default-comp-cmd, ada-quote-cmd, ada-compile-current):
5996         Fix typos in docstrings.
5998 2006-12-03  Glenn Morris  <rgm@gnu.org>
6000         * progmodes/cc-align.el
6001         * progmodes/cc-awk.el
6002         * progmodes/cc-cmds.el
6003         * progmodes/cc-compat.el
6004         * progmodes/cc-defs.el
6005         * progmodes/cc-engine.el
6006         * progmodes/cc-langs.el
6007         * progmodes/cc-menus.el
6008         * progmodes/cc-mode.el
6009         * progmodes/cc-styles.el
6010         * progmodes/cc-vars.el
6011         * progmodes/vhdl-mode.el: Fix Copyright format.
6013 2006-12-02  Chong Yidong  <cyd@stupidchicken.com>
6015         * mouse.el (mouse-drag-track): Suppress automatic hscrolling for
6016         initial down event.
6018 2006-12-02  Kim F. Storm  <storm@cua.dk>
6020         * emulation/cua-base.el (cua-toggle-set-mark): Doc fix.
6021         (cua-repeat-replace-region): Make M-v more robust.
6022         (cua-paste-pop-rotate-temporarily): New defcustom.
6023         (cua-paste-pop): Use it.
6024         (cua-auto-mark-last-change): New defcustom.
6025         (cua-pop-to-last-change): New helper function.
6026         (cua-set-mark): Use them.
6028 2006-12-01  Nick Roberts  <nickrob@snap.net.nz>
6030         * menu-bar.el (toggle-case-fold-search): Clarify doc/help string and
6031         mini-buffer message.
6033 2006-12-01  Juanma Barranquero  <lekktu@gmail.com>
6035         * descr-text.el (describe-char-unicodedata-file): Fix typo in docstring.
6037 2006-12-01  Ben North  <ben@redfrontdoor.org>
6039         * paren.el: Fix the highlight overlay extension when the user types a
6040         sequence of char very fast just before the open parenthesis.
6042 2006-12-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6044         * ps-mule.el: Eliminate Emacs 20 compatibility.
6046         * ps-print.el: Eliminate Emacs 20 & 21 compatibility.
6047         (ps-print-version): New version 6.7.
6048         (ps-print-quote): Replace '?\ ' by '?\s'.
6050 2006-11-30  Juanma Barranquero  <lekktu@gmail.com>
6052         * hexl.el (hexl-goto-address, hexl-forward-char, hexl-forward-short)
6053         (hexl-forward-word, hexl-previous-line, hexl-beginning-of-1k-page)
6054         (hexl-end-of-1k-page): Doc fixes.
6055         (hexl-address-region, hexl-ascii-region, hexl-highlight-line-range):
6056         Fix typos in docstrings.
6058 2006-11-30  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
6060         * ido.el (ido-local-file-exists-p): New.  Tell if a file exists
6061         locally, i.e. without using file name handlers.
6062         (ido-read-internal): Allow mono letter host names, avoiding the
6063         `c:' problem by testing if the file exists locally.
6064         (ido-complete, ido-make-file-list, ido-exhibit): Ditto.
6066 2006-11-30  Masatake YAMATO  <jet@gyve.org>
6068         * hexl.el (hl-line-range-function, hl-line-face): Declare variables
6069         to avoid bytecomp warnings.
6070         (hexl-mode-old-ruler-function): New variable.
6071         (hexl-follow-line): Bind `hexl-mode-old-hl-line-range-function'
6072         and `hl-line-range-function' after `require' hl-line.
6073         Then bind `hl-line-range-function' and `hl-line-face'.
6074         Don't require frame.  Don't use `with-no-warnings'.
6075         (hexl-activate-ruler): Store the original value of
6076         `ruler-mode-ruler-function' to `hexl-mode-old-ruler-function'.
6077         (hexl-mode-exit): Restore the original value of
6078         `ruler-mode-ruler-function'.
6080 2006-11-30  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
6082         * hexl.el (hexl-mode-old-hl-line-range-function): New variable.
6083         (hexl-mode-old-hl-line-face): New variable.
6084         (hexl-mode, hexl-mode-exit): Fix the highlighting of the current
6085         line when exit from the hexl-mode.
6087 2006-11-30  Juanma Barranquero  <lekktu@gmail.com>
6089         * emacs-lisp/bytecomp.el (byte-optimize, byte-compile-warnings):
6090         Doc fixes.
6092         * international/fontset.el (create-fontset-from-ascii-font)
6093         (create-fontset-from-fontset-spec, x-compose-font-name): Doc fixes.
6094         (fontset-name-p): Fix typo in docstring.
6096         * progmodes/cc-cmds.el (c-indent-exp): Fix typo in docstring.
6098 2006-11-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6100         * ps-bdf.el: Fix maintainer email.
6102         * ps-mule.el: Fix maintainer email.  Define functions for Emacs 20
6103         compatibility.
6105         * ps-print.el: Fix maintainer email.  Define functions for Emacs 20 &
6106         21 compatibility.
6107         (ps-print-quote): Replace '?\s' by '?\ ' to keep compatibility with
6108         Emacs 20 & 21.
6110 2006-11-29  J.D. Smith  <jdsmith@as.arizona.edu>
6112         * progmodes/idlwave.el (idlwave-auto-fill):
6113         Remove paragraph-start let to prevent auto-fill giving up.
6115 2006-11-28  Juanma Barranquero  <lekktu@gmail.com>
6117         * vt100-led.el (led-state): Fix typo in previous change.
6119 2006-11-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6121         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6122         Fix interactive spec of the functions getting defined to make them
6123         work as documented.
6125 2006-11-28  Chong Yidong  <cyd@stupidchicken.com>
6127         * startup.el (fancy-splash-screens): Hide initial splash buffer.
6129 2006-11-28  Kim F. Storm  <storm@cua.dk>
6131         * icomplete.el (icomplete-tidy, icomplete-exhibit): Check that
6132         icomplete-mode is enabled.
6134 2006-11-28  Carsten Dominik  <dominik@science.uva.nl>
6136         * textmodes/org.el (require): Require gnus-sum during compilation
6137         to avoid problem with a macro call.
6139 2006-11-28  Glenn Morris  <rgm@gnu.org>
6141         * emacs-lisp/authors.el (authors-aliases): Add new alias.
6143         * progmodes/fortran.el (fortran-font-lock-keywords-4): Add `min'.
6144         (fortran-window-create-momentarily): Do not need string-to-char.
6146 2006-11-28  Richard Stallman  <rms@gnu.org>
6148         * emacs-lisp/bytecomp.el (byte-compile-get-constant):
6149         Replace incorrect use of assoc-default with a loop.
6151         * term.el (term-exec-1): Set envvar INSIDE_EMACS.
6153         * simple.el (next-error-find-buffer): Improve messages.
6155         * files.el (revert-buffer): Special error message if file
6156         is now not readable.
6158         * facemenu.el (facemenu-add-new-face): Improve doc strings of
6159         constructed commands.
6161         * comint.el (comint-exec-1): Provide Emacs version and `comint'
6162         in INSIDE_EMACS.
6164 2006-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6166         * diff-mode.el (diff-mode-map): Add a binding for unified->context.
6168         * server.el: Remove spurious * in docstrings.
6169         (server-process-filter): Exit from recursive editing before processing
6170         a new request.
6172 2006-11-27  J.D. Smith  <jdsmith@as.arizona.edu>
6174         * progmodes/hideshow.el (hs-already-hidden-p): Move to end of
6175         line so hidden blocks will be correctly identified.
6177 2006-11-27  Juanma Barranquero  <lekktu@gmail.com>
6179         * ledit.el (ledit-save-defun, ledit-mode):
6180         * resume.el (resume-emacs-args-buffer):
6181         * rot13.el (rot13-display-table, rot13-translate-table, rot13)
6182         (rot13-string, rot13-region, rot13-other-window, toggle-rot13-mode):
6183         * vmsproc.el (subprocess-input, start-subprocess, subprocess-command)
6184         (command-send-input, command-kill-line):
6185         * vt100-led.el (led-state, led-on): Fix typos in docstrings.
6187         * autoarg.el (autoarg-kp-mode): Doc fix.
6189         * emacs-lock.el (toggle-emacs-lock): Doc fix.  Simplify.
6190         (emacs-lock-check-buffer-lock): Doc fix.  Use `when'.
6191         (check-emacs-lock): Doc fix.  Simplify.
6193         * iimage.el (iimage-mode-image-regex-alist): Doc fix.
6194         (iimage-mode-buffer): Fix typos in docstring.
6196         * misc.el (zap-up-to-char): Doc fix.
6198         * time-stamp.el: Fix comment and obsolescence string for old
6199         functions.  Use `dolist' instead of `while'.
6201         * userlock.el (ask-user-about-lock-help): Fix typos in output message.
6203         * disp-table.el (standard-display-8bit, standard-display-default):
6204         * ebuff-menu.el (electric-buffer-list):
6205         * ehelp.el (electric-help-command-loop):
6206         * font-core.el (font-lock-mode):
6207         * help-macro.el (make-help-screen):
6208         * help.el (describe-minor-mode-completion-table-for-indicator)
6209         (lookup-minor-mode-from-indicator):
6210         * indent.el (tab-to-tab-stop, move-to-tab-stop):
6211         * info-look.el (info-lookup-guess-custom-symbol):
6212         * locate.el (locate-main-listing-line-p, locate-mode, locate-do-setup):
6213         * longlines.el (longlines-wrap-line):
6214         * macros.el (insert-kbd-macro):
6215         * menu-bar.el (menu-bar-update-buffers):
6216         * misc.el (copy-from-above-command):
6217         * mouse.el (mouse-popup-menubar, mouse-buffer-menu-alist):
6218         * newcomment.el (comment-indent):
6219         * novice.el (disabled-command-function):
6220         * sort.el (sort-fields-syntax-table):
6221         * subr.el (momentary-string-display):
6222         * tar-mode.el (tar-header-block-summarize)
6223         (tar-clear-modification-flags):
6224         * terminal.el (terminal-cease-edit, te-more-break-unwind, te-newline)
6225         (te-clear-rest-of-line, te-clear-rest-of-screen, te-clear-screen)
6226         (te-insert-lines, te-delete-lines, te-delete, te-insert-spaces)
6227         (te-delete-char, te-down-vertically-or-scroll):
6228         * time-stamp.el (time-stamp-string-preprocess):
6229         * tmm.el (tmm-add-one-shortcut): "?\ " -> "?\s".
6231 2006-11-26  Nick Roberts  <nickrob@snap.net.nz>
6233         * speedbar.el (speedbar-timer-fn): Revert to old behaviour when not
6234         in GUD mode.
6236         * progmodes/gud.el (gud-install-speedbar-variables): Remove bindings:
6237         speedbar-expand-line-descendants, speedbar-contract-line-descendants.
6239 2006-11-26  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6241         * progmodes/cc-vars.el (c-backslash-column): Add . at end of sentence.
6243 2006-11-26  Stephen Leake  <stephen_leake@stephe-leake.org>
6245         * progmodes/ada-mode.el (ada-which-compiler): Fix typo in docstring.
6246         (ada-compile-goto-error): Adapt to new argument profile of
6247         compilation-goto-locus in Emacs 22.  Don't check if the various
6248         compile functions are defined; we already do "(require 'compile)".
6250 2006-11-26  Kim F. Storm  <storm@cua.dk>
6252         * kmacro.el: Fix commentary.
6254 2006-11-26  Nick Roberts  <nickrob@snap.net.nz>
6256         * progmodes/gud.el (gdb): Explain how to run in text command mode
6257         more clearly.  Say in error message that multiple debugging
6258         requires restarting GDB.
6260 2006-11-25  Juanma Barranquero  <lekktu@gmail.com>
6262         * international/fontset.el (create-fontset-from-fontset-spec): Doc fix.
6264 2006-11-25  Pavel Kobiakov  <pk_at_work@yahoo.com>
6266         * progmodes/flymake.el (flymake-posn-at-point-as-event): New function.
6267         (flymake-popup-menu): Use it instead of posn-at-point.
6269 2006-11-25  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6271         * progmodes/cc-vars.el (c-backslash-column):
6272         Mention c-backslash-max-column in documentation for c-backslash-column.
6274 2006-11-24  Lars Hansen  <larsh@soem.dk>
6276         * net/tramp.el (tramp-default-method): Under Windows, change from
6277         plink to pscp.
6278         (tramp-copy-failed-regexp, tramp-action-copy-failed): Add.
6279         (tramp-actions-copy-out-of-band):
6280         Add pair (tramp-copy-failed-regexp tramp-action-copy-failed).
6281         (tramp-action-out-of-band): Move "Permission denied" handling to
6282         tramp-action-copy-failed.
6283         (tramp-do-copy-or-rename-file-out-of-band): unwind-protect killing of
6284         process buffer.
6286 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6288         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
6289         strings to a single string.  Quote `errors-file-name'.
6290         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
6291         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
6292         Adjust calls.  Use `shell-quote-argument'.
6294         * international/mule.el (load-with-code-conversion)
6295         (with-category-table): Use with-current-buffer.
6296         (after-insert-file-set-coding): Use restore-buffer-modified-p.
6298 2006-11-24  Eli Zaretskii  <eliz@gnu.org>
6300         * mail/smtpmail.el (smtpmail-send-it):
6301         Copy buffer-file-coding-system from the mail buffer.  Possibly add a
6302         MIME header for the message encoding.
6303         Bind coding-system-for-write around the call to mail-do-fcc.
6304         Use smtpmail-code-conv-from to encode queued mail messages.
6306 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
6308         * tabify.el (tabify-regexp): Doc fix.
6310         * net/rcirc.el (rcirc-buffer-maximum-lines):
6311         * progmodes/gud.el (jdb): Fix space/tab mixup in docstrings.
6313         * play/gomoku.el (gomoku-terminate-game, gomoku-human-takes-back)
6314         (gomoku-prompt-for-move, gomoku-human-plays, gomoku-offer-a-draw):
6315         Fix typos in output messages.
6316         (gomoku-vector-length, gomoku-init-board): Fix typos in docstrings.
6318 2006-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6320         * hexl.el (hexl-mode): Don't try to guess the max-address: get it from
6321         the horse's mouth.
6322         (hexlify-buffer): Don't re-encode an arg that's already encoded.
6324 2006-11-23  Michael Kifer  <kifer@cs.stonybrook.edu>
6326         * ediff-diff.el (ediff-exec-process, ediff-same-file-contents):
6327         Remove condition-case.
6329 2006-11-23  Glenn Morris  <rgm@gnu.org>
6331         * progmodes/f90.el (f90-comment-indent): Do not move point in
6332         default case.
6334 2006-11-21  Romain Francoise  <romain@orebokech.com>
6336         * emacs-lisp/find-func.el (find-library-name): Don't strip ".el"
6337         from library name (reverts change of 2005-10-25).
6339 2006-11-21  Lennart Borgman  <lennart.borgman.073@student.lu.se>
6341         * tutorial.el (tutorial--default-keys): Add newline and
6342         delete-backward-char bindings.
6343         (tutorial--detailed-help): Save excursion when finding keys.
6344         Correct warning string for M-x FOO case.
6345         (tutorial--display-changes): Print special keys in tutorial style.
6346         Tweak search regexp for changed keys.
6348 2006-11-21  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
6350         * thingatpt.el (thing-at-point-url-at-point): Don't add a
6351         redundant scheme.
6353 2006-11-21  Diane Murray  <disumu@x3y2z1.net>  (tiny change)
6355         * thingatpt.el (thing-at-point-uri-schemes): Add schemes that
6356         are new to the list at IANA.  Also added irc, mms, mmsh.
6358 2006-11-20  J.D. Smith  <jdsmith@as.arizona.edu>
6360         * progmodes/idlw-help.el (idlwave-html-help-location):
6361         Fail gracefully for missing help packages.
6362         (idlwave-help-assistant-open-link): Open full links.
6363         (idlwave-help-assistant-help-with-topic): Direct help link.
6365         * progmodes/idlwave.el (idlwave-mode):
6366         Set add-log-current-defun-function.
6367         (idlwave-current-routine-fullname): Add, to support add-log.
6368         (idlwave-convert-xml-system-routine-info): Simplify XML parsing
6369         to reflect improvements to xml-parse-file.
6370         (idlwave-mode-menu-def): New binding for help-with-topic.
6372         * progmodes/idlw-shell.el (idlwave-shell-filter-directory):
6373         Handle extra newlines and spaces.
6374         (idlwave-shell-mode-map): Add help-with-topic.
6376 2006-11-20  Chong Yidong  <cyd@stupidchicken.com>
6378         * tutorial.el (tutorial-warning-face): New face.
6379         (tutorial--detailed-help, tutorial--display-changes): Use it.
6380         (tutorial--find-changed-keys): Check ESC-prefix binding specially.
6381         Improve search pattern for occurrences of changed keys.
6383 2006-11-20  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6385         * term/x-win.el (x-last-cut-buffer-coding): New variable.
6386         (x-select-text): Set it.
6387         (x-cut-buffer-or-selection-value): Check also x-last-cut-buffer-coding
6388         when checking for newness.
6390 2006-11-19  Juanma Barranquero  <lekktu@gmail.com>
6392         * subr.el (posn-image):
6393         * progmodes/ebnf2ps.el (ebnf-stop-on-error): Fix typos in docstrings.
6395         * emacs-lisp/regexp-opt.el (regexp-opt): Doc fix.
6397 2006-11-19  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
6399         * progmodes/glasses.el (glasses-separate-parentheses-exceptions): New.
6400         Exceptions to the rule "add a space between an identifier and an
6401         opening parenthesis".  Defaulted to the `#define' problem of cpp.
6402         (glasses-parenthesis-exception-p): New.  Check if the region is an
6403         exception regarding to that.
6404         (glasses-make-readable): Use it.
6405         (glasses-convert-to-unreadable): Ditto.  Modify the file also if
6406         `glasses-convert-on-write-p' and `glasses-separate-parentheses-p' are t.
6408 2006-11-19  Chong Yidong  <cyd@stupidchicken.com>
6410         * emacs-lisp/bytecomp.el (byte-compile-if): Revert last change.
6412 2006-11-19  Stephen Leake  <stephen_leake@stephe-leake.org>
6414         * progmodes/ada-mode.el (ada-make-body): Fix typo.
6416         * progmodes/ada-xref.el (ada-make-body-gnatstub): Fix typo.
6417         (ada-xref-initialize): Fix typo.  Use add-hook and remove-hook.
6419 2006-11-18  Chong Yidong  <cyd@stupidchicken.com>
6421         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Check `and'
6422         conditions for function or variable bindings.
6424         * comint.el (comint-exec-1): Set EMACS and INSIDE_EMACS to t.
6426         * progmodes/compile.el (compilation-start): Ditto.
6428 2006-11-18  Michael Albinus  <michael.albinus@gmx.de>
6430         * net/tramp.el (top): cl and custom are always required.
6432 2006-11-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6434         * term/x-win.el (x-cut-buffer-or-selection-value): Decode text from
6435         cut-buffers with next-selection-coding-system if not nil.
6437 2006-11-17  Carsten Dominik  <dominik@science.uva.nl>
6439         * textmodes/org.el (org-fix-decoded-time): New function.
6440         (org-display-custom-time): Use `org-fix-decoded-time'.
6442 2006-11-17  Chong Yidong  <cyd@stupidchicken.com>
6444         * menu-bar.el (menu-bar-games-menu): Remove yow.
6446 2006-11-17  Carsten Dominik  <dominik@science.uva.nl>
6448         * textmodes/org.el (org-scan-tags): Re-align code fixed.
6449         (org-detach-overlay): Rename from `org-detatch-overlay'.
6450         (org-table-convert-region): Insert space after column separator.
6451         (org-agenda-kill): New command.
6452         (org-metaleft): Call `org-outdent-item' on bullets.
6453         (org-metaright): Call `org-indent-item' on bullets.
6454         (org-timestamp-change): Set `org-last-changed-timestamp'.
6455         (org-current-line): Make sure (bolp) returns correct result.
6456         (org-agenda-change-all-lines): Make sure TODO are highlighted.
6458 2006-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6460         * pcvs.el (cvs-retrieve-revision): Set buffer-file-coding-system.
6462 2006-11-16  Chong Yidong  <cyd@stupidchicken.com>
6464         * mouse.el (global-map): Change 2006-08-16 fix to call
6465         mouse-yank-at-click explicitly, since mouse events are not carried
6466         over into keyboard macros.
6468 2006-11-16  Kim F. Storm  <storm@cua.dk>
6470         * ido.el (ido-file-internal): Use current buffer's file name as default
6471         choice for ido-find-alternate-file.  Suggested by Matt Hodges.
6473 2006-11-15  Ken Manheimer  <ken.manheimer@gmail.com>
6475         * allout.el (allout-doublecheck-at-and-shallower): Clarify docstring.
6476         (allout-inhibit-aberrance-doublecheck): Rename from
6477         allout-during-yank-processing.  All callers changed.
6478         (allout-ascend): Provide for unusual case where some topic after
6479         the first in file is at lower depth than the first.
6480         (allout-shift-in): Ensure the offspring of the new containing
6481         topic are exposed.
6482         (allout-encrypt-string): Preserve the coding-system of the text,
6483         according to that of the containing buffer.
6484         (allout-toggle-subtree-encryption): When the text being encrypted
6485         requires a different coding system, offer to preserve the coding
6486         system using a file local var.
6488 2006-11-15  Simon Marshall  <simon@gnu.org>
6490         * progmodes/cc-fonts.el (c-font-lock-declarators): Use c-at-toplevel-p
6491         to recognise "T t()" as a function declaration, rather than a
6492         variable instantiation, iff at the top-level or inside a class
6493         declaration.  Suggested by Feng Li <fengli@gmail.com>.
6495 2006-11-14  Stephen Leake  <stephen_leake@stephe-leake.org>
6497         * progmodes/ada-xref.el (ada-parse-prj-file):
6498         Don't delete project buffer; user may want to edit it.
6499         (ada-xref-set-project-field, ada-xref-current-project-file)
6500         (ada-xref-current-project, ada-show-current-project)
6501         (ada-set-main-compile-application): New functions.
6502         (ada-xref-get-project-field, ada-require-project-file):
6503         Normalize use of ada-prj-default-project-file.
6504         (ada-gdb-application, ada-get-ada-file-name, ada-make-body-gnatstub):
6505         Normalize use of ada-require-project-file.
6506         (ada-prj-find-prj-file): Improve doc string, comments.
6508         * progmodes/ada-mode.el (ada-mode-version): Bump version.
6509         (ada-create-keymap): Add \C-c\C-m 'ada-set-main-compile-application.
6510         (ada-create-menu): Add ada-set-main-compile-application,
6511         ada-show-current-main, ada-show-current-project.
6513 2006-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6515         * progmodes/python.el (inferior-python-mode-syntax-table): New var.
6516         (inferior-python-mode): Use it.
6518 2006-11-14  Andreas Schwab  <schwab@suse.de>
6520         * term/xterm.el (terminal-init-xterm): Add more key bindings.
6522 2006-11-13  Kim F. Storm  <storm@cua.dk>
6524         * ido.el (ido-copy-current-word): C-o copies region if active.
6526 2006-11-13  Carsten Dominik  <dominik@science.uva.nl>
6528         * textmodes/org.el (org-emph-face): Fix typo in variable name.
6530 2006-11-13  Juanma Barranquero  <lekktu@gmail.com>
6532         * ediff.el (ediff-revision):
6533         * files.el (set-visited-file-name):
6534         * mail/rmailout.el (rmail-output-body-to-file):
6535         Use `format', not `message', in `y-or-n-p' call.
6537 2006-11-13  Carsten Dominik  <dominik@science.uva.nl>
6539         * textmodes/org.el (org-metaleft): Call `org-outdent-item' on bullets.
6540         (org-metaright): Call `org-indent-item' on bullets.
6541         (org-timestamp-change): Set `org-last-changed-timestamp'.
6542         (org-current-line): Make sure (bolp) returns correct result.
6543         (org-agenda-change-all-lines): Make sure highlighting TODO always works.
6545 2006-11-12  Richard Stallman  <rms@gnu.org>
6547         * language/european.el (turkish-case-conversion-enable)
6548         (turkish-case-conversion-disable): New functions.
6549         ("Turkish" lang env): Use them.
6551         * international/characters.el (case table):
6552         Do nothing special for i and I.
6554         * subr.el (remove-overlays): Fix last change.
6556         * cus-edit.el (custom-save-all): Use find-file-visit-truename
6557         for visiting the custom file.
6559 2006-11-12  Markus Triska  <triska@gmx.at>
6561         * play/handwrite.el (handwrite): Also process lines not ending
6562         with newline.  Replace some position-fiddling with different
6563         logic.  Improve performance.
6565 2006-11-12  Stephen Leake  <stephen_leake@stephe-leake.org>
6567         * progmodes/ada-xref.el (ada-prj-default-check-cmd): New variable,
6568         replacing deleted variable `ada-check-switch'.
6569         (ada-project-file-extension): Rename to `ada-prj-file-extension'.
6570         (ada-xref-project-files): Improve doc string.
6571         (ada-find-executable): New function.
6572         (ada-initialize-runtime-library): Use `ada-find-executable'.
6573         (ada-xref-set-default-prj-values): In compile commands, don't need
6574         `ada-cd-command'; `compile' does that more portably.
6575         Use ada-prj-default-check-cmd.
6576         (ada-parse-prj-file): Don't set 'debug_post_cmd, 'debug_pre_cmd
6577         properties if not specified in project file.
6578         (ada-goto-declaration): Display useful message for new error
6579         'error-file-not-found.
6580         (ada-get-ada-file-name, ada-find-in-src-path): Signal new error
6581         'error-file-not-found.
6582         (ada-get-all-references): Match latest ali syntax.  Signal new
6583         error 'error-file-not-found.
6584         (ada-find-in-ali): Match latest ali syntax.
6585         (ada-make-filename-from-adaname): Handle different semantics of
6586         gnatkr in GNAT 3.15p vs later.
6588         * progmodes/ada-stmt.el (ada-func-or-proc-name): Match changes to
6589         ada-procedure-start-regexp.
6590         (ada-or-accept, ada-or-delay, ada-or-terminate): Improve doc string.
6592         * progmodes/ada-mode.el: Replace conditional (require 'ispell)
6593         with defvar.
6594         (ada-language-version): Rename ada05 -> ada2005.
6595         (ada-align-region-separate): Add `eval-when-compile'.
6596         (ada-name-regexp): Remove unneeded escapes in regexp character
6597         alternative.
6598         (ada-compile-goto-error-file-linenr-re): New constant.
6599         (ada-matching-start-re): Handle additional cases `declare',
6600         `procedure', `function'.
6601         (ada-compile-goto-error): Handle "... at line nn".
6602         (ada-mode): Clearer syntax, comments for ff-special-constructs.
6603         Delete support for old versions of `align'.
6604         (ada-search-prev-end-stmt): Handle additional keyword `private'.
6605         (ada-check-defun-name): Simplify handling of `declare'.
6606         (ada-goto-matching-start): Handle nested `begin ... end'.
6607         Handle `declare', `protected', `procedure', `function'.
6608         (ada-create-menu): Presence of arm95 is not conditional on using
6609         GNAT compiler.
6611 2006-11-12  Juanma Barranquero  <lekktu@gmail.com>
6613         * emacs-lisp/re-builder.el (reb-mode): Set `blink-matching-paren' to
6614         nil in the *RE-Builder* buffer (it causes spurious error messages).
6616         * server.el (server-visit-files): If `minibuffer-auto-raise' has
6617         been set to t, respect it.
6619 2006-11-11  Stephen Leake  <stephen_leake@stephe-leake.org>
6621         * progmodes/ada-mode.el: Delete `eval-and-compile' around `require'.
6622         Delete commented out code for old Emacs versions.  Autoloading of
6623         "ada-xref", "ada-prj" is useful even if compiler is not GNAT.
6624         (ada-mode-version): Bump version number.
6625         (ada-95-string-keywords, ada-2005-string-keywords)
6626         (ada-2005-keywords, ada-name-regexp): New constant.
6627         (ada-language-version, ada-procedure-start-regexp, ada-mode)
6628         (ada-font-lock-keywords): Add support for Ada 2005 keywords.
6629         (ada-package-start-regexp): Support private packages, include package
6630         name (for ada-set-point-accordingly).
6631         (ada-next-procedure, ada-previous-procedure)
6632         (ada-which-function-are-we-in): Match changes to
6633         ada-procedure-start-regexp.
6634         (ada-make-body): Make non-interactive; not a user function.
6635         (ada-make-subprogram-body): Improve doc string.
6637 2006-11-11  Romain Francoise  <romain@orebokech.com>
6639         * progmodes/cperl-mode.el (cperl-mode): Before adding to it, make
6640         `compilation-error-regexp-alist' buffer-local, since we changed
6641         `compilation-error-regexp-alist-alist' locally.
6643 2006-11-11  Juanma Barranquero  <lekktu@gmail.com>
6645         * server.el (server-visit-files): Bind `minibuffer-auto-raise'
6646         to the value of `server-raise-frame'.
6648 2006-11-11  Glenn Morris  <rgm@gnu.org>
6650         * ido.el (ido-enable-prefix)
6651         * ses.el (ses-call-printer-return)
6652         * net/tramp.el (tramp-unified-filenames)
6653         * progmodes/cc-align.el (c-lineup-string-cont)
6654         * progmodes/compile.el (compilation-directory-matcher)
6655         * progmodes/ebnf2ps.el (ebnf-stop-on-error)
6656         * progmodes/vhdl-mode.el (vhdl-reset-active-high)
6657         (vhdl-clock-rising-edge)
6658         * textmodes/org.el (org-export-with-timestamps)
6659         (org-export-remove-timestamps-from-toc)
6660         (org-export-with-tags): Improve previous doc fixes.
6662 2006-11-11  Richard Stallman  <rms@gnu.org>
6664         * textmodes/flyspell.el (flyspell-mode-map):
6665         Bind C-c $ instead of M-RET.
6667 2006-11-10  Simon Marshall  <simon@gnu.org>
6669         * progmodes/cc-fonts.el (c-font-lock-declarations): Don't overwrite
6670         fontification for "case" and "default" keywords.
6672 2006-11-10  Andreas Schwab  <schwab@suse.de>
6674         * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
6675         Avoid starting sentence with "nil".
6677 2006-11-10  Juanma Barranquero  <lekktu@gmail.com>
6679         * server.el (server-raise-frame): New option.
6680         (server-switch-buffer): Use it.
6682 2006-11-10  Nick Roberts  <nickrob@snap.net.nz>
6684         * progmodes/gdb-ui.el (gdb-many-windows): Start doc string
6685         with a capital.
6687 2006-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
6689         * textmodes/org.el (org-show-hierarchy-above)
6690         (org-show-following-heading): Fix typo in default value.
6691         (org-scan-tags): Make the search case-sensitive.
6692         (org-tags-sparse-tree): Don't overrule
6693         `org-show-following-heading' and `org-show-hierarchy-above'.
6694         (org-reveal): New command.
6695         (org-show-context): Rename from `org-show-hierarchy-above'.
6696         (org-fast-tag-selection-single-key): New option.
6697         (org-fast-tag-show-exit, org-set-current-tags-overlay): New functions.
6698         (org-tags-overlay): New variable.
6699         (org-agenda-todo-ignore-deadlines): New option.
6700         ("session"): Add circular data structure `org-mark-ring' to
6701         exceptions list in session.el.
6702         (org-agenda-window-setup, org-agenda-restore-windows-after-quit):
6703         New options.
6704         (org-agenda-quit): Use `org-agenda-restore-windows-after-quit'.
6705         (org-prepare-agenda, org-agenda-quit): Use `org-agenda-window-setup'.
6706         (org-pre-agenda-window-conf, org-blank-before-new-entry): New vars.
6707         (org-finalize-agenda): Activate bracket links in agenda.
6708         (org-at-timestamp-p, org-at-date-range-p): Additional argument
6709         INACTIVE-OK.
6710         (org-show-hierarchy-above, org-show-following-heading):
6711         List values allowed for fine-tuned configuration.
6712         (org-show-hierarchy-above): New argument CONTEXT, use the
6713         fine-tuned settings in `org-show-hierarchy-above' and
6714         `org-show-following-heading'.
6715         (org-display-custom-time): New function.
6716         (org-toggle-time-stamp-overlays, org-insert-time-stamp): New function.
6717         (org-display-custom-times, org-time-stamp-custom-formats):
6718         (org-maybe-intangible): New macro.
6719         (org-activate-bracket-links, org-hide-wide-columns):
6720         Use `org-maybe-intangible'.
6721         (org-open-file): Use `shell-quote-argument'.
6722         (org-display-internal-link-with-indirect-buffer): New option.
6723         (org-file-remote-p): Get regexp from list.
6724         (org-link-expand-abbrev): New function.
6725         (org-link-abbrev-alist): New option.
6726         (org-open-at-point, org-cleaned-string-for-export):
6727         Call `org-link-expand-abbrev'.
6728         (org-timeline, org-agenda-list, org-todo-list)
6729         (org-tags-view): Remove the KEEP-MODES argument.
6730         (org-finalize-agenda-hook): New hook.
6731         (org-get-alist-option): New function.
6732         (org-follow-timestamp-link): New function.
6733         (org-open-at-point): Call `org-follow-timestamp-link'.
6734         (org-log-note-marker, org-log-note-purpose)
6735         (org-log-note-window-configuration): New variables.
6736         (org-add-log-maybe, org-add-log-note, org-store-log-note): New funs.
6737         (org-log-note-headings): New option.
6738         (org-dblock-write:clocktable): Bug fix, removed infinite loop.
6739         (org-store-link): Support for dired-mode.
6740         (org-open-file): Substitute environment variables into filename.
6741         (org-last): New defsubst.
6742         (org-agenda-re-align-tags): New function.
6743         (org-agenda-align-tags-to-column): New option.
6744         (org-agenda-timeline): Group removed.
6745         (org-prepare-agenda, org-prepare-agenda-buffers)
6746         (org-run-agenda-series, org-timeline, org-agenda-list)
6747         (org-todo-list, org-tags-view): Call `org-agenda-prepare' and set
6748         the text property inticating the agenda type.
6749         (org-agenda-post-command-hook): Get agenda type from text property
6750         at point.
6751         (org-agenda): Handle command sets.  Set `org-agenda-last-arguments'
6752         and obey `org-agenda-overriding-arguments'.
6753         (org-agenda-overriding-arguments, org-agenda-last-arguments): New vars.
6754         (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
6755         (org-agenda-week-view, org-agenda-day-view):
6756         Use `org-agenda-overriding-arguments' to make updating work with
6757         multi-block agendas.
6758         (org-agenda-prefix-format): Allow different formats for the
6759         different agenda entry types.
6760         (org-timeline-prefix-format): Option removed, use
6761         `org-agenda-prefix-format' instead.
6762         (org-prepare-agenda): New function.
6763         (org-select-timeline-window): Option removed, use
6764         `org-select-agenda-window' instead.
6765         (org-respect-restriction): Variable removed.
6766         (org-cmp-tag): New function.
6767         (org-agenda-sorting-strategy, org-entries-lessp):
6768         Implement sorting by last tag.
6769         (org-complete): Better completion in in-buffer option lines.
6770         (org-in-item-p): New function.
6771         (org-org-menu): Add entries for checkboxes.
6772         (org-cycle): Extra brouping in outline-regexp, because it is used
6773         in a search with "^" prepended.
6774         (org-provide-checkbox-statistics): New option.
6775         (org-set-font-lock-defaults): Highlight checkbox statistics.
6776         (org-update-checkbox-count-maybe)
6777         (org-get-checkbox-statistics-face): New functions.
6778         (org-update-checkbox-count): New command.
6779         (org-insert-item, org-toggle-checkbox):
6780         Call `org-update-checkbox-count-maybe'.
6781         (org-export-as-html): XEmacs compatibility for coding system.
6782         (org-force-cycle-archived): New command.
6783         (org-cycle-hide-archived-subtrees): Display message when ARCHIVE
6784         overrules cycling.
6785         (org-fix-position-after-promote): If the line contains only a todo
6786         keyword, add a final space.
6787         (org-promote-subtree, org-demote-subtree):
6788         Call `org-fix-position-after-promote'.
6790 2006-11-10  Glenn Morris  <rgm@gnu.org>
6792         * calendar/cal-dst.el: Do not assume DST starts/ends on the same
6793         date in every year.
6794         (calendar-dst-check-each-year-flag): New customizable variable.
6795         (calendar-dst-find-data): New function, extracted from
6796         calendar-current-time-zone.
6797         (calendar-current-time-zone): Use calendar-dst-find-data.
6798         (calendar-dst-transition-cache): New variable.
6799         (calendar-dst-find-startend, calendar-dst-starts)
6800         (calendar-dst-ends): New functions.
6801         (calendar-daylight-savings-starts)
6802         (calendar-daylight-savings-ends): Change value to use
6803         calendar-dst-starts, calendar-dst-ends; respectively.
6805         * progmodes/f90.el (f90-indent-region): Bind case-fold-search to t.
6807         * ido.el (ido-enable-prefix)
6808         * ses.el (ses-call-printer-return)
6809         * net/tramp.el (tramp-unified-filenames)
6810         * progmodes/cc-align.el (c-lineup-string-cont)
6811         * progmodes/compile.el (compilation-directory-matcher)
6812         * progmodes/ebnf2ps.el (ebnf-stop-on-error)
6813         * progmodes/gdb-ui.el (gdb-many-windows)
6814         * progmodes/vhdl-mode.el (vhdl-reset-active-high)
6815         (vhdl-clock-rising-edge)
6816         * textmodes/org.el (org-export-with-timestamps)
6817         (org-export-remove-timestamps-from-toc, org-export-with-tags)
6818         (org-read-date): Doc fix (Nil -> nil).
6820 2006-11-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6822         * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
6823         Encode/decode text to/from cut buffers to/from iso-latin-1 only.
6825 2006-11-10  Juanma Barranquero  <lekktu@gmail.com>
6827         * bs.el (bs--window-for-buffer): Remove.
6828         (bs--show-with-configuration): Use `get-window-with-predicate'
6829         instead of `bs--window-for-buffer'.
6831 2006-11-10  Kenichi Handa  <handa@m17n.org>
6833         * files.el (revert-buffer): Fix previous change.
6835 2006-11-09  Juanma Barranquero  <lekktu@gmail.com>
6837         * bs.el (bs--redisplay): Fix typo in docstring.
6838         (bs--window-config-coming-from): Make frame-local.
6839         (bs--restore-window-config): New function.
6840         (bs-kill, bs-select, bs-select-other-window)
6841         (bs-select-other-frame): Use it.
6842         (bs--window-for-buffer): Return as soon as a matching buffer is found.
6843         (bs--show-with-configuration): Save the window configuration as a
6844         frame local var, and only if *buffer-selection* is not already
6845         visible on this frame.
6847 2006-11-08  Chong Yidong  <cyd@stupidchicken.com>
6849         * vc-svn.el (vc-svn-admin-directory): New var.
6850         (vc-svn-registered, vc-svn-responsible-p)
6851         (vc-svn-repository-hostname): Use it.
6852         Suggested by arit93@yahoo.com.
6854 2006-11-08  Juanma Barranquero  <lekktu@gmail.com>
6856         * ldefs-boot.el: Regenerate.
6858 2006-11-08  Alan Mackenzie  <acm@muc.de>
6860         * emacs-lisp/lisp.el (beginning-of-defun-raw): Code up the
6861         case (eq open-paren-in-column-0-is-defun-start nil) by searching
6862         for least nested open-paren.
6864 2006-11-08  Romain Francoise  <romain@orebokech.com>
6866         * subr.el (remove-overlays): Fix typo in last change.
6868 2006-11-08  Richard Stallman  <rms@gnu.org>
6870         * subr.el (remove-overlays): Call overlay-recenter.
6872 2006-11-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6874         * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
6875         (pr-ps-name-custom-set, pr-txt-name-custom-set): Return back the old
6876         behaviour.
6877         (pr-menu-bind): Act on global-map instead of menu-bar-file-menu
6878         directly.
6880 2006-11-08  Juanma Barranquero  <lekktu@gmail.com>
6882         * ido.el (ido-ignore-extensions, ido-show-dot-for-dired)
6883         (ido-max-dir-file-cache, ido-decorations)
6884         (ido-rewrite-file-prompt-functions, ido-use-mycompletion-depth)
6885         (ido-magic-backward-char, ido-enter-dired)
6886         (ido-enter-insert-buffer, ido-enter-insert-file, ido-dired)
6887         (ido-list-directory, ido-first-match, ido-only-match)
6888         (ido-subdir, ido-indicator): Fix typos in docstrings.
6889         (ido-buffer-internal, ido-completion-help): Fix typos in messages.
6890         (ido-read-internal): Fix typo in error message.
6892 2006-11-08  Kenichi Handa  <handa@m17n.org>
6894         * international/mule-cmds.el (set-default-coding-systems):
6895         Always set default-file-name-coding-system to utf-8 for Mac Darwin.
6897 2006-11-08  Juanma Barranquero  <lekktu@gmail.com>
6899         * makefile.w32-in (setwins): Remove.
6900         (WINS_ALMOST): New macro.
6901         (WINS): Use it.
6902         (autoloads): Don't extract autoloads from files in obsolete/.
6904 2006-11-07  Chong Yidong  <cyd@stupidchicken.com>
6906         * whitespace.el (whitespace-buffer): Call remove-overlays after
6907         overlay-recenter for performance.  Suggested by Martin Rudalics.
6909 2006-11-07  Michael Albinus  <michael.albinus@gmx.de>
6911         * net/tramp.el (tramp-default-method): scp is the default method.
6913 2006-11-07  Juanma Barranquero  <lekktu@gmail.com>
6915         * server.el (server-start): Save also the Emacs pid in the server file.
6917 2006-11-07  Carsten Dominik  <dominik@science.uva.nl>
6919         * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Preserve
6920         point when displaying a bibtex cross reference in the echo area.
6922 2006-11-06  Juanma Barranquero  <lekktu@gmail.com>
6924         * international/mule.el (make-char): Fix typo in docstring.
6925         (load-with-code-conversion, charsetp): Doc fixes.
6927         * international/ja-dic-cnv.el (skkdic-convert):
6928         * cus-edit.el (hook): Fix typo in docstring.
6930 2006-11-06  Chong Yidong  <cyd@stupidchicken.com>
6932         * cus-edit.el (custom-mode-map): Move defvar above code using it.
6933         (custom-mode-link-map): New variable.
6934         (custom-group-link, custom-manual): Use follow-link.
6936 2006-11-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6938         * textmodes/bibtex.el: Fix typo in name of author of bibtex.el,
6939         "Mark Shapiro" -> "Marc Shapiro".  Update his email address.
6941 2006-11-06  Richard Stallman  <rms@gnu.org>
6943         * textmodes/flyspell.el (flyspell-correct-word-before-point):
6944         New function broken out of flyspell-correct-word.
6945         (flyspell-mode-map): Bind it to M-RET.
6946         (flyspell-correct-word): Call it.
6948         * textmodes/fill.el (fill-minibuffer-function): New function.
6949         (fill-paragraph): Bind fill-paragraph-function to
6950         fill-minibuffer-function.
6952         * ruler-mode.el (ruler-mode-map): Add bindings for up-events
6953         so that they aren't undefined.
6955         * dired.el (dired-readin): Locally bind file-name-coding-system.
6957         * bindings.el: Shorten and clarify usual mode line mouse help string.
6959         * Makefile.in (autoloads): Don't include `obsolete'.
6961 2006-11-06  Chong Yidong  <cyd@stupidchicken.com>
6963         * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
6964         (pr-ps-name-custom-set, pr-txt-name-custom-set): Don't update the
6965         Printing menu if it's not initialized.
6966         (pr-menu-bind): Act on menu-bar-file-menu directly.
6968 2006-11-06  Juanma Barranquero  <lekktu@gmail.com>
6970         * help.el (view-emacs-news): Fix typo in error message.
6972         * menu-bar.el (menu-bar-update-buffers): Fix typo in menu entry.
6974         * shadowfile.el (shadow-define-regexp-group)
6975         (shadow-literal-groups, shadow-insert-var): Doc fixes.
6976         (shadow-read-files): Fix typo in message.
6977         (shadow-inhibit-overload, shadow-find, shadow-suffix)
6978         (shadow-site-match, shadow-write-todo-file, shadow-insert-var)
6979         (shadow-suffix, shadow-site-match, shadow-expand-file-name)
6980         (shadow-file-match): Fix typos in docstrings.
6982         * terminal.el (terminal-emulator): Fix typo in message.
6984         * emacs-lisp/authors.el (authors-fixed-entries): Fix typo.
6986         * emacs-lisp/lselect.el (x-kill-primary-selection)
6987         (x-delete-primary-selection, x-copy-primary-selection):
6988         Fix typos in error messages.
6990         * emulation/edt-mapper.el: Fix typo in interactive message.
6992         * mail/emacsbug.el (report-emacs-bug): Fix typos in output message.
6994         * textmodes/ispell.el (ispell, ispell-local-dictionary-alist)
6995         (ispell-help): Fix typos in docstrings.
6996         (ispell-help): Fix typo in output message.
6998         * allout.el (allout-adjust-file-variable)
6999         (allout-passphrase-verifier-string)
7000         (allout-passphrase-hint-string)
7001         (allout-toggle-current-subtree-encryption):
7002         * apropos.el (apropos-synonyms):
7003         * cus-edit.el (hook):
7004         * emacs-lock.el (emacs-lock-from-exiting):
7005         * follow.el (follow-avoid-tail-recenter-p):
7006         * hexl.el (hexl-mode):
7007         * mouse-copy.el (mouse-copy-work-around-drag-bug):
7008         * mouse.el (mouse-set-font):
7009         * resume.el (resume-emacs-args-file):
7010         * rfn-eshadow.el (file-name-shadow-tty-properties):
7011         * t-mouse.el (t-mouse-process, t-mouse-mode):
7012         * emacs-lisp/cust-print.el (custom-print-install)
7013         (custom-print-uninstall, custom-format):
7014         * emacs-lisp/shadow.el (list-load-path-shadows):
7015         * emulation/tpu-edt.el (tpu-help-text)
7016         (tpu-save-all-buffers-kill-emacs, tpu-emacs-replace)
7017         (tpu-reset-control-keys):
7018         * emulation/vip.el (vip-emacs-local-map)
7019         (vip-change-mode-to-emacs):
7020         * emulation/viper.el (viper-mode, viper-set-hooks)
7021         (viper-major-mode-modifier-list):
7022         * emulation/viper-init.el (viper-emacs-state-cursor-color):
7023         * emulation/viper-keym.el (viper-emacs-kbd-map)
7024         (viper-toggle-key):
7025         * mail/feedmail.el (feedmail-queue-reminder)
7026         (feedmail-queue-reminder-alist, feedmail-confirm-outgoing)
7027         (feedmail-confirm-outgoing-timeout, feedmail-nuke-bcc)
7028         (feedmail-nuke-resent-bcc, feedmail-fill-to-cc-fill-column)
7029         (feedmail-sender-line, feedmail-force-binary-write)
7030         (feedmail-from-line, feedmail-deduce-envelope-from)
7031         (feedmail-x-mailer-line, feedmail-message-id-generator)
7032         (feedmail-date-generator, feedmail-fiddle-plex-user-list)
7033         (feedmail-enable-spray, feedmail-spray-this-address)
7034         (feedmail-spray-address-fiddle-plex-list, feedmail-enable-queue)
7035         (feedmail-queue-runner-confirm-global)
7036         (feedmail-ask-before-queue-prompt)
7037         (feedmail-ask-before-queue-reprompt)
7038         (feedmail-prompt-before-queue-standard-alist)
7039         (feedmail-prompt-before-queue-user-alist)
7040         (feedmail-prompt-before-queue-help-supplement)
7041         (feedmail-queue-use-send-time-for-message-id)
7042         (feedmail-queue-default-file-slug, feedmail-queue-fqm-suffix)
7043         (feedmail-mail-send-hook-splitter, feedmail-mail-send-hook)
7044         (feedmail-mail-send-hook-queued)
7045         (feedmail-confirm-addresses-hook-example)
7046         (feedmail-last-chance-hook, feedmail-before-fcc-hook)
7047         (feedmail-queue-runner-mode-setter)
7048         (feedmail-queue-alternative-mail-header-separator)
7049         (feedmail-queue-runner-message-sender)
7050         (feedmail-buffer-eating-function, feedmail-binmail-template)
7051         (feedmail-run-the-queue-no-prompts)
7052         (feedmail-run-the-queue-global-prompt)
7053         (feedmail-queue-subject-slug-maker, feedmail-fiddle-header)
7054         (feedmail-envelope-deducer, feedmail-fiddle-date)
7055         (feedmail-default-message-id-generator)
7056         (feedmail-fiddle-message-id, feedmail-fiddle-x-mailer)
7057         (feedmail-fiddle-spray-address, feedmail-deduce-address-list):
7058         * mail/vms-pmail.el (vms-pmail-save-and-exit, vms-pmail-abort)
7059         (vms-pmail-setup):
7060         * play/dunnet.el (dun-help):
7061         * play/handwrite.el (handwrite):
7062         * play/hanoi.el (hanoi-unix-64):
7063         * progmodes/idlwave.el (idlwave-rescan-asynchronously):
7064         * textmodes/enriched.el (fixed):
7065         * textmodes/org.el (org-file-apps)
7066         (org-emphasis-regexp-components, org-emphasis-alist):
7067         * textmodes/texinfmt.el (batch-texinfo-format):
7068         Fix typos in docstrings.
7070 2006-11-05  Juanma Barranquero  <lekktu@gmail.com>
7072         * loadhist.el (read-feature): Don't complete features not loaded
7073         from a file (which make `unload-feature' to fail).
7075 2006-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
7077         * add-log.el (add-log-time-zone-rule): Mark as safe-local-variable.
7079 2006-11-05  Chong Yidong  <cyd@stupidchicken.com>
7081         * startup.el (command-line-1): Kill emacs if the last frame is
7082         deleted while evaluating the command-line arguments.
7084 2006-11-05  Richard Stallman  <rms@gnu.org>
7086         * startup.el (init-file-had-error): Add doc string.
7087         (fancy-splash-text, fancy-splash-head, fancy-splash-tail):
7088         Use fixed-width font for keyboard key descriptions.
7090         * cus-edit.el (custom-save-all): Error if saving in .emacs
7091         and it had an error when loaded.
7093         * dired-aux.el (dired-copy-file-recursive): Catch errors
7094         from recursive copies in the loop, around the recursive call.
7096 2006-11-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
7098         * battery.el (battery-linux-proc-acpi): Search an ac_adapter in
7099         `/proc/acpi/ac_adapter/*'.  Ditto for the thermometers in
7100         `/proc/acpi/thermal_zone/*'.
7101         (battery-search-for-one-match-in-files): New.  Search a regexp in
7102         the content of some files.
7104 2006-11-05  Martin Rudalics  <rudalics@gmx.at>
7106         * window.el (mouse-autoselect-window-now): Remove variable.
7107         (mouse-autoselect-window-state): New variable.
7108         (mouse-autoselect-window-start, mouse-autoselect-window-cancel)
7109         (mouse-autoselect-window-select, handle-select-window):
7110         Rewritten to make mouse-autoselect-window-timer a one-shot timer.
7111         Suspend delayed autoselection during menu or popup dialog.
7113         * info-look.el (info-lookup-guess-custom-symbol): New function
7114         for retrieving symbol at point in custom buffers.
7115         (top level) <info-lookup-maybe-add-help>: Add backquote and
7116         comma to ignored characters in regexps of help specifications
7117         for emacs-lisp-mode and lisp-interaction-mode.  This permits
7118         looking up symbols in `...' and after a comma.  Add help
7119         specifications for custom-mode and help-mode.
7121 2006-11-04  Eli Zaretskii  <eliz@gnu.org>
7123         * mail/rmail.el (rmail-redecode-body): New optional argument RAW.
7124         Don't encode body if RAW is non-nil, or if the old encoding is
7125         identical to the new encoding, or if the body contains only
7126         eight-bit-* characters.
7128 2006-11-04  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
7130         * faces.el (faces-sample-overlay, describe-face): Revert last changes.
7131         (faces-sample-overlay): Remove variable.
7132         (describe-face): Insert sample text in the face being described.
7134 2006-11-04  Martin Rudalics  <rudalics@gmx.at>
7136         * whitespace.el (whitespace-indent-regexp): Make this match any
7137         multiples of eight spaces near the beginning of a line.
7138         (whitespace-buffer): Use `remove-overlays' instead of
7139         `whitespace-unhighlight-the-space' and `overlay-recenter' to
7140         speed up overlay handling.
7141         (whitespace-buffer-leading, whitespace-buffer-trailing):
7142         Make these functions highlight the text removed by
7143         `whitespace-buffer-leading-cleanup' and
7144         `whitespace-buffer-trailing-cleanup' respectively.
7145         (whitespace-buffer-search): Use `with-local-quit'.
7146         Move `format' out of loop to speed up scanning larger buffers.
7147         (whitespace-unhighlight-the-space): Remove `remove-hook' since
7148         that function is never added to a hook.
7149         (whitespace-spacetab-regexp, whitespace-ateol-regexp)
7150         (whitespace-buffer-leading-cleanup)
7151         (whitespace-refresh-rescan-list): Fix docstrings.
7153 2006-11-03  Ken Manheimer  <ken.manheimer@gmail.com>
7155         * allout.el (allout-during-yank-processing): Cue for inhibiting
7156         aberrance processing during yanks.
7157         (allout-doublecheck-at-and-shallower): Reduce the limit to reduce
7158         the amount of yanked topics that can be aberrant.
7159         (allout-do-doublecheck): Encapsulate this multiply-used recipe in
7160         a function, and supplement with inihibition of doublechecking
7161         during yanks.
7162         (allout-beginning-of-line, allout-next-heading)
7163         (allout-previous-heading, allout-goto-prefix-doublechecked)
7164         (allout-back-to-current-heading, allout-next-visible-heading)
7165         (allout-next-sibling): Use new allout-do-doublecheck function.
7166         (allout-next-sibling): Ensure we made progress when returning
7167         other than nil.
7168         (allout-rebullet-heading): Preserve text property annotations
7169         indicating the text was hidden, if it was.
7170         (allout-kill-line): Remove any added was-hidden annotations.
7171         (allout-kill-topic): Remove any added was-hidden annotations.
7172         (allout-annotate-hidden): Inhibit adding was-hidden text
7173         properties to the undo list.
7174         (allout-deannotate-hidden): New function to remove was-hidden
7175         annotation.
7176         (allout-hide-by-annotation): Use new allout-deannotate-hidden.
7177         (allout-remove-exposure-annotation): Replace by
7178         allout-deannotate-hidden.
7179         (allout-yank-processing): Signal that yank processing is happening
7180         with allout-during-yank-processing.  Also, wrap
7181         allout-unprotected's closer to the text changes, for easier
7182         debugging.  We need to inhibit-field-text-motion explicitly, in
7183         lieu of the encompassing allout-unprotected.
7184         (outlineify-sticky): Adjust criteria for triggering new outline
7185         decorations to presence or absence of any topics, not just a topic
7186         at the beginning of the buffer.
7188 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
7190         * bs.el (bs--show-all, bs--redisplay):
7191         * cus-edit.el (custom-unlispify-menu-entries)
7192         (custom-unlispify-tag-names, custom-prompt-variable):
7193         * expand.el (expand-pos):
7194         * speedbar.el (speedbar-generic-list-tag-p):
7195         * wid-edit.el (widget-image-enable):
7196         * emacs-lisp/checkdoc.el (checkdoc-rogue-space-check-engine):
7197         * emacs-lisp/find-func.el (find-function-noselect)
7198         (find-function, find-variable-noselect, find-variable)
7199         (find-definition-noselect, find-face-definition):
7200         * mail/rmail-spam-filter.el (rsf-scanning-messages-now):
7201         * net/eudc-vars.el (eudc-expansion-overwrites-query):
7202         * progmodes/ada-xref.el (ada-find-in-ali):
7203         * textmodes/flyspell.el (flyspell-check-tex-math-command):
7204         * textmodes/org.el (org-copy-subtree):
7205         * textmodes/table.el (table--row-column-insertion-point-p):
7206         Use "non-nil" in docstrings.
7208 2006-11-03  Mark Davies  <mark@mcs.vuw.ac.nz>
7210         * sort.el (sort-columns): Set the field separator to tab; on
7211         NetBSD, sort complains if "\n" is used as field separator.
7213 2006-11-03  NIIMI Satoshi  <sa2c@sa2c.net>
7215         * emacs-lisp/pp.el (pp-eval-last-sexp): Evaluate target sexp.
7217 2006-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7219         * server.el (server-auth-key): Remove.  Replace by a process-property.
7220         (server-start): Don't remove the file of the previous process, but
7221         instead clear out the place for the new file.
7222         (server-start): Set the :auth-key property.
7223         (server-process-filter): Use the :auth-key property.
7225 2006-11-02  Carsten Dominik  <dominik@science.uva.nl>
7227         * textmodes/org.el (org-mode-map): No longer copy
7228         `outline-mode-map' explicitly - this is already done by
7229         `define-derived-mode'.
7231 2006-11-02  Juanma Barranquero  <lekktu@gmail.com>
7233         * server.el (server-visit-files): Use `when'.
7234         (server-process-filter): When authentication fails, send error
7235         message to client.  Wrap `process-send-region' in `ignore-errors'
7236         instead of `condition-case', and remove misleading comment.
7238 2006-11-01  Juri Linkov  <juri@jurta.org>
7240         * simple.el (yank): Doc fix.
7242 2006-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7244         * server.el: Try and fit within 80 columns.
7245         (server-start): Make the auth file unreadable by other users.
7247 2006-10-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7249         * battery.el (battery-linux-proc-acpi): Prevent range error when
7250         `full-capacity' is 0.
7252 2006-10-31  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
7254         * faces.el (faces-sample-overlay): New defvar.
7255         (faces-sample-overlay): New function to show face sample text.
7256         (describe-face): Use it.
7258 2006-10-31  Stephen Leake  <stephen_leake@stephe-leake.org>
7260         * progmodes/ada-stmt.el: Change maintainer, apply
7261         whitespace-cleanup, checkdoc.
7262         (ada-func-or-proc-name): Add doc string.
7264         * progmodes/ada-prj.el (ada-prj-new): Change maintainer, apply
7265         whitespace-cleanup, checkdoc.  Minor improvements to many doc
7266         strings and comments.
7267         (ada-prj-display-page): Change buffer name to more accurately
7268         reflect function.
7270         * progmodes/ada-xref.el: Change maintainer, apply
7271         whitespace-cleanup, checkdoc.  Minor improvements to many doc
7272         strings and comments.  Don't look for `gvd' or `ddd' debuggers.
7273         (ada-compile-current): Don't add newlines to commands.
7275 2006-10-31  Juanma Barranquero  <lekktu@gmail.com>
7277         * server.el: Add support for TCP sockets.
7278         (server-use-tcp, server-host, server-auth-dir): New options.
7279         (server-auth-key): New variable.
7280         (server-ensure-safe-dir): Create nonexistent parent dirs.
7281         Ignore Unix-style file modes on Windows.
7282         (server-start): Crete a TCP or Unix socket according to the value
7283         of `server-use-tcp'.  For TCP sockets, create the id/auth file in
7284         `server-auth-dir' directory.
7285         (server-process-filter): Delete process if authentication
7286         fails (which never happens for Unix sockets).
7288 2006-10-30  David Kastrup  <dak@gnu.org>
7290         * subr.el (add-to-list): Don't continue checking if a match has
7291         been found.
7293 2006-10-30  Chong Yidong  <cyd@stupidchicken.com>
7295         * tutorial.el: Move defvars to avoid bytecomp warnings.
7296         (tutorial--find-changed-keys): Check if viper-current-state is
7297         bound before using it.
7298         (help-with-tutorial): Check if viper-tutorial is defined before
7299         using it.
7301 2006-10-30  Lennart Borgman  <lennart.borgman.073@student.lu.se>
7303         * help-fns.el (help-with-tutorial): Move to tutorial.el.
7305         * tutorial.el: New file.
7306         (help-with-tutorial): Move here from help-fns.el.  Add help for
7307         rebound keys.  Fix resume of tutorial.
7308         (tutorial--describe-nonstandard-key, tutorial--sort-keys)
7309         (tutorial--find-changed-keys, tutorial--display-changes)
7310         (tutorial--saved-dir, tutorial--saved-file)
7311         (tutorial--save-tutorial): New functions to support the changes in
7312         help-with-tutorial.
7314 2006-10-30  Kenichi Handa  <handa@m17n.org>
7316         * files.el (revert-buffer): If a unibyte buffer is being reverted
7317         with a coding system for multibyte, set buffer multibyte before
7318         calling insert-file-contents.
7320 2006-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7322         * server.el (server-select-display): Use a dummy buffer to detect when
7323         the frame is later used.
7324         (server-select-display): New function.
7325         (server-process-filter): Use it to detect unused temp frames.
7327 2006-10-29  Stephen Leake  <stephen_leake@stephe-leake.org>
7329         * progmodes/ada-mode.el: Change maintainer, apply
7330         whitespace-clean, checkdoc.  Minor improvements to many doc strings.
7331         (ada-mode-version): New function.
7332         (ada-create-menu): Menu operations are available for all supported
7333         compilers.
7335 2006-10-29  Lars Hansen  <larsh@soem.dk>
7337         * net/tramp.el (with-parsed-tramp-file-name): Correct debug spec.
7338         Highlight as keyword.
7339         (tramp-do-copy-or-rename-file): Correct data for 'file-already-exists.
7340         Don't call tramp-method-out-of-band-p for local files.
7341         (tramp-touch): Quote file name.
7343 2006-10-28  Glenn Morris  <rgm@gnu.org>
7345         * calendar/calendar.el (cal-html-cursor-month)
7346         (cal-html-cursor-year): Add autoloads for this new package.
7347         (calendar-mode-map): Bind cal-html-cursor-month, cal-html-cursor-year.
7349 2006-10-28  Anna M. Bigatti  <bigatti@dima.unige.it>
7351         * calendar/cal-html.el: New file.
7353 2006-10-28  Chong Yidong  <cyd@stupidchicken.com>
7355         * emacs-lisp/authors.el (authors-aliases): Update.
7357 2006-10-27  Chong Yidong  <cyd@stupidchicken.com>
7359         * version.el (emacs-version): Bump version number to 22.0.90.
7361 2006-10-26  John W. Eaton  <jwe@octave.org>
7363         * progmodes/octave-inf.el (inferior-octave-has-built-in-variables):
7364         New defvar.
7365         (inferior-octave-resync-dirs): Check to see whether Octave has
7366         built-in variables and set inferior-octave-has-built-in-variables.
7367         Check inferior-octave-has-built-in-variables to decide whether to
7368         send commands that set built-in variables or call functions to
7369         change Octave's behavior.
7370         Send "disp (pwd ())" to Octave instead of just "pwd".
7371         (inferior-octave-startup): Send "more off" to Octave instead of
7372         "page_screen_output = 0".
7374 2006-10-26  Chong Yidong  <cyd@stupidchicken.com>
7376         * emacs-lisp/cl-indent.el (lisp-indent-259): Indent nil's in the
7377         pattern normally.
7379 2006-10-26  Nick Roberts  <nickrob@snap.net.nz>
7381         * bindings.el (mode-line-mode-menu): Remove bindings for global
7382         minor modes (line/column number) as they are on the menubar.
7384 2006-10-25  Juanma Barranquero  <lekktu@gmail.com>
7386         * term/w32-win.el (x-handle-name-switch): Doc fix.
7387         (w32-standard-fontset-spec): Fix typo in docstring.
7389         * midnight.el (midnight-buffer-display-time): Doc fix.
7390         (clean-buffer-list-kill-never-buffer-names): Add "*server*".
7392 2006-10-23  Michael Kifer  <kifer@cs.stonybrook.edu>
7394         * emulation/viper-cmd.el (viper-prefix-arg-com): Define gg as G0.
7396         * emulation/viper-ex.el (ex-read): Quote file argument.
7398         * ediff-diff.el (ediff-same-file-contents): Expand file names.
7400         * ediff-mult.el (ediff-append-custom-diff): Quote shell file arguments.
7402 2006-10-22  Martin Rudalics  <rudalics@gmx.at>
7404         * textmodes/flyspell.el (flyspell-check-region-doublons):
7405         Fix last fix.
7407 2006-10-23  Nick Roberts  <nickrob@snap.net.nz>
7409         * bindings.el (mode-line-mode-menu): List global minor modes
7410         before local ones.
7412 2006-10-23  Kim F. Storm  <storm@cua.dk>
7414         * subr.el (add-to-list): Optimize if compare-fn is `eq' or `eql'.
7415         (sit-for): If last command was a prefix arg, add the read-ahead
7416         event to unread-command-events as (t . EVENT) so it will be added
7417         to this-command-keys by read-key-sequence.
7419 2006-10-22  Martin Rudalics  <rudalics@gmx.at>
7421         * textmodes/flyspell.el (flyspell-word): Skip past all previous
7422         whitespace when checking doublons.
7423         (flyspell-check-region-doublons): Fix doublon regexp.
7424         (flyspell-highlight-incorrect-region): Highlight doublons using
7425         flyspell-duplicate face.
7427         * progmodes/cperl-mode.el (cperl-invalid-face): Fix defcustom.
7429 2006-10-22  John Wiegley  <johnw@newartisans.com>
7431         * progmodes/python.el (python-use-skeletons): python-mode was
7432         auto-inserting templates (for those with abbrev-mode on), not only
7433         by default -- *but without a configuration variable to disable
7434         it*.  This rendered python-mode completely useless for me, so I
7435         have added `python-use-skeletons', which is now off by default.
7437 2006-10-22  Chong Yidong  <cyd@stupidchicken.com>
7439         * progmodes/cperl-mode.el (cperl-mode): Don't assume
7440         font-lock-multiline is auto-local (it's not).
7441         (cperl-windowed-init): Ensure that cperl-font-lock-multiline is
7442         initialized before calling cperl-init-faces.
7444 2006-10-22  Nick Roberts  <nickrob@snap.net.nz>
7446         * progmodes/gdb-ui.el (gdb-info-stack-custom): Don't try to give
7447         gdb-stack-position a value when there is no fringe.
7449         * bindings.el (mode-line-mode-menu): Disable auto-revert-tail-mode
7450         indicator if not visiting a file.
7452 2006-10-20  David Kastrup  <dak@gnu.org>
7454         * window.el (kill-buffer-and-window): Fix a bug where an aborted
7455         operation would still cause some window to collapse later.
7457 2006-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7459         * vc.el (vc-switch-backend): Try to be more careful with unwanted
7460         side-effect due to mixing various backends's file properties.
7462         * vc-svn.el (vc-svn-parse-status): Remove unused arg `localp'.
7463         Add arg `filename' instead.  Don't set vc-backend if `filename' is set.
7464         Return `filename's status if applicable.  Update callers.
7466 2006-10-19  Kenichi Handa  <handa@m17n.org>
7468         * international/kkc.el (kkc-region): When a key sequence is not
7469         defined, append (this-single-command-raw-keys) to
7470         unread-input-method-events.
7472 2006-10-19  Juanma Barranquero  <lekktu@gmail.com>
7474         * progmodes/ada-mode.el (ada-in-string-p): Doc fix.
7476 2006-10-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7478         * version.el (emacs-version): Use mac-carbon-version-string.
7480         * term/macterm.el (res-geometry): Apply 2006-10-18 change for x-win.el.
7482 2006-10-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7484         * select.el (ccl-check-utf-8, string-utf-8-p): New functions (by
7485         Kenichi Handa).
7486         (xselect-convert-to-string): Decline requests for UTF8_STRING if
7487         the selection is not UTF-8.
7489 2006-10-18  Juanma Barranquero  <lekktu@gmail.com>
7491         * progmodes/ada-mode.el (ada-83-string-keywords)
7492         (ada-last-which-function-line ada-no-auto-case, ada-indent-region)
7493         (ada-which-compiler, ada-align-modes, ada-adjust-case-buffer)
7494         (ada-looking-at-semi-private, ada-get-body-name):
7495         Fix typos in docstrings.
7496         (ada-create-case-exception, ada-create-case-exception-substring):
7497         Fix typos in error messages.
7498         (ada-goto-matching-end, ada-narrow-to-defun): Doc fixes.
7500 2006-10-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7502         * term/x-win.el (res-geometry): Don't set geometry from Xresources
7503         to default-frame-alist if default-frame-alist already contains
7504         width/height.
7506 2006-10-18  Richard Stallman  <rms@gnu.org>
7508         * emacs-lisp/pp.el (pp-eval-expression): Use `X' to read value.
7509         Non-interactive arg is the value, not the expression.
7511         * simple.el (read-expression-map): Just set it, no defvar.
7513         * subr.el (insert-for-yank-1): If last inserted char has
7514         properties, mark them as rear-nonsticky.
7516         * recentf.el (recentf-mode): Doc fix.
7518         * facemenu.el (facemenu-add-new-face): Defend against symbol
7519         that isn't a face name.
7521         * dired-aux.el (dired-do-copy): Doc fix.
7523 2006-10-18  Chong Yidong  <cyd@stupidchicken.com>
7525         * simple.el (line-move-1): Ignore fields when moving to the
7526         beginning of line to avoid getting point stuck.
7528 2006-10-18  Martin Rudalics  <rudalics@gmx.at>
7530         * textmodes/flyspell.el (flyspell-word-search-backward):
7531         Set inhibit-point-motion-hooks to avoid looping due to intangibile
7532         text.
7534 2006-10-16  Richard Stallman  <rms@gnu.org>
7536         * help-fns.el (describe-function-1): Special case optimization
7537         for self-insert-command.
7539 2006-10-16  Kim F. Storm  <storm@cua.dk>
7541         * ido.el (ido-reread-directory): Work in `dir' mode too.
7543 2006-10-15  Martin Rudalics  <rudalics@gmx.at>
7545         * textmodes/table.el: Require 'regexp-opt.
7547 2006-10-15  Lennart Borgman  <lennart.borgman.073@student.lu.se>
7549         * progmodes/flymake.el (flymake-get-project-include-dirs-imp):
7550         Use shell-quote-argument.
7552         * shell.el (explicit-bash-args): Likewise.
7554         * progmodes/ada-xref.el (ada-find-in-src-path): Likewise.
7555         Use grep -E rather than egrep.
7557 2006-10-15  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
7559         * ido.el (ido-exhibit): Allow `-', `_', and trailing `$' in user id.
7561 2006-10-15  Kim F. Storm  <storm@cua.dk>
7563         * filesets.el (filesets-run-cmd--repl-fn): Use shell-quote-argument.
7565 2006-10-14  Lennart Borgman  <lennart.borgman.073@student.lu.se>
7567         * filesets.el (filesets-cmd-shell-command): Quote buffer-file-name
7568         to protect whitespace and metacharacters from the shell.
7570 2006-10-13  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
7572         * apropos.el (apropos-pattern-quoted): Fix a typo in a doc string.
7574 2006-10-13  Eli Zaretskii  <eliz@gnu.org>
7576         * subr.el (start-process-shell-command): Doc fix.
7578 2006-10-13  Andrea Russo  <rastandy@salug.it>  (tiny change)
7580         * info-look.el <maxima-mode, inferior-maxima-mode>: Allow [0-9] in
7581         the regexp for Maxima symbols.
7583 2006-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7585         * vc-hooks.el (vc-ignore-dir-regexp): Make it into a defcustom.
7586         (vc-find-root): Don't walk higher up than ~.
7588 2006-10-12  Chong Yidong  <cyd@stupidchicken.com>
7590         * international/utf-8.el (utf-translate-cjk-load-tables):
7591         Avoid clobbering last-coding-system-used during load.
7593 2006-10-12  Carsten Dominik  <dominik@science.uva.nl>
7595         * textmodes/reftex-global.el (reftex-create-tags-file):
7596         Quote file arguments.
7598 2006-10-12  Richard Stallman  <rms@gnu.org>
7600         * files.el (file-name-history): Add defvar.
7601         (save-some-buffers-action-alist): Improve description strings.
7603 2006-10-12  Andreas Schwab  <schwab@suse.de>
7605         * files.el (auto-mode-alist): Match change log file name also with
7606         a dash before a numeric extension.
7608 2006-10-11  Ilya Zakharevich  <ilyaz@cpan.org>
7610         * progmodes/cperl-mode.el: Merge from upstream, upto version 5.22.
7611         After 5.0:
7612         (cperl-add-tags-recurse-noxs-fullpath): New function (for -batch mode).
7614         After 5.1: Major edit.  Summary of most visible changes:
7616         - Multiple <<HERE per line allowed.
7617         - Handles multiline subroutine declaration headers (with comments).
7618           (The exception is `cperl-etags' - but it is not used in the rest
7619           of the mode.)
7620         - Fontifies multiline my/our declarations (even with comments,
7621           and with legacy `font-lock').
7622         - Major speedup of syntaxification, both immediate and postponed
7623           (3.5x to 15x [for different CPUs and versions of Emacs] on the
7624           huge real-life document I tested).
7625         - New bindings, edits to imenu.
7626         - "_" is made into word-char during fontification/syntaxification;
7627           some attempts to recognize non-word "_" during other operations too.
7628         - Detect bug in Emacs with `looking-at' inside `narrow' and bulk out.
7629         - autoload some more perldoc-related stuff
7630         - New convenience features: ISpell POD/HEREDOCs, narrow-to-HEREDOC.
7631         - Attempt to incorporate XEmacs edits which reached me.
7633         Fine-grained changelog:
7634         (cperl-hook-after-change): New configuration variable.
7635         (cperl-vc-sccs-header): Likewise.
7636         (cperl-vc-sccs-header): Likewise.
7637         (cperl-vc-header-alist): Default via two preceding variables.
7638         (cperl-invalid-face): Remove double quoting under XEmacs
7639                 (still needed under 21.2).
7640         (cperl-tips): Update URLs for resources.
7641         (cperl-problems): Likewise.
7642         (cperl-praise): Mention new features.
7643         New C-c key bindings: for `cperl-find-bad-style',
7644         `cperl-pod-spell', `cperl-here-doc-spell', `cperl-narrow-to-here-doc',
7645         `cperl-perdoc', and `cperl-perldoc-at-point'.
7646         CPerl Mode menu changes: "Fix style by spaces", "Imenu on Perl Info"
7647         moved, new submenu of Tools with Ispell entries and narrowing.
7648         (cperl-after-sub-regexp): New defsubst.
7649         (cperl-imenu--function-name-regexp-perl): Use `cperl-after-sub-regexp'.
7650                 Allows heads up to head4.
7651                 Allow "package;".
7652         (defun-prompt-regexp): Use `cperl-after-sub-regexp'.
7653         (paren-backwards-message): ??? Something for XEmacs???
7654         (cperl-mode): Never auto-switch abbrev-mode off.
7655                 Try to allow '_' be non-word char.
7656                 Do not use `font-lock-unfontify-region-function' on XEmacs.
7657                 Reset syntax cache on mode start.
7658                 Support multiline facification (even on legacy `font-lock').
7659         (cperl-facemenu-add-face-function): ??? Some contributed code ???
7660         (cperl-after-change-function): Since `font-lock' and `lazy-lock'
7661                 refuse to inform us whether the fontification is due to lazy
7662                 calling or due to edit to a buffer, install our own hook
7663                 (controlled by `cperl-hook-after-change').
7664         (cperl-electric-pod): =cut may have been recognized as start.
7665         (cperl-block-p): Move, updated for attributes.
7666         (cperl-calculate-indent): Try to allow '_' be non-word char
7667                 Support subs with attributes.
7668         (cperl-where-am-i): Quiet (?) a warning.
7669         (cperl-cached-syntax-table): New function.
7670         (cperl-forward-re): Use `cperl-cached-syntax-table'.
7671         (cperl-unwind-to-safe): Recognize `syntax-type' property
7672                 changing in a middle of line.
7673         (cperl-find-sub-attrs): New function.
7674         (cperl-find-pods-heres): Allow many <<EOP per line.
7675                 Allow subs with attributes.
7676                 Major speedups (3.5x..15x on a real-life test file nph-proxy.pl).
7677                 Recognize "extproc " (OS/2) case-folded and only at start.
7678                 /x on s///x with empty replacement was not recognized.
7679                 Better comments.
7680         (cperl-after-block-p): Remarks on diff with `cperl-block-p'.
7681                 Allow subs with attributes, labels.
7682                 Do not confuse "else::foo" with "else".
7683                 Minor optimizations...
7684         (cperl-after-expr-p): Try to allow '_' be non-word char.
7685         (cperl-fill-paragraph): Try to detect a major bug in Emacs
7686                 with `looking-at' inside `narrow' and bulk out if found.
7687         (cperl-imenu--create-perl-index): Updates for new
7688                 `cperl-imenu--function-name-regexp-perl'.
7689         (cperl-outline-level): Likewise.
7690         (cperl-init-faces): Allow multiline subroutine headers
7691                 and my/our declarations, and ones with comments.
7692                 Allow subroutine attributes.
7693         (cperl-imenu-on-info): Better docstring.
7694         (cperl-etags): Rudimentary support for attributes.
7695                 Support for packages and "package;".
7696         (cperl-add-tags-recurse-noxs): Better (?) docstring.
7697         (cperl-add-tags-recurse-noxs-fullpath): Likewise.
7698         (cperl-tags-hier-init): Misprint for `fboundp' fixed.
7699         (cperl-not-bad-style-regexp): Try to allow '_' be non-word char.
7700         (cperl-perldoc): Add autoload.
7701         (cperl-perldoc-at-point): Likewise.
7702         (cperl-here-doc-spell): New function.
7703         (cperl-pod-spell): Likewise.
7704         (cperl-map-pods-heres): Likewise.
7705         (cperl-get-here-doc-region): Likewise.
7706         (cperl-font-lock-fontify-region-function): Likewise (backward
7707                 compatibility for legacy `font-lock').
7708         (cperl-font-lock-unfontify-region-function): Fix style.
7709         (cperl-fontify-syntaxically): Recognize and optimize away deferred
7710                 calls with no-change.  Governed by `cperl-hook-after-change'.
7711         (cperl-fontify-update): Recognize that syntaxification region
7712                 can be larger than fontification one.
7713                 XXXX we leave `cperl-postpone' property, so this is quadratic...
7714         (cperl-fontify-update-bad): Temporary placeholder until
7715                 it is clear how to implement `cperl-fontify-update'.
7716         (cperl-time-fontification): New function.
7717         (attrib-group): New text attribute.
7718         (multiline): New value: `syntax-type' text attribute.
7720         After 5.2:
7721         (cperl-emulate-lazy-lock): New function.
7722         (cperl-fontify-syntaxically): Would skip large regions.
7723         Add `cperl-time-fontification', `cperl-emulate-lazy-lock' to menu.
7724         Some globals were declared, but uninitialized.
7726         After 5.3, 5.4:
7727         (cperl-facemenu-add-face-function): Add docs, fix U<>.
7728         Copyright message updated.
7729         (cperl-init-faces): Work around a bug in `font-lock'. May slow
7730                         facification down a bit.
7731                 Misprint for my|our|local for old `font-lock'
7732                         "our" was not fontified same as "my|local".
7733                 Highlight variables after "my" etc even in
7734                         a middle of an expression.
7735                 Do not facify multiple variables after my etc
7736                         unless parentheses are present.
7738         After 5.5, 5.6
7739         (cperl-fontify-syntaxically): after-change hook could reset.
7740         (cperl-syntax-done-to) to a middle of line; unwind to BOL.
7742         After 5.7:
7743         (cperl-init-faces): Allow highlighting of local ($/).
7744         (cperl-problems-old-emaxen): New variable (for the use of DOCSTRING).
7745         (cperl-problems): Remove fixed problems.
7746         (cperl-find-pods-heres): Recognize #-comments in m##x too.
7747                 Recognize charclasses (unless delimiter is \).
7748         (cperl-fontify-syntaxically): Unwinding to safe was done in wrong order.
7749         (cperl-regexp-scan): Update docs.
7750         (cperl-beautify-regexp-piece): Use information got from regexp scan.
7752         After 5.8:
7753         Major user visible changes:
7754         Recognition and fontification of character classes in RExen.
7755         Variable indentation of RExen according to groups.
7757         (cperl-find-pods-heres): Recognize POSIX classes in REx charclasses.
7758                 Fontify REx charclasses in variable-name face.
7759                 Fontify POSIX charclasses in "type" face.
7760                 Fontify unmatched "]" in function-name face.
7761                 Mark first-char of HERE-doc as `front-sticky'.
7762                 Reset `front-sticky' property when needed.
7763         (cperl-calculate-indent): Indents //x -RExen accordning to parens level.
7764         (cperl-to-comment-or-eol): Recognize ends of `syntax-type' constructs.
7765         (cperl-backward-to-noncomment): Recognize stringy `syntax-type'
7766                 constructs.  Support `narrow'ed buffers.
7767         (cperl-praise): Remove a reservation.
7768         (cperl-make-indent): New function.
7769         (cperl-indent-for-comment): Use `cperl-make-indent'.
7770         (cperl-indent-line): Likewise.
7771         (cperl-lineup): Likewise.
7772         (cperl-beautify-regexp-piece): Likewise.
7773         (cperl-contract-level): Likewise.
7774         (cperl-toggle-set-debug-unwind): New function.
7775                 New menu entry for this.
7776         (fill-paragraph-function): Use when `boundp'.
7777         (cperl-calculate-indent): Take into account groups when indenting RExen.
7778         (cperl-to-comment-or-eol): Recognize # which end a string.
7779         (cperl-modify-syntax-type): Make only syntax-table property non-sticky.
7780         (cperl-fill-paragraph): Return t: needed for `fill-paragraph-function'.
7781         (cperl-fontify-syntaxically): More clear debugging message.
7782         (cperl-pod2man-build-command): Check (XEmacs) `Man-filter-list'.
7783         (cperl-init-faces): More complicated highlight even on XEmacs (new).
7784         Merge cosmetic changes from XEmacs.
7786         After 5.9:
7787         (cperl-1+): Move to before the first use.
7788         (cperl-1-): Likewise.
7790         After 5.10:
7792         This code may lock Emacs hard!!!  Use at your own risk!
7794         (cperl-font-locking): New internal variable.
7795         (cperl-beginning-of-property): New function.
7796         (cperl-calculate-indent): Use `cperl-beginning-of-property'
7797         instead of `previous-single-property-change'.
7798         (cperl-unwind-to-safe): Likewise.
7799         (cperl-after-expr-p): Likewise.
7800         (cperl-get-here-doc-region): Likewise.
7801         (cperl-font-lock-fontify-region-function): Likewise.
7802         (cperl-to-comment-or-eol): Do not call `cperl-update-syntaxification'
7803                         recursively.
7804                 Bound `next-single-property-change' via `point-max'.
7805         (cperl-unwind-to-safe): Bound likewise
7806         (cperl-font-lock-fontify-region-function): Likewise.
7807         (cperl-find-pods-heres): Mark as recursive for `cperl-to-comment-or-eol'
7808                 Initialization of `cperl-font-lock-multiline-start' could be
7809                 missed if the "main" fontification did not run due to the
7810                 keyword being already fontified.
7811         (cperl-pod-spell): Return t from do-one-chunk function.
7812         (cperl-map-pods-heres): Stop when the worker returns nil.
7813                 Call `cperl-update-syntaxification'.
7814         (cperl-get-here-doc-region): Call `cperl-update-syntaxification'.
7815         (cperl-get-here-doc-delim): Remove unused function.
7817         After 5.11:
7819         The possible lockup of Emacs (introduced in 5.10) fixed.
7821         (cperl-unwind-to-safe): `cperl-beginning-of-property' won't return nil.
7822         (cperl-syntaxify-for-menu): New customization variable.
7823         (cperl-select-this-pod-or-here-doc): New function.
7824         (cperl-get-here-doc-region): Extra argument.
7825                 Do not adjust pos by 1.
7827         New menu entries
7828                 (Perl/Tools): Selection of current POD or HERE-DOC section.
7829                 (Debugging CPerl:) backtrace on fontification.
7831         After 5.12:
7832         (cperl-cached-syntax-table): Use `car-safe'.
7833         (cperl-forward-re): Remove spurious argument SET-ST.
7834                 Add documentation.
7835         (cperl-forward-group-in-re): New function.
7836         (cperl-find-pods-heres): Find and highlight (?{}) blocks in RExen
7837         (XXXX Temporary (?) hack is to syntax-mark them as comment).
7839         After 5.13:
7840         (cperl-string-syntax-table): Make { and } not-grouping
7841           (Sometimes they ARE grouping in RExen, but matching them would only
7842            confuse in many situations when they are not)
7843         (beginning-of-buffer): Replace two occurrences with goto-char...
7844         (cperl-calculate-indent): `char-after' could be nil...
7845         (cperl-find-pods-heres): REx can start after "[" too.
7846                 Hightlight (??{}) in RExen too.
7847         (cperl-maybe-white-and-comment-rex): New constant
7848         (cperl-white-and-comment-rex): Likewise.
7849                 XXXX Not very efficient, but hard to make
7850                 better while keeping 1 group.
7852         After 5.13:
7853         (cperl-find-pods-heres): $foo << identifier() is not a HERE-DOC.
7854                 Likewise for 1 << identifier.
7856         After 5.14:
7857         (cperl-find-pods-heres): Different logic for $foo .= <<EOF etc.
7858                 Error-less condition-case could fail.
7859         (cperl-font-lock-fontify-region-function): Likewise.
7860         (cperl-init-faces): Likewise.
7862         After 5.15:
7863         (cperl-find-pods-heres): Support property REx-part2.
7864         (cperl-calculate-indent): Likewise.
7865                 Don't special-case REx with non-empty 1st line.
7866         (cperl-find-pods-heres): In RExen, highlight non-literal backslashes.
7867                 Invert highlighting of charclasses:
7868                         now the envelop is highlighted.
7869                 Highlight many others 0-length builtins.
7870         (cperl-praise): Mention indenting and highlight in RExen.
7872         After 5.15:
7873         (cperl-find-pods-heres): Highlight capturing parens in REx.
7875         After 5.16:
7876         (cperl-find-pods-heres): Highlight '|' for alternation
7877         Initialize `font-lock-warning-face' if not present.
7878         (cperl-find-pods-heres): Use `font-lock-warning-face' instead of
7879                          `font-lock-function-name-face'.
7880         (cperl-look-at-leading-count): Likewise.
7881         (cperl-find-pods-heres): Localize `font-lock-variable-name-face',
7882                         `font-lock-keyword-face' (needed for
7883                         batch processing), etc...
7884                 Use `font-lock-builtin-face' for builtin in REx
7885                         Now `font-lock-variable-name-face'
7886                         is used for interpolated variables
7887                 Use "talking aliases" for faces inside REx
7888                 Highlight parts of REx (except in charclasses)
7889                         according to the syntax and/or semantic
7890                 Syntax-mark a {}-part of (?{}) as "comment"
7891                         (it was the ()-part)
7892                 Better logic to distinguish what is what in REx
7893         (cperl-tips-faces): Document REx highlighting
7894         (cperl-praise): Mention REx syntax highlight etc.
7896         After 5.17:
7897         (cperl-find-sub-attrs): Would not always manage to print error message.
7898         (cperl-find-pods-heres): Localize `font-lock-constant-face'.
7900         After 5.18:
7901         (cperl-find-pods-heres): Misprint in REx for parsing REx.
7902                 Very minor optimization.
7903                 `my-cperl-REx-modifiers-face' got quoted.
7904                 Recognize "print $foo <<END" as HERE-doc.
7905                 Put `REx-interpolated' text attribute if needed.
7906         (cperl-invert-if-unless-modifiers): New function.
7907         (cperl-backward-to-start-of-expr): Likewise.
7908         (cperl-forward-to-end-of-expr): Likewise.
7909         (cperl-invert-if-unless): Works in "the opposite way" too.
7910                 Cursor position on return is on the switch-word.
7911                 Indents comments better.
7912         (REx-interpolated): New text attribute.
7913         (cperl-next-interpolated-REx): New function.
7914         (cperl-next-interpolated-REx-0): Likewise.
7915         (cperl-next-interpolated-REx-1): Likewise.
7916         "\C-c\C-x", "\C-c\C-y", "\C-c\C-v": New keybinding for these functions.
7917         Perl/Regexp menu: 3 new entries for `cperl-next-interpolated-REx'.
7918         (cperl-praise): Mention finded interpolated RExen.
7920         After 5.19:
7921         (cperl-init-faces): Highlight %$foo, @$foo too.
7922         (cperl-short-docs): Better docs for system, exec.
7923         (cperl-find-pods-heres): Better detect << after print {FH} <<EOF etc.
7924                 Would not find HERE-doc ended by EOF without NL.
7925         (cperl-short-docs): Correct not-doubled \-escapes.
7926         start block: Put some `defvar' for stuff gone from XEmacs.
7928         After 5.20:
7929         initial comment: Extend copyright, fix email address.
7930         (cperl-indent-comment-at-column-0): New customization variable.
7931         (cperl-comment-indent): Indentation after $#a would increasy by 1.
7932         (cperl-mode): Make `defun-prompt-regexp' grok BEGIN/END etc.
7933         (cperl-find-pods-heres): Mark CODE of s///e as `syntax-type' `multiline'
7934         (cperl-at-end-of-expr): Would fail if @BAR=12 follows after ";".
7935         (cperl-init-faces): If `cperl-highlight-variables-indiscriminately'
7936                         highlight $ in $foo too (UNTESTED).
7937         (cperl-set-style): Docstring missed some available styles.
7938         toplevel: Menubar/Perl/Indent-Styles had FSF, now K&R.
7939                 Change "Current" to "Memorize Current".
7940         (cperl-indent-wrt-brace): New customization variable; the default is
7941                 as for pre-5.2 version.
7942         (cperl-styles-entries): Keep `cperl-extra-newline-before-brace-multiline'.
7943         (cperl-style-alist): Likewise.
7944         (cperl-fix-line-spacing): Support `cperl-merge-trailing-else' being nil,
7945                 and `cperl-extra-newline-before-brace' etc
7946                 being t
7947         (cperl-indent-exp): Plans B and C to find continuation blocks even
7948                 if `cperl-extra-newline-before-brace' is t.
7950         After 5.21:
7951         Improve some docstrings concerning indentation.
7952         (cperl-indent-rules-alist): New variable.
7953         (cperl-sniff-for-indent): New function name
7954                 (separated from `cperl-calculate-indent').
7955         (cperl-calculate-indent): Separate the sniffer and the indenter;
7956                 uses `cperl-sniff-for-indent' now.
7957         (cperl-comment-indent): Test for `cperl-indent-comment-at-column-0'
7958                 was inverted;
7959                 Support `comment-column' = 0.
7961 2006-10-11  Martin Rudalics  <rudalics@gmx.at>
7963         * dnd.el (dnd-handle-one-url): Fix typo in doc-string.
7964         * help-at-pt.el (scan-buf-move-to-region): Likewise.
7965         * longlines.el (longlines-window-change-function): Likewise.
7966         * simple.el (undo-ask-before-discard): Likewise.
7967         * wid-edit.el (widget-field-prompt-internal)
7968         (widget-documentation-link-p): Likewise.
7970 2006-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7972         * progmodes/sh-script.el (sh-get-kw): | is not among the allowed chars
7973         for a keyword.
7975 2006-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7977         * newcomment.el (comment-valid-prefix-p): Make the check
7978         more thorough.  From an idea by Martin Rudalics <rudalics@gmx.at>.
7979         (comment-indent-new-line): Adjust call.
7981 2006-10-09  Ken Manheimer  <ken.manheimer@gmail.com>
7983         * allout.el (allout-back-to-current-heading): Base on lower-level
7984         routines to get proper disqualification of aberrant topics.
7986 2006-10-09  Richard Stallman  <rms@gnu.org>
7988         * textmodes/two-column.el (2C-two-columns): Doc fix.
7990 2006-10-09  Kim F. Storm  <storm@cua.dk>
7992         * shell.el (explicit-csh-args, explicit-bash-args): Add comment
7993         about implicit use.
7995 2006-10-08  Richard Stallman  <rms@gnu.org>
7997         * textmodes/two-column.el (2C-two-columns): Doc fix.
7999 2006-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
8001         * files.el: Mark `buffer-read-only' as safe-local-variable.
8003 2006-10-08  Nick Roberts  <nickrob@snap.net.nz>
8005         * progmodes/gdb-ui.el (gdb-speedbar-expand-node):
8006         Burp if GUD buffer has been killed.
8008 2006-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8010         * completion.el (add-completions-from-c-buffer):
8011         Don't presume an error's second element is a string.
8012         Use looking-at rather than buffer-substring + member.
8014 2006-10-07  Eli Zaretskii  <eliz@gnu.org>
8016         * mail/rmail.el (rmail-redecode-body): If the old encoding is
8017         `undecided', call find-coding-systems-region to find a proper
8018         non-trivial encoding.
8019         (rmail-mime-charset-pattern): Allow a TAB between "Content-Type"
8020         and "text/plain".
8022 2006-10-07  Kevin Ryde  <user42@zip.com.au>
8024         * textmodes/reftex-vars.el (defgroup reftex): Update home page
8025         url-link.
8027         * strokes.el (defgroup strokes): Remove invalid url-link.
8029 2006-10-07  Magnus Henoch  <mange@freemail.hu>
8031         * autoinsert.el (auto-insert-alist): Doc fix.
8033 2006-10-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
8035         * mouse-sel.el (mouse-insert-selection-internal):
8036         Use insert-for-yank, so that yank handlers are run.
8038 2006-10-07  Kim F. Storm  <storm@cua.dk>
8040         * ido.el (ido-file-extension-aux): Fix comparison.
8042 2006-10-06  Kim F. Storm  <storm@cua.dk>
8044         * ido.el (ido-wide-find-dirs-or-files): Use shell-quote-argument.
8046 2006-10-05  Juanma Barranquero  <lekktu@gmail.com>
8048         * emacs-lisp/advice.el (ad-remove-advice, ad-parse-arglist)
8049         (ad-make-mapped-call): Use `let', not `let*'.
8051 2006-10-05  Chong Yidong  <cyd@stupidchicken.com>
8053         * international/mule-cmds.el (coding-system-change-eol-conversion):
8054         Ensure the coding system is initialized before calling
8055         coding-system-eol-type.
8057 2006-10-04  Carsten Dominik  <dominik@science.uva.nl>
8059         * textmodes/org.el (org-rm-props, org-activate-plain-links)
8060         (org-activate-angle-links, org-activate-dates)
8061         (org-activate-target-links, org-activate-camels)
8062         (org-activate-tags): Add `rear-nonsticky' text property to avoid
8063         textproperty keymaps from being active beyond the end of a line.
8064         (org-unfontify-region): Also remove `rear-nonsticky' property.
8066 2006-10-04  Kenichi Handa  <handa@m17n.org>
8068         * international/code-pages.el (next): Table fixed.
8070 2006-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8072         * progmodes/sh-script.el (sh-prev-thing): Remove (forward-char 1) now
8073         that it's been made unnecessary by removing narrowing.
8075 2006-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8077         * progmodes/sh-script.el (sh-prev-thing): Massage to untangle the
8078         control flow a bit, simplify another bit, and add comments.
8080 2006-10-03  David Kastrup  <dak@gnu.org>
8082         * help.el (describe-mode): For clicks on mode-line, use "@"
8083         interactive argument to get the major mode of the click instead of
8084         the current buffer.
8086         * isearch.el (isearch-mouse-2): Use new semantics of `key-binding'
8087         in order to better redirect mouse-2 clicks.  Also allow default
8088         bindings to apply.
8090 2006-10-03  Kim F. Storm  <storm@cua.dk>
8092         * emacs-lisp/cl.el (pushnew-internal): Remove defvar.
8093         (pushnew): Fix last change.
8095 2006-10-03  Denis St\e,A|\e(Bnkel  <dstuenkel@googlemail.com>  (tiny change)
8097         * ibuf-ext.el (eval, view-and-eval) <define-ibuffer-op>:
8098         Use the interactive spec of `eval-expression'.
8100 2006-10-02  Michael Welsh Duggan  <md5i@cs.cmu.edu>
8102         * progmodes/sh-script.el (sh-prev-thing): Fix last change.
8104 2006-10-02  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
8106         * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo in
8107         2006-09-28 commit.
8109 2006-10-02  Kenichi Handa  <handa@m17n.org>
8111         * international/code-pages.el (iso-8859-6): Table fixed.
8113 2006-10-01  Chris Moore  <christopher.ian.moore@gmail.com>
8115         * dired.el (dired-build-subdir-alist): Fix previous change.
8117 2006-10-01  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
8119         * simple.el (undo-elt-crosses-region): Fix the inequalities.
8121 2006-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8123         * emacs-lisp/find-func.el (find-function-regexp): Don't match
8124         "define-button-type".
8126         * pcvs.el (cvs-update-header): Fix handling of extra newlines so that
8127         they don't keep accumulating.
8129 2006-10-01  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
8131         * ffap.el (ffap-rfc-path): Change the address of the RFC
8132         repository to ftp.rfc-editor.org, as ds.internic.net seems to be gone.
8134 2006-10-01  Stephen Berman  <Stephen.Berman@gmx.net>
8136         * allout.el (allout-expose-topic): Rectify implementation of "+"
8137         spec, so that bodies are not exposed with headlines.
8139 2006-10-01  Ken Manheimer  <ken.manheimer@gmail.com>
8141         * allout.el (allout-current-depth): Do aberrent check only at or
8142         below doublecheck depth.
8143         (allout-chart-subtree): Make it explicit that LEVELS being nil
8144         means unlimited depth.  Drop undocumented support for LEVELS value
8145         t meaning unlimited depth.  (This is consistent with
8146         allout-chart-to-reveal, but contrary to allout-show-children,
8147         which needs to use nil to default to depth of 1.)
8148         (allout-goto-prefix-doublechecked): Wrap long docstring line.
8149         (allout-chart-to-reveal): Be explicit in docstring about meaning
8150         of nil LEVELS, and drop support for LEVELS value t.
8151         (allout-show-children): Translate the level spec used by this
8152         routine to that used by allout-chart-subtree and
8153         allout-chart-to-reveal.
8154         (allout-show-to-offshoot): Retry once when stuck, after opening
8155         subtree - improvements in discontinuity handling likely will
8156         enable progress.
8158 2006-09-30  Chong Yidong  <cyd@stupidchicken.com>
8160         * wid-edit.el (widget-button-click-moves-point): New variable.
8161         (widget-button-click): If widget-button-click-moves-point is
8162         non-nil, set point after performing the button action.
8164         * cus-edit.el (custom-mode): Set widget-button-click-moves-point.
8166 2006-09-30  Martin Rudalics  <rudalics@gmx.at>
8168         * files.el (find-file-existing): Modify to not allow wildcards.
8170 2006-09-30  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
8172         * simple.el (undo-more): When undo information for the region is
8173         exhausted, say "No further undo information FOR REGION".
8175 2006-09-30  Michael Welsh Duggan  <md5i@cs.cmu.edu>
8177         * progmodes/sh-script.el (sh-prev-thing):
8178         Take `sh-leading-keywords' into account.
8180 2006-09-29  Glenn Morris  <rgm@gnu.org>
8182         * custom.el (defcustom): Doc fix.
8184         * calendar/calendar.el (european-calendar-style):
8185         Call european-calendar or american-calendar as needed when set.
8186         (diary-view-entries, list-calendar-holidays): Move autoloads
8187         before use.
8189 2006-09-29  Juri Linkov  <juri@jurta.org>
8191         * progmodes/cperl-mode.el (cperl-after-expr-p): Don't move point
8192         to nil if there is no previous property change.
8194 2006-09-29  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
8196         * cus-edit.el (custom-save-all): Switch to emacs-lisp mode before
8197         saving anything to be sure that `forward-sexp' behaves correctly.
8199 2006-09-29  Chong Yidong  <cyd@stupidchicken.com>
8201         * simple.el (line-move-finish): Ignore field boundaries if the
8202         initial and final points have the same `field' property.
8204 2006-09-29  Kim F. Storm  <storm@cua.dk>
8206         * ido.el (ido-file-internal): Only bind minibuffer-completing-file-name
8207         to t while calling ido-read-internal.
8209 2006-09-29  Carsten Dominik  <dominik@science.uva.nl>
8211         * textmodes/org.el (org-file-remote-p): Get regexp from list.
8212         (org-archive-subtree): Remove erraneous `]' from character list.
8214 2006-09-28  Jonathan Yavner  <jyavner@member.fsf.org>
8216         * ses.el (ses-in-print-area, ses-goto-data, ses-load)
8217         (ses-reconstruct-all): Make undo of "insert row" work by keeping
8218         markers for data-area and parameters-area.
8220 2006-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8222         * progmodes/make-mode.el (makefile-mode): Don't disable jit-lock.
8224         * font-lock.el (font-lock-after-change-function): Refontify next line
8225         as well if end is at BOL.
8226         (font-lock-extend-jit-lock-region-after-change): Be more careful to
8227         only extend the region as much as needed.
8229 2006-09-28  Richard Stallman  <rms@gnu.org>
8231         * comint.el (comint-mode): Bind font-lock-defaults non-nil.
8233         * subr.el (insert-for-yank-1): Handle `font-lock-face' specially.
8235         * international/mule.el (after-insert-file-set-coding):
8236         If VISIT, don't let set-buffer-multibyte make undo info.
8238 2006-09-28  Osamu Yamane  <yamane@green.ocn.ne.jp>  (tiny change)
8240         * mail/smtpmail.el (smtpmail-try-auth-methods): Do not break long
8241         lines in base64-encoded authentication response.
8243 2006-09-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8245         * progmodes/ebnf2ps.el: Doc fix. Implement arrow spacing and scaling.
8246         (ebnf-version): New version 4.3.
8247         (ebnf-arrow-extra-width, ebnf-arrow-scale): New options.
8248         (ebnf-prologue): Adjust PostScript programming.
8249         (ebnf-begin-file, ebnf-insert-ebnf-prologue, ebnf-terminal-dimension1)
8250         (ebnf-repeat-dimension, ebnf-except-dimension): Adjust code.
8252 2006-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8254         * jit-lock.el (jit-lock-force-redisplay): Rename from
8255         jit-lock-fontify-again, and undo the mistaken change I've just done.
8257         * jit-lock.el (jit-lock-fontify-now): Don't fontify the empty text.
8258         (jit-lock-fontify-again): Don't refontify text that's not displayed.
8260 2006-09-26  Kenichi Handa  <handa@m17n.org>
8262         * startup.el (display-splash-screen): Allow a prefix argument.
8264 2006-09-25  Jason Rumney  <jasonr@gnu.org>
8266         * subr.el (shell-quote-argument): Use DOS logic for Windows
8267         shells with DOS semantics.
8269 2006-09-24  Richard Stallman  <rms@gnu.org>
8271         * progmodes/compile.el (compilation-goto-locus-delete-o): New fn.
8272         (compilation-goto-locus): Use compilation-goto-locus-delete-o
8273         to delete the overlay.  Put it on pre-command-hook.
8275         * emacs-lisp/timer.el (timer-max-repeats): Doc fix.
8277         * startup.el (fancy-splash-screens, normal-splash-screen):
8278         Call the splash buffer *About GNU Emacs*.
8280         * simple.el (next-error-highlight, next-error-highlight-no-select):
8281         Default to 0.5.
8282         (yank-excluded-properties): Add `fontified'.
8284         * font-lock.el (font-lock-compile-keywords): Allow value of
8285         syntax-begin-function to enable paren-column-0 highlighting.
8287 2006-09-24  Chris Moore  <christopher.ian.moore@gmail.com>
8289         * dired.el (dired-build-subdir-alist): When file ends in colon,
8290         don't exit the loop, just disregard that file.
8292 2006-09-24  Chong Yidong  <cyd@stupidchicken.com>
8294         * simple.el (line-move-finish): Handle corner case for fields in
8295         continued lines.
8296         (line-move-1): Remove flawed test for that case.
8298 2006-09-24  Ken Manheimer  <ken.manheimer@gmail.com>
8300         * icomplete.el (icomplete-simple-completing-p): Use the correct
8301         name for the new variable, `icomplete-with-completion-tables'.
8302         (file local variables): Remove superfluous setting.
8304 2006-09-23  Jeff Miller  <jmiller@cablespeed.com>  (tiny change)
8306         * calendar/appt.el (appt-check): Fix typo for appointments just
8307         after midnight.
8309 2006-09-23  Chong Yidong  <cyd@stupidchicken.com>
8311         * help.el (describe-key-briefly, describe-key): Don't expect an
8312         extra up event if a down-event is generated by a popup menu.
8314 2006-09-23  Michal Nazarewicz  <mnazarewicz@gmail.com>  (tiny change)
8316         * textmodes/ispell.el (ispell-change-dictionary): Don't check the
8317         local dictionary when changing the global dictionary.
8319 2006-09-23  Ken Manheimer  <ken.manheimer@gmail.com>
8321         * icomplete.el (icomplete-with-completion-tables): List of
8322         specialized completion tables with which icomplete should
8323         operate.  Include the new `internal-complete-buffer', so icomplete
8324         works with interactive buffer-selection.
8325         (icomplete-simple-completing-p): Add acceptance of specialized
8326         completion tables listed in icomplete-with-completion-tables.
8328 2006-09-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8330         * frame.el (focus-follows-mouse): Set default to nil on Mac.
8332         * startup.el (command-line): Use `custom-reevaluate-setting' for
8333         `focus-follows-mouse'.
8335 2006-09-22  Richard Stallman  <rms@gnu.org>
8337         * cus-edit.el (custom-buffer-create-internal): In `emacs -q',
8338         explain why Save is not available.
8340 2006-09-22  Juanma Barranquero  <lekktu@gmail.com>
8342         * woman.el (woman0-so): Use `let*', not `let'.
8343         (woman-horizontal-line): Remove unbalanced parenthesis.
8345 2006-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8347         * woman.el: Make sure all the end-of-region markers we use have
8348         a non-nil insertion-type.
8349         (woman0-so): Move things around so we can use copy-marker.
8350         (woman0-roff-buffer, woman2-process-escapes-to-eol, woman2-roff-buffer):
8351         Adjust marker type.
8352         (woman2-process-escapes): Check marker type.
8353         (woman-horizontal-line): Dispense with the use of a marker.
8355 2006-09-22  Jay Belanger  <belanger@truman.edu>
8357         * calc/calc-lang.el: Add Greek letters to math-variable-table
8358         property of tex.
8360 2006-09-22  Chong Yidong  <cyd@stupidchicken.com>
8362         * files.el (save-some-buffers-action-alist): Display diff in view-mode.
8364 2006-09-22  Masatake YAMATO  <jet@gyve.org>
8366         * add-log.el (add-log-current-defun): Use `forward-sexp'
8367         instead of `forward-word' to pick c++::symbol.
8368         Reported by Guanpeng Xu <herberteuler@hotmail.com>.
8370 2006-09-22  Kenichi Handa  <handa@m17n.org>
8372         * bindings.el: Fix setting self-insert-command for multibyte
8373         characters in global-map.
8375 2006-09-21  David Kastrup  <dak@gnu.org>
8377         * mouse.el (mouse-posn-property): Fix typo for `event-start' in
8378         doc string.
8380 2006-09-21  Kenichi Handa  <handa@m17n.org>
8382         * language/european.el ("Latin-1"): Add windows-1252 to
8383         coding-priority.
8384         ("German"): Likewise.
8386 2006-09-21  Kim F. Storm  <storm@cua.dk>
8388         * emacs-lisp/cl-macs.el (member*): Use memql instead of complex code.
8389         Suggested by Miles Bader.
8391         * emacs-lisp/cl.el (pushnew): Rework 2006-09-10 change.  Use memql
8392         instead of add-to-list in the simple case.
8394 2006-09-20  Kenichi Handa  <handa@m17n.org>
8396         * isearch.el (isearch-process-search-char): Cancel the previous change.
8397         (isearch-search-string): New function.
8398         (isearch-search): Use isearch-search-string.
8399         (isearch-lazy-highlight-search): Likewise.
8401 2006-09-20  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8403         * lpr.el (lpr-page-header-switches): Insert `*' at beginning of doc
8404         string to become an option.
8406 2006-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8408         * files.el (find-buffer-visiting): Don't get fooled by a nil inode.
8410 2006-09-20  Kim F. Storm  <storm@cua.dk>
8412         * simple.el (line-move-partial): Call pos-visible-in-window-p with
8413         position t instead of trying both window-end and window-end - 1.
8415 2006-09-20  Carsten Dominik  <dominik@science.uva.nl>
8417         * textmodes/org.el (org-scan-tags): Find end of subtrees also in
8418         hidden trees.
8420 2006-09-20  David Kastrup  <dak@gnu.org>
8422         * mouse.el (mouse-posn-property): Improve doc string.
8423         (mouse-on-link-p): Change buffers for function calls on links.
8425         * menu-bar.el (clipboard-yank): Bomb out in interactive use if
8426         buffer is read-only.
8428 2006-09-20  Ken Manheimer  <ken.manheimer@gmail.com>
8430         * allout.el (allout-unprotected): Let inhibit-read-only only when
8431         buffer-read-only isn't set.
8432         (allout-annotate-hidden): Enable topic annotation during copies even
8433         when the buffer is read-only, eg for topic copies.  Ensure that the loop
8434         advances, even when the span extends beyond the deletion region.
8435         (allout-toggle-subtree-encryption): Use allout-structure-added-hook
8436         rather than allout-exposure-changed-hook, as a stronger assertion.
8437         (allout-keybindings-list): Add bindings for
8438         allout-copy-line-as-kill and allout-copy-topic-as-kill.
8439         (allout-copy-line-as-kill, allout-copy-topic-as-kill):
8440         Copy wrappers for allout-kill-line and allout-kill-topic.
8441         (allout-listify-exposed): Position correctly to accumulate lines.
8443 2006-09-19  Chong Yidong  <cyd@stupidchicken.com>
8445         * simple.el (line-move-1): Escape field boundaries occurring
8446         exactly at point.  Update goal column if constrained to a field.
8447         (line-move-finish): Escape field boundaries occurring exactly at point.
8449 2006-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8451         * mouse.el (mouse-on-link-p): Tentatively fix last change.
8452         (mouse-drag-vertical-line): Remove unused var `wconfig'.
8454 2006-09-19  Kim F. Storm  <storm@cua.dk>
8456         * help.el (describe-key-briefly, describe-key): Simplify printing
8457         of descriptions by using format and %S.  Fix "is undefined"
8458         messages to say "at that spot" for mouse events.
8460         * simple.el (line-move-partial): Optimize.  Try window-line-height
8461         before posn-at-point to get vpos of current line.
8463 2006-09-18  Michael Kifer  <kifer@cs.stonybrook.edu>
8465         * emulation/viper.el: Bump up version/date of update to reflect the
8466         substantial changes done in August 2006.
8468         * emulation/viper-cmd (viper-next-line-at-bol): Make sure button-at,
8469         push-button are defined.
8471         * ediff-util.el (ediff-add-to-history): New function.
8473         * ediff.el: Use ediff-add-to-history instead of add-to-history.
8475 2006-09-18  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
8477         * textmodes/conf-mode.el (conf-space-mode): Doc fix.
8478         Delete duplicate make-local-variable form.
8479         (conf-space-keywords): Add autoload cookie.
8480         Fix typo (`keywords', not `keyword').
8482 2006-09-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8484         * cus-start.el (all): Rename x-gtk-show-chooser-help-text to
8485         x-gtk-file-dialog-help-text.  Rename x-use-old-gtk-file-dialog
8486         to x-gtk-use-old-file-dialog.
8488 2006-09-18  Richard Stallman  <rms@gnu.org>
8490         * wid-edit.el (widget-button-click): Handle non-mouse-motion events
8491         that might come in during mouse tracking.
8493 2006-09-18  Kim F. Storm  <storm@cua.dk>
8495         * simple.el (line-move-partial): Rework 2006-09-15 change to use
8496         new window-line-height function.  Further optimize by not calling
8497         pos-visible-in-window-p for window-end when window-line-height
8498         returns useful information.
8500 2006-09-16  Richard Stallman  <rms@gnu.org>
8502         * textmodes/conf-mode.el (conf-mode-map): Use conf-space-keywords cmd.
8503         (conf-space-mode): Don't handle prefix arg.
8504         Delete conf-space-keywords-override code.
8505         Use add-hook.
8506         (conf-space-keywords): New command.
8507         (conf-space-mode-internal): Be careful with imenu-generic-expression.
8508         Delete conf-space-keywords-override code.
8509         (conf-space-keywords-alist): Doc fix.
8510         (conf-space-font-lock-keywords): Doc fix.
8511         (conf-space-keywords-override): Var deleted.
8513 2006-09-16  Chong Yidong  <cyd@stupidchicken.com>
8515         * startup.el (fancy-splash-screens): Don't switch to the scratch
8516         buffer; it may not be the next buffer.
8518 2006-09-16  Romain Francoise  <romain@orebokech.com>
8520         * saveplace.el (load-save-place-alist-from-file): Use expanded name
8521         in both messages.
8523 2006-09-16  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>
8525         * progmodes/python.el (python-preoutput-filter):
8526         Fix arg order to string-match.
8528 2006-09-16  Richard Stallman  <rms@gnu.org>
8530         * obsolete/fast-lock.el (fast-lock-cache-data): Provide 2nd arg to
8531         font-lock-compile-keywords.
8533         * font-lock.el (font-lock-compile-keywords): Rename optional arg
8534         to SYNTACTIC-KEYWORDS and reverse the sense.  All callers changed.
8536 2006-09-16  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8538         * cus-start.el (all): Add x-gtk-show-chooser-help-text.
8540         * select.el (xselect-convert-to-string): If UTF8_STRING is requested
8541         and the data doesn't look like UTF8, send STRING instead.
8543 2006-09-16  Agust\e,Am\e(Bn Mart\e,Am\e(Bn  <agustin.martin@hispalinux.es>
8545         * textmodes/flyspell.el (flyspell-check-region-doublons):
8546         New function to detect duplicated words.
8547         (flyspell-large-region): Use it.
8549 2006-09-16  Chong Yidong  <cyd@stupidchicken.com>
8551         * simple.el (line-move-to-column): Revert 2006-08-03 change.
8553 2006-09-16  Eli Zaretskii  <eliz@gnu.org>
8555         * help.el (describe-prefix-bindings): Use let, not let*.
8557 2006-09-16  Ken Manheimer  <ken.manheimer@gmail.com>
8559         * allout.el (allout-regexp, allout-line-boundary-regexp)
8560         (allout-bob-regexp): Correct grouping and boundaries to fix
8561         backwards traversal.
8562         (allout-depth-specific-regexp, allout-depth-one-regexp):
8563         New versions that exploit \\{M\\} regexp syntax, to avoid geometric or
8564         worse time in allout-ascend.
8565         (allout-doublecheck-at-and-shallower): Identify depth threshold
8566         below which topics are checked for and disqualified by containment
8567         discontinuities.
8568         (allout-hotspot-key-handler): Correctly handle multiple-key
8569         strokes.  Remove some unused variables.
8570         (allout-mode-leaders): Clarify that mode-specific comment-start
8571         will be used.
8572         (set-allout-regexp): Correctly regexp-quote allout regexps to
8573         properly accept alternative header-leads and primary bullets with
8574         regexp-specific characters (eg, C "/*", mathematica "(*").
8575         Include new regular expressions among those configured.
8576         (allout-infer-header-lead-and-primary-bullet):
8577         Rename allout-infer-header-lead.
8578         (allout-recent-depth): Manifest as a variable as well as a function.
8579         (allout-prefix-data): Simplify into an inline instead of a macro,
8580         assuming current match data rather than being explicitly passed
8581         it.  Establish allout-recent-depth value as well as
8582         allout-recent-prefix-beginning and allout-recent-prefix-end.
8583         (allout-aberrant-container-p): True when an item's immediate
8584         offspring discontinuously contained.  Useful for disqualifying
8585         unintended topic prefixes, likely at low depths.
8586         (allout-goto-prefix-doublechecked): Elaborate version of
8587         allout-goto-prefix which disqualifies aberrant pseudo-items.
8588         (allout-pre-next-prefix): Layer on top of lower-level routines, to
8589         get disqualification of aberrant containers.
8590         (allout-end-of-prefix, allout-end-of-subtree): Disqualify aberrant
8591         containers.
8592         (allout-beginning-of-current-entry): Position at start of buffer
8593         when in container (depth 0) entry.
8594         (nullify-allout-prefix-data): Invalidate allout-recent-* prefix data.
8595         (allout-current-bullet): Strip text properties.
8596         (allout-get-prefix-bullet): Use right match groups.
8597         (allout-beginning-of-line, allout-next-heading):
8598         Disqualify aberrant containers.
8599         (allout-previous-heading): Disqualify aberrant containers, and
8600         change to regular (rather than inline) function, to allow
8601         self-recursion.
8602         (allout-get-invisibility-overlay): Increment so progress is made
8603         when the first overlay is not the sought one.
8604         (allout-end-of-prefix): Disqualify aberrant containers.
8605         (allout-end-of-line): Cycle something like allout-beginning-of-line.
8606         (allout-mode): Make allout-old-style-prefixes (ie, enabling use with
8607         outline.el outlines) functional again.  Change the primary bullet
8608         along with the header-lead - level 1 new-style bullets now work.
8609         Engage allout-before-change-handler in mainline Emacs, not just
8610         XEmacs, to do undo handling.
8611         (allout-before-change-handler): Expose undo changes occurring in
8612         hidden regions.  Use allout-get-invisibility-overlay instead of
8613         reimplementing it inline.
8614         (allout-chart-subtree): Use start rather than end of prefix in
8615         charts.  Use allout-recent-depth variable.
8616         (allout-chart-siblings): Disqualify aberrant topics.
8617         (allout-beginning-of-current-entry): Position correctly.
8618         (allout-ascend): Use new allout-depth-specific-regexp and
8619         allout-depth-one-regexp for linear instead of O(N^2) or worse
8620         behavior.
8621         (allout-ascend-to-depth): Depend on allout-ascend, rather than
8622         reimplementing an algorithm.
8623         (allout-up-current-level): Depend on allout-ascend, rather than
8624         reimplementing an algorithm.  Return to start-point if we fail.
8625         (allout-descend-to-depth): Use allout-recent-depth variable
8626         instead of function.
8627         (allout-next-sibling): On traversal of numerous intervening
8628         topics, resort to economical allout-next-sibling-leap.
8629         (allout-next-sibling-leap): Specialized version of
8630         allout-next-sibling that uses allout-ascend cleverly, to depend on
8631         a regexp search to leap large numbers of contained topics, rather
8632         than arbitrarily many one-by-one traversals.
8633         (allout-next-visible-heading): Disqualify aberrant topics.
8634         (allout-previous-visible-heading): Position consistently when
8635         interactive.
8636         (allout-forward-current-level): Base on allout-previous-sibling
8637         rather than (differently) reimplmenting the algorithm.  Remove some
8638         unused variables.
8639         (allout-solicit-alternate-bullet): Present default choice stripped
8640         of text properties.
8641         (allout-rebullet-heading): Use bullet stripped of text properties.
8642         Register changes using allout-exposure-change-hook.
8643         Disregard aberrant topics.
8644         (allout-shift-in): With universal-argument, make topic a peer of
8645         it's former offspring.  Simplify the code by separating out
8646         allout-shift-out functionality.
8647         (allout-shift-out): With universal-argument, make offspring peers
8648         of their former container, and its siblings.  Implement the
8649         functionality here, rather than inappropriately muddling the
8650         implementation of allout-shift-in.
8651         (allout-rebullet-topic): Respect additional argument for new
8652         parent-child separation function.
8653         (allout-yank-processing): Use allout-ascend directly.
8654         (allout-show-entry): Disqualify aberrant topics.
8655         (allout-show-children): Handle discontinuous children gracefully,
8656         extending the depth being revealed to expose them and posting a
8657         message indicating the situation.
8658         (allout-show-to-offshoot): Remove obsolete and incorrect comment.
8659         Leave cursor in correct position.
8660         (allout-hide-current-subtree): Use allout-ascend directly.
8661         Disqualify aberrant topics.
8662         (allout-kill-line, allout-kill-topic): Preserve exposure layout in
8663         a way that the yanks can restore it, as used to happen.
8664         (allout-yank-processing): Restore exposure layout as recorded by
8665         allout-kill-*, as used to happen.
8666         (allout-annotate-hidden, allout-hide-by-annotation): New routines
8667         for preseving and restoring exposure layout across kills.
8668         (allout-toggle-subtree-encryption): Run allout-exposure-change-hook.
8669         (allout-encrypt-string): Strip text properties.
8670         Rearranged order and outline-headings for some of the
8671         miscellaneous functions.
8672         (allout-resolve-xref): No need to quote the error name in the
8673         condition-case handler section.
8674         (allout-flatten): Classic recursive (and recursively intensive,
8675         without tail-recursion) list-flattener, needed by allout-shift-out
8676         when confronted with discontinuous children.
8678 2006-09-16  Jason Rumney  <jasonr@gnu.org>
8680         * dnd.el (dnd-open-remote-file-function): Use dnd-open-local-file
8681         on ms-windows.
8682         (dnd-open-unc-file): Remove.
8683         (dnd-open-local-file): Mention in doc string that it also handles
8684         remote files if the system natively supports unc file-names.
8686 2006-09-15  Kim F. Storm  <storm@cua.dk>
8688         * help.el (describe-key): Handle C-h k in *Help* buffer; collect
8689         all necessary information about the event before erasing *Help*.
8691         * simple.el (line-move-partial): Use window-line-visiblity to
8692         quickly check whether last line is partially visible, and only do
8693         the hard (and slow) part in that case.
8695 2006-09-15  Jay Belanger  <belanger@truman.edu>
8697         * COPYING: Replace "Library Public License" by "Lesser Public
8698         License" throughout.
8700 2006-09-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8702         * term/x-win.el (x-menu-bar-open): New function for F10.
8704 2006-09-15  Chong Yidong  <cyd@stupidchicken.com>
8706         * progmodes/compile.el (compilation-error-regexp-alist-alist):
8707         Disallow filenames containing " -" to avoid confusion with libtool
8708         compilation messages.  Suggested by Stefan Monnier.
8710 2006-09-15  David Kastrup  <dak@gnu.org>
8712         * mouse-sel.el (mouse-sel-follow-link-p): Use event position
8713         instead of buffer position for `mouse-on-link-p'.
8715         * mouse.el (mouse-posn-property): New function looking up the
8716         properties at a click position in overlays and text properties in
8717         either buffer or strings.
8718         (mouse-on-link-p): Use `mouse-posn-property' to streamline lookup
8719         of both `follow-link' as well as `mouse-face' properties.
8720         (mouse-drag-track): Check `mouse-on-link-p' on event position, not
8721         buffer position.
8723         * help.el (describe-key-briefly): When reading a down-event on
8724         mode lines or scroll bar, swallow the following up event, too.
8725         Use the new mouse sensitity of `key-binding' for lookup.
8726         (describe-key): The same here.
8728 2006-09-15  Juanma Barranquero  <lekktu@gmail.com>
8730         * play/life.el (life-patterns): Add a few more interesting patterns.
8731         (life-setup): Force `show-trailing-whitespace' to nil.
8733 2006-09-14  Richard Stallman  <rms@gnu.org>
8735         * startup.el (fancy-splash-text): Change text to improve alignment.
8736         (fancy-splash-screens): Don't set non-standard tab width.
8737         Bind cursor-type temporarily, and make it easy to patch to
8738         preserve the splash buffer.
8739         (normal-splash-screen, fancy-splash-tail): Spell out "Meta-x".
8740         (fancy-splash-screens): Display echo-area message explicitly.
8741         Don't set fancy-splash-help-echo.
8743         * simple.el (line-number-mode): Group mode-line instead of
8744         editing-basics.
8745         (column-number-mode, size-indication-mode): Likewise.
8747         * faces.el (mode-line-faces): Group mode-line instead of modeline.
8749         * time.el (display-time): Group mode-line instead of modeline.
8751         * cus-edit.el (mode-line): Rename from modeline.  All uses changed.
8753 2006-09-14  Chong Yidong  <cyd@stupidchicken.com>
8755         * startup.el (fancy-splash-text): Move editing instructions to
8756         fancy-splash-head.
8757         (fancy-splash-head): Issue editing instructions.
8758         (fancy-splash-screens): Fixup whitespace.
8760 2006-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8762         * bindings.el (mode-line-buffer-identification-keymap):
8763         Remove duplicate line.
8765 2006-09-14  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
8767         * ido.el (ido-ignore-item-p): Allow any kind of functions in
8768         ignore lists.
8770 2006-09-14  Kim F. Storm  <storm@cua.dk>
8772         * jit-lock.el (jit-lock-fontify-again): New function.
8773         (jit-lock-fontify-now): Use it instead of lambda form.
8775 2006-09-13  Agustin Martin  <agustin.martin@hispalinux.es>
8777         * textmodes/flyspell.el (flyspell-word, flyspell-correct-word)
8778         (flyspell-auto-correct-word): Make ispell-filter local to these
8779         functions.  Check that ispell-filter has new stuff before calling
8780         ispell-parse-output.
8782 2006-09-13  Kim F. Storm  <storm@cua.dk>
8784         * simple.el (line-move-partial): Optimize.
8786 2006-09-13  Richard Stallman  <rms@gnu.org>
8788         * thingatpt.el (thing-at-point-bounds-of-url-at-point):
8789         Delete spurious backquote.
8791 2006-09-07  Ryan Yeske  <rcyeske@gmail.com>
8793         * net/rcirc.el (rcirc-print): Fix last change.
8795 2006-09-12  Jay Belanger  <belanger@truman.edu>
8797         * calc/calc.el (calc-dispatch): Remove unnecessary `sit-for'.
8799 2006-09-07  Ryan Yeske  <rcyeske@gmail.com>
8801         * net/rcirc.el (rcirc-scroll-show-maximum-output): Rename from
8802         rcirc-show-maximum-output.
8803         (rcirc-mode): Remove window-scroll-function hook.
8804         (rcirc-scroll-to-bottom): Remove function.
8805         (rcirc-print): Recenter so point stays at the bottom of the window
8806         if point was already there.
8808 2006-09-12  Paul Eggert  <eggert@cs.ucla.edu>
8810         * comint.el (comint-exec-1): Set EMACS to the full name of Emacs,
8811         not to "t".
8812         * progmodes/compile.el (compilation-start): Likewise.
8813         * progmodes/idlwave.el (idlwave-rescan-asynchronously):
8814         Don't use expand-file-name on invocation-directory, since this
8815         might mishandle special characters in invocation-directory.
8817 2006-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8819         * pcvs-defs.el: Remove * in defcustom's docstrings.
8821 2006-09-12  Nick Roberts  <nickrob@snap.net.nz>
8823         * progmodes/compile.el (compilation-directory-properties):
8824         Doc fix for help-echo.
8826 2006-09-12  Lars Hansen  <larsh@soem.dk>
8828         * desktop.el (desktop-read): Add comment.
8830 2006-09-12  Kim F. Storm  <storm@cua.dk>
8832         * simple.el (next-error-highlight, next-error-highlight-no-select):
8833         Fix spelling error.
8835         * subr.el (sit-for): Rework to use input-pending-p and cond.
8836         Return nil input is pending on entry also for SECONDS <= 0.
8837         (while-no-input): Use input-pending-p instead of sit-for.
8839 2006-09-11  Richard Stallman  <rms@gnu.org>
8841         * simple.el (next-error-highlight, next-error-highlight-no-select):
8842         Fix custom type and doc strings.
8844 2006-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8846         * diff-mode.el (diff-apply-hunk-to-backup-file): New var.
8847         (diff-apply-hunk): Use it to ask for confirmation.
8849 2006-09-11  Reiner Steib  <Reiner.Steib@gmx.de>
8851         * emacs-lisp/cl.el (pushnew): Add missing `,'.
8853 2006-09-11  David Kastrup  <dak@gnu.org>
8855         * help.el (string-key-binding, describe-key-briefly)
8856         (describe-key): Remove `string-key-binding' and its callers since
8857         `key-binding' already caters for the proper lookup now.
8859 2006-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8861         * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords): Newvar.
8862         (cfengine-mode): Use it.  Fix \ syntax to be like /.
8864         * bindings.el (mode-line-buffer-identification-keymap):
8865         Move initialization into declaration.
8867 2006-09-10  Kim F. Storm  <storm@cua.dk>
8869         * ido.el (ido-edit-input, ido-complete, ido-take-first-match)
8870         (ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit)
8871         (ido-delete-file-at-head): Pass head of ido-matches through ido-name
8872         in case of merged directories.  Reported by Micha\e,Ak\e(Bl Cadilhac.
8874 2006-09-10  Richard Stallman  <rms@gnu.org>
8876         * dired-aux.el: Handle errors in recursive copy usefully.
8877         (dired-create-files-failures): New variable.
8878         (dired-copy-file): Remove condition-case.
8879         (dired-copy-file-recursive): Check for errors on all file
8880         operations, and add them to dired-create-files-failures.
8881         Check file file-date-erorr here too.
8882         (dired-create-files): Check dired-create-files-failures
8883         and report those errors too.
8885         * emacs-lisp/cl.el (pushnew): Use add-to-list when convenient.
8887         * subr.el (add-to-list): New argument COMPARE-FN.
8889 2006-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
8891         * filecache.el (file-cache-add-directory)
8892         (file-cache-add-directory-list, file-cache-add-file)
8893         (file-cache-add-directory-using-find)
8894         (file-cache-add-directory-using-locate)
8895         (file-cache-add-directory-recursively): Add autoloads.
8897 2006-09-09  Richard Stallman  <rms@gnu.org>
8899         * textmodes/conf-mode.el (conf-space-mode):
8900         Use hack-local-variables-hook instead of calling hack-local-variables.
8901         (conf-space-keywords-override): New variable.
8902         (conf-space-mode-internal): New subroutine.  Reinit Font Lock mode.
8903         (conf-space-mode): Always make conf-space-keywords and
8904         conf-space-keywords-override local.
8905         Call conf-space-mode-internal directly as well as via hook.
8907 2006-09-09  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
8909         * progmodes/python.el (python-font-lock-keywords): Add `self' and other
8910         quasi-keywords.
8912 2006-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8914         * progmodes/python.el: Quieten the compiler about hippie-expand vars.
8915         (python-send-string): Be slightly more careful about adding \n.
8917         * startup.el (normal-splash-screen): Don't display the buffer if we'll
8918         kill it right away anyway.
8920 2006-09-09  Eli Zaretskii  <eliz@gnu.org>
8922         * international/codepage.el (cp850-decode-table): Fix a few codes.
8923         (cp858-decode-table): New variable.
8925 2006-09-09  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
8927         * net/ldap.el (ldap-search-internal): Doc fix.
8929 2006-09-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
8931         * play/life.el (life-display-generation): Test for input manually if
8932         `sleeptime' is negative or null.
8934         * lpr.el (lpr-page-header-switches): Page title switch is one of them.
8935         (print-region-1): Substitute `%s' with the page title.
8937 2006-09-09  Matt Hodges  <MPHodges@member.fsf.org>
8939         * locate.el (locate-current-search): New variable.
8940         (locate): Set buffer local value.  Use current buffer if it is
8941         in Locate mode.
8942         (locate-mode): Disable undo here.
8943         (locate-do-setup): Use locate-current-filter from buffer to be killed.
8944         (locate-update): Use locate-current-search and locate-current-filter.
8946 2006-09-08  David Kastrup  <dak@gnu.org>
8948         * desktop.el (desktop-read): When loading a desktop, disable
8949         saving it while the load progresses, and switch off a pending lazy
8950         load by calling `desktop-lazy-abort'.
8952 2006-08-27  Martin Rudalics  <rudalics@gmx.at>
8954         * window.el (mouse-autoselect-window-timer)
8955         (mouse-autoselect-window-position)
8956         (mouse-autoselect-window-window)
8957         (mouse-autoselect-window-now): New vars.
8958         (mouse-autoselect-window-cancel)
8959         (mouse-autoselect-window-select)
8960         (mouse-autoselect-window-start): New functions.
8961         (handle-select-window): Call `mouse-autoselect-window-start' when
8962         delayed window autoselection is enabled.
8964         * cus-start.el (mouse-autoselect-window): Handle delayed window
8965         autoselection.
8967         * emacs-lisp/eldoc.el: Add `handle-select-window' to the set of
8968         commands after which it is allowed to print in the echo area.
8970 2006-09-08  Richard Stallman  <rms@gnu.org>
8972         * textmodes/fill.el (adaptive-fill-regexp): Don't match `(1)' or `1.'
8974         * mail/rmail.el (rmail-get-new-mail): Say whether all msgs are spam.
8975         (rmail-convert-to-babyl-format): Don't record undo, leave list empty.
8977         * emacs-lisp/timer.el (timer-create, timer-activate): Doc fixes.
8978         (cancel-timer-internal): Add doc string.
8979         (cancel-function-timers): Doc fix.
8980         (with-timeout-handler, timer-event-last*): Add doc strings.
8982         * emacs-lisp/bindat.el (bindat-unpack): Doc fix.
8984         * files.el (risky-local-variable-p): Match ...-bindat-spec.
8986         * dired.el (dired-log-summary): Add doc string.
8988         * cus-edit.el (custom-menu-create): Bind deactivate-mark here.
8989         (custom-group-menu-create): Not here.
8991 2006-09-08  Carsten Dominik  <dominik@science.uva.nl>
8993         * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite loop.
8995 2006-09-08  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8997         * term/mac-win.el (show-hide-font-panel): New HI command ID symbol.
8998         (mac-apple-event-map): Define its handler.
9000 2006-09-07  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
9002         * net/ldap.el (ldap-search-internal): Handle `auth' key.
9004 2006-09-07  Magnus Henoch  <mange@freemail.hu>
9006         * net/rcirc.el (rcirc-activity-string): Don't quote value in case
9007         clause.
9009 2006-09-07  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
9011         * info.el (Info-index): Bind completion-ignore-case.
9013 2006-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9015         * progmodes/prolog.el (inferior-prolog-flavor): New var left out of
9016         previous commit.
9017         (inferior-prolog-guess-flavor): New fun left out of previous commit.
9018         (prolog-consult-region-and-go): Don't hard code "*prolog*" and don't
9019         burp in dedicated windows.
9020         (inferior-prolog-self-insert-command): New command.
9021         (inferior-prolog-mode-map): Use it.
9023 2006-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
9025         * international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
9027         * international/code-pages.el: Add cp858.
9029 2006-09-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9031         * dnd.el: Fix bootstrapping.
9033 2006-09-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9035         * dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
9036         (dnd-open-remote-url): New function.
9037         (dnd-open-remote-file-function): Set to dnd-open-remote-url if
9038         not windows-nt.
9040 2006-09-07  Jason Rumney  <jasonr@gnu.org>
9042         * dnd.el (dnd-open-remote-file-function): New variable.
9043         (dnd-open-unc-file): New function.
9044         (dnd-open-file): Call dnd-open-remote-file-function if set.
9046 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9048         * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with
9049         pgg-passphrase-coding-system rather than locale-coding-system.
9050         * pgg-def.el (pgg-passphrase-coding-system): New user option.
9052 2006-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
9054         * progmodes/prolog.el: Remove * in docstrings.
9055         (prolog-program-name): Add SWI prolog.
9056         (prolog-mode-menu): New menu.
9057         (prolog-mode): Set comment-add.
9058         (prolog-indent-line): Simplify.  Use indent-line-to.
9059         (inferior-prolog-buffer): New var.
9060         (inferior-prolog-run, inferior-prolog-process): New funs.
9061         (run-prolog, switch-to-prolog): Rewrite, using them.
9062         (prolog-consult-region): Use inferior-prolog-buffer.
9063         (inferior-prolog-load-file): New function.
9064         (prolog-mode-map): Add bindings for load-file and switch-to-prolog.
9066         * textmodes/fill.el (fill-single-word-nobreak-p): Allow breaking before
9067         last word, if it's not the end of the paragraph.
9069         * files.el (abbreviate-file-name): Don't mistakenly match newlines in
9070         file name.
9072 2006-09-06  Ralf Angeli  <angeli@caeruleus.net>
9074         * frame.el (display-mm-dimensions-alist): New defcustom.
9075         (display-mm-height, display-mm-width): Use it.
9077 2006-09-06  Simon Josefsson  <jas@extundo.com>
9079         * mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
9081 2006-09-06  Nick Roberts  <nickrob@snap.net.nz>
9083         * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
9084         (gdb-var-list-children-regexp-1): Tweak regexps to catch full
9085         string values.
9087 2006-09-06  Kim F. Storm  <storm@cua.dk>
9089         * simple.el (line-move-partial): New function to do vscrolling for
9090         partially visible images / tall lines.  Rewrite based on code
9091         previously in line-move.  Simplify backwards vscrolling.
9092         (line-move): Use it.  Simplify.
9094 2006-09-05  Kim F. Storm  <storm@cua.dk>
9096         * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite.
9098 2006-09-05  Chong Yidong  <cyd@stupidchicken.com>
9100         * progmodes/compile.el (compilation-error-regexp-alist-alist):
9101         Process the `gcc-include' after the `gnu' rule.
9103 2006-09-05  Kim F. Storm  <storm@cua.dk>
9105         * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer.
9107 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
9109         * pgg.el (pgg-clear-string): Alias to clear-string for backward
9110         compatibility.
9112         * pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with
9113         inhibit-redisplay; encode passphrase with locale-coding-system.
9115 2006-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
9117         * term/xterm.el (terminal-init-xterm): Add more C-M- bindings.
9119 2006-09-05  Nick Roberts  <nickrob@snap.net.nz>
9121         * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
9122         (gdb-var-list-children-regexp): Make type field optional.
9124         * progmodes/gud.el (gud-speedbar-buttons): Allow for no type
9125         e.g public, protected in C++.
9127 2006-09-04  John Paul Wallington  <jpw@pobox.com>
9129         * simple.el (completion-show-help): New defcustom.
9130         (completion-setup-function): Heed it.
9132 2006-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
9134         * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
9136 2006-09-04  Richard Stallman  <rms@gnu.org>
9138         * mail/rmail-spam-filter.el (rsf-scanning-messages-now): Doc fix.
9139         (rsf-min-region-to-spam-list): Doc fix.
9140         (rsf-add-content-type-field): Doc fix.
9142         * simple.el (kill-region): Explicitly test there is a region.
9144 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
9146         * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
9147         sendmail in several common directories.
9149         * mail/sendmail.el (sendmail-program): Moved here from paths.el.
9151         * paths.el (sendmail-program): Removed.
9153 2006-09-04  Daiki Ueno  <ueno@unixuser.org>
9155         * pgg-gpg.el (pgg-gpg-process-region): Revert two patches from Satyaki
9156         Das.  http://article.gmane.org/gmane.emacs.gnus.general/49947
9157         http://article.gmane.org/gmane.emacs.gnus.general/50457
9159 2006-09-03  Chong Yidong  <cyd@stupidchicken.com>
9161         * cus-edit.el (custom-group-menu-create): Avoid deactivating the
9162         mark after running the menu filter.
9164 2006-09-03  Juri Linkov  <juri@jurta.org>
9166         * international/quail.el (quail-defrule-internal): Add a check
9167         if a key is a vector.
9169 2006-09-02  Juri Linkov  <juri@jurta.org>
9171         * man.el (Man-topic-history): New variable.
9172         (man): Use it.
9174         * woman.el (woman-topic-history): Change defvar to defvaralias
9175         for symbol `Man-topic-history'.
9177         * shell.el (shell-filter-ctrl-a-ctrl-b): Check if
9178         `comint-last-output-start' is a marker by using `markerp' and
9179         check if it has a position by using `marker-position', and use
9180         this position for `goto-char'.
9182         * international/quail.el (quail-defrule-internal): Add missing
9183         `error' call for null key.
9185 2006-09-02  Ryan Yeske  <rcyeske@gmail.com>
9187         * net/rcirc.el (rcirc-keywords): New variable.
9188         (rcirc-bright-nicks, rcirc-dim-nicks): New variables.
9189         (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove
9190         variables.
9191         (rcirc-responses-no-activity): New function.
9192         (rcirc-handler-generic): Check for responses in above.
9193         (rcirc-process-command): Add ?: character to arguments of raw
9194         server commands.
9195         (rcirc-format-response-string): Use `rcirc-bright-nicks' and
9196         `rcirc-dim-nicks'.
9197         (rcirc-gray-toggle): Remove unused variable.
9198         (rcirc-print): Remove some tracking logic, which is moved into
9199         markup functions.
9200         (rcirc-activity-types): Was `rcirc-activity-type', now a list of
9201         types.
9202         (rcirc-activity-string): Look for 'keyword in activity-types.
9203         (rcirc-window-configuration-change): Don't erase overlay-arrow
9204         unnecessarily.
9205         (rcirc-add-or-remove): New function.
9206         (rcirc-cmd-ignore): Use it.
9207         (rcirc-message-leader): Remove unused function.
9208         (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands.
9209         (rcirc-add-face): New function.
9210         (rcirc-facify): Use rcirc-add-face.
9211         (rcirc-url-regexp): Add parens.
9212         (rcirc-map-regexp): Remove function.
9213         (rcirc-mangle-regexp): Remove function.
9214         (rcirc-markup-text-functions): New variable.
9215         (rcirc-markup-text): New function (replaces `rcirc-mangle-text').
9216         (rcirc-markup-body-text, rcirc-markup-attributes)
9217         (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords)
9218         (rcirc-markup-bright-nicks): New markup handler functions.
9219         (rcirc-nick-in-message-full-line): New face.
9220         (rcirc-track-nick): Rename from `rcirc-mode-line-nick'.
9221         (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces.
9223 2006-09-02  Martin Rudalics  <rudalics@gmx.at>
9225         * cus-start.el (hscroll-margin, hscroll-step)
9226         (mode-line-in-non-selected-windows, mouse-autoselect-window)
9227         (x-use-underline-position-properties): Change version to "22.1"
9228         since they will appear there for the first time.
9230 2006-09-01  Chong Yidong  <cyd@stupidchicken.com>
9232         * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick.
9234 2006-08-31  Richard Stallman  <rms@gnu.org>
9236         * cus-edit.el (custom-save-variables): Slight cleanup.
9237         (Custom-no-edit): Renamed from custom-no-edit.
9238         (Custom-newline): Renamed from custom-newline.
9239         (custom-mode-map): Use new names.
9241         * emacs-lisp/easy-mmode.el (define-minor-mode): Reference manual
9242         about customization, rather than M-x customize, in the doc string
9243         made for the defcustom.
9245         * emacs-lisp/trace.el (trace-function-background): Doc fix.
9247 2006-08-31  Romain Francoise  <romain@orebokech.com>
9249         * dired-x.el (dired-guess-shell-alist-default): Update.
9251 2006-08-31  Michael Mauger  <mmaug@yahoo.com>
9253         * custom.el (custom-theme-set-variables): Autoload packages before
9254         sorting the variables.
9256 2006-08-30  Michael Kifer  <kifer@cs.stonybrook.edu>
9258         * emulation/viper-cmd.el (viper-special-read-and-insert-char):
9259         Convert events to chars if XEmacs.
9260         (viper-after-change-undo-hook): Check if undo-in-progress is bound.
9262 2006-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9264         * progmodes/python.el (python-eldoc-function): Re-enable quit while
9265         waiting for process.
9267 2006-08-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9269         * term/mac-win.el (mac-string-to-utxt): If adjustment for MacJapanese
9270         results in ASCII-only string, encode original one directly.
9272 2006-08-29  Romain Francoise  <romain@orebokech.com>
9274         * startup.el (normal-splash-screen, fancy-splash-screens):
9275         Make buffer read-only and arrange to enter view mode if necessary.
9277 2006-08-29  Chong Yidong  <cyd@stupidchicken.com>
9279         * hl-line.el (hl-line): New face.
9280         (hl-line-face): Use it.
9282         * image-mode.el (image-mode): Fix last fix.
9283         Suggested by Kim F. Storm.
9285 2006-08-29  Michael Albinus  <michael.albinus@gmx.de>
9287         Sync with Tramp 2.0.54.
9289         * net/tramp.el (tramp-convert-file-attributes): Call `eql' instead
9290         of `=', because `tramp-get-remote-gid' might not always return an
9291         integer when expected.
9292         (tramp-register-file-name-handlers): `partial-completion-mode' is
9293         unknown to XEmacs.
9294         (tramp-time-diff): Don't use `floor', it might fail for large
9295         differences.
9296         (tramp-handle-make-auto-save-file-name): For Emacs 21, set
9297         `tramp-auto-save-directory' if unset in order to guarantee unique
9298         auto-save file names.
9300 2006-08-28  Chong Yidong  <cyd@stupidchicken.com>
9302         * image-mode.el (image-mode): Display image as text on a terminal.
9304 2006-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9306         * progmodes/python.el (python-send-command): Simplify.
9307         (run-python): Don't generate a new buffer unless `new' was specified.
9308         Make sure we send `import emacs' to the proper process.
9310         * progmodes/python.el (python-send-command): Don't wait for the command
9311         to terminate.  Don't fiddle with compilation-parsing-end.
9313 2006-08-28  Chong Yidong  <cyd@stupidchicken.com>
9315         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
9316         Insert commentary after first line summary.
9318         * woman.el (woman-follow): New function, based on `man-follow'.
9319         (woman-mode-map): Use it.
9321         * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
9322         since ibuffer-do-sort-by-recency does not define a sorter.
9324 2006-08-28  Kim F. Storm  <storm@cua.dk>
9326         * find-dired.el (find-dired): Use shell-quote-argument to properly
9327         escape ( and ) args.  Also use it on {} and ; args in default
9328         value of find-ls-option string.
9329         (find-grep-dired): Use shell-quote-argument on {} and ; args.
9331 2006-08-27  Michael Olson  <mwolson@gnu.org>
9333         * emacs-lisp/tq.el: Small grammar fix in comments.
9334         (tq-enqueue): Check for existence of queue rather than the
9335         head queue item's question, which was a no-op.
9336         (tq-filter, tq-process-buffer): Make sure the process buffer
9337         exists before making it the current buffer.
9339 2006-08-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9341         * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.
9342         (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
9343         (special-event-map): Apply 2006-08-16 change for x-win.el.
9345 2006-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9347         * progmodes/python.el (python-send-receive): Wait in the
9348         process's buffer so as to check the right buffer-local variables.
9350 2006-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9352         * emacs-lisp/checkdoc.el: Remove * in defcustoms.
9353         (defgroup checkdoc): Move to beginning.
9355         * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
9356         (python-preoutput-continuation): Remove.
9357         (python-preoutput-filter): Simplify correspondingly.
9358         Remove handling of _emacs_ok.  Make sure we skip _emacs_out's prompts.
9359         Loop around to catch embedded _emacs_out output.
9360         (run-python): Send the import&print command on a single line.
9361         (python-send-command): Send command&print on a single line.
9362         (python-send-string): Only add double \n if needed.
9363         (python-send-receive): Loop until the result comes.
9364         (python-mode-running): Defvar it.
9365         (python-setup-brm): Remove unused var `menu'.
9366         Only bind py-mode-map and `features' around brm-init.
9367         (python-calculate-indentation): Remove unused var `point'.
9368         (python-beginning-of-defun): Remove unused var `def-line'.
9370 2006-08-25  Richard Stallman  <rms@gnu.org>
9372         * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
9374 2006-08-25  Michael Kifer  <kifer@cs.stonybrook.edu>
9376         * emulation/viper.el (viper-set-hooks): Use frame bindings for
9377         viper-vi-state-cursor-color.
9378         (viper-non-hook-settings): Don't set default
9379         mode-line-buffer-identification.
9381         * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
9382         New fun.
9383         (viper-set-cursor-color-according-to-state)
9384         (viper-get-saved-cursor-color-in-replace-mode)
9385         (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
9386         viper-emacs-state-cursor-color.
9388         * emulation/viper-cmd.el (viper-envelop-ESC-key): Bug fix.
9389         (viper-undo): Use point if undo-beg-posn is nil.
9390         (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
9391         (viper-after-change-undo-hook): Don't use
9392         viper-emacs-state-cursor-color by default.
9393         (viper-undo): More sensible positioning after undo.
9395         * emulation/viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
9396         (viper-emacs-state-cursor-color): Default to nil, since this feature
9397         doesn't work well yet.
9399         * ediff-mult.el (ediff-intersect-directories)
9400         (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
9401         always expand filenames.
9403 2006-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9405         * tumme.el: Remove * in defcustoms's docstrings.
9407 2006-08-24  Chong Yidong  <cyd@stupidchicken.com>
9409         * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
9410         Accept internal time format for SECS arg.
9411         (timer-relative-time): Doc fix.
9413         * jit-lock.el: "Stealth fontification by requeuing timers" patch,
9414         adapted from Martin Rudalics.
9415         (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
9416         (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
9417         (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
9418         using sit-for.
9420 2006-08-24  Francesc Rocher  <francesc.rocher@gmail.com>
9422         * cus-start.el (all): Add `overline-margin' and
9423         `x-underline-at-descent-line'.
9425 2006-08-24  Kim F. Storm  <storm@cua.dk>
9427         * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
9428         to mean "use find -exec"; nil now unambiguously means auto-detect.
9429         (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
9430         Use shell-quote-argument to build grep-find-command and
9431         grep-find-template.
9432         (rgrep): Use shell-quote-argument to properly quote arguments to find.
9433         Reported by Tom Seddon.
9435 2006-08-23  Chong Yidong  <cyd@stupidchicken.com>
9437         * startup.el (fancy-splash-head): Give instructions for dismissing
9438         the splash screen for default startup too.
9439         (display-startup-echo-area-message, fancy-splash-screens)
9440         (use-fancy-splash-screens-p): New arg hide-on-input.  If nil, show
9441         all splash text at once and keep the splash buffer around.
9442         (command-line-1): Give display-startup-echo-area-message a t arg.
9444 2006-08-23  Carsten Dominik  <dominik@science.uva.nl>
9446         * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
9447         gnus frame is selected.
9449 2006-08-23  Nick Roberts  <nickrob@snap.net.nz>
9451         * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
9453 2006-08-22  Kim F. Storm  <storm@cua.dk>
9455         * ido.el (ido-set-matches-1): Fix full matching for subdirs.
9456         Add suffix matching for subdirs.
9458 2006-08-22  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
9460         * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
9461         mouse-yank-at-point is non-nil.
9463 2006-08-22  Nick Roberts  <nickrob@snap.net.nz>
9465         * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
9466         a bit wider and remove fringes to fit initial output on line.
9468 2006-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9470         * frame.el (blink-cursor-end): Only ignore the error we care about.
9471         (blink-cursor-mode): Use blink-cursor-end to simplify the code.
9473 2006-08-21  Richard Stallman  <rms@gnu.org>
9475         * whitespace.el (whitespace-cleanup): Doc fix.
9477 2006-08-20  Ryan Yeske  <rcyeske@gmail.com>
9479         * net/rcirc.el (rcirc-show-maximum-output): New var.
9480         (rcirc-buffer-process): If no buffer argument is supplied, use
9481         current-buffer.
9482         (rcirc-complete-nick): Complete to the last completed nick first.
9483         (rcirc-mode): Preserve the value of `rcirc-urls' across
9484         connections.  Setup scroll function.
9485         (rcirc-scroll-to-bottom): New function.
9486         (rcirc-print): Use nick syntax around regexp work.
9487         Notice dim-nicks speaking only if they say our nick.
9488         (rcirc-update-activity-string): Do not show the modeline indicator
9489         if there are no live rcirc processes.
9490         (rcirc-cmd-ignore): Ignore case.
9491         (rcirc-browse-url-at-point): Fix off-by-one error.
9493 2006-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9495         * progmodes/python.el: Remove * in defcustom docstrings.
9496         (run-python, python-proc, python-try-complete): Use derived-mode-p.
9497         (python-mode): Set tab-width and indent-tabs-mode.
9499 2006-08-20  Dave Love  <fx@gnu.org>
9501         * progmodes/python.el: Update to Dave Love's latest version.
9502         (python-font-lock-keywords, python-mode): Don't use
9503         font-lock-syntax-table, but match symbol elements explicitly instead.
9504         (python-mode-map): Add help, and a few more key bindings.
9505         (python-skip-comments/blanks): Move out of comments as well.
9506         (python-continuation-line-p): Behave better with unbalanced parens.
9507         (python-blank-line-p): New fun.
9508         (python-open-block-statement-p): Don't use a heuristic.
9509         (python-outdent-p): Better handle blocks-in-the-same-line.
9510         (python-calculate-indentation): Misc improvements.
9511         (python-comment-indent): Remove.
9512         (python-block-pairs): New var.
9513         (python-first-word): New fun.
9514         (python-indentation-levels): Handle more common cases.
9515         (python-indent-line-1): Add `leave' argument.
9516         (python-indent-region): New fun.
9517         (python-skip-out): New fun.
9518         (python-beginning-of-statement, python-end-of-statement): Use it.
9519         (python-next-statement): Return correct count even at eob.
9520         (python-end-of-block): Fix paren-typo.
9521         (python-imenu-create-index): Add module variables.
9522         (run-python): Add `new' arg.
9523         Check we're at a prompt before returning.
9524         (python-send-command): Move to end of buffer.
9525         Wait for prompt to return.
9526         (python-set-proc): New fun.
9527         (python-imports): New var.
9528         (python-describe-symbol): Use it.  Adjust to new interface of `ehelp'.
9529         (python-eldoc-function): Try to move out of arg list.
9530         (python-outline-level): Offset by 1.
9531         (python-find-imports): New fun.
9532         (python-symbol-completions): Use python-imports.
9533         (python-module-path, ffap-alist): Add support for ffap.
9534         (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
9535         (python-insert-*, python-default-template, python-expand-template):
9536         Add templates/skeletons.
9537         (python-setup-brm): Support for Bicycle Repair Man.
9538         (python-abbrev-syntax-table): New var.
9539         (python-abbrev-pc-hook, python-pea-hook): New funs.
9541 2006-08-20  Chong Yidong  <cyd@stupidchicken.com>
9543         * frame.el (blink-cursor-start): Set timer first.
9544         (blink-cursor-end): Ignore timer cancelling errors.
9545         Suggested by Ken Manheimer.
9547 2006-08-20  Juanma Barranquero  <lekktu@gmail.com>
9549         * newcomment.el (comment-box): Call `comment-normalize-vars'.
9550         Add autoload cookie.
9552 2006-08-20  Richard Stallman  <rms@gnu.org>
9554         * simple.el (line-number-at-pos): Doc fix.
9556         * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
9557         timer-activate-when-idle, so timer can run before Emacs becomes
9558         non-idle again.
9560 2006-08-18  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
9562         * whitespace.el (whitespace-cleanup-internal): New optional arg
9563         REGION-ONLY.  If it's non-nil, modify the message to the user
9564         accordingly.
9565         (whitespace-cleanup-region): Call whitespace-cleanup-internal with
9566         a non-nil argument.
9568 2006-08-18  Gustav H\e,Ae\e(Bllberg  <gustav@gmail.com>  (tiny change)
9570         * rect.el (spaces-string): Simplify and add doc string.
9572 2006-08-17  Romain Francoise  <romain@orebokech.com>
9574         * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
9576 2006-08-17  Richard Stallman  <rms@gnu.org>
9578         * compare-w.el (compare-windows): lambda's take an arg and pass
9579         it to compare-windows-skip-whitespace.
9581 2006-08-17  Martin Rudalics  <rudalics@gmx.at>
9583         * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
9584         the right buffer.
9586 2006-08-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9588         * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
9589         removed files.
9591 2006-08-17  Nick Roberts  <nickrob@snap.net.nz>
9593         * progmodes/gdb-ui.el (gdb-locals-watch-map)
9594         (gdb-locals-watch-map-1): Suppress keymap first.
9595         (gdb-edit-locals-map-1): New variable.
9596         (gdb-edit-locals-value): New function.
9597         (gdb-stack-list-locals-handler): Use them.
9599 2006-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9601         * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
9602         cursor would normally be drawn in the fringe.
9604         * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
9605         Reported by Martin Rudalics <rudalics@gmx.at>.
9607 2006-08-16  Richard Stallman  <rms@gnu.org>
9609         * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
9610         (special-event-map): Process drag-n-drop events this way.
9612         * simple.el (move-beginning-of-line): Test whether fields
9613         would prevent motion back to line's first visible character.
9614         If so, stop where the fields would stop the motion.
9616         * newcomment.el (comment-indent): Fully update INDENT
9617         before checking to see if it will change the text.
9619         * cus-edit.el (custom-newline): New function.
9620         (custom-mode-map): Bind newline to custom-newline.
9622         * compare-w.el (compare-windows): Factor compare-ignore-whitespace
9623         into ignore-whitespace.
9624         Check each buffer for its skip-function.
9625         Handle compare-windows-skip-whitespace special-case test
9626         by returning t from default skip function.
9628 2006-08-15  Carsten Dominik  <dominik@science.uva.nl>
9630         * textmodes/org.el (org-clock-special-range)
9631         (org-clock-update-time-maybe): New functions.
9632         (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
9633         not only a-z.
9634         (org-agenda-get-blocks): Allow multiple blocks per headline.
9635         (org-timestamp-change): Call `org-clock-update-time-maybe'.
9636         (org-export-html-title-format)
9637         (org-export-html-toplevel-hlevel): New options.
9638         (org-export-language-setup): Add support for Czech.
9639         (org-mode, org-insert-todo-heading, org-find-visible)
9640         (org-find-invisible, org-invisible-p, org-invisible-p2)
9641         (org-back-to-heading, org-on-heading-p, org-up-heading-all)
9642         (org-show-subtree, org-show-entry, org-make-options-regexp):
9643         Remove compatibility support for old outline-mode.
9644         (org-check-occur-regexp): Funtion removed.
9645         (org-on-heading-p, org-back-to-heading): Made defalias.
9646         (org-set-local): New defsubst.
9647         (org-set-regexps-and-options, org-mode)
9648         (org-set-font-lock-defaults, org-edit-agenda-file-list)
9649         (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
9650         (org-remember-apply-template, org-table-edit-field)
9651         (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
9652         (org-set-autofill-regexps): Use `org-set-local'.
9653         (org-table-eval-formula): Fix bug with parsing of display flags.
9655 2006-08-15  Nick Roberts  <nickrob@snap.net.nz>
9657         * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
9658         frame with fringe arrow.  Suggested by Simon Marshall
9659         <simon.marshall@misys.com>.
9660         (gdb-stack-position): New variable.
9661         (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
9662         (gdb-frames-mode): Set gdb-stack-position to nil.
9663         Add to overlay-arrow-variable-list
9664         (gdb-reset): Delete gdb-stack-position from above list.
9666 2006-08-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9668         * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
9669         read only.
9671 2006-08-13  Romain Francoise  <romain@orebokech.com>
9673         * cus-theme.el (customize-create-theme)
9674         (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
9676         * filesets.el (filesets-add-buffer): Ditto.
9678         * pcvs.el (cvs-change-cvsroot): Ditto.
9680 2006-08-13  Nick Roberts  <nickrob@snap.net.nz>
9682         * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
9683         (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
9684         (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
9685         expressions.
9686         (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
9687         Only search till end of line.
9688         Add face to function names in case of no filename.
9689         Add face to variable names of watchpoints.
9691 2006-08-12  Robert Thorpe  <rthorpe@realworldtech.com>  (tiny change)
9693         * cus-start.el <indent-tabs-mode>: Move to the `indent'
9694         customization group.
9696 2006-08-12  Ken Manheimer  <ken.manheimer@gmail.com>
9698         * allout.el (allout-prior-bindings, allout-added-bindings):
9699         Remove, after long deprecation.
9700         (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
9701         Add customization vars controlling allout-beginning-of-line and
9702         allout-end-of-line conveniences.
9703         (allout-header-prefix, allout-use-mode-specific-leader)
9704         (allout-use-mode-specific-leader, allout-mode-leaders):
9705         Revise docstrings.
9706         (allout-infer-header-lead): Change to be an alias for
9707         allout-infer-header-lead-and-primary-bullet.
9708         (allout-infer-header-lead-and-primary-bullet): New version of
9709         allout-infer-header-lead which assigns the primary bullet to the
9710         same as the header lead, when its being changed.
9711         (allout-infer-body-reindent): Apply regexp-quote instead of
9712         unconditionally prepending "\\", so that all literal
9713         allout-header-prefix and allout-primary-bullet strings are
9714         properly handled.
9715         (allout-add-resumptions): Add optional qualifier for extending or
9716         appending to existing values, rather than replacing them.
9717         (allout-view-change-hook): Clarify docstring.
9718         (allout-exposure-change-hook): Take explicit arguments, via
9719         run-hook-with-args.
9720         (allout-structure-added-hook)
9721         (allout-structure-deleted-hook)
9722         (allout-structure-shifted-hook): New hooks analogous to
9723         allout-exposure-change-hook for other kinds of structural outline
9724         edits.
9725         (allout-encryption-plaintext-sanitization-regexps): New encryption
9726         customization variable, by which cooperating modes can provde
9727         massage of the plaintext without actually being passed it.
9728         (allout-encryption-ciphertext-rejection-regexps)
9729         (allout-encryption-ciphertext-rejection-ceiling): New encryption
9730         customization variables, by which cooperating modes can prohibit
9731         rare but possible ciphertext patterns from fouling their
9732         operation, with actually being passed the ciphertext.
9733         (allout-mode): Run activation and deactivation hooks after the
9734         minor-mode variable has been toggled, to clarify the mode
9735         disposition.  The new encryption ciphertext rejection variable is
9736         used to ensure that the ciphertext does not contain text that
9737         would be recognized as outline structural elements by allout.
9738         Substite allout-beginning-of-line and allout-end-of-line for
9739         conventionall beginning-of-line and end-of-line bindings.
9740         If allout-old-style-prefixes is non-nil, don't nullify it on mode
9741         activation!
9742         (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
9743         (allout-end-of-line): Respect `allout-end-of-line-cycles'.
9744         (allout-chart-subtree): Implement new mode, charting only the
9745         visible items in the subtree, when new 'visible' parameter is non-nil.
9746         (allout-end-of-subtree): Properly handle the last item in the buffer.
9747         (allout-pre-command-business, allout-command-counter):
9748         Increment an advertised counter so that cooperating enhancements can
9749         track revisions of items.
9750         (allout-open-topic): Run allout-structure-added-hook with suitable
9751         arguments.
9752         (allout-shift-in): Run allout-structure-shifted-hook with suitable
9753         arguments.
9754         (allout-shift-out): Fix doubling for negative args and ensure call
9755         of allout-structure-shifted-hook by solely using allout-shift-in.
9756         (allout-kill-line, allout-kill-topic):
9757         Run allout-structure-deleted-hook with suitable arguments.
9758         (allout-yank-processing): Run allout-structure-added-hook with
9759         proper arguments.
9760         (allout-yank): Enclose activity in allout-unprotected.
9761         (allout-flag-region): Run allout-exposure-change-hook with
9762         suitable arguments, instead of making the callee infer the arguments.
9763         (allout-encrypt-string):
9764         Support allout-encryption-plaintext-sanitization-regexps,
9765         allout-encryption-ciphertext-rejection-regexps, and
9766         allout-encryption-ciphertext-rejection-ceiling.  Indicate correct
9767         en/de cryption mode in symmetric encryption failure message.
9768         (allout-obtain-passphrase): Use copy-sequence to get a distinct
9769         copy of the passphrase, and don't zero it or we'll corrupt the
9770         stashed copy.
9771         (allout-create-encryption-passphrase-verifier)
9772         (allout-verify-passphrase): Respect the new signature for
9773         allout-encrypt-string.
9774         (allout-get-configvar-values): Convenience for getting a
9775         configuration variable value and handling its absence gracefully.
9777 2006-08-11  Romain Francoise  <romain@orebokech.com>
9779         * obsolete/zone-mode.el: Delete.
9781 2006-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9783         * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
9785 2006-08-11  Thien-Thi Nguyen  <ttn@gnu.org>
9787         * emacs-lisp/bindat.el (bindat-ip-to-string):
9788         Use `format-network-address' if possible.
9790 2006-08-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9792         * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
9794 2006-08-10  Chong Yidong  <cyd@stupidchicken.com>
9796         * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
9797         restore unread-command-events here.
9798         (edebug-display): Do it here, to detect sit-for interruptions.
9800 2006-08-10  Romain Francoise  <romain@orebokech.com>
9802         * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
9803         (dns-mode-soa-auto-increment-serial): New user option.
9804         (dns-mode-soa-maybe-increment-serial): New function.
9805         (dns-mode): Add the latter to `write-contents-functions'.
9807         * obsolete/zone-mode.el: Move to obsolete/ from net/.
9808         Delete autoload cookies.
9810 2006-08-10  John Wiegley  <johnw@newartisans.com>
9812         * eshell/em-glob.el (eshell-glob-chars-list)
9813         (eshell-glob-translate-alist): Add support for [^g] in character globs.
9815 2006-08-10  Richard Stallman  <rms@gnu.org>
9817         * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
9818         (facemenu-set-face): Doc fix.
9819         (facemenu-listed-faces): Doc fix.
9821 2006-08-09  Chong Yidong  <cyd@stupidchicken.com>
9823         * avoid.el (mouse-avoidance-animating-pointer): New var.
9824         (mouse-avoidance-nudge-mouse): Use it.
9825         (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
9826         (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
9827         (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
9828         Don't activate if currently animating.  All callers changed.
9830 2006-08-09  John Wiegley  <johnw@newartisans.com>
9832         * calendar/timeclock.el (timeclock-use-elapsed): Added a new
9833         variable, which causes timeclock to report elapsed time worked,
9834         instead of just work remaining.
9836 2006-08-09  Kenichi Handa  <handa@m17n.org>
9838         * international/latexenc.el (latexenc-find-file-coding-system):
9839         Fix for the case that the 2nd element of arg-list is a cons.
9841 2006-08-08  Chong Yidong  <cyd@stupidchicken.com>
9843         * info.el (Info-fontify-node): Handle preceding `in' for note
9844         reference hiding rules.
9846 2006-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9848         * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
9849         mistake a closing " for an opening one.
9851 2006-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
9853         * term/xterm.el (terminal-init-xterm): Add more key bindings.
9855 2006-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9857         * complete.el (PC-do-completion): Filter out completions matching
9858         completion-ignored-extensions before checking whether there are
9859         multiple completions.
9860         Don't use `list' unnecessarily when building completion tables.
9862 2006-08-06  Richard Stallman  <rms@gnu.org>
9864         * help.el (describe-mode): Make minor mode list more concise.
9866 2006-08-05  Chong Yidong  <cyd@stupidchicken.com>
9868         * bindings.el: Give mode-line-format, mode-line-modes, and
9869         mode-line-position `standard-value' properties.
9871 2006-08-05  Eli Zaretskii  <eliz@gnu.org>
9873         * buff-menu.el (list-buffers-noselect): For Info buffers, use
9874         "(file)node" instead of the file name.
9876 2006-08-05  Richard Stallman  <rms@gnu.org>
9878         * faces.el (escape-glyph): Doc fix.
9880 2006-08-04  Kenichi Handa  <handa@m17n.org>
9882         * international/mule-diag.el (describe-font): Improve docstring
9883         and error message.  Use frame-parameter (not frame-parameters).
9885 2006-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9887         * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
9888         Correctly mark the end-of-docstring char.
9890 2006-08-03  Chong Yidong  <cyd@stupidchicken.com>
9892         * simple.el (line-move-to-column): Constrain move-to-column to
9893         current field.
9895 2006-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9897         * font-lock.el (font-lock-beg, font-lock-end)
9898         (font-lock-extend-region-functions): New vars.
9899         (font-lock-extend-region-multiline)
9900         (font-lock-extend-region-wholelines): New functions.
9901         (font-lock-default-fontify-region): Use them.
9902         (font-lock-extend-jit-lock-region-after-change): Only round up
9903         if font-lock-default-fontify-region will do it as well.
9905         * font-lock.el (font-lock-extend-after-change-region-function):
9906         Rename from font-lock-extend-region-function.
9907         (font-lock-extend-region): Remove by inlining at call sites.
9908         (font-lock-after-change-function): Don't needlessly round up to a whole
9909         number of lines.
9910         (font-lock-extend-jit-lock-region-after-change): Be more careful about
9911         the boundary conditions and the interactions between the various ways
9912         to extend the region.
9914 2006-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9916         * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
9917         modification status when forcing the second redisplay.
9919 2006-08-03  Kim F. Storm  <storm@cua.dk>
9921         * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
9923 2006-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9925         * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
9926         doesn't look like a file name.
9928         * complete.el (PC-expand-many-files): Avoid signalling an error when
9929         the current directory doesn't exist.  Reported by Micha\e,Ak\e(Bl Cadilhac.
9931 2006-08-02  Andreas Schwab  <schwab@suse.de>
9933         * bindings.el (mode-line-format): Simplify reference to vc-mode.
9935 2006-08-02  Nick Roberts  <nickrob@snap.net.nz>
9937         * bindings.el (map): Make mode-line-buffer-identification-keymap
9938         before defining propertized-buffer-identification.
9940 2006-08-01  Richard Stallman  <rms@gnu.org>
9942         * bindings.el (mode-line-format): Adjust spacing around vc-mode.
9944 2006-08-02  Nick Roberts  <nickrob@snap.net.nz>
9946         * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
9947         default value.
9948         (gdb-find-source-frame): New function.
9949         (menu): Add to menu bar.
9951 2006-08-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9953         * font-core.el (font-lock-extend-region-function)
9954         (font-lock-extend-region): Move to font-lock.el.
9956         * font-lock.el (font-lock-extend-region-function)
9957         (font-lock-extend-region): Move from font-core.el.  Simplify.
9959         * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
9960         if needed.
9961         (jit-lock-start, jit-lock-end): New dynamic scoped vars.
9962         (jit-lock-after-change-extend-region-functions): New hook.
9963         (jit-lock-after-change): Use it instead of hard-coding font-lock code.
9965         * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
9966         (font-lock-turn-on-thing-lock): Use it.
9968         * longlines.el (longlines-show-region): Make it work on read-only
9969         buffers as well.
9971 2006-08-01  Nick Roberts  <nickrob@snap.net.nz>
9973         * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
9975 2006-07-31  Richard Stallman  <rms@gnu.org>
9977         * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
9978         (vhdl-speedbar-display-projects): Update old obsolete
9979         speedbar variable names.
9981 2006-07-31  Nick Roberts  <nickrob@snap.net.nz>
9983         * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
9984         (gdb-stopped): Use it.
9986         * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
9988 2006-07-29  Chong Yidong  <cyd@stupidchicken.com>
9990         * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
9991         for load-history elements.
9993 2006-07-29  Eli Zaretskii  <eliz@gnu.org>
9995         * files.el (convert-standard-filename): For Cygwin, replace
9996         characters not allowed in Windows file names.
9997         (make-auto-save-file-name): Add Cygwin to the list of systems
9998         where the auto-save file name needs to be run through
9999         convert-standard-filename.
10001 2006-07-29  Lennart Borgman  <lennart.borgman.073@student.lu.se>
10003         * window.el (bw-get-tree): Don't integerp subtree if it's nil.
10005 2006-07-28  Richard Stallman  <rms@gnu.org>
10007         * bindings.el (mode-line-frame-identification)
10008         (propertized-buffer-identification): Centralize the code
10009         to initialize the variable.
10011         * progmodes/grep.el (grep-default-command): Catch errors from
10012         wildcard-to-regexp.
10014 2006-07-29  Kim F. Storm  <storm@cua.dk>
10016         * progmodes/grep.el (grep-tag-default): New function.
10017         (grep-default-command, grep-read-regexp): Use it.
10018         (grep-read-files): Use car of grep-files-history or grep-files-aliases
10019         as default if nothing else applies.
10021 2006-07-28  Bill Atkins  <atkinw@rpi.edu>  (tiny change)
10023         * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
10024         Throw error if buffer is not in Dired and Wdired mode, respectively.
10026 2006-07-28  Chong Yidong  <cyd@stupidchicken.com>
10028         * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
10029         self-insert-command keys don't activate buttons.
10030         (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
10032 2006-07-29  Nick Roberts  <nickrob@snap.net.nz>
10034         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
10035         faces for enable character.
10037 2006-07-28  Nick Roberts  <nickrob@snap.net.nz>
10039         * Makefile.in (recompile): Update comment to reflect change
10040         on 2004-04-21.
10042 2006-07-27  Richard Stallman  <rms@gnu.org>
10044         * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
10045         (customize-package-emacs-version): Change msg when pkg has no entry.
10046         (custom-no-edit): On a button, do like widget-button-press.
10048 2006-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
10050         * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
10051         S-tab and C-S-tab.
10053 2006-07-28  Nick Roberts  <nickrob@snap.net.nz>
10055         * progmodes/which-func.el (which-function): Fix documentation/
10056         comment typo.
10058 2006-07-26  Richard Stallman  <rms@gnu.org>
10060         * textmodes/ispell.el (ispell-word): If we replace the word,
10061         move point to the end.  Insert before deleting.
10063 2006-07-26  Chong Yidong  <cyd@stupidchicken.com>
10065         * subr.el (sit-for): Use new SECONDS arg of read-event instead of
10066         a timer.
10068 2006-07-26  Mathias Dahl  <mathias.dahl@gmail.com>
10070         * tumme.el (tumme-backward-image): Add prefix argument.  Add error
10071         when at first image.
10072         (tumme-forward-image): Add prefix argument.  Add error when at last
10073         image.
10075 2006-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
10077         * tabify.el (tabify-regexp): Use more specific regexps.
10078         (tabify): Avoid modifying the buffer unnecessarily.
10080 2006-07-25  Mathias Dahl  <mathias.dahl@gmail.com>
10082         * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
10083         (tumme-format-properties-string): Handle empty `buf'.
10084         (tumme-get-comment): Change variable names inside `let'.
10085         Add missing `let' variable that cause font-lock problems.
10086         (tumme-write-comments): Change variable names inside `let'.
10087         Add missing `let' variable that cause font-lock problems.
10088         (tumme-forward-image): Rename from `tumme-forward-char'.
10089         (tumme-backward-image): Rename from `tumme-backward-char'.
10091 2006-07-25  Masatake YAMATO  <jet@gyve.org>
10093         * progmodes/ld-script.el (ld-script-keywords)
10094         (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
10095         and add comments.
10097 2006-07-25  Nick Roberts  <nickrob@snap.net.nz>
10099         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
10100         (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
10101         (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
10102         for status indicator.
10104 2006-07-24  Richard Stallman  <rms@gnu.org>
10106         * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
10108         * subr.el (dolist, dotimes): Use interned symbols for locals.
10109         (--dotimes-limit--, --dolist-tail--): New defvars.
10110         (looking-back): Doc fix.
10112         * replace.el (replace-match-string-symbols): Handle dotted lists.
10114 2006-07-24  Mathias Dahl  <mathias.dahl@gmail.com>
10116         * tumme.el (tumme-write-tags): Add.
10117         (tumme-write-comments): Add.
10118         (tumme-tag-files): Change to use `tumme-write-tags'.
10119         (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
10120         (tumme-dired-comment-files): Change to use `tumme-write-comments'.
10121         (tumme-save-information-from-widgets): Change to use
10122         `tumme-write-comments' and `tumme-write-tags'.
10123         (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
10124         (tumme-write-tag): Remove.
10125         (tumme-write-comment): Remove.
10126         (tumme-display-previous-thumbnail-original): Remove empty line.
10127         (tumme-widget-list): Add punctuation.
10129 2006-07-24  Mathias Dahl  <mathias.dahl@gmail.com>
10131         * tumme.el (tumme-line-up): Add an extra check for end of buffer.
10133 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
10135         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
10136         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org>
10137         and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
10139 2006-07-23  Thien-Thi Nguyen  <ttn@gnu.org>
10141         * mouse.el (mouse-on-link-p): Doc fix.
10143 2006-07-23  Nick Roberts  <nickrob@snap.net.nz>
10145         * emacs-lisp/find-func.el (find-function-search-for-symbol):
10146         Handle "C-h f `".
10148 2006-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
10150         * ibuffer.el (ibuffer-formats): Use left alignment for the mode
10151         column.
10153 2006-07-22  Matt Hodges  <MPHodges@member.fsf.org>
10155         * textmodes/table.el: Add move-beginning-of-line and
10156         move-end-of-line to Point Motion Only Group.
10158 2006-07-22  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
10160         * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
10162 2006-07-22  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
10164         * startup.el (user-mail-address): Initialize from the `EMAIL'
10165         environment variable first.  Document this.
10166         (command-line): Ditto.
10168 2006-07-22  Nick Roberts  <nickrob@snap.net.nz>
10170         * help-mode.el (help-function-def, help-variable-def)
10171         (help-face-def): Print a message in the minibuffer.
10173 2006-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
10175         * term/xterm.el (terminal-init-xterm): Fix key bindings
10176         syntax.  Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
10178 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
10180         * dos-w32.el (find-buffer-file-type-coding-system): Support calls
10181         where `(nth 1 command)' is a cons cell.  Doc fix.
10183         * textmodes/po.el (po-find-charset): Doc fix.
10185 2006-07-21  Ken Manheimer  <ken.manheimer@gmail.com>
10187         * allout.el (allout-unprotected, allout-e-o-prefix-p)
10188         (allout-beginning-of-current-line, allout-end-of-current-line)
10189         (allout-next-visible-heading, allout-open-topic)
10190         (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
10191         (allout-flag-current-subtree, allout-show-to-offshoot)
10192         (allout-hide-current-entry, allout-show-current-branches)
10193         (allout-hide-region-body, allout-old-expose-topic)
10194         (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
10195         (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
10196         containing `beginning-of-line' and `end-of-line' with
10197         `inhibit-field-text-motion' t.
10199 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
10201         * frame.el (focus-follows-mouse): Document that it doesn't have
10202         any effect on MS-Windows.
10204 2006-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10206         * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
10208 2006-07-20  Jay Belanger  <belanger@truman.edu>
10210         * calc/calc.el (calc-previous-alg-entry): Remove variable.
10212         * calc/calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
10213         New variables.
10214         (calc-alg-entry): Use `calc-alg-entry-history'.
10215         (calc-do-quick-calc): Use `calc-quick-calc-history'.
10216         Remove reference to `calc-previous-alg-entry'.
10217         (calcAlg-edit, calcAlg-enter): Remove reference to
10218         `calc-previous-alg-entry'.
10219         (calcAlg-previous): Use `previous-history-element' instead of
10220         `calc-previous-alg-entry'.
10221         (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
10222         Change keybinding for `calcAlg-plus-minus', add keybindings for
10223         `previous-history-element' and `next-history-element'.
10225         * calc/calc-rewr.el (calc-match): Remove reference to
10226         `calc-previous-alg-entry'.
10228         * calc/calc-sel.el (calc-selection-history): New variable.
10229         (calc-enter-selection, calc-sel-mult-both-sides)
10230         (calc-sel-add-both-sides): Use `calc-selection-history'.
10232         * calc/calc-map.el (calc-get-operator-history): New variable.
10233         (calc-get-operator): Use `calc-get-operator-history'.
10235         * calc/calcalg3.el (calc-curve-fit-history): New variable.
10236         (calc-curve-fit): Use `calc-curve-fit-history'.
10238 2006-07-20  Kenichi Handa  <handa@m17n.org>
10240         * international/mule-cmds.el (select-safe-coding-system): Fix the
10241         way of deciding eol-type of the coding system.
10243 2006-07-20  Alan Mackenzie  <acm@muc.de>
10245         * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
10246         (c-lang-setvar): New macro.
10247         (c-make-init-lang-vars-fun): Use the initialization forms in
10248         c-emacs-variable-inits in addition to those in c-lang-variable-inits.
10249         (comment-start, comment-end, comment-start-skip): Change these from
10250         c-lang-defvar's to c-lang-setvar's.
10252         * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
10253         which calls make-local-variable on the elements of
10254         c-emacs-variable-inits.
10255         (c-init-language-vars-for): Call this new macro.
10257 2006-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10259         * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
10260         Try to rule out false positives due to time stamps.
10261         (compilation-mode-font-lock-keywords): Remove rules made redundant
10262         because of the above change.  Add `segmentation fault' to the known and
10263         highlighted compilation termination messages.
10265 2006-07-19  Kim F. Storm  <storm@cua.dk>
10267         * progmodes/grep.el (grep-find-ignored-directories):
10268         Add .svn and _darcs to list.
10270 2006-07-19  Mathias Dahl  <mathias.dahl@gmail.com>
10272         * dired.el (dired-mode-map): Add key binding `C-te' for
10273         `tumme-dired-edit-comment-and-tags'.
10275         * tumme.el (tumme-display-thumbnail-original-image): Make sure
10276         image display buffer is displayed before call to
10277         `tumme-display-image.
10278         (tumme-dired-display-image): Make sure image display buffer is
10279         displayed before call to `tumme-display-image.
10280         (tumme-mouse-display-image): Make sure image display buffer is
10281         displayed before call to `tumme-display-image.
10282         (tumme-widget-list): Add.
10283         (tumme-dired-edit-comment-and-tags): Add.
10284         (tumme-save-information-from-widgets): Add.
10286 2006-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10288         * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
10290 2006-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
10292         * progmodes/sh-script.el (sh-font-lock-keywords-1):
10293         Revert inadvertently installed patch hunk.
10295         * progmodes/compile.el (compilation-find-file): Handle the
10296         cases where the user selects a non-existent file.
10298 2006-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
10300         * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
10302 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
10304         * subr.el (sit-for): Just sleep-for if noninteractive.
10306 2006-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10308         * emacs-lisp/autoload.el (make-autoload): Use new arg.
10310         * custom.el (custom-autoload): Add `noset' argument.
10311         (custom-push-theme): Don't autoload the variable, let callers do it.
10312         (custom-theme-set-variables): Autoload the variable if necessary.
10314         * cus-edit.el (custom-variable-state-set): If the variable was
10315         originally set outside custom, but to the same value as the default,
10316         consider it to be standard.
10318         * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
10319         file *before* telling Emacs to add the autoloads, in case it fails.
10321         * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
10322         Use `cond', push', and `dolist'.
10324 2006-07-17  Richard Stallman  <rms@gnu.org>
10326         * image-mode.el (tar-superior-buffer, archive-superior-buffer):
10327         Add defvars to silence warnings.
10329 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
10331         * progmodes/compile.el (compilation-mode-font-lock-keywords):
10332         Don't highlight "Compiling file" messages as error.
10334         * dired-aux.el (dired-compress-file): Confirm again if gzipped
10335         file already exists.
10337 2006-07-16  Thien-Thi Nguyen  <ttn@gnu.org>
10339         * find-file.el (ff-special-constructs): Doc fix.  Also, for C/C++
10340         entry, don't assign to free var; simply return the extracted filename.
10341         (ff-treat-as-special): Incorporate common preamble from callers.
10342         (ff-other-file-name, ff-find-the-other-file):
10343         Update call to ff-treat-as-special.
10345         * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
10347 2006-07-16  Mathias Dahl  <mathias.dahl@gmail.com>
10349         * tumme.el (tumme-get-comment): Fix bug.
10351 2006-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>
10353         * files.el: Remove spurious * in docstrings.
10355 2006-07-14  Ken Manheimer  <ken.manheimer@gmail.com>
10357         * allout.el (allout-run-unit-tests-on-load): Rectify docstring
10358         grammar.
10359         (allout-beginning-of-current-line): Beware beginning of buffer.
10360         Also, a comment is simplified.
10361         (allout-hotspot-key-handler): Only set allout-post-goto-bullet
10362         when appropriate.  (This fix enables use for other than
10363         bullet-hotspot operation.)
10364         (allout-hide-current-subtree): While escalating to sibling-close,
10365         make sure to situate on a topic.
10367 2006-07-14  Kim F. Storm  <storm@cua.dk>
10369         * emulation/cua-base.el (cua-delete-selection)
10370         (cua-toggle-set-mark): New defcustoms.
10371         (cua-rectangle-modifier-key): Add `alt' modifier.
10372         (cua-replace-region): Don't delete if cua-delete-selection is nil.
10373         (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
10374         Suggested by Klaus Zeitler <kzeitler@lucent.com>.
10376         * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
10378 2006-07-14  Ken Manheimer  <ken.manheimer@gmail.com>
10380         * allout.el: Require 'cl during byte-compilation/interactive load,
10381         for the `assert' macro.
10382         (allout-mode-deactivate-hook): New hook, run when allout mode
10383         deactivates.
10384         (allout-developer): New allout customization subgroup.
10385         (allout-run-unit-tests-on-load): New allout-developer
10386         customization variable, when true allout unit tests are run towards
10387         end of file load/eval.
10388         (allout-inhibit-auto-fill): Disable auto-fill activity even during
10389         auto-fill-mode.
10390         (allout-resumptions): Remove, to be replaced by...
10391         (allout-add-resumptions): Register variable settings to be
10392         reinstated by `allout-do-resumptions'.  The settings are made
10393         buffer-local, but the locality/globality of the suspended setting
10394         is restored on resumption.
10395         (allout-do-resumptions): Reinstate all settings suspended using
10396         `allout-add-resumptions'.
10397         (allout-test-resumptions): Unit tests (and intermediate variables)
10398         for resumptions.
10399         (allout-tests-globally-unbound, allout-tests-globally-true)
10400         (allout-tests-locally-true): Intermediate variables for
10401         resumptions unit tests.
10402         (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
10403         (allout-exposure-category): Replaces 'allout-overlay-category variable.
10404         (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
10405         instead of retired `allout-resumptions'.  For hook functions, use
10406         `local' parameter so hook settings are created and removed as
10407         buffer-local settings.  Revise (resumptions) setting
10408         auto-fill-function so it is set only if already active.  (The
10409         related fill-function settings are all made in either case, so
10410         that activating auto-fill-mode activity will have the custom
10411         allout-mode behaviors (hanging indent on topics, if configured for it).
10412         Remove all allout-exposure-category overlays on mode deactivation.
10413         (allout-hotspot-key-handler): New function extracted from
10414         `allout-pre-command-business', so the functionality can be used
10415         for other purposes, eg as a binding in an overlay.
10416         (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
10417         (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
10418         customization variable.
10419         (allout-run-unit-tests): Run the (currently quite small)
10420         repertoire of unit tests.  Called just before the provide iff user
10421         has customized `allout-run-unit-tests-on-load' non-nil.
10423 2006-07-14  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
10425         * emacs-lisp/authors.el (authors-aliases): Update.
10427 2006-07-14  Nick Roberts  <nickrob@snap.net.nz>
10429         * progmodes/gdb-ui.el (gdb-display-buffer): Check for
10430         gdb-source-window.  Add dedicated argument.
10431         (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
10432         (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
10433         (gdb-display-threads-buffer, gdb-display-memory-buffer)
10434         (gdb-display-locals-buffer): Use it.
10436         * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
10437         Set gdb-source-window.
10439 2006-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10441         * emacs-lisp/autoload.el (make-autoload): Remove special handling of
10442         minor modes, redundant with the custom-autoload line above.
10444 2006-07-12  Chong Yidong  <cyd@stupidchicken.com>
10446         * longlines.el (longlines-post-command-function): Handle open-line too.
10448 2006-07-12  Richard Stallman  <rms@gnu.org>
10450         * progmodes/grep.el (grep-last-buffer): Doc fix.
10452         * info.el (Info-try-follow-nearest-node): Doc fix.
10454         * emacs-lisp/edebug.el (edebug-instrument-function):
10455         Err if find-function-noselect gives no position.
10457         * emacs-lisp/find-func.el (find-function-search-for-symbol):
10458         If can't find definition, return nil for position.
10459         (find-function-do-it): Handle new return value
10460         of find-definition-noselect.
10461         (find-definition-noselect, find-variable-noselect): Doc fix.
10462         (find-function-noselect): Doc fix.
10464         * help-mode.el (help-variable-def): Handle find-variable-noselect
10465         returning no position.
10466         (help-function-def): Likewise for find-function-search-for-symbol.
10467         (help-face-def): Likewise.
10469         * help-fns.el (describe-variable): Handle find-variable-noselect
10470         returning no position.
10472         * files.el (locate-file-completion): Avoid duplicates in result.
10474         * cus-edit.el (custom-no-edit): New command.
10475         (custom-mode-map): Remap to custom-no-edit instead of
10476         using suppress-keymap.
10478 2006-07-12  Nick Roberts  <nickrob@snap.net.nz>
10480         * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
10481         (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
10482         (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
10484         * thumbs.el (thumbs-call-convert): Use shell-command-switch.
10486 2006-07-11  Kim F. Storm  <storm@cua.dk>
10488         * ido.el (ido-copy-current-file-name): Use buffer-name if
10489         buffer-file-name is nil.
10491 2006-07-11  Chong Yidong  <cyd@stupidchicken.com>
10493         * simple.el (undo-ask-before-discard): Set to nil.
10495         * vc.el (vc-exec-after): Don't delete process manually.
10496         (vc-print-log): Run log-view-mode in process sentinel inside
10497         inhibit-read-only.  Don't shrink window due to timing issues.
10499         * progmodes/ebrowse.el (ebrowse-display-member-buffer):
10500         Avoid using with-output-to-temp-buffer, which clobbers local vars.
10502 2006-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10504         * progmodes/compile.el (compilation-error-regexp-alist-alist):
10505         Fix ambiguity introduced by last change.
10506         (compilation-find-file): Move save-excursion to where it may
10507         make sense.  Fix a left over `find-file'.
10509 2006-07-11  Robert J. Chassell  <bob@rattlesnake.com>
10511         * textmodes/texinfmt.el (texinfo-format-separate-node):
10512         Insert a string before point, which fits documentation, not after.
10513         (texinfo-multitable-item): In a multitable row, insert any
10514         additional needed @tabs and spaces.
10516 2006-07-11  Nick Roberts  <nickrob@snap.net.nz>
10518         * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
10519         (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
10520         (tumme-set-exif-data, tumme-get-exif-data): Use call-process
10521         instead of shell-command.
10522         (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
10523         (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
10524         (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
10525         (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
10526         (tumme-thumbnail-set-image-description, tumme-gallery-generate)
10527         (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
10529 2006-07-11  Kim F. Storm  <storm@cua.dk>
10531         * subr.el (sit-for): Doc fix.  Specify normal arg list using fn-form.
10532         Remove special case for seconds < 0.  Use (redisplay t) instead.
10534 2006-07-10  Chong Yidong  <cyd@stupidchicken.com>
10536         * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
10537         avoid compilation error.
10539         * subr.el (sit-for): New function.
10541         * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
10543 2006-07-10  Richard Stallman  <rms@gnu.org>
10545         * ldefs-boot.el (edebug): Update page.
10547 2006-07-10  Kim F. Storm  <storm@cua.dk>
10549         * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
10550         to FOR-RELEASE and TODO.
10552 2006-07-10  Romain Francoise  <romain@orebokech.com>
10554         * emacs-lisp/authors.el (authors-aliases): Update.
10556 2006-07-10  Alan Mackenzie  <acm@muc.de>
10558         * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
10559         * cc-mode.el: Changes to eradicate eval-after-load.
10561 2006-07-09  Chong Yidong  <cyd@stupidchicken.com>
10563         * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
10564         on non-char events.
10566 2006-07-09  Romain Francoise  <romain@orebokech.com>
10568         * progmodes/compile.el (compilation-mode-font-lock-keywords):
10569         Don't highlight start/end markers as compilation messages.
10571         * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
10572         to t.
10574 2006-07-09  Stefan Monnier  <monnier@iro.umontreal.ca>
10576         * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
10578 2006-07-08  Richard Stallman  <rms@gnu.org>
10580         * term/x-win.el (x-handle-display): Add doc string.
10582         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
10584         * subr.el (def-edebug-spec): Move here.
10585         * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
10587         * imenu.el (imenu-choose-buffer-index): Doc fix.
10589 2006-07-08  Romain Francoise  <romain@orebokech.com>
10591         * term/x-win.el (x-display-name): Fix typo.
10593 2006-07-08  Eli Zaretskii  <eliz@gnu.org>
10595         * hexl.el (hexl-find-file): Doc fix.
10597         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
10599 2006-07-07  Chong Yidong  <cyd@stupidchicken.com>
10601         * term/x-win.el (x-display-name): Doc fix.
10603 2006-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10605         * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
10606         long prefixes.
10607         (fill-region-as-paragraph): Don't round up to a whole line.
10608         (fill-comment-paragraph): Don't include the code-before-the-comment
10609         when calling fill-region-as-paragraph.
10611         * international/mule.el (make-char): Remove redundancy.
10613         * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
10614         property may contain an anonymous function rather than a symbol.
10616         * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
10618         * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
10619         Use shy regexp.  Fix incorrect backref to potentially unmatched group.
10621         * dirtrack.el (dirtrack-default-directory-function): Remove.
10622         (dirtrack-directory-function): Use file-name-as-directory.
10623         (dirtrack-windows-directory-function): Simplify.
10624         (dirtrack-forward-slash, dirtrack-backward-slash)
10625         (dirtrack-replace-slash): Remove.
10626         (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
10627         (dirtrack): Fix wrong parenthesizing; use match-string.
10629         * progmodes/octave-inf.el: Remove spurious * in docstrings.
10630         (inferior-octave-mode): Only change the buffer-local value of
10631         comint-dynamic-complete-functions.
10632         (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
10633         Move the initialization to the declaration.
10634         (inferior-octave-complete): Remove unused var `filter'.
10636         * shell.el (shell-mode): Only change the buffer-local value of
10637         comint-dynamic-complete-functions.
10639 2006-07-07  Carsten Dominik  <dominik@science.uva.nl>
10641         * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
10642         entry is skipped because it has been scheduled.
10643         (org-prepare-agenda-buffers): Don't mark buffers as modified when
10644         changing `:org-archived' and `:org-comment' properties.
10646 2006-07-06  Chong Yidong  <cyd@stupidchicken.com>
10648         * server.el (server-select-display): Don't make the temp frame
10649         minibuffer-only, in case it's not a temp frame.
10650         (server-process-filter): Don't delete the temp frame if it's the
10651         only one we have on that display.
10653         * files.el (find-alternate-file): Doc fix.
10655 2006-07-05  Richard Stallman  <rms@gnu.org>
10657         * files.el (abbreviate-file-name): Add save-match-data.
10659 2006-07-03  Richard Stallman  <rms@gnu.org>
10661         * faces.el (read-face-name): Doc fix.
10663 2006-07-05  Chong Yidong  <cyd@stupidchicken.com>
10665         * net/goto-addr.el (goto-address): Mark as safe for local evals.
10667 2006-07-05  Andre Spiegel  <spiegel@gnu.org>
10669         * vc.el (vc-diff-internal): Fix prev change.
10671 2006-07-05  Thien-Thi Nguyen  <ttn@gnu.org>
10673         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
10674         * play/dunnet.el (dun-load-d, dun-eval): Likewise.
10676 2006-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10678         * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
10679         fails if the symbol contains chars like ( or '.
10680         (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
10681         (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
10682         `short'.
10684 2006-07-04  Kenichi Handa  <handa@m17n.org>
10686         * international/mule-cmds.el (set-language-info): If LANG-ENV is
10687         the current one, don't call set-language-environment, but call one
10688         of set-language-environment-XXX to make INFO effective now.
10689         (set-language-environment): Call set-language-environment-XXX
10690         functions instead of doing the various setups directly.
10691         (set-language-environment-coding-systems): Delete argument eol-type.
10692         (set-language-environment-input-method)
10693         (set-language-environment-nonascii-translation)
10694         (set-language-environment-charset)
10695         (set-language-environment-fontset)
10696         (set-language-environment-unibyte): New functions.
10698 2006-07-03  Luc Teirlinck  <teirllm@auburn.edu>
10700         * locate.el (locate-update-when-revert): New option.
10701         (locate-update-path): New option (suggested by Michael Albinus).
10702         (locate-prompt-for-command): Whitespace change.
10703         (locate-update): No longer offer to update the locate database by
10704         default.  Implement the two new options.
10706 2006-07-04  Nick Roberts  <nickrob@snap.net.nz>
10708         * tooltip.el: Move comment about track-mouse...
10710         * progmodes/gud.el: ...to here.
10712 2006-07-03  Chong Yidong  <cyd@stupidchicken.com>
10714         * facemenu.el (facemenu-listed-faces): New var.
10715         (facemenu-unlisted-faces): Variable deleted.
10716         (facemenu-add-new-face): Use facemenu-listed-faces.
10718         * emulation/viper-init.el, calendar/calendar.el:
10719         * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
10721 2006-07-03  Carsten Dominik  <dominik@science.uva.nl>
10723         * textmodes/org.el (org-mode): Remove no invalid settings for
10724         calc embedded mode.
10725         (org-mode-p): New defsubst.
10726         (org-save-all-org-buffers): New function.
10727         (org-first-headline-recenter): Enclose outline-regexp in group
10728         delimiters.
10729         (org-set-tags): Keep single space after stars.
10731 2006-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10733         * window.el (set-window-text-height): Only set window-min-height to
10734         1 if that's the requested size.
10736         * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
10737         (diff-unified->context, diff-context->unified)
10738         (diff-reverse-direction): Make sure the end marker stays at the end.
10739         (diff-mode): Add the keymap table at the end of docstring.
10740         Use lexical-let rather than constructing a closure manually.
10742         * files.el (find-file-noselect-1): Remove unused var assignment.
10743         (hack-local-variables-confirm): Print lists of strings as lists of
10744         strings rather than lists of symbols.
10745         (abbreviate-file-name, hack-local-variables-prop-line):
10746         Use match-string.
10747         (hack-one-local-variable): Move `make-local-variable' nearer its use.
10748         (recover-session-finish): Use line-end-position.
10750 2006-07-02  Michael Albinus  <michael.albinus@gmx.de>
10752         * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
10754 2006-07-02  Daniel Pfeiffer  <occitan@esperanto.org>
10756         * progmodes/make-mode.el (makefile-macroassign-regex):
10757         Accept preceding keyword.
10758         (makefile-gmake-statements): Reorganize, now that makepp has
10759         "override" and also handle forgotten "override define".
10760         (makefile-makepp-statements): Add new "global", "override export"
10761         and "override global".
10763 2006-06-30  Juanma Barranquero  <lekktu@gmail.com>
10765         * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
10766         (ada-compile-mouse-goto-error, ada-deactivate-properties)
10767         (ada-no-auto-case): Fix typos in docstrings.
10769 2006-06-30  Nick Roberts  <nickrob@snap.net.nz>
10771         * info.el (Info-find-node-2): Search for makeinfo version more
10772         carefully.
10774 2006-06-29  Carsten Dominik  <dominik@science.uva.nl>
10776         * textmodes/org.el (org-prepare-agenda-buffers):
10777         Use `invisible-OK' argument for `org-end-of-subtree'.
10778         (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
10779         (org-beginning-of-item): Fix bug in regular expression for white line.
10780         (org-export-as-html): Enforce space after bullet in plain list items.
10781         (org-set-autofill-regexps): Require space after plain list bullet
10782         for paragraph-start.
10783         (org-ts-regexp3): New constant.
10784         (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
10785         (org-timestamp-up-day, org-timestamp-down-day)
10786         (org-timestamp-change): Work with inactive timestamps.
10787         (org-ts-regexp1): Don't allow brackets in time stamps.
10789 2006-06-29  Nick Roberts  <nickrob@snap.net.nz>
10791         * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
10792         for ignoring links.
10794         * faces.el (read-face-name): Use it.
10796 2006-06-28  Juri Linkov  <juri@jurta.org>
10798         * buff-menu.el (list-buffers-noselect): Compare Info file
10799         with the string "dir" to detect Info directory.
10801         * complete.el (partial-completion-mode): In lambda for
10802         `choose-completion-string-functions' use full function signature
10803         with 4 args, and move point to the end of the minibuffer only if arg
10804         `mini-p' is non-nil.
10806 2006-06-28  John Paul Wallington  <jpw@pobox.com>
10808         * ibuffer.el (ibuffer-mode): Doc fix.
10810 2006-06-28  Carsten Dominik  <dominik@science.uva.nl>
10812         * textmodes/org.el (org-context): New contexts :item-bullet,
10813         :latex-fragment, :latex-preview.
10814         (org-overlays-at, org-overlay-start, org-overlay-end):
10815         New compatibility functions.
10816         (org-inside-LaTeX-fragment-p): More accurate matching, using the
10817         exact regexp that will be used during export.
10818         (org-latex-regexps): New variable.
10819         (org-cdlatex-mode): Improve advice for `texmathp'.
10820         (turn-on-org-cdlatex): New function.
10822 2006-06-28  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10824         * term/mac-win.el (mac-handle-font-selection): Change keys of
10825         mac-atsu-font-table from strings to numbers.
10826         (mac-ts-caret-position): Use also when cursor-type is nil.
10827         (mac-ts-update-active-input-area): Add Mac OS Classic support.
10828         Relax condition for using overlay strings.
10829         Use mac-ts-caret-position face when cursor-type is nil.
10831 2006-06-26  Kim F. Storm  <storm@cua.dk>
10833         * help.el (view-emacs-news): Declare `res' in the right let* form.
10835 2006-06-25  Michael Albinus  <michael.albinus@gmx.de>
10837         * net/rcompile.el (remote-compile): Replace ange-ftp based
10838         implementation by Tramp functions.
10839         Suggested by Marc Abramowitz <msabramo@gmail.com>.
10841         * net/tramp.el (tramp-unload-tramp): Provide a doc string.
10843 2006-06-24  Yoshinori Koseki  <kose@meadowy.org>
10845         * international/fontset.el (setup-default-fontset): Fix a typo in
10846         the "Oriya-Akruti" registry name.
10848 2006-06-23  Lars Hansen  <larsh@soem.dk>
10850         * desktop.el (desktop-full-file-name): New function.
10851         (desktop-kill, desktop-save, desktop-remove, desktop-read)
10852         (desktop-revert): Use it.
10853         (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
10854         (desktop-after-read-hook): Add option list-buffers.
10855         (desktop-locals-to-save): Add tab-width.
10856         (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
10857         Fix docstring.
10859 2006-06-23  Carsten Dominik  <dominik@science.uva.nl>
10861         * textmodes/org.el (org-cdlatex-mode-map)
10862         (org-cdlatex-texmathp-advice-is-done): New variables.
10863         (org-cdlatex-mode): New minor mode.
10864         (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
10865         (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
10866         (org-export-with-archived-trees): New option.
10867         (org-open-file): Remove the call to `convert-standard-filename'.
10868         (org-archive-tag, org-agenda-skip-archived-trees)
10869         (org-cycle-open-archived-trees)
10870         (org-sparse-tree-open-archived-trees): New options.
10871         (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
10872         (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
10873         New functions.
10874         (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
10875         (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
10876         (org-mode-map): Add binding for `org-toggle-archive-tag'.
10877         (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
10878         Call `org-prepare-agenda-buffers'.
10879         (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
10880         (org-file-apps, org-file-apps-defaults-gnu)
10881         (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
10882         Handle remote files by forcing them to be opened in Emacs.
10884 2006-06-23  Andre Spiegel  <spiegel@gnu.org>
10886         * vc.el (vc-diff-knows-L): New variable.
10887         (vc-diff-internal): Use it to handle "diff" programs that don't
10888         understand -L.  This works automatically, no user action is necessary.
10890 2006-06-23  Daniel Brockman  <daniel@brockman.se>
10892         * net/rcirc.el (rcirc-default-user-full-name): Default to
10893         `rcirc-default-user-name' instead of `rcirc-user-name' (which no
10894         longer exists).
10895         (rcirc-process-list): Check `buffer-live-p' before attempting to
10896         switch to a buffer.
10898 2006-06-23  Ryan Yeske  <rcyeske@gmail.com>
10900         * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
10901         based on rcirc-coding-system-alist.
10903 2006-06-23  Martin Rudalics  <rudalics@gmx.at>
10905         * cus-edit.el (customize-apropos): A better error message.
10906         (top level) <debug-ignored-errors>: Extend and update the list of
10907         ignored error messages.
10909 2006-06-23  Michael Ernst  <mernst@alum.mit.edu>
10911         * complete.el (PC-do-completion): Retain capitalization of user
10912         input, when possible, even if completion-ignore-case is set.
10914 2006-06-23  Eli Zaretskii  <eliz@gnu.org>
10916         * generic-x.el (bat-generic-mode): Support .cmd files.
10918         * dos-w32.el (top level): Use find-file-not-found-functions
10919         instead of the obsolete find-file-not-found-hooks.
10921 2006-06-22  Kim F. Storm  <storm@cua.dk>
10923         * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
10924         to recognize mode name containing submodes, such as Grep/lw.
10926 2006-06-21  Kim F. Storm  <storm@cua.dk>
10928         * simple.el (line-move-1): Check for move-end-of-line instead of
10929         end-of-line when setting temporary-goal-column.
10931 2006-06-21  Miles Bader  <miles@gnu.org>
10933         * play/cookie1.el (cookie): Work properly when there's only one entry.
10935 2006-06-21  Nick Roberts  <nickrob@snap.net.nz>
10937         * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
10938         (gdb-frame-handler): Generalize frame regexp for templates.
10940 2006-06-20  Glenn Morris  <rgm@gnu.org>
10942         * calendar/appt.el (appt-display-format): Default value must be
10943         one of the customize options.
10945 2006-06-20  Dan Nicolaescu  <dann@ics.uci.edu>
10947         * term/xterm.el (terminal-init-xterm): Update key availability info.
10948         Bind C-return.
10950         * term.el (term-delete-lines, term-insert-lines): Clarify comments.
10952 2006-06-20  Chong Yidong  <cyd@stupidchicken.com>
10954         * files.el (hack-local-variables): Run `hack-local-variables-hook'
10955         whether or not a local variables list is defined.
10957         * msb.el (msb): Move `sit-for' hack here to handle both
10958         "mouse-down and drag" and "mouse-up and select" situations.
10959         (mouse-select-buffer): Move `sit-for' hack to `msb'.
10961 2006-06-20  Kenichi Handa  <handa@m17n.org>
10963         * international/characters.el (word-combining-categories):
10964         Add entries for 2-byte Han characters.
10966 2006-06-19  Richard Stallman  <rms@gnu.org>
10968         * bindings.el (mode-line-format): Save some mode line space.
10970         * files.el (find-file-noselect): Improve the question wording.
10971         (basic-save-buffer-2): Mask UMASK against 666.
10973         * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
10974         (mouse-drag-vertical-line): Call it.
10976         * cus-edit.el (customize-option, customize-option-other-window):
10977         Error if SYMBOL is nil.
10979 2006-06-19  Carsten Dominik  <dominik@science.uva.nl>
10981         * textmodes/org.el: Require noutline, also on XEmacs.
10982         (org-end-of-subtree): Return point.
10983         (org-dblock-start-re, org-dblock-end-re): New constants.
10984         (org-create-dblock, org-prepare-dblock, org-map-dblocks)
10985         (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
10986         (org-update-all-dblocks, org-find-dblock): New functions.
10987         (org-collect-clock-time-entries): New function.
10988         (org-html-handle-time-stamps): Never export CLOCK timeranges.
10989         (org-fixup-indentation): Modify to deal correctly with lines
10990         starting with TAB.  Only one argument DIFF now.
10991         (org-demote, org-promote): Call `org-fixup-indentation' with just
10992         one argument, DIFF.
10993         (org-mode): Don't mark buffer as modified when aligning tables.
10994         (org-clock-sum): Don't mark buffer modified when adding time sum
10995         properties.
10996         (org-export-as-html): Add support for a link validation function.
10997         (org-archive-all-done): New function.
10998         (org-archive-subtree): New prefix argument.  When set, archive all
10999         done subtrees in this buffer.
11000         (org-remove-clock-overlays)
11001         (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
11002         (org-inhibit-highlight-removal): New variable, for dynamic scoping.
11003         (org-put-clock-overlay): Don't swallow last headline character
11004         when displaying overlay.
11005         (org-store-link): Link to `image-mode' with just the file name.
11007 2006-06-18  Michael Kifer  <kifer@cs.stonybrook.edu>
11009         * emulation/viper-cmd.el (viper-special-read-and-insert-char):
11010         Use read-key-sequence.
11011         (viper-after-change-undo-hook): Misc enhancements.
11012         (viper-after-change-undo-hook): New hook.
11013         (viper-undo): Use viper-after-change-undo-hook.
11014         (viper-add-newline-at-eob-if-necessary): Widen before making changes.
11015         (viper-next-line-at-bol): If point is on a widget or a button, simulate
11016         clicking on that widget/button.
11018         * emulation/viper.el (viper-mode): Allow a separate cursor color
11019         in Emacs state.
11021         * ediff-diff.el (ediff-test-patch-utility): Catch errors.
11022         (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
11023         (ediff-set-actual-diff-options): New function.
11024         (ediff-reset-diff-options, ediff-toggle-ignore-case):
11025         Use ediff-set-actual-diff-options.
11026         (ediff-extract-diffs): Catch errors.
11027         (ediff-whitespace): Add non-breakable space.
11028         (ediff-same-file-contents): Catch errors.
11030         * ediff-mult.el (ediff-collect-custom-diffs):
11031         Save coding-system-for-read.
11033         * ediff-vers.el (ediff-keep-tmp-versions): New variable.
11034         (ediff-vc-internal, ediff-vc-merge-internal):
11035         Use ediff-delete-version-file.
11036         (ediff-delete-version-file): New function.
11038         * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
11040         * ediff.el (ediff-directories, ediff-directory-revisions)
11041         (ediff-merge-directories, ediff-merge-directories-with-ancestor)
11042         (ediff-directories-internal, ediff-merge-directory-revisions)
11043         (ediff-merge-directory-revisions-with-ancestor)
11044         (ediff-directories3): Use read-directory-name.
11046 2006-06-18  Ralf Angeli  <angeli@caeruleus.net>
11048         * textmodes/tex-mode.el (tex-font-lock-match-suscript):
11049         Remove superfluous part of regexp for brace matching which is handled
11050         by `scan-lists' call.
11052 2006-06-16  Richard Stallman  <rms@gnu.org>
11054         * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
11056         * files.el (basic-save-buffer-2): For a new precious file,
11057         use the default modes in the return value.
11059         * facemenu.el (facemenu-color-alist): Doc fix.
11061         * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
11063 2006-06-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11065         * cus-start.el (all): Add mac-ts-script-language-on-focus.
11067         * term/mac-win.el (mac-text-encoding-ascii): New constant.
11068         (mac-utxt-to-string): Use it.
11069         (mac-ts-update-active-input-area): Use mac-ae-number.
11071 2006-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
11073         * term.el (term-handle-scroll, term-delete-lines)
11074         (term-insert-lines): Fix off by one errors.
11076 2006-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11078         * net/tramp.el (tramp-touch): Use UTC to express time.
11080 2006-06-15  Chong Yidong  <cyd@stupidchicken.com>
11082         * mail/sendmail.el (mail-send): Search explicitly for
11083         mail-header-separator when checking for corrupted header lines.
11085 2006-06-15  Nick Roberts  <nickrob@snap.net.nz>
11087         * progmodes/gdb-ui.el (gdb-same-frame): New option.
11088         (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
11089         (gdb-init-1): Initialise them.
11090         (gdb-starting): Reset gdb-printing
11091         (gdb-starting): Save value of gud-overlay-arrow-position.
11092         (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
11093         (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
11094         Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
11095         (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
11097 2006-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11099         * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
11101 2006-06-13  Martin J. Reed  <mjreed@essex.ac.uk>  (tiny change)
11103         * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
11104         (ldap-search-internal): Keep error messages, and a regexp fix.
11106 2006-06-12  Thien-Thi Nguyen  <ttn@gnu.org>
11108         * files.el (hack-local-variables-confirm):
11109         Display string value using its printed representation.
11111 2006-06-11  Chong Yidong  <cyd@stupidchicken.com>
11113         * server.el (server-edit): No-op if no server buffers exist.
11115 2006-06-11  Robert J. Chassell  <bob@rattlesnake.com>
11117         * textmodes/page-ext.el (pages-directory-for-addresses):
11118         Including `pages-directory-address-mode' in the function results
11119         in the message "Buffer in which pages were found is deleted".
11121 2006-06-10  Carsten Dominik  <dominik@science.uva.nl>
11123         * textmodes/org.el (org-agenda-mode-map): Add bindings for
11124         clocking functions.
11126         (org-agenda-clock-in, org-check-running-clock)
11127         (org-clock-out-if-current, org-remove-clock-overlays)
11128         (org-put-clock-overlay): New functions.
11129         (org-clock-marker, org-clock-file-total-minutes)
11130         (org-clock-overlays): New variables.
11131         (org-clock-display, org-clock-sum, org-clock-cancel)
11132         (org-clock-out, org-clock-in): New commands.
11133         (org-export): New function.
11134         (org-emph-re): New constant.
11135         (org-set-emph-re, org-do-emphasis-faces): New functions.
11136         (org-emphasis-regexp-components, org-emphasis-alist): New options.
11137         (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
11138         (org-export-html-convert-emphasize): Use the configurable emphasis.
11139         (org-cleaned-string-for-export): Make multiline emphasis visible
11140         to the exporter.  New optional argument PARAMETERS.
11141         (org-export-as-html): Specify :emph-multiline parameter to
11142         `org-cleaned-string-for-export'.
11144 2006-06-10  Richard Stallman  <rms@gnu.org>
11146         * help.el (help-for-help-internal): Clean up help text.
11148 2006-06-10  Andreas Schwab  <schwab@suse.de>
11150         * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
11151         in doc string.
11153         * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
11155 2006-06-09  Karl Chen  <quarl@cs.berkeley.edu>
11157         * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
11158         spaces after the comment start.
11160 2006-06-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
11162         * play/pong.el (pong-init-buffer):
11163         Fill buffer with spaces instead of ^A.
11165         * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
11166         launched asynchronously, delete its process instead of being cool.
11167         (ispell-async-processp): Check for `delete-process' existence
11168         instead of `kill-process' one for consistency.
11170 2006-06-09  Nick Roberts  <nickrob@snap.net.nz>
11172         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
11173         (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
11174         in mode line at startup.
11176 2006-06-08  Kim F. Storm  <storm@cua.dk>
11178         * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
11179         (ido-init-completion-maps): Bind them to M-SPC and M-v.
11180         (ido-copy-current-file-name): Repeating C-w inserts whole file name.
11181         (ido-file-internal): Pass full file name to write-file.
11182         (ido-read-internal): Only pop stack elements automatically if they
11183         actually match an existing directory or file name.
11185 2006-06-07  Kenichi Handa  <handa@m17n.org>
11187         * international/mule.el (find-auto-coding): Don't handle the short
11188         name `char-trans'.
11190         * files.el (hack-local-variables-prop-line)
11191         (hack-local-variables): Cancel the previous change.
11193 2006-06-06  Jesper Harder  <harder@phys.au.dk>
11195         * ediff-diff.el (ediff-test-utility): Protect against file-error.
11197 2006-06-06  Chong Yidong  <cyd@stupidchicken.com>
11199         * diff-mode.el (diff-mode): Set buffer-read-only to t when
11200         diff-default-read-only is non-nil.
11201         (diff-hunk-kill, diff-file-kill, diff-split-hunk)
11202         (diff-refine-hunk): Set inhibit-read-only to t.
11204         * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
11205         modifying the *Diff* buffer.
11206         (diff-process-filter): New filter function for diff process that
11207         sets inhibit-read-only to t when modifying the *Diff* buffer.
11209 2006-06-06  Carsten Dominik  <dominik@science.uva.nl>
11211         * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
11212         insertion point and control the number of empty lines.
11213         (org-paste-subtree): Limit the number of empty lines at the end of
11214         the inserted tree.
11215         (org-agenda): Use buffer name of current file for narrowing.
11216         (org-export-as-xml): Command removed.
11217         (org-export-xml-type): Option removed.
11218         (org-mode-map): Call `org-export-as-xoxo' directly.
11219         (org-get-indentation): New optional argument LINE.
11220         (org-fix-indentation, org-remove-tabs): New functions.
11221         (org-export-as-ascii, org-ascii-level-start): Determine and apply
11222         correct indentation for headlines that are converted it items.
11223         (org-skip-comments): Remove table lines that contain narrowing
11224         cookies but no other non-empty fields.
11225         (org-set-tags): Allow groups of mutually exclusive tags.
11226         (org-cmp-time): Sort 24:21 before items without time.
11227         (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
11228         (org-open-at-point): Require double colon also for numbers.
11230 2006-06-06  Kim F. Storm  <storm@cua.dk>
11232         * ido.el (ido-default-file-method, ido-default-buffer-method):
11233         Make choice values consistent with corresponding command names.
11234         (ido-visit-buffer): Update accordingly.  Default to selected-window.
11236 2006-06-06  Nick Roberts  <nickrob@snap.net.nz>
11238         * progmodes/gud.el (gud-running): Fix doc string.
11239         (gud-menu-map): Use :visible instead fo :enable for debugger test.
11240         (gud-tooltip-modes): Add python-mode.
11241         (gud-tooltip-print-command): Add pdb.  Remove perldb.
11243 2006-06-05  Eli Zaretskii  <eliz@gnu.org>
11245         * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
11246         Quote $(EMACS).
11248 2006-06-05  Richard Stallman  <rms@gnu.org>
11250         * faces.el (defined-colors): Doc fix.
11252 2006-06-05  Thien-Thi Nguyen  <ttn@gnu.org>
11254         * vc.el (vc-process-filter): Inhibit undo info collection around
11255         call to insert.
11256         (vc-setup-buffer): Likewise for call to erase-buffer.
11257         (vc-do-command): Likewise for call to process-file.
11259 2006-06-05  Nick Roberts  <nickrob@snap.net.nz>
11261         * progmodes/gud.el (gud-menu-map): Use a conditional help echo
11262         for gud-go.
11263         (gud-common-init): Other debuggers may trigger error.
11265 2006-06-05  Kenichi Handa  <handa@m17n.org>
11267         * international/mule.el (find-auto-coding):
11268         Handle enable-character-translation in file header.
11270 2006-06-04  Kim F. Storm  <storm@cua.dk>
11272         * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
11273         (authors-fixed-entries): Fix spelling.
11274         (authors-canonical-file-name): Don't report error for wildcards.
11276         * help.el (view-emacs-news): Rewrite to support new NEWS,
11277         NEWS.major, and NEWS.1-17 file naming.  Add more intelligence,
11278         e.g. version 10 matches 1.10, and don't be confused by version 1.1
11279         being a prefix of 1.12 (etc).  A numeric prefix arg also works.
11281 2006-06-03  Vivek Dasmohapatra  <vivek@etla.org>
11283         * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
11284         exec constructs like `foo bar`.
11285         (sh-quoted-subshell): New helper function to search for a possibly
11286         nested subshell (like `` or $()) within a "" quoted string.
11287         (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
11288         (sh-apply-quoted-subshell): Flag quote characters inside a
11289         subshell, which is itself already in a quoted region, as
11290         punctuation, since this is the closest to what they actually are.
11291         (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
11292         sh-apply-quoted-subshell.
11293         (sh-font-lock-syntactic-face-function): Apply the new face for
11294         text inside `` instead of the old font-lock-string-face.
11296 2006-06-03  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11298         * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
11299         (mac-ae-number, mac-ae-frame, mac-ae-script-language)
11300         (mac-bytes-to-text-range, mac-ae-text-range-array)
11301         (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
11302         (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
11303         (mac-ts-unicode-for-key-event): New functions.
11304         (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
11305         (mac-handle-font-selection): Use mac-ae-number.
11306         (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
11307         New variables.
11308         (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
11309         (mac-ts-converted-text, mac-ts-selected-converted-text)
11310         (mac-ts-block-fill-text, mac-ts-outline-text)
11311         (mac-ts-selected-text, mac-ts-no-hilite): New faces.
11312         (mac-ts-hilite-style-faces): New constant.
11313         (mac-apple-event-map): Bind text input events.
11314         (mac-dispatch-apple-event): Use command-execute instead of
11315         call-interactively.
11316         (global-map): Don't bind mac-apple-event.
11317         (special-event-map): Bind mac-apple-event.
11319 2006-06-02  Eli Zaretskii  <eliz@gnu.org>
11321         * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
11322         file name.
11323         (emacs): Enclose the value of $(EMACS) in quotes.
11325 2006-06-02  Juri Linkov  <juri@jurta.org>
11327         * international/mule.el (sgml-html-meta-auto-coding-function):
11328         Remove the condition `(search-forward "<html" size t)'.
11329         Replace `\"' with `[\"']?' in `re-search-forward'.
11331 2006-06-02  Kenichi Handa  <handa@m17n.org>
11333         * files.el (hack-local-variables-prop-line): Ignore `char-trans'
11334         as well as `coding'.
11335         (hack-local-variables): Likewise.
11337         * international/mule.el (enable-character-translation):
11338         Put permanent-local and safe-local-variable properties.
11339         (find-auto-coding): Handle char-trans: tag.
11341 2006-06-02  Juri Linkov  <juri@jurta.org>
11343         * international/mule.el (sgml-html-meta-auto-coding-function):
11344         Limit the search by the end of the HTML header (if any).
11346 2006-06-01  Richard Stallman  <rms@gnu.org>
11348         * subr.el (with-current-buffer): Doc fix.
11350 2006-06-02  Masatake YAMATO  <jet@gyve.org>
11352         * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
11353         Almost rewrite.  Underlines over all lines of gcov output are too
11354         uncomfortable to read.  Suggested by Dan Nicolaescu.
11356 2006-06-01  Luc Teirlinck  <teirllm@auburn.edu>
11358         * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
11360         * shell.el (shell-mode): Use shell-mode-map in docstring.
11362         * comint.el (comint-send-input): Do not add help-echo and
11363         mouse-face to input if `comint-use-prompt-regexp' is non-nil.
11365 2006-06-01  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11367         * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
11369 2006-06-01  Nick Roberts  <nickrob@snap.net.nz>
11371         * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
11372         (gdb-stopped, gdb-info-stack-custom): If there is no source info
11373         look up the stack and pop up GUD buffer if necessary.
11374         (gdb-frames-select): Remove redundant call to gud-display-frame.
11375         (gdb-info-threads-custom): Keep point at start of buffer.
11376         (gdb-find-file-hook): Make it work for pre-GDB 6.4.
11378 2006-05-31  Juri Linkov  <juri@jurta.org>
11380         * replace.el (query-replace-read-from, query-replace-read-to):
11381         Bind `history-add-new-input' to nil.  Call `add-to-history'.
11383 2006-05-31  Takaaki Ota  <Takaaki.Ota@am.sony.com>
11385         * textmodes/table.el: Convert all HTML tags to lower case for
11386         XHTML compatibility.
11388 2006-05-31  Masatake YAMATO  <jet@gyve.org>
11390         * progmodes/compile.el:
11391         (compilation-error-regexp-alist-alist::gcov-called-line):
11392         Don't put face on `-' lines in gcov file.  Suggested by Dan Nicolaescu.
11394 2006-05-31  Nick Roberts  <nickrob@snap.net.nz>
11396         * progmodes/gud.el (gud-query-cmdline, gud-common-init):
11397         Revert inadvertent changes made with last commit.
11399 2006-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
11401         * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
11402         New functions.
11404         * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
11406 2006-05-30  Carsten Dominik  <dominik@science.uva.nl>
11408         * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
11409         only matches in the right place.
11410         (org-upcoming-deadline): New face.
11411         (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
11412         (org-export-ascii-underline): Rename constant `org-ascii-underline'
11413         and make it an option.
11414         (org-export-ascii-bullets): New option.
11415         (org-export-as-html): Many changes to emit valid XHTML.
11416         (org-par-open): New variable.
11417         (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
11418         (org-html-do-expand, org-section-number): Fix case in `replace-match'.
11419         (org-timeline): Pass `org-timeline-show-empty-dates' to
11420         `org-get-all-dates'.  Interpret empty dates returned by
11421         `org-get-all-dates'.
11422         (org-get-all-dates): New argument EMPTY.  Add dates without
11423         entries to the list, mark large ranges of empty dates.
11424         (org-point-in-group, org-context): New functions.
11426 2006-05-30  Nick Roberts  <nickrob@snap.net.nz>
11428         * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
11430         * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
11431         C-mouse-1.  Move gdb-mouse-until to mouse-3, gdb-mouse-jump
11432         to C-mouse-3 (for 2 button mice).
11433         (gdb-send): Do the right thing for C-d.
11435         * speedbar.el (speedbar-detach): Delete.
11436         (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
11437         it breaks things.
11438         (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
11440 2006-05-30  Daniel Pfeiffer  <occitan@esperanto.org>
11442         * files.el (auto-mode-alist): Add makepp suffix and optional mk on
11443         Makeppfile.
11445         * progmodes/compile.el (compilation-error-regexp-alist-alist):
11446         Add makepp diagnostic.
11448 2006-05-29  Richard Stallman  <rms@gnu.org>
11450         * window.el (fit-window-to-buffer): Doc fix.
11452         * help.el (temp-buffer-max-height): Doc fix.
11454         * subr.el (with-current-buffer): Doc fix.
11456 2006-05-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11458         * term/x-win.el: Bind F10 to menu-bar-start if available.
11460 2006-05-28  Dan Nicolaescu  <dann@ics.uci.edu>
11462         * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
11463         uses with a simple test.
11464         (term-set-escape-char, term-mode, term-check-kill-echo-list)
11465         (term-send-raw-string, term-send-raw, term-mouse-paste)
11466         (term-char-mode, term-line-mode, term-exec, term-sentinel)
11467         (term-handle-exit, term-read-input-ring)
11468         (term-previous-matching-input-string)
11469         (term-previous-matching-input-string-position)
11470         (term-previous-matching-input-from-input)
11471         (term-replace-by-expanded-history, term-send-input)
11472         (term-skip-prompt, term-bol, term-send-invisible)
11473         (term-kill-input, term-delchar-or-maybe-eof)
11474         (term-backward-matching-input, term-check-source)
11475         (term-proc-query, term-emulate-terminal)
11476         (term-handle-colors-array, term-process-pager, term-pager-line)
11477         (term-pager-bob, term-unwrap-line, term-word)
11478         (term-dynamic-complete-filename)
11479         (term-dynamic-complete-as-filename)
11480         (term-dynamic-simple-complete): Replace one arm ifs with whens or
11481         unlesses.
11483 2006-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11485         * files.el (hack-one-local-variable-eval-safep): Don't burp if used
11486         during bootstrapping.
11488         * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
11489         Basically undo the change of 2006-05-26: use extra arguments instead of
11490         dynamic scoping.
11491         (ewoc-locate): Remove unused var `footer'.
11493 2006-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11495         * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
11497         * emacs-lisp/autoload.el (no-update-autoloads): Declare.
11498         (generate-file-autoloads): Obey it.  Return whether autoloads were
11499         added at point or not.
11500         (update-file-autoloads): Use this new return value.
11501         Remove redundant test for the presence of an autoload cookie.
11503         * emacs-lisp/autoload.el (autoload-find-file): New fun.
11504         This one calls hack-local-variables.
11505         (generate-file-autoloads, update-file-autoloads): Use it.
11507         * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
11508         (bibtex-sort-entry-class): Add safe-local-variable predicate.
11509         (bibtex-sort-entry-class-alist): Don't set the global value.
11510         (bibtex-init-sort-entry-class-alist): New fun.
11511         (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
11512         bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
11513         of bibtex-init-sort-entry-class.
11515 2006-05-28  Richard Stallman  <rms@gnu.org>
11517         * subr.el (load-history-regexp): If FILE is relative, insist
11518         entire last name component must match it.
11519         (load-history-filename-element, load-history-regexp): Doc fixes.
11521 2006-05-29  Kim F. Storm  <storm@cua.dk>
11523         * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
11524         `pos' and `raw-data' for clarity, as eval forms may access these.
11526 2006-05-28  Kim F. Storm  <storm@cua.dk>
11528         * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
11530 2006-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11532         * progmodes/make-mode.el (makefile-browser-map)
11533         (makefile-mode-syntax-table): Move initialization inside declaration.
11534         (makefile-fill-paragraph): Use the default comment-filling code.
11536 2006-05-28  Chong Yidong  <cyd@stupidchicken.com>
11538         * replace.el (query-replace-defaults): New variable.
11539         (query-replace-read-from): Use `query-replace-defaults' for
11540         default value, instead of history list.
11541         (query-replace-read-to): Update `query-replace-defaults'.
11543 2006-05-27  Chong Yidong  <cyd@stupidchicken.com>
11545         * msb.el (mouse-select-buffer): Minor fix to make popup menu work
11546         with no X toolkit.
11548 2006-05-28  Nick Roberts  <nickrob@snap.net.nz>
11550         * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
11551         (tumme-show-all-from-dir): Add autoload.
11553 2006-05-27  Mathias Dahl  <mathias.dahl@gmail.com>
11555         * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
11556         (tumme-remove-tag): Fix bug.
11558 2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
11560         * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
11561         FOOTER args.  Update unique caller.
11562         (ewoc-delete): Compute last node once before looping.
11563         (ewoc--node-branch): Merge into unique caller.
11564         (ewoc--node): Don't define constructor make-ewoc--node for this
11565         structure.
11566         (ewoc): Add member `hf-pp' to this structure.
11567         (ewoc--wrap): New func.
11568         (ewoc-create): Take additional arg NOSEP.  If nil, wrap node and
11569         header/footer pretty-printers.  Save header/footer pretty-printer.
11570         (ewoc-set-hf): Use ewoc's header/footer pretty-printer.
11572         * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
11574 2006-05-27  Mathias Dahl  <mathias.dahl@gmail.com>
11576         * dired.el (dired-mode-map): Change `tumme-tag-remove' to
11577         `tumme-delete-tag'.  Rename `Remove Image Tag' to `Delete Image
11578         Tag'.  Change "Compare directories..." to "Change Directories...".
11579         Move tumme commands to Operate, Regexp and Immediate menus.
11580         Change "Add Comment" to "Add Image Comment".  Change "Add Image
11581         Tag" to "Add Image Tags".
11583         * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
11584         (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
11585         `tumme-delete-tag'.
11587 2006-05-26  Luc Teirlinck  <teirllm@auburn.edu>
11589         * shell.el (shell-mode): Call shell-dirtrack-mode after
11590         list-buffers-directory is made a local variable, to avoid setting
11591         the default value.
11593 2006-05-26  Kevin Ryde  <user42@zip.com.au>
11595         * info.el (Info-index-next): Use where-is-internal to report
11596         actual binding of Info-index-next, rather than hard-coded `,'.
11598 2006-05-26  Eli Zaretskii  <eliz@gnu.org>
11600         * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
11601         and "Find Command in Manual" to here.
11603         * buff-menu.el (list-buffers-noselect): For Info buffers, use
11604         Info-current-file as the file name.
11606 2006-05-26  Jonathan Yavner  <jyavner@member.fsf.org>
11608         * ses.el (defadvice undo-more): Delete this defadvice.  The undo
11609         overrides will now be done a different way.
11610         (ses-set-parameter): Reapply this function for undo.
11611         (ses-set-header-row): Reconstruct header row during undo.
11612         (ses-widen): New function.
11613         (ses-goto-data, ses-reconstruct-all): Use new function.
11614         (ses-command-hook): Widen buffer during undo, before unupdating
11615         the cells.
11616         (ses-insert-row, ses-delete-row): Widen buffer during undo.
11617         (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
11618         (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
11619         formula hasn't been executed yet.
11621 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
11623         * comint.el (comint-kill-whole-line): Rename arg to count.
11624         Fix doc string.
11626 2006-05-26  Chong Yidong  <cyd@stupidchicken.com>
11628         * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
11629         to copy-file.
11631 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
11633         * simple.el (toggle-truncate-lines): Make arg optional for
11634         backward compatibility.
11636 2006-05-26  Thien-Thi Nguyen  <ttn@gnu.org>
11638         * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
11639         (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
11640         DLL arg.  Instead, use ewoc--current-dll.  Update all callers.
11641         (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
11642         (ewoc--adjust): Use ewoc--current-dll.
11643         (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
11645 2006-05-26  Carsten Dominik  <dominik@science.uva.nl>
11647         * textmodes/org.el (org-next-item, org-previous-item): Emit more
11648         compact error message.
11649         (org-tags-view): Refresh category table in each file.
11650         (org-table-justify-field-maybe): Remove superfluous arguments to
11651         `format'.
11652         (org-export-as-html): Insert "<p>" before postamble.
11653         (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
11655 2006-05-26  Kenichi Handa  <handa@m17n.org>
11657         * textmodes/po.el (po-find-charset): Pay attention to the case
11658         FILENAME is a cons (NAME . BUFFER).
11659         (po-find-file-coding-system-guts): Likewise.
11661         * arc-mode.el (archive-set-buffer-as-visiting-file):
11662         Call find-operation-coding-system with (FILENAME . BUFFER).
11664         * tar-mode.el (tar-extract): Call find-operation-coding-system
11665         with (FILENAME . BUFFER).
11667         * international/mule.el (decode-coding-inserted-region):
11668         Call find-operation-coding-system with (FILENAME . BUFFER).
11670 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
11672         * image-mode.el (image-toggle-display): Use buffer contents to
11673         generate image for a remote file.
11675 2006-05-25  Juri Linkov  <juri@jurta.org>
11677         * replace.el (query-replace-read-from, query-replace-read-to):
11678         Remove 8th arg KEEP-ALL in read-from-minibuffer.
11680 2006-05-25  Rajesh Vaidheeswarran  <rv@gnu.org>
11682         * whitespace.el (whitespace-cleanup): Change to cleanup
11683         region if one is active.
11684         * whitespace.el (whitespace-cleanup-internal): New internal method.
11686 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
11688         * dired.el (dired-mode-map): Add help-echo strings to tumme
11689         commands.  Bind `tumme-dired-display-image' to C-t i.
11691         * tumme.el (tumme-display-image): Change documentation string slightly.
11692         (tumme-dired-display-image): Add call to `display-buffer'.
11694 2006-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
11696         * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
11697         Signal error if RAW-DATA is a multibyte string.
11699 2006-05-24  Richard Stallman  <rms@gnu.org>
11701         * subr.el (with-local-quit): When handling `quit' signal,
11702         make a chance for quit-flag to cause a quit.
11704         * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
11705         (ad-disable-advice): Add autoloads.
11707         * subr.el (read-passwd): Copy PROMPT before changing its properties.
11709 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
11711         * dired.el (dired-mode-map): Change menu items for tumme as per
11712         suggestions in emacs-devel.
11714 2006-05-25  Nick Roberts  <nickrob@snap.net.nz>
11716         * dired.el (dired-mode-map): Fix breakage.
11718 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
11720         * tumme.el (tumme-display-dired-image): Rename to...
11721         (tumme-dired-display-image): ...this.
11722         (tumme-track-movement): Change default value to t.
11723         (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
11724         used from `tumme-next-line-and-display' and similar commands.
11726         * dired.el (dired-mode-map): Add Thumbnail submenu under the
11727         Immediate menu.  Add some tumme commands there.
11729 2006-05-24  Luc Teirlinck  <teirllm@auburn.edu>
11731         * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
11733 2006-05-24  Chong Yidong  <cyd@mit.edu>
11735         * menu-bar.el, international/mule-cmds.el: Remove tooltips for
11736         menu entries that open submenus.
11738 2006-05-24  Alan Mackenzie  <acm@muc.de>
11740         * startup.el (command-line): For names of preloaded files, don't
11741         append ".elc" (now done in Fload), and call file-truename on the
11742         lisp directory.
11744         * subr.el (eval-after-load): Fix the doc-string.  Allow FILE to
11745         match ANY loaded file with the right name, not just those in
11746         load-path.  Put a regexp matching the file name into
11747         after-load-alist, rather than the name itself.
11749         * subr.el (load-history-regexp, load-history-filename-element)
11750         (do-after-load-evaluation): New functions.
11752         * international/mule.el (load-with-code-conversion): Do the
11753         eval-after-load stuff by calling do-after-load-evaluation.
11755 2006-05-25  Nick Roberts  <nickrob@snap.net.nz>
11757         * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
11758         has not been killed.
11760 2006-05-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11762         * term/mac-win.el: Set idle timer to clean up expired Apple events.
11763         (mac-ae-get-url): Redispatch Apple event on unknown scheme.
11764         (mac-dispatch-apple-event): Resume Apple event if it is suspended.
11765         Optionally set error message in reply.
11767 2006-05-24  Carsten Dominik  <dominik@science.uva.nl>
11769         * textmodes/org.el (org-open-at-point): Use renamed variable
11770         `org-confirm-shell-link-function'.
11771         (org-confirm-shell-link-function): Rename from
11772         `org-confirm-shell-links'.
11773         (org-export-directory): New function.
11774         (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
11775         (org-export-icalendar): Use `org-export-directory'.
11776         (org-indent-item): Keep cursor position.
11777         (org-link-file-path-type): New option.
11778         (org-export-as-html): Fix bug with plain lists starting in
11779         column 0.
11780         (org-export-as-html): Remove deadline formatting, this happens
11781         now already in `org-html-handle-time-stamps'.
11782         (org-export-html-style): Deadline class removed.
11783         (org-insert-labeled-timestamps-at-point): New option.
11784         (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
11785         of `hide-sublevels 1', in case the first headline is not level 1.
11786         (org-overview, org-content): New fuction.
11787         (org-cycle-global-status, org-cycle-subtree-status): Make these
11788         variables buffer-local.
11789         (org-global-cycle): New command.
11790         (org-shifttab): Use `org-global-cycle'.
11791         (org-insert-heading, org-insert-item): Go to end of new
11792         headline/item after creating it.
11793         (org-export-visible): Rename from `org-export-copy-visible'.
11794         Now creates a temporary org-file and applies an exporting command
11795         to it.
11796         (org-table-eval-formula): Support for lisp forms.
11797         (org-agenda-todo-ignore-scheduled): New option.
11798         (org-agenda-get-todos): Use new option
11799         `org-agenda-todo-ignore-scheduled'.
11800         (org-export-html-inline-images): New value `maybe'.
11801         (org-export-as-html): Inlining of images dependent on link description.
11802         (org-archive-subtree): Check for end-of-buffer before trying
11803         `kill-line'.
11804         (org-agenda-follow-mode): New option.
11805         (org-export-with-tags, org-export-with-timestamps): New options.
11806         (org-html-handle-time-stamps): New function.
11807         (org-keyword-time-regexp): New variable.
11808         (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
11809         (org-agenda-todo-list-sublevels): New option.
11810         (org-html-level-start): When TITLE is nil, just close all levels.
11811         (org-parse-key-lines, org-parse-export-options): Remove functions,
11812         replaced by `org-infile-export-plist'.
11813         (org-combine-plists, org-infile-export-plist)
11814         (org-default-export-plist): New functions.
11815         (org-export-html-preamble, org-export-html-postamble)
11816         (org-export-html-auto-preamble, org-export-html-auto-postamble):
11817         New variables.
11818         (org-export-publishing-directory): New option.
11819         (org-export-as-html, org-export-as-ascii): Use the new property
11820         lists for settings.
11821         (org-export-copy-visible, org-export-as-xoxo):
11822         Respect `org-export-publishing-directory'.
11823         (org-link-search, org-store-link, org-file-apps): Support for
11824         links to BibTeX database entries..
11825         (org-get-current-options, org-set-regexps-and-options):
11826         Implement logging as a startup option.
11827         (org-store-link): Make sure context string is never empty
11828         (org-insert-link): Use relative path when possible.
11829         (org-at-item-checklet-p): New function.
11830         (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
11831         (org-shiftmetaup, org-shiftmetadown, org-metaleft)
11832         (org-metaright, org-metaup, org-metadown, org-shiftup)
11833         (org-shiftdown, org-shiftright, org-shiftleft)
11834         (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
11835         Dispatch using `call-interactively'.
11836         (org-call-with-arg): New defsubst.
11837         (org-tag-alist, org-use-fast-tag-selection): New options.
11838         (org-complete): Use `org-tag-alist'.
11839         (org-fast-tag-insert, org-fast-tag-selection): New functions.
11840         (org-next-item, org-previous-item): New commands.
11841         (org-beginning-of-item, org-end-of-item): Add (interactive) to
11842         make command.
11843         (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
11845 2006-05-23  Thien-Thi Nguyen  <ttn@gnu.org>
11847         * emacs-lisp/ewoc.el (ewoc-delete): New function.
11848         (ewoc-filter): Use `ewoc-delete'.
11850         * emacs-lisp/bindat.el (bindat-pack): Doc fix.
11852 2006-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11854         * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
11855         Signal more user-friendly error messages.
11857         * complete.el (PC-do-completion): Undo the addition of implicit
11858         wildcards if they did not lead to finding any match.
11859         (read-file-name-internal): Don't add the final > if the completion is
11860         not finished.
11862 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
11864         * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
11865         Quote safe-local-variable predicate.
11867 2006-05-22  Thien-Thi Nguyen  <ttn@gnu.org>
11869         * emacs-lisp/ewoc.el (ewoc-set-data): New function.
11871 2006-05-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
11873         * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
11875         * progmodes/make-mode.el (makefile-special-targets-list)
11876         (makefile-macro-table, makefile-target-table): Mark as risky.
11877         (makefile-query-one-target-method): Make this the alias for the
11878         following variable.
11879         (makefile-query-one-target-method-function): Make this the real name.
11881         * textmodes/artist.el (artist-text-renderer): Make this the alias
11882         for the following variable.
11883         (artist-text-renderer-function): Make this the real name.
11885         * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
11886         the alias for the following variable.
11887         (flyspell-generic-check-word-predicate): Make this the real name.
11889         * textmodes/ispell.el (ispell-format-word): Make this the alias
11890         for the following variable.
11891         (ispell-format-word-function): Make this the real name.
11892         (ispell-message-text-end): Mark as risky.
11894         * skeleton.el (skeleton-transformation, skeleton-filter)
11895         (skeleton-pair-filter): Make these the aliases for the following
11896         variables.
11897         (skeleton-transformation-function, skeleton-filter-function)
11898         (skeleton-pair-filter-function): Make these the real names.
11900         * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
11901         and skeleton-pair-filter-function.
11903         * textmodes/sgml-mode.el (sgml-transformation): Make this the
11904         alias for the following variable.
11905         (sgml-transformation-function): Make this the real name.
11906         (sgml-tag-alist): Mark as risky.
11908 2006-05-21  Richard Stallman  <rms@gnu.org>
11910         * simple.el (kill-region): Interactively, pass point, then mark.
11912 2006-05-22  Thien-Thi Nguyen  <ttn@gnu.org>
11914         * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
11916 2006-05-21  Romain Francoise  <romain@orebokech.com>
11918         * dired-x.el (dired-mode-map): Don't bind M-g.
11920 2006-05-20  Richard Stallman  <rms@gnu.org>
11922         * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
11923         (dired-goto-file): Doc fix.
11925 2006-05-21  Kim F. Storm  <storm@cua.dk>
11927         * emulation/cua-base.el: Mention customizing cua-mode as alternative
11928         way to enable built-in cua-mode if user loads older CUA-mode package.
11930         * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
11931         if default-filename is specified.
11933 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
11935         * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
11937         * info.el (info-apropos): Make sure current-file and current-node
11938         have non-nil values.  Speed up by using add-to-list instead of
11939         manual consing.
11941 2006-05-20  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
11943         * progmodes/make-mode.el (makefile-mode): Doc fix.
11945 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
11947         * dired-aux.el (dired-do-shell-command): Doc fix.
11949 2006-05-20  Kevin Ryde  <user42@zip.com.au>
11951         * info-xref.el (info-xref-check-all-custom): Skip :tag part of
11952         ``(custom-manual :tag "Foo" "(foo)Node")''.
11954 2006-05-20  Karl Chen  <quarl@cs.berkeley.edu>
11956         * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
11957         value is an integer.
11959 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
11961         * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
11962         "format".
11963         (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
11965 2006-05-20  Martin Rudalics  <rudalics@gmx.at>
11967         * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
11968         a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
11970 2006-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11972         * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
11973         regexp for keywords.
11975 2006-05-20  Masayuki FUJII  <boochang@m4.kcn.ne.jp>  (tiny change)
11977         * dnd.el (dnd-get-local-file-name): Specify LITERAL in
11978         replace-regexp-in-string.
11980         * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
11981         encode, and escape file name on conversion to URL.
11983 2006-05-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11985         * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
11986         Don't unescape URL.
11987         (dnd-get-local-file-name): Unescape URL on conversion to file name.
11989         * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
11990         on conversion to URLs.
11992         * net/browse-url.el (browse-url-file-url): Encode file name on
11993         conversion to URL.
11995         * term/mac-win.el (mac-ae-open-documents): Escape file name on
11996         conversion to URL.
11998 2006-05-19  Eli Zaretskii  <eliz@gnu.org>
12000         * progmodes/cc-styles.el (c-style-alist): Doc fix.
12002 2006-05-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12004         * term/mac-win.el (mac-bytes-to-digits): Remove function.
12005         (mac-handle-toolbar-switch-mode): Use coercion instead of it.
12007 2006-05-19  Glenn Morris  <rgm@gnu.org>
12009         * calendar/diary-lib.el (diary-bahai-date)
12010         (list-bahai-diary-entries, mark-bahai-diary-entries)
12011         (mark-bahai-calendar-date-pattern): Not interactive.
12012         (add-to-diary-list): New optional arg LITERAL.  Doc fix.
12013         (diary-entries-list): Change format of 4th element in each entry.
12014         (diary-list-entries): Use add-to-diary-list.
12015         (diary-goto-entry): Handle the case where the buffer visiting the
12016         diary has been killed.
12017         (fancy-diary-display): Add 'locator to button rather than 'marker.
12018         Only generate temp-face when there are marks to apply.
12019         (list-sexp-diary-entries): Pass literal to add-to-diary-list.
12020         (diary-fancy-date-pattern): New variable.
12021         (diary-time-regexp): Doc fix.
12022         (diary-anniversary, diary-time): New faces.
12023         (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
12024         diary-time-regexp.  Add font-lock-multiline property where needed.
12025         Use new faces diary-anniversary and diary-time.
12026         (diary-fancy-font-lock-fontify-region-function): New function, to
12027         handle multiline font-lock pattern in fancy diary.
12028         (fancy-diary-display-mode): Set font-lock-fontify-region-function.
12029         (diary-font-lock-keywords): Tweak time regexp.  Use new face
12030         diary-time.
12032 2006-05-19  Alexander Shopov  <ash@contact.bg>  (tiny change)
12034         * international/code-pages.el (mik): Table corrected.
12036 2006-05-18  Kim F. Storm  <storm@cua.dk>
12038         * progmodes/grep.el (grep-find): Don't check grep-find-command
12039         before running command (breaks non-interactive usage).
12041 2006-05-18  Thien-Thi Nguyen  <ttn@gnu.org>
12043         * emacs-lisp/ewoc.el (ewoc--adjust): New func.
12044         (ewoc--insert-new-node): Don't insert trailing newline.
12045         Instead, adjust successor nodes's start markers.
12046         (ewoc--refresh-node): Delete all text from current node's start
12047         marker to the next one's; adjust successor nodes's start markers.
12048         (ewoc--create): Doc fixes.
12049         (ewoc--refresh): Don't insert newline.
12050         (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
12051         * pcvs.el (cvs-make-cvs-buffer):
12052         Specify extra newline for ewoc's header and footer.
12053         (cvs-update-header): Update initial header recognition.
12054         Append newline to final header and footer values.
12055         * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
12057 2006-05-17  Richard Stallman  <rms@gnu.org>
12059         * files.el (file-name-extension): Doc fix.
12061 2006-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12063         * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
12064         we can explicitly enable/disable rather than toggle.
12065         (shell-mode): Use it.
12066         (shell-cd): Don't try to reproduce what `cd' does.
12068 2006-05-17  Kim F. Storm  <storm@cua.dk>
12070         * ido.el (ido-read-internal): Use only nondirectory part of
12071         default item.
12073 2006-05-17  Thien-Thi Nguyen  <ttn@gnu.org>
12075         * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
12076         (ewoc-nth): Doc fix.
12078         (ewoc-map, ewoc-invalidate): Compute PP before looping.
12080 2006-05-16  Eli Zaretskii  <eliz@gnu.org>
12082         * international/mule.el (auto-coding-alist): Add .lha to files
12083         read with no-conversion.
12085         * files.el (auto-mode-alist): Add .lha files to archive file
12086         extensions.
12088         * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
12089         Convert csize to integer when computing offsets within the
12090         compressed archive file.
12092 2006-05-16  Kim F. Storm  <storm@cua.dk>
12094         * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
12095         with read-from-minibuffer.
12097 2006-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
12099         * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
12100         (byte-compile-warnings): Fix safe-local-variable property.
12102 2006-05-16  Ken Manheimer  <ken.manheimer@gmail.com>
12104         * allout.el (allout-show-bodies, allout-old-style-prefixes)
12105         (allout-stylish-prefixes, allout-numbered-bullet)
12106         (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
12107         predicates to qualify `safe-local-variable' property, when
12108         available, else use equivalent lambda.
12109         (allout-current-topic-collapsed-p): Do the right thing regarding
12110         trailing blank lines.
12112 2006-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
12114         * server.el (server-start): Only create a directory if needed.
12115         (server-edit, server-unload-hook): server-start => server-mode.
12116         (kill-emacs-hook): Cleanup upon exit.
12118 2006-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
12120         * hexl.el (hexlify-buffer): Encode process arguments manually.
12122 2006-05-16  Nick Roberts  <nickrob@snap.net.nz>
12124         * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
12125         call to gdb-tooltip-print.
12127 2006-05-15  Romain Francoise  <romain@orebokech.com>
12129         * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
12130         systems, default to "tar" since those systems probably have GNU tar.
12132 2006-05-14  Lars Hansen  <larsh@soem.dk>
12134         * desktop.el (desktop-missing-file-warning): Fix docstring.
12135         (desktop-restore-file-buffer): Correct question asked on missing file.
12137 2006-05-14  Kim F. Storm  <storm@cua.dk>
12139         * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
12140         Add CUA move property.
12142 2006-05-13  Chong Yidong  <cyd@stupidchicken.com>
12144         * custom.el (custom-push-theme): Load the variable before checking
12145         its `standard-value'.
12147 2006-05-13  Lars Hansen  <larsh@soem.dk>
12149         * desktop.el (desktop-save): Use with-temp-buffer.
12151 2006-05-12  Glenn Morris  <rgm@gnu.org>
12153         * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
12154         * calendar/calendar.el (calendar-mode-map):
12155         * calendar/diary-lib.el (include-other-diary-files, diary-mail-entries):
12156         * calendar/appt.el (appt-check, appt-make-list): Refer to
12157         diary-view-entries, diary-list-entries, diary-show-all-entries
12158         rather than obsolete aliases.
12160 2006-05-12  Chong Yidong  <cyd@stupidchicken.com>
12162         * simple.el (line-move-finish): Avoid calling point motion hooks
12163         while processing intangibility.
12165 2006-05-12  Dan Nicolaescu  <dann@ics.uci.edu>
12167         * term/xterm.el (terminal-init-xterm): Fix typo.
12169 2006-05-12  Ken Manheimer  <ken.manheimer@gmail.com>
12171         * allout.el (allout-view-change-hook): Mark as being deprecated,
12172         to be replaced by `allout-exposure-change-hook'.
12173         (allout-exposure-change-hook): New, replacing
12174         `allout-view-change-hook'.
12175         (allout-flag-region): Run new hook `allout-exposure-change-hook',
12176         in addition to `allout-view-change-hook'.
12177         (allout-show-bodies, allout-old-style-prefixes)
12178         (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
12179         lambda forms to prevent their showing up in variable help
12180         presentations as inscrutable byte-compiled code.
12181         (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
12182         Use string-or-null-p to qualify safe-local-variable values.
12183         (allout-reindent-bodies): Use memq to qualify matches against
12184         valid safe-local-variable values.  Also, quote the lambda as above.
12185         (allout-use-mode-specific-leader): Add missing candidate-value
12186         symbols, use memq, and quote the lambda.
12187         (allout-overlay-interior-modification-handler): Remove unused
12188         variables `msg' and 'opened'.
12189         (allout-hidden-p): Constrain invisibility consideration to allout's
12190         invisibility spec, disregarding invisibility for other reasons.
12192 2006-05-12  Reiner Steib  <Reiner.Steib@gmx.de>
12194         * files.el (version-control): Correct safe values.
12196 2006-05-12  Thien-Thi Nguyen  <ttn@gnu.org>
12198         * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
12200         (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
12201         (ewoc--insert-new-node): New func.
12202         Update callers of deleted funcs to use it, instead.
12204 2006-05-11  Glenn Morris  <rgm@gnu.org>
12206         * calendar/calendar.el (diary-show-all-entries): Do not refer to
12207         obsolete alias `show-all-diary-entries'.
12208         (make-diary-entry): Not interactive.
12209         (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
12210         (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
12211         (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
12212         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
12213         (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
12214         (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
12216 2006-05-11  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
12218         * calendar/calendar.el (calendar-french-date-string)
12219         (calendar-mayan-date-string, calendar-chinese-date-string)
12220         (calendar-astro-date-string, calendar-iso-date-string)
12221         (calendar-islamic-date-string, calendar-bahai-date-string)
12222         (calendar-hebrew-date-string, calendar-coptic-date-string)
12223         (calendar-ethiopic-date-string, calendar-persian-date-string):
12224         These functions are not interactive.
12226 2006-05-11  Luc Teirlinck  <teirllm@auburn.edu>
12228         * files.el: Balance parentheses.
12230 2006-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
12232         * files.el, newcomment.el, outline.el, simple.el,
12233         * emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
12234         * progmodes/cc-vars.el, progmodes/compile.el:
12235         Move `safe-local-variable' declarations to the respective files.
12237         * help-fns.el (describe-variable): Don't print safe-var if it is
12238         byte-code.  Improve wording as suggested by Luc Teirlinck.
12240 2006-05-11  Nick Roberts  <nickrob@snap.net.nz>
12242         * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
12243         (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
12244         Use a token for pending-triggers to ensure gdb-var-update
12245         gets called once per user input again for pre-GDB 6.4.
12246         (gdb-var-delete): Match on more complex expressions.
12247         (gdb-var-list-children-handler, gdb-var-create-handler):
12248         Use a token for consistency.
12250 2006-05-11  Carsten Dominik  <dominik@science.uva.nl>
12252         * textmodes/org.el (org-read-date, org-goto-calendar)
12253         (org-agenda-goto-calendar):
12254         Bind `view-calendar-holidays-initially' to nil.
12256 2006-05-11  Thien-Thi Nguyen  <ttn@gnu.org>
12258         * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
12259         Update all callers to do it there, instead.
12261 2006-05-10  Glenn Morris  <rgm@gnu.org>
12263         * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
12264         prefix arg case, to avoid view-diary-entries-initially error.
12265         Reported by Stephen Berman <Stephen.Berman at gmx.net>.
12266         (calendar-date-is-legal-p): Handle dates with no day part.
12268 2006-05-11  Nick Roberts  <nickrob@snap.net.nz>
12270         * comint.el (comint-insert-input): Just make it when
12271         comint-use-prompt regexp is nil (default) and with the mouse.
12272         (comint-copy-old-input): Reinstate from 2004-06-23.
12273         (comint-mode-map): Bind C-c C-m to it.
12275 2006-05-10  J.D. Smith  <jdsmith@as.arizona.edu>
12277         * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
12278         Remove spurious move to point-max (new comint behavior fixes).
12280         * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
12281         compatibility function (Emacs 18/19).
12282         (idlwave-is-continuation-line): Always return point at start of
12283         previous non-blank continuation line.
12284         (keyword-parameters): Fix continued comment font-lock matcher.
12285         (idlwave-font-lock-fontify-region): Written, use as
12286         font-lock-fontify-region-function, to fix continued keyword
12287         fontification issues.
12289 2006-05-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12291         * term/mac-win.el (mac-font-panel-mode): Doc fix.
12292         (mac-service-selection, mac-service-open-file)
12293         (mac-service-open-selection, mac-service-mail-selection)
12294         (mac-service-mail-to, mac-service-insert-text): Rename from
12295         mac-services-*.  All uses changed.
12296         (mac-apple-event-map): Rename event symbol `services' to `service'.
12298 2006-05-10  Thien-Thi Nguyen  <ttn@gnu.org>
12300         * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
12301         (ewoc--node-enter-first, ewoc--node-enter-last)
12302         (ewoc--delete-node-internal): Merge funcs into unique callers.
12304 2006-05-09  Chong Yidong  <cyd@stupidchicken.com>
12306         * emacs-lisp/crm.el (completing-read-multiple): Properly handle
12307         return value of read-from-minibuffer for empty input.
12309 2006-05-09  Miles Bader  <miles@gnu.org>
12311         * comint.el (comint-insert-input): Remove redundant calls to setq
12312         and goto-char.
12314 2006-05-10  Nick Roberts  <nickrob@snap.net.nz>
12316         * comint.el (comint-insert-input): Make it work when
12317         comint-use-prompt-regexp is t.
12319 2006-05-10  Miles Bader  <miles@gnu.org>
12321         * subr.el (field-at-pos): New function.
12323         * comint.el (comint-insert-input): Use it.
12325 2006-05-09  Juri Linkov  <juri@jurta.org>
12327         * battery.el (battery-linux-proc-acpi): Also try
12328         `/proc/acpi/thermal_zone/THR2/temperature'.
12330         * files.el <safe-local-variable>: Remove `eval' and `let' binding
12331         for now unused lambda `string-or-null'.
12333         * add-log.el (change-log-default-name): Put `string-or-null-p'
12334         instead of lambda on `safe-local-variable' property.
12336         * diff-mode.el (diff-context->unified): Use `region-beginning' and
12337         `region-end' instead of `mark' and `point'.
12338         (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
12339         Operate on region in Transient Mark mode when the mark is active.
12340         Use `region-beginning' and `region-end' instead of `mark' and
12341         `point'.
12342         (diff-hunk-text, diff-goto-source): Doc fix.
12344         * startup.el (fancy-splash-screens, normal-splash-screen): Use
12345         face `mode-line-buffer-id' for mode-line buffer face instead of
12346         hard-coded `(:weight bold)'.
12348         * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
12349         buffer-undo-list to t (undo-ask is reproducible by visiting
12350         nested archives).
12352 2006-05-09  Kim F. Storm  <storm@cua.dk>
12354         * progmodes/grep.el (rgrep): Set default directory of *grep*
12355         buffer if we start M-x rgrep in the *grep* buffer and choose
12356         a different base directory.
12358 2006-05-09  Michael Albinus  <michael.albinus@gmx.de>
12360         * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
12361         completion also when ido is loaded.
12363 2006-05-09  Masatake YAMATO  <jet@gyve.org>
12365         * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
12366         "warning" and "import".
12367         (cpp-font-lock-keywords): Added "warning".
12369 2006-05-08  Dan Nicolaescu  <dann@ics.uci.edu>
12371         * term/xterm.el (terminal-init-xterm): Add more key bindings.
12373 2006-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12375         * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
12376         pages at a time, if we signal the end, we should indeed reach that end.
12378 2006-05-08  David Reitter  <david.reitter@gmail.com>
12380         * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
12381         output during execution of the body.
12383 2006-05-08  Kim F. Storm  <storm@cua.dk>
12385         * progmodes/grep.el (lgrep, rgrep): Doc fixes.
12387 2006-05-08  Thien-Thi Nguyen  <ttn@gnu.org>
12389         * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
12390         Use with-current-buffer.
12392 2006-05-07  Kim F. Storm  <storm@cua.dk>
12394         * subr.el (add-to-history): Remove keep-dups arg.
12396         * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
12397         to nil around call to add-to-history.
12399 2006-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12401         * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
12402         than after a buffer modification.
12404 2006-05-08  Nick Roberts  <nickrob@snap.net.nz>
12406         * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
12407         call to...
12408         (gud-watch): ...here so speedbar is raised for already watched
12409         expressions.
12410         (gdb-speedbar-refresh): Delete function.
12411         (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
12412         Use speedbar-timer-fn instead of speedbar-refresh (reverting
12413         earlier change).
12414         (gdb-var-evaluate-expression-handler)
12415         (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
12417         * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
12418         Update localized contents for all buffers except ignored modes.
12420 2006-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12422         * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
12423         (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
12424         (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
12425         (mac-handle-font-panel-closed, mac-handle-font-selection):
12426         New functions.
12427         (mac-font-panel-mode): New minor mode.
12428         (mac-apple-event-map): Add bindings for toolbar toggle button and
12429         font panel.
12430         (menu-bar-showhide-menu): Add mac-font-panel-mode.
12432 2006-05-07  John Paul Wallington  <jpw@pobox.com>
12434         * ibuffer.el (ibuffer-compressed-file-name-regexp):
12435         Avoid `regexp-opt'; simplify regexp for readability.
12437 2006-05-06  Eli Zaretskii  <eliz@gnu.org>
12439         * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
12440         * files.el (buffer-stale-function):
12441         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
12442         * autorevert.el (global-auto-revert-non-file-buffers): Point Info
12443         links to the main manual, not to emacs-xtra.
12445 2006-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12447         * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
12448         MacJapanese if text is ASCII-only.
12450 2006-05-06  Nick Roberts  <nickrob@snap.net.nz>
12452         * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
12453         unless so nil isn't returned.
12454         (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
12456 2006-05-06  Kim F. Storm  <storm@cua.dk>
12458         * subr.el (add-to-history): New function.
12460         * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
12461         (ediff-merge-files-with-ancestor):
12462         * env.el (setenv):
12463         * isearch.el (isearch-update-ring):
12464         * server.el (server-visit-files):
12465         * progmodes/grep.el (lgrep, rgrep):
12466         * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
12467         * progmodes/xscheme.el (xscheme-insert-expression):
12468         Use add-to-history.
12470         * kmacro.el (kmacro-push-ring): Use add-to-history.
12471         (kmacro-ring-length): Remove unused defun.
12472         (kmacro-start-macro): Use kmacro-push-ring.
12474 2006-05-06  Thien-Thi Nguyen  <ttn@gnu.org>
12476         * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
12477         directly instead of a lambda expression that calls it.
12479 2006-05-06  Kim F. Storm  <storm@cua.dk>
12481         * avoid.el (mouse-avoidance-point-position): Use posn-at-point
12482         instead of compute-motion.
12484 2006-05-05  Dan Nicolaescu  <dann@ics.uci.edu>
12486         * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
12487         change.
12489 2006-05-05  Reiner Steib  <Reiner.Steib@gmx.de>
12491         * startup.el (command-line-1): Refer to "Pure Storage" on
12492         pure-space-overflow.
12494 2006-05-05  Martin Rudalics  <rudalics@gmx.at>
12496         * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
12497         provided faces once they all have been used up.
12499 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
12501         * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
12502         reference to the Lisp manual to the warning about pure space
12503         overflow.
12505 2006-05-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
12507         * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
12508         argument to avoid the call to `ispell-internal-change-dictionary'
12509         when not needed.
12510         (ispell-change-dictionary): Use this argument and call
12511         `ispell-internal-change-dictionary' after the possible change
12512         to `ispell-local-dictionary'.
12513         (ispell-internal-change-dictionary): Check for a change in
12514         personal dictionary use too.
12516 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
12518         * startup.el (command-line): On MS-Windows, probe "~", not
12519         "~USER", for warning about non-existent home directory.
12521         * arc-mode.el (archive-l-e): New optional argument `float' means
12522         generate a float value.
12523         (archive-arc-summarize, archive-lzh-summarize)
12524         (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
12525         with 3rd argument non-nil when file's size is being computed.
12526         Format the file sizes with %8.0f instead of %8d.
12528 2006-05-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12530         * cus-start.el (all): Add mac-dnd-known-types.
12532         * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
12533         (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
12534         (mac-TIFF-to-string): New functions.
12535         (x-get-selection, x-selection-value)
12536         (mac-select-convert-to-string): Use them.
12537         (mac-text-encoding-mac-japanese-basic-variant): New constant.
12538         (mac-dnd-types-alist): New customization variable.
12539         (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
12540         (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
12541         (mac-dnd-handle-drag-n-drop-event): New functions.
12542         (mac-drag-n-drop): Remove function.
12543         (global-map): Bind drag-n-drop and M-drag-n-drop to
12544         mac-dnd-handle-drag-n-drop-event.
12546 2006-05-04  Karl Chen  <quarl@NOSPAM.quarl.org>
12548         * progmodes/perl-mode.el (perl-beginning-of-function):
12549         Skip anonymous subs.
12551 2006-05-04  Dan Nicolaescu  <dann@ics.uci.edu>
12553         * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
12554         regexp-opt at run time.
12556         * term.el (term-handle-ansi-escape): Fix off by one error.
12558 2006-05-04  Nick Roberts  <nickrob@snap.net.nz>
12560         * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
12561         (gdb-init-1, gdb-post-prompt): ...and references to it.
12562         (gdb-frame-handler): Strip directory name from filename if present.
12564         * progmodes/gud.el (gdb-force-update): Delete defvar
12565         (gud-speedbar-buttons): ...and references to it.  Use window-start
12566         to try to keep positon in watch expression.
12568 2006-05-03  Richard Stallman  <rms@gnu.org>
12570         * simple.el (next-history-element, previous-history-element): Doc fix.
12572         * isearch.el (isearch-update-ring): Doc fix.
12574 2006-05-03  Dan Nicolaescu  <dann@ics.uci.edu>
12576         * isearch.el (isearch-update-ring): Take history-delete-duplicates
12577         into consideration.  Replace one arm ifs with whens.
12579 2006-05-03  Nick Roberts  <nickrob@snap.net.nz>
12581         * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
12582         (menu): Fix typo.
12584 2006-05-02  Miles Bader  <miles@gnu.org>
12586         * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
12588 2006-05-02  Jay Belanger  <belanger@truman.edu>
12590         * calc/calc-embed.el (calc-override-minor-modes-map)
12591         (calc-override-minor-modes): New variables.
12592         (calc-do-embedded): Make sure that Calc keystrokes aren't
12593         overwritten by minor modes.
12595 2006-05-02  Chong Yidong  <cyd@mit.edu>
12597         * msb.el (msb): If EVENT is a down event, read and discard the up event.
12599 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
12601         * startup.el (command-line-1): Refer to Lisp manual when
12602         pure-space-overflow occurs.
12604         * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
12605         (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
12606         (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
12607         (version-control): Don't use `t' for safe-local-variable declarations.
12609 2006-05-01  Richard Stallman  <rms@gnu.org>
12611         * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
12612         M-r, M-R, M-A, M-SPC or M-DEL.
12613         (diff-mode-map): diff-refine-hunk now on C-c C-w
12614         (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
12616         * help-mode.el (help-mode): view-exit-action calls delete-window
12617         only when it is safe and possible.
12619         * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
12620         in messages.
12622         * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
12624         * tool-bar.el (tool-bar-setup): Put Help and Preferences items
12625         in the default tool-bar-map.
12627 2006-05-01  Michael Albinus  <michael.albinus@gmx.de>
12629         * net/tramp.el (tramp-completion-file-name-handler-alist)
12630         (tramp-run-real-handler, tramp-completion-run-real-handler)
12631         (tramp-completion-handle-file-name-all-completions)
12632         (tramp-completion-handle-file-name-completion): Autoload them.
12633         (tramp-completion-handle-file-exists-p)
12634         (tramp-completion-handle-file-name-directory)
12635         (tramp-completion-handle-file-name-nondirectory)
12636         (tramp-completion-handle-expand-file-name): Remove them.
12637         (tramp-handle-file-name-directory): Return the real directory name.
12638         Returning "/" only doesn't need to be necessary any longer.
12639         (tramp-file-name-handler): Make special attention when in hostname
12640         completion mode.
12641         (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
12642         (tramp-register-file-name-handlers):
12643         Register `tramp-completion-file-name-handler' only when
12644         `partial-completion-mode' is enabled.
12645         (tramp-completion-handle-file-name-all-completions):
12646         Delete directory part from results.
12647         (tramp-get-completion-methods, tramp-get-completion-user-host):
12648         Discard deleting "/", it doesn't work after the change of
12649         `tramp-handle-file-name-directory' above.
12651 2006-05-01  Kim F. Storm  <storm@cua.dk>
12653         * progmodes/grep.el (grep-expand-template): Use save-match-data
12654         and symbol-value.
12656 2006-05-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12658         * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
12659         Use select-frame-set-input-focus instead of raise-frame.
12660         (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
12662 2006-05-01  Nick Roberts  <nickrob@snap.net.nz>
12664         * progmodes/gud.el (gud-def): Add %c case.
12665         (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
12666         (gud-format-command): Make match case sensitive.  Match on %F.
12668 2006-04-30  Glenn Morris  <rgm@gnu.org>
12670         * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
12671         (cal-tex-preamble): Use cal-tex-preamble-extra.
12672         (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
12673         than alias `list-diary-entries'.
12675 2006-04-29  Dan Nicolaescu  <dann@ics.uci.edu>
12677         * help-fns.el (describe-variable): Add info about safe local variables.
12679 2006-04-29  Richard Stallman  <rms@gnu.org>
12681         * bindings.el (mode-line-format): help-echo doc fixes.
12683         * net/tramp.el (tramp-file-name-handler-alist): Delete
12684         expand-file-name and other operations that can cause spurious loading.
12686 2006-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12688         * files.el (safe-local-variable-p): Remove support for the special
12689         value t.
12691         * textmodes/paragraphs.el (sentence-end-without-space):
12692         Fix safety predicate.
12693         (sentence-end-double-space, sentence-end-without-period)
12694         (paragraph-ignore-fill-prefix):
12695         * textmodes/fill.el (colon-double-space):
12696         * abbrev.el (abbrev-mode): Tighten the safety predicate.
12698         * subr.el (booleanp): New fun.
12700         * textmodes/reftex-vars.el (reftex-guess-label-type):
12701         Tighten the safety predicate.
12703 2006-04-28  Kim F. Storm  <storm@cua.dk>
12705         * progmodes/grep.el (defgroup grep): Doc fix.
12706         (grep-auto-highlight): Remove.
12707         (grep-template): New defcustom.
12708         (grep-find-template): Rename from grep-tree-template.
12709         (grep-files-aliases): Rename from grep-tree-files-aliases.
12710         Remove "all" alias, add "l" alias.
12711         (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
12712         (grep-find-ignored-directories): New defcustom to replace
12713         grep-tree-ignore-CVS-directories, to facilitate ignoring
12714         subdirectories for multiple version control systems.
12715         (grep-mode-map): Add Recursive grep item to GREP menu.
12716         (grep-regexp-history, grep-files-history): New defvars.
12717         (grep-probe): New helper function.
12718         (grep-compute-defaults): Use it to simplify code.
12719         Adapt to name changes.
12720         Use `.' as base in grep-find-template rather than <D>.
12721         (grep): Remove superfluous highlight-regexp arg.  Fix doc.
12722         Call grep-compute-defaults unconditionally.
12723         (grep-expand-keywords): New defconst.
12724         (grep-expand-template): Rename from grep-expand-command-macros.
12725         Simplify via grep-expand-keywords.  Look at case-fold-search instead
12726         of grep-tree-ignore-case to add -i option.
12727         Bind case-fold-search to nil while matching keywords.
12728         (grep-tree-last-regexp, grep-tree-last-files): Remove.
12729         (grep-read-regexp, grep-read-files): New helper functions.
12730         (rgrep): Rename from grep-tree.  Rework to use proper histories.
12731         Adapt to changes in defcustoms and functions above.
12732         (lgrep): New command, as grep, but using same interactive UI as rgrep.
12734 2006-04-28  Michael Albinus  <michael.albinus@gmx.de>
12736         * net/tramp.el (tramp-completion-file-name-handler):
12737         Disable Tramp's functionality while loading Tramp itself.
12738         (tramp-register-file-name-handlers): That's a defsubst now.
12739         Code from `tramp-repair-jka-compr' moved here.  Apply it via
12740         `after-init-hook'.
12741         (tramp-repair-jka-compr): Remove.
12743 2006-04-27  Jay Belanger  <belanger@truman.edu>
12745         * calc/calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
12746         read expression when `math-read-big-expr' doesn't work.
12748 2006-04-27  Reiner Steib  <Reiner.Steib@gmx.de>
12750         * startup.el (command-line-1): Display warning when
12751         pure-space-overflow is non-nil.
12753 2006-04-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
12755         * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
12756         risky.
12758 2006-04-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
12760         * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
12761         Return the URL or nil if none can be generated.
12763 2006-04-27  Nick Roberts  <nickrob@snap.net.nz>
12765         * progmodes/gud.el (gud-comint-buffer): Move forward to stop
12766         byte compiler warnings.
12767         (gud-basic-call, gud-find-expr): Let user select an expression
12768         for printing.  Print expression as well as value in GUD buffer.
12770 2006-04-17  Ken Manheimer  <ken.manheimer@gmail.com>
12772         * allout.el: Remove local autoload declaration for
12773         pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
12774         (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
12775         (allout-plain-bullets-string, allout-distinctive-bullets-string)
12776         (allout-use-mode-specific-leader, allout-old-style-prefixes)
12777         (allout-stylish-prefixes, allout-numbered-bullet)
12778         (allout-file-xref-bullet, allout-presentation-padding)
12779         (allout-use-hanging-indents, allout-reindent-bodies): Mark as
12780         safe-local-variable with suitable value spec, and add autoload
12781         cookie for loaddefs inclusion.  We now use an explicit spec everywhere.
12782         (move-beginning-of-line, move-end-of-line): Repair so these compat
12783         functions now actually resituate the point, when appropriate.
12785 2006-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12787         * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
12789         * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
12790         (add-log-iso8601-time-string): Fix call to format-time-string.
12792 2006-04-26  Kim F. Storm  <storm@cua.dk>
12794         * subr.el (posn-string, posn-image, posn-object): Doc fix.
12796 2006-04-26  Masatake YAMATO  <jet@gyve.org>
12798         * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
12799         Add support for "//" style comments.  Remove `b' flag
12800         from ?* in `asm-mode-syntax-table'.
12802 2006-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12804         * follow.el: Use (featurep 'xemacs) everywhere.
12805         (follow-mode): Use define-minor-mode.
12806         (follow-mode-map): Move initialization into the declaration.
12807         Use command remapping.
12808         (follow-emacs-version-xemacs-p): Remove.
12809         (follow-submit-feedback): Remove.
12811         * allout.el (allout-layout, allout-passphrase-verifier-string)
12812         (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
12814         * textmodes/reftex-vars.el (reftex-vref-is-default)
12815         (reftex-fref-is-default, reftex-guess-label-type):
12816         Tighten up a bit the safety predicate.
12818         * textmodes/paragraphs.el (sentence-end-double-space)
12819         (sentence-end-without-period, sentence-end-without-space)
12820         (page-delimiter, paragraph-ignore-fill-prefix):
12821         Tighten up a bit the safety predicate.
12823         * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
12825         * progmodes/python.el (python-continuation-line-p)
12826         (python-beginning-of-statement): syntax-ppss may return
12827         a negative depth.
12828         (python-mode): Don't forcefully enable font-lock.
12830         * time-stamp.el (time-stamp-start, time-stamp-end)
12831         (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
12833         * add-log.el: Remove spurious * in docstrings.
12834         (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
12835         (add-change-log-entry): Use it here, since it's not specific
12836         to iso8601.
12837         (add-log-iso8601-time-string): Don't use it here any more.
12838         (change-log-indent-text, change-log-indent): Rename from add-log-*.
12840         * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
12842 2006-04-25  Ryan Yeske  <rcyeske@gmail.com>
12844         * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
12845         (rcirc-toggle-low-priority): Doc fix.
12846         (rcirc-handler-NOTICE): Remove beginning of line anchor in
12847         ChanServ regexp.
12848         (rcirc-startup-channels-alist): Connect to #rcirc by default, not
12849         #emacs.
12850         (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
12851         (rcirc-decode-coding-system): Use utf-8 as the default.
12852         (rcirc-multiline-minor-mode): Set the fill-column.
12853         (rcirc-format-response-string): Display bright and dim nicks.
12854         (rcirc-browse-url): Update interactive spec to fill ARG.
12855         (rcirc-bright-nick, rcirc-dim-nick): Add faces.
12856         (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
12858 2006-04-24  J.D. Smith  <jdsmith@as.arizona.edu>
12860         * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
12861         case for @Article, etc.
12863 2006-04-23  Michael Albinus  <michael.albinus@gmx.de>
12865         * net/tramp.el (tramp-register-file-name-handlers): New defun.
12866         Added with autoload cookie.
12867         (tramp-unload-file-name-handlers): Rename from
12868         `tramp-unload-file-name-handler-alist'.
12870 2006-04-23  Romain Francoise  <romain@orebokech.com>
12872         * comint.el (comint-match-partial-filename): Doc fix.
12874 2006-04-21  Glenn Morris  <rgm@gnu.org>
12876         * calendar/cal-menu.el (calendar-mode-map): Refer to
12877         `diary-view-entries' rather than alias `view-diary-entries'.
12878         * calendar/diary-lib.el (view-other-diary-entries): Ditto.
12880 2006-04-21  Luc Teirlinck  <teirllm@auburn.edu>
12882         * progmodes/antlr-mode.el (antlr-default):
12883         * cus-edit.el (custom-documentation):
12884         * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
12885         in defface.
12887 2006-04-21  Kim F. Storm  <storm@cua.dk>
12889         * image.el (image-type): New defun split out of create-image.
12890         (create-image): Use it.
12892 2006-04-21  Carsten Dominik  <dominik@science.uva.nl>
12894         * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
12895         (org-open-at-point): Remove the "...done" message to keep output
12896         in the echo area visible.
12897         (org-export-as-xoxo): Fix call to `indent-region'.
12899 2006-04-21  Kevin Ryde  <user42@zip.com.au>
12901         * international/mule.el (keyboard-coding-system): defcustom
12902         info-link fixes: "Specify Coding" has been split, keyboard now in
12903         "Terminal Coding", and "Single-Byte Character Support" is now
12904         "Unibyte Mode".
12906 2006-04-21  Nick Roberts  <nickrob@snap.net.nz>
12908         * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
12909         Use font-lock-warning-face for any errors e.g. no stack.
12910         (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
12912 2006-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
12914         * progmodes/sh-script.el (sh-shell): Mark as safe.
12916         * newcomment.el (comment-start, comment-start-skip)
12917         (comment-end-skip, comment-end): Mark as safe.
12919 2006-04-20  Carsten Dominik  <dominik@science.uva.nl>
12921         * textmodes/org.el (org-deadline-announce): Face removed.
12922         (org-level-faces, org-n-levels): Convert to constant.
12923         (org-compatible-face): New function.
12924         (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
12925         (org-level-5, org-level-6, org-level-7, org-level-8)
12926         (org-special-keyword, org-warning, org-headline-done, org-link)
12927         (org-date, org-tag, org-todo, org-done, org-table, org-formula)
12928         (org-scheduled-today, org-scheduled-previously, org-time-grid):
12929         Face definition revised for better color tty support.
12930         (org-bold-re, org-italic-re, org-underline-re): New constants.
12931         (org-set-font-lock-defaults): Use the new constants.
12932         (org-agenda-highlight-todo): New function.
12933         (org-agenda-todo): Fix bug with point at end of line.
12934         (org-agenda-change-all-lines, org-finalize-agenda-entries):
12935         Fontify TODO keywords.
12936         (org-insert-link): Preserve relative path in ../ links.
12937         (org-export-as-html): Convert links pointing to .org files into
12938         links that will work beteen the exported HTML files.
12939         (org-todo-list): Fix bug when arg=0.
12940         (org-insert-heading): More fine-tuning.
12942 2006-04-19  Romain Francoise  <romain@orebokech.com>
12944         * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
12945         from `rmail-mime-charset-pattern'.
12947 2006-04-18  Dan Nicolaescu  <dann@ics.uci.edu>
12949         * progmodes/python.el (python-mode): Fix typo.
12951 2006-04-18  J.D. Smith  <jdsmith@as.arizona.edu>
12953         * comint.el (comint-previous-input): Don't clobber input line
12954         when moving off either end of the input history ring.
12955         (comint-delete-input): New function, used by
12956         `comint-previous-input' and others.
12957         (comint-previous-matching-input):
12958         Use `coming-delete-input'.  Save the partial input if leaving the
12959         edit line.  Goto point-max before deleting input to avoid
12960         partial input fragments hanging around.
12961         (comint-restore-input): New function, used by `comint-previous-input'.
12963 2006-04-18  Luc Teirlinck  <teirllm@auburn.edu>
12965         * imenu.el (imenu--index-alist): Balance parentheses.
12967 2006-04-18  Dan Nicolaescu  <dann@ics.uci.edu>
12969         * progmodes/python.el (python-mode): Add support for hs-minor-mode.
12971 2006-04-19  Reiner Steib  <Reiner.Steib@gmx.de>
12973         * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
12974         file is nil.
12976 2006-04-18  Richard Stallman  <rms@gnu.org>
12978         * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
12980         * imenu.el (imenu-create-index-function, imenu--index-alist)
12981         (imenu--last-menubar-index-alist, imenu--make-index-alist)
12982         (imenu-default-create-index-function, imenu--generic-function):
12983         Doc fixes.
12985         * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
12987         * help-mode.el (help-mode): Set view-exit-action to delete window.
12989         * env.el (setenv): Get rid of arg UNSET.  Interactive unsetting
12990         now works by passing nil as arg.
12992         * apropos.el (apropos-print): Don't do where-is on self-insert-command.
12994         * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
12995         (read-abbrev-file): Provide default when reading filename.
12997         * files.el (enable-local-variables): Allow :all as value.
12998         (hack-local-variables): Implement that value.
12999         (safe-local-variable-values, safe-local-eval-forms)
13000         (enable-local-variables): Mark as risky.
13001         (find-file-visit-truename, kept-old-versions): Mark safe.
13003         * time-stamp.el (time-stamp-format, time-stamp-line-limit)
13004         (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
13005         (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
13007 2006-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
13009         * progmodes/tcl.el (tcl-send-string, tcl-send-region):
13010         Use forward-line so as to get to BOL even in the presence of fields.
13011         (tcl-eval-region): Strip surrounding space to avoid multiple prompts
13012         in return.
13013         (inferior-tcl): Tell tclsh to work in interactive mode.
13015         * complete.el (partial-completion-mode):
13016         Use 'choose-completion-string-functions to make sure that
13017         choose-completion fills the minibuffer properly.
13019         * complete.el (PC-old-read-file-name-internal): Remove.
13020         (PC-read-include-file-name-internal): Remove.  Turn it into an advice
13021         of read-file-name-internal.
13022         (partial-completion-mode): Enable/disable this advice.
13024 2006-04-18  Juanma Barranquero  <lekktu@gmail.com>
13026         * net/tramp.el (tramp-completion-file-name-handler): Revert change
13027         of 2006-04-17.
13029 2006-04-18  Carsten Dominik  <dominik@science.uva.nl>
13031         * textmodes/org.el (org-insert-heading): Insert heading before
13032         current if at beginning of line.
13033         (org-todo, org-date): New faces.
13034         (org-table-align): Make sure tooltip window contains full text.
13035         (org-no-properties): New defsubst.
13036         (org-set-font-lock-defaults): Use new faces.
13038 2006-04-18  Nick Roberts  <nickrob@snap.net.nz>
13040         * progmodes/gud.el (gud-speedbar-item-info): Display frame address
13041         for root variables.
13043         * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
13044         (gdb-frame-address): Re-use to identify frame for watch expression.
13045         (gdb-var-list, gdb-var-create-handler): Add frame address for root
13046         variables.
13047         (gdb-init-1, gdb-source, gdb-post-prompt)
13048         (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
13049         (gdb-frame-handler): Get gdb-frame-address.
13051 2006-04-17  Michael Albinus  <michael.albinus@gmx.de>
13053         Sync with Tramp 2.0.53.
13055         * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
13056         'control.  Reported by Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>.
13057         (tramp-completion-file-name-handler): Add autoload cookie for
13058         adding to `file-name-handler-alist'.
13060         * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
13061         the prompt.  If it returns earlier (when detecting an error
13062         message), the rest of the output will merge accidently with the
13063         output of the next command.  Reported by M Jared Finder
13064         <jared@hpalace.com>.
13066         * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
13067         for `process-file', in order to let it work for older Emacsen too.
13069 2006-04-17  Ralf Angeli  <angeli@iwi.uni-sb.de>
13071         * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
13072         (tex-font-lock-keywords-3): Use it.
13074 2006-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
13076         * newcomment.el (comment-add): New function.
13077         (comment-region-default, comment-dwim): Use it.
13079 2006-04-15  Michael Olson  <mwolson@gnu.org>
13081         * emacs-lisp/tq.el: Improve comments.
13082         (tq-queue-head-question): New accessor function.
13083         (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
13084         Update for modified queue structure.
13085         (tq-queue-add): Accept `question' argument.
13086         (tq-queue-pop): If a question is pending, send it.
13087         (tq-enqueue): Accept new optional argument `delay-question'.
13088         If this is non-nil, and at least one other question is pending a
13089         response, queue the question rather than sending it immediately.
13091 2006-04-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
13093         * calendar/appt.el (appt-add): Check whether an appointment is
13094         already present in appt-time-msg-list.  Simplify code.
13096 2006-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13098         * progmodes/cc-langs.el (c-mode-menu):
13099         Don't presume c-subword-mode is bound.
13101 2006-04-13  Bill Wohler  <wohler@newt.com>
13103         * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
13104         (customize-package-emacs-version): Use cdr instead of cadr now
13105         that alists use dotted pairs.
13107         * custom.el (defcustom): Fix docstring for :package-version.
13109 2006-04-13  Michael Albinus  <michael.albinus@gmx.de>
13111         * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
13112         (tramp-handle-shell-command): Display output buffer only when
13113         `tramp-display-shell-command-buffer' is true.
13114         (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
13116 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
13118         * textmodes/org.el (org-set-autofill-regexps): Set only the local
13119         values of `adaptive-fill-regexp' and `adaptive-fill-function'.
13121 2006-04-13  Romain Francoise  <romain@orebokech.com>
13123         * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
13124         leaving temporary .cvsignore buffers behind.
13126 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
13128         * textmodes/org.el (org-set-regexps-and-options)
13129         (org-get-current-options): Better names for the startup folding
13130         options.
13132 2006-04-13  Thien-Thi Nguyen  <ttn@gnu.org>
13134         * vc.el (vc-annotate): Arrange for point to end up at the same
13135         line number as in the original, but only when using a new buffer.
13137 2006-04-12  Stuart Herring  <herring@lanl.gov>  (tiny change)
13139         * files.el (hack-one-local-variable-eval-safep):
13140         Recognize `edebug-form-spec' for `put', but only if it passes
13141         `edebug-basic-spec'.  Generalize `put' handling.
13143         * emacs-lisp/edebug.el (edebug-basic-spec): New function for
13144         vetting file-local form specs.
13146         * allout.el (allout-layout): Autoload its `safe-local-variable'
13147         property.
13149 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
13151         * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
13152         (org-agenda-mouse-1-follows-link)
13153         (org-mouse-1-follows-link): New options.
13154         (org-format-agenda-item): Fix bug if TAGS is nil.
13155         (org-agenda-get-scheduled): Quote `priority' symbol in plist.
13157 2006-04-13  Nick Roberts  <nickrob@snap.net.nz>
13159         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
13160         GDB 6.1+ gives full filename for "info sources" so use
13161         file-name-nondirectory.
13163 2006-04-12  Romain Francoise  <romain@orebokech.com>
13165         * subr.el (read-passwd): Bind `message-log-max' to nil.
13167 2006-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13169         * progmodes/perl-mode.el (perl-indent-new-calculate):
13170         Recompute parse-start after jumping backward by a whole sexp.
13172 2006-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13174         * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
13175         window configuration.
13176         (vc-annotate-display-select): Select the buffer so that current-buffer
13177         (and selected-window) is the output buffer at the end of vc-annotate.
13179 2006-04-11  J.D. Smith  <jdsmith@as.arizona.edu>
13181         * vc.el (vc-annotate-color-map): Add custom TTY color map for
13182         8-color terminals, to use all of the colors in a sensible order.
13183         256-color terminals work well with the standard map.
13184         (vc-annotate-lines): Only strip the first color character if it
13185         is "#", to allow for terminal-style named colors.
13186         (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
13187         the correct buffer is scrolled.
13189 2006-04-11  Richard Stallman  <rms@gnu.org>
13191         * emacs-lisp/bytecomp.el (byte-compile-file):
13192         Bind enable-local-variables to :safe, and make normal-mode obey it.
13194         * files.el (enable-local-variables): Allow value :safe.
13195         (normal-mode): Doc fix.
13196         (hack-local-variables): Implement enable-local-variables = :safe.
13197         (hack-local-variables-confirm): Don't prevent quitting.
13199 2006-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13201         * loadhist.el (unload-feature): A bit of sanity check of
13202         load-history entries.  Cancel timer-vars before unbinding them.
13204         * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
13205         quote special chars, and make the trick work on the hex part of the
13206         buffer as well.
13207         (hexl-mode, hexl-save-buffer, hexl-mode-exit)
13208         (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
13210         * startup.el (normal-splash-screen): Fix last change so we don't wait
13211         2 minutes if we don't show the splash screen.
13213 2006-04-11  Carsten Dominik  <dominik@science.uva.nl>
13215         * textmodes/org.el (org-export-plain-list-max-depth)
13216         (org-table-spaces-around-separators)
13217         (org-radio-targets, org-activate-camels)
13218         (org-table-spaces-around-invisible-separators): Options removed.
13219         (org-time-stamp-rounding-minutes, org-remember-templates)
13220         (org-ellipsis, org-activate-links, org-descriptive-links):
13221         New options.
13222         (org-remember-apply-template, org-current-time)
13223         (org-finish-edit-table-field)
13224         (org-link-unescape, org-link-escape)
13225         (org-string-width, org-table-clean-line, org-html-do-expand)
13226         (org-edit-agenda-file-list, org-store-new-agenda-file-list)
13227         (org-read-agenda-file-list): New functions.
13228         (org-table-edit-field)
13229         (org-table-create-or-convert-from-region): New commands
13230         (org-table-toggle-vline-visibility): Command removed.
13231         (org-table-convert-region): Made a command.
13232         (orgtbl-deleta-backward-char, orgtbl-delete-char): Remove commands.
13233         Replace with the normal org- functions.
13234         (org-self-insert-command): Don't trigger realign unnecessarily
13235         when blanking a field that is not full.
13236         (org-mode): `Set buffer-invisibility-spec' for links.
13237         (org-activate-links2): Hide link part and only show descriptive
13238         part of the link.
13239         (org-insert-link): Modify for new linking system.
13240         (org-store-link): Store description separately, for use by
13241         `org-insert-link'.
13242         (org-table-align): Use `org-string-width'.
13243         (defgroup): Completely new group structure for custom variables.
13244         (org-agenda-files): Option: Single file name allowed.  Function:
13245         Optional argument unrestrited means ignore any restricitons.
13246         (org-install-agenda-files-menu): Find a buffer in Org-mode before
13247         trying to modify the menu.  Use generalized access to
13248         `org-agenda-files.'
13249         (org-agenda-list, org-todo-list, org-cycle-agenda-files)
13250         (org-agenda-file-to-front, org-remove-file, org-diary)
13251         (org-tags-view, org-export-icalendar-all-agenda-files)
13252         (org-export-icalendar-combine-agenda-files): Use generalized
13253         access to `org-agenda-files'.
13254         (org-remember-handler): Correctly preserve heading if present.
13255         (org-table-insert-row, org-table-insert-hline): Deal with
13256         invisible characters.
13258 2006-04-10  J.D. Smith  <jdsmith@as.arizona.edu>
13260         * vc.el (vc-annotate-display-mode): Made default 'fullscale.
13261         (vc-annotate-color-map): New 18 element constant
13262         value/saturation, rotating hue colormap, from red->blue.
13263         (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
13264         (vc-annotate-display-select): Switch to annotate-mode elsewhere.
13265         (vc-annotate): To avoid killing the required local variables,
13266         set them before the end of `with-output-to-temp-buffer', and
13267         after first switching to annotate-mode.
13268         (vc-annotate-warp-version): Add buffer argument in goto-line to
13269         ensure annotation, not source, is scrolled.
13271 2006-04-10  Bill Wohler  <wohler@newt.com>
13273         * custom.el (defcustom, custom-handle-keyword):
13274         Add :package-version keyword.
13275         (custom-add-package-version): New function.  Sets value of new
13276         property 'custom-package-version from :package-version keyword.
13277         (defcustom): Create Common Keywords section in docstring.
13278         (defface, defgroup): Replace definitions of a select few keywords
13279         with a reference to the Common Keywords in defcustom.
13280         (defcustom, defface, defgroup): Replace reference to Customization
13281         chapter in manual with hyperlink.
13283         * cus-edit.el (customize-package-emacs-version-alist): New variable.
13284         (customize-changed-options): Add check for custom-package-version.
13285         (customize-package-emacs-version): New function to look up Emacs
13286         version corresponding to the given package version.
13288         * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
13289         defun name, in similar fashion to find-variable-regexp.
13291 2006-04-10  Eli Zaretskii  <eliz@gnu.org>
13293         * international/mule-cmds.el (set-locale-environment): Fix last
13294         change for when the locale's preferences don't specify any encoding.
13296 2006-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13298         * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
13299         so the defined var/fun doesn't need to be quoted.
13301 2006-04-10  Richard Stallman  <rms@gnu.org>
13303         * finder.el (finder-mode-map): Add n and p bindings.
13305 2006-04-10  Nick Roberts  <nickrob@snap.net.nz>
13307         * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
13308         (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
13309         (gdb-setup-windows): Put something in source window if we can't find
13310         the source file.
13311         (gdb-frame-handler): Make it work again with just assembly.
13312         (gdb-data-list-register-values-handler): Make it work when there is
13313         no stack.
13315 2006-04-09  Richard Stallman  <rms@gnu.org>
13317         * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
13318         specs while looking for charset.
13320         * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
13322         * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
13323         Make them faces.
13324         (lm-font-lock-keywords): Update appropriately.
13326 2006-04-10  Kim F. Storm  <storm@cua.dk>
13328         * simple.el (filter-buffer-substring): Add NOPROPS arg, so
13329         it can also replace buffer-substring-no-properties.
13331         * emulation/cua-base.el (cua-delete-region, cua-paste)
13332         (cua-repeat-replace-region): Use filter-buffer-substring.
13334         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
13335         (cua-cut-region-to-global-mark): Likewise.
13337         * emulation/cua-rect.el (cua--extract-rectangle)
13338         (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
13340 2006-04-09  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
13342         * textmodes/bibtex.el (bibtex-entry-update): New optional arg
13343         entry-type.  Add field delimiters to numerical fields if they are
13344         not present.
13346 2006-04-09  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
13348         * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
13349         string-const to return value.
13350         (bibtex-remove-delimiters): Use it.
13352 2006-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13354         * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
13355         cl-byte-compile-compiler-macro unless it exists.
13357 2006-04-08  Eli Zaretskii  <eliz@gnu.org>
13359         * files.el (hack-local-variables-confirm) <offer-save>:
13360         Clarify message text.  Suggested by Ralf Angeli.
13362 2006-04-08  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
13364         * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
13365         (delete-extract-rectangle-line): Use `filter-buffer-substring'
13366         instead of `buffer-substring' and `delete-region'.  (Most of the
13367         code actually copied from `kill-region'.)
13369 2006-04-08  Ryan Yeske  <rcyeske@gmail.com>
13371         * net/rcirc.el (rcirc-default-server): Rename from rcirc-server.
13372         (rcirc-default-port): Rename from rcirc-port.
13373         (rcirc-default-nick): Rename from rcirc-nick.
13374         (rcirc-default-user-name): Rename from rcirc-user-name.
13375         (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
13376         (rcirc-low-priority-flag): New variable.
13377         (rcirc-decode-coding-system): New defcustom.
13378         (rcirc-encode-coding-system): New defcustom.
13379         (rcirc-coding-system-alist): New defcustom.
13380         (rcirc-multiline-major-mode): New defcustom.
13381         (rcirc-nick): New internal variable.
13382         (rcirc-process): Remove variable.
13383         (rcirc-server-buffer): New variable.
13384         (rcirc): Update to use rcirc-default-* variables above.
13385         (rcirc-connect): Do not add window-configuration-hook-here.
13386         (rcirc-server): New internal variable.
13387         (rcirc-connect): Do not send keepalive pings if
13388         rcirc-keepalive-seconds is nil.
13389         (with-rcirc-server-buffer): New macro.
13390         (rcirc-send-string): Encode with rcirc-encode-coding-system.
13391         (rcirc-server-name): Rename from rcirc-server.
13392         (rcirc-buffer-process): New function.
13393         (rcirc-buffer-nick): New function.
13394         (rcirc-buffer-target): Remove function.
13395         (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
13396         New commands.
13397         (rcirc-mode-map): Change binding of C-c C-l to
13398         rcirc-toggle-low-priority.
13399         (rcirc-mode): Initialize coding system based on
13400         rcirc-coding-system-alist.  New change-major-mode-hook to part the
13401         channel on a mode change.  Make kill-buffer-hook buffer-local.
13402         (rcirc-change-major-mode-hook): New function.
13403         (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
13404         (rcirc-last-post-time): New variable.
13405         (rcirc-process-message): Store the last time user posted a message
13406         to this target.
13407         (rcirc-multiline-minor-mode): New mode.
13408         (rcirc-multiline-minor-mode-map): New mode map.
13409         (rcirc-edit-multiline): Put multiline-edit buffer in
13410         rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
13411         (rcirc-print): Ignore any line starting with an ignored nick.
13412         (rcirc-print): Decode using rcirc-decode-coding-system.
13413         (rcirc-track-minor-mode): Update global-mode-string when disabling
13414         this mode.
13415         (minor-mode-alist): Add LowPri indicator.
13416         (rcirc-toggle-low-priority): New function.
13417         (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
13418         next lowpriority buffer with activity.
13419         (rcirc-record-activity): Sort buffers in rcirc-activity by the
13420         last time the user posted a message in to the target.
13421         (rcirc-update-activity-string): New formatting for low priority
13422         buffers.
13423         (rcirc-split-activity): New function.
13424         (rcirc-handler-PART, rcirc-handler-KICK)
13425         (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
13426         (rcirc-nick-away-alist): New variable.
13427         (rcirc-handler-301): New handler.  Away messages are printed once
13428         per change.
13430 2006-04-08  Eli Zaretskii  <eliz@gnu.org>
13432         * info.el (Info-follow-nearest-node): Doc fix.
13434         * international/mule-cmds.el (set-locale-environment): Make sure
13435         the coding-system preferred by the locale's language has the same
13436         EOL conversion type as the original buffer-file-coding-system.
13437         (locale-language-names): Add a few MS Windows language codes.
13439 2006-04-07  Richard Stallman  <rms@gnu.org>
13441         * simple.el (eval-expression): Doc fix.
13443         * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
13444         (eval-defun): Doc fixes.
13446 2006-04-07  Reiner Steib  <Reiner.Steib@gmx.de>
13448         * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
13450 2006-04-07  Nick Roberts  <nickrob@snap.net.nz>
13452         * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
13453         GDB list command without argument for greater generality.
13455 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
13457         * subr.el (string-or-null-p): New function.
13459         * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
13461         * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
13463         * files.el: Update comment about safe-local-variable declarations.
13465 2006-04-06  J.D. Smith  <jdsmith@as.arizona.edu>
13467         * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
13468         See idlwave.org.
13470         * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
13471         See idlwave.org.  Includes code to obsolete idlw-rinfo.el.
13473         * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
13474         See idlwave.org.
13476         * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
13477         version 6.0 (minimal changes).  See idlwave.org.
13479         * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
13480         6.0 (minimal changes).  See idlwave.org.
13482         * progmodes/idlw-rinfo.el: File obsoleted and removed.
13484 2006-04-06  Romain Francoise  <romain@orebokech.com>
13486         * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
13487         symmetric encryption features and a new asynchronous interface to
13488         GnuPG.  This new version is version 1.4, plus whitespace changes.
13490 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
13492         * files.el: Move some `safe-local-variable' declarations to the
13493         respective files.
13495         * textmodes/ispell.el (ispell-check-comments)
13496         (ispell-local-dictionary): Mark as safe.
13498         * abbrev.el (abbrev-mode): Mark as safe.
13500         * add-log.el (change-log-default-name): Mark as safe.
13502         * textmodes/reftex-vars.el (reftex-vref-is-default)
13503         (reftex-fref-is-default, reftex-level-indent)
13504         (reftex-guess-label-type): Mark as safe.
13506         * textmodes/fill.el (colon-double-space): Mark as safe.
13508         * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
13509         (sentence-end-double-space, sentence-end-without-period)
13510         (sentence-end-without-space, sentence-end, sentence-end-base)
13511         (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
13513 2006-04-06  Kim F. Storm  <storm@cua.dk>
13515         * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
13516         the :set-after list.
13517         (ido-downcase-unc-hosts): New user option.  Default on.
13518         (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
13519         when it is set, as regexps are now applied on the fly.
13520         (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
13521         Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
13522         on the fly, but only when ido-process-ignore-lists is set.
13523         Do case insensitive filtering if ido-downcase-unc-hosts is set.
13524         Only downcase names if ido-downcase-unc-hosts is set.
13526 2006-04-06  Juanma Barranquero  <lekktu@gmail.com>
13528         * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
13530         * woman.el (WoMan-xref-man-page): Fix call to `substring'.
13532 2006-04-05  Kim F. Storm  <storm@cua.dk>
13534         * ido.el (ido-mode): Set after ido-unc-hosts and
13535         ido-ignore-unc-host-regexps.
13536         (ido-save-history): Save ido-unc-hosts-cache.
13537         (ido-load-history): Load ido-unc-hosts-cache.
13538         (ido-reread-directory): Refresh unc hosts cache in // dir.
13540         * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
13541         to nil while displaying slash screen.
13543 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
13545         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
13546         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
13548 2006-04-05  Kenichi Handa  <handa@m17n.org>
13550         * international/characters.el: Setup cases of Latin, Greek, and
13551         Cyrillic characters in CJK charsets.
13553 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
13555         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
13556         default-enable-multibyte-characters.  This reverts the change from
13557         revision 6.17 which is no longer necessary because the passphrase
13558         is sent separately now.  GnuPG messages are unreadable under
13559         multibyte locales with default-enable-multibyte-characters set to nil.
13561 2006-04-04  Andreas Schwab  <schwab@suse.de>
13563         * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
13564         and `byte-compile-warnings' as `safe-local-variable'.
13566 2006-04-04  Dan Nicolaescu  <dann@ics.uci.edu>
13568         * man.el (Man-mode-map): Restore the \r binding.
13569         (Man-abstract-xref-man-page): If Man-target-string is a function,
13570         call it.
13571         (Man-highlight-references): Use Man-default-man-entry to get the
13572         target.  Deal with xrefs too.
13573         (Man-highlight-references0): Don't call the target function.
13575         * woman.el (WoMan-xref-man-page): Strip the section number, woman
13576         cannot deal with it.
13578 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
13580         * pgg-gpg.el: Clean up process buffers every time gpg processes
13581         complete.
13583 2006-04-04  Kenichi Handa  <handa@m17n.org>
13585         * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
13586         here.
13587         (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
13588         Temporarily bind inhibit-field-text-motion to t.
13590 2006-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13592         * startup.el (normal-splash-screen): Only set mode-line-format in the
13593         splash buffer, so as not to interfere when debugging the code.
13594         Ignore errors when switching buffer.
13596 2006-04-03  Romain Francoise  <romain@orebokech.com>
13598         * dired.el (dired-dnd-protocol-alist): Fix typo.
13600 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
13602         * savehist.el (savehist): Add :version.
13603         (savehist-ignored-variables): New variable.
13604         (savehist-minibuffer-hook): Don't save variables listed in
13605         `savehist-ignored-variables'.
13607         * dired.el (dired-dnd-protocol-alist): Mention that change does
13608         only apply to new buffers in doc string.
13610 2006-04-03  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
13612         * recentf.el (recentf-open-files-item): Include newline in button
13613         field, so opening a file will work, when the point is at the end
13614         of the file name.  Allow, for example, to [i]search a file by
13615         extension and just push RET to open it.
13617 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
13619         * pgg-gpg.el (pgg-gpg-process-filter)
13620         (pgg-gpg-wait-for-completion): Check if buffer is alive.
13622         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
13623         lines, temporary fix.
13625 2006-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
13627         * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
13629 2006-04-02  Richard Stallman  <rms@gnu.org>
13631         * progmodes/compile.el (compilation-message-face): Make it defcustom.
13633 2006-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
13635         * ibuf-macs.el (define-ibuffer-column): Add a new key:
13636         header-mouse-map.
13638         * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
13639         (ibuffer-mode-header-map): New keymaps.
13640         (ibuffer-update-title-and-summary): Enable mouse face highlighting
13641         and keybindings for column headers.
13642         (name, size, mode) <define-ibuffer-column>: Add a header-mouse-map
13643         property.
13645 2006-04-02  Drew Adams  <drew.adams@oracle.com>
13647         * speedbar.el (speedbar-after-create-hook): Doc fix.
13649 2006-04-02  Michael Ernst  <mernst@alum.mit.edu>
13651         * shell.el (shell-directory-tracker)
13652         (shell-dynamic-complete-command): Doc fixes.
13654 2006-04-01  Matt Hodges  <MPHodges@member.fsf.org>
13656         * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
13657         terminals.
13659 2006-04-01  Kim F. Storm  <storm@cua.dk>
13661         * ido.el (ido-unc-hosts-cache): New defvar.
13662         (ido-unc-hosts): If value of defcustom is a function, call it to
13663         get list of UNC hosts.  Add function-item choices to specify
13664         ido-unc-hosts-net-view or user function.
13665         (ido-ignore-unc-host-regexps): New defcustom.
13666         (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
13667         (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
13668         (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
13670 2006-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13672         * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
13673         wwidth.
13675 2006-03-31  Juanma Barranquero  <lekktu@gmail.com>
13677         * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
13678         (ido-max-work-file-list, ido-switch-buffer)
13679         (ido-read-file-name-as-directory-commands):
13680         Fix typos in docstrings.
13682 2006-03-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13684         * term/mac-win.el (mac-system-coding-system): Define and use after
13685         Mac-specific coding systems are ready.
13687 2006-03-27  Romain Francoise  <romain@orebokech.com>
13689         * net/rcirc.el (rcirc-connect): Add autoload cookie.
13691         * ldefs-boot.el: Update.
13693 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
13695         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
13696         passphrases when it is not needed.
13697         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
13698         passphrase stuff from gpg, should only be necessary when you use
13699         gpg with a smartcard.
13701 2006-03-27  Nick Roberts  <nickrob@snap.net.nz>
13703         * comint.el (comint-dynamic-list-completions): Allow user to
13704         select *Completions* buffer.
13706 2006-03-27  Carsten Dominik  <dominik@science.uva.nl>
13708         * textmodes/org.el (org-get-level-face): Fix bug with level counting.
13710 2006-03-26  Andreas Schwab  <schwab@suse.de>
13712         * progmodes/gud.el (gdb): Only complain about multiple debugging
13713         when the gdb process is still running.
13715 2006-03-25  Eli Zaretskii  <eliz@gnu.org>
13717         * mail/rmail.el (tool-bar-map): Defvar it.
13718         (rmail-tool-bar-map): Tool-bar buttons for Rmail.
13719         (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
13721 2006-03-25  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
13723         * help.el (print-help-return-message): Suggest to use
13724         display-buffer instead of switch-to-buffer-other-window to restore
13725         the previous window without selecting it.
13727 2006-03-25  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13729         * frame.el (select-frame-by-name): Call x-focus-frame also when
13730         window-system is mac.
13732         * term/mac-win.el: Adjust Courier font specifications in
13733         x-fixed-font-alist.
13734         (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
13735         when directly encoding to UTF-16 in native byte order, no BOM.
13737 2006-03-25  Kim F. Storm  <storm@cua.dk>
13739         * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
13740         (cua--init-keymaps): Use it instead of fixed C-return.
13741         (cua-mode): Set after it.
13743         * emulation/cua-rect.el (cua--init-rectangles):
13744         Use cua-rectangle-mark-key instead of fixed C-return.
13746 2006-03-25  Nick Roberts  <nickrob@snap.net.nz>
13748         * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
13749         "run" in .gdbinit.
13750         (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
13752 2006-03-24  Romain Francoise  <romain@orebokech.com>
13754         * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
13755         `display-buffer-other-frame'.
13757 2006-03-24  Kim F. Storm  <storm@cua.dk>
13759         * apropos.el (apropos-synonyms): Add selection => region.
13761 2006-03-24  Nick Roberts  <nickrob@snap.net.nz>
13763         * progmodes/gdb-ui.el (gdb-var-create-regexp)
13764         (gdb-var-list-children-regexp, gdb-var-update-regexp)
13765         (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
13766         (gdb-data-list-register-values-regexp)
13767         (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
13768         Future proof against new fields being added to MI output.
13769         (gdb-send): Don't treat backslashes for program input as
13770         continuations.
13771         (gdb-assembler-handler): Don't use window-start for this handler.
13772         (gdb-frame-handler): Don't change to hollow arrow if overlay
13773         arrow doesn't move to new frame.
13775 2006-03-24  Nick Roberts  <nickrob@snap.net.nz>
13777         * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
13778         prevent compiler warnings.
13779         (gdb-stopped): Check for gud-last-last-frame (case: signal).
13780         (breakpoint-disabled): Make lighter for contrast with overlay arrow.
13781         (gdb-assembler-custom): Use hollow-right-triangle for assembler
13782         buffer too.
13784 2006-03-23  Reiner Steib  <reinersteib+gmane@imap.cc>
13786         * pgg-gpg.el (pgg-gpg-update-agent): Check for
13787         make-network-process, so we can use the same code in Gnus v5-10
13788         too and have this file fully synchronized with that release.
13790 2006-03-23  Romain Francoise  <romain@orebokech.com>
13792         * ibuf-ext.el (ibuffer-read-filter-group-name):
13793         Use `ibuffer-generate-filter-groups' to make completion list match
13794         the filter groups that are really displayed in the Ibuffer buffer.
13795         (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
13797 2006-03-23  Kenichi Handa  <handa@m17n.org>
13799         * international/mule-cmds.el (sort-coding-systems): Describe that
13800         the argument is modified in docstring.
13802 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
13804         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
13805         (pgg-gpg-update-agent): New function.
13806         (pgg-gpg-use-agent-p): New function.
13807         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
13808         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13809         (pgg-gpg-sign-region): Use it.
13811 2006-03-21  Chong Yidong  <cyd@stupidchicken.com>
13813         * cus-edit.el (custom-face-set): Call custom-push-theme before
13814         face-spec set so that `changed' theme is correctly saved.
13815         (custom-face-reset-standard): Reset to recalculated face rather
13816         than defface spec.
13818         * custom.el (custom-push-theme): Only save `changed' theme if the
13819         current face does not match the defface specs.
13821 2006-03-21  Simon Josefsson  <jas@extundo.com>
13823         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
13824         <wilde@sha-bang.de>.
13825         (pgg-gpg-use-agent): New variable.
13826         (pgg-gpg-process-region): Use it.
13827         (pgg-gpg-encrypt-region): Likewise.
13828         (pgg-gpg-encrypt-symmetric-region): Likewise.
13829         (pgg-gpg-decrypt-region): Likewise.
13830         (pgg-gpg-sign-region): Likewise.
13831         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
13833 2006-03-21  Carsten Dominik  <dominik@science.uva.nl>
13835         * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
13836         bracket links.
13838 2006-03-21  Kim F. Storm  <storm@cua.dk>
13840         * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
13841         fringe-indicator-alist instead of modifying global value.
13842         (gdb-frame-handler): Likewise.
13844 2006-03-21  Nick Roberts  <nickrob@snap.net.nz>
13846         * diff-mode.el (diff-function): Make it inherit from diff-header
13847         instead of diff-context.
13849         * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
13850         bitmap.
13851         (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
13852         change names in macro above for consistency.
13853         (gdb-frame-handler): Use hollow-right-triangle for all selected
13854         frames which except the innermost (where execution has stopped).
13855         (gdb-reset): Reset buffer-local values of overlay-arrow.
13857 2006-03-20  Richard Stallman  <rms@gnu.org>
13859         * simple.el (set-mark-command): Doc fix.
13861         * files.el (display-buffer-other-frame): New command.
13862         (ctl-x-4-map): Bind C-x 5 C-o to it.
13864 2006-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13866         * jit-lock.el (jit-lock-function): Check for the actual defer-timer
13867         rather than just defer-time, in case defer-time has been changed but
13868         the timer isn't running yet.
13869         (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
13871 2006-03-19  Luc Teirlinck  <teirllm@auburn.edu>
13873         * help-mode.el (help-follow-symbol): New function.
13874         Essentially identical to the old `help-follow', but do not let
13875         `push-button' do the work when on an xref.
13876         (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
13878 2006-03-19  Richard Stallman  <rms@gnu.org>
13880         * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
13881         preceded by the word `program'.
13882         (help-follow-mouse, help-follow): Throw error if not on xref.
13883         Delete no longer used args.
13885 2006-03-20  Nick Roberts  <nickrob@snap.net.nz>
13887         * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
13888         annotation ensure gud-overlay-arrow-position is redisplayed.
13890 2006-03-19  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
13892         * textmodes/bibtex.el (bibtex-include-OPTkey)
13893         (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
13894         (bibtex-autokey-name-case-convert)
13895         (bibtex-autokey-titleword-case-convert): Make these the aliases
13896         for the following two variables.
13897         (bibtex-autokey-name-case-convert-function)
13898         (bibtex-autokey-titleword-case-convert-function): Make these the
13899         real names.
13900         (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
13901         bibtex-font-lock-crossref sublists.
13902         (bibtex-mode): Revert 2005-12-30 change (which made
13903         completion-ignore-case buffer-local).
13904         (bibtex-url): Simplify.
13906 2006-03-19  Kim F. Storm  <storm@cua.dk>
13908         * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
13909         cursor property value to 2 (to align with C level change).
13911 2006-03-19  Bill Wohler  <wohler@newt.com>
13913         * image.el (image-load-path-for-library): Shorten first line in
13914         docstring.
13916 2006-03-18  Richard Stallman  <rms@gnu.org>
13918         * mail/rmail.el (rmail-reply-regexp): Undo previous change.
13920 2006-03-18  Ben North  <ben@redfrontdoor.org>  (tiny change)
13922         * isearch.el (isearch-other-meta-char): Handle user bindings for
13923         shifted control characters.
13925 2006-03-18  Agustin Martin  <agustin.martin@hispalinux.es>
13927         * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
13928         part that matches email addresses, file names, etc.
13930 2006-03-18  Eli Zaretskii  <eliz@gnu.org>
13932         * term/w32-win.el (mouse-set-font):
13933         Mention w32-list-proportional-fonts in the doc string.
13935 2006-03-18  Kim F. Storm  <storm@cua.dk>
13937         * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
13938         (ido-unc-hosts): New user option to explicitly define list of know
13939         UNC-style hosts for completion.
13940         (ido-cache-unc-host-shares-time): New user option.
13941         (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
13942         New helper functions for UNC file-name support.
13943         (ido-may-cache-directory): Check for UNC host.  Simplify.
13944         (ido-wash-history): Clean out old UNC hosts.
13945         (ido-nonreadable-directory-p): UNC hosts are always readable.
13946         (ido-directory-too-big-p): UNC hosts are never too big.
13947         (ido-set-current-directory): Handle UNC root path.
13948         (ido-file-name-all-completions): Complete UNC host names from
13949         ido-unc-hosts list.  Cache UNC host shares.
13950         (ido-make-file-list-1): Don't filter UNC root.
13951         (ido-exhibit): Check for // in root directory, and switch to UNC
13952         mode by setting ido-current-directory to //.
13954 2006-03-17  Luc Teirlinck  <teirllm@auburn.edu>
13956         * cus-edit.el (customize-changed-options): Mention explicit
13957         version number as default in prompt.
13959 2006-03-17  Bill Wohler  <wohler@newt.com>
13961         * image.el (image-load-path-for-library): Minor docstring fix.
13963 2006-03-17  Carsten Dominik  <dominik@science.uva.nl>
13965         * textmodes/org.el (org-read-date): Include subgroup 5 into
13966         replacement text.
13967         (org-popup-calendar-for-date-prompt): Fix customization type.
13969 2006-03-17  Nick Roberts  <nickrob@snap.net.nz>
13971         * progmodes/gdb-ui.el (gud-watch): Provide completion.
13972         (gdb-continuation): New variable.
13973         (gdb-send): Deal with continuation lines.
13975         * progmodes/gud.el (gud-gdb-complete-command)
13976         (gud-gdb-run-command-fetch-lines): Adapt for use with watch
13977         expressions.
13978         (gud-tooltip-mode): Use buffer-local value.
13980 2006-03-16  Kim F. Storm  <storm@cua.dk>
13982         * ido.el (ido-edit-input): Use selected match, if any.
13984 2006-03-16  Bill Wohler  <wohler@newt.com>
13986         * image.el (image-load-path-for-library): Prefer user's images in
13987         image-load-path.
13989 2006-03-16  Martin Rudalics  <rudalics@gmx.at>
13991         * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
13992         when checking for attempt to drag leftmost or rightmost scrollbar.
13994 2006-03-16  Nick Roberts  <nickrob@snap.net.nz>
13996         * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
13997         (gdb-force-mode-line-update): New function.
13998         (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
13999         (gdb-exited): Use them.
14000         (gdb-signal): New function.
14001         (gdb-annotation-rules): Provide a rule for it.
14003 2006-03-16  Kenichi Handa  <handa@m17n.org>
14005         * international/mule.el (auto-coding-regexp-alist): Add entries
14006         for Unicode BOM.
14008         * sort.el (sort-build-lists): Temporarily bind
14009         inhibit-field-text-motion to t.
14011 2006-03-15  Luc Teirlinck  <teirllm@auburn.edu>
14013         * locate.el (locate-command, locate-make-command-line)
14014         (locate-fcodes-file, locate-update-command)
14015         (locate-prompt-for-command, locate, locate-with-filter)
14016         (locate-get-file-positions): Doc fixes.
14017         (locate-buffer-name, locate-header-face): Remove leading `*' in
14018         defcustom.
14019         (locate-filter-output): Use `keep-lines' instead of its alias
14020         `delete-non-matching-lines'.
14021         (locate-get-filename, locate-get-dirname): Add introductory comment.
14022         (locate-find-directory-other-window): Give appropriate error
14023         message if used outside main listing.
14025 2006-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
14027         * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
14028         the new extend-region feature.
14029         (font-lock-after-change-function): Update correspondingly.
14030         * jit-lock.el (jit-lock-after-change): Update correspondingly.
14031         * progmodes/grep.el (font-lock-lines-before): Don't disable.
14033 2006-03-15  Bill Wohler  <wohler@newt.com>
14035         * image.el (image-load-path-for-library): Fix example by not
14036         recommending that one binds image-load-path.  Just defvar it to
14037         placate compiler and only use it if previously defined.
14039 2006-03-15  Carsten Dominik  <dominik@science.uva.nl>
14041         * textmodes/org.el (org-insert-centered): Use `string-width' to
14042         make underlining work for wide characters.
14043         (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
14044         TAB to `org-cycle', to make sure that no binding in
14045         `outline-mode-map' can supercede it.
14047 2006-03-14  Ken Manheimer  <ken.manheimer@gmail.com>
14049         * allout.el: Increment version to 2.2.1 in file commentary.
14051         (allout-version): Increment to 2.2.1.
14053         (allout-default-layout): New customization variable, used when the
14054         file lacks a specific allout-layout.  Uses allout-layout-type for
14055         recursively nested definition.
14057         (allout-layout-type): Widget defining allout layouts, necessary for
14058         self-recursive definition.
14060         (allout-mode): Incorporate allout-default-layout as fallback for
14061         allout-layout.
14063         (allout-layout): Mark as 'safe-local-variable', and refer mention
14064         fallback to `allout-default-layout' in absence of a specified value.
14065         (allout-passphrase-verifier-string)
14066         (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
14068         (allout-file-passphrase-verifier-string): Obsolete variable, removed.
14070         (allout-get-encryption-passphrase-verifier): Use correct name of
14071         passphrase verifier in docstring.
14073 2006-03-15  Nick Roberts  <nickrob@snap.net.nz>
14075         * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
14076         elements.
14077         (gdb-find-watch-expression): Make it work for arrays too.
14078         Follow change to gdb-var-list.
14079         (gud-watch): Allow the user to enter variable name with a prexix
14080         arg.  Create keybindings.
14081         (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
14082         (gdb-var-list-children-handler, gdb-var-update-handler)
14083         (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
14084         (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
14085         Follow change to gdb-var-list.
14086         (gdb-starting): Don't show the overlay arrows when program is running.
14088         * progmodes/gud.el (gud-speedbar-buttons): Follow change to
14089         gdb-var-list.
14091 2006-03-14  Bill Wohler  <wohler@newt.com>
14093         * image.el (image-load-path-for-library): Pass value of path
14094         rather than symbol.  Always return list of directories.
14095         Guarantee that image directory comes first.
14097 2006-03-14  Alan Mackenzie  <acm@muc.de>
14099         * font-core.el (font-lock-extend-region\(-function\)?.):
14100         New function/variable.
14102         * font-lock.el (font-lock-after-change-function):
14103         Call font-lock-extend-region.  Obey font-lock-lines-before.
14104         (font-lock-default-fontify-region): Remove reference to
14105         font-lock-lines-before.
14107         * jit-lock.el (jit-lock-after-change):
14108         Call font-lock-extend-region.  Obey font-lock-lines-before.
14110 2006-03-14  David Ponce  <david@dponce.com>
14112         * tree-widget.el (tree-widget-themes-load-path)
14113         (tree-widget-themes-directory, tree-widget-theme): Doc fix.
14115 2006-03-13  Ryan Yeske  <rcyeske@gmail.com>
14117         * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
14118         (rcirc-print): Mark the start of text at the end of the prompt.
14119         (rcirc-track-minor-mode): Add autoload cookie.
14120         (rcirc-update-activity-string): Add space to front of mode-line
14121         indicator.
14123 2006-03-13  Miles Bader  <miles@gnu.org>
14125         * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
14126         (rcirc-abbrev-nick): Remove function.
14127         (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
14129 2006-03-13  David Ponce  <david@dponce.com>
14131         * tree-widget.el: Handle themes across all occurrences of the main
14132         themes sub-directory found in tree-widget-themes-load-path.
14133         (tree-widget-themes-directory, tree-widget-theme): Doc fix.
14134         (tree-widget--locate-sub-directory): Return all occurrences.
14135         (tree-widget-themes-path): New function.
14136         Replace tree-widget-themes-directory, and return a list of directories.
14137         (tree-widget-set-parent-theme)
14138         (tree-widget-lookup-image): Use it.
14140 2006-03-13  Carsten Dominik  <dominik@science.uva.nl>
14142         * textmodes/org.el (org-link-search): Avoid self-matching of
14143         links, allow target text to be distributed over several lines.
14144         (org-search-not-link): New function.
14145         (org-set-regexps-and-options, org-get-current-options):
14146         New startup options.
14147         (org-export-as-html): Take odd-level setting from local variable.
14148         (org-fontify-emphasized-text): New option.
14149         (org-set-font-lock-defaults): Include emphasized text.
14150         (org-follow-mhe-link): Allow folder-only links, fix folder name.
14151         (org-font-lock): Customize group renamed from `org-faces'.
14153 2006-03-13  John Paul Wallington  <jpw@pobox.com>
14155         * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
14156         keyword; require `ibuf-ext' feature.  Thanks to Zhang Wei.
14158 2006-03-12  Luc Teirlinck  <teirllm@auburn.edu>
14160         * cus-start.el (all): Delete :version keyword for members of the
14161         fringe group, since the entire group is new in 22.1.
14163 2006-03-13  Nick Roberts  <nickrob@snap.net.nz>
14165         * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
14166         map if value is hexadecimal (an address).
14167         (gud-watch): Only search roots for existing watch expressions.
14168         (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
14169         prevent caching problems with speedbar-update-directory-contents.
14171 2006-03-12  Juri Linkov  <juri@jurta.org>
14173         * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
14174         before comparing with `low' and `warn'.
14176         * info.el (Info-dir-remove-duplicates): Move point to the
14177         beginning of the current line after deleting the entries from
14178         redundant heading.  Use marker for `limit' and compare it with
14179         point before calling `re-search-forward'.
14181 2006-03-11  Luc Teirlinck  <teirllm@auburn.edu>
14183         * simple.el (yank): Fix typo in docstring.
14185 2006-03-11  Ryan Yeske  <rcyeske@gmail.com>
14187         * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
14188         messages, where "D" is the 6th character.
14190 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
14192         * simple.el (yank): Fix last change.
14194 2006-03-11  David Ponce  <david@dponce.com>
14196         * textmodes/ispell.el (ispell-find-aspell-dictionaries): Add aliases
14197         before merging elements from the standard ispell-dictionary-alist.
14198         (ispell-aspell-add-aliases): Add aliases to the passed dictionary
14199         alist, and return the new alist.
14201 2006-03-11  Richard Stallman  <rms@gnu.org>
14203         * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
14205         * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
14206         the way it is implemented is too unclean.
14208         * simple.el (kill-region, yank): Doc fix.
14210         * battery.el (battery-echo-area-format): Doc fix.
14211         (battery-mode-line-format): Likewise.
14212         (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
14213         (battery-linux-proc-acpi): Ignore batteries that say "charged".
14215 2006-03-11  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
14217         * progmodes/octave-mod.el (octave-indent-for-comment):
14218         Behave according to do string.
14220 2006-03-11  Agustin Martin  <agustin.martin@hispalinux.es>
14222         * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
14223         Be visible only if major mode is Mail Mode.
14225         * textmodes/flyspell.el (flyspell-external-point-words)
14226         (flyspell-process-localwords): Fix last changes.
14228 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
14230         * calendar/holidays.el (list-holidays): Doc fix.
14232         * international/mule.el (auto-coding-alist): Add .odt
14233         (OpenOffice's open document) files.
14235         * files.el (auto-mode-alist): Add .odt (OpenOffice's open
14236         document) files.  Mention in the doc string the need to sync with
14237         auto-coding-alist.
14239 2006-03-10  Chong Yidong  <cyd@stupidchicken.com>
14241         * files.el (hack-local-variables-confirm): Don't prompt for ! if
14242         enable-local-variables is set to always query, or there is no
14243         savable variable.
14245 2006-03-10  Bill Wohler  <wohler@newt.com>
14247         * image.el (image-load-path-for-library): Merge at least three
14248         functions from Gnus and MH-E into this one function that can now
14249         be shared.
14251 2006-03-11  Nick Roberts  <nickrob@snap.net.nz>
14253         * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
14254         gdb-remove-mouse-face and remove help-echo too.
14255         (gdb-enqueue-input): Correct conditional clause.
14257 2006-03-10  Glenn Morris  <rgm@gnu.org>
14259         * calendar/calendar.el (calendar-holidays): Doc fix.
14260         * calendar/holidays.el (list-holidays): Doc fix.
14262 2006-03-10  Nick Roberts  <nickrob@snap.net.nz>
14264         * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
14265         it gets called in gdb-prompt anyway.
14266         (gdb-use-separate-io-buffer): Only restore window arrangement for
14267         gdb-many-windows.
14268         (gdb-enqueue-input): Make it harder to send GDB input when program
14269         is running.
14270         (gdb-buffer-list): New variable.
14271         (gdb-remove-mouse-face): New function.
14272         (gdb-starting): Use it when GDB input won't get sent.
14274 2006-03-08  Juanma Barranquero  <lekktu@gmail.com>
14276         * help.el (view-lossage): Remove trailing whitespace before
14277         inserting "\n".
14279 2006-03-07  Chong Yidong  <cyd@stupidchicken.com>
14281         * files.el (hack-local-variables-confirm):
14282         Set coding-system-for-read to nil before writing to .emacs.
14284         * arc-mode.el (archive-extract): Check if an existing buffer name
14285         comes from a different archive.
14287         * help.el (describe-key-briefly): If KEY is a down event, read and
14288         discard the up event.
14290 2006-03-07  Nick Roberts  <nickrob@snap.net.nz>
14292         * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
14293         be edited and use font-lock-warning-face for any changes.
14295         * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
14296         (gdb-edit-value): Use it to report any errors.
14298 2006-03-07  Juanma Barranquero  <lekktu@gmail.com>
14300         * help.el (describe-key): Remove leftover test code.
14302 2006-03-07  Carsten Dominik  <dominik@science.uva.nl>
14304         * textmodes/org.el: Move defvars out of eval-when-compile.
14305         Use buffer-file-name variable.
14306         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
14307         arg `file'.
14308         (org-level-faces): Remove startup dependency.
14309         (org-cycle, org-map-tree, org-scan-tags)
14310         (org-remember-handler): Don't call `outline-level' directly.
14311         (org-mhe-search-all-folders): New option.
14312         (org-mhe-get-message-folder-from-index)
14313         (org-mhe-get-message-folder): Fix indexing search.
14314         (org-format-agenda-item): Handle nil TAGS argument.
14315         (org-cleaned-string-for-export, org-activate-target-links)
14316         (org-make-target-link-regexp): Deal with empty radio target list.
14317         (org-tag): New face.
14318         (org-get-level-face): New function.
14319         (org-set-font-lock-defaults): Simplify setup for headlines.
14320         (org-complete): Pass common substring to `display-completion-list'.
14322 2006-03-06  David Ponce  <david@dponce.com>
14324         * tree-widget.el: Update Commentary header.
14325         (tree-widget-theme-name): Ignore parent themes.
14326         (tree-widget-set-parent-theme): New function.
14327         (tree-widget-set-theme): Use it.
14328         (tree-widget-set-image-properties): Move definition.  Does nothing
14329         if image properties have already been set.
14330         (tree-widget-image-properties): Move definition.  Receive an image
14331         name.  Set the :pointer property.
14332         (tree-widget-lookup-image): Doc fix.  Search in parent themes.
14333         Don't set the :pointer image property.
14334         (tree-widget-convert-widget): New function.  Handle :dynargs
14335         compatibility here.
14336         (tree-widget): Use it to :convert-widget.  Add the :expander-p
14337         predicate to control when the :expander function is entered.
14338         Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
14339         (tree-widget-value-create): Handle :expander-p.  widget-apply
14340         :expander.
14341         (tree-widget-expander-p): New function.  Default value of the
14342         :expander-p property.
14344 2006-03-06  Chong Yidong  <cyd@stupidchicken.com>
14346         * help.el (describe-key): Properly handle the return value of
14347         read-key-sequence when grabbing an up-event.  Cleanup mouse-1
14348         remaps.  Handle string and vector `follow-link' values.
14350 2006-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14352         * complete.el (PC-expand-many-files): Try be more careful when parsing
14353         the shell's output.
14355 2006-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14357         * outline.el (hide-sublevels): Provide better interactive default.
14359 2006-03-06  Kenichi Handa  <handa@m17n.org>
14361         * international/fontset.el (create-fontset-from-fontset-spec):
14362         Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
14364 2006-03-05  Luc Teirlinck  <teirllm@auburn.edu>
14366         * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
14367         backslashes instead of one in regexp.
14368         (gud-tooltip-dereference): Add missing optional argument.
14370 2006-03-04  John Paul Wallington  <jpw@pobox.com>
14372         * wdired.el (toplevel): Require `cl' at compile-time.
14374 2006-03-04  Andreas Schwab  <schwab@suse.de>
14376         * server.el (server-process-filter): Handle errors during
14377         evaluation of the argument.
14379 2006-03-03  John Paul Wallington  <jpw@pobox.com>
14381         * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
14382         escape parentheses at beginning of line.
14383         (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
14384         (t-mouse-mode): Remove period from end of error message.
14386 2006-03-03  Agustin Martin  <agustin.martin@hispalinux.es>
14388         * textmodes/flyspell.el (flyspell-process-localwords):
14389         Be case-sensitive.
14391 2006-03-03  Martin Rudalics  <rudalics@gmx.at>
14393         * cus-edit.el (custom-quote): Remove function, since it has been
14394         moved to custom.el.
14396         * font-lock.el (lisp-font-lock-keywords-2)
14397         * emacs-lisp/rx.el (rx-check-any, rx-check-not)
14398         * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
14399         they have no special meaning.
14401         * midnight.el (clean-buffer-list): Handle case where base-buffer of
14402         indirect buffer gets killed before indirect buffer.  Use dolist.
14404 2006-03-03  Ken Manheimer  <ken.manheimer@gmail.com>
14406         * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
14407         value instead of a literal constant (1) on more pauses.
14409 2006-03-03  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
14411         * textmodes/flyspell.el (flyspell-external-point-words):
14412         Be case-sensitive.
14414 2006-03-03  Ryan Yeske  <rcyeske@gmail.com>
14416         * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
14417         with "www".
14419 2006-03-03  Ken Manheimer  <ken.manheimer@gmail.com>
14421         * allout.el: Restablish intermediate missing comment header to
14422         preserve outline structure.
14423         (allout-beginning-of-current-entry): Skip invisible text.
14424         (allout-open-topic): Fix opening a topic at end-of-buffer.
14425         (allout-minor-mode): Move nearer to allout-mode function.
14427 2006-03-02  Carsten Dominik  <dominik@science.uva.nl>
14429         * textmodes/org.el (org-paste-subtree): Remove (debug) form.
14431 2006-03-02  Nick Roberts  <nickrob@snap.net.nz>
14433         * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
14434         is nil.
14436         * progmodes/gud.el (gud-speedbar-menu-items):
14437         Use buffer-local-value and add missing :visible keyword.
14439         * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
14441 2006-03-01  Carsten Dominik  <dominik@science.uva.nl>
14443         * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
14444         must be `follow-link'.
14446         * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
14448         * textmodes/org.el (org-export-as-html): Fix bugs in HTML
14449         formatting: No nested anchors.
14450         (org-all-targets): Fix bug with XEmacs compatibility.
14451         (org-read-date): Add (require 'parse-time).
14452         (org-set-tags): Fix bug with extra inserted space.
14453         (org-export-html-style): Define a style class for targets.
14454         (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
14455         (org-hide-leading-stars): New option.
14456         (org-hide): New face.
14457         (org-set-font-lock-defaults): Allow to hide leading stars.
14458         (org-get-legal-level, org-tr-level): New functions.
14459         (org-odd-levels-only): New option.
14460         (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
14461         (org-demote, org-promote): Deal with double-star levels.
14462         (org-convert-to-odd-levels): New command.
14464 2006-03-01  Nick Roberts  <nickrob@snap.net.nz>
14466         * speedbar.el (speedbar-update-localized-contents): Try to
14467         preserve window-start.
14468         (speedbar-update-directory-contents): Try to preserve window-start
14469         and window-point.
14470         (speedbar-update-special-contents): Don't move back to start of window.
14472         * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
14473         gdb-speedbar-timer-fn.  Use speedbar-refresh instead of
14474         speedbar-timer-fn.
14475         (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
14476         (gdb-speedbar-expand-node): Use speedbar-delete-subblock
14477         instead of gdb-speedbar-timer-fn.
14479 2006-02-28  Jay Belanger  <belanger@truman.edu>
14481         * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
14482         (math-compose-expr): Use latex option when calling
14483         `math-compose-tex-matrix' for latex mode.
14485 2006-02-28  Nick Roberts  <nickrob@snap.net.nz>
14487         * speedbar.el: Re-instate comments about developing for speedbar
14488         [this is what info and gdb-ui use even if better methods exist now].
14490         * t-mouse.el: New file.
14491         (t-mouse-tty): Use with-temp-buffer.  Add more terminal types.
14492         (t-mouse-lispy-buffer-posn-from-coords): Remove.
14493         (t-mouse-make-event-element): Use posn-at-x-y instead.
14494         (t-mouse-make-event): Deal with Fedora Core 3.
14495         (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
14496         (t-mouse-mouse-position-function): New function.  Use it instead
14497         of advising mouse-position.
14498         (t-mouse-mode): New minor mode.
14499         (t-mouse-stop, t-mouse-run): Remove.  Use t-mouse-mode instead.
14501 2006-02-27  Glenn Morris  <rgm@gnu.org>
14503         * calendar/calendar.el (calendar-holidays): Doc fix.
14505 2006-02-27  Nick Roberts  <nickrob@snap.net.nz>
14507         * progmodes/gdb-ui.el (gdb-source-window): New variable.
14508         Re-introduce the concept of a source window.
14509         (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
14510         consistency with get-buffer-create.
14511         (def-gdb-auto-update-handler, gdb-info-locals-handler)
14512         (gdb-data-list-register-values-handler)
14513         (gdb-stack-list-locals-handler): Try to preserve window-start as
14514         well as window-point.
14515         (gdb-display-source-buffer): New function (old concept).
14516         (gdb-goto-breakpoint): Use it.
14518         * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
14519         for gdb-ui/gdb-mi (old concept).
14521 2006-02-27  Carsten Dominik  <dominik@science.uva.nl>
14523         * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
14524         binding.
14526         * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
14528         * textmodes/reftex-sel.el (reftex-select-label-map)
14529         (reftex-select-bib-map): Add `follow-mouse' binding.
14531 2006-02-26  Luc Teirlinck  <teirllm@auburn.edu>
14533         * jka-cmpr-hook.el (jka-compr-compression-info-list)
14534         (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
14535         Give :set functions to provide automatic updating.
14536         Update docstring.  Give compiler defvars early in the file
14537         and move the defcustoms to a later spot where all called functions
14538         are defined.
14539         (jka-compr-file-name-handler-entry): Doc fix.
14540         (jka-compr-compression-info-list--internal)
14541         (jka-compr-mode-alist-additions--internal)
14542         (jka-compr-load-suffixes--internal): New variables.
14543         (jka-compr-install): Set the three above variables.
14544         Update `load-file-rep-suffixes' instead of `load-suffixes'.
14545         (jka-compr-update, jka-compr-set): New functions.
14546         (auto-compression-mode): Doc fix.
14548         * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
14549         Update `load-file-rep-suffixes' instead of `load-suffixes'.
14550         Use jka-compr-compression-info-list--internal,
14551         jka-compr-mode-alist-additions--internal and
14552         jka-compr-load-suffixes--internal.
14554         * files.el (load-library):
14555         * loadhist.el (file-loadhist-lookup):
14556         * startup.el (command-line):
14557         * subr.el (locate-library):
14558         * emacs-lisp/autoload.el (update-directory-autoloads):
14559         * emacs-lisp/find-func.el (find-library-suffixes):
14560         Use `get-load-suffixes' instead of `load-suffixes'.
14562         * subr.el (locate-library):
14563         * emacs-lisp/find-func.el (find-library-name):
14564         Use `load-file-rep-suffixes' instead of '("").
14566 2006-02-26  Kim F. Storm  <storm@cua.dk>
14568         * ido.el (ido-save-history, ido-load-history): Simplify.
14569         Don't use find-file-noselect to avoid interference from other modes.
14571 2006-02-25  Thien-Thi Nguyen  <ttn@gnu.org>
14573         * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
14574         to use the default shell if filename is not available.
14575         Reported by Giorgos Keramidas.
14577 2006-02-25  John Williams  <jrw@pobox.com>  (tiny change)
14579         * progmodes/etags.el (tags-completion-table): Do completion from
14580         all the tables in the current list, as documented in the manual.
14582 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
14584         * CC Mode Update to 5.31.3.
14586 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
14588         * progmodes/cc-mode.el (c-postprocess-file-styles):
14589         Bind inhibit-read-only to t, around the call to
14590         c-remove-any-local-eval-or-mode-variables, so that it works on a
14591         RO file.
14593 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
14595         * progmodes/cc-awk.el: Correct a typo.
14597 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
14599         * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
14600         c-hungry-delete-backwards, at the request of RMS.  Leave the old
14601         name as an alias.
14603 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
14605         * progmodes/cc-mode.el: Correct a typo.
14607 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
14609         * progmodes/cc-defs.el: Update the version number to 5.31.3.
14611 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
14613         * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
14614         brace-else-brace (error due to mbeg, mend being undefined).
14616 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
14618         * progmodes/cc-mode.el: File Local variables: Solve the problem
14619         where both `mode' and c-file-offsets are specified: `mode' will
14620         overwrite c-f-o's settings:
14621         (c-remove-any-local-eval-or-mode-variables): New function.
14622         (c-postprocess-file-styles): Call the above new function, within
14623         c-tentative-buffer-change, to splat `mode' and `eval' before the
14624         second hack-local-variables.
14626 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
14628         * progmodes/cc-mode.el:
14629         [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
14630         (c-after-change): Protect the match data with save-match-data.
14631         It was getting corrupted by c-after-change-check-<>-operators.
14633         * progmodes/cc-defs.el: [Supersedes patch V1.38]:
14634         (top level): Check for a buggy font-lock-compile-keywords ONLY in
14635         XEmacs.  GNU Emacs 22 now has a check which would throw an error here.
14637         * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
14638         with save-match-data.  It was being corrupted when Font Lock was
14639         not enabled.
14641 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
14643         * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
14644         Mode and Subword Mode.
14646         * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
14647         real labels ("case 1:" or "foo:") from non-labels ("public:").
14648         (c-forward-objc-directive): Replace c-forward-token-2 with crude
14649         coding; c-f-t-2 doesn't move over a token at EOB.
14651         * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
14653         * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
14654         (c-update-modeline): Concatenate the minor mode indicators
14655         directly onto mode-name, removing c-submode-indicators.
14656         Sometimes, c-s-i got separated from the mode name on the mode line.
14658         * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
14659         (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
14661 2006-02-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
14663         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
14664         error message when there's an evaluation error to show whether
14665         it's loaded from source or not.
14666         (c-filter-ops): Make it available at runtime too to work when
14667         `c-make-init-lang-vars-fun' needs to evaluate from source.
14669 2006-02-24  Juanma Barranquero  <lekktu@gmail.com>
14671         * help.el (help): Revert last part of 2006-02-23 change (deletion
14672         of the `provide' call).
14674 2006-02-23  Juri Linkov  <juri@jurta.org>
14676         * compare-w.el (compare-windows-highlight): Add new value
14677         `persistent' and change :type from `boolean' to `choice'.
14678         (compare-windows-overlays1, compare-windows-overlays2):
14679         New internal variables.
14680         (compare-windows-highlight): If compare-windows-highlight is
14681         `persistent', add current overlays to compare-windows-overlays[12]
14682         instead of adding compare-windows-dehighlight to pre-command-hook.
14683         (compare-windows-dehighlight): Delete all overlays from
14684         compare-windows-overlays[12].
14686         * info.el (Info-search): Don't bind search-spaces-regexp to
14687         Info-search-whitespace-regexp in non-regexp isearch mode.
14689 2006-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
14691         * help.el (describe-mode): Pass `mode-name' to format-mode-line.
14693 2006-02-23  Juanma Barranquero  <lekktu@gmail.com>
14695         * textmodes/org.el (org-xemacs-p)
14696         (org-export-html-show-new-buffer, org-table-may-need-update)
14697         (org-insert-item, org-mhe-get-message-real-folder)
14698         (org-mhe-get-message-folder-from-index)
14699         (org-mhe-get-message-folder, org-mhe-get-message-num)
14700         (org-mhe-get-header, org-make-org-heading-search-string)
14701         (org-make-org-heading-camel, org-table-sort-lines)
14702         (org-format-org-table-html, org-format-table-table-html):
14703         Fix typos in docstrings.
14705 2006-02-23  Carsten Dominik  <dominik@science.uva.nl>
14707         * textmodes/org.el (org-cleaned-string-for-export)
14708         (org-solidify-link-text): New function.
14709         (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
14710         XEmacs, just to silence the compiler.
14711         (org-export-as-ascii, org-export-as-html-and-open):
14712         Use `org-cleaned-string-for-export' and create internal links.
14713         (org-follow-mhe-link): Require mh-e, use folder.
14715 2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
14717         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
14719         * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
14720         gdb-debug-log-length.
14721         (gdb-debug-ring): Rename from gdb-debug-log-ring.  Don't make
14722         it a real ring but...
14723         (gud-gdba-marker-filter): ...make it work like mark-ring.
14724         (gdb-enable-debug): Rename from gdb-enable-debug-log.
14725         (gdb-mouse-jump): New function.  Add bindings.
14727 2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
14729         * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
14730         (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
14731         (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
14732         (gdb-debug-log-length): Customize it's length.
14733         (gud-watch, gdb-var-create-handler): Display function::var format
14734         but don't use to create variable object.
14735         (gdb-var-create-handler): Use message-box in place of message.
14736         (gdb-stopped): Call gdb-exited if signalled.
14738 2006-02-22  Carsten Dominik  <dominik@science.uva.nl>
14740         * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
14742         * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
14744         * textmodes/reftex.el (reftex-locate-file): Search all extensions
14745         if `reftex-try-all-extensions' is set.
14747         * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
14748         fail silently when there is no valid argument at point.
14749         (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
14750         `fail-silently' argument.  From a patch by David Reiter.
14752         * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
14753         New commands.
14754         (org-mark-ring): New variable.
14755         (org-mark-ring-length): New option.
14756         (org-open-at-point, org-goto, org-open-file): Push old position
14757         onto the mark ring.
14758         (org-add-hook): New function.
14759         (org-export-table-remove-special-lines): New option.
14760         (org-skip-comments, org-format-org-table-html): Respect new
14761         option `org-export-table-remove-special-lines'.
14762         (org-open-file): Allow special command configuration for
14763         directory link.
14764         (org-file-apps): Fix bugs in customize type, added setting
14765         for directories.
14766         (org-activate-tags, org-format-agenda-item, org-complete)
14767         (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
14768         (org-get-tags, org-get-buffer-tags, org-open-at-point)
14769         (org-link-search, org-make-org-heading-search-string)
14770         (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
14771         (org-radio-targets, org-file-link-context-use-camel-case)
14772         (org-activate-camels): New options.
14773         (org-update-radio-target-regexp, org-all-targets)
14774         (org-make-target-link-regexp, org-activate-target-links):
14775         New functions.
14776         (org-make-org-heading-search-string): New function.
14777         (org-store-link, org-insert-link): Use new option
14778         `org-file-link-context-use-camel-case'.
14779         (org-activate-camels): Use new option `org-activate-camels'.
14780         (org-link-regexp): Add mhe prefix.
14781         (org-open-at-point, org-store-link): Support for mhe links.
14782         (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
14783         (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
14784         (org-mhe-get-header, org-follow-mhe-link): New functions.
14785         (org-remove-angle-brackets, org-add-angle-brackets):
14786         New functions.
14787         (org-bracket-link-regexp): New constant.
14788         (org-read-date): Fix bug that was rejecting all typed dates.
14789         (org-link-search): Make hierarchy above visible after a match.
14790         (org-follow-bbdb-link): Inhibit electric mode for BBDB.
14791         (org-store-link): Fix bug with link creation when cursor is in
14792         an empty line.
14793         (org-open-at-point): Fix bug with matching a link.
14794         Fixed buggy argument sequence in call to `org-view-tags'.
14795         (org-compile-prefix-format): Set `org-prefix-has-tag'.
14796         (org-prefix-has-tag): New variable.
14797         (org-format-agenda-item): Remove tags from headline
14798         if appropriate.
14799         (org-agenda-remove-tags-when-in-prefix): New option.
14801 2006-02-21  Michael Kifer  <kifer@cs.stonybrook.edu>
14803         * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
14804         Fix the regular expressions.
14806 2006-02-21  Richard M. Stallman  <rms@gnu.org>
14808         * progmodes/sh-script.el (sh-mode): Set shell type based on file name
14809         if there's no other specific basis.
14811         * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
14812         as variables at all.
14813         (unsafep-variable): Rename arg; doc fix.
14815         * abbrevlist.el (list-one-abbrev-table): Add autoload.
14817         * calendar/appt.el (diary-selective-display): Add defvar.
14819         * sort.el (sort-columns): Use Posix arg syntax for `sort'.
14821         * isearch.el (search-whitespace-regexp): Fix custom type.
14823         * help.el (describe-key-briefly): Compute interactive args
14824         in same was as before previous change.
14826         * files.el (enable-local-variables): Doc fix.
14828 2006-02-21  Kim F. Storm  <storm@cua.dk>
14830         * fringe.el: Cleanup as file is now pre-loaded.
14831         (fringe-bitmaps): Initialize unconditionally.
14832         (fringe-mode, set-fringe-style): Remove autoload cookies.
14834 2006-02-21  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
14836         * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
14837         `horizontal-bar'.
14838         (fringe-cursor-alist): Use `horizontal-bar'.
14840 2006-02-20  Kim F. Storm  <storm@cua.dk>
14842         * fringe.el (fringe-bitmaps): Update to new bitmap names.
14843         (fringe-indicator-alist, fringe-cursor-alist): Initialize.
14845         * loadup.el: Load "fringe" on window systems.
14847 2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
14849         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
14850         out of scope components.
14852         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
14853         default.
14855 2006-02-20  Chong Yidong  <cyd@stupidchicken.com>
14857         * custom.el (customize-mark-to-save, customize-mark-as-set):
14858         Load the symbol first.
14860 2006-02-20  Juanma Barranquero  <lekktu@gmail.com>
14862         * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
14863         strech spec so it doesn't display as "^J" on the header line
14864         when `Buffer-menu-use-header-line' is t.
14866 2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
14868         * speedbar.el (speedbar-make-button): Keep text properties
14869         of string arguments if desired.
14871         * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
14872         expessions.
14874         * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
14875         of speedbar.
14877 2006-02-19  Ryan Yeske  <rcyeske@gmail.com>
14879         * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
14880         to value of `read-file-name-completion-ignore-case'.
14882 2006-02-19  Chong Yidong  <cyd@stupidchicken.com>
14884         * custom.el (customize-mark-as-set): Push to `user' theme.
14886         * cus-edit.el (custom-save-variables): Allow unthemed values.
14887         (customize-set-variable): Push setting to `user' theme.
14889 2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
14891         * progmodes/gud.el: Don't require font-lock as it's now
14892         automatically loaded.
14893         (gud-speedbar-buttons): Replace gdb-var-changed with
14894         gdb-force-update.
14896         * progmodes/gdb-ui.el (gdb-force-update): Rename from
14897         gdb-var-changed.
14898         (gdb-post-prompt): Use it.
14899         (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
14900         (gdb-var-update-handler, gdb-var-delete)
14901         (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
14902         (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
14903         gdb-force-update in gdb-post-prompt.
14904         (gdb-reset): Clear watch expressions from speedbar when quitting.
14906 2006-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
14908         * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel)
14909         (viper-change-state-to-vi, viper-change-state-to-emacs):
14910         Make aware of cursor coloring in the Emacs state.
14911         (viper-special-read-and-insert-char): Use read-char-exclusive.
14912         (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
14914         * emulation/viper-init.el (viper-emacs-state-cursor-color):
14915         New variable.
14917         * emulation/viper-util.el (viper-save-cursor-color)
14918         (viper-get-saved-cursor-color-in-replace-mode)
14919         (viper-get-saved-cursor-color-in-insert-mode)
14920         (viper-restore-cursor-color): Make aware of the cursor color
14921         in Emacs state.
14922         (viper-get-saved-cursor-color-in-emacs-mode): New function.
14924         * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
14925         (ediff-ignore-case-option3, ediff-actual-diff-options)
14926         (ediff-actual-diff3-options): New variables to control case sensitivity.
14927         (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
14928         (ediff-setup-diff-regions3): Make aware of case-sensitivity.
14929         (ediff-toggle-ignore-case): New function.
14930         (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
14932         * ediff-help.el (ediff-long-help-message-narrow2)
14933         (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
14934         (ediff-long-help-message-word-mode): Add ignore-case command.
14935         (ediff-help-for-quick-help): Add ignore-case command.
14937         * ediff-merg.el: Move provide to the end.
14939         * ediff-ptch.el: Move provide to the end.
14941         * ediff-wind.el: Move provide to the end.
14943         * ediff-mult.el: Move provide to the end.
14944         (ediff-set-meta-overlay): Enable follow-link.
14946         * ediff.el: Move provide to the end.
14947         Break recursive load cycle in eval-when-compile.
14948         (ediff-patch-buffer): Better heuristics.
14950         * ediff-util.el: Move provide to the end.
14951         Break recursive load cycle in eval-when-compile.
14952         (ediff-setup-keymap): Add binding for #c.  Replace some defsubsts with
14953         defuns.
14954         (ediff-submit-report): Pass the values of ediff-diff3-program,
14955         ediff-diff3-options.
14957 2006-02-19  Juanma Barranquero  <lekktu@gmail.com>
14959         * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
14960         the opening bracket of the following bracketing pairs: {}, [], (), <>,
14961         `' (for example, in the docstring of `windmove-default-keybindings').
14963 2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
14965         * progmodes/gud.el (gud-speedbar-buttons): Update properly for
14966         shadow face.  Don't provide binding to edit variable when it is
14967         out of scope.
14969         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
14970         (gdb-var-update-handler): Detect out of scope variables with pre
14971         GDB 6.4 too.
14972         (gdb-post-prompt): Revert change from 2006-02-17 (force update).
14973         Reset status of variable objects to nil in update handlers.
14974         (gdb-var-update-handler-1): Detect when a variable object comes
14975         in scope.  setcar on var changes gdb-var-list directly.
14977 2006-02-17  Juri Linkov  <juri@jurta.org>
14979         * ffap.el (ffap) <defface>: Add explicit face declaration.
14980         (ffap-highlight): Use face `ffap' directly instead of checking
14981         for its existence.
14983         * icomplete.el (icomplete-get-keys): Use `t' for the second arg
14984         `visible-ok' of `other-buffer' to find the right original buffer.
14986         * info.el (Info-search): Skip `Local Variables' node.
14988 2006-02-17  Juri Linkov  <juri@jurta.org>
14990         * info.el (Info-find-file): Check for symbols `apropos', `history',
14991         `toc' in the input filename, and return these symbols as is.
14992         (Info-find-node-2): Set Info-current-file to symbols `apropos',
14993         `history', `toc' instead of strings.
14994         (Info-set-mode-line): For non-string Info-current-file use the
14995         symbol's name inside **.
14996         (Info-isearch-push-state): Add quote before Info-current-file and
14997         Info-current-node.
14998         (Info-isearch-pop-state): Use `equal' instead of `string='.
14999         (Info-extract-pointer, Info-following-node-name): Use
15000         `match-string-no-properties' instead of `match-string'.
15001         (Info-up): Check `old-file' for `stringp'.
15002         (Info-history): Use `equal' instead of `string-equal'.
15003         Check `file' for `stringp'.
15004         (Info-history): Use symbol `history' instead of string as first arg
15005         of `Info-find-node'.
15006         (Info-toc): Check `Info-current-file' for `stringp'.  Use symbol
15007         `toc' instead of string.
15008         (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
15009         instead of `buffer-substring', and `match-string-no-properties'
15010         instead of `match-string'.
15011         (Info-index-nodes): Check for symbols `apropos', `history', `toc'
15012         instead of strings.
15013         (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
15014         Use symbol `apropos' instead of string.
15015         (Info-copy-current-node-name): Check `Info-current-file' for
15016         `stringp' and construct a command with `Info-find-node' from it.
15017         (Info-fontify-node): Use `match-string-no-properties' instead of
15018         `match-string' and check file names for `stringp'.
15019         (Info-desktop-buffer-misc-data): Check for symbols `apropos',
15020         `history', `toc' instead of strings.
15022 2006-02-17  Chong Yidong  <cyd@stupidchicken.com>
15024         * files.el: Rearrange functions and variables in the file local
15025         variables section.
15027 2006-02-17  Reiner Steib  <Reiner.Steib@gmx.de>
15029         * files.el: Add truncate-lines, ispell-check-comments and
15030         ispell-local-dictionary as safe local variables.
15032 2006-02-18  Nick Roberts  <nickrob@snap.net.nz>
15034         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
15035         out of scope variables.
15036         (gud-speedbar-buttons): Use unless.
15038         * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
15039         (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
15040         (gdb-show-changed-values): Also use for out of scope variables.
15041         (gdb-var-update-handler-1): Note if variable goes out of scope.
15043 2006-02-17  Ryan Yeske  <rcyeske@gmail.com>
15045         * net/rcirc.el (rcirc-connect): Make all arguments optional, and
15046         default to global variable values for unsupplied args.
15047         (rcirc-get-buffer-create): Fix bug with setting the target.
15048         (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
15049         test for rcirc-always-use-server-buffer-flag here.
15050         (rcirc-response-formats): Add %N, which is a facified nick.  %n
15051         uses the default face.  Change the ACTION format string.  If the
15052         "nick" is the server, don't print anything for that field.
15053         Comment fixes.
15054         (rcirc-target-buffer): Don't test
15055         rcirc-always-use-server-buffer-flag here.
15056         (rcirc-print): Squeeze extra spaces out of the text before message.
15057         (rcirc-put-nick-channel): Strip potential "@" char from nick
15058         before adding them to nick table.
15059         (rcirc-url-regexp): Improve to match address like "foo.com".
15061 2006-02-17  Eli Zaretskii  <eliz@gnu.org>
15063         * allout.el (allout-hidden-p): Move this defsubst before
15064         allout-overlay-interior-modification-handler, where it is first
15065         used.
15067 2006-02-17  Ken Manheimer  <ken.manheimer@gmail.com>
15069         * allout.el: Use allout invisible-text overlays instead of
15070         selective display for concealed text.  Also, lots of general
15071         cleanup, and improved compatibility code.
15073         (allout-version): Incremented, corrected, revised, and refined
15074         module commentary.
15076         (provide 'allout): Moved to the bottom, added a require of overlay.
15078         (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
15079         `except-current'.
15080         (allout-write-file-hook-handler): Minimize delay.
15081         (count-trailing-whitespace-region): New function so
15082         auto-encryption of current topic can resituate cursor exactly.
15083         PGP/GPG encryption trims trailing whitespace from lines, which
15084         must be accounted for across encryption then decryption.
15086         (allout-command-prefix): Now defaults to "\C-c<space>" rather than
15087         just plain "\C-c", to avoid intruding on user's keybinding space.
15089         (allout-toggle-current-subtree-encryption): Pass along fetch-pass
15090         parameter, so user request to provide a new password is done.
15092         (allout-outside-normal-auto-fill-function, allout-auto-fill):
15093         Refined mechanism for auto-filling behavior while in allout mode.
15095         (allout-mode): Explicitly specify the mode map in the docstring.
15096         Clarify provision for various write-file hook var names.
15097         Adjusted for invisible-text overlays instead of selective-display.
15099         (allout-depth): Really return 0 if not within any topic.  This
15100         rectifies `allout-beginning-of-level' and sequence numbering
15101         errors that occur when cutting and pasting numbered topics.
15102         Changed from a in-line subst to a regular function, as well.
15104         (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
15106         (allout-end-of-subtree, allout-end-of-subtree)
15107         (allout-end-of-entry, allout-end-of-current-heading)
15108         (allout-next-visible-heading, allout-open-topic, allout-show-entry)
15109         (allout-show-children, allout-show-to-offshoot)
15110         (allout-hide-current-entry, allout-show-current-entry): Rectified
15111         handling of trailing blank lines between items.
15113         (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
15114         (allout-current-depth, allout-unprotected, allout-hidden-p)
15115         (allout-on-current-heading-p, allout-listify-exposed)
15116         (allout-chart-subtree, allout-goto-prefix)
15117         (allout-back-to-current-heading, allout-get-body-text)
15118         (allout-snug-back, allout-flag-current-subtree, allout-show-all)
15119         (allout-hide-region-body, allout-toggle-subtree-encryption)
15120         (allout-encrypt-string, allout-encrypted-key-info)
15121         (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
15122         (allout-file-vars-section-data): Adjusted for use with
15123         invisible-text overlays instead of selective-display.
15125         (allout-kill-line, allout-kill-topic, allout-yank-processing):
15126         Reworked for use with invisible text overlays.
15128         (allout-current-topic-collapsed-p): New function.
15130         (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
15131         to know when to close the containing topic.
15133         (allout-pre-command-business, allout-post-command-business):
15134         Simplify undo-batching and dynamic isearch exposure.
15136         (allout-set-overlay-category): New for invisible-text overlays.
15137         Sets properties of allout-overlay-category, used by
15138         allout-flag-region to set invisible-text overlay properties.
15139         (allout-get-invisibility-overlay): Get the first qualifying
15140         invisibility overlay, so we can find the extent of it.
15141         (allout-back-to-visible-text): Get to just before the beginnining
15142         of the current invisibility overlay, if any.
15144         (allout-overlay-insert-in-front-handler)
15145         (allout-overlay-interior-modification-handler)
15146         (allout-before-change-handler, allout-isearch-end-handler): New
15147         functions to handle extraordinary actions affecting concealed
15148         text.
15150         (allout-flag-region): Use overlays instead of selective-display
15151         for invisible text - by inheritence from the properties of
15152         allout-overlay-category in mainline Emacs, and applied
15153         property-by-property in XEmacs, some recent versions of which
15154         don't inherit the properties from the category.  Provisions to
15155         respond to concealed-text edits simplified drastically.
15157         (allout-isearch-rectification, allout-isearch-was-font-lock)
15158         (allout-isearch-expose, allout-enwrap-isearch)
15159         (allout-isearch-abort, allout-pre-was-isearching)
15160         (allout-isearch-prior-pos, allout-isearch-did-quit)
15161         (allout-isearch-dynamic-expose)
15162         (allout-hide-current-entry-completely): Functions deleted.
15164         (allout-undo-aggregation): Explicit undo aggregation no longer
15165         necessary due to transition away from selective-display.
15167         (set-allout-regexp, allout-up-current-level)
15168         (allout-next-visible-heading, allout-forward-current-level)
15169         (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
15170         (allout-kill-line, allout-yank-processing, allout-show-children)
15171         (allout-expose-topic, allout-old-expose-topic)
15172         (allout-listify-exposed, allout-insert-latex-header)
15173         (allout-toggle-subtree-encryption, allout-encrypt-string)
15174         (remove-from-invisibility-spec, allout-hide-current-subtree):
15175         Ditched unused variables.
15177 2006-02-17  Agustin Martin  <agustin.martin@hispalinux.es>
15179         * textmodes/ispell.el (ispell-change-dictionary): Call
15180         ispell-buffer-local-dict instead of
15181         ispell-accept-buffer-local-defs.
15182         (ispell-local-dictionary-alist): Accept as valid any coding-system
15183         supported by Emacs.
15184         (ispell-dictionary-alist-3): Esperanto dictionary's coding system
15185         changed to iso-8859-3.
15187 2006-02-17  Nick Roberts  <nickrob@snap.net.nz>
15189         * speedbar.el (speedbar-frame-width): Make an inline function
15190         instead of a macro.  Use frame-width.
15191         (speedbar-try-completion, speedbar-update-contents)
15192         (speedbar-timer-fn): Use consp.
15193         (speedbar-update-localized-contents): Try to preserve point.
15195         * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
15196         (menu): Re-order menu items.
15197         (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
15198         field.
15199         (gdb-var-update-handler-1): Use it for GDB 6.4+.
15200         (gdb-post-prompt): Speed things by not forcing update.
15202 2006-02-16  Chong Yidong  <cyd@stupidchicken.com>
15204         * wid-edit.el (widget-button-click): For mouse-1, cancel button
15205         press and perform default action if we get a mouse movement event.
15207 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
15209         * calendar/icalendar.el (icalendar--get-event-property)
15210         (icalendar--get-event-property-attributes): Fix typos in
15211         docstrings.
15213         * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
15214         docstring.
15216 2006-02-15  Juanma Barranquero  <lekktu@gmail.com>
15218         * bs.el (bs-mode): Use `buffer-disable-undo'.
15219         (bs--get-file-name): Simplify.
15220         (bs-show-in-buffer): Mark the buffer as not modified.
15222 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
15224         * wid-edit.el (widget-keymap): Bind down-mouse-1 to
15225         widget-button-click.
15227         * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
15228         (custom-mode): Update docstring.
15230         * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
15231         binding.
15233         * files.el (hack-local-variables-confirm): Allow scrolling if the
15234         file variable list is too long.  Kill temp buffer after use.
15236 2006-02-15  Nick Roberts  <nickrob@snap.net.nz>
15238         * progmodes/gud.el (gdb): Improve doc string.
15239         (gdb-script-font-lock-keywords): Expand allowed character set.
15241         * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
15242         (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
15243         (gdb-separate-io-interrupt, gdb-separate-io-quit)
15244         (gdb-separate-io-stop, gdb-separate-io-eof):
15245         Rename from gdb-inferior-* to gdb-separate-*.
15246         (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
15248 2006-02-14  Jay Belanger  <belanger@truman.edu>
15250         * calc/calc-arith.el (math-check-known-scalarp): Make sure
15251         expression is a symbol before checking that it is bound.
15253         * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
15254         test to see if equation can be solved.
15256 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
15258         * wid-edit.el (widget-button-click): Use :pressed-face property
15259         for overlay face, if it exists.
15261         * cus-edit.el (custom-manual, custom-add-see-also)
15262         (custom-add-parent-links, custom-group-link): Add :pressed-face
15263         property to links.
15265         * files.el (hack-local-variables): Remove ignored variables before
15266         checking if any variables need setting.
15268 2006-02-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15270         * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
15272 2006-02-14  Juanma Barranquero  <lekktu@gmail.com>
15274         * help.el (where-is): Fix message for remapped commands.
15276         * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
15277         Fix typos in docstrings.
15279 2006-02-13  Chong Yidong  <cyd@stupidchicken.com>
15281         * files.el (safe-local-variable-values): New option.
15282         (hack-local-variables-prop-line): Return a list of variable-value
15283         pairs if MODE-ONLY is non-nil.
15284         (hack-local-variables): Construct list of variable-value pairs,
15285         and apply or reject them in one go.  Ask for confirmation if
15286         variables are not known safe.
15287         (hack-local-variables-confirm): Complete rewrite.  Support
15288         `safe-local-variable-values'.
15289         (enable-local-variables): Update docstring to reflect new
15290         behavior.
15291         (ignored-local-variables): Ignore ignored-local-variables and
15292         safe-local-variable-values.
15293         (safe-local-variable-p): New function.
15294         (risky-local-variable-p): `safe-local-variable' property check
15295         moved to safe-local-variable-p.
15296         (hack-one-local-variable): Checks moved to hack-local-variables.
15298         (byte-compile-dynamic, c-basic-offset, c-file-style)
15299         (c-indent-level, comment-column, fill-column, fill-prefix)
15300         (indent-tabs-mode, kept-new-versions, no-byte-compile)
15301         (no-update-autoloads, outline-regexp, page-delimiter)
15302         (paragraph-start, paragraph-separate, sentence-end)
15303         (sentence-end-double-space tab-width, version-control):
15304         Add `safe-local-variable' property.
15306         * find-lisp.el: Delete nonexistent `autocompile' file variable.
15308         * icomplete.el, play/landmark.el: Change nonexistent
15309         `outline-layout' file variable to `allout-layout'.
15311 2006-02-14  Nick Roberts  <nickrob@snap.net.nz>
15313         * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
15314         (gdb-get-changed-registers): Test value of gud-minor-mode relative
15315         to gud-comint-buffer.
15316         (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
15317         gdb-ui.el for gdb-mi.el.
15318         (gdb-post-prompt, gdb-get-changed-registers): Move test for
15319         registers buffer to gdb-get-changed-registers.
15320         (gdb-breakpoint-regexp): New regexp.  Allow toggling and
15321         deletion of catchpoints (throw and catch).
15322         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
15323         (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
15324         (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
15325         (gdb-var-list-children-1, gdb-info-breakpoints-custom)
15326         (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
15328 2006-02-13  Jay Belanger  <belanger@truman.edu>
15330         * calc/calc-arith.el (math-check-known-matrixp): Make sure
15331         expression is a symbol before checking that it is bound.
15333 2006-02-13  Richard M. Stallman  <rms@gnu.org>
15335         * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
15336         for the minibuffer too, but not if resize-mini-windows will interfere.
15338         * help.el (describe-key-briefly, describe-key): Do all arg-reading
15339         inside `interactive' spec.
15340         (describe-key-briefly-internal, describe-key-internal):
15341         Functions merged back into their callers.
15343 2006-02-13  Martin Rudalics  <rudalics@gmx.at>
15345         * info.el (info-xref-visited): Inherit from info-xref too.
15346         (Info-set-mode-line): Replace occurrences of `%' by `%%'
15347         when propertizing Info-current-file and Info-current-node.
15349 2006-02-13  Juri Linkov  <juri@jurta.org>
15351         * tumme.el (tumme-thumbnail-storage): Fix docstring.
15352         (tumme-thumb-name): Fix per-directory format.
15354 2006-02-13  Juanma Barranquero  <lekktu@gmail.com>
15356         * subr.el (substitute-key-definition): Doc fix (hide internal arg).
15358 2006-02-12  Miles Bader  <miles@gnu.org>
15360         * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
15362 2006-02-13  Mathias Dahl  <mathias.dahl@gmail.com>
15364         * tumme.el: Remove history section.  If someone needs the it, it
15365         can always be found in CVS.
15367 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
15369         * tumme.el (tumme-thumbnail-storage): Update docstring.  Add info
15370         about the Thumbnail Managing Standard option.
15372 2006-02-12  Richard M. Stallman  <rms@gnu.org>
15374         * subr.el (substitute-key-definition): Doc fix.
15376         * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
15378         * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
15380         * info.el (Info-mode): Doc fix.
15382         * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
15384 2006-02-12  Michael Albinus  <michael.albinus@gmx.de>
15386         * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
15387         because on Solaris a POSIX compatible "id" is needed.  Reported by
15388         Magnus Henoch <mange@freemail.hu>.
15390 2006-02-12  Juri Linkov  <juri@jurta.org>
15392         * tumme.el: Remove todo item about Thumbnail Managing Standard.
15393         (tumme) <defgroup>: Change :group to `multimedia'.
15394         (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
15395         Managing Standard.
15396         (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
15397         Fix dostring.
15398         (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
15399         and %y.  Fix docstring.
15400         (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
15401         (tumme-cmd-create-standard-thumbnail-command): New user options.
15402         (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
15403         is `standard'.  Fix docstring.
15404         (tumme-thumb-width, tumme-thumb-height): New user options.
15405         (tumme-external-viewer): Try to find various viewers.
15406         (tumme-get-thumbnail-image): Use `create-image' instead of
15407         constructing the `image' structure.
15408         (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
15409         `standard'.
15410         (tumme-thumb-name): Add file name generation for standard storage.
15411         Simplify code for other storages.
15412         (tumme-thumb-name): Use width %w and height %h instead of size %s.
15413         Add modification time %m and thumbnail-nq8 %q.
15414         Use `tumme-cmd-create-standard-thumbnail-command' if
15415         tumme-thumbnail-storage is `standard'.
15416         (tumme-dired-insert-marked-thumbs): New autoload command.
15417         (tumme-dired-after-readin-hook): New function.
15418         (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
15419         `tumme-thumb-size'.
15420         (tumme-display-image): Replace size-x %x and size-y %y with
15421         width %w and height %h.
15423         * dired.el (dired-mode-map): Bind `\C-t\C-t' to
15424         `tumme-dired-insert-marked-thumbs'.
15426 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
15428         * tumme.el (tumme-write-tag): Fix small bug (file name did not
15429         include path).
15430         (tumme-mark-tagged-files): Fix bug in regexp used to find rows
15431         matching tag.
15433 2006-02-12  Miles Bader  <miles@gnu.org>
15435         * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
15436         New variables.
15437         (rcirc-abbrev-nick): New function.
15438         (rcirc-format-response-string): Rewrite to use the formats in
15439         `rcirc-response-formats' and expand escape sequences therein.
15440         A text-property `rcirc-text' is added over the actual response
15441         text to make easy to find inside the returned string.
15442         (rcirc-print): When filling, just look for the `rcirc-text'
15443         text-property to find the appropriate fill prefix, instead of
15444         using hardwired patterns.
15446 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
15448         * tumme.el: Enhance some docstrings.  Add todo item about Thumbnail
15449         Managing Standard.
15451 2006-02-11  Kim F. Storm  <storm@cua.dk>
15453         * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
15454         Don't use insert-buffer; do insert-buffer-substring directly.
15455         (ido-file-internal): Set mark for ido-insert-file.  Use insert-file-1.
15457 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
15459         * files.el (revert-buffer, recover-file): Replace buffer-read-only
15460         with inhibit-read-only.  Suggested by Stefan Monnier.
15461         (revert-buffer): Let insert-file-contents discard
15462         buffer-undo-list.  Simplify code.
15463         (find-file, find-file-existing, revert-buffer): Doc-string fixes.
15465 2006-02-11  Eli Zaretskii  <eliz@gnu.org>
15467         * menu-bar.el (menu-bar-select-yank): Add a doc string.
15469         * help.el (describe-key-briefly): Now a wrapper for
15470         describe-key-briefly-internal.  Bind enable-disabled-menus-and-buttons
15471         to t.  Populate yank-menu if empty.
15472         (describe-key-briefly-internal): Renamed from describe-key-briefly.
15473         (describe-key): Now a wrapper for describe-key-internal.  Bind
15474         enable-disabled-menus-and-buttons to t.  Populate yank-menu if empty.
15475         (describe-key-internal): Renamed from describe-key.
15477 2006-02-11  Milan Zamazal  <pdm@zamazal.org>
15479         * progmodes/glasses.el (glasses-separator): Doc fix.
15480         (glasses-original-separator): New defcustom.
15481         (glasses-make-readable, glasses-convert-to-unreadable): Use it.
15483 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
15485         * mwheel.el (mouse-wheel-up-event): Doc fix.
15487 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
15489         * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
15490         (tumme-dir): New function.  Copied from thumbs.el.
15492 2006-02-10  Juanma Barranquero  <lekktu@gmail.com>
15494         * desktop.el (desktop-outvar): Fix typo.
15495         (desktop-save-buffer-p): Doc fix.
15497         * subr.el (substitute-key-definition): Fix typo.
15499 2006-02-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15501         * frame.el (select-frame-set-input-focus): Call x-focus-frame also
15502         when window-system is mac.
15504         * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
15506 2006-02-10  Kim F. Storm  <storm@cua.dk>
15508         * subr.el (substitute-key-definition-key): Pass t for NOERROR to
15509         indirect-function instead of using condition-case.
15511 2006-02-10  Mathias Dahl  <mathias.dahl@gmail.com>
15513         * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
15514         less `colloquial'...
15516 2006-02-09  Mathias Dahl  <mathias.dahl@gmail.com>
15518         * tumme.el: Add a couple of todo items.
15520 2006-02-09  Lars Hansen  <larsh@soem.dk>
15522         * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
15523         (highlight-changes-mode): Don't change desktop-locals-to-save.
15525 2006-02-09  Chong Yidong  <cyd@stupidchicken.com>
15527         * image-mode.el (image-toggle-display): Clear image cache if using
15528         filename.
15530 2006-02-09  Masatake YAMATO  <jet@gyve.org>
15532         * dired-x.el (dired-guess-shell-alist-default): Add .man as
15533         a `dired-man' target.
15535         * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
15536         boundary of symbols.
15538 2006-02-08  Peter Doornbosch  <peter.doornbosch@luminis.nl>  (tiny change)
15540         * vc-svn.el (vc-svn-print-log): Show recent commits as well.
15542 2006-02-09  Juanma Barranquero  <lekktu@gmail.com>
15544         * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
15545         `mapcar'; return nil.
15547 2006-02-08  Chong Yidong  <cyd@stupidchicken.com>
15549         * mouse.el (mouse-drag-track): Don't change window if we rebind to
15550         some other event.
15552 2006-02-08  Ryan Yeske  <rcyeske@gmail.com>
15554         * net/rcirc.el (rcirc-startup-channels-alist):
15555         Add irc.freenode.net and #emacs as defaults.
15556         (rcirc-ignore-all-activity-flag): Remove variable.
15557         (rcirc-authinfo): New variable.
15558         (rcirc-authinfo-filename): Remove variable.
15559         (rcirc-always-use-server-buffer-flag): New flag.
15560         (rcirc): M-x rcirc will automatically connect without prompting.
15561         C-u M-x rcirc will prompt.  Use rcirc-connect to create a
15562         connection in lisp.
15563         (rcirc-process-server-response-1): Remove everything but the nick
15564         portion of the sender so it doesn't need to be done everywhere
15565         else.  Update related code.
15566         (global-map): Remove global keybindings.
15567         (rcirc-get-buffer-create): Make sure rcirc-topic is set.
15568         (rcirc-send-input): Split into several functions.
15569         (rcirc-process-input-line, rcirc-process-message)
15570         (rcirc-process-command): New functions.
15571         (rcirc-target-buffer): New function to determine where to route
15572         messages.
15573         (rcirc-user-nick): Save match data.
15574         (rcirc-toggle-ignore-buffer-activity)
15575         (rcirc-update-activity-string): Remove global ignore functionality,
15576         which can be done now by toggling rcirc-track-minor-mode.
15577         (rcirc-track-minor-mode-map): New keymap.
15578         (rcirc-track-minor-mode): New minor-mode.
15579         (ignore): Make the ignore output nicer.  Always print it when
15580         adding or removing nicks.
15581         (rcirc-url-regexp): Improve.
15582         (rcirc-mangle-text): Remove properties before using text in the
15583         modeline.
15584         (rcirc-authenticate): Authentication data comes from
15585         rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
15586         (rcirc-server-prefix): Inherit from rcirc-server.
15588 2006-02-08  Mathias Megyei  <Mathias.Megyei@micronas.com>  (tiny change)
15590         * Makefile.in (compile): Append "|| true" to the end of the `find'
15591         command, like compile-always does.
15593 2006-02-08  Sam Steingold  <sds@gnu.org>
15595         * net/tramp.el (tramp-maybe-open-connection): Do not wait for
15596         output from a dead connection.
15598 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
15600         * dired.el (dired-mode-map): Add more bindings for tumme.
15602 2006-02-07  Stefan Monnier  <monnier@iro.umontreal.ca>
15604         * wdired.el (wdired-mode-map): Use remap.
15605         (wdired-get-filename): Massage.
15606         (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
15607         (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
15608         `keymap' property rather than `local-map'.
15610 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
15612         * tumme.el (tumme-get-thumbnail-image): New utility function.
15613         Suggested by from Chong Yidong.
15614         (tumme-dired-with-window-configuration): Rename from
15615         `tumme-dired'.  Add code to save window configuration.
15616         (tumme-restore-window-configuration): New command to restore the
15617         window configuration that `tumme-dired-with-window-configuration'
15618         saves before it changes the window configuration.
15619         (tumme-show-all-from-dir): New command to display thumbnails for
15620         all files in a directory entered by the user, like M-x thumbs.
15621         (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
15622         have been created.
15623         (tumme-display-thumbnail-original-image): Call `display-buffer'.
15624         (obsolete-tumme-display-thumbnail-original-image-and-buffer):
15625         Remove obsolete test function.
15627 2006-02-07  Juanma Barranquero  <lekktu@gmail.com>
15629         * vc.el (small-temporary-file-directory): Remove defvar; there's
15630         a defcustom for it in files.el.
15632         * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
15633         Fix typo in message.
15634         (tumme-gallery-generate): Fix typo in `error' message.
15635         (tumme-display-window-height-correction)
15636         (tumme-display-window-width-correction, tumme-line-up-dynamic)
15637         (tumme-line-up-interactive): Dox fixes.
15638         (tumme-cmd-rotate-original-options, tumme-display-properties-format)
15639         (tumme-restore-window-configuration, tumme-format-properties-string)
15640         (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
15641         Fix typos in docstrings.
15643 2006-02-07  Chris Moore  <christopher.ian.moore@gmail.com>
15645         * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
15647 2006-02-07  Nick Roberts  <nickrob@snap.net.nz>
15649         * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
15650         User should use hook if desired.
15652         * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
15653         buffer if necessary.
15654         (gdb-delete-frame-or-window): New function.
15655         (gdb-breakpoints-mode-map): Bind "q" to it.
15657 2006-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15659         * textmodes/nroff-mode.el: Clean up name space.
15660         (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
15661         (nroff-mode): Obey the global setting of nroff-electric-mode.
15662         (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
15664         * calendar/calendar.el (calendar-increment-month): Typo in last change.
15666 2006-02-06  Thien-Thi Nguyen  <ttn@gnu.org>
15668         * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
15670 2006-02-06  Lars Hansen  <larsh@soem.dk>
15672         * generic-x.el (etc-fstab-generic-mode): Add file system types
15673         cifs and usbdevfs.  Allow special chars in file names.
15675 2006-02-05  Jay Belanger  <belanger@truman.edu>
15677         Update copyright notices of the files in lisp/calc.
15679 2006-02-05  Romain Francoise  <romain@orebokech.com>
15681         Update copyright notices of all files in the lisp/play directory.
15683 2006-02-04  Luc Teirlinck  <teirllm@auburn.edu>
15685         * ldefs-boot.el: Regenerate.
15687         * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
15689 2006-02-05  Kim F. Storm  <storm@cua.dk>
15691         * files.el (magic-mode-regexp-match-limit): New defvar.
15692         (set-auto-mode): Use it to limit magic-mode-alist matching.
15694 2006-02-04  Eli Zaretskii  <eliz@gnu.org>
15696         * info.el (Info-index, Info-mode): Improve the description of the
15697         `i' command.
15699         * ldefs-boot.el: Regenerate.
15701 2006-02-03  Werner Lemberg  <wl@gnu.org>
15703         * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
15704         greedy to find the closing bracket in \*[...] and similar
15705         expressions.  This is a first rough fix -- many additional
15706         refinements are necessary to make nroff mode really usable with groff.
15708 2006-02-03  Jens Petersen  <petersen@redhat.com>  (tiny change)
15710         * international/mule-cmds.el (set-locale-environment):
15711         Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
15712         libX11.
15714 2006-02-03  Joe Wells  <jbw@macs.hw.ac.uk>  (tiny change)
15716         * arc-mode.el (archive-maybe-copy): Fix the way directories in the
15717         archive are created in archive-tmpdir.
15719 2006-02-02  John Paul Wallington  <jpw@pobox.com>
15721         * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
15722         (ibuffer-fontification-alist): Use it.
15723         (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
15724         to "* z" and the Ibuffer Mark menu.
15726         * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
15728 2006-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
15730         * textmodes/table.el (*table--cell-describe-mode)
15731         (*table--cell-describe-bindings): Undo last change since
15732         print-help-return-message is not obsoleted by anything at all.
15734 2006-02-02  Luc Teirlinck  <teirllm@auburn.edu>
15736         * emulation/cua-base.el (cua-mode): Doc fix.
15738 2006-02-02  Juanma Barranquero  <lekktu@gmail.com>
15740         * dframe.el (dframe-handle-make-frame-visible)
15741         (dframe-handle-iconify-frame, dframe-get-focus)
15742         (dframe-select-attached-frame, dframe-power-click)
15743         (dframe-frame-mode): Fix typos in docstrings.
15745         * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
15746         (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
15747         Fix typos in docstrings.
15749         * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
15750         (hi-lock-face-buffer, hi-lock-font-lock-hook)
15751         (hi-lock-archaic-interface-message-used)
15752         (hi-lock-file-patterns-range): Fix typos in docstrings.
15754         * savehist.el (savehist-loaded, savehist-load, savehist-install)
15755         (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
15757         * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
15758         Fix typo in docstring.
15760         * net/newsticker.el (newsticker--decode-iso8601-date)
15761         (newsticker--set-customvar, newsticker--buffer-insert-item)
15762         (newsticker--do-run-auto-mark-filter)
15763         (newsticker--parse-generic-feed): Doc fixes.
15764         (newsticker--retrieval-timer-list, newsticker-url-list)
15765         (newsticker-hide-immortal-items-in-echo-area)
15766         (newsticker-hide-obsolete-items-in-echo-area)
15767         (newsticker-new-item-face, newsticker--enclosure)
15768         (newsticker-buffer-update, newsticker-w3m-show-inline-images)
15769         (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
15770         (newsticker--parse-generic-feed, newsticker--cache-contains)
15771         (newsticker--stat-num-items, newsticker-download-enclosures):
15772         Fix typos in docstrings.
15774         * net/rcirc.el (rcirc-debug): Doc fix.
15775         (rcirc-fill-column, rcirc-receive-message-hooks)
15776         (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
15777         (rcirc-mode, rcirc-generate-new-buffer-name)
15778         (rcirc-startup-channels, rcirc-ignore-update-automatic)
15779         (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
15780         Fix typos in docstrings.
15781         (rcirc-print): "?\ " -> "?\s".
15782         (rcirc-cmd-join): Improve argument/docstring consistency.
15784 2006-02-01  Mark A. Hershberger  <mah@everybody.org>
15786         * xml.el (xml-parse-region): Move save-excursion and set-buffer up
15787         before narrow-to-region.
15789 2006-02-01  Richard M. Stallman  <rms@gnu.org>
15791         * simple.el (move-beginning-of-line): Scan properly for invis change.
15793         * replace.el (multi-occur-in-matching-buffers): Fix prev change.
15795 2006-02-01  Michael Albinus  <michael.albinus@gmx.de>
15797         * net/tramp.el (tramp-convert-file-attributes): Set file's gid
15798         change bit only when id-format is 'integer.  Reported by Matt
15799         Hodges <M.P.Hodges@rl.ac.uk>.
15801 2006-02-01  Juanma Barranquero  <lekktu@gmail.com>
15803         * hilit-chg.el (highlight-changes-initial-state)
15804         (highlight-changes-global-initial-state): Doc fixes.
15805         (highlight-changes-global-modes, global-highlight-changes):
15806         Fix typos in docstrings.
15808 2006-02-01  Kim F. Storm  <storm@cua.dk>
15810         * emulation/cua-base.el (cua-mode): Mention that CUA enables
15811         transient-mark-mode in doc string.
15813 2006-01-31  Richard M. Stallman  <rms@gnu.org>
15815         * replace.el (multi-occur): Doc fix.
15816         (multi-occur-in-matching-buffers): Rename from
15817         multi-occur-by-filename-regexp.  Prefix arg says match
15818         buffer names instead of file names.
15820 2006-01-31  Juanma Barranquero  <lekktu@gmail.com>
15822         * bs.el: Allow non-default values of `bs-header-lines-length'.
15823         (bs--running-in-xemacs): Remove (not needed anymore).
15824         (bs--set-window-height): Simplify by using `fit-window-to-buffer'
15825         instead of `shrink-window', thus avoiding having to compute the
15826         height of the window.
15827         (bs--up): Wrap around even when there's no header.
15828         (bs--down): Use `forward-line' instead of `next-line'.
15830 2006-01-30  Chong Yidong  <cyd@stupidchicken.com>
15832         * image-mode.el (image-toggle-display): Use file name if possible,
15833         instead of unnecessarily allocating a (possibly huge) lisp string.
15835 2006-01-30  John Paul Wallington  <jpw@pobox.com>
15837         * subr.el (toplevel): Define `cl-assertion-failed' condition here
15838         because the `assert' macro signals it at runtime.
15840         * emacs-lisp/cl.el (toplevel): Remove definition of
15841         `cl-assertion-failed' condition.
15843 2006-01-30  Nick Roberts  <nickrob@snap.net.nz>
15845         * thumbs.el (thumbs-marked-list): Make buffer-local and
15846         permanent-local.
15847         (thumbs-insert-thumb): Make help-echo non-sticky.
15848         (thumbs-file-alist): Use eolp as check for (non)-image.
15850 2006-01-30  Juanma Barranquero  <lekktu@gmail.com>
15852         * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
15853         (ediff-before-session-group-setup-hooks)
15854         (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
15855         Fix typos in docstrings.
15857         * window.el (bw-dir, bw-eqdir, balance-windows)
15858         (split-window-keep-point): Fix typos in docstrings.
15860         * textmodes/org.el (org-allow-space-in-links, org-closed-string)
15861         (org-quote-string, org-calendar-to-agenda-key)
15862         (org-agenda-sorting-strategy, org-agenda-use-time-grid)
15863         (org-show-following-heading, org-tags-column)
15864         (org-use-tag-inheritance, org, org-allow-space-in-links)
15865         (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
15866         (org-enable-table-editor, org-calc-default-modes)
15867         (org-table-allow-automatic-line-recalculation)
15868         (org-export-html-style, org-export-with-fixed-width)
15869         (org-export-with-sub-superscripts, org-special-keyword)
15870         (org-formula, org-time-grid, org-table-may-need-update)
15871         (org-mode, org-goto-ret, org-goto-left, org-goto-right)
15872         (org-goto-quit, org-get-indentation, org-end-of-item)
15873         (org-move-item-down, org-move-item-up)
15874         (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
15875         (org-remove-occur-highlights, org-read-date, org-goto-calendar)
15876         (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
15877         (org-agenda-log-mode, org-agenda-toggle-diary)
15878         (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
15879         (org-agenda-file-to-end, org-agenda-no-heading-message)
15880         (org-agenda-get-closed, org-format-agenda-item)
15881         (org-cmp-priority, org-cmp-category, org-cmp-time)
15882         (org-agenda-change-all-lines, org-agenda-diary-entry)
15883         (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
15884         (org-link-search, org-camel-to-words, org-open-file)
15885         (org-remember-handler, org-table-convert-region)
15886         (org-table-move-row-down, org-table-move-row-up)
15887         (org-table-copy-region, org-table-wrap-region)
15888         (org-table-toggle-vline-visibility)
15889         (org-table-get-vertical-vector, org-table-modify-formulas)
15890         (org-table-get-specials, org-recalc-commands)
15891         (org-table-rotate-recalc-marks, org-table-eval-formula)
15892         (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
15893         (org-level-color-stars-only, org-insert-heading):
15894         Fix typos in docstrings.
15895         (last-arg): Add defvar.
15897         * makefile.w32-in (WINS): Add erc.
15898         (MH_E_SRC): Update (copied from lisp/Makefile.in).
15900 2006-01-29  Bill Wohler  <wohler@newt.com>
15902         * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
15903         mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
15904         mh-tool-bar.el, mh-xface.el.  Remove mh-customize.el, mh-init.el.
15905         (mh-autoloads): Don't use comments on otherwise empty lines.
15907 2006-01-29  Edward O'Connor  <ted@oconnor.cx>
15909         * emulation/viper.el (viper-major-mode-modifier-list):
15910         Add insert-state and vi-state entries for erc-mode.
15911         (viper-go-away, viper-set-hooks): Add and remove
15912         viper-comint-mode-hook from erc-mode-hook as appropriate.
15914         * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
15916 2006-01-29  Juanma Barranquero  <lekktu@gmail.com>
15918         * bs.el (bs--format-aux): Implement `middle' alignment as
15919         described in the docstring for `bs-attributes-list'.
15920         (bs--get-name): Simplify.  Don't pad the buffer name.
15922 2006-01-27  Agustin Martin  <agustin.martin@hispalinux.es>
15924         * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
15925         English aspell dictionary is installed, use the first entry of
15926         ispell-dictionary-alist-1.
15928 2006-01-27  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
15930         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
15931         Doc fix.
15933 2006-01-27  Michael Albinus  <michael.albinus@gmx.de>
15935         * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
15936         for `process-file', in order to let it work for older Emacsen too.
15938 2006-01-27  Eli Zaretskii  <eliz@gnu.org>
15940         * international/latexenc.el: Add a suitable `coding:' tag.
15941         (latexenc-find-file-coding-system): Undo last change.
15943 2006-01-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
15945         * international/latexenc.el (latexenc-find-file-coding-system):
15946         Make sure latexenc-main-file is a regular file and is readable.
15948 2006-01-27  Andre Spiegel  <spiegel@gnu.org>
15950         * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
15951         Pass FILE to vc-user-login-name.
15953         * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
15955 2006-01-27  Nick Roberts  <nickrob@snap.net.nz>
15957         * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
15958         there are no more images to display.
15959         (thumbs-mark, thumbs-unmark): Revert change so that they move to
15960         the next image.
15962 2006-01-26  Richard M. Stallman  <rms@gnu.org>
15964         * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
15966         * wid-edit.el (advertised-widget-backward): New alias.
15967         (widget-keymap): Use advertised-widget-backward for S-TAB.
15969         * tumme.el: Correct the keywords.
15970         (tumme-dir-max-size): Use defvar.
15971         (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
15973         * simple.el (move-beginning-of-line): Take account of fields.
15974         (clone-indirect-buffer-other-window): Take args like
15975         clone-indirect-buffer, and work like it.
15977         * help-fns.el (describe-function): Don't pass `nil' as default.
15979         * files.el (risky-local-variable-p): Follow var aliases.
15981         * subr.el (lazy-completion-table): Doc fix.
15983         * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
15984         global binding of `line'.
15986 2006-01-25  Andre Spiegel  <spiegel@gnu.org>
15988         * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
15989         Tramp.
15991         * vc.el (vc-default-dired-state-info): Pass FILE to
15992         vc-user-login-name.
15993         (vc-default-update-changelog): Don't use vc-user-login-name, we
15994         don't need it here.
15996         * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
15997         no longer necessary.
15999 2006-01-25  Kenichi Handa  <handa@m17n.org>
16001         * international/mule.el (decode-char): Avoid the overhead of
16002         calling utf-lookup-subst-table-for-decode if
16003         utf-translate-cjk-mode is nil.
16004         (encode-char): Avoid the overhead of calling
16005         utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
16006         nil.
16008 2006-01-22  Kenichi Handa  <handa@m17n.org>
16010         * international/mule.el (make-subsidiary-coding-system): Reset
16011         `coding-system-define-form' property of subsidiaries to nil.
16012         Avoid duplicated entry in coding-system-alist.
16013         (make-coding-system): Avoid duplicated entry in
16014         coding-system-alist.
16015         (define-coding-system-alias): Likewise.
16017 2006-01-24  Luc Teirlinck  <teirllm@auburn.edu>
16019         * completion.el: Minor fixes in introductory comment.
16020         (completion-def-wrapper): Fix alist.
16022 2006-01-25  Nick Roberts  <nickrob@snap.net.nz>
16024         * thumbs.el (thumbs-new-image-size): New function.
16025         (thumbs-increment-image-size-element)
16026         (thumbs-decrement-image-size-element, thumbs-increment-image-size)
16027         (thumbs-decrement-image-size): Delete.
16028         (thumbs-resize-image-1): Rename from thumbs-resize-image.  Keep old
16029         temp files and use to resize.
16030         (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
16031         Use increment argument to enlarge/shrink.  Preserve point.
16032         (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
16033         (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
16034         (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
16035         (thumbs-mark, thumbs-unmark): Preserve point.
16036         (thumbs-modify-image): Keep old temp files and use to modify.
16037         Cleanup old temp files at load time.  Preserve point.
16038         (thumbs-view-image-mode-map): Use new command names.
16040 2006-01-24  Stefan Monnier  <monnier@iro.umontreal.ca>
16042         * log-view.el (log-view-minor-wrap): First rev is the one at point.
16044         * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
16045         the nastiest part of the cyclic dependency.
16046         (cal-menu-update): Use dotimes and calendar-increment-month.
16048         * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
16049         (calendar-week-start-day): Add an :initializer.
16050         (calendar-mode-map): Use suppress-keymap, and command remapping.
16051         (describe-calendar-mode): Setup xref-stack info for the back button.
16052         (calendar-star-date): Insert before delete.
16053         (calendar-set-mode-line): Add file-modified info if applicable.
16054         (calendar-increment-month): New function.
16056 2006-01-24  Tobias C. Rittweiler  <tcr@freebits.de>  (tiny change)
16058         * font-lock.el (lisp-font-lock-keywords-2):
16059         Recognize "& keywords" only at word boundaries.
16061 2006-01-24  Nick Roberts  <nickrob@snap.net.nz>
16063         * thumbs.el (thumbs-extra-images): New variable.  Make it buffer-local
16064         and permanent-local.
16065         (thumbs-max-image-number): New variable.
16066         (thumbs-do-thumbs-insertion): Use them.
16067         (thumbs-per-line): Change default to 4.
16068         (thumbs-marked-list): Rename from thumbs-markedL.
16069         (thumbs-cleanup-thumbsdir, thumbs-delete-images)
16070         (thumbs-rename-images): Use -list instead of L for internal variables.
16071         (thumbs-call-convert): Use call-process instead of shell-command.
16072         (thumbs-insert-thumb): Add filename as help-echo to each image.
16073         (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
16074         Give dir to thumbs-show-thumbs-list.
16075         (thumbs-show-thumbs-list): Set default-directory to that of images.
16076         (thumbs-dired-show): Rename from thumbs-dired-show-all.
16077         (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
16078         (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
16079         (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
16081 2006-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
16083         * ses.el (ses-read-cell): Provide a default value.
16085 2006-01-23  Juanma Barranquero  <lekktu@gmail.com>
16087         * term/w32-win.el (image-library-alist): Add additional names for
16088         GIF library.
16090 2006-01-23  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
16092         * international/latexenc.el (latexenc-find-file-coding-system):
16093         Add file-regular-p check.
16095 2006-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16097         * simple.el (clone-buffer): Don't show the new buffer in the same
16098         window.
16100 2006-01-23  Juri Linkov  <juri@jurta.org>
16102         * faces.el (link, link-visited): New faces based on default values
16103         of `info-xref' and `info-xref-visited'.
16105         * info.el (info-xref): Inherit from `link'.
16106         (info-xref-visited): Inherit from `link-visited'.
16108         * cus-edit.el (custom-buffer-create-internal): Use widget type
16109         `custom-manual' instead of `info-link' and don't set properties
16110         `button-face' and `mouse-face' explicitly.
16111         (custom-browse-group-tag, custom-browse-variable-tag)
16112         (custom-browse-face-tag): Inherit from widget class
16113         `custom-group-link' instead of `push-button'.
16114         (custom-button-unraised): Inherit from `underline' face.
16115         (custom-link): Inherit from `link' face.  Fix doc and group.
16116         (custom-add-parent-links, custom-group-value-create): Don't set
16117         properties `button-face' and `mouse-face' explicitly for
16118         `custom-group-link' widget.
16119         (custom-group-link): Add properties `button-face' and `mouse-face'
16120         to widget definition.
16121         (custom-field-keymap): New variable.  Put `custom-field-keymap' to
16122         editable-field's :keymap property.
16123         (custom-mode): Fix docstring: substitute keybindings for
16124         `widget-forward' and `widget-backward' from `widget-keymap',
16125         `widget-complete' from `custom-field-keymap', replace old
16126         `Custom-move-and-invoke' with `widget-move-and-invoke'.  Untabify.
16128         * desktop.el (desktop-load-file): Check for `fboundp' before
16129         calling `symbol-function'.
16131         * simple.el (clone-buffer, clone-indirect-buffer)
16132         (clone-indirect-buffer-other-window): Use `read-buffer' instead of
16133         `read-string'.  Fix prompts.
16135         * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
16137 2006-01-23  Nick Roberts  <nickrob@snap.net.nz>
16139         * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
16141 2006-01-22  Luc Teirlinck  <teirllm@auburn.edu>
16143         * startup.el (inhibit-splash-screen, initial-scratch-message):
16144         Doc fixes.
16146 2006-01-22  Michael Albinus  <michael.albinus@gmx.de>
16148         Sync with Tramp 2.0.52.
16150         * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
16151         * net/tramp-vc.el: Add code for unloading Tramp.  See comment before
16152         `tramp-unload-tramp' for checklist.
16154         * net/tramp.el: Require `timer-funcs' instead of `timer' if in
16155         XEmacs.  Contributed by Steve Youngs <steve@sxemacs.org>.
16156         (tramp-unload-file-name-handler-alist)
16157         (tramp-unload-tramp): New defuns.
16158         (tramp-advice-PC-expand-many-files): New defadvice.
16159         (tramp-save-PC-expand-many-files, tramp-setup-complete): Defuns
16160         removed.
16161         (tramp-handle-expand-file-name): Remove double slash.
16162         (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
16163         It doesn't matter, because it will be converted later on.
16164         (tramp-handle-file-ownership-preserved-p): Rewritten.  The old
16165         implementation was just heuristic.
16166         (tramp-post-connection): Set uid and gid properties.
16167         (tramp-convert-file-attributes): Set file's gid change bit.
16168         (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
16169         (tramp-handle-expand-file-name): Use "~root" for tilde expansion
16170         in case of su(do)? methods.  The home directory of the local user
16171         will be taken else.
16172         (tramp-open-connection-telnet)
16173         (tramp-open-connection-rsh, tramp-open-connection-su)
16174         (tramp-open-connection-multi): Set PS1 to "$ ".  Otherwise, a
16175         local shell prompt could hurt.  Reported by Romain Francoise
16176         <romain@orebokech.com>.
16177         (tramp-let-maybe): Add `edebug-form-spec' property.
16178         (tramp-handle-expand-file-name): Bind `default-directory' locally
16179         to "/" in order to avoid problems with UNC shares or Cygwin
16180         mounts.
16181         (tramp-md5-function): Fix typo in error message.
16183         * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
16185         * net/tramp-util.el (top): Apply `ignore' instead of `identity'
16186         for byte-compiler pacification.
16188 2006-01-22  Andre Spiegel  <spiegel@gnu.org>
16190         * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
16191         ID-FORMAT `string'.  This allows us to get rid of
16192         `vc-user-login-name UID'.
16194         * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
16196 2006-01-22  John Paul Wallington  <jpw@pobox.com>
16198         * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
16200 2006-01-21  Martin Rudalics  <rudalics@gmx.at>
16202         * emacs-lisp/find-func.el (find-definition-noselect)
16203         (find-variable-noselect): Search variables in C source code too.
16204         (find-function-C-source, find-function-noselect, find-function)
16205         (find-function-other-frame, find-variable-noselect, find-variable)
16206         (find-variable-other-frame, find-variable-at-point):
16207         Fix docstrings.
16209 2006-01-21  Francesco Potort\e,Al\e(B  <pot@gnu.org>
16211         * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
16213 2006-01-21  Agustin Martin  <agustin.martin@hispalinux.es>
16215         * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
16216         Default to disabling the "Save affix" question.
16218 2006-01-21  Marien Zwart  <marienz@gentoo.org>  (tiny change)
16220         * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
16221         the first arg to run-python.
16223 2006-01-21  Eli Zaretskii  <eliz@gnu.org>
16225         * startup.el (command-line-1): Handle --no-desktop if desktop.el
16226         is not loaded.
16228 2006-01-20  Jay Belanger  <belanger@truman.edu>
16230         * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
16231         limit is 0.
16233         * calc/calc-arith.el (math-add-symb-fancy): Check the length of
16234         the correct variable.
16236 2006-01-20  Carsten Dominik  <dominik@science.uva.nl>
16238         * textmodes/org.el (org-open-at-point): Fixed bug with matching a
16239         link.  Fixed buggy argument sequence in call to `org-view-tags'.
16240         (org-compile-prefix-format): Set `org-prefix-has-tag'.
16241         (org-prefix-has-tag): New variable.
16242         (org-format-agenda-item): Remove tags from headline if
16243         appropriate.
16244         (org-agenda-remove-tags-when-in-prefix): New option.
16245         (org-get-tags-at): New function.
16247 2006-01-20  Nick Roberts  <nickrob@snap.net.nz>
16249         * thumbs.el (thumbs-buffer): New variable.  Make it buffer local.
16250         (thumbs-find-image): Move image name and number from buffer name
16251         to mode name.  Set thumbs-buffer.  Preserve point so that large
16252         images remain visible.
16253         (thumbs-file-alist): Construct list in thumbs-buffer and reverse
16254         order.
16255         (thumbs-show-image-num): Get image from thumbs-file-alist.  Set
16256         mode name.
16257         (thumbs-next-image, thumbs-previous-image): Make them work.
16259 2006-01-19  Luc Teirlinck  <teirllm@auburn.edu>
16261         * cus-edit.el (custom-buffer-create-internal): State in the text above
16262         the whole buffer buttons that they do not operate on hidden items.
16263         (custom-face-menu): Use `custom-face-save' instead of
16264         `custom-face-save-command'.
16265         (custom-face-save-command): Make it an alias for `custom-face-save'
16266         and declare it obsolete.
16267         (custom-face-save): Doc fix.
16269         * dired.el (dired-no-confirm): Add quote.
16270         (dired-subdir-alist-pre-R): Add quote in
16271         `make-variable-buffer-local' form and remove unbalanced parenthesis.
16273 2006-01-19  Stefan Monnier  <monnier@iro.umontreal.ca>
16275         * textmodes/table.el (table-mode-indicator): Typo in last change.
16277 2006-01-19  Richard M. Stallman  <rms@gnu.org>
16279         * outline.el (hide-leaves): Don't call outline-end-of-heading.
16280         Fixes bug reported in Nov 2005.
16282         * isearch.el (isearch-forward): Doc fix.
16284         * dired.el (dired-move-to-filename-regexp): Define as alias.
16285         (dired-no-confirm): Use defcustom.
16286         (dired-subdir-alist-pre-R): Put defvar at top level.
16288         * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
16290         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
16291         Mark as risky.
16293         * simple.el (set-mark-command): Doc fix.
16294         (clone-indirect-buffer-other-window):
16295         Read arg like clone-indirect-buffer.
16296         (move-beginning-of-line): Skip invisible newlines.
16298 2006-01-19  Masatake YAMATO  <jet@gyve.org>
16300         * progmodes/cpp.el (cpp-edit-load): Make the order of
16301         listed conditions in a base C code buffer and its associate
16302         CPP Edit buffer the same.
16304 2006-01-19  Kenichi Handa  <handa@m17n.org>
16306         * mail/rmail.el (rmail-enable-mime): Docstring fixed.
16307         (rmail-mime-feature): Likewise.
16308         (rmail-require-mime-maybe): Use display-warning to show a warning
16309         message.
16311         * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
16312         (find-auto-coding): Use auto-coding-regexp-alist-lookup.
16314 2006-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
16316         * array.el: Move defvars out of eval-when-compile.
16317         (array-make-template): Replace undeclared global var with a local one.
16318         (array-mode): Inline initialization functions.
16319         (array-init-local-variables, array-init-max-row)
16320         (array-init-max-column, array-init-columns-per-line)
16321         (array-init-field-width, array-init-rows-numbered)
16322         (array-init-line-length, array-init-lines-per-row): Remove.
16324         * play/doctor.el: Move defvars out of eval-when-compile.  Use dolist.
16325         (doc-mode-map): Define explicitly.
16326         (doctor-txtype): Use mapc.
16328         * textmodes/table.el: Move defvars out of eval-when-compile.
16329         Remove harmful code meant to avoid byte-compiler warnings.
16330         (table-fixed-mode-indicator): Remove.  Use a more complex mode-line
16331         specification that checks table-fixed-width-mode directly.
16332         (table-recognize-region, table-recognize-cell):
16333         Use restore-buffer-modified-p.
16334         (table-fixed-width-mode): Remove code that refreshes
16335         table-fixed-mode-indicator.
16336         (*table--cell-describe-bindings, *table--cell-describe-mode):
16337         Avoid obsolete name print-help-return-message.
16338         (table--test-cell-list): Don't use replace-regexp from elisp.
16339         (table--point-entered-cell-function, table--point-left-cell-function):
16340         Don't set table-fixed-mode-indicator, use force-mode-line-update.
16342         * textmodes/org.el: Move defvars out of eval-when-compile.  Move code
16343         that was after the end of file.  Use buffer-file-name variable.
16344         (org-timestamp-change): Use with-current-buffer.
16345         (org-todo-list): Don't unnecessarily define a new buffer-local var.
16346         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
16347         `file'.
16349         * progmodes/fortran.el: Move defvars out of eval-when-compile.
16350         (fortran-break-line): Remove unused var `opoint'.
16351         (fortran-abbrev-start): Obey help-event-list.
16353 2006-01-18  Jesper Harder  <harder@phys.au.dk>
16355         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
16357 2006-01-18  Masatake YAMATO  <jet@gyve.org>
16359         * progmodes/make-mode.el (makefile-imake-mode): New mode
16360         derived from makefile-mode.
16361         (makefile-imake-mode-syntax-table): New syntax table
16362         derived from makefile-mode-syntax-table.
16363         (makefile-mode): Write about makefile-imake-mode in doc string.
16364         (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
16365         (makefile-imake-font-lock-keywords): New font lock keywords.
16367         * files.el (auto-mode-alist): Add Imakefile.
16369 2006-01-17  Agustin Martin  <agustin.martin@hispalinux.es>
16371         * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
16372         loading the file rather than when turning on flyspell-mode.
16374 2006-01-16  Luc Teirlinck  <teirllm@auburn.edu>
16376         * cus-edit.el (customize-rogue): Minor doc fix.
16378 2006-01-17  Juri Linkov  <juri@jurta.org>
16380         * dired-aux.el (dired-diff): Use dired-dwim-target-directory
16381         instead of the file at the mark as default if the file at the mark
16382         is the same as the file at point or if dired-dwim-target-directory
16383         is not the same as the current directory and the mark is not active.
16385         * log-view.el (log-view-minor-wrap): Use the same logic to get
16386         revisions as `log-view-diff'.
16388         * info.el (Info-revert-find-node): Check for Info-current-file
16389         before preserving new-history.
16391         * man.el (Man-heading-regexp): Add `/'.
16393         * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
16394         (html-mode): Set `sentence-end-base' instead of `sentence-end'.
16396 2006-01-16  Juri Linkov  <juri@jurta.org>
16398         * faces.el (mode-line-faces): New defgroup.
16399         (mode-line-highlight): Move definition after new defgroup.
16400         (mode-line, mode-line-inactive, mode-line-highlight):
16401         Replace :group `modeline' with `mode-line-faces'.
16402         (mode-line-buffer-id): New face.
16403         (modeline-buffer-id): New face alias.
16404         (vertical-border): Remove :group `modeline'.
16406         * bindings.el (propertized-buffer-identification): Use face
16407         `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
16408         (mode-line-next-buffer, mode-line-previous-buffer): New functions.
16409         (mode-line-buffer-identification-keymap): For mouse-1 replace
16410         `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
16411         Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
16412         mouse-3.
16414         * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
16415         Buffer-menu-buffer.  Doc fix.
16416         (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
16417         (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
16418         `Buffer-menu-buffer'.
16420         * info.el (Info-mode-line-node-keymap): New defvar.
16421         (Info-set-mode-line): Use `stringp' to check Info-current-file.
16422         Propertize Info-current-node with `mode-line-buffer-id' and
16423         `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
16425         * time.el (display-time-mail-face): Replace :group `faces' with
16426         `mode-line-faces'.
16428 2006-01-16  Kenichi Handa  <handa@m17n.org>
16430         * international/code-pages.el: Add autoload cookies for cp125[0345678].
16432         * language/european.el (cp1252): New alias for windows-1252.
16434         * international/mule.el (autoload-coding-system): Prepare for EOL
16435         variants.
16437 2006-01-15  Dan Nicolaescu  <dann@ics.uci.edu>
16439         * term.el (term-raw-map): Add mapping for insert.
16440         (term-send-insert): New.
16441         (term-mode): Make variables local here instead of doing it in
16442         `term-emulate-terminal'.
16443         (term-emulate-terminal): Delete incorrect optimization for cr+lf.
16444         Scroll reverse needs to take into account the scroll region.
16445         Saving and restoring the cursor should save the color attributes too.
16446         (term-reset-terminal): Reset the scroll region.
16447         (term-handle-ansi-escape): Cursor up and down should take into
16448         account the scroll region.
16449         (term-set-scroll-region): Rename from `term-scroll-region'.
16450         Move to 0,0 after setting the region.
16451         (term-handle-scroll): Handle scroll up.
16452         (term-down): Fix off by one error.
16453         (term-delete-lines): Do not delete outside the scroll region.
16454         (term-insert-lines): Take into account the scroll region.
16456 2006-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
16458         * textmodes/ispell.el (ispell-internal-change-dictionary)
16459         (ispell-change-dictionary): Undo most of last change of 2006-01-13.
16460         (start, end): Move declaration outside of eval-when-compile.
16462         * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
16463         (flyspell-mode-on): Use it.
16465         * textmodes/ispell.el (ispell-kill-ispell): Run new hook
16466         ispell-kill-ispell-hook.
16468 2006-01-14  Luc Teirlinck  <teirllm@auburn.edu>
16470         * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
16471         (Custom-reset-saved): Do not ask for confirmation in single option
16472         buffers.
16474 2006-01-13  Richard M. Stallman  <rms@gnu.org>
16476         * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
16478 2006-01-13  Romain Francoise  <romain@orebokech.com>
16480         * add-log.el (add-change-log-entry, change-log-merge):
16481         Conditionally use `hard-newline'.
16483 2006-01-13  Martin Rudalics  <rudalics@gmx.at>
16485         * wid-edit.el (widget-field-end): If the overlay is no longer
16486         associated with a buffer, behave as if the overlay didn't exist.
16488         * cus-edit.el (custom-add-see-also, custom-add-parent-links):
16489         Make sure the links use the `custom-link' face.
16491 2006-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
16493         * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
16494         (ld-script-mode): Don't set indent-line-function since we don't
16495         have one.
16497 2006-01-13  Carsten Dominik  <dominik@science.uva.nl>
16499         * textmodes/org.el (org-open-file): Use mailcap for selecting an
16500         application.
16501         (org-file-apps-defaults-gnu): Use mailcap as the default for
16502         selecting an application on a UNIX system.
16503         (org-agenda-show-tags): New command.
16504         (org-table-insert-hline): Keep cursor in current table line.
16505         (org-table-convert): Offset effect of modifying
16506         `org-table-insert-hline'.
16507         (org-format-agenda-item): New optional argument TAG.
16508         (org-compile-prefix-format): Handle %T format for the tag.
16509         (org-expand-wide-chars): New function.
16510         (org-table-insert-row, org-table-insert-hline):
16511         Use `org-expand-wide-chars'.
16512         (org-open-file): Fix bug in program launch.
16513         (org-get-time-of-day): Fix bug with times before 1am.
16514         (org-agenda-menu): Add tags commands.
16516 2006-01-13  Agustin Martin  <agustin.martin@hispalinux.es>
16518         * textmodes/ispell.el (ispell-init-process): Include the used
16519         dictionary in ispell process start message.
16520         (ispell-internal-change-dictionary): When flyspell-mode is active
16521         and dictionary is changed, make sure ispell process is restarted
16522         and flyspell word cache cleared out for the current buffer.
16523         (ispell-change-dictionary): Make sure flyspell word cache is
16524         cleared out in all buffers with active flyspell mode when
16525         dictionary is globally changed.
16526         Call ispell-internal-change-dictionary after dictionary change.
16528 2006-01-13  Eli Zaretskii  <eliz@gnu.org>
16530         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
16532         * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
16533         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
16534         years.  Fix small differences wrt Makefile.in.
16535         (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
16536         Makefile.in does.
16538 2006-01-12  Bill Wohler  <wohler@newt.com>
16540         * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
16541         mh-search.el.
16543 2006-01-12  Masatake YAMATO  <jet@gyve.org>
16545         * progmodes/ld-script.el: Update copyright year.
16547 2006-01-12  Chong Yidong  <cyd@stupidchicken.com>
16549         * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
16550         Don't add widget if setting undefined.
16552 2006-01-12  John Paul Wallington  <jpw@pobox.com>
16554         * help-fns.el (describe-variable): Remove newlines from void
16555         variable output.
16557 2006-01-13  Nick Roberts  <nickrob@snap.net.nz>
16559         * wdired.el (wdired-mode-map): Add help echo for
16560         wdired-abort-changes.
16562         * man.el (Man-file-name-regexp): Adjust for a list of files.
16564 2006-01-12  Masatake YAMATO  <jet@gyve.org>
16566         * progmodes/ld-script.el (auto-mode-alist): Support
16567         suffix conventions used in netbsd and eCos.
16569 2006-01-11  Luc Teirlinck  <teirllm@auburn.edu>
16571         * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
16572         (custom-variable-menu, custom-face-menu, custom-group-menu)
16573         (Custom-mode-menu): Change names of menu items.  (As discussed on
16574         emacs-devel.)
16575         (custom-face-menu): Add "Undo Edits" item.
16577         * startup.el (init-file-user): defcustom -> defvar.
16579         * tooltip.el (tooltip-mode): Doc fix.
16581 2006-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
16583         * reveal.el (reveal-post-command): window-buffer signals an error on
16584         dead windows rather than returning nil.
16585         (reveal-open-new-overlays): An overlay might die while we open others.
16587 2006-01-11  Bill Wohler  <wohler@newt.com>
16589         * cus-dep.el (generated-custom-dependencies-file): Fix typo and
16590         phrasing in docstring.
16592         * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
16593         can give some systems gas.  Add new file mh-buffers.el.
16595 2006-01-06  Masatake YAMATO  <jet@gyve.org>
16597         * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
16598         C preprocessor forward ported from GNU Emacs 21.2.
16600         * progmodes/asm-mode.el (asm-font-lock-keywords):
16601         Use `cpp-font-lock-keywords'.
16603         * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
16605         * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
16606         of $ for "\\.ld[s]?".
16608 2006-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16610         * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
16611         (tcl-indent-line): Return `noindent' if inside a string.
16613         * progmodes/flymake.el (flymake-split-string): Remove more than one
16614         empty string at beg/end of the result.
16615         (flymake-find-buildfile, flymake-find-possible-master-files):
16616         Use expand-file-name.
16617         (flymake-fix-file-name): Don't replace \ with / and don't remove ./
16618         since expand-file-name does it for us.  Use directory-file-name.
16619         (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
16620         (flymake-ler-get-type, flymake-ler-get-text)
16621         (flymake-ler-make-ler): Remove.  Replace by defstruct.  Update callers.
16622         (flymake-current-line-no): Remove spurious interactive spec.
16623         (flymake-delete-temp-directory): Remove unused var `slash-pos'.
16624         (flymake-check-include): Remove arg inc-path merged into inc-name.
16625         (flymake-check-patch-master-file-buffer): Fit in 80 columns.
16626         Arg regexp-list replaced by a simple regexp.
16627         (flymake-master-make-header-init, flymake-master-tex-init):
16628         Correspondingly replace regexp-list with a regexp.  Fix regexp.
16630 2006-01-10  Simon Josefsson  <jas@extundo.com>
16632         * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
16633         describing AUTH PLAIN fix.
16635 2006-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
16637         * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
16638         (report-emacs-bug): Don't record initial prompt text.
16639         Instead, add text properties to prompting text.
16640         (report-emacs-bug-hook): Delete prompting text.
16642 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
16644         * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
16645         `dirs'.  Adjust callers.
16647 2006-01-09  John Paul Wallington  <jpw@gnu.org>
16649         * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
16651 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
16653         * reveal.el (reveal-open-new-overlays): New extracted fun.
16654         (reveal-close-old-overlays): Idem.  Check overlays's liveness before
16655         using them.  Simplify the code.
16656         (reveal-post-command): Use them.  Fix up obsolete windows in
16657         reveal-open-spots.
16659         * progmodes/flymake.el: Use `require' rather than autoload for
16660         XEmacs's overlays.
16661         (flymake-get-common-file-prefix, flymake-build-relative-filename):
16662         Delete.  Use file-relative-name instead.
16663         (flymake-get-syntax-check-program-args, flymake-perl-init):
16664         Simplify the resulting code.
16666         * log-view.el (log-view-file-re, log-view-message-re): Add support
16667         for DaRCS output.
16669 2006-01-09  Alex Schroeder  <alex@gnu.org>
16671         * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
16672         identifiers sometimes added in square brackets at the beginning of
16673         subject lines.
16675 2006-01-07  Richard M. Stallman  <rms@gnu.org>
16677         * cus-edit.el (Custom-set, Custom-save): Doc fix.
16678         (Custom-reset-current, Custom-reset-saved): Change question text.
16679         (Custom-reset-standard): Likewise.
16680         (custom-variable-reset-saved): Doc fix.
16682 2006-01-07  Eli Zaretskii  <eliz@gnu.org>
16684         * startup.el (init-file-user): Doc fix.
16686 2006-01-07  Alex Schroeder  <alex@gnu.org>
16688         * mail/rmail.el (rmail-current-subject): New function.
16689         (rmail-current-subject-regexp): New function.
16690         (rmail-next-same-subject): Use it.
16692         * mail/rmailsum.el (rmail-summary-by-topic):
16693         Use rmail-current-subject and rmail-current-subject-regexp.
16694         (rmail-summary-next-same-subject): Ditto.
16696         * net/rcirc.el (rcirc-send-input): No longer check whether the
16697         process is open, since not all commands need an open process.
16698         (rcirc-send-string): Check whether the process is open before
16699         sending anything.
16700         (rcirc-ignore-list): New option.
16701         (rcirc-ignore-list-automatic): New variable.
16702         (rcirc-print): Take rcirc-ignore-list into account.
16703         (rcirc-cmd-ignore): New command.
16704         (rcirc-ignore-update-automatic): New function.
16705         (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
16706         list if ignored nicks.
16707         (rcirc-handler-NICK): Ditto, and also ignore the new nick.
16709 2006-01-06  David Reitter  <david.reitter@gmail.com>
16711         * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
16712         reflect the address to which the report will be sent.
16714 2006-01-06  Eli Zaretskii  <eliz@gnu.org>
16716         * progmodes/ld-script.el (auto-mode-alist): Recognize linker
16717         scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
16719 2006-01-01  Michael Ernst  <mernst@alum.mit.edu>  (tiny changes)
16721         * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
16723         * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
16724         the doc string: "functoin" => "function".
16725         * ldefs-boot.el: Likewise.
16727         * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
16728         message text: "Duplicat" => "Duplicate".
16730 2006-01-06  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
16732         * files.el (basic-save-buffer-2): If backing-up failed, reset
16733         buffer-backed-up to nil.
16735 2006-01-06  Nick Roberts  <nickrob@snap.net.nz>
16737         * progmodes/gud.el (gdb-script-skip-to-head)
16738         (gdb-script-calculate-indentation): Indent for breakpoint command
16739         lists also.
16741 2006-01-05  Bill Wohler  <wohler@newt.com>
16743         * Makefile.in (compile-always): Add mh-autoloads dependency.
16744         (bootstrap): Remove mh-autoloads dependency, as compile dependency
16745         provides it.
16746         (updates): Remove mh-autoloads dependency, since it probably has
16747         already run recently (via recompile).
16749 2006-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
16751         * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
16752         argument `force' to disable the flyspell-last-buffer optimization.
16753         (flyspell-mode-on): Use it.
16755         * progmodes/flymake.el (flymake-get-cleanup-function): Default to
16756         flymake-simple-cleanup.
16757         (flymake-allowed-file-name-masks): Use this new default.
16758         All the functions are now called in the right buffer rather than
16759         passing the buffer as argument.
16760         (flymake-process-sentinel): Switch to buffer before calling cleanup.
16761         (flymake-parse-err-lines): Remove redundant buffer arg.
16762         (flymake-get-program-dir): Comment out unused function.
16763         (flymake-start-syntax-check, flymake-start-syntax-check-process):
16764         Remove redundant buffer argument.
16765         (flymake-get-real-file-name, flymake-simple-java-cleanup)
16766         (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
16768 2006-01-05  Richard M. Stallman  <rms@gnu.org>
16770         * info.el (Info-find-node): Don't record previous node if have none.
16771         (info): Go to directory only if history is empty.
16773         * simple.el (mark): Doc fix.
16775 2006-01-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16777         * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
16778         already of desired type.
16779         (mac-ae-list): Coerce parameter to "list" type.
16780         (mac-dispatch-apple-event): Replace cadr part of event with a
16781         dummy position so that event-start returns it.
16783 2006-01-05  Carsten Dominik  <dominik@science.uva.nl>
16785         * textmodes/org.el (org-end-of-subtree): New function.
16786         (org-cycle, org-subtree-end-visible-p, org-scan-tags):
16787         Use `org-end-of-subtree'.
16788         (org-agenda, org-agenda-convert-date): Protect calls to
16789         `fit-window-to-buffer'.
16790         (org-tags-view): Force matching of sublevels when doing a
16791         todo-only search.  Define the correct redo command, including the
16792         arguments.
16793         (org-agenda-redo): Display message.
16794         (org-check-for-org-mode): New function.
16795         (org-agenda-type): New variable.
16796         (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
16797         Set `org-agenda-type'.
16798         (org-agenda-check-type): New function.
16799         (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
16800         (org-agenda-week-view, org-agenda-day-view)
16801         (org-agenda-next-date-line, org-agenda-previous-date-line)
16802         (org-agenda-log-mode, org-agenda-toggle-diary)
16803         (org-agenda-toggle-time-grid, org-agenda-date-later)
16804         (org-agenda-date-prompt, org-agenda-diary-entry)
16805         (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
16806         (org-agenda-convert-date, org-agenda-menu):
16807         Use `org-agenda-check-type'.
16808         (org-make-overlay, org-delete-overlay)
16809         (org-detatch-overlay, org-move-overlay, org-overlay-put):
16810         New compatibility functions.
16811         (org-calendar-select-mouse): New command.
16813 2006-01-04  Chong Yidong  <cyd@stupidchicken.com>
16815         * cus-edit.el (Custom-reset-current, Custom-reset-saved)
16816         (Custom-reset-standard): Fix y-or-n-p messages.
16817         (custom-link): New face for links.
16818         (custom-buffer-create-internal, custom-manual): Use it.
16819         (custom-face-save): Push to theme-face before setting face spec.
16821         * wid-edit.el (widget-default-mouse-face-get): New function.
16822         (widget-specify-button): Handle mouse-face like button-face.
16824         * custom.el (load-theme): Clear old theme settings if reloading.
16826 2006-01-03  Luc Teirlinck  <teirllm@auburn.edu>
16828         * cus-edit.el (custom-buffer-create-internal): Move whole buffer
16829         "Erase Customization" button back to same position it occupies in
16830         the individual State menus.
16832 2006-01-04  Kim F. Storm  <storm@cua.dk>
16834         * wid-edit.el (key-sequence): Rework widget to read key binding
16835         using `kbd' syntax.  Use C-q to insert literal key, event, or code.
16836         (widget-key-sequence-default-value): Default value for empty sequence.
16837         (widget-key-sequence-map): New map for reading key binding.  Bind C-q.
16838         (widget-key-sequence-read-event): New command for C-q.
16839         (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
16840         (widget-key-sequence-value-to-external): New functions.
16842 2006-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16844         * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
16845         Use expand-file-name.
16846         (flymake-delete-temp-directory): Use expand-file-name,
16847         file-name-directory, and directory-file-name.
16848         (flymake-strrchr): Delete.
16849         (flymake-start-syntax-check): Don't pass the redundant buffer argument
16850         to the init-f function.
16851         (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
16852         (flymake-init-find-buildfile-dir)
16853         (flymake-init-create-temp-source-and-master-buffer-copy)
16854         (flymake-simple-make-init-impl, flymake-simple-make-init)
16855         (flymake-master-make-init, flymake-master-make-header-init)
16856         (flymake-simple-make-java-init, flymake-simple-ant-java-init)
16857         (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
16858         (flymake-xml-init): Remove corresponding redundant buffer argument.
16859         (flymake-allowed-file-name-masks): Remove last elems that are equal to
16860         the default anyway.  Clean up regexps.
16862         * progmodes/flymake.el (flymake-temp-source-file-name)
16863         (flymake-master-file-name, flymake-temp-master-file-name)
16864         (flymake-base-dir): New buffer-local vars.
16865         (flymake-buffer-data, flymake-get-buffer-value)
16866         (flymake-set-buffer-value): Replace those hash-tables by the new
16867         buffer-local vars.  Update callers.
16869         * progmodes/flymake.el (flymake-check-start-time)
16870         (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
16871         (flymake-last-change-time, flymake-new-err-info, flymake-timer):
16872         Move definition, so we can remove redundant earlier declaration.
16873         (flymake-replace-regexp-in-string, flymake-split-string)
16874         (flymake-get-temp-dir): Use defalias.
16875         (flymake-popup-menu): Remove `pos' argument.  Use posn-at-point.
16876         (flymake-xemacs-window-edges): Remove unused function.
16877         (flymake-get-point-pixel-pos): Move.
16878         (flymake-pid-to-names, flymake-reg-names)
16879         (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
16880         Replace by a simple list flymake-processes and by process-buffer.
16881         Update callers.  Other than simplify the code, it uses buffers rather
16882         than buffer-names so it doesn't get confused by uniquify.
16883         (flymake-buffer-data): The global value should just be nil.
16885         * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
16886         Optimize the body of a defalias like any other code.
16888         * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
16889         Make sure we've setup font-lock's vars.  It may influence which
16890         function we then call.
16891         (font-lock-default-fontify-buffer): Don't bother calling set-defaults
16892         here since it's too late anyway.
16894 2006-01-03  Romain Francoise  <romain@orebokech.com>
16896         * startup.el (fancy-splash-tail, normal-splash-screen):
16897         Update copyright year.
16899 2006-01-02  J.D. Smith  <jdsmith@as.arizona.edu>
16901         * mouse.el (mouse-drag-track): Rename, from
16902         `mouse-drag-region-1'.  Includes optional argument required to
16903         enable post-drag event processing (e.g. delete region keys).
16904         Can be used without this argument to track a mouse region and operate
16905         on it as soon as the drag completes.
16906         (mouse-drag-region): Use `mouse-drag-track'.
16908 2006-01-02  Chong Yidong  <cyd@stupidchicken.com>
16910         * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
16911         Move to `custom-buffer' group.
16913         * cus-theme.el: Rewrite the Custom New Theme Mode interface.
16914         (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
16915         (custom-theme-insert-face-marker, custom-theme-variable-menu)
16916         (custom-theme-face-menu): New variables.
16917         (custom-theme-add-variable, custom-theme-variable-action)
16918         (custom-variable-reset-theme, custom-theme-delete-variable)
16919         (custom-face-reset-theme, custom-theme-face-action)
16920         (custom-theme-delete-face, custom-theme-merge-theme)
16921         (custom-theme-add-face, custom-theme-visit-theme): New functions.
16923 2006-01-01  Chong Yidong  <cyd@stupidchicken.com>
16925         * custom.el: Move Custom Themes commentary to start of theme code.
16926         (custom-known-themes): Rename `standard' theme to `changed'.
16927         (custom-push-theme): Caller no longer specifies what theme to use
16928         when doing `reset'---the setting is simply removed from the theme.
16929         Delete MODE from `theme-value' and `theme-settings' properties.
16930         (custom-declare-theme): Ignore &rest args since we don't use them.
16932         (custom-loaded-themes): Delete variable.
16933         (custom-theme-load-themes, custom-theme-loaded-p)
16934         (custom-theme-value): Delete functions.
16936         (custom-declare-theme): Signal error on invalid theme names.
16937         (provide-theme): custom-loaded-themes was deleted.
16938         (load-theme): Load the file unconditionally.
16939         (enable-theme): Call `load-theme' if theme is undefined.
16940         (custom-enabled-themes): Only update value for successful loads.
16941         (disable-theme): Complete from enabled themes when interactive.
16942         (custom-variable-theme-value): Calculate theme value directly.
16944         (custom-theme-reset-variables, custom-reset-variables): Mark as
16945         XEmacs compatibility functions.  We don't actually use these.
16947         * cus-edit.el (custom-variable-state-set):
16948         Use custom-variable-theme-value instead of custom-theme-value.
16949         (custom-face-state-set): Rename `standard' theme to `changed'.
16950         (custom-save-variables, custom-save-faces): Delete unneeded
16951         references to custom-reset-variables.
16952         (custom-save-resets): Delete function.
16953         (custom-save-variables, custom-save-faces): MODE argument deleted.
16954         (custom-save-variables, custom-save-faces): Ignore theme values.
16956         * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
16957         compatibility function.
16959 2006-01-01  Richard M. Stallman  <rms@gnu.org>
16961         * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
16962         (Custom-reset-current, Custom-reset-saved): Likewise.
16963         (Custom-reset-standard): Show message if aborted.
16964         (custom-mode): Doc fix, describing those commands.
16966         * mouse.el (mouse-drag-region-1): When following link via mouse-2,
16967         put on event-kind property.
16969 2005-12-31  Chong Yidong  <cyd@stupidchicken.com>
16971         * custom.el (provide-theme): Ban `user' theme name.
16972         (custom-enabling-themes): New variable.
16973         (enable-theme): Don't enable user if custom-enabling-themes is t.
16974         (custom-enabled-themes): Make it a defcustom.
16975         (custom-theme-recalc-face): No-op if face is undefined.
16977         * cus-edit.el (custom-button-mouse): New variable.
16978         (custom-button-mouse): New face.
16979         (custom-raised-buttons, custom-mode): Use it.
16981         * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
16983 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
16985         * progmodes/gud.el (gud-display-line): Support hl-line in the
16986         source buffer.
16988 2005-12-31  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
16990         * mouse.el (mouse-drag-window-above): Verify that the found window
16991         overlaps with the given window in the horizontal dimension.
16993 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
16995         * Makefile.in (cvs-update): New target.
16997         * makefile.w32-in (cvs-update): Ditto.
16999 2005-12-30  Chong Yidong  <cyd@stupidchicken.com>
17001         * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
17002         (custom-new-theme-mode-map): New variable.
17004 2005-12-30  Richard M. Stallman  <rms@gnu.org>
17006         * custom.el (custom-load-themes): Function deleted.
17008         * cus-edit.el (custom-save-loaded-themes): Function deleted.
17009         (custom-save-variables): Don't delete or add custom-load-themes call.
17011 2005-12-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17013         * cus-start.el: Add `visible-cursor'.
17015         * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
17016         (flymake-parse-output-and-residual): Remove `source-buffer' argument.
17017         (flymake-process-filter): Switch to buffer before calling it instead.
17018         (flymake-post-syntax-check, flymake-highlight-err-lines)
17019         (flymake-delete-own-overlays, flymake-parse-err-lines)
17020         (flymake-start-syntax-check, flymake-start-syntax-check-process)
17021         (flymake-count-lines, flymake-parse-residual):
17022         Remove constant buffer argument.
17023         (flymake-start-syntax-check-for-current-buffer): Remove.
17024         Update callers to use flymake-start-syntax-check instead.
17025         (flymake-display-err-menu-for-current-line):
17026         Remove unused var `mouse-pos'.
17027         (flymake-restore-formatting): Comment out unused function.
17028         (flymake-report-status, flymake-report-fatal-status): Remove buffer
17029         argument, use current-buffer instead.  Update callers.
17031 2005-12-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
17033         * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
17034         buffer-local because choose-completion-delete-max-match requires
17035         that we set completion-ignore-case (i.e., binding via let is not
17036         sufficient).
17037         (bibtex-complete): Always set completion-ignore-case and
17038         choose-completion-string-functions.  The latter is needed because
17039         choose-completion-string-functions keeps its value if we quit the
17040         *Completions* buffer without requesting a completion.
17042 2005-12-30  Andreas Schwab  <schwab@suse.de>
17044         * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
17046 2005-12-30  Eli Zaretskii  <eliz@gnu.org>
17048         * jit-lock.el (jit-lock-chunk-size): Doc fix.
17050 2005-12-30  Juri Linkov  <juri@jurta.org>
17052         * locate.el (locate-fcodes-file, locate-header-face)
17053         * progmodes/delphi.el (delphi-other-face)
17054         * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
17056         * paren.el (show-paren-match, show-paren-mismatch): Use existing
17057         group `paren-showing-faces'.
17059         * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
17060         (goto-address): Fix docstring.
17062         * net/webjump.el (webjump-sample-sites): Update URLs.
17064         * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
17066         * subr.el (cancel-change-group): Add listp around pending-undo-list.
17068 2005-12-29  Stefan Monnier  <monnier@iro.umontreal.ca>
17070         * font-lock.el (font-lock-compile-keywords): Signal an error when
17071         font-lock-set-defaults hasn't been called.
17073 2005-12-29  Luc Teirlinck  <teirllm@auburn.edu>
17075         * subr.el (noreturn, 1value): Doc fixes.
17077 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
17079         * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
17080         that assoc-string returns nil.
17082 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
17084         * textmodes/bibtex.el (bibtex-entry-type-whitespace)
17085         (bibtex-entry-type-str, bibtex-empty-field-re)
17086         (bibtex-search-backward-string, bibtex-preamble-prefix)
17087         (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
17088         (bibtex-any-valid-entry-type): New variable.
17089         (bibtex-parse-field-name): Simplify.
17090         (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
17091         (bibtex-preamble-prefix): Include left delimiter.
17092         (bibtex-search-forward-field, bibtex-search-backward-field):
17093         Allow unbounded search past entry boundaries (required by bibtex-pop).
17094         (bibtex-text-in-field-bounds): Use push.
17095         (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
17096         (bibtex-parse-preamble, bibtex-valid-entry)
17097         (bibtex-beginning-first-field): New functions.
17098         (bibtex-skip-to-valid-entry): Use bibtex-valid-entry.  Fix regexp.
17099         (bibtex-map-entries): Fix docstring.
17100         (bibtex-flash-head): New arg prompt.  Simplify.
17101         (bibtex-enclosing-field): Include code of bibtex-inside-field.
17102         (bibtex-insert-kill): Simplify.  Always insert text past the
17103         current field or entry.
17104         (bibtex-format-entry): Use bibtex-parse-field.
17105         (bibtex-pop): Use bibtex-beginning-of-entry and
17106         bibtex-end-of-entry to initiate the search.  Insert empty field if
17107         we found ourselves.
17108         (bibtex-print-help-message): New args field and comma.
17109         Handle entry keys.
17110         (bibtex-make-field): Use bibtex-beginning-of-entry.
17111         (bibtex-end-of-entry): Use bibtex-valid-entry.  Recognize any
17112         invalid entry.
17113         (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
17114         Handle preambles.  Simplify code for thorough test.
17115         (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
17116         New arg comma.  Handle entry heads.
17117         (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
17118         (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
17119         New arg comma.
17120         (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
17121         (bibtex-fill-field): Simplify.
17122         (bibtex-fill-entry): Use bibtex-beginning-first-field and
17123         bibtex-parse-field.
17124         (bibtex-convert-alien): Do not wait before calling bibtex-validate.
17125         (bibtex-complete): Use bibtex-parse-preamble.
17127 2005-12-29  Nick Roberts  <nickrob@snap.net.nz>
17129         * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
17130         Display name of expression instead of convenience variable.
17131         (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
17133         * progmodes/gud.el (gud-tooltip-dereference): Rename from
17134         toggle-gud-tooltip-dereference.
17135         (gud-tooltip-print-command): Move concatenation of "*" to expr to...
17136         (gud-tooltip-tips): ...here when dereferencing.
17138 2005-12-28  Bill Wohler  <wohler@newt.com>
17140         * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
17142 2005-12-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17144         * vc.el (vc-annotate-display): Replace optional arg `color-map' with
17145         compulsory arg `ratio'.  Inline body of vc-annotate-time-span.
17146         (vc-annotate-display-autoscale): Adjust call.
17147         (vc-annotate-display-default): Adjust call.  Make arg compulsory.
17148         Fix interactive spec.
17149         (vc-annotate-time-span): Remove.
17150         (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
17151         (vc-annotate-mode-menu, vc-annotate-display-autoscale)
17152         (vc-annotate-display-select): Use new name.
17154         * vc.el (vc-annotate-mode-map): Remove obsolete binding.
17155         (vc-annotate-mode-menu): Remove left-over redundant declaration.
17156         Correct the construction of span entries.  Simplify.
17157         (vc-annotate-display-select): Fix the nil case.
17158         (vc-annotate): Remove obsolete (and now broken) code.
17159         (vc-annotate-extract-revision-at-line): Remove obsolete code.
17160         (vc-annotate-time-span): Remove unused arg `quantize'.  Simplify.
17162 2005-12-28  Luc Teirlinck  <teirllm@auburn.edu>
17164         * subr.el (lazy-completion-table): Correct typo in docstring.
17166         * startup.el (command-line): Use `custom-reevaluate-setting' for
17167         `send-mail-function'.
17169         * mail/sendmail.el (send-mail-function): Autoload the standard-value.
17171 2005-12-05  Ralf Angeli  <angeli@iwi.uni-sb.de>
17173         * mail/smtpmail.el (smtpmail-try-auth-methods):
17174         Send credentials together with "AUTH PLAIN" command.
17176 2005-12-27  Richard M. Stallman  <rms@gnu.org>
17178         * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
17179         mouse-2, go back to previously selected window, so it's selected
17180         when mouse-2 command runs.
17182 2005-12-27  Juri Linkov  <juri@jurta.org>
17184         * descr-text.el (describe-text-sexp): Use square brackets for
17185         button [Show] to distinguish it from the property value `show'.
17186         (describe-property-list): Use `insert-text-button' with
17187         `help-face' type instead of putting face in quotes, because button
17188         is not created automatically for a list of faces.
17189         (describe-text-properties-1): Put button-type value in quotes to
17190         distinguish from plain text "button".
17191         (describe-char): Display code point values in hex.  Don't use
17192         `symbol-name' for `current-input-method' because it is a string.
17193         Use `insert-text-button' with `help-face' type instead of putting
17194         hardcoded face in quotes, because button is not created automatically.
17196 2005-12-27  Richard M. Stallman  <rms@gnu.org>
17198         * progmodes/glasses.el (glasses-face): More specific custom type.
17200         * files.el (set-visited-file-name): Doc fix.
17202         * textmodes/flyspell.el (flyspell-external-point-words):
17203         Use local var buffer-scan-pos to advance scan for next misspelling.
17204         Advance it only after we find the misspelling.
17206 2005-12-27  Agustin Martin  <agustin.martin@hispalinux.es>
17208         * textmodes/flyspell.el (flyspell-external-point-words):
17209         New criteria for finding the misspelling in the buffer.
17211 2005-12-27  Nick Roberts  <nickrob@snap.net.nz>
17213         * help-mode.el (help-insert-string): Set help-xref-stack-item
17214         rather than call help-setup-xref.
17216         * descr-text.el (describe-char): Revert previous changes for
17217         optional buffer argument.
17219 2005-12-27  Juri Linkov  <juri@jurta.org>
17221         * help-mode.el (help-insert-string): New function.  Save buffer
17222         contents in cases where it is impossible to recompute the old contents.
17224         * descr-text.el (describe-char): Set help-xref-stack-item
17225         explicitly after buffer has been generated.
17227 2005-12-27  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17229         * cus-start.el (all): Add x-gtk-show-hidden-files.
17231 2005-12-26  Richard M. Stallman  <rms@gnu.org>
17233         * replace.el (perform-replace): Calculate match-again
17234         before skipping read-only matches.
17236         * paren.el (paren-showing-faces): New group.
17237         (show-paren-match, show-paren-mismatch): Move to that group.
17239         * button.el (button): Put into group `basic-faces'.
17241         * progmodes/make-mode.el: Remove faces from group `faces'.
17243         * apropos.el (apropos, apropos-value): Doc fix.
17244         (apropos-documentation): Doc fix.
17246 2005-12-26  Stefan Monnier  <monnier@iro.umontreal.ca>
17248         * subr.el (lazy-completion-table): Remove argument `args'.
17250         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
17251         Don't use the `args' argument of lazy-completion-table.
17253 2005-12-26  Nick Roberts  <nickrob@snap.net.nz>
17255         * descr-text.el (describe-char): Add optional argument for buffer.
17256         Set buffer appropriately.  Call help-setup-xref.
17257         Suggested by Stefan Monnier.
17259 2005-12-26  Juri Linkov  <juri@jurta.org>
17261         * descr-text.el: Require `help-fns' at runtime.  Don't require
17262         `button' for byte compilation.
17263         (describe-text-widget): Add `help-echo' for first button.
17264         Use `help-info' for second.
17265         (describe-property-list): Use `help-argument-name' instead of `italic'.
17266         (describe-text-category): Add prompt to interactive spec.
17267         Call `help-setup-xref'.
17268         (describe-char): Use `help-character-set'.  Add `help-echo' for
17269         code point.  Use `help-input-method'.  Remove superfluous insert.
17271 2005-12-25  Richard M. Stallman  <rms@gnu.org>
17273         * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
17274         at point, in case of narrowing.
17276         * progmodes/delphi.el (delphi-other-face): Allow nil in type.
17278         * locate.el (locate-header-face): Allow nil in type.
17280         * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
17282 2005-12-25  Romain Francoise  <romain@orebokech.com>
17284         * battery.el (battery-linux-proc-acpi): Also try
17285         `/proc/acpi/thermal_zone/THM0/temperature'.
17287 2005-12-24  Chong Yidong  <cyd@stupidchicken.com>
17289         * custom.el (custom-push-theme): Fix docstring.
17291         * cus-edit.el (custom-variable-set, custom-variable-save)
17292         (custom-variable-save): Custom-quote widget values.
17293         (customize-save-variable): Fix custom-push-theme call.
17295 2005-12-24  Eli Zaretskii  <eliz@gnu.org>
17297         * w32-fns.el (w32-batch-update-autoloads): New function.
17299         * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
17300         Use w32-batch-update-autoloads, and don't setq generated-autoload-file
17301         from the command line.
17303 2005-12-23  Chong Yidong  <cyd@stupidchicken.com>
17305         * custom.el (custom-push-theme): Clarify docstring.  VALUE nil for
17306         reset means to remove setting from theme entirely.  Don't keep
17307         expanding theme-settings list; delete old entries if necessary.
17309         * cus-edit.el (custom-buffer-create-internal): Move "Erase
17310         customization" button one line up.
17311         (custom-themed): New face.
17312         (custom-magic-alist): New value, THEMED, for theme settings.
17313         (custom-variable-state-set, custom-face-state-set):
17314         Check theme-value instead of saved-value.
17315         (custom-variable-reset-standard, custom-face-reset-standard):
17316         Remove theme setting entirely.  Recalculate new values.
17317         (custom-variable-set, custom-variable-set)
17318         (custom-variable-reset-saved, custom-variable-reset-backup)
17319         (custom-face-set, custom-face-reset-saved): Update `user' theme.
17320         (custom-variable-save): Fix typos.
17322 2005-12-23  Juri Linkov  <juri@jurta.org>
17324         * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
17325         Add autoload cookies.
17326         (edebug-outside-d-c-i-n-s-w): New variable.
17327         (edebug-display, edebug-outside-excursion): Use it to save the
17328         original value of default-cursor-in-non-selected-windows.
17329         Set default-cursor-in-non-selected-windows to t while Edebug
17330         is active.
17331         (edebug-mode, edebug-eval-mode): Doc fix.
17333         * mouse.el (mouse-choose-completion): Replace `buffer-substring'
17334         with `buffer-substring-no-properties' to remove common substring
17335         highlighting.
17337         * info.el (info-other-window, info): Rename function argument
17338         `file' to `file-or-node'.
17339         (Info-complete-menu-item): Use local variable `complete-nodes' to
17340         keep the global value of `Info-complete-nodes' unchanged for
17341         subsequent completions.
17342         (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
17344         * simple.el (get-next-valid-buffer, last-buffer)
17345         (next-error-buffer-p, next-error-find-buffer)
17346         (minibuffer-history-sexp-flag): Doc fix.
17348         * savehist.el (savehist-mode-hook): Add `:group'.
17350         * log-view.el: Call autoload for vc-find-version.
17351         (log-view-current-file): Adjust subgroup numbers.
17352         (log-view-current-tag): Add `length'.
17354 2005-12-23  Richard M. Stallman  <rms@gnu.org>
17356         * vc.el (vc-annotate-car-last-cons): Defn moved up.
17358 2005-12-23  Juri Linkov  <juri@jurta.org>
17360         * hi-lock.el (hi-lock-archaic-interface-message-used)
17361         (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
17362         (hi-lock-mode): Display "Hi" in the mode line only when
17363         hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
17364         (hi-lock-write-interactive-patterns):
17365         Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
17366         (hi-lock-set-pattern, hi-lock-set-file-patterns)
17367         (hi-lock-font-lock-hook): Set 3rd arg `how' of
17368         font-lock-add-keywords to t.
17370 2005-12-23  David Koppelman  <koppel@ece.lsu.edu>
17372         * hi-lock.el (hi-lock-highlight-range): New variable.
17373         (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
17374         only if font-lock-fontified is non-nil.  Remove overlays.
17375         (hi-lock-set-pattern): Call font-lock-fontify-buffer if
17376         font-lock-fontified is non-nil, otherwise use overlays (instead of
17377         text properties).
17378         (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
17379         New variables.
17380         (hi-lock-string-serialize): New function.
17382 2005-12-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17384         * menu-bar.el (menu-find-file-existing): New function.
17385         (menu-bar-file-menu): Use menu-find-file-existing for Open.
17387         * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
17389 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17391         * vc.el: Remove unnecessary leading * in docstrings.
17392         (vc-annotate-mode-map): Move initialization into declaration.
17393         (vc-static-header-alist): Nitpick on the regexp.
17394         (vc-default-init-version): New fun.
17395         (vc-register): Use it.
17396         (vc-insert-headers): Use dolist.
17397         (vc-annotate-get-backend): Remove unused function.
17398         (vc-annotate-add-menu): Remove.  Build the menu directly at toplevel.
17399         (vc-annotate-mode): Remove corresponding call.
17400         (vc-annotate-car-last-cons): Simplify.
17401         (vc-annotate-buffers): Remove var.
17402         (vc-annotate-backend): Make it buffer-local.
17403         (vc-annotate): Move the interaction to the interactive spec.
17404         Add a `buf' argument.
17405         (vc-annotate-warp-version): Use this new `buf' argument to avoid
17406         killing&creating a vc-annotate buffer, which is very disruptive when
17407         the buffers are shown in dedicated frames.
17409 2005-12-23  Nick Roberts  <nickrob@snap.net.nz>
17411         * descr-text.el: Add FSF as maintainer.
17412         (describe-text-mode, describe-text-mode-map)
17413         (describe-text-mode-hook, describe-text-done): Delete.  Use normal
17414         help-mode.
17415         (describe-text-widget, describe-text-sexp)
17416         (describe-property-list, describe-text-category)
17417         (describe-text-properties, describe-text-properties-1)
17418         (describe-char): Use help buttons instead of widgets.
17419         (describe-char-unicodedata-file): Make URL link in doc string.
17421 2005-12-22  Richard M. Stallman  <rms@gnu.org>
17423         * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
17424         (custom-buffer-create-internal): Reword the top-of-buffer help intro.
17425         Don't include buttons that write a file when there's no file.
17426         (custom-variable-menu, custom-face-menu, custom-group-menu):
17427         Don't include commands that write a file when there's no file.
17428         (customize-browse): Reword the top-of-buffer help intro.
17429         (custom-buffer-create-internal): Fix previous change.
17430         (customize-changed-options-previous-release): Prev release is 21.1.
17431         (customize-changed-options): Doc fix.
17432         (customize-changed): New alias.
17433         (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
17434         Say "standard values".
17435         (Custom-reset-standard): Doc fix.
17436         (custom-face-reset-standard): Doc fix.
17438 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17440         * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
17441         even if font-lock-mode is non-nil since it may be t without having
17442         turned on font-lock-mode-internal.
17443         (font-lock-choose-keywords): Minor optimization.
17444         (font-lock-add-keywords, font-lock-remove-keywords)
17445         (font-lock-set-defaults): Don't call make-local-variable on a variable
17446         that we know to already be local.
17448 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17450         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
17451         messages if in the minibuffer.
17453 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
17455         * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
17456         (tex-mode-flyspell-verify, flyspell-get-word)
17457         (flyspell-external-point-words): Don't use point-min/max uselessly.
17459         * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
17460         by Kevin Rodgers.  Instead, just hide the completions buffer if we
17461         don't need to show it.
17463 2005-12-21  Luc Teirlinck  <teirllm@auburn.edu>
17465         * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
17467 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
17469         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
17470         delete-windows-on with an inexistent buffer.
17472 2005-12-22  Nick Roberts  <nickrob@snap.net.nz>
17474         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
17475         Delete defcustom variable :tag names.
17477 2005-12-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17479         * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
17480         (log-view-font-lock-keywords): Ajust subgroup numbers.
17481         (log-view-current-tag): Don't hard code the number of subgroups.
17483 2005-12-20  Juri Linkov  <juri@jurta.org>
17485         * tooltip.el (tooltip): Move defgroup before define-minor-mode.
17486         (tooltip-x-offset, tooltip-y-offset): Doc fix.
17488         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
17489         (menu-bar-non-minibuffer-window-p): Instead of checking
17490         display-multi-frame-p, use selected-frame when menu-updating-frame
17491         is nil.
17493 2005-12-20  Stuart Herring  <herring@lanl.gov>  (tiny change)
17495         * align.el (align-rules-list): Use [ \t] instead of \s-
17496         for column separators in text mode.
17498 2005-12-20  Nick Roberts  <nickrob@snap.net.nz>
17500         * help-mode.el (help-customize-variable, help-customize-face):
17501         Don't pop help-xref-stack as help-follow no longer pushes
17502         anything on to it.
17504 2005-12-20  Carsten Dominik  <dominik@science.uva.nl>
17506         * textmodes/org.el (org-agenda-custom-commands): New option.
17507         (org-agenda): Offer custom commands on splash screen.
17508         (org-make-tags-matcher): Parser for Boolean logic added.
17509         (org-agenda-set-tags): New command.
17510         (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
17511         (org-set-tags): Efficiency improvements.
17512         (org-auto-align-tags): New option.
17513         (org-todo, org-demote, org-promote): Realign tags.
17514         (org-tags-completion-function): Use also "&" and "|" as separators.
17515         (org-org-menu): Agenda commands simplified.
17517 2005-12-19  Luc Teirlinck  <teirllm@auburn.edu>
17519         * cus-edit.el (customize-apropos, customize-apropos-options):
17520         Docstring changes.
17522         * font-lock.el (font-lock): Add tags to the links in the defgroup.
17524 2005-12-19  Chong Yidong  <cyd@stupidchicken.com>
17526         * longlines.el (longlines-mode): Wrap while widened.
17527         (longlines-decode-region, longlines-encode-region): Compute max
17528         just once.
17530 2005-12-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17532         * cus-edit.el (mac): New group.
17534         * cus-start.el (all): Add user options in macterm.c.  Add test for
17535         Mac-related built-ins.  Fix test for GTK-related built-ins.
17537         * term/mac-win.el (mac-handle-language-change)
17538         (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
17539         (mac-services-open-selection, mac-services-mail-selection)
17540         (mac-services-mail-to, mac-services-insert-text)
17541         (mac-dispatch-apple-event): Add docstrings.
17542         (x-get-selection, mac-select-convert-to-string): Select coding
17543         system from `utf-16be' and `utf-16le' using `byteorder'.
17545 2005-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
17547         * subr.el (lazy-completion-table): Don't be fooled if the var holds
17548         a "list" (lambda ...) rather than a real completion list.
17550         * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
17551         lexical-let when encountering ((lambda (...) ...) ...).
17553 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
17555         * progmodes/sh-script.el (sh-mode):
17556         * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
17557         * textmodes/picture.el (picture-mode): Update docstrings.
17559 2005-12-17  Eli Zaretskii  <eliz@gnu.org>
17561         * makefile.w32-in (autoloads, custom-deps): Warn that parts of
17562         commands enclosed in $(ARGQUOTE)s should not be split between two
17563         lines, as that will break with GNU Make >3.80, when sh.exe is used
17564         and arg quoting is with '..'.
17565         (autoloads): Don't break the quoted --eval expression between
17566         several lines.
17568 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
17570         * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
17571         Capture error from printing circular structures.
17573 2005-12-17  Martin Rudalics  <rudalics@gmx.at>
17575         * wid-edit.el (widget-checkbox-action): Clear undo info.
17577 2005-12-16  Bill Wohler  <wohler@newt.com>
17579         * menu-bar.el (kill-this-buffer): Set a good example by using menu
17580         bar, not menubar in comment.
17582 2005-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
17584         * progmodes/cc-engine.el (c-after-change-check-<>-operators):
17585         After-change-functions should not clobber the match data.
17587 2005-12-16  Juri Linkov  <juri@jurta.org>
17589         * simple.el (choose-completion): Use `buffer-substring-no-properties'
17590         instead of `buffer-substring'.
17591         (completion-common-substring): Doc fix.
17592         (completion-setup-function): Use minibuffer-completion-contents
17593         instead of minibuffer-contents.  Don't set common-string-length
17594         initially.  Remove special handling of partial-completion-mode.
17595         Move computation of completion-base-size into one cond.
17596         Call completion-base-size-function in mainbuf.  In computation of
17597         completion-base-size for file name completion don't move point to
17598         the end of the minibuffer.  Move computation of common-string-length
17599         into one cond.  Start putting faces only when common-string-length>=0.
17600         Add condition to put completions-common-part when
17601         common-string-length>0.
17603         * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
17604         place point at the first different character in the minibuffer
17605         even if this position is at the beginning of the minibuffer.
17607         * info.el (Info-read-node-name-1): In completion-base-size-function's
17608         lambda return 1 if common-substring or minibuffer-completion-contents
17609         starts with (, and 0 otherwise.
17611         * emacs-lisp/crm.el (crm-minibuffer-completion-help):
17612         Use `crm-current-element' for second arg of `display-completion-list'.
17614 2005-12-16  Klaus Zeitler  <kzeitler@lucent.com>
17616         * files.el (set-auto-mode): Look for an interpreter specified on
17617         the first line also if search for mode specification succeeded,
17618         but the mode is not known.
17620 2005-12-16  Carsten Dominik  <dominik@science.uva.nl>
17622         * textmodes/org.el (org-tags-match-list-sublevels): New option.
17623         (org-open-at-point): Implement tag searches as links.
17624         (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
17625         (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
17626         (org-tags-sparse-tree, org-tags-view, org-set-tags)
17627         (org-agenda-dispatch): New commands.
17628         (org-use-tag-inheritance, org-tags-column): New options.
17629         (org-tab-follows-link, org-return-follows-link): New options.
17630         (org-tags): New customize group.
17631         (org-start-icalendar-file): Get local time zone.
17632         (org-tags-completion-function): New function.
17633         (org-set-font-lock-defaults): Make sure links will also be
17634         highlighted inside headlines.
17636 2005-12-16  Mark Plaksin  <happy@usg.edu>  (tiny change)
17638         * term.el (term-emulate-terminal):
17639         Let term-handle-ansi-terminal-messages override what Bash says about
17640         its current directory.
17642 2005-12-16  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
17644         * bindings.el (last-buffer): Move to simple.el.
17645         * simple.el (last-buffer): Move here.
17646         (get-next-valid-buffer): New function.
17647         (next-buffer): Use frame-local buffer list, maintain buried buffer list.
17648         (prev-buffer): Ditto.  Rename to `previous-buffer'.
17650         * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
17651         * bindings.el (global-map): Ditto.
17653 2005-12-15  Luc Teirlinck  <teirllm@auburn.edu>
17655         * cus-edit.el: Introductory comment change.
17656         (custom-magic-alist): Change message string for the `rogue' state.
17658 2005-12-15  Richard M. Stallman  <rms@gnu.org>
17660         * tooltip.el: Delete defcustom variable :tag names.
17662         * complete.el (partial-completion-mode): Doc fix.
17664         * textmodes/flyspell.el (flyspell-external-point-words):
17665         Use save-excursion to ensure we don't move backward in the
17666         search loop, not even one character.
17667         (flyspell-delete-all-overlays): Use remove-overlays directly.
17669         * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
17670         (ispell-start-process): Set that variable.
17671         Clear ispell-buffer-local-name.
17672         (ispell-internal-change-dictionary):
17673         Set ispell-current-dictionary after killing process.
17674         (ispell-buffer-local-dict):
17675         Don't set spell-personal-dictionary after killing process.
17676         (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
17677         (ispell-tex-skip-alists, ispell-html-skip-alists)
17678         (ispell-skip-region-alist): Mark as risky.
17680         * net/newsticker.el (newsticker--retrieval-timer-list)
17681         (newsticker--display-timer, newsticker-running-p)
17682         (newsticker-ticker-running-p): Definitions moved up.
17684 2005-12-16  Nick Roberts  <nickrob@snap.net.nz>
17686         * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
17688 2005-12-15  David Ponce  <david@dponce.com>
17690         * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
17691         (recentf-edit-list, recentf-open-files): Signal an error when
17692         there is no recent file.
17694 2005-12-14  Lennart Borgman  <lennart.borgman.073@student.lu.se>
17696         * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
17697         read-only except for texinfo-format-region evaluation.
17699 2005-12-14  Richard M. Stallman  <rms@gnu.org>
17701         * vc.el (vc-default-previous-version, vc-default-next-version)
17702         (vc-do-command): Doc fixes.
17704 2005-12-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
17706         * textmodes/bibtex.el (bibtex-expand-strings)
17707         (bibtex-autokey-expand-string, bibtex-name-part)
17708         (bibtex-entry-type-whitespace, bibtex-entry-type-str)
17709         (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
17710         (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
17711         (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
17712         (bibtex-entry-postfix, bibtex-known-entry-type-re)
17713         (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
17714         (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
17715         (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
17716         (bibtex-beginning-of-last-entry): Remove.
17717         (bibtex-parse-field-name): Use bibtex-field-name.  Issue error
17718         message if comma is missing but buffer is read-only.
17719         (bibtex-parse-field-text): Handle whitespaces at the end of field
17720         text.  Return 3-element list with beginning and end of field text
17721         and end of field.
17722         (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
17723         (bibtex-parse-field): Remove arg name.  Use bibtex-field-name.
17724         (bibtex-search-forward-field, bibtex-search-backward-field):
17725         Search always delimited by limits of entry.  Use more efficient
17726         search algorithms.
17727         (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
17728         bibtex-end-of-name-in-field.
17729         (bibtex-text-in-field-bounds): Handle BibTeX strings when
17730         extracting the content of a field.
17731         (bibtex-text-in-field): Use search limits.
17732         (bibtex-parse-string-prefix): Handle empty string keys based on
17733         bibtex-string-empty-key.
17734         (bibtex-parse-string): Fix docstring.
17735         (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
17736         (bibtex-preamble-prefix, bibtex-strings): New functions.
17737         (bibtex-skip-to-valid-entry): Include preceding whitespace in
17738         BibTeX entries (consistent with other BibTeX functions).
17739         (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
17740         (bibtex-search-entry): Fix docstring.  Simplify.
17741         (bibtex-flash-head, bibtex-complete-string-cleanup)
17742         (bibtex-count-entries, bibtex-sort-buffer): Simplify.
17743         (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
17744         (bibtex-parse-entry): New optional arg content.
17745         (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
17746         Use bibtex-text-in-field-bounds.
17747         (bibtex-print-help-message): Handle BibTeX strings and preambles.
17748         (bibtex-end-of-entry): Use bibtex-preamble-prefix and
17749         bibtex-parse-string-postfix.
17750         (bibtex-find-text-internal): New function.
17751         (bibtex-remove-delimiters): Use it.
17752         (bibtex-find-text): Use it.  New optional arg help.
17753         (bibtex-complete): Handle BibTeX string and preamble entries.
17754         (bibtex-Preamble): Fix order of closing delimiters.
17756 2005-12-14  Stefan Monnier  <monnier@iro.umontreal.ca>
17758         * vc.el (vc-default-revert): New fun.
17760         * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
17762 2005-12-14  Romain Francoise  <romain@orebokech.com>
17764         * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
17765         (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
17766         (font-lock-remove-keywords): Likewise.
17768 2005-12-14  Juri Linkov  <juri@jurta.org>
17770         * log-view.el (log-view-diff): Doc fix.
17772         * isearch.el (isearch-query-replace): Use (mark) instead of
17773         isearch-opoint if mark is active in transient-mark-mode.
17775 2005-12-14  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
17777         * isearch.el (isearch-query-replace): Check for isearch-other-end.
17779 2005-12-14  Per Abrahamsen  <abraham@dina.kvl.dk>
17781         * progmodes/cpp.el (cpp-face): New widget.
17782         (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
17784 2005-12-14  Juri Linkov  <juri@jurta.org>
17786         * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
17787         around `erase-buffer' and `insert'.
17789         * descr-text.el (describe-text-properties): Replace buffer name
17790         "*Help-2*" with "*Help*<2>".
17791         (describe-char): Add functions print-help-return-message,
17792         toggle-read-only.  Use help-setup-xref with nil to not store
17793         describe-char in help-xref-stack.  Use help-make-xrefs to
17794         make [back] button.
17796         * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
17798         * wdired.el (wdired-old-point): New internal variable.
17799         (wdired-change-to-wdired-mode): Set it buffer-locally.
17800         (wdired-abort-changes): Restore point after aborting changes.
17802 2005-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
17804         * vc.el (vc-do-command): Add a new value t for okstatus.
17806         * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
17807         frame in case of errors.
17809 2005-12-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17811         * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
17812         so it comes after "On the Left" in the menu.
17814 2005-12-12  Luc Teirlinck  <teirllm@auburn.edu>
17816         * cus-edit.el (customize-apropos, customize-apropos-options)
17817         (customize-apropos-faces, customize-apropos-groups): Doc fixes.
17819 2005-12-12  Bill Wohler  <wohler@newt.com>
17821         * vc-svn.el (vc-svn-registered): Fix problem of visiting
17822         non-writable Subversion-controlled files by saving window
17823         configuration before calling vc-do-command.  vc-do-command calls
17824         pop-to-buffer on error which is unexpected during registration.
17826 2005-12-12  Jay Belanger  <belanger@truman.edu>
17828         * calc/README: Update the summary of changes.
17830 2005-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
17832         * descr-text.el (describe-char): Rework last fix to solve the problem
17833         is the same way it's solved for everything else in that function
17834         (i.e. by extracting the info before setting up the *Help* buffer).
17836 2005-12-12  Kim F. Storm  <storm@cua.dk>
17838         * subr.el (version-regexp-alist): Allow space as separator before
17839         non-numeric part, e.g. "1.0 alpha".
17840         (version-to-list): Interpret .X.Y version as 0.X.Y version.
17842 2005-12-12  Carsten Dominik  <dominik@science.uva.nl>
17844         * textmodes/org.el (org-agenda, org-timeline, org-todo):
17845         Implement Logging and the keep-modes setting.
17846         (org-get-category): Make sure a string is returned.
17847         (org-log-done): New function.
17848         (org-log-done, org-closed-string): New options.
17850 2005-12-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17852         * tooltip.el (tooltip-y-offset): Change default to 20.
17854 2005-12-12  Richard M. Stallman  <rms@gnu.org>
17856         * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
17858         * frame.el (display-hourglass): Doc fix.
17860         * help.el (help-for-help-internal): Simplify entry for `a'.
17862         * info.el (Info-on-current-buffer): Doc fix.
17863         (info-insert-file-contents): Don't test (featurep 'jka-compr).
17865         * startup.el (inhibit-splash-screen): Make this the real name.
17866         (inhibit-startup-message): Make this the alias.
17867         (command-line): Find only simple.el, and use its directory
17868         to fill in other preloaded files' names.
17869         (command-line): Deactivate the mark if deactivate-mark is set.
17871         * international/mule.el (load-with-code-conversion):
17872         Bind deactivate-mark.
17874         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
17876 2005-12-11  Luc Teirlinck  <teirllm@auburn.edu>
17878         * cus-edit.el (customize-apropos): Avoid listing an option more
17879         than once under different aliases.  No longer list user options
17880         that are not defined with defcustom (unless a prefix arg is given).
17881         Doc fix.
17882         (customize-apropos-options): Doc fix.
17884 2005-12-11  Juri Linkov  <juri@jurta.org>
17886         * frame.el (set-background-color, set-foreground-color)
17887         (set-cursor-color, set-mouse-color, set-border-color):
17888         Add explicit prompts to read colors by `facemenu-read-color'.
17889         (show-trailing-whitespace, blink-cursor-delay)
17890         (blink-cursor-interval, display-hourglass, hourglass-delay):
17891         Remove tags.
17892         (display-hourglass, hourglass-delay): Doc fix.
17893         (cursor-in-non-selected-windows): Capitalize words in tag.
17895         * faces.el (frame-background-mode): Replace `choice-item' keywords
17896         with `const' to not make [default] button.  Change default value tag
17897         from `default' to `automatic'.  Doc fix.
17898         (trailing-whitespace) <defface>: Change group `whitespace' to
17899         `whitespace-faces'.
17901 2005-12-11  Richard M. Stallman  <rms@gnu.org>
17903         * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
17905 2005-12-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17907         * term/mac-win.el: Create keymap for mac-apple-event-map.
17909 2005-12-11  Nick Roberts  <nickrob@snap.net.nz>
17911         * tooltip.el (tooltip-mode): Move to start of file so that it
17912         appears at top of customize buffer.
17914         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
17915         Add the gud groupname.
17916         (gud-tooltip-mode): Add the tooltip groupname.
17917         (gud-tooltip-echo-area): Add the gud groupname.  Remove tag to
17918         avoid conflict with tooltip-use-echo-area.
17920 2005-12-10  Romain Francoise  <romain@orebokech.com>
17922         * help.el (help-for-help-internal): Add `r' in doc string.
17924 2005-12-10  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
17926         * align.el (align-regexp, align-highlight-rule):
17927         Use region-beginning and region-end instead of point and mark, so that
17928         repetition (with `repeat-complex-command') recomputes the region
17929         bounds.
17931 2005-12-10  Lennart Borgman  <lennart.borgman.073@student.lu.se>
17933         * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
17934         (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
17935         (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
17936         (balance-windows): Rewrite using the above new functions.
17938 2005-12-10  David Koppelman  <koppel@ece.lsu.edu>
17940         * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
17941         react if global-hi-lock-mode seems intended.
17942         (global-hi-lock-mode): Renamed from hi-lock-mode.
17943         (hi-lock-archaic-interface-message-used)
17944         (hi-lock-archaic-interface-deduce): New variables.
17945         (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
17946         (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
17947         (hi-lock-find-patterns, hi-lock-font-lock-hook):
17948         Replace hi-lock-buffer-mode with hi-lock-mode.
17950 2005-12-10  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
17952         * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
17953         completion list, even after a partial completion has been
17954         inserted in the current buffer.  If there are more than 1
17955         completion, redisplay the *Completions* buffer; if the
17956         completion is unique, delete the *Completions* window.
17958 2005-12-10  Eli Zaretskii  <eliz@gnu.org>
17960         * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
17961         strings and long subject lines that were broken into multiple
17962         lines at arbitrary places.  Handle subjects that have "Re: " in
17963         the middle.
17965 2005-12-10  John W. Eaton  <jwe@octave.org>
17967         * progmodes/octave-mod.el (octave-electric-space): Don't indent
17968         comments or strings if octave-auto-indent is nil.
17970 2005-12-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17972         * term/mac-win.el: Require url when compiling.
17973         Call mac-process-deferred-apple-events after loading init files.
17974         (mac-apple-event-map): New defvar.  Define event handlers in it.
17975         (core-event, internet-event): New Apple event class symbols.
17976         (open-application, reopen-application, open-documents)
17977         (print-documents, open-contents, quit-application)
17978         (application-died, show-preferences, autosave-now, get-url):
17979         New Apple event ID symbols.
17980         (about): New HICommand ID symbol.
17981         (mac-event-spec, mac-event-ae): New macros.
17982         (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
17983         (mac-ae-selection-range, mac-ae-text-for-search)
17984         (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
17985         (mac-application-menu-map): Remove keymap.  Handlers for HICommand
17986         and Services menu events are now defined in mac-apple-event-map.
17987         (mac-drag-n-drop): Remove selection range handling.
17989 2005-12-10  Kenichi Handa  <handa@m17n.org>
17991         * simple.el (zap-to-char):
17992         * isearch.el (isearch-process-search-char): Translate CHAR by
17993         translation-table-for-input.
17995 2005-12-09  Chong Yidong  <cyd@stupidchicken.com>
17997         * foldout.el (foldout-exit-fold): Properly hide subtree.
17999 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
18001         * files.el (save-buffer):
18002         * international/ucs-tables.el (ucs-set-table-for-input):
18003         * mail/mail-extr.el (mail-extract-address-components):
18004         * mail/sendmail.el (mail-mode): Reformat doc string.
18006 2005-12-09  Juri Linkov  <juri@jurta.org>
18008         * isearch.el (isearch-highlight): Change main overlay priority
18009         from 1 to 1001.  Simplify.
18010         (isearch-lazy-highlight-update): Change lazy overlay priority
18011         from 0 to 1000.
18013         * replace.el (replace-highlight): Change overlay priority from
18014         1 to 1001.
18016         * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
18017         Change overlay priority from 1 to 1001.  Reuse existing overlay.
18019         * compare-w.el (compare-windows-highlight): Change overlay
18020         priority from 1 to 1000.
18022         * menu-bar.el (menu-bar-edit-menu): Add listp around
18023         pending-undo-list to disable menu item "undo" when pending
18024         undo list is empty.
18026         * locate.el (locate): Disable undo in *Locate* buffer.
18028 2005-12-09  Kim F. Storm  <storm@cua.dk>
18030         * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
18032 2005-12-09  David Ponce  <david@dponce.com>
18034         * recentf.el: Improvement of the menu code.
18035         (recentf-enabled-p): Move before first use.  Use `kill-emacs-hook'
18036         instead of menu hook.
18037         (recentf-show-menu, recentf-hide-menu): New functions.
18038         (recentf-menu-customization-changed, recentf-mode): Use them.
18039         (recentf-menu-action, recentf-max-menu-items)
18040         (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
18041         (recentf-arrange-by-rule-others)
18042         (recentf-arrange-by-rules-min-items)
18043         (recentf-arrange-by-rule-subfilter): Don't use
18044         `recentf-menu-customization-changed'.
18045         (recentf-arrange-rules): Likewise.  Accept functions to compute
18046         sub-menu titles.
18047         (recentf-menu-filter): Likewise.  Doc fix.
18048         (recentf-menu-value-shortcut): Doc fix.
18049         (recentf-dump-variable): Quote atom value.
18050         (recentf-make-menu-items): Update to use it as a menu filter.
18051         (recentf-match-rule): New function.
18052         (recentf-arrange-by-rule): Use it.
18053         (recentf-indirect-mode-rule): New function.
18054         (recentf-build-mode-rules): Use it.
18055         (recentf-dir-rule): New function.
18056         (recentf-arrange-by-dir): Use it.
18057         (recentf-filter-changer-current): Rename from
18058         `recentf-filter-changer-state'.  All references updated.
18059         (recentf-filter-changer-alist): Update filter names.
18060         (recentf-filter-changer-select): New function.
18061         (recentf-filter-changer): Use it.  Make a sub-menu from filters
18062         available in `recentf-filter-changer-alist'.
18063         (recentf-data-cache, recentf-clear-data)
18064         (recentf-update-menu): Remove.  All references updated.
18065         (recentf-match-rule-p, recentf-build-dir-rules)
18066         (recentf-filter-changer-goto-next)
18067         (recentf-filter-changer-get-current)
18068         (recentf-filter-changer-get-next): Remove.
18070 2005-12-08  Luc Teirlinck  <teirllm@auburn.edu>
18072         * cus-edit.el (custom-buffer-create-internal): Relabel the whole
18073         buffer "Reset" button to "Reset to Current" for consistency with
18074         the State buttons.
18076 2005-12-08  John Paul Wallington  <jpw@pobox.com>
18078         * ibuf-ext.el (define-ibuffer-filter filename):
18079         If `dired-directory' is a list then really use its car.
18081 2005-12-08  Kim F. Storm  <storm@cua.dk>
18083         * emulation/cua-rect.el (cua--rectangle-aux-replace):
18084         Fix indention of text on right side of replaced rectangle.
18086 2005-12-09  Nick Roberts  <nickrob@snap.net.nz>
18088         * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
18089         No need to check gud-comint-buffer is bound.
18090         (gdb): Prevent multiple debugging when first session uses gdba.
18092 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18094         CC Mode update to 5.31.
18096         * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
18097         Emacsen which lack `define-minor-mode'.  (Currently Emacs <21.
18098         We might do this function properly in the future).
18100         * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
18101         New macros c-sentence-end and c-default-value-sentence end, to cope
18102         with Emacs 22's new function `sentence-end'.
18104 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18106         * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
18107         compat issue using `c-put-overlay' and `c-delete-overlay'.
18109         * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
18110         New compat macros to handle overlays/extents.
18112 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18114         * progmodes/cc-fix.el: Add definitions of the macros push and pop
18115         (for GNU Emacs 20.4).
18117         * progmodes/cc-defs.el
18118         (i): Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4).
18120         * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
18121         highlighting mechanism so it will work in XEmacs too.
18123         * progmodes/cc-defs.el: Insert c-int-to-char.
18125         * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
18126         call to the new macro c-int-to-char.  This solves XEmacs's
18127         regarding characters as different from integers.
18129 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18131         * progmodes/cc-fonts.el (c-make-syntactic-matcher):
18132         New internal helper.
18134         (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
18135         construct to make the indirect face lookup work in XEmacs.
18137         (c-cpp-matchers): Append the negation char face to the existing
18138         fontification, so that the cpp face doesn't disappear.
18139         Use `c-make-syntactic-matcher' to avoid negation chars in comments
18140         and strings.
18142         * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
18143         to map to `font-lock-negation-char-face' in emacsen where it exists.
18145 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18147         * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
18149         * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
18150         Rename "c-subword-move-mode" as "c-subword-mode".
18152         * progmodes/cc-mode.el: Added tty suitable bindings for C-c
18153         <delete> and C-c C-<delete>.  (To the c-hungry- delete functions).
18155 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18157         * progmodes/cc-mode.el: Added autoload directive for
18158         `c-subword-move-mode' for use in older emacsen.
18160 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18162         * progmodes/cc-mode.el:
18163         (i): Insert a binding for C-c C-backspace into
18164         c-bind-special-erase-keys which works in TTYs.
18165         (ii): Make sure that when file styles are used, any explicitly
18166         given style variables take priority over those in the style.
18167         Do this by calling `hack-local-variables' a second time.
18169         * progmodes/cc-vars.el: Add language specific customization
18170         widgets for AWK to c-doc-comment-style, c-require-final-newline
18171         and c-default-style.  Add a defcustom for awk-mode-hook.
18172         Give c-syntactic-element and c-syntactic-context doc-strings by
18173         directly setting their `variable-documentation' propery.
18174         This allows Emacs 22.1 to read these with C-h v.
18176         * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
18178 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18180         * progmodes/cc-fonts.el, cc-vars.el
18181         (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
18182         (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
18183         Masatake YAMATO.
18185         (c-doc-comment-style): Made GtkDoc default in C mode.
18187         * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
18188         and C-c C-<delete>.
18190         (c-bind-special-erase-keys): New function for use on
18191         `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
18193         * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
18194         <delete> key behavior in XEmacs according to `delete-forward-p'.
18195         C.f. `c-electric-delete'.
18197 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18199         * progmodes/cc-mode.el: Give c-hungry-backspace and
18200         c-hungry-delete-forward permanent key bindings.
18202         * progmodes/cc-cmds.el (c-electric-semi&comma):
18203         Bind c-syntactic-context for calls to "criteria functions", for
18204         consistency with other calls to user functions.
18206         * progmodes/cc-cmds.el (c-indent-command): Expunge use of
18207         `current-prefix-arg', since this might be the prefix arg to a
18208         command which calls c-indent-command as a function.  Change the
18209         interactive spec from "p" to "P".
18211         * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
18212         reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
18213         was difficult to understand.
18215 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18217         * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
18218         first char of an identifier.
18220         * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
18221         +" syntax in C++.
18223 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18225         * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
18226         auto-fill doesn't split a c-comment's last word from a hanging
18227         "*/" when a space is typed between them after fill-column.
18229         * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
18231         * progmodes/cc-styles.el (c-set-style)
18232         (c-setup-paragraph-variables): Abort the command if we're not in a
18233         CC Mode buffer.
18235         * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
18236         with blank comment-prefix, and a blank line as the comment's
18237         second line.
18239 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18241         * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
18242         Incorporate the patterns added in the Emacs development branch
18243         for the new Emacs 22 face `font-lock-negation-char-face'.
18245         * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
18246         of "red" since it stands out better in xterms and DOS terminals.
18248         * progmodes/cc-engine.el (c-literal-faces):
18249         Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
18251 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18253         * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
18254         forcibly enable c-electric-flag.
18256         * progmodes/cc-vars.el, cc-cmds.el: New clean-up
18257         `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
18258         after the comment-prefix of a C-style comment will close that comment.
18260 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18262         * progmodes/cc-fonts.el (c-basic-matchers-before)
18263         (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
18264         in Pike.
18266         * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
18267         digraphs.
18269         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
18270         (c-cpp-message-directives, c-cpp-include-directives)
18271         (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
18272         (c-cpp-expr-directives): Introduce new language constants to
18273         control cpp syntax in a cleaner way.
18275         (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
18277         (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
18279         * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
18280         (c-multiline-string-start-char): New language constants and
18281         variables to specify how newlines in string literals work.
18283         (c-font-lock-invalid-string): Use them.
18285         * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
18286         unbalanced close brace is entered.  Optimization by avoiding going
18287         back over arbitrarily large blocks.  Removed hints that this
18288         function only would be relevant/useful in AWK.
18290         (c-electric-brace): Indent syntactically after the cleanups since
18291         lineup functions might do it differently then.
18293         * progmodes/cc-engine.el, cc-langs.el
18294         (c-opt-op-identifier-prefix): New language constant and variable.
18296         (c-just-after-func-arglist-p, c-after-special-operator-id)
18297         (c-search-decl-header-end, c-inside-bracelist-p): Use it.
18299         * progmodes/cc-align.el, cc-engine.el
18300         (c-after-special-operator-id): New helper to handle C++ operator
18301         identifiers.
18303         (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
18304         (c-guess-basic-syntax): Handle C++ operator identifiers in
18305         declarations.
18307         * progmodes/cc-langs.el (c-assignment-operators): Add the
18308         trigraph version of ^= too.
18310         * progmodes/cc-langs.el (c-assignment-operators): Add the
18311         trigraph version of |= in C++.
18313         * progmodes/cc-fonts.el (c-font-lock-declarators):
18314         Handle `c-decl-hangon-kwds' after the identifier name.
18316         * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
18317         whether an arglist is "nonempty", ignore a comment after the open
18318         paren if it isn't followed by a non-comment token on the same line.
18320         * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
18321         Enable heuristics below the point to cope with classes inside special
18322         brace lists in Pike.
18324 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18326         * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
18328 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18330         * progmodes/cc-guess.el (cc-guess-install): New function to
18331         install an already guessed style in another buffer.
18333         * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
18334         sets `inhibit-read-only' - `c-save-buffer-state' should be used
18335         anyway if the change always is undone.
18337 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18339         Implement togglable electricity:
18341         * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
18342         saying when it should be used.
18344         * progmodes/cc-engine.el: Add the new buffer-local variable,
18345         c-electric-flag.
18347         * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
18348         c-toggle-auto-newline.
18350         * progmodes/cc-mode.el: Rename c-toggle-auto-state to
18351         c-toggle-auto-newline.  Remove the binding for
18352         c-toggle-auto-hungry-state.  Add the binding C-c C-l for the new
18353         c-toggle-electric-state.
18355         * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
18357         * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
18358         c-\(forward\|backward\)-subword.
18359         (c-update-modeline): Add the new modeline flag `l' for
18360         `c-electric-flag'.  Make the auto-newline flag `a' dependent on `l'.
18361         (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
18362         Make the old name an alias of the new name.
18363         (c-toggle-electric-state): New function.
18364         (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
18365         Adapt these functions to do electric things only when
18366         c-electric-flag is non-nil.
18367         (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
18368         new functions from c-electric-brace.
18369         (c-point-syntax): Add a check for "virtual semicolons" in AWK
18370         mode, so that the tentative extra newline doesn't change the
18371         syntax of the following brace.
18372         (c-electric-brace): Restructure by extracting the above functions.
18373         Tidy up the coding somewhat.
18374         (c-electric-semi&comma, c-electric-colon, c-electric-paren):
18375         restructure a bit.
18377 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18379         * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
18380         anchor position(s) using faces.  Thanks to Masatake YAMATO for the idea.
18382         * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
18383         (c-submode-indicators): Change name from `c-auto-hungry-string'
18384         since it's now used to track another submode.
18386         (c-update-modeline): Convert to function and extended to check
18387         `c-subword-move-mode'.
18389         (c-forward-into-nomenclature, c-backward-into-nomenclature):
18390         Convert to compat aliases for `c-forward-subword' and
18391         `c-backward-subword'.
18393         * progmodes/cc-subword.el: New functions and minor mode to handle
18394         SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
18396         (c-forward-subword, c-backward-subword, c-mark-subword)
18397         (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
18398         (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
18399         Functions corresponding to the standard word handling functions.
18401         (c-subword-move-mode): Minor mode that replaces all the standard
18402         word handling functions with their subword equivalences.
18404 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18406         * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
18407         entry for one-liner-defun.
18409         * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
18410         name in its def-edebug-spec.
18412         * progmodes/cc-cmds.el (c-electric-brace): Make the
18413         one-liner-defun clean-up work with empty-defun-braces.  o-l-d now
18414         compacts space before a comment, if this will make things fit on
18415         one line.
18417         Introduce an "awk" style, mainly for auto-newline and clean-ups.
18419         * progmodes/cc-align.el: New function c-snug-1line-defun-close.
18421         * progmodes/cc-cmds.el: In c-electric-brace, add code for new
18422         clean-up one-liner-defun.
18424         * progmodes/cc-styles.el: Add the new "awk" style.
18426         * progmodes/cc-vars.el: Add description of one-liner-defun to
18427         c-cleanup-list's doc-string.  New user options,
18428         c-max-one-liner-length.  In c-default-style, set the default style
18429         for AWK to "awk".
18431 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18433         * progmodes/cc-engine.el (c-forward-label): Fix fontification of
18434         macros inside labels.
18436         * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
18437         `c-at-statement-start-p' and `c-at-expression-start-p'.
18439         * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
18440         error if the mark isn't set.
18442         * progmodes/cc-engine.el (c-guess-continued-construct)
18443         (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
18444         accurately detect functions inside functions.
18446         * progmodes/cc-engine.el (c-at-expression-start-p): New function
18447         like `c-at-statement-start-p' that additionally recognizes commas
18448         and expression parentheses as delimiters.
18450         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
18451         to avoid heuristics that doesn't work for unclosed blocks.
18452         (c-at-statement-start-p): New function.
18454         * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
18455         Objective-C directives, e.g. directives spanning lines should work
18456         reasonably well now.
18458         (c-put-c-type-property, c-clear-c-type-property): New helpers.
18460         (c-forward-objc-directive): New function to move over any ObjC
18461         directive.
18463         (c-just-after-func-arglist-p, c-guess-basic-syntax)
18464         (c-basic-matchers-before): Use it.
18466         (c-font-lock-objc-iip-decl): Remove.
18468         * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
18469         in the template arglist recognition.
18471         * progmodes/cc-styles.el (c-style-alist): Fix several
18472         inconsistencies in the Whitesmith style.
18474         * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
18475         New lineup function to get lines after Whitesmith style blocks
18476         correctly indented.
18478         (c-lineup-whitesmith-in-block): Back out the compensation for
18479         opening parens since it's done using `add' lists in the style
18480         definition instead.  Don't use the anchor position since it varies
18481         too much between the syntactic symbols. :P
18483         * progmodes/cc-vars.el (c-valid-offset): Update.
18485         * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
18486         lists where the offsets are combined according to several
18487         different methods: `first', `min', `max', and `add'.
18488         Report offset evaluation errors with `c-benign-error' so that some kind
18489         of reindentation still is done.
18491         * progmodes/cc-engine.el (c-guess-basic-syntax):
18492         Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
18493         `arglist-close'.
18495         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
18496         situations for `arglist-cont-nonempty' and `arglist-close'.
18498         * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
18500         * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
18501         cc-bytecomp-boundp' in a number of places.
18503         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
18504         macro related issue.
18506 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18508         * progmodes/cc-awk.el: Change the terminology of regexps: A char
18509         list is now [asdf], a char class [:alpha:].
18510         Include code for char classes.
18511         Set c-awk-NL-prop on lines ending in open strings.  (Bug fix.)
18512         Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
18514         Remove (nearly all of) the cruft associated with AWK Mode's former
18515         concept of "virtual semicolons":
18517         Adapt c-beginning-of-statement, c-end-of-statement (together with
18518         subfunctions) to use the new notion of "virtual semicolon" in
18519         place of the old awkward special handling for AWK.  There remains
18520         much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
18521         * progmodes/cc-cmds.el:
18522         (c-ascertain-adjacent-literal): In the backwards direction, now
18523         recognises AWK regexp delimiters as string delimiters.
18524         (c-after-statement-terminator-p): Adapt for virtual semicolons;
18525         check more rigorously for "end of macro".
18526         (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
18527         virtual semicolons;
18528         (c-beginning-of-statement): Adapt for virtual semicolons; Separate
18529         out the code for forward movement into ...
18530         (c-end-of-statement): Now contains the code for forward movement,
18531         adapted for virtual semicolons.
18533         * progmodes/cc-engine.el:
18534         (c-ws*-string-limit-regexp): New regexp.
18535         (c-forward-single-comment, c-backward-single-comment): Comment out
18536         the (now redundant) "special" AWK stuff.
18538         * progmodes/cc-styles.el, cc-vars.el: Change the settings of
18539         c-string-par-start, c-string-par-separate to be more like Text
18540         Mode than Fundamental Mode.
18542 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18544         * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
18545         to the fontified region so that fontification doesn't occur
18546         outside it (could happen e.g. when fontifying a line with an
18547         unfinished declaration).
18549 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18551         * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
18552         start of the file.  ^L now separate sections of the file.
18553         (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
18554         (c-awk-one-line-possibly-open-string-re)
18555         (c-awk-regexp-one-line-possibly-open-char-class-re)
18556         (c-awk-one-line-possibly-open-regexp-re)
18557         (c-awk-one-line-non-syn-ws*-re): New defonsts.
18558         (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
18560         Amend the concept of "virtual semicolons" (in the indentation
18561         engine) for languages like AWK, such that they are now
18562         conceptually attached to end of the last token of a statement, not
18563         the end of the line.  (In AWK Mode, however, the pertinent text
18564         property is still physically set on the EOL.)  Remove the specific
18565         tests for awk-mode, thus facilitating the introduction of other
18566         language modes where EOLs can end statements.
18567         (Note: The funtionality in cc-cmds.el, specifically
18568         c-beginning/end-of-statement has yet to be amended.)
18570         * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
18571         New macros.
18573         * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
18574         c-stmt-delim-chars.  New c-lang-defvars: c-at-vsemi-p-fn,
18575         c-vsemi-status-unknown-p-fn (in a new page).
18577         * progmodes/cc-engine.el: In c-beginning-of-statement-1,
18578         c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
18579         numerous awkward forms like
18580         (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
18581         with (c-at-vsemi-p).  Fix a few typos.  In c-guess-basic-syntax, new
18582         variable before-ws-ip, the place just after char-before-ip appears.
18584         * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
18585         a comment.
18587 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18589         * progmodes/cc-cmds.el (c-electric-brace): Clean up using
18590         `c-tentative-buffer-changes'.
18592         * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
18593         convert to macro to choose between Emacs and XEmacs at compile time.
18595         (c-set-region-active): New set counterpart to `c-region-is-active-p'.
18597         (c-tentative-buffer-changes): New macro to handle temporary buffer
18598         changes in a convenient way.
18600         (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
18601         for `c-tentative-buffer-changes'.
18603         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
18604         the checks for paren sexps between the point and the keyword, to
18605         avoid some false alarms.
18607         * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
18608         Fixed a situation where an error could be thrown for unbalanced
18609         parens.  Changed to make use of c-keyword-member' to avoid some
18610         repeated regexp matches.
18612         (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
18613         These language variable are no longer necessary.
18615         (c-block-stmt-kwds): New language constant used by
18616         c-looking-at-inexpr-block'.
18618         (c-guess-basic-syntax): Remove an optional check that looked at
18619         the existence of the now removed language variables.
18621         * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
18622         (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
18623         object instantiation expressions as declarations in some contexts.
18624         This bug only affected languages where the declarator can't be
18625         enclosed in parentheses.
18627         * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
18628         insert newlines before and after substatement braces.
18630         * progmodes/cc-engine.el: Improved the heuristics for recognizing
18631         function declaration headers and the handling of C++ style member
18632         init lists.
18634         (c-just-after-func-arglist-p): Rewritten to use
18635         `c-forward-decl-or-cast-1'.  Now behaves a bit differently too.
18637         (c-beginning-of-member-init-list): Remove since it isn't used anymore.
18639         (c-guess-basic-syntax): Adapt case 5B for the new
18640         `c-just-after-func-arglist-p'.  Merge cases 5B.1 and 5B.3.
18641         Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
18642         covers all cases now).
18644         * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
18646 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18648         * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
18649         c-string-par-start/separate c-sentence-end-with-esc-eol,
18650         initialised in c-setup-paragraph-variables, used in string
18651         scanning subroutines of c-beginning-of-statement.
18653         * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
18654         which precedes the newly inserted `{'.
18656 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18658         * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
18659         function for declaration level blocks.  It should now cope with
18660         templates better and also be a lot more comprehensible.
18662         (c-looking-at-decl-block): The new function.
18664         (c-search-uplist-for-classkey): The old one.  It's now a wrapper
18665         for compatibility.
18667         (c-add-class-syntax, c-guess-continued-construct)
18668         (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
18670         (c-decl-block-key): Change to tell apart ambiguous and
18671         unambiguous keywords.  Pike specials are now handled directly in
18672         the code instead.
18674         (c-block-prefix-disallowed-chars, c-block-prefix-charset):
18675         New language constants and variables to make the backward skip in
18676         `c-looking-at-decl-block' as tight as possible.
18678         (c-nonsymbol-token-char-list): New language constant.
18680         * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
18681         find balanced template arglists backwards.
18683         * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
18684         making char classes for `c-syntactic-skip-backward'.
18686         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
18687         16D - can't be a class-close at that point.
18689         * progmodes/cc-engine.el (c-guess-basic-syntax)
18690         (c-add-class-syntax): Don't narrow out the enclosing declaration
18691         level.  This makes everything a lot easier, and it was actually
18692         only four small places that needed it to work.  Some places that
18693         previously did `widen' are removed now, which has the effect that
18694         `c-guess-basic-syntax' never will look at things outside the
18695         current narrowment now.  The anchor position for `topmost-intro'
18696         is affected by this, but it was so bogus it was basically useless
18697         before, and now it's equally bogus but in a slightly different way.
18699         (c-narrow-out-enclosing-class): Gone.
18701         (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
18702         the narrowed region.
18704         (c-least-enclosing-brace): Remove silly optional argument.
18706         * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
18707         the point could be left directly after an open paren when finding
18708         the beginning of the first decl in the block.
18710         * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
18711         Specify which submatch to use.
18713         * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
18715         (c-decl-start-re): No longer any need for special treatment of
18716         ObjC due to the above.
18718         (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
18719         presumably follows C in that regard.
18721         * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
18722         New language constants to specify operator tokens inside
18723         identifiers in a more high level way.
18725         (c-opt-identifier-prefix-key): New internal language constant.
18727         (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
18728         (c-identifier-start, c-identifier-key): Now completely calculated
18729         from other constants.
18731         (c-identifier-last-sym-match): Decommission since it's no longer used.
18733         (c-operators): Use `c-identifier-ops'.  Document `postfix-if-paren'.
18735         * progmodes/cc-engine.el (c-forward-name): Remove the
18736         optimization when c-identifier-key is equal to c-symbol-key since
18737         it doesn't work in byte compiled files.  Don't record empty
18738         regions as identifiers.
18740         * progmodes/cc-langs.el (c-filter-ops): New helper function to
18741         simplify access to `c-operators' and its likes.
18743         (c-operator-list, c-all-op-syntax-tokens)
18744         (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
18745         (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
18746         (c-primary-expr-regexp, c-cast-parens): Use it.
18748         * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
18749         an explicit language in functions.
18751         * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
18752         variant of adornment.
18754         * progmodes/cc-langs.el (c-any-class-key): Remove unused language
18755         variable.
18757         (c-type-decl-prefix-key): Remove some now unnecessary cruft from
18758         the Pike value.
18760         * progmodes/cc-engine.el (c-on-identifier)
18761         (c-simple-skip-symbol-backward): Small fix for handling "-"
18762         correctly in `skip-chars-backward'.  Affected the operator lfun
18763         syntax in Pike.
18765         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
18766         diagnostic message about precompiled language vars not being used.
18768         * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
18769         "__attribute__" is followed by a parenthesis.
18771         (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
18772         (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
18773         language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
18775         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
18776         Internal cleanups to properly detect the declared identifiers in
18777         various declarations.
18779         (c-decl-start-kwds): New language constant to recognize
18780         declarations that can start anywhere.  Used for class declarations
18781         in Pike.
18783         (c-specifier-key, c-not-decl-init-keywords)
18784         (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
18785         (c-find-decl-spots): Implement `c-decl-start-kwds'.
18787         (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
18788         (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
18789         handling of the compiler specific extension keywords into a new
18790         language constant `c-decl-hangon-kwds' that defines keyword
18791         clauses to be ignored in declarations.
18793         (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
18794         past unrecognized tokens when handling `c-colon-type-list-kwds'.
18795         Necessary to stop at the declared identifier in e.g. IDL valuetype
18796         declarations.
18798         (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
18799         (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
18800         (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
18801         (c-forward-decl-or-cast-1): Recognize the declared identifier in
18802         class and enum declarations as such and not as part of the type.
18804         (c-forward-decl-or-cast-1, c-forward-label): Relax the
18805         interpretation of PRECEDING-TOKEN-END when there's no preceding token.
18807         (c-forward-decl-or-cast-1): Don't disregard sure signs of
18808         declarations when there's some syntax error later on.
18810         (c-complex-decl-matchers): Did away with a reference to
18811         `c-specifier-key'.
18813         * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
18814         value - this variable is always dynamically bound.
18816         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
18817         * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
18818         * cc-cmds.el, cc-defs.el: Change the policy for marking up
18819         functions that might do hidden buffer changes: All such internal
18820         functions are now marked instead of those that don't.
18822         (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
18823         (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
18824         (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
18825         (c-literal-type): Allow these functions to make hidden buffer changes,
18826         so that they are free to use text property caching later on.
18828         (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
18829         (c-electric-brace, c-electric-slash, c-electric-star)
18830         (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
18831         (c-electric-paren, c-electric-continued-statement, c-indent-command)
18832         (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
18833         (c-context-line-break): Add `c-save-buffer-state' calls to comply
18834         with the changed semantics of the functions above.
18836         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
18837         when macros occur in obscure places.  Optimized the sexp movement
18838         a bit.
18840 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18842         Enhancements for c-beginning-of-statement to work in AWK Mode:
18844         * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
18845         (completed statement) with `}' (statement completed by closing
18846         brace or semicolon) and `$' (statement completed by EOL).
18848         (c-awk-virtual-semicolon-ends-prev-line-p)
18849         (c-awk-virtual-semicolon-ends-line-p)
18850         (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
18851         (c-awk-at-statement-end-p): New functions.
18853         * progmodes/cc-cmds.el: Simplify the structure of functions
18854         c-forward-over-illiterals, c-back-over-illiterals.  Enhance these
18855         two functions and c-beginning-of-statement to handle AWK Mode.
18857         * progmodes/cc-engine.el: Enhance c-forward-single-comment,
18858         c-backward-single-comment for AWK mode.  Attempt to clarify their
18859         doc-strings.
18861         * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
18863 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18865         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
18866         label handling.  Labels are now recognized in a uniform and more
18867         robust way, regardless of context.  Text properties are put on all
18868         labels to recognize the following declarations better.
18869         Multiword labels are handled both in indentation and fontification for
18870         the benefit of language extensions like Qt.  For consistency, keywords
18871         in labels are now fontified with the label face instead.
18872         That also applies to "case" and "default".
18874         (c-beginning-of-statement-1): Fix some bugs in the label
18875         handling.  Disregard `c-nonlabel-token-key' in labels that begin
18876         with `c-label-kwds'.
18878         (c-find-decl-spots): Support that the callback adds more
18879         `c-decl-end' spots to find.
18881         (c-forward-decl-or-cast-1): Don't treat a list of plain
18882         identifiers followed by a colon as a declaration.
18884         (c-forward-label): New function to recognize labels.
18886         (c-guess-basic-syntax): Replace uses of `c-label-key' with
18887         `c-forward-label'.  Moved the label recognition cases (14 and 15)
18888         earlier since they aren't so context sensitive now.  Handle labels
18889         on the top level gracefully.  Moved access label recognition to
18890         the generic label case (CASE 15) - removed CASE 5E.
18892         (c-font-lock-declarations): Add recognition of labels in the
18893         same round since we need to handle labels in parallell with other
18894         declarations to recognize both accurately.  It should also improve
18895         speed.
18897         (c-simple-decl-matchers, c-basic-matchers-after):
18898         Move `c-font-lock-labels' so that it only is used on decoration level 2
18899         since `c-font-lock-declarations' handles it otherwise.
18901         (c-complex-decl-matchers): Remove the simplistic recognition of
18902         access labels.
18904         (c-decl-prefix-re): Remove the kludges that was necessary to cope
18905         with labels earlier.
18907         (c-decl-start-re): New language variable to make
18908         `c-font-lock-declarations' stop for the special protection labels
18909         in Objective-C that start with `@'.
18911         (c-label-key): Remove since it's no longer used.
18913         (c-recognize-colon-labels, c-label-prefix-re): New language
18914         constants to support recognition of generic colon-terminated labels.
18916         (c-type-decl-end-used): `c-decl-end' is now used whenever there
18917         are colon terminated labels.
18919         * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
18920         first argument starts with a special brace list.
18922         * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
18923         (c-font-lock-declarations): Break out the declaration and cast
18924         recognition from `c-font-lock-declarations' to a new function, so
18925         that it can be used in the indentation engine.
18927         * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
18928         up to the start of the literal.  Fixed bug with the point on the
18929         wrong side of the search limit that could happen when the start
18930         position is inside a literal.
18932         * progmodes/cc-engine.el (c-parse-state)
18933         (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
18934         so that it's kept a little bit back to increase the hit rate.
18936         (c-parse-state): Change the macro handling and fixed some
18937         glitches.  Macro context is checked more often than necessary now,
18938         but otoh less garbage conses are generated.
18940         * progmodes/cc-engine.el (c-parse-state)
18941         (c-invalidate-state-cache): Cache the last position where
18942         `c-state-cache' applies.  This can speed up refontification quite
18943         a bit in blocks where there are many non-brace parens before the point.
18945         (c-state-cache-end): New variable for this.
18947         (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
18948         cache variable.
18950         * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
18951         get close initial continue positions when the start position is
18952         inside a literal or macro.  Do not call the callback for spots
18953         before the start position (which can happen e.g. for `c-decl-end'
18954         spots inside comments).  Optimize better in special cases when the
18955         region is a single line inside a literal or macro (typically when
18956         the current line is refontified).
18958         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
18959         to `c-add-stmt-syntax' - there's no need to explicitly whack off
18960         entries from the paren state.
18962         * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
18963         special case for "else if" clauses.
18965         * progmodes/cc-engine.el (c-looking-at-inexpr-block)
18966         (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
18968         * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
18969         New language variable to recognize the gcc extension with statement
18970         blocks inside expressions.
18972         * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
18973         it somewhat more comprehensible.  The argument AT-BLOCK-START is
18974         no longer used and hence removed.
18976         (c-guess-continued-construct, c-guess-basic-syntax): Update calls
18977         to `c-add-stmt-syntax'.
18979         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
18980         Use `c-beginning-of-statement-1' instead of duplicating parts of it.
18981         This fixes bogus label recognition.
18983         * progmodes/cc-engine.el (c-add-type, c-check-type)
18984         (c-forward-name, c-forward-type): Improve storage of template
18985         types in `c-found-types' so that they can be recognized better.
18987         (c-syntactic-content): Add option to skip past nested parens.
18989         * progmodes/cc-engine.el (c-forward-name):
18990         Set `c-last-identifier-range' all the time.  It's less work that way.
18991         Handle that there might not be an identifier to store in
18992         `c-last-identifier-range'.
18994         (c-forward-type): Handle that `c-last-identifier-range' might be
18995         nil from `c-forward-name'.
18997         * progmodes/cc-defs.el (c-safe-scan-lists)
18998         (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
19000         * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
19001         to work even if the form fails.
19003         * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
19004         down in a large file in one go.
19006         (c-get-fallback-start-pos): New helper function for `c-parse-state'.
19008         * progmodes/cc-align.el (c-lineup-assignments): New lineup
19009         function which is like `c-lineup-math' but returns nil instead of
19010         `c-basic-offset' when it doesn't match.
19012         (c-lineup-math): Change to use `c-lineup-assignments'.
19014 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
19016         * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
19017         c-beginning-of-statement.  New subfunctions
19018         c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
19020 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
19022         * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
19023         hardcoded char classes whereever possible.  Changed a couple of
19024         places to use skip by syntax instead of skip by char class.
19026         * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
19027         Fix a bug in the regexp that caused extreme backtracking.
19029         * progmodes/cc-langs.el (c-block-comment-starter)
19030         (c-block-comment-ender): New language constants to specify in a
19031         single place how block comments look.
19033         (c-comment-start-regexp, c-block-comment-start-regexp)
19034         (comment-start, comment-end, comment-start-skip)
19035         (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
19036         (c-syntactic-ws, c-nonempty-syntactic-ws)
19037         (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
19038         `c-line-comment-starter', `c-block-comment-starter' and
19039         `c-block-comment-ender'.
19041         (c-block-comment-regexp, c-unterminated-block-comment-regexp):
19042         New language constants to break up things a bit.
19044         (c-simple-ws): New language constant for simple whitespace.
19046         * progmodes/cc-defs.el (c-concat-separated): New convenience function.
19048         * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
19049         in `regexp-opt' in Emacs 20 and XEmacs when strings contain
19050         newlines.  Allow and ignore nil elements in the list.
19052 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
19054         * progmodes/cc-cmds.el: Comment out a (n almost certainly
19055         superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
19057         * progmodes/cc-cmds.el: Tidy up the comments in
19058         c-beginning-of-statement and subfunctions.
19060         * progmodes/cc-awk.el: Replace calls to put-text-property to the
19061         more flexible c-put-char-property and c-clear-char-properties.
19062         Add the author's email address.
19064         * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
19066         * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
19067         closing "*/" of a block comment.
19069         * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
19070         subfunctions) so that it works at BOB and EOB.
19072         * progmodes/cc-cmds.el, cc-vars.el: More updating of
19073         c-beginning-of-statement, including new variable
19074         c-block-comment-start-regexp.
19076 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
19078         * progmodes/cc-langs.el (c-known-type-key): Optimize simple
19079         symbols from `*-font-lock-extra-types' so that there's no need to
19080         use `regexp-opt' on those lists.
19082         * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
19083         `c-type-modifier-kwds' is empty.
19085         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
19086         there are several strings on the same line.
19088         * progmodes/cc-engine.el (c-literal-limits): Remove the
19089         compatibility function for older emacsen.  `c-literal-limits-fast'
19090         has now taken the place of this function.
19092         * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
19093         with older emacsen: We now require `pps-extended-state'.
19095 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
19097         * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
19098         which obviates the need to hack sentence-end.  This now handles
19099         escaped newlines in strings correctly.  Correct minor bugs in
19100         c-move-over-sentence and in c-beginning-of-statement.
19102         * progmodes/cc-cmds.el (c-beginning-of-statement (and
19103         subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
19104         that movement over macros and code are rigorously separated from
19105         eachother.  Correct a few incidental bugs.
19107         * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
19108         Improve its doc-string.  Improve the handling of certain specific cases.
19110 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
19112         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
19113         (c-guess-basic-syntax): Change the way class-level labels are
19114         recognized; they can now contain essentially any symbols.
19116         (c-opt-extra-label-key): New language variable to cope with the
19117         special protection label syntax in Objective-C.
19119         (c-opt-access-key): Remove; this is now handled better by
19120         `c-nonlabel-token-key' and `c-opt-extra-label-key'.
19122         (c-complex-decl-matchers): Update to handle that
19123         `c-opt-access-key' no longer exists.
19125         * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
19126         improved label recognition in `c-beginning-of-statement-1'.
19128         * progmodes/cc-engine.el (c-beginning-of-member-init-list):
19129         Recognize bitfields better.
19131         * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
19132         Remove some cruft and fixed a bug that could cause it to go to a
19133         position further down.
19135         * progmodes/cc-langs.el, cc-engine.el
19136         (c-beginning-of-statement-1): Improve detection of labels in
19137         declaration contexts.
19139         (c-beginning-of-decl-1): Use it.
19141         (c-nonlabel-token-key): New language constant and variable needed
19142         by `c-beginning-of-statement-1'.
19144         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
19145         manifested itself due to the correction in `c-forward-sexp'.
19147         * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
19148         Make these behave as documented when used at the buffer limits.
19150         * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
19151         (c-type-decl-end-used): Made this a language variable.
19153         * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
19154         correctly when `combine-after-change-calls' is used together with
19155         temporary narrowings.
19157         * progmodes/cc-engine.el (c-beginning-of-statement-1):
19158         Report labels correctly when the start point is immediately after the
19159         colon.
19161         * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
19162         Remove since it isn't used anymore.
19164         * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
19165         bracket arglists such as template parens in C++.
19167         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
19168         in the last check-in.  Some optimization.
19170         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
19171         where it could stop at the same level in a preceding sexp when
19172         PAREN-LEVEL is set.
19174         * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
19175         text property lookup only when it's needed.
19177         * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
19178         Change the policy for paren marked angle brackets to be more
19179         persistent; once marked they remain marked even when they're found
19180         to be unbalanced in the searched region.  This should keep the
19181         paren syntax around even when individual lines are refontified in
19182         multiline template arglists.
19184         (c-parse-and-markup-<>-arglists): New dynamically bound variable
19185         to control markup so that incorrect angle bracket arglists aren't
19186         marked in contexts where the correct value for
19187         `c-disallow-comma-in-<>-arglists' isn't known.
19189         (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
19190         argument has become `c-parse-and-markup-<>-arglists'.
19192         (c-remove-<>-arglist-properties): Remove - no longer used.
19194         (c-after-change-check-<>-operators): New function used on
19195         `after-change-functions' to avoid that "<" and ">" characters that
19196         are part of longer operators have paren syntax.
19198         (c-<>-multichar-token-regexp): New language variable used by
19199         `c-after-change-check-<>-operators'.
19201         (c-after-change): Call `c-after-change-check-<>-operators'.
19203         (c-font-lock-<>-arglists): Use the context properties set by
19204         `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
19205         correctly to avoid doing invalid markup.
19207         (c-font-lock-declarations): Remove code that undoes the invalid
19208         markup done by `c-font-lock-<>-arglists'.
19210         (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
19211         after `c-font-lock-declarations'.
19213         * progmodes/cc-engine.el (c-syntactic-skip-backward):
19214         Add paren-level feature.
19216         (c-guess-basic-syntax): Improve the anchor position for
19217         `template-args-cont' in nested template arglists.  There's still
19218         much to be desired in this area, though.
19220 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
19222         * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
19223         Make the "Text Filling and Line Breaking" commands work for AWK buffers.
19225 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
19227         * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
19228         Removed; (c-major-mode-is 'awk-mode) can be used instead now.
19230         * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
19231         it doesn't work no longer are supported.
19233         * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
19234         * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
19235         requires support for the syntax-table' text property, which rules
19236         out Emacs 19 and XEmacs < 21.4.  Removed various compatibility
19237         cruft associated with those versions.
19239         * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
19240         for the `syntax-table' text property, which rules out Emacs 19 and
19241         XEmacs < 21.4.  Removed various compatibility cruft associated
19242         with those versions.
19244         * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
19245         support for the `syntax-table' text property.
19247         * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
19248         variable and use an extra quoted face name instead.  All the
19249         emacsen flavors handle that correctly.
19251         * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
19252         (c-font-lock-declarators, c-font-lock-declarations)
19253         (c-complex-decl-matchers, c-basic-matchers-after): Use a text
19254         property to mark the items in in declarator lists to handle
19255         refontification inside multiline declarations better.
19257         * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
19258         construct like "a * b = c;" as a declaration.
19260 2005-12-08  Kim F. Storm  <storm@cua.dk>
19262         * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
19263         (cua-rectangle-modifier-key): ... this.  New defcustom.  Can now
19264         select either meta, hyper, or super modifier for rectangle commands.
19265         (cua--rectangle-modifier-key): New defvar.
19266         (cua--M/H-key): Use it.  Remove special case for `space'.
19267         (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
19268         on X, to meta otherwise.  Always bind C-return to toggle
19269         rectangle.  Pass ?\s instead of `space' to cua--M/H-key.
19271         * emulation/cua-rect.el (cua-help-for-rectangle):
19272         Use cua--rectangle-modifier-key.  Handle super modifier too.
19273         (cua--init-rectangles): Always bind C-return to toggle rectangle.
19274         Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
19276         * ido.el: Move Acknowledgements and History after Commentary.
19277         Minor changes to Commentary.
19279         * emulation/cua-base.el (cua--select-keymaps): Enable repeat
19280         keymap if cua--prefix-override-timer is `shift'.
19281         (cua--shift-control-prefix): New function; emulate "type prefix
19282         key twice" functionality to handle shifted prefix key override.
19283         (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
19284         New commands.
19285         (cua--init-keymaps): Bind them to S-C-c and S-C-x.
19287 2005-12-08  Carsten Dominik  <dominik@science.uva.nl>
19289         * textmodes/org.el (org-insert-heading): Try to do items before
19290         headings.
19291         (org-agenda-mode): Quote `org-agenda-mode-hook'.
19292         (org-insert-item): New function.
19293         (org-renumber-ordered-list): Don't skip to higher level lists.
19295 2005-12-08  Juri Linkov  <juri@jurta.org>
19297         * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
19299         * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
19301         * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
19303         * pcvs.el (defun-cvs-mode): Put `definition-name' property on
19304         the constructed function name fun-1.
19306         * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
19307         because such links don't lead to parent documentation.
19309 2005-12-08  Kenichi Handa  <handa@m17n.org>
19311         * descr-text.el (describe-char): Use *Help-2* buffer if the
19312         current buffer is *Help*.  Call describe-text-properties while
19313         setting the original buffer.
19315 2005-12-07  Bill Wohler  <wohler@newt.com>
19317         * files.el (auto-mode-alist): Remove mh-letter-mode.  Unnecessary,
19318         and causes problems with non-MH users (such as Gnus users).
19320 2005-12-08  Nick Roberts  <nickrob@snap.net.nz>
19322         * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
19323         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
19324         (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
19325         command "info sources".  Move calls to GDB command "list".
19326         (gdb-find-file-hook): Just use gdb-source-file-list.
19327         (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
19328         (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
19329         (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
19330         (gdb-data-list-register-values-handler): Use correct trigger name.
19332 2005-12-07  Kim F. Storm  <storm@cua.dk>
19334         * ido.el (ido-completion-map): Rename from ido-mode-map.
19335         (ido-common-completion-map, ido-file-completion-map)
19336         (ido-file-dir-completion-map, ido-buffer-completion-map):
19337         Rename from ido-mode-....-map.
19338         (ido-init-completion-maps): Rename from ido-init-mode-maps.
19339         (ido-setup-completion-map): Rename from ido-define-mode-map.
19340         (ido-read-internal): Bind minibuffer-local-filename-completion-map
19341         to ido-completion-map.
19343 2005-12-07  Kenichi Handa  <handa@m17n.org>
19345         * international/mule-cmds.el
19346         (set-display-table-and-terminal-coding-system): If the coding
19347         system specified in `unibyte-display' property is different from
19348         the arg coding-system, don't setup standard-display-table.
19350 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
19352         * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
19353         that comments end at \n, regardless of selective-display.
19355 2005-12-07  Nick Roberts  <nickrob@snap.net.nz>
19357         * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
19358         (gdb-version): New variables.
19359         (gdb-source-file-list, gdb-register-names)
19360         (gdb-changed-registers): New variables for use with GDB 6.4+.
19361         (gdb-ann3): Replace with...
19362         (gdb-init-1, gdb-init-2): ...two new functions.
19363         (gdba, gdb-prompt): Call gdb-init-1.
19364         (gdb-get-version): New function.  Call gdb-init-2 from here.
19365         (gud-watch): Make it work with mouse events too.
19366         (gdb-post-prompt): Don't add to queue until GDB version is known.
19367         (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
19368         (gdb-locals-mode): Use gdb-version.
19369         (gdb-memory-format-map, gdb-memory-unit-map)
19370         (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
19371         (gdb-locals-font-lock-keywords-1)
19372         (gdb-locals-font-lock-keywords-2): New variables.
19373         (gdb-find-file-hook): Make it work with GDB 6.4+ too.
19374         (gdb-set-gud-minor-mode-existing-buffers-1)
19375         (gdb-var-list-children-1, gdb-var-list-children-handler-1)
19376         (gdb-var-update-1, gdb-var-update-handler-1)
19377         (gdb-data-list-register-values-handler)
19378         (gdb-data-list-register-values-custom)
19379         (gdb-get-changed-registers, gdb-get-changed-registers-handler)
19380         (gdb-stack-list-locals-handler, gdb-get-register-names):
19381         New functions for use with GDB 6.4+.
19382         (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
19383         (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
19384         (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
19385         (gdb-stack-list-locals-regexp)
19386         (gdb-data-list-register-names-regexp): New regexps for use with
19387         GDB 6.4+.
19389 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
19391         * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
19393 2005-12-06  Nozomu Ando  <nand@mac.com>
19395         * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
19396         prompts work for AUTH PLAIN.  Also reported by Steve Allan
19397         <seallan@verizon.net>.
19399 2005-12-06  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
19401         * frame.el (set-frame-parameter): Add doc string.
19403 2005-12-06  Carsten Dominik  <dominik@science.uva.nl>
19405         * textmodes/org.el (org-occur-highlights): New variable.
19406         (org-highlight-new-match, org-remove-occur-highlights): New functions.
19407         (org-highlight-sparse-tree-matches): New option.
19408         (org-do-occur): New function.
19409         (org-get-heading): Make it work also at beginning of line.
19410         (org-category-table): New variable.
19411         (org-get-category-table, org-get-category)
19412         (org-camel-to-words, org-link-search): New functions.
19413         (org-select-this-todo-keyword): New variable.
19414         (org-todo-list): New command.
19415         (org-shiftright, org-shiftleft): New commands.
19416         (org-agenda-todo): Add prefix argument.
19417         (org-show-hierarchy-above): New option.
19418         (org-show-todo-tree): Numerical prefix creates tree for specific
19419         TODO keyword.
19420         (org-outline-level): New function, to assign a level to plain
19421         lists items.
19422         (org-cycle-include-plain-lists): New option.
19423         (org-mode): Use `org-outline-level' as value of `outline-level'.
19424         (org-cycle): Temporarily switch `outline-regexp' if
19425         `org-cycle-include-plain-lists' is non-nil.
19426         (org-start-icalendar-file): Fix format bug.
19427         (org-agenda-get-day-entries): Create category table.
19428         (org-agenda-get-todos, org-agenda-get-timestamps)
19429         (org-agenda-get-deadlines, org-agenda-get-scheduled)
19430         (org-agenda-get-blocks): Use `org-get-category'.
19431         (org-context-in-file-links): Rename from
19432         `org-line-numbers-in-file-links'.
19434 2005-12-06  Romain Francoise  <romain@orebokech.com>
19436         * window.el (balance-windows): Delete extraneous third arg in call
19437         to `enlarge-window'.
19439 2005-12-06  Kenichi Handa  <handa@m17n.org>
19441         * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
19443 2005-12-06  Nick Roberts  <nickrob@snap.net.nz>
19445         * progmodes/gdb-ui.el (gdb-var-create-handler)
19446         (gdb-var-evaluate-expression-handler, gdb-frame-handler)
19447         (gdb-var-list-children-handler, gdb-var-update-handler):
19448         Current buffer is already gdb-partial-output-buffer, don't
19449         make it current again.
19451 2005-12-05  Luc Teirlinck  <teirllm@auburn.edu>
19453         * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
19454         (list-buffers-noselect): Use it.
19456 2005-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
19458         * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
19459         (mail-yank-ignored-headers): Use regexp-opt.
19460         (mail-mode-map): Move initialization into declaration.
19461         (mail-sent-via): Remove unused shadowed var `to-line'.
19462         (mail-mailer-swallows-blank-line): Use with-temp-buffer.
19463         (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
19464         (mail-do-fcc): Use dolist and push.
19465         (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
19466         (mail-yank-ignored-headers): Don't autoload.
19468 2005-12-05  Kenichi Handa  <handa@m17n.org>
19470         * international/mule-cmds.el (set-language-info-internal): New fun.
19471         (set-language-info): Call set-language-info-internal to update
19472         language-info-alist.  If LANG-ENV is the current one, call
19473         set-language-environment to make INFO effective now.
19474         (set-language-info-alist): Likewise.
19475         (locale-language-names): With locale "en", use English
19476         lang. env. but set the default codings to iso-8859-1.
19478 2005-12-04  Nick Roberts  <nickrob@snap.net.nz>
19480         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
19481         (gdb-speedbar-auto-raise): Echo new state in minibuffer.
19482         (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
19483         for plain strings.
19484         (gdb-frames-mode): Remove redundant call to font-lock-mode.
19485         (gdb-all-registers): Rename from toggle-gdb-all-registers.
19486         Create registers buffer if necessary.  Echo new state in minibuffer.
19487         (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
19489 2005-12-03  Chong Yidong  <cyd@stupidchicken.com>
19491         * info.el (Info-fontify-node): Match external links using
19492         non-directory part of filename.
19494 2005-12-04  Juri Linkov  <juri@jurta.org>
19496         * font-core.el (global-font-lock-mode): Use define-global-minor-mode
19497         instead of easy-mmode-define-global-mode.  Add `:group font-lock'.
19498         (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
19499         because there is no customization option for it.
19501         * font-lock.el (lisp-font-lock-keywords-1):
19502         Add define-global-minor-mode.
19504         * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
19506         * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
19507         properties on the constructed variable names.
19509         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
19510         Put `definition-name' properties on the constructed function names
19511         next-sym and prev-sym.
19513         * emacs-lisp/find-func.el (find-function-regexp):
19514         Add define-global-minor-mode.  Replace `easy-mmode-define-global-mode'
19515         with `easy-mmode-define-[a-z-]+'.  Add easy-menu-define.
19516         (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
19517         and easy-menu-define.
19519         * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
19520         easy-mmode-define-global-mode and define-global-minor-mode.
19521         (lisp-imenu-generic-expression): Add define-global-minor-mode.
19523         * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
19524         instead of easy-mmode-define-global-mode.
19526         * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
19527         Use define-minor-mode instead of easy-mmode-define-minor-mode.
19529         * cus-edit.el (customize-group, customize-group-other-window):
19530         Filter out autoloaded options from the group completion list by
19531         using heuristics that autoloaded groups don't have `custom-autoload'
19532         property on their symbols (they have only `custom-loads').
19534         * simple.el (completion-setup-function): Put completions-common-part
19535         face on complete completion string too (i.e. completion string
19536         without completions-first-difference face).
19538         * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
19540 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
19542         * view.el (view-mode): Doc fix.
19544         * disp-table.el (standard-display-european): Add to the warning
19545         message a reference to the doc string.
19547         * play/yow.el (apropos-zippy): Call print-help-return-message,
19548         similar to other Help and Apropos commands.
19550         * help.el (print-help-return-message): If pop-up-frames is
19551         non-nil, set up help-return-method to delete the help window and,
19552         possibly, its frame as well, and don't display message about
19553         scrolling the help window.  Doc fix.
19554         (help-return-method): Doc fix.
19556 2005-12-03  Martin Rudalics  <rudalics@gmx.at>
19558         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
19559         whereby names of length one or names starting with a
19560         symbol-constituent character would not be returned.
19562 2005-12-03  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
19564         * subr.el (atomic-change-group): Add edebug and indentation spec.
19566 2005-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
19568         * completion.el (save-completions-file-name): Fix typo in last change.
19570 2005-12-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
19572         * info.el: Move back/forward history to the beginning of the tool bar.
19574 2005-12-02  Ken Manheimer  <ken.manheimer@gmail.com>
19576         * allout.el (eval-when-compile): Remove unnecessary load of cl.
19577         Add fset of allout-real-isearch-abort during compile to fix
19578         byte-compilation warnings.
19579         (allout-mode-p): Move definition of this macro above all uses, or
19580         byte compilation in barren Emacs (eg, during Emacs build) will
19581         lack the definition.
19582         (allout-mode): Move this variable above any uses, or byte
19583         compilation will fail.
19584         (allout-resolve-xref): Remove use of personal file-reference function.
19585         (allout-toggle-current-subtree-encryption): Do the current (ie,
19586         visible containing) topic, rather than nearest around point.  Doc fix.
19587         (allout-toggle-subtree-encryption): New function, workhorse that
19588         works on nearest topic containing point.
19589         (allout-encrypt-string): Signal requirement for newer version of pgg.
19590         (allout-resumptions): Doc fix.
19592 2005-12-02  Eli Zaretskii  <eliz@gnu.org>
19594         * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
19596 2005-12-02  Agustin Martin  <agustin.martin@hispalinux.es>
19598         * textmodes/flyspell.el (flyspell-external-point-words):
19599         Consider a misspelling as found in the string search if: (a) misspelling
19600         and found string lengths match, or (b) misspelling is found as
19601         element in a boundary-chars separated longer string, or (c)
19602         ispell-program-name is really ispell and misspelling is found as
19603         part of a TeX string.  After successful match move beginning of
19604         search region to end of match.  Warn about not found misspellings
19605         once the process is done.
19606         (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
19608 2005-12-02  Nick Roberts  <nickrob@snap.net.nz>
19610         * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
19611         tool bar (removed inadvertently).
19613 2005-12-02  Juri Linkov  <juri@jurta.org>
19615         * log-view.el (log-view-diff): Clarify doc string.
19617 2005-12-01  Bill Wohler  <wohler@newt.com>
19619         * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
19620         triggers lm-verify errors.
19622 2005-12-01  Luc Teirlinck  <teirllm@auburn.edu>
19624         * simple.el (transient-mark-mode, line-number-mode)
19625         (column-number-mode, size-indication-mode): Remove `:require nil'.
19627 2005-12-01  Nick Roberts  <nickrob@snap.net.nz>
19629         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
19630         in the margin also.
19631         (gdb-breakpoints-mode-map): Use D instead of d for
19632         gdb-delete-breakpoint.
19633         (gdb-get-frame-number): Require a number to match on.
19634         (gdb-threads-mode-map): Add follow-link binding.
19636 2005-11-30  Jason Rumney  <jasonr@gnu.org>
19638         * isearch.el (isearch-mode-map): Avoid exiting search on
19639         language-change event.
19641 2005-11-30  Romain Francoise  <romain@orebokech.com>
19643         * speedbar.el (speedbar-default-position): New defcustom.
19644         (speedbar-frame-reposition-smartly): Use it.
19646         * dframe.el (dframe-reposition-frame-emacs): Fix position
19647         computation for `left' location.
19648         Update copyright year.
19650 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
19652         * help.el (help-map): Move initialization into declaration.
19654         * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
19656         * help-fns.el (help-argument-name): Don't autoload.
19657         It's useless and triggers a bug in cus-dep.el causing ldefs-boot
19658         to be re-loaded when customizing the `help' group.
19660 2005-11-30  John Paul Wallington  <jpw@gnu.org>
19662         * help-fns.el (describe-function-1): Fill arglist output.
19664 2005-11-30  Kim F. Storm  <storm@cua.dk>
19666         * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
19667         (cua--rectangle-post-command): Cleanup overlays and deactivate mark
19668         after revert-buffer (or anything else which kills all local variables).
19670         * apropos.el (apropos-parse-pattern): Doc fix.
19671         Set apropos-regexp directly, rather than expecting callers to do so.
19672         (apropos-command, apropos, apropos-value, apropos-documentation):
19673         Simplify calls to apropos-parse-pattern.
19675 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
19677         * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
19678         (hi-lock-face-phrase-buffer): Use hi-yellow face.
19679         (hi-lock-write-interactive-patterns): Use comment-region.
19681         * longlines.el (longlines-mode): Add mail-setup-hook.
19683         * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
19685         * simple.el (sendmail-user-agent-compose, next-line):
19686         Conditionally use hard-newline.
19688 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
19690         * international/latexenc.el (latex-inputenc-coding-alist):
19691         Reword doc string.
19693 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
19695         * help.el (describe-key-briefly, describe-key): Recognize default
19696         bindings.
19698 2005-11-29  Romain Francoise  <romain@orebokech.com>
19700         * view.el (view-inhibit-help-message): New defcustom.
19701         (view-mode-enter): Use it.
19703 2005-11-29  Michael Kifer  <kifer@cs.stonybrook.edu>
19705         * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
19706         Preserve user position.
19708 2005-11-28  Luc Teirlinck  <teirllm@auburn.edu>
19710         * font-lock.el: Throw error if facemenu is not loaded to prevent
19711         accidental change of loading order in loadup.el.  (Suggested by RMS.)
19713         * loadup.el: Add comment explaining why facemenu must be loaded
19714         before font-lock.
19716 2005-11-28  Jay Belanger  <belanger@truman.edu>
19718         * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
19719         (calc-dispatch-map): Add more keys for `calc-same-interface'.
19721         * calc/calc-misc.el (calc-dispatch-help): Update docstring.
19723         * calc/calc-embed.el (calc-do-embedded): Update help message.
19725         * calc/calc-prog.el (calc-user-define-invokation): Update help message.
19727 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
19729         * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
19731         * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
19732         called-interactively-p.
19733         (elp-profilable-p): Rename from elp-not-profilable-p.
19734         Invert result and take into account macros and autoloaded functions.
19735         (elp-instrument-function): Update call.
19736         (elp-instrument-package): Update call.  Add completion.
19737         (elp-pack-number): Use match-string.
19738         (elp-results-jump-to-definition-by-mouse): Merge into
19739         elp-results-jump-to-definition and then remove.
19740         (elp-output-insert-symname): Make help echo text single-line.
19742         * replace.el (query-replace-map): Move initialization into declaration.
19743         (occur-engine): Use with-current-buffer.
19744         (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
19745         (occur-mode-mouse-goto): Replace with an alias.
19747 2005-11-28  Juri Linkov  <juri@jurta.org>
19749         * simple.el (quoted-insert): Let-bind input-method-function to nil.
19751         * term/w32-win.el: Bind [S-tab] to [backtab].
19753         * info.el (Info-fontify-node): Set 2nd arg `noerror' of
19754         `Info-find-file' to t.
19756         * replace.el (occur-mode-mouse-goto): Pop, don't switch.
19757         (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
19758         and same-window-regexps.
19759         (occur-next-error): Don't move point for arg 0.
19761 2005-11-28  Chong Yidong  <cyd@stupidchicken.com>
19763         * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
19765 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
19767         * log-edit.el (log-edit-changelog-use-first): New var.
19768         (log-edit-changelog-ours-p): Use it.
19769         (log-edit-insert-changelog): Set it with new arg `use-first'.
19770         (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
19771         (log-edit-hook): Add them to the list of suggested options.
19773         * textmodes/flyspell.el (flyspell-last-buffer): New var.
19774         (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
19775         redundant work.
19776         (flyspell-mode-on): Use add-hook for after-change-functions.
19777         (flyspell-mode-off): Use remove-hook for after-change-functions.
19778         (flyspell-changes): Make it buffer-local.
19779         (flyspell-after-change-function): Make it non-interactive.  Use push.
19780         (flyspell-post-command-hook): Check input-pending-p while processing
19781         the potentially long list of buffer changes.
19783 2005-11-28  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
19785         * buff-menu.el (list-buffers-noselect): Display the selected
19786         frame's buffer list, not the global one.
19788 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
19790         * xt-mouse.el (xterm-mouse-event): Set last-input-event so
19791         that (list last-input-event) works as in interactive spec.
19793 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
19795         * loadup.el ("facemenu"): Load facemenu before font-lock, because
19796         `facemenu-keymap' needs to be defined when font-lock is loaded.
19797         Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
19799 2005-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
19801         * completion.el: Remove useless leading * in defcustom docstrings.
19802         (save-completions-file-name): Use ~/.emacs.d if available.
19803         (completion-standard-syntax-table): Rename from
19804         cmpl-standard-syntax-table and fold initialization into declaration,
19805         thus removing cmpl-make-standard-completion-syntax-table.
19806         (completion-lisp-syntax-table, completion-c-syntax-table)
19807         (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
19808         (cmpl-saved-syntax, cmpl-saved-point): Remove.
19809         (symbol-under-point, symbol-before-point)
19810         (symbol-under-or-before-point, symbol-before-point-for-complete)
19811         (add-completions-from-c-buffer): Use with-syntax-table.
19812         (make-completion): Don't return a list of completion entries.
19813         Update callers.
19814         (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
19815         (completion-initialize): Rename from initialize-completions.
19816         (completion-find-file-hook): Rename from cmpl-find-file-hook.
19817         (kill-emacs-save-completions): Collect stats here.
19818         (save-completions-to-file, load-completions-from-file):
19819         Use with-current-buffer.
19820         (completion-def-wrapper): Rename from def-completion-wrapper.  Make it
19821         into a function.  Move all calls to toplevel.
19822         (completion-lisp-mode-hook): New fun.
19823         (completion-c-mode-hook, completion-setup-fortran-mode):
19824         Set the syntax-table here.  Use local-set-key.
19825         (completion-saved-bindings): New var.
19826         (dynamic-completion-mode): Make it into a proper minor mode.
19827         (load-completions-from-file): Remove unused var `num-uses'.
19829         * emacs-lisp/cl-macs.el (defstruct): Don't define the default
19830         constructor if it is explicitly overridden.
19832         * complete.el (PC-completion-as-file-name-predicate):
19833         Use minibuffer-completing-file-name.
19834         (partial-completion-mode): Use find-file-not-found-functions.
19835         (PC-lisp-complete-symbol): Use with-syntax-table.
19836         (PC-look-for-include-file): Remove dead setq.
19837         (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
19838         (PC-complete): Use with-current-buffer.
19840         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
19841         escape single quotes.
19843 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
19845         * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
19846         of `if' whose condition always returned nil.  Doc fix.
19848         * buff-menu.el (Buffer-menu-revert-function): Make the selected
19849         window's buffer the current buffer around the call to
19850         `list-buffers-noselect'.  This is necessary to mark that buffer
19851         with a `.' in the Buffer Menu when called from Lisp, for instance
19852         by Auto Revert Mode.
19854 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
19856         * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
19857         attaching to it.
19858         (gdb-pre-prompt): Make sure gdb-error is reset.
19860         * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
19861         with a child process, detect it.
19862         (gud-speedbar-buttons): Match regexp more carefully.
19864 2005-11-27  Richard M. Stallman  <rms@gnu.org>
19866         * mouse.el (mouse-drag-move-window-bottom):
19867         Use adjust-window-trailing-edge.
19869 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
19871         * simple.el (blink-matching-open): Ignore
19872         `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
19873         (blink-matching-paren-on-screen): Update docstring.
19875         * paren.el (show-paren-mode): No longer change
19876         `blink-matching-paren-on-screen'.
19878 2005-11-27  John Paul Wallington  <jpw@pobox.com>
19880         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
19881         (gdb-threads-select, gdb-edit-register-value):
19882         Use `posn-set-point' instead of `mouse-set-point' because the
19883         latter is not fbound when configured without X.
19885 2005-11-27  Kim F. Storm  <storm@cua.dk>
19887         * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
19888         existing face when partially highlighting a TAB in a rectangle.
19890 2005-11-26  Kim F. Storm  <storm@cua.dk>
19892         * ido.el (ido-mode-map): Doc fix.
19893         (ido-mode-common-map, ido-mode-file-map)
19894         (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
19895         (ido-define-mode-map): Rewrite.  Select one of the new maps as
19896         parent for ido-mode-map instead of building from scratch.
19897         (ido-init-mode-maps): New defun to initialize new maps.
19898         (ido-mode): Call it.
19899         (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
19900         (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
19902 2005-11-26  John Paul Wallington  <jpw@pobox.com>
19904         * arc-mode.el (archive-extract): Use `posn-set-point' instead of
19905         `mouse-set-point' because the latter is not fbound when configured
19906         without X.
19908 2005-11-26  Thien-Thi Nguyen  <ttn@gnu.org>
19910         * files.el (file-relative-name): Doc fix.
19912 2005-11-26  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
19914         * progmodes/octave-inf.el (inferior-octave-startup): Force a
19915         non-empty string for secondary prompt PS2.
19917 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
19919         * progmodes/compile.el (compilation-setup): Fix last change.
19921 2005-11-26  Nick Roberts  <nickrob@snap.net.nz>
19923         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
19924         (gdb-mouse-toggle-breakpoint-margin)
19925         (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
19926         Add gdb-server-prefix to keep out of command history.
19927         (gdb-edit-register-value): New function.
19928         (gdb-registers-mode-map): Bind mouse-2 and RET to it.
19929         (gdb-info-registers-custom): Use above map.
19931 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
19933         * custom.el (enable-theme): Signal error if argument is not a
19934         theme.  Don't recalculate a face if it's not loaded yet.
19936         * cus-face.el (custom-theme-set-faces): Don't change saved-face if
19937         the `user' theme is in effect.
19939         * info.el (Info-on-current-buffer): Record actual filename in
19940         Info-current-file, instead of t, or a fake filename if a non-file
19941         buffer.  Make autoload.
19942         (Info-find-node, Info-revert-find-node): No need to check for
19943         Info-current-file nil.
19944         (Info-set-mode-line, Info-up, Info-copy-current-node-name):
19945         Info-current-file is now never `t'.
19946         (Info-fontify-node): Many simplifications due to Info-current-file
19947         always being valid.  Use Info-find-file to find node filename.
19949 2005-11-25  David Kastrup  <dak@gnu.org>
19951         * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
19952         new character, then delete" in order to preserve markers.
19954 2005-11-25  David Ponce  <david@dponce.com>
19956         * recentf.el (recentf-arrange-by-rule): Handle a special
19957         `auto-mode-alist'-like "strip suffix" rule.
19958         (recentf-build-mode-rules): Handle second level auto-mode entries.
19960 2005-11-25  Michael Kifer  <kifer@cs.stonybrook.edu>
19962         * emulation/viper-keym.el (viper-ESC-key): Use different values
19963         in terminal and window modes.
19965         * emulation/viper.el (viper-emacs-state-mode-list): Delete mail-mode,
19966         add jde-javadoc-checker-report-mode.
19968         * ediff-wind.el (ediff-make-wide-display): Slight simplification.
19970         * ediff.el (ediff-date): Change the date of last update.
19972 2005-11-24  Chong Yidong  <cyd@stupidchicken.com>
19974         * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
19975         Use define-minor-mode, and make it a local mode.  Turn on font-lock.
19976         (hi-lock-mode): New global minor mode.
19977         (turn-on-hi-lock-if-enabled): New function.
19978         (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
19979         Change arguments to regexp and face instead of a font-lock pattern.
19980         Directly set face property, instead of refontifying.
19981         (hi-lock-font-lock-hook): Check if font-lock is being turned on.
19982         (hi-lock-find-patterns): Use line-number-at-pos.
19984         (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode.  Use new
19985         arguments for hi-lock-set-pattern.
19986         (hi-lock-unface-buffer, hi-lock-set-file-patterns):
19987         Call font-lock-fontify-buffer.
19988         (hi-lock-find-file-hook, hi-lock-current-line)
19989         (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
19991         (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
19992         turned off.
19994         * progmodes/compile.el (compilation-setup): Don't fiddle with
19995         font-lock-defaults.
19997 2005-11-25  Nick Roberts  <nickrob@snap.net.nz>
19999         * progmodes/gdb-ui.el (gdb-var-create-handler)
20000         (gdb-var-list-children-handler): Find values for all variable
20001         objects.  gud-speedbar-buttons decides whether to display them.
20003 2005-11-24  Romain Francoise  <romain@orebokech.com>
20005         * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
20006         buffer name with a space.
20008 2005-11-24  Carsten Dominik  <dominik@science.uva.nl>
20010         * textmodes/org.el (org-export-plain-list-max-depth): Rename from
20011         `org-export-local-list-max-depth'.  Change default value to 3.
20012         (org-auto-renumber-ordered-lists)
20013         (org-plain-list-ordered-item-terminator): New options.
20014         (org-at-item-p, org-beginning-of-item, org-end-of-item)
20015         (org-get-indentation, org-get-string-indentation)
20016         (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
20017         New functions.
20018         (org-move-item-down, org-move-item-up): New commands.
20019         (org-export-as-html): New classes for CSS support.  Bug fix in
20020         regular expression detecting fixed-width regions.  Respect
20021         `org-local-list-ordered-item-terminator'.
20022         (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
20023         also a list item.
20024         (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
20025         New item moving functions.
20027 2005-11-24  Juri Linkov  <juri@jurta.org>
20029         * isearch.el (isearch-repeat): With empty search ring set
20030         `isearch-error' to the error string instead of signaling error
20031         with the function `error'.
20033 2005-11-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
20035         * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
20037 2005-11-24  Nick Roberts  <nickrob@snap.net.nz>
20039         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
20040         and variable.
20041         (gdb-var-create-handler, gdb-var-list-children-handler):
20042         Don't match on "char **...".
20043         (gdb-var-update-handler): Find values for all variable objects.
20044         (gdb-info-frames-custom): Identify frames by leading "#".
20046         * progmodes/gud.el (gud-speedbar-menu-items): Add
20047         gdb-speedbar-auto-raise as radio button.
20048         (gud-speedbar-buttons): Raise speedbar if requested.
20049         Don't match on "char **...".
20050         (gud-speedbar-buttons): Add (pointer) value for non-leaves.
20051         Make it editable.
20053 2005-11-23  Chong Yidong  <cyd@stupidchicken.com>
20055         * info.el (Info-fontify-node): Handle the case where
20056         Info-current-file is t.
20058 2005-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
20060         * simple.el (blink-matching-open): Fix off-by-one in last change.
20062 2005-11-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
20064         * term/mac-win.el: Don't change default directory.
20066 2005-11-22  Luc Teirlinck  <teirllm@auburn.edu>
20068         * cus-edit.el (Custom-reset-standard): Make it handle Custom group
20069         buffers correctly.  (It used to throw an error in such buffers.)
20070         Make it ask for confirmation in group buffers and other Custom
20071         buffers containing more than one customization item.
20073 2005-11-22  John Paul Wallington  <jpw@gnu.org>
20075         * net/goto-addr.el (goto-address-fontify): Put `follow-link'
20076         property on mail and url overlays.
20077         (goto-address-at-point): Use `posn-set-point' instead of
20078         `mouse-set-point' because the latter is not fbound when configured
20079         without X.
20081 2005-11-22  Lars Hansen  <larsh@soem.dk>
20083         * ls-lisp.el (ls-lisp-parse-symlink): Delete.
20084         (ls-lisp-classify, ls-lisp-format): Delete call to
20085         ls-lisp-parse-symlink.
20086         (ls-lisp-handle-switches): Handle symlinks to directories as
20087         directories when ls-lisp-dirs-first in non-nil.
20089 2005-11-21  Luc Teirlinck  <teirllm@auburn.edu>
20091         * startup.el (command-line): Make sure that loaddefs.el is handled
20092         correctly in load-history.
20094 2005-11-22  Nick Roberts  <nickrob@snap.net.nz>
20096         * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
20097         (gdb-struct-string, gdb-array-string): New constants.
20098         (gdb-info-locals-handler): Use them.
20099         (gdb-reset): Reset gdb-var-list to nil.
20101 2005-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
20103         * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
20104         in patterns.
20106 2005-11-21  Juri Linkov  <juri@jurta.org>
20108         * custom.el (defcustom): Update link types in docstring.
20110 2005-11-20  Martin Rudalics  <rudalics@gmx.at>
20112         * custom.el (defgroup): Add doc-string-elt info.
20114         * widget.el (define-widget): Don't use declare for the doc-string-elt.
20116 2005-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
20118         * newcomment.el (comment-enter-backward): Fix last fix.
20120         * simple.el (blink-matching-open):
20121         * paren.el (show-paren-function): Allow new paren-class info.
20123 2005-11-20  Chong Yidong  <cyd@stupidchicken.com>
20125         * faces.el: Revert 2005-11-17 change.  :ignore-defface is now
20126         handled automagically.
20128 2005-11-20  Andreas Schwab  <schwab@suse.de>
20130         * descr-text.el (describe-char): When copying overlays put them
20131         over the full char description instead of just the first character
20132         of it.
20134 2005-11-20  Juri Linkov  <juri@jurta.org>
20136         * simple.el (what-cursor-position):
20137         * descr-text.el (describe-char): Use Lisp-readable syntax
20138         for octal and hex.  Reorder decimal, octal and hex values.
20139         Remove excess whitespace in the output.  Use `=' in `column='
20140         like in `point=' and `Hscroll='.
20142         * international/mule-cmds.el (encoded-string-description):
20143         Use Lisp-readable syntax for hex.
20145 2005-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
20147         * newcomment.el (comment-enter-backward): Handle the case where the
20148         comment is closed by EOB.
20150 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
20152         * longlines.el (longlines-before-revert-hook)
20153         (longlines-after-revert-hook): New functions.
20154         (longlines-mode): Turn off longlines temporarily when reverting.
20155         Add a message-setup-hook.
20156         (longlines-decode-buffer): New function.
20157         (longlines-wrap-line): Preserve marker positions.
20159 2005-11-19  Andreas Schwab  <schwab@suse.de>
20161         * emacs-lisp/shadow.el: Handle compressed files.
20163 2005-11-19  Romain Francoise  <romain@orebokech.com>
20165         * net/browse-url.el (browse-url-default-browser): Signal an error
20166         if no usable browser can be found, rather than try to load w3.
20168 2005-11-16  Ryan Yeske  <rcyeske@gmail.com>
20170         * net/rcirc.el (rcirc-mangle-text): Add bold face property without
20171         replacing existing properties.
20172         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
20173         (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
20174         tty specs.
20175         (rcirc-server-prefix, rcirc-server): New faces.
20176         (rcirc-url-regexp): Generate with rx macro.
20177         (rcirc-last-server-message-time): New variable.
20178         (rcirc-filter): Record time of last message.
20179         (rcirc-keepalive): Kill processes that did not send a message
20180         since the last ping.
20181         (rcirc-mode): Give rcirc-topic a local binding here.
20183 2005-11-19  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
20185         * subr.el (read-passwd): Fontify the prompt as we do with other
20186         prompts.
20188 2005-11-19  Ryan Yeske  <rcyeske@gmail.com>
20190         * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
20191         binding buffer-read-only to nil.
20193 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
20195         * complete.el (partial-completion-mode):
20196         Mention completion-auto-help in the doc string.
20198         * man.el (Man-highlight-references): Doc fix.  Reformat code in a
20199         more Lisp-ish way.
20201 2005-11-19  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
20203         * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
20204         digits, not 8, to avoid misalignment for files larger than 100MB.
20206 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
20208         * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
20209         Mention "keyboard shortcuts" in the help text.
20211 2005-11-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
20213         * startup.el (fancy-splash-default-action): Discard only
20214         mouse-down and succeeding mouse-up events in the splash screen
20215         window so that drag-n-drop event can be processed.
20217 2005-11-18  Chong Yidong  <cyd@stupidchicken.com>
20219         * longlines.el (longlines-mode): Add hacks for mail-mode and
20220         message-mode.
20222 2005-11-18  Carsten Dominik  <dominik@science.uva.nl>
20224         * textmodes/org.el (org-table-sort-lines): New command.
20225         (org-tbl-menu): Add entry for `org-table-sort-lines'.
20226         (org-add-file): Command removed, use `org-agenda-file-to-front'
20227         instead.
20228         (org-export-icalendar): Use `org-icalendar-combined-name'.
20229         (org-cycle-agenda-files, org-agenda-file-to-end)
20230         (org-agenda-file-to-front): New commands.
20231         (org-table-tab-jumps-over-hlines, org-export-html-style):
20232         New options.
20233         (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
20234         (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
20235         New functions.
20236         (org-fill-paragraph): Call `org-table-align' in tables.
20237         (org-mode): Call `org-set-autofill-regexps'.
20238         (org-export-as-html): Support for local handformatted lists.
20239         Modified to produce valid HTML 4.0.  Use `org-export-html-style'.
20240         (org-export-local-list-max-depth): New option.
20241         (org-html-expand): Use `org-html-protect'.
20243 2005-11-18  Nick Roberts  <nickrob@snap.net.nz>
20245         * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
20246         to "p".
20247         (gdb): Move definition of gud-pp to...
20249         * progmodes/gdb-ui.el (gdb-ann3): ...here.  Make it work in the
20250         speedbar.
20251         (gdb-find-watch-expression): New function.
20253 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
20255         * faces.el (face-attribute, set-face-attribute): Mention existence
20256         of `:ignore-defface' setting in docstring.
20258 2005-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
20260         * simple.el (completion-setup-function): Fix last change.
20262 2005-11-17  John Paul Wallington  <jpw@pobox.com>
20264         * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
20265         Use `posn-set-point' instead of `mouse-set-point' because the
20266         latter is not fbound when configured without X.
20268         * comint.el (comint-insert-input): Likewise.
20270 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
20272         * simple.el (hard-newline): New variable.
20273         (sendmail-user-agent-compose, next-line): Use it.
20275         * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
20276         (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
20277         (mail-mail-reply-to, mail-mail-followup-to)
20278         (mail-position-on-field, mail-signature, mail-yank-original)
20279         (mail-attach-file): Likewise.
20281         * mail/mailheader.el (mail-header-format)
20282         (mail-header-format-function): Likewise.
20284         * add-log.el (add-change-log-entry, change-log-merge): Likewise.
20286 2005-11-17  Juri Linkov  <juri@jurta.org>
20288         * font-lock.el (font-lock-faces): Rename this defgroup from
20289         `font-lock-highlighting-faces'.
20290         (font-lock-comment-face, font-lock-comment-delimiter-face)
20291         (font-lock-string-face, font-lock-doc-face)
20292         (font-lock-keyword-face, font-lock-builtin-face)
20293         (font-lock-function-name-face, font-lock-variable-name-face)
20294         (font-lock-type-face, font-lock-constant-face)
20295         (font-lock-warning-face, font-lock-negation-char-face)
20296         (font-lock-preprocessor-face)
20297         (font-lock-regexp-grouping-backslash)
20298         (font-lock-regexp-grouping-construct): Rename :group from
20299         `font-lock-highlighting-faces' to `font-lock-faces'.
20301         * cus-edit.el (lisp, c, tex):
20302         * progmodes/ada-mode.el (ada):
20303         * progmodes/asm-mode.el (asm):
20304         * progmodes/cperl-mode.el (cperl-faces):
20305         * progmodes/cpp.el (cpp):
20306         * progmodes/dcl-mode.el (dcl):
20307         * progmodes/f90.el (f90):
20308         * progmodes/fortran.el (fortran):
20309         * progmodes/icon.el (icon):
20310         * progmodes/idlwave.el (idlwave-misc):
20311         * progmodes/m4-mode.el (m4):
20312         * progmodes/make-mode.el (makefile):
20313         * progmodes/meta-mode.el (meta-font):
20314         * progmodes/modula2.el (modula2):
20315         * progmodes/octave-mod.el (octave):
20316         * progmodes/pascal.el (pascal):
20317         * progmodes/perl-mode.el (perl):
20318         * progmodes/prolog.el (prolog):
20319         * progmodes/ps-mode.el (PostScript-edit):
20320         * progmodes/scheme.el (scheme):
20321         * progmodes/sh-script.el (sh-script):
20322         * progmodes/simula.el (simula):
20323         * progmodes/tcl.el (tcl):
20324         * textmodes/nroff-mode.el (nroff):
20325         * textmodes/reftex-vars.el (reftex-fontification-configurations):
20326         * textmodes/sgml-mode.el (sgml):
20327         * textmodes/texinfo.el (texinfo):
20328         Add :link (custom-group-link font-lock-faces) to defgroup.
20330         * hi-lock.el (hi-lock): Rename this defgroup from
20331         `hi-lock-interactive-text-highlighting'.  Change parent group from
20332         `faces' to `font-lock'.  Add link to the manual.
20333         (hi-lock-mode, hi-lock-file-patterns-range)
20334         (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
20335         `hi-lock-interactive-text-highlighting' to `hi-lock'.
20336         (hi-lock-faces): Add :group `faces'.
20338         * cus-edit.el (custom-variable-prompt): Clarify the code.
20340         * faces.el (face-read-string): Set the default value arg of
20341         completing-read.
20343 2005-11-16  Luc Teirlinck  <teirllm@auburn.edu>
20345         * rfn-eshadow.el (file-name-shadow-properties)
20346         (file-name-shadow-tty-properties, file-name-shadow-mode):
20347         Remove autoloads, because the file is now preloaded.
20349 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
20351         * printing.el (easy-menu-intern): Don't define.
20352         (pr-get-symbol): Use easy-menu-intern only if defined.
20354         * simple.el (blink-matching-open): Simplify a bit.
20355         (completion-setup-function): Fix the case of partial-completion-mode
20356         when the minibuffer's contents start with "-".
20357         Obey completion-base-size-function even when
20358         minibuffer-completing-file-name is non-nil.
20360 2005-11-16  Richard M. Stallman  <rms@gnu.org>
20362         * net/eudcb-ph.el (eudc-ph-open-session):
20363         Use set-process-query-on-exit-flag.
20365         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
20367         * international/ucs-tables.el (ucs-set-table-for-input):
20368         Use make-local-variable, not make-variable-buffer-local.
20370         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
20371         Improve warning message text.
20373         * savehist.el (savehist-save-hook): Add :group.
20375         * menu-bar.el (menu-bar-help-menu):
20376         Rename Find Extra Packages to External Packages.
20378         * cus-edit.el (Custom-reset-standard): Verify that
20379         :custom-standard-value prop exists before calling it.
20381         * apropos.el (apropos-calc-scores): Use apropos-pattern.
20383 2005-11-16  Martin Rudalics  <rudalics@gmx.at>
20385         * wid-edit.el (color): Enclose %t in %{...%}.
20387         * cus-edit.el (face): Enclose %t in %{...%}.
20389 2005-11-16  Hrvoje Niksic  <hniksic@xemacs.org>
20391         * savehist.el (savehist-mode-hook): Re-add the var.
20392         (savehist-mode): Use it.
20394 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
20396         * textmodes/flyspell.el: Fix commenting convention.
20397         Remove unnecessary leading * in custom docstrings.
20398         (flyspell-emacs): Remove unused var.
20399         (flyspell-delete-region-overlays): Use remove-overlays.
20400         (flyspell-accept-buffer-local-defs): Use save-current-buffer.
20401         (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
20402         (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
20403         (flyspell-debug-signal-word-checked): Use with-current-buffer.
20404         (make-flyspell-overlay): Don't locally reuse a global name.
20405         (flyspell-highlight-incorrect-region)
20406         (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
20407         (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
20408         (flyspell-notify-misspell): Remove unused args `start' and `end'.
20409         (flyspell-word): Adjust call accordingly.  Use ispell-send-string.
20410         Wrap calls to accept-process-output inside with-local-quit since it's
20411         often called from a post-command-hook.
20412         (flyspell-correct-word, flyspell-auto-correct-word):
20413         Use ispell-send-string.
20414         (flyspell-xemacs-popup): Remove unused arg `event'.  Update call.
20416         * calendar/diary-lib.el (diary-list-entries): Also hide the
20417         terminating newline.
20419 2005-11-16  Carsten Dominik  <dominik@science.uva.nl>
20421         * textmodes/reftex.el (reftex-use-fonts): Remove the check for
20422         window-system, to allow fonts on tty.
20424 2005-11-17  Nick Roberts  <nickrob@snap.net.nz>
20426         * progmodes/gud.el (gud-speedbar-item-info): New function.
20427         (gud-install-speedbar-variables): Use it to display data type
20428         of watch expression as a tooltip in speedbar.
20430 2005-11-15  Luc Teirlinck  <teirllm@auburn.edu>
20432         * font-core.el (global-font-lock-mode): Add :version keyword,
20433         because default was changed.
20435         * jka-cmpr-hook.el (auto-compression-mode): Ditto.
20437         * startup.el (command-line): Use `custom-reevaluate-setting' for
20438         `file-name-shadow-mode'.
20440         * loadup.el: Preload rfn-eshadow.
20442         * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
20443         Add :version keyword.
20444         (file-name-shadow-properties, file-name-shadow-tty-properties)
20445         (file-name-shadow): Add :version keyword.
20447         * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
20448         instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
20449         in the custom-group property of the symbol frames and the fringe
20450         group got no link to its parent group frames.
20451         Doc fix.
20453 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
20455         * progmodes/gud.el (gud-stop-subjob): New function.
20456         (gud-menu-map, gud-tool-bar-map): Use it.
20458 2005-11-16  Kim F. Storm  <storm@cua.dk>
20460         * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
20461         than kill it.
20462         (gud-tool-bar-map): Likewise.  Move cont/until/finish buttons
20463         to a more useful/logical place.
20465 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
20467         * progmodes/gud.el (gud-menu-map): Make visibility of stop and
20468         go buttons complementary.
20470 2005-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
20472         * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
20473         (rfn-eshadow-sifn-equal): New function.
20474         (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
20476 2005-11-15  Michael Kifer  <kifer@cs.stonybrook.edu>
20478         * emulation/viper-utils.el (viper-non-word-characters-reformed-vi):
20479         Quote `-' in string.
20481         * emulation/viper.el (viper-emacs-state-mode-list): Ensure that
20482         rcirc-mode buffers come up in Emacs state.
20484         * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
20485         operation.
20487 2005-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
20489         * term.el (term-termcap-format): Fix typos.
20490         (term-down): Fix the negative argument case.
20492 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
20494         * progmodes/gdb-ui.el: Remove face-alias left over from change on
20495         2005-08-15.
20496         (gdb-ann3): New command gud-go.
20497         (menu): Accomodate gdb-mi.el.
20498         (gdb-assembler-custom): Make buffer of selected window current
20499         so that set-window-point works.
20501         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
20502         buttons and include new ones.
20504 2005-11-16  Kim F. Storm  <storm@cua.dk>
20506         * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
20507         (gud-menu-map): Use it.
20509 2005-11-14  Luc Teirlinck  <teirllm@auburn.edu>
20511         * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
20512         that works correctly for Custom and that does not override a user
20513         who disables it.
20515         * help-mode.el (help-make-xrefs, help-xref-on-pp)
20516         (help-xref-interned, help-follow): Make hyperlinks for variables
20517         that are unbound, but have a non-nil variable-documentation property.
20519         * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
20520         mode hook.  (It conflicted with defcustoms for some mode hooks.)
20521         Use the `variable-documentation' property to give the mode hook a
20522         docstring and expand that docstring.
20524 2005-11-14  Hrvoje Niksic  <hniksic@xemacs.org>
20526         * savehist.el (savehist-mode): Don't bother with
20527         `custom-set-minor-mode'.
20528         (savehist-coding-system): Check XEmacs version.
20529         (history-length): Declare also at run time.
20530         (savehist-mode): Don't emit a message.  Don't run the minor mode hook.
20531         Don't set the customize state.
20532         (savehist-minibuffer-hook): Special case for when
20533         minibuffer-history-variable is equal to t.
20535 2005-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
20537         * files.el (write-file): Refresh VC status.
20539         * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
20540         (mark-diary-entries, make-diary-entry): Check default-major-mode rather
20541         than fundamental-mode to see if the mode was set.
20543 2005-11-14  Romain Francoise  <romain@orebokech.com>
20545         * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
20546         dummy function in `eval-when-compile' to avoid compiler warning.
20547         Require `man' at compile time.
20549 2005-11-14  Jay Belanger  <belanger@truman.edu>
20551         * calc/calc-alg.el (calcFunc-write-out-power): Rename it to
20552         calcFunc-powerexpand.
20553         (math-write-out-power): Rename it to math-powerexpand; have it
20554         handle negative exponents.
20555         (calc-writeoutpower): Rename it to calc-powerexpand.
20557         * calc/calc-ext.el: Change calcFunc-writeoutpower and
20558         calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
20559         autoloads.
20560         Add calcFunc-ldiv to autoloads.
20562         * calc/calc-arith.el (calcFunc-ldiv): New function.
20564         * calc/calc.el (calc-left-divide): New function.
20566 2005-11-14  Juri Linkov  <juri@jurta.org>
20568         * cus-edit.el (custom-variable-prompt): Set the default value arg
20569         of completing-read.
20571         * cus-dep.el (custom-make-dependencies): Reverse the list of
20572         found dependencies.
20574 2005-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
20576         * menu-bar.el (menu-bar-options-menu): Delete "Syntax
20577         Highlighting" entry, it is on by default now.
20578         (menu-bar-options-save): Do not save global-font-lock-mode.
20580 2005-11-13  Richard M. Stallman  <rms@gnu.org>
20582         * textmodes/flyspell.el (flyspell-large-region):
20583         Call flyspell-accept-buffer-local-defs.
20585 2005-11-13  Agustin Martin  <agustin.martin@hispalinux.es>
20587         * textmodes/flyspell.el (flyspell-notify-misspell):
20588         Fix misspelling of "Misspelling".
20589         (flyspell-process-localwords): New function.
20590         (flyspell-large-region): Call flyspell-process-localwords and
20591         flyspell-delete-region-overlays.
20592         (flyspell-delete-region-overlays): New function.
20593         (flyspell-delete-all-overlays): Call that.
20595 2005-11-13  Richard M. Stallman  <rms@gnu.org>
20597         * help.el (help-for-help-internal): Improve doc of C-h a.
20598         (describe-key): Improve prompt; doc fix.
20600 2005-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
20602         * vc-svn.el (vc-svn-registered): Catch all errors.
20604         * cus-dep.el (custom-make-dependencies): Typo.
20606 2005-11-13  Michael Albinus  <michael.albinus@gmx.de>
20608         * net/tramp-util.el (top): Fix compilation warning.
20610 2005-11-13  Kim F. Storm  <storm@cua.dk>
20612         * help.el (help-for-help-internal): Fix `a' entry.  Add `d' entry.
20614 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
20616         * progmodes/gud.el (gud-menu-map): Move parentheses (again).
20617         (gud-speedbar-buttons): Match on "const char *" too.
20619         * progmodes/gdb-ui.el (gdb-var-create-handler)
20620         (gdb-var-list-children-handler): Match on "const char *" too.
20621         (gdb-var-evaluate-expression-handler): Match on empty string.
20622         (gdb-var-update-handler): Only call
20623         gdb-var-evaluate-expression-handler when required.
20625 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
20627         * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
20628         selected window.  This still doesn't work for speedbar.
20629         (gud-speedbar-buttons): Handle string expressions properly.
20631         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
20632         (gdb-var-create-handler): Handle string expressions properly.
20633         (gdb-var-list-children-regexp, gdb-var-list-children-handler):
20634         Handle string expressions properly.  Move "type" field into regexp.
20636 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
20638         * bookmark.el (bookmark-maybe-message): New function to reduce
20639         code duplication: invokes `message' iff baud-rate is high enough.
20640         (bookmark-write-file): Use above instead of an inline conditional.
20641         (bookmark-load): Same.
20643 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
20645         * bookmark.el (bookmark-write-file): Don't visit the destination
20646         file, just write the data to it using write-region.  This is
20647         similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
20648         change to avoid visiting the file in the first place.
20650 2005-11-12  Chong Yidong  <cyd@stupidchicken.com>
20652         * hi-lock.el (hi-lock-mode): Set the default value of
20653         font-lock-defaults.
20655 2005-11-11  Luc Teirlinck  <teirllm@auburn.edu>
20657         * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
20658         arg to `file-attributes'.
20659         (find-lisp-format): The UID and GID can now be strings.
20661 2005-11-12  Kim F. Storm  <storm@cua.dk>
20663         * help.el (help-map): Bind C-h d to apropos-documentation.
20665         * simple.el (what-cursor-position): Print (EOB) instead of (100%)
20666         when point is at end-of-buffer.
20668         * apropos.el (apropos-match-face): Doc fix.
20669         (apropos-sort-by-scores): Add new choice `verbose'.
20670         (apropos-documentation-sort-by-scores): New defcustom.
20671         (apropos-pattern): Now contains the pattern entered by the user.
20672         (apropos-pattern-quoted): New defvar.
20673         (apropos-regexp): New defvar, containing the regexp corresponding
20674         to apropos-pattern.
20675         (apropos-all-words-regexp): Rename from apropos-all-regexp.
20676         (apropos-read-pattern): New defun.  Use it to read pattern arg in
20677         interactive calls; returns list of words for a word list, and
20678         string for a regexp.
20679         (apropos-parse-pattern): Rename from apropos-rewrite-regexp.  Now
20680         parses a list of words or regexp as returned by apropos-read-pattern.
20681         (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
20682         (apropos-score-doc): Return a very high score if the string
20683         entered by the user matches literally.
20684         (apropos-variable): Doc fix.  Use apropos-read-pattern.
20685         (apropos-command): Doc fix.  Use apropos-read-pattern and
20686         apropos-parse-pattern.  Call apropos-print with nosubst=t.
20687         (apropos, apropos-value): Doc fix.  Use apropos-read-pattern and
20688         apropos-parse-pattern.
20689         (apropos-documentation): Doc fix.  Use apropos-read-pattern and
20690         apropos-parse-pattern.  Locally bind apropos-sort-by-scores to
20691         apropos-documentation-sort-by-scores.  Call apropos-print with
20692         nosubst=t.
20693         (apropos-documentation-internal): Pass doc string through
20694         substitute-key-definition before adding text properties.
20695         Highlight substring matching literal user input if possible.
20696         (apropos-documentation-check-doc-file): Remove locals beg and end.
20697         Fix calculation of score (as added twice).  Pass doc string through
20698         substitute-key-definition before adding text properties.
20699         (apropos-documentation-check-elc-file): Pass doc string through
20700         substitute-key-definition before adding text properties.
20701         Highlight substring matching literal user input if possible.
20702         (apropos-print): Add new arg NOSUBST; if set, command and variable
20703         doc strings have already been passed through substitute-key-definition.
20704         Add code to handle apropos-accumulator items without score element
20705         for backwards compatibility (e.g. with woman package).
20706         Only show scores if apropos-sort-by-scores is `verbose'.
20708 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
20710         * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
20711         Add jka-compr-load-suffixes to load-suffixes.
20713         * jka-compr.el: Require jka-cmpr-hook.
20714         (jka-compr-info-compress-message, jka-compr-info-compress-program)
20715         (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
20716         (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
20717         (jka-compr-info-can-append, jka-compr-info-strip-extension)
20718         (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
20719         (jka-compr-info-regexp): Remove.  Provided by jka-cmpr-hook.
20720         (jka-compr-uninstall): Remove entries from
20721         jka-compr-added-to-file-coding-system-alist after they are used.
20722         (jka-compr-error): Remove unused var `curbuf'.
20723         (jka-compr-file-local-copy): Remove unused var `notfound'.
20725 2005-11-10  Romain Francoise  <romain@orebokech.com>
20727         * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
20729 2005-11-11  Nick Roberts  <nickrob@snap.net.nz>
20731         * progmodes/gud.el (gud-menu-map): Move parentheses.
20732         (gdb): New command gud-pv.
20734 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
20736         * tar-mode.el: Remove spurious or unnecessary leading stars
20737         in docstrings.
20738         (tar-header-block-tokenize): Also obey default-file-name-coding-system.
20739         (tar-parse-octal-integer-safe): Use mapc.
20740         (tar-header-block-summarize): Remove unused var `ck'.
20741         (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
20742         cleared before.  Obey default-enable-multibyte-characters.
20743         Use mapconcat.  Simplify setting of tar-header-offset.
20744         (tar-mode-map): Move initialization inside delcaration.
20745         (tar-flag-deleted): Use `abs'.
20746         (tar-expunge-internal): Remove unused var `line'.
20747         (tar-expunge-internal): Don't hardcode point-min==1.
20748         (tar-expunge): Widen while doing set-buffer-multibyte.
20749         (tar-rename-entry): Use file-name-coding-system.
20750         (tar-alter-one-field): Don't hardcode point-min==1.
20751         (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
20752         (tar-pad-to-blocksize): Don't hardcode point-min==1.  Clarify the code.
20754 2005-11-10  Masatake YAMATO  <jet@gyve.org>
20756         * add-log.el (add-log-current-defun): Handle class::method
20757         notation of c++.  Fix incorrect comment.
20759 2005-11-10  Alan Mackenzie  <acm@muc.de>
20761         * help-fns.el (describe-variable): Make C-h v work when a variable
20762         has variable documentation yet is unbound.
20764 2005-11-10  Masatake YAMATO  <jet@gyve.org>
20766         * man.el (Man-highlight-references): Set an empty
20767         string to `Man-arguments' if it is nil.
20768         Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
20770 2005-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
20772         * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
20773         commenting conventions.
20775         * cus-dep.el (custom-make-dependencies): Simplify.
20776         Better follow the commenting conventions.
20778 2005-11-09  Richard M. Stallman  <rms@gnu.org>
20780         * apropos.el (apropos-pattern): Rename from apropos-regexp.
20781         (apropos-orig-pattern): Rename from apropos-orig-regexp.
20782         All uses changed.
20783         (apropos-rewrite-regexp): Doc fix.
20784         (apropos-variable, apropos-command, apropos, apropos-value):
20785         Change prompt; carry through the argument renaming.
20787 2005-11-09  Luc Teirlinck  <teirllm@auburn.edu>
20789         * find-lisp.el: Require dired.
20790         (find-lisp-find-dired-internal): Do not call
20791         `abbreviate-file-name' on DIR.
20793 2005-11-10  Nick Roberts  <nickrob@snap.net.nz>
20795         * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
20797 2005-11-09  Nick Roberts  <nickrob@snap.net.nz>
20799         * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
20800         when using the speedbar.
20801         (gdb): New command gud-pp.
20802         (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
20804 2005-11-09  Juri Linkov  <juri@jurta.org>
20806         * replace.el (occur-excluded-properties): New defcustom.
20807         (occur-1, occur-engine, occur-accumulate-lines): Use it.
20809 2005-11-08  Jay Belanger  <belanger@truman.edu>
20811         * calc/calc-units.el (math-convert-units): Replace any composite
20812         unit by its definition.
20814 2005-11-08  Lars Hansen  <larsh@soem.dk>
20816         * emacs-lisp/autoload.el (update-directory-autoloads):
20817         Add obsolete function alias.
20819 2005-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
20821         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
20822         comment-indent-function.
20823         (lisp-comment-indent): Replace by an alias for comment-indent-default.
20825         * reveal.el (reveal-post-command): Rework the handling of
20826         reveal-open-spots, so as to be more reliable.  There were several
20827         tricky corner cases where an open spot might be lost, or where
20828         a closed spot might end up on the list of open spots.
20829         Only reveal text that's ellipsised.
20831 2005-11-07  Carsten Dominik  <dominik@science.uva.nl>
20833         * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
20835 2005-11-07  John Paul Wallington  <jpw@gnu.org>
20837         * ibuffer.el (ibuffer): Search iconified frames too when
20838         getting Ibuffer buffer's window.
20840 2005-11-06  Richard M. Stallman  <rms@gnu.org>
20842         * progmodes/compile.el (compilation-internal-error-properties):
20843         save-excursion around the computation of MARKER.
20845 2005-11-06  Piet van Oostrum  <piet@cs.uu.nl>
20847         * textmodes/flyspell.el (flyspell-external-point-words):
20848         flyspell-get-word returns a list, not just a string.
20850 2005-11-06  John Paul Wallington  <jpw@pobox.com>
20852         * ibuffer.el (ibuffer): Search all visible frames when getting
20853         Ibuffer buffer's window.
20855 2005-11-07  Masatake YAMATO  <jet@gyve.org>
20857         * man.el (Man-reference-regexp): Accept spaces between
20858         `Man-name-regexp' and `Man-section-regexp'.
20859         (Man-apropos-regexp): New variable.
20860         (Man-abstract-xref-man-page): Use value for `Man-target-string'
20861         if available.
20862         (Man-highlight-references, Man-highlight-references0):
20863         Handle the case when `Man-arguments' includes "-k".
20864         (Man-highlight-references0): Rename the argument `TARGET-POS' to
20865         `TARGET'. `TARGET' can be a number, function or nil.
20867 2005-11-06  Nick Roberts  <nickrob@snap.net.nz>
20869         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
20870         (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
20871         (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
20872         (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
20873         (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
20874         (gdb-send-item): Use buffer-local-value and simplify.
20876 2005-11-05  Luc Teirlinck  <teirllm@auburn.edu>
20878         * startup.el (command-line): Use `custom-reevaluate-setting' for
20879         `global-font-lock-mode'.
20881         * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
20882         by default, except in batch mode or when the -D option is given.
20884         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
20885         specified keyword args on to `define-minor-mode'.  Update docstring.
20887 2005-11-05  Romain Francoise  <romain@orebokech.com>
20889         * replace.el (occur-engine): Add marker at end of line, too.
20891 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
20893         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
20894         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
20895         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
20896         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
20897         argument to all these routines, so the passphrase can be managed
20898         externally and passed in to the system.
20899         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
20900         pgg-add-passphrase-to-cache function.
20902         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
20903         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
20904         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
20905         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
20906         argument to all these routines, so the passphrase can be managed
20907         externally and passed in to the system.
20908         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
20909         function.
20911 2005-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
20913         * font-lock.el: Don't deal with font-lock-face-attributes here,
20914         move the code ...
20916         * startup.el (command-line): ... here.  Use face-spec-set instead
20917         of custom-declare-face.
20919         * faces.el (face-spec-set): Reset the face if spec is not nil.
20921 2005-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
20923         * newcomment.el (comment-region-internal): Box more tightly in the
20924         common case where there's no TAB in the boxed text.
20926 2005-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
20928         * info.el (info-tool-bar-map): Use images prev-node, next-node and
20929         up-node.
20931 2005-11-04  Ulf Jasper  <ulf.jasper@web.de>
20933         * net/newsticker.el: Commentary updated.  Code formatting changed.
20934         (newsticker-version): Change to "1.9".
20935         (newsticker, newsticker-feed): Doc fix.
20936         (newsticker-url-list): Doc fix.  Add option "Weekly".
20937         (newsticker-retrieval-interval): Add option "Weekly".
20938         (newsticker-headline-processing): Doc fix.
20939         (newsticker-auto-mark-filter): Remove.
20940         (newsticker-auto-mark-filter-list): New.
20941         (newsticker-layout, newsticker-sort-method): Doc fix.
20942         (newsticker-hide-old-items-in-newsticker-buffer)
20943         (newsticker-heading-format, newsticker-item-format)
20944         (newsticker-desc-format): Doc fix.
20945         (newsticker-show-all-rss-elements): Remove.
20946         (newsticker-show-all-news-elements): New.
20947         (newsticker-faces, newsticker-ticker): Doc fix.
20948         (remove-from-invisibility-spec): Code formatting.
20949         (newsticker--process-ids): New.
20950         (newsticker-mode): Doc fix.
20951         (newsticker-mode): Change mode-line-format.
20952         (newsticker-start): Remove debug output.
20953         (newsticker-start-ticker): Doc fix.  Add autoload cookie.
20954         (newsticker-w3m-show-inline-images): Code formatting.
20955         (newsticker-next-item): Call `force-mode-line-update'.
20956         (newsticker-previous-item): Call `force-mode-line-update'.
20957         (newsticker-next-feed): Call `force-mode-line-update'.
20958         (newsticker-previous-feed): Call `force-mode-line-update'.
20959         (newsticker-mark-all-items-at-point-as-read): Code formatting.
20960         (newsticker-show-old-items): Do not show descs.
20961         (newsticker-hide-entry): Hide too much.
20962         (newsticker-hide-entry, newsticker-show-entry)
20963         (newsticker-toggle-auto-narrow-to-feed): Code formatting.
20964         (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
20965         (newsticker-toggle-auto-narrow-to-item): Code formatting.
20966         (newsticker-set-auto-narrow-to-item): Update buffer immediately.
20967         (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
20968         (newsticker-get-news): Call `force-mode-line-update'.
20969         Collect process ids.
20970         (newsticker--sentinel): Change coding system handling.
20971         Move image retrieval to new functions newsticker--get-logo-url-*.
20972         Move feed parsing to new functions newsticker--parse-*.
20973         Update list of process ids.
20974         (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
20975         (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
20976         (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
20977         (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
20978         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
20979         (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
20980         (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
20981         (newsticker--decode-coding-string): Remove.
20982         (newsticker--decode-numeric-entities): Check input.  Format code.
20983         (newsticker--remove-whitespace): Check input.
20984         (newsticker--do-forget-preformatted): Doc fix.
20985         (newsticker--decode-rfc822-date): Allow for missing time.
20986         (newsticker--update-process-ids): New.
20987         (newsticker--image-sentinel): Change comment.
20988         (newsticker--image-read): Change error message.
20989         (newsticker--imenu-goto): Doc fix.  Show headline title.
20990         (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
20991         (newsticker--buffer-do-insert-text): Clean whitespace in
20992         html-rendered headline title.  Code formatting.
20993         Call `newsticker--buffer-print-extra-elements'.
20994         (newsticker--buffer-print-extra-element): Remove.
20995         (newsticker--buffer-print-extra-elements): New.
20996         (newsticker--buffer-do-print-extra-element): New.
20997         (newsticker--buffer-insert-enclosure): Doc fix.  Use MBytes for
20998         large sizes.
20999         (newsticker--run-auto-mark-filter)
21000         (newsticker--do-run-auto-mark-filter):
21001         Use `newsticker-auto-mark-filter-list'.
21003 2005-11-04  Ryan Yeske  <rcyeske@gmail.com>
21005         * net/rcirc.el: Use split-string OMIT-NULLS argument.
21006         (rcirc-print): Force redisplay before running hooks.  Do long
21007         buffer truncation after making new text read-only.  Deal with nil
21008         text when decoding strings.  If TARGET is nil, use either the
21009         currently selected buffer, if it is an rcirc buffer and of the
21010         same process or the process buffer.
21011         (rcirc-mode): Remove header-line.  Recompute short buffer names.
21012         Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
21013         (rcirc-short-buffer-name): Add variable.
21014         (rcirc-kill-buffer-hook): Recompute short buffer names.
21015         Remove nick from private channel.
21016         (rcirc-send-input): Send command text to current-buffer.
21017         Don't clear overlay arrow here.
21018         (rcirc-short-buffer-name): Return a short buffer name.
21019         (rcirc-update-short-buffer-names, rcirc-abbreviate)
21020         (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
21021         buffer-name abbreviations.
21022         (rcirc-kill-buffer-hook-1): Split to make debugging easier.
21023         Do not touch nick-table when killing a parted channel.
21024         (rcirc-window-configuration-change): Rename from rcirc-update-activity.
21025         Clear arrow from current buffer if it is now hidden.
21026         (rcirc-current-buffer): Add variable.
21027         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
21028         (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
21029         Remove -face from names.
21030         (rcirc-update-activity-string): Print "DND" when globally ignoring
21031         activity.
21032         (rcirc-ignore-buffer-activity-flag): Rename from
21033         rcirc-ignore-channel-activity.
21034         (rcirc-ignore-all-activity-flag): Doc fix.
21035         (rcirc-channels): Remove variable.
21036         (rcirc-kill-buffer-hook):
21037         (rcirc-get-buffer-create): Add nick to private channel.
21038         (rcirc-multiline-edit-submit): Remove tabs.
21039         (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
21040         folded.
21041         (rcirc-remove-nick-channel): Bug fix.
21042         (rcirc-toggle-ignore-buffer-activity): Rename from
21043         rcirc-toggle-ignore-channel-activity.
21044         (rcirc-record-activity): Add buffers to the front of the list.
21045         (rcirc-update-activity): Remove killed buffers from list.
21046         (rcirc-process-server-response-1): Remove last argument if it is
21047         null before calling handler.
21048         (rcirc): Add "rcirc" defcustom prefix.
21049         (rcirc-prompt): Simplify default prompt.
21050         Use custom-initialize-default.
21051         (rcirc-private-chats): Remove variable.
21052         (rcirc-prompt): Change initialization.
21053         (rcirc-version): Remove function.
21054         (rcirc-id-string): Add constant.
21055         (rcirc-last-buffer): Remove variable.
21056         (rcirc-buffer-alist): Add variable.
21057         (rcirc-connect): Update variable setup.
21058         (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
21059         (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
21060         default.
21061         (rcirc-handler-generic): Trigger activity.
21062         (rcirc-send-message): Create the buffor of the target.
21063         (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
21064         (rcirc-get-buffer): Just return nil if there is no matching buffer.
21065         (rcirc-multiline-edit-cancel): Remove function.
21066         (rcirc-set-last-buffer): Remove function.
21067         (rcirc-get-any-buffer): Add function.
21068         (rcirc-join-channels): Don't print /join text.
21069         (rcirc-toggle-ignore-channel-activity): Add and update echo area
21070         messages.
21071         (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
21072         (rcirc-handler-NOTICE): Recognize CTCP responses.
21073         (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
21074         constructing TOPIC string for buffers we are not JOINed.
21075         (rcirc-handler-CTCP-response): Add handler.
21076         (rcirc-multiline-edit-submit): Restore the window-configuration
21077         before adjusting point.
21078         (rcirc): Add customization group.
21079         (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
21080         (rcirc-user-full-name, rcirc-startup-channels-alist)
21081         (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
21082         (rcirc-ignore-all-activity-flag, rcirc-time-format)
21083         (rcirc-input-ring-size, rcirc-read-only-flag)
21084         (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
21085         (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
21086         Change defvar to defcustom.
21087         (rcirc-update-prompt): Add optional ALL arg, which will update
21088         prompts in all rcirc buffers.  Regexp quote replacement text.
21089         (rcirc-fill-column): Accept frame-width as a value.
21090         (rcirc-set-changed): Add function.
21091         (rcirc-next-active-buffer): Write more meaningful messages.
21092         (rcirc-faces): Add customization group.
21093         (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
21094         (rcirc-nick-in-message-face, rcirc-prompt-face)
21095         (rcirc-mode-line-nick-face): Move into rcirc-faces group.
21096         (with-rcirc-process-buffer): Move before first usage.
21097         (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
21098         (rcirc-debug-flag): Rename from `rcirc-log-p'.
21099         (rcirc-debug): Rename from `rcirc-log'.
21100         (rcirc-format-response-string): Do not print `-' chars for a
21101         NOTICE with no sender.  Simplify output of server responses.
21103 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
21105         (rcirc-browse-url-map, rcirc-browse-url-at-point)
21106         (rcirc-browse-url-at-mouse, rcirc-mangle-text):
21107         Make urls mouse and RET clickable.
21109 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
21111         * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
21113 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
21115         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
21116         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
21117         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
21118         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
21119         argument to all these routines, so the passphrase can be managed
21120         externally and passed in to the system.
21121         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
21122         pgg-add-passphrase-to-cache function.
21124         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
21125         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
21126         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
21127         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
21128         argument to all these routines, so the passphrase can be managed
21129         externally and passed in to the system.
21130         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
21131         function.
21133 2005-11-04  Edward O'Connor  <hober0@gmail.com>  (tiny change)
21135         * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
21136         from goto-address-url-regexp.
21138 2005-11-04  Carsten Dominik  <dominik@science.uva.nl>
21140         * textmodes/org.el (org-read-date, org-goto-calendar)
21141         (org-recenter-calendar, org-agenda-goto-calendar):
21142         Temporarily clear `calendar-move-hook'.
21144 2005-11-04  Michael Kifer  <kifer@cs.stonybrook.edu>
21146         * ediff-merg.el (ediff-merge-region-is-non-clash):
21147         Return t, if not merging.
21149         * ediff-util.el (ediff-previous-difference): Don't skip regions that
21150         have merge clashes.
21152 2005-11-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21154         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
21155         Undo previous change.
21157         * startup.el (command-line): Use `custom-reevaluate-setting' for
21158         mouse-wheel-down-event and mouse-wheel-up-event.  Don't call
21159         tty-register-default-colors on Mac.
21161 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
21163         * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
21164         (gdb-buffer-type): Make it automatically buffer local...
21165         (gdb-get-create-buffer): ...and set it accordingly.
21166         (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
21167         actually work.
21169 2005-11-03  Dan Nicolaescu  <dann@ics.uci.edu>
21171         * font-lock.el (font-lock-warning-face): Use the more vivid red1,
21172         not red.
21174 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
21176         * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
21177         case GUD buffer is not visible.
21178         (gdb-goto-breakpoint): Try to force display in source buffer.
21179         (gdb-frame-gdb-buffer): Copy other similar functions.
21180         (gdb-restore-windows): Don't display source if not asked for.
21181         (gdb-assembler-buffer-name): Don't capitalise.
21183 2005-11-03  Richard M. Stallman  <rms@gnu.org>
21185         * wid-edit.el (key-sequence): New widget type.
21187         * simple.el (set-mark-command-repeat-pop): New variable.
21188         (set-mark-command): Only interpret plan C-@ after a pop as a pop
21189         if set-mark-command-repeat-pop is true.
21191         * info.el (Info-fontify-node): Don't display extra "see" if there
21192         already is one here.
21194         * mouse.el: Fix special handling of DEL after dragging a region:
21195         (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
21196         (mouse-region-delete-keys): Change to defcustom.  Add [backspace].
21198         * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
21200         * textmodes/ispell.el (ispell-command-loop): Change `i' description
21201         not to assume it pertains to an affix.
21203         * textmodes/flyspell.el (flyspell-post-command-hook):
21204         Bind deactivate-mark to prevent deactivation.
21206 2005-11-03  Lars Hansen  <larsh@soem.dk>
21208         * dired-x.el: Add menu bindings for dired-do-find-marked-files,
21209         dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
21210         dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
21212 2005-11-03  Romain Francoise  <romain@orebokech.com>
21214         * net/eudcb-mab.el: Now part of GNU Emacs.  Update FSF's address.
21215         Update copyright years.
21217 2005-11-03  Sam Steingold  <sds@gnu.org>
21219         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
21220         Use system-type instead of window-system because window-system is not
21221         correctly defined during loadup.
21223 2005-11-02  Mark A. Hershberger  <mah@everybody.org>
21225         * xml.el (xml-syntax-table): Allow xml.el to compile in XEmacs.
21226         (xml-parse-tag): Join strings separated by a comment properly.
21228 2005-11-02  Andreas Schwab  <schwab@suse.de>
21230         * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
21232 2005-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
21234         * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
21235         (byte-optimize-pure-func): Quote the eval'd value.
21237         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
21238         Rename from perl-font-lock-syntactic-face-function.
21239         Change the calling convention so it can be used as a font-lock MATCHER.
21240         Do the parse-partial-sexp loop outselves.
21241         (perl-font-lock-syntactic-keywords): Use it.
21242         (perl-mode): Don't set font-lock-syntactic-face-function any more.
21244 2005-11-02  Nick Roberts  <nickrob@snap.net.nz>
21246         * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
21247         disassembly buffer too.
21248         (gdb-exited): Remove overlay arrows when execution has finished.
21249         (gdb-info-frames-custom, gdb-info-threads-custom)
21250         (gdb-info-registers-custom): Don't add inappropriate text
21251         properties if inferior is not active.
21253 2005-11-02  Glenn Morris  <rgm@gnu.org>
21255         * progmodes/fortran.el (fortran-blink-match):
21256         Use `blink-matching-delay'.
21258 2005-11-02  John Mongan  <jmongan@mccammon.ucsd.edu>  (tiny change)
21260         * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
21262 2005-11-02  Lars Hansen  <larsh@soem.dk>
21264         * net/tramp.el (tramp-action-out-of-band): Handle scp message
21265         "Permission denied".
21267 2005-11-01  Richard M. Stallman  <rms@gnu.org>
21269         * textmodes/flyspell.el (flyspell-external-point-words):
21270         Pass nil to flyspell-get-word.
21272 2005-11-02  Kim F. Storm  <storm@cua.dk>
21274         * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
21275         item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
21277 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
21279         * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
21280         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
21281         (calendar-mouse-print-dates): Add optional `event' argument.
21282         Update interactive-spec.
21283         (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
21284         Use `calendar-event-to-date' instead of `event'.
21286 2005-11-02  Masatake YAMATO  <jet@gyve.org>
21288         * progmodes/ld-script.el (ld-script-builtins):
21289         Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
21290         "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
21291         (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
21293 2005-11-01  Romain Francoise  <romain@orebokech.com>
21295         * vc-sccs.el: Update copyright year.
21296         * ezimage.el: Likewise.
21298 2005-11-01  KOBAYASHI Yasuhiro  <kobayays@otsukakj.co.jp>  (tiny change)
21300         * info.el (Info-fontify-node): Use `string-width' for fontifying
21301         underlined titles.
21303 2005-11-01  Juri Linkov  <juri@jurta.org>
21305         * info.el (Info-fontify-node): Downcase node header keywords Node,
21306         Prev, Next, Up before comparison.
21307         (Info-history): Insert absolute directory name, and put invisible
21308         property on it.
21310 2005-11-01  Juri Linkov  <juri@jurta.org>
21312         * info.el (Info-file-supports-index-cookies): New variable.
21313         (Info-find-node-2): Check makeinfo version for index cookie support.
21314         (Info-index-nodes): Search for nodes with index cookies only when
21315         Info-file-supports-index-cookies is t.  Otherwise, search nodes
21316         with "Index" in the node name.
21317         (Info-index-node): Search index cookie in the current node only when
21318         Info-file-supports-index-cookies is t.  Otherwise, check the word
21319         "Index" in the node name.
21320         (Info-find-emacs-command-nodes): Remove code that searches nodes
21321         with "Index" node name in the top menu.
21323 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
21325         * progmodes/scheme.el (scheme-mode-variables): Use the default
21326         comment-indent-function.
21328         * faces.el (face-attribute): Handle the case where a face inherits from
21329         a non-existent face.
21331         * simple.el (eval-expression-print-format): Use lisp-readable syntax
21332         for octal and hexa output, and merge the char into the paren.
21333         (kill-new): Use push.
21334         (copy-to-buffer): Use with-current-buffer.
21335         (completion-setup-function): Move code in loop to remove redundancy.
21336         (minibuffer-local-must-match-map): Don't add bindings that duplicate
21337         those inherited from minibuffer-local-completion-map.
21339         * savehist.el (savehist-mode) <defcustom>:
21340         Use custom-set-minor-mode if available.
21341         (savehist-mode) <defun>: Run the minor mode hook, set the custom state
21342         and emit a message if applicable.
21344 2005-11-01  Hrvoje Niksic  <hniksic@xemacs.org>
21346         * savehist.el: Sync up to version 19.
21347         (savehist-mode): New minor mode.
21348         (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
21349         (savehist-length): Remove (use history-length instead).
21350         (savehist-file-modes): Rename from savehist-modes.
21351         (savehist-save-hook, savehist-loaded): New vars.
21352         (savehist-load): Use savehist-mode.  Try to smooth up transition from
21353         old format to new format.
21354         (savehist-install): Allow savehist-autosave-interval to be nil.
21355         (savehist-save): Run the new hook.  Be more careful to only trim the
21356         history variables.
21357         (savehist-trim-history): New fun.  Replaces savehist-process-for-saving.
21358         (savehist-printable): Print into a buffer rather than char-by-char.
21360 2005-11-01  John Wiegley  <johnw@newartisans.com>
21362         * iswitchb.el (iswitchb-define-mode-map): Re-enable the
21363         toggle-ignore keybinding (C-a).  The author said it had been
21364         disabled much earlier due to a possible incompatibility, but after
21365         many months of usage I have encountered no problems (and it is a
21366         rather useful option, especially for switching to " *temp*").
21368         * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
21369         support for OS/X's AddressBook, by calling out to the open source
21370         program "contacts" (installable through Fink).
21372         * net/eudc.el (eudc-expand-inline): If the
21373         `eudc-multiple-match-handling-method' is set to `all', delete the
21374         query string before inserting the query result.
21376         * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
21377         flag, to prevent Eshell from using the system ls when
21378         `eshell-ls-insert-directory' is in used.
21379         (eshell-ls-insert-directory): Disable font-lock in directory
21380         buffer so that Eshell's own fontification is seen.  This broke
21381         recently due to changes in font-lock, so this goes back to version
21382         21 behavior.
21384 2005-11-01  Nick Roberts  <nickrob@snap.net.nz>
21386         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
21387         (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
21388         (gdb-many-windows): Doc fix.
21390 2005-10-31  Romain Francoise  <romain@orebokech.com>
21392         * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
21394 2005-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
21396         * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
21397         that global-font-lock-mode can be enabled by default.
21399         * font-lock.el (font-lock-keywords, font-lock-mode-internal)
21400         (font-lock-add-keywords, font-lock-remove-keywords)
21401         (font-lock-fontify-buffer): Remove autoload cookies.
21403         * jit-lock.el (jit-lock-register): Likewise.
21405         * emacs-lisp/syntax.el (syntax-ppss): Likewise.
21407 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
21409         * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
21410         intact if there is no gud-comint-buffer.
21412 2005-10-31  Luc Teirlinck  <teirllm@auburn.edu>
21414         * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
21415         old prompt comint-prompt-read-only is t and GDB commands are
21416         issued from tool bar etc.
21418 2005-10-31  Masatake YAMATO  <jet@gyve.org>
21420         * vc.el (vc-directory-exclusion-list): Add "{arch}".
21422 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
21424         * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
21425         (thumbs-thumbsdir): Make .emacs.d if it does not exist.
21427 2005-10-30  Michael Albinus  <michael.albinus@gmx.de>
21429         * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
21430         starting at beginning of line.  Fontification is messed up when
21431         `open-paren-in-column-0-is-defun-start' set to t.
21432         Reported by John Paul Wallington <jpw@pobox.com>.
21434 2005-10-30  Luc Teirlinck  <teirllm@auburn.edu>
21436         * comint.el (comint-send-input): Call `comint-update-fence' when
21437         `comint-process-echoes' and `comint-prompt-read-only' are both
21438         non-nil, to avoid leftover read-only newline.
21440 2005-10-30  Richard M. Stallman  <rms@gnu.org>
21442         * textmodes/flyspell.el (flyspell-external-point-words):
21443         Detect when WORD can't be checked properly because
21444         flyspell-get-word finds just part of it, and move on.
21446         * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
21447         boundarychar for Polish.
21448         (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
21449         (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
21451 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
21453         * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
21454         (gdb-registers-font-lock-keywords): Delete.
21455         (gdb-registers-mode): Don't fontify.
21456         (gdb-info-registers-custom): Use text properties instead as, in
21457         future, changed register values will use font-lock-warning-face.
21458         (gdb-local-font-lock-keywords): Rename to...
21459         (gdb-locals-font-lock-keywords): ...for consistency.
21461 2005-10-30  Andre Spiegel  <spiegel@gnu.org>
21463         * vc.el (vc-switch-backend): Better error message if the buffer is
21464         not visiting a file under version control.
21466         * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
21468 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
21470         * startup.el (command-line): Use ~/.emacs.d/init.el instead of
21471         ~/.emacs.d/.emacs.
21473 2005-10-29  Richard M. Stallman  <rms@gnu.org>
21475         * replace.el (occur-mode-mouse-goto): Always go to other window.
21476         (occur-mode-goto-occurrence): Always switch in same window.
21478         * simple.el (undo): Display message at end, not at start.
21480         * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
21481         New arg REUSE-CELL.
21482         (cancel-timer-internal): New function.
21483         (timer-event-handler): Use cancel-timer-internal,
21484         and pass the cell it returns to timer-activate...
21486         * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
21487         (jit-lock-deferred-fontify, jit-lock-context-fontify)
21488         (jit-lock-after-change): Test memory-full.
21490 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
21492         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
21493         part of the decoded armor to find the key-identifier.
21494         (pgg-gpg-lookup-key-owner): New function to return the
21495         human-readable identifier of a key owner.
21496         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
21497         key itself.
21498         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
21499         the key value) if we have a key and can match it against a secret
21500         key.  Also, added a note pointing out fact that the prompt only
21501         indicates the first matching key.
21503         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
21504         pgg-decrypt-region.
21505         (pgg-pending-timers): A new hash for tracking the passphrase cache
21506         timers, so that new ones supercede old ones.
21507         (pgg-add-passphrase-to-cache): Rename from
21508         `pgg-add-passphrase-cache' to reduce confusion (all callers
21509         changed).  Modified to cancel old timers when new ones are added.
21510         (pgg-remove-passphrase-from-cache): Rename from
21511         `pgg-remove-passphrase-cache' to reduce confusion (all callers
21512         changed).  Modified to cancel old timers when their keys are
21513         removed from the cache.
21514         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
21515         XEmacs, an indirection to delete-itimer.
21516         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
21517         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
21518         users can only check cache without risk of prompting.  Correct bug in
21519         notruncate behavior.
21520         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
21521         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
21522         Add informative docstrings.
21523         (pgg-decrypt): Convey provided passphrase in subordinate call to
21524         pgg-decrypt-region.
21526         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
21527         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
21528         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
21529         `passphrase' argument, so the passphrase can be managed externally
21530         and then passed in to the system.
21532         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
21533         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
21534         so the passphrase cache can be used reliably with identifiers
21535         besides a pgp packet's key id.
21537         * pgg-gpg.el (pgg-pgp-encrypt-region)
21538         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
21539         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
21540         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
21541         argument to all these routines, so the passphrase can be managed
21542         externally and passed in to the system.
21544         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
21545         `notruncate' argument, so the passphrase cache can be used
21546         reliably with identifiers besides a pgp packet's key id.
21548 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
21550         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
21551         symmetric encryption.
21552         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
21553         encrypted session key.
21554         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
21555         message ask for the passphrase in a proper way.
21557         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
21558         New user commands for symmetric encryption.
21560 2005-10-29  Roland Winkler  <roland.winkler@physik.uni-erlangen.de>
21562         * textmodes/conf-mode.el (conf-assignment-sign)
21563         (conf-assignment-regexp): Fix docstrings.
21564         (conf-mode-initialize): New function.
21565         (conf-mode): Remove optional args.  Use delay-mode-hooks to
21566         recognize recursive calls.
21567         (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
21568         (conf-space-mode, conf-colon-mode, conf-ppd-mode)
21569         (conf-xdefaults-mode): Use define-derived-mode and
21570         conf-mode-initialize.
21572 2005-10-29  Romain Francoise  <romain@orebokech.com>
21574         * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
21576 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
21578         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
21579         part of the decoded armor to find the key-identifier.
21580         (pgg-gpg-lookup-key-owner): New function to return the
21581         human-readable identifier of a key owner.
21582         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
21583         key itself.
21584         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
21585         the key value) if we have a key and can match it against a secret
21586         key.  Also, added a note pointing out fact that the prompt only
21587         indicates the first matching key.
21589         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
21590         pgg-decrypt-region.
21591         (pgg-pending-timers): A new hash for tracking the passphrase cache
21592         timers, so that new ones supercede old ones.
21593         (pgg-add-passphrase-to-cache): Rename from
21594         `pgg-add-passphrase-cache' to reduce confusion (all callers
21595         changed).  Modified to cancel old timers when new ones are added.
21596         (pgg-remove-passphrase-from-cache): Rename from
21597         `pgg-remove-passphrase-cache' to reduce confusion (all callers
21598         changed).  Modified to cancel old timers when their keys are
21599         removed from the cache.
21600         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
21601         XEmacs, an indirection to delete-itimer.
21602         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
21603         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
21604         users can only check cache without risk of prompting.  Correct bug in
21605         notruncate behavior.
21606         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
21607         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
21608         Add informative docstrings.
21609         (pgg-decrypt): Convey provided passphrase in subordinate call to
21610         pgg-decrypt-region.
21612 2005-10-20  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
21614         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
21615         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
21616         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
21617         `passphrase' argument, so the passphrase can be managed externally
21618         and then passed in to the system.
21620         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
21621         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
21622         so the passphrase cache can be used reliably with identifiers
21623         besides a pgp packet's key id.
21625         * pgg-gpg.el (pgg-pgp-encrypt-region)
21626         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
21627         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
21628         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
21629         argument to all these routines, so the passphrase can be managed
21630         externally and passed in to the system.
21632         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
21633         `notruncate' argument, so the passphrase cache can be used
21634         reliably with identifiers besides a pgp packet's key id.
21636 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
21638         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
21639         symmetric encryption.
21640         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
21641         encrypted session key.
21642         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
21643         message ask for the passphrase in a proper way.
21645         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
21646         New user commands for symmetric encryption.
21648 2005-10-28  Bill Wohler  <wohler@newt.com>
21650         * help-mode.el (help-url): New button type.  Calls browse-url.
21651         (help-xref-url-regexp): New regexp to recognize URLs in docstring.
21652         Similar to Info nodes: URL `url'.
21653         (help-make-xrefs): Create help-url buttons for
21654         help-xref-url-regexp matches.
21656 2005-10-29  Nick Roberts  <nickrob@snap.net.nz>
21658         * tool-bar.el (tool-bar-add-item-from-menu)
21659         (tool-bar-local-item-from-menu): Fix doc strings.
21661 2005-10-28  Romain Francoise  <romain@orebokech.com>
21663         * ldefs-boot.el: Update.
21665         * subr.el (locate-library): Move from help-fns.el.
21666         * help-fns.el (locate-library): Move to subr.el.
21668 2005-10-28  Richard M. Stallman  <rms@gnu.org>
21670         * net/tramp.el (tramp-completion-mode): defvar moved up.
21672         * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
21674         * tool-bar.el (tool-bar-mode): Delete autoload cookie.
21676         * files.el (find-file-noselect): Use %d to format large file size.
21678         * bindings.el (mode-line-format): Add %e.
21680         * loadup.el ("facemenu"): Load unconditionally.
21681         ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
21682         ("x-dnd"): Load, when appropriate.
21684         * startup.el (command-line): Call before-init-hook earlier.
21685         Warn about some bad characters in -u user name.
21687         * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
21688         (flyspell-external-point-words): Error if misspelled word is not found.
21689         Set flyspell-large-region-beg at end of word.
21691 2005-10-28  Andreas Schwab  <schwab@suse.de>
21693         * view.el (View-revert-buffer-scroll-page-forward):
21694         Use view-page-size-default.
21696 2005-10-28  Juri Linkov  <juri@jurta.org>
21698         * international/quail.el (quail-get-current-str): Translate last
21699         raw character for deterministic input methods.
21701 2005-10-27  Jay Belanger  <belanger@truman.edu>
21703         * calc/calc-ext.el: Add functions to autoloads.
21704         (math-identity-matrix-p, math-ident-row-p): New functions.
21706         * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
21707         multiplication by an identity matrix; don't turn multiplication by
21708         an inverse matrix into division.
21709         (math-div-symbol-fancy): Replace division by matrices with
21710         multiplication by inverse.
21712         * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
21714         * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
21715         (calc-writeoutpower): New functions.
21717 2005-10-27  Romain Francoise  <romain@orebokech.com>
21719         * replace.el (occur-engine): Include colon in mouse-face highlight.
21721         * dired-x.el: Change Maintainer field.
21723 2005-10-26  Chong Yidong  <cyd@stupidchicken.com>
21725         * longlines.el (longlines-mode): Bind after-change-functions to
21726         nil during initial decoding and final encoding.
21728 2005-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
21730         * term.el (term-emulate-terminal, term-handle-colors-array)
21731         (term-handle-ansi-escape): Specify the terminfo capabilities
21732         implemented.
21734 2005-10-26  Richard M. Stallman  <rms@gnu.org>
21736         * info.el (Info-fontify-node): Fix detection of sentence-break
21737         before *Note.
21739 2005-10-26  Romain Francoise  <romain@orebokech.com>
21741         * smerge-mode.el: Add `tools' to file keywords.
21743 2005-10-26  Nick Roberts  <nickrob@snap.net.nz>
21745         * progmodes/gud.el (gud-menu-map): Only display gud-until icon
21746         when the fringe is not available.
21748         * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
21749         (def-gdb-auto-update-trigger): Simplify construction.
21750         (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
21751         def-gdb-auto-updated-buffer as gdb-info-locals-handler is
21752         defined explicitly.
21753         (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
21754         def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
21755         defined explicitly.
21756         (gdb-info-locals-custom): Remove as it's a no-op.
21758 2005-10-25  Chong Yidong  <cyd@stupidchicken.com>
21760         * longlines.el (longlines-mode): Remove narrowing before
21761         performing the initial decoding or final encoding.
21763 2005-10-25  Romain Francoise  <romain@orebokech.com>
21765         * emacs-lisp/find-func.el (find-library-name): Also strip
21766         extension if library name ends in .el, to take advantage of
21767         `find-library-suffixes'.
21769 2005-10-25  Richard M. Stallman  <rms@gnu.org>
21771         * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
21773 2005-10-25  Juri Linkov  <juri@jurta.org>
21775         * textmodes/texinfo.el (texinfo-mode): Change charset of one
21776         quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
21778 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
21780         * play/blackbox.el (blackbox-mode-map): Move init into declaration.
21781         (blackbox-redefine-key): Add argument `map'.
21783         * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
21784         regions when moving the jit-lock-context-unfontify-pos boundary.
21786 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
21788         * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
21790 2005-10-25  Masatake YAMATO  <jet@gyve.org>
21792         * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
21794 2005-10-25  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>
21796         * play/blackbox.el (blackbox-redefine-key): New function.
21797         (blackbox-mode-map): Use it to remap existing bindings for cursor
21798         motion instead of binding literal keys.
21800 2005-10-25  Glenn Morris  <rgm@gnu.org>
21802         * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
21803         diary does not end in a newline.  Do not assume a blank line at
21804         the start of the diary file.
21806 2005-10-25  Kenichi Handa  <handa@m17n.org>
21808         * international/quail.el (quail-translate-key): If the input
21809         method is deterministic and failed to handle the last key, restart
21810         the key handling loop from an appropriate key.
21812 2005-10-25  Michael Albinus  <michael.albinus@gmx.de>
21814         * vc.el (vc-dired-mode): Extend comment for binding of
21815         `directory-listing-before-filename-regexp'.
21817 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
21819         * textmodes/texinfo.el (texinfo-mode):
21820         * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
21821         not to unnecessarily expose emacs-mule's internal char codes.
21823 2005-10-25  Nick Roberts  <nickrob@snap.net.nz>
21825         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
21826         Display hand pointer and help-echo on disabled icon too.
21827         (gdb-mouse-until): New function.
21828         (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
21830 2005-10-24  Chong Yidong  <cyd@stupidchicken.com>
21832         * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
21833         with 2005-10-23 change to doctor.el.
21835         * finder.el (finder-mode-map): Add follow-link binding.
21837 2005-10-25  Kim F. Storm  <storm@cua.dk>
21839         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
21840         to gdb-mouse-toggle-breakpoint-fringe.
21841         (gdb-mouse-toggle-breakpoint-margin): Rename from
21842         gdb-mouse-toggle-breakpoint.  Fix doc.
21843         (gdb-mouse-toggle-breakpoint-fringe): New defun.
21844         (gdb-put-string): Add optional SPROPS arg.  Add props to string.
21845         (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
21846         string properties also for fringe breakpoint bitmaps.
21848 2005-10-24  Carsten Dominik  <dominik@science.uva.nl>
21850         * textmodes/org.el (org-start-icalendar-file): Fix format form.
21852 2005-10-25  Masatake YAMATO  <jet@gyve.org>
21854         * simple.el (completion-common-substring):
21855         Use `completion-common-substring' prior to `completion-base-size'.
21857 2005-10-24  Hrvoje Niksic  <hniksic@xemacs.org>
21859         * savehist.el: Require CL while compiling.
21860         (savehist-history-variables): Remove.
21861         (savehist-save-minibuffer-history, savehist-additional-variables)
21862         (savehist-minibuffer-history-variables): New vars.
21863         (savehist-save): Use them.
21864         (savehist-uninstall, savehist-minibuffer-hook): New funs.
21865         (savehist-install): New fun, extracted from savehist-load.
21866         (savehist-load): Use them.
21868 2005-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
21870         * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
21871         a dummy doc-string-elt property.
21872         (defalias, defvaralias, define-category): Add a docstring property.
21874         * image.el (defimage):
21875         * widget.el (define-widget):
21876         * custom.el (defface, defcustom): Add `doc-string' declaration.
21878         * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
21879         (defadvice): Add `doc-string' declaration.
21881         * emacs-lisp/byte-run.el (macro-declaration-function):
21882         Handle `doc-string' declarations.
21883         (define-obsolete-function-alias, define-obsolete-variable-alias):
21884         Add `doc-string' declaration.
21886 2005-10-24  Kenichi Handa  <handa@m17n.org>
21888         * international/utf-7.el (utf-7): Add autoload cookie.
21890         * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
21892 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
21894         * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
21895         list of directories passed to batch-update-autoloads.  Add "." to
21896         the list of the echoed directories.
21898         * pgg-def.el:
21899         * pgg-gpg.el:
21900         * pgg-parse.el:
21901         * pgg-pgp.el:
21902         * pgg-pgp5.el:
21903         * pgg.el: Moved here from the gnus subdirectory.
21905 2005-10-24  Nick Roberts  <nickrob@snap.net.nz>
21907         * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
21908         in case comint-prompt-read-only is set to t.
21910         * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
21911         in case comint-prompt-read-only is set to t.
21913 2005-10-24  Ulf Jasper  <ulf.jasper@web.de>
21915         * calendar/icalendar.el (icalendar-version): Increase to 0.13.
21916         Now a string.
21917         (icalendar-import-format): Handle CLASS, STATUS, URL.
21918         Rename `subject' to `summary'.
21919         (icalendar-import-format-summary): Rename from
21920         `icalendar-import-format-subject'.
21921         (icalendar-import-format-url, icalendar-import-format-status)
21922         (icalendar-import-format-class): New variables.
21923         (icalendar--rris): Take variable argument list.
21924         (icalendar--datestring-to-isodate): Remove unnecessary
21925         calendar-style check when converting dates with explicit month names.
21926         (icalendar-export-region): Change return type of conversion
21927         subroutines.  Bury current buffer unless error occurred.
21928         (icalendar--convert-to-ical)
21929         (icalendar--parse-summary-and-rest): New functions.
21930         (icalendar--convert-ordinary-to-ical)
21931         (icalendar--convert-weekly-to-ical)
21932         (icalendar--convert-yearly-to-ical)
21933         (icalendar--convert-block-to-ical)
21934         (icalendar--convert-cyclic-to-ical)
21935         (icalendar--convert-anniversary-to-ical): Change return type.
21936         Strip trailing blanks from subject.
21937         (icalendar--convert-sexp-to-ical): Change return type.
21938         Strip trailing blanks from subject.  Handle simple sexp
21939         entries as generated by icalendar.el.
21940         (icalendar--convert-float-to-ical)
21941         (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
21942         (icalendar-import-file): Doc fix.
21943         (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
21944         Correct call to icalendar--rris.
21945         (icalendar--convert-ical-to-diary): Doc fix.  Rename `subject' to
21946         `summary'.
21947         (icalendar--add-diary-entry): Rename `subject' to `summary'.
21949 2005-10-24  Romain Francoise  <romain@orebokech.com>
21951         * server.el (server-sentinel): Set query-on-exit flag to nil on
21952         new client processes (it isn't inherited from the server process).
21954         * replace.el (occur-engine): Rearrange text properties.
21956 2005-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
21958         * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
21959         case-fold-search is nil.
21960         (debug-help-follow): Use help-xref-interned directly.
21962 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
21964         * thumbs.el (thumbs-image-type): Add .pbm.
21966 2005-10-23  Richard M. Stallman  <rms@gnu.org>
21968         * faces.el (inhibit-face-set-after-frame-default): New variable.
21969         (set-face-attribute): Bind it.
21970         (face-set-after-frame-default): Test it.
21972         * help-fns.el (describe-simplify-lib-file-name): New function.
21973         (describe-function-1, describe-variable): Use it.
21975         * faces.el (describe-face): Use describe-simplify-lib-file-name.
21977         * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
21978         Eliminate nil as possible value.
21979         (tooltip-hide-delay): Reduce internal-border-width.
21981         * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
21982         (menu-bar-file-menu) <new-file>: Likewise.
21984         * simple.el (line-move-finish): Ignore fields computing LINE-END.
21986         * international/mule.el (load-with-code-conversion):
21987         Pass full file name to `eval-buffer' unless preloading.
21989         * textmodes/flyspell.el (flyspell-large-region):
21990         Call ispell-check-version.
21992         * textmodes/ispell.el (ispell-local-dictionary-overridden):
21993         Fix the make-variable-buffer-local call that was supposed
21994         to be for this variable.
21995         (ispell-aspell-supports-utf8): Doc fix.
21996         (ispell-find-aspell-dictionaries): Preserve elements of
21997         ispell-dictionary-alist for dictionaries that aspell doesn't report.
21998         (ispell-aspell-find-dictionary): Return nil on error.
22000         * play/doctor.el (doctor-doc): Don't say "psychiatrist".
22001         (doctor-symptoms): Likewise.
22003         * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
22005 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
22007         * cus-edit.el (custom-button, custom-button-pressed): New vars.
22008         (custom-raised-buttons): Add :set spec.
22009         (custom-button-unraised, custom-button-pressed-unraised):
22010         New faces, so that custom-raised-buttons actually does something.
22011         (custom-mode): Use custom-button and custom-button-pressed.
22013         * wid-edit.el (widget-specify-button): Don't ignore
22014         widget-mouse-face on graphic terminals.
22015         (widget-move-and-invoke): Cleanup.
22017 2005-10-23  Thien-Thi Nguyen  <ttn@gnu.org>
22019         * whitespace.el (whitespace-cleanup): Doc fix.
22021 2005-10-23  Romain Francoise  <romain@orebokech.com>
22023         * emulation/viper.el (viper-set-hooks): Quote forms passed to
22024         `eval-after-load' to avoid evaluating their result.
22026 2005-10-23  Michael Albinus  <michael.albinus@gmx.de>
22028         * files.el (directory-listing-before-filename-regexp):
22029         New defvar.  Replaces `dired-move-to-filename-regexp' from dired.el.
22031         * dired.el (dired-move-to-filename-regexp): Remove.
22032         All occurrences replaced by `directory-listing-before-filename-regexp'.
22034         * dired-x.el, locate.el, vc.el:
22035         Replace `dired-move-to-filename-regexp' by
22036         `directory-listing-before-filename-regexp'.  In vc.el it is
22037         overwritten locally; maybe this can be handled in files.el too.
22039         * net/ange-ftp.el (ange-ftp-date-regexp): Remove.  All occurrences
22040         replaced by `directory-listing-before-filename-regexp'.
22042 2005-10-23  Andreas Schwab  <schwab@suse.de>
22044         * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
22045         and eval-next-after-load.
22047 2005-10-23  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
22049         * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
22050         exist, create it.
22052 2005-10-23  Ken Manheimer  <ken.manheimer@gmail.com>
22054         * allout.el: Remove autoloads for mailcrypt and crypt++.
22055         Require pgg, pgg-gpg during compilation.
22056         (allout-version): Increment version number to 2.1, and use a literal
22057         rather than RCS Id.
22058         (allout-default-encryption-scheme): Remove.
22059         (allout-passphrase-verifier-handling)
22060         (allout-passphrase-verifier-string)
22061         (allout-file-passphrase-verifier-string)
22062         (allout-passphrase-hint-string): Rename -key- to -passphrase-.
22063         (allout-passphrase-hint-handling): Rename and simplify.
22064         (allout-init): Use `find-file-hook' if available, otherwise
22065         `find-file-hooks'.
22066         (allout-mode): Use `write-file-functions' if available, otherwise
22067         `local-write-file-hooks' and, instead of making auto-save-hook
22068         buffer local, make the write-file-hook activity contingent to
22069         allout-mode.
22070         (allout-mode): Use key-binding substitution in the docstring.
22071         (allout-kill-line): Spell-out kill ring data structure mutation
22072         instead of using byte-compiler-complaint-provoking `pop'.
22073         (allout-insert-listified): Use `insert' rather than `insert-string'
22074         (allout-toggle-current-subtree-encryption): Update docstring, adjust
22075         to new gpp-based encryption, use new `allout-encrypted-topic-p'.
22076         (allout-encrypt-string): Totally revamped vis new underlying
22077         encryption facilities.
22078         (allout-mc-activate-passwd): Remove.
22079         (allout-obtain-passphrase): New, more or less replaces
22080         allout-mc-activate-passwd.
22081         (allout-encrypted-key-info): More or less replaces
22082         allout-encrypted-text-type.
22083         (outlineify-sticky, outlinify-sticky): Add autoload cookie.
22084         (my-mark-marker): Use `(featurep 'xemacs)'.
22086 2005-10-23  Lars Hansen  <larsh@soem.dk>
22088         * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
22089         (byte-compile-file-form-defmumble, byte-compile-defun)
22090         (byte-compile-defmacro): Use it.
22091         (byte-compile-form): Don't call byte-compile-set-symbol-position
22092         when a byte-compile handler is called.
22094 2005-10-22  Romain Francoise  <romain@orebokech.com>
22096         * savehist.el (savehist-history-variables): Add `grep-find-history'.
22098         * subr.el (eval-after-load): Convert library name to an absolute
22099         file name using locate-library, since load-history no longer has
22100         library names in it.
22102 2005-10-22  Richard M. Stallman  <rms@gnu.org>
22104         * files.el (make-temp-file): Move from subr.el.
22105         * subr.el (make-temp-file): Move to files.el.
22107         * window.el (get-buffer-window-list): Move from subr.el.
22108         * subr.el (get-buffer-window-list): Move to window.el.
22110         * image.el (image-load-path): Use eval-at-startup to initialize.
22112         * subr.el (eval-at-startup): New macro.
22114         * subr.el: Much rearrangement of functions and division
22115         into pages.  No code changes.
22117 2005-10-22  Kenichi Handa  <handa@m17n.org>
22119         * tar-mode.el (tar-extract): Be sure to call
22120         find-operation-coding-system if set-auto-coding doesn't find a
22121         coding system.
22123 2005-10-22  Kim F. Storm  <storm@cua.dk>
22125         * image.el (image-type-header-regexps): Rename from image-type-regexps.
22126         Change users.
22127         (image-type-file-name-regexps): New defconst.
22128         (image-type-from-data): Simplify loop.
22129         (image-type-from-buffer): New defun.
22130         (image-type-from-file-header): Use it instead of image-type-from-data.
22131         Use image-search-load-path instead of only looking in data-directory.
22132         (image-type-from-file-name): New defun.
22133         (image-search-load-path): Change `pathname' to `filename'.
22134         Make PATH arg optional, default to image-load-path.
22136 2005-10-21  Richard M. Stallman  <rms@gnu.org>
22138         * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
22140         * textmodes/paragraphs.el (sentence-end-base): New variable.
22141         (sentence-end): Use sentence-end-base.
22143 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
22145         * font-lock.el (font-lock-default-fontify-region): Check the multiline
22146         property independently from the font-lock-multiline variable.
22148 2005-10-21  Richard M. Stallman  <rms@gnu.org>
22150         * emacs-lisp/find-func.el (find-library-name): Doc fix.
22152         * startup.el (command-line): Convert library names
22153         in `load-history' to absolute file names.
22155         * subr.el (symbol-file): Doc fix.
22157         * loadhist.el (file-loadhist-lookup): Call locate-library
22158         instead of find-library-name.  Don't try converting
22159         abs file names to library names, since load-history no longer
22160         has library names in it.
22161         (file-dependents, file-provides, file-requires): Doc fixes.
22163 2005-10-21  Juri Linkov  <juri@jurta.org>
22165         * progmodes/etags.el (tags-table-mode): New function.
22166         (tags-verify-table): Replace initialize-new-tags-table with
22167         tags-table-mode.
22169         * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
22170         default value.
22171         (desktop-modes-not-to-save): Add tags-table-mode to the
22172         default value.
22174         * info.el (Info-index-next): Add total number of index
22175         alternatives to the message.
22177         * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
22178         backward only space (instead of space and period) before looking
22179         at sentence end.
22181         * simple.el (set-variable): Use user-variable-p instead of symbolp.
22182         Add the old variable value as 4th default-value arg of read-string.
22184 2005-10-21  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
22186         * cus-face.el (custom-declare-face): Make face from X resources
22187         also on Mac.
22189         * disp-table.el (standard-display-g1, standard-display-graphic):
22190         Refuse to use string glyphs also on Mac.
22191         (standard-display-european): Don't set terminal coding system also
22192         on Mac.
22194         * frame.el (display-screens): Use x-display-screens also on Mac.
22196 2005-10-21  Romain Francoise  <romain@orebokech.com>
22198         * net/rcirc.el: Now part of GNU Emacs.  Update FSF's address.
22200 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
22202         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
22203         and $? into sexps.
22205         * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
22206         warning face on open-paren-in-column-0.
22208         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
22209         boundary case.  Fix typo.
22210         Suggested by Martin Rudalics <rudalics@gmx.at>.
22212 2005-10-21  Carsten Dominik  <dominik@science.uva.nl>
22214         * textmodes/org.el (org-combined-agenda-icalendar-file)
22215         (org-icalendar-include-todo, org-icalendar-combined-name): New options.
22216         (org-export-icalendar-this-file)
22217         (org-export-icalendar-all-agenda-files)
22218         (org-export-icalendar-combine-agenda-files): New commands.
22219         (org-export-icalendar, org-print-icalendar-entries)
22220         (org-start-icalendar-file, org-finish-icalendar-file)
22221         (org-ical-ts-to-string): New functions.
22222         (org-read-date, org-goto-calendar)
22223         (org-agenda-goto-calendar): Inhibit displaying diary entries by
22224         call to `calendar'.
22225         (orgtbl-setup): Remove the :keys arguments from the menu description.
22226         (org-after-save-iCalendar-file-hook): New variable.
22228 2005-10-21  Kenichi Handa  <handa@m17n.org>
22230         * language/vietnamese.el (tcvn-5712): Make it an alias of
22231         vietnamese-tcvn coding-system.
22233 2005-10-20  Michael Albinus  <michael.albinus@gmx.de>
22235         * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
22236         group id is given.
22238 2005-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
22240         * progmodes/sh-script.el (sh-escaped-line-re): New var.
22241         (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
22242         (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
22243         whose line is either continued or ends with a comment.
22245 2005-10-20  Romain Francoise  <romain@orebokech.com>
22247         * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
22249         * replace.el (occur-engine): Add follow-link property.
22251         * font-core.el (font-lock-mode): Doc fix.
22253 2005-10-20  Richard M. Stallman  <rms@gnu.org>
22255         * net/rcirc.el: New file.
22257 2005-10-20  Bryan Henderson  <bryanh@giraffe-data.com>  (tiny change)
22259         * term.el (term-term-name): Initialize to "eterm-color".
22261 2005-10-20  Ken Manheimer  <ken.manheimer@gmail.com>
22263         * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
22264         for encryption functionality.
22265         Move allout customization subgroup from `editing' to `outlines' group.
22266         Fix commentary keywords to legitimate ones.
22267         Update author info (using my current email address, obscurified).
22268         (allout-encrypt-string, allout-encryption-produce-work-buffer)
22269         (allout-encrypted-topic-p, allout-encrypted-text-type)
22270         (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
22271         (allout-situate-encryption-key-verifier)
22272         (allout-get-encryption-key-verifier, allout-verify-key)
22273         (allout-next-topic-pending-encryption)
22274         (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
22275         (outline-topic-encryption-bullet, outline-default-encryption-scheme)
22276         (outline-key-verifier-handling, outline-key-hint-handling)
22277         (outline-encrypt-unencrypted-on-saves): New defcustoms.
22278         (allout-file-key-verifier-string, allout-encryption-scheme)
22279         (allout-key-verifier-string, allout-key-hint-string)
22280         (allout-after-save-decrypt): New variables.
22281         (allout-write-file-hook-handler, allout-auto-save-hook-handler)
22282         (allout-after-saves-handler): New hook functions.
22283         (allout-post-command-business): Do allout-after-save-decrypt.
22284         (allout-enable-file-variable-adjustment): Custom var to enable
22285         mechanism for adding and adjusting settings of Emacs file variables.
22286         (allout-adjust-file-variable, allout-file-vars-section-data):
22287         New functions, implement the mechanism.
22288         (outlineify-sticky): Use the file vars mechanism.
22289         (allout-inhibit-protection, allout-during-write-cue)
22290         (allout-override-protect, allout-before-change-protect): Remove.
22291         (allout-flag-region, allout-open-topic): Adjust read-only text.
22292         (allout-open-line-not-read-only): Add to facilitate read-only
22293         text based protection.
22294         (allout-kill-line): Revise to adjust read-only text, clue the
22295         user about the inhibition.
22296         (allout-unprotected): Use unwind-protect.
22297         (allout-shift-in, allout-shift-out): Disallow manually shifting a
22298         topic deeper than the offspring depth of the previous topic -
22299         avoiding confusing "containment discontinuities".
22300         (allout-reindent-bodies): Fix retention of body relative hanging
22301         indent during promotion of collapsed bodies.
22302         (allout-open-topic): Make it easy to open new topic with same
22303         bullet as current topic - topic creation functions provided with
22304         any universal argument provokes now prompt for bullet, defaulting
22305         to the bullet of the previous topic.
22306         (allout-plain-bullets-string, allout-distinctive-bullets-string):
22307         Plain bullet alternates `.' period and `,' comma only.  All other
22308         bullets are relegated to special status (but customizable).
22309         (allout-end-of-entry): Rename from allout-end-of-current-entry
22310         since it actually operates w.r.t. most immediately containing
22311         entry, visible or not.
22312         (allout-hide-current-entry, allout-show-current-entry): Use the
22313         revised version.
22314         (allout-old-expose-topic): Solidify deprecation.
22315         (allout-end-of-subtree): Add so we can span concealed as well
22316         as visible topics.
22317         (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
22318         (allout-end-of-current-heading): Tweak to just respect the first line.
22319         (allout-get-body-text): Add.
22320         (allout-ascend-to-depth, allout-ascend): Position at end of prefix
22321         when invoked interactively.
22322         (allout-up-current-level): Use `interactive-p'.
22323         (allout-mode, allout-init): Miscellaneous docstring and
22324         operational refinements, as well as hookups of new encryption stuff.
22325         (allout-beginning-of-current-entry): Now works as advertised.
22326         (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
22327         (allout-isearch-rectification): Refine condition for isearching.
22328         (allout-isearch-abort, allout-enwrap-isearch)
22329         (allout-flag-region, my-region-active-p): Relocate some macros.
22330         (allout-title): Fallback title is (buffer-name), not
22331         non-existing (current-buffer-name).
22332         (subst-char-in-string): Define if absent (for some XEmacs versions).
22334 2005-10-20  Jari Aalto  <jari.aalto@cante.net>
22336         * mail/sendmail.el (mail-setup-hook, mail-aliases)
22337         (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
22338         (mail-citation-prefix-regexp, mail-signature-file)
22339         (mail-default-headers, mail-bury-selects-summary)
22340         (mail-send-nonascii): Add autoload cookies.
22342 2005-10-20  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
22344         * frame.el (blink-cursor-mode): Add `mac' to the list of
22345         window-system's that support blinking cursor.
22347 2005-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
22349         * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
22351 2005-10-20  Eli Zaretskii  <eliz@gnu.org>
22353         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
22354         Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
22355         to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
22357 2005-10-20  Kim F. Storm  <storm@cua.dk>
22359         * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
22360         (ido-set-current-directory): Don't add / after final @.
22361         (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
22362         Explicitly handle ange-ftp completion oddities.
22363         (ido-make-file-list): Don't rotate list at tramp root to avoid
22364         triggering tramp file handler for expand-file-name via get-file-buffer.
22366 2005-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
22368         * savehist.el (savehist-coding-system): Revert to checking XEmacs.
22370 2005-10-19  Jay Belanger  <belanger@truman.edu>
22372         * calc/calc-units.el (math-standard-units): Add units, adjust
22373         symbols and update values.
22374         (math-unit-prefixes): Add more prefixes.
22376 2005-10-19  Romain Francoise  <romain@orebokech.com>
22378         * bookmark.el (bookmark-menu-heading): New face.
22379         (bookmark-bmenu-list): Use it.
22380         Don't fiddle with `baud-rate' at top-level.
22382 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
22384         * image.el (create-image, find-image): Mention max-image-size in
22385         docstring.
22387 2005-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
22389         * savehist.el (savehist-load): Revert to checking XEmacs.
22391         * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
22392         Various docstring and line-width fixups.
22393         (conf-mode): Use cond.
22394         Set font-lock-defaults.  Don't set comment-use-syntax.
22396 2005-10-18  David Ponce  <david@dponce.com>
22398         * tree-widget.el (tree-widget-button-click): New function.
22399         (tree-widget-button-keymap): Use it.
22401 2005-10-18  Romain Francoise  <romain@orebokech.com>
22403         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
22404         (bookmark-bmenu-hide-filenames): Add follow-link property.
22405         Improve help-echo text.
22407         * ffap.el (find-file-at-point): Doc fix.
22409 2005-10-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
22411         * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
22413 2005-10-18  Masatake YAMATO  <jet@gyve.org>
22415         Install to the CVS repository what I forgot to install in my
22416         2005-10-16 changes.
22418         * progmodes/python.el (python-complete-symbol): Pass the common
22419         prefix substring of completion to `display-completion-list'.
22421         * textmodes/org.el (org-complete): Ditto.
22423 2005-10-18  Masatake YAMATO  <jet@gyve.org>
22425         Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
22427         * woman.el (WoMan-xref-man-page): New button type derived
22428         from `Man-abstract-xref-man-page'.
22429         (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
22431         * man.el (Man-abstract-xref-man-page): New button type.
22432         (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
22433         (Man-highlight-references): Add new optional argument `xref-man-type'.
22435 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
22437         * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
22439 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
22441         * cus-edit.el (Custom-move-and-invoke): Delete.
22442         (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
22444         * wid-edit.el (widget-move-and-invoke): New function, from
22445         Custom-move-and-invoke.
22447 2005-10-17  Bill Wohler  <wohler@newt.com>
22449         Move all remaining images from lisp/toolbar to etc/images, move
22450         lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar.  Place
22451         the low resolution images in their own directory (low-color).
22453         * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
22454         * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
22455         * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
22456         * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
22457         * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
22458         * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
22459         * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
22461         * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
22462         * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
22463         * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
22464         * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
22465         * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
22466         * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
22467         * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
22468         * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
22469         * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
22470         * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
22471         * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
22472         * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
22473         * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
22474         * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
22475         * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
22477         To conform with convention, replace the underscore (_) in the
22478         following image names with dash (-) or (/) as appropriate.
22480         * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
22481         * toolbar/fld_open.*: Move to etc/images/fld-open.*.
22482         * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
22483         * toolbar/jump_to.*: Move to etc/images/jump-to.*.
22484         * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
22485         * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
22486         * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
22487         * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
22488         * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
22489         * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
22490         * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
22491         * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
22492         * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
22493         * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
22494         * toolbar/mail_send.*: Move to etc/images/mail/send.*.
22496         * info.el (info-tool-bar-map): Replace underscores in image names
22497         with dashes.
22499         * makefile.w32-in (WINS): Remove toolbar.
22501         * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
22503         * tool-bar.el: Move to lisp from toolbar.  Now that
22504         toolbar is empty, it should be deleted when folks run "cvs up -P".
22506 2005-10-18  Jay Belanger  <belanger@truman.edu>
22508         * calc/calc-store.el (calc-store-into): Get the proper variable name
22509         to display in message.
22511 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
22513         * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
22514         expressions display in speedbar for all buffers when debugging.
22515         (gdb-speedbar-expand-node): Ensure node contraction is always updated.
22517         * speedbar.el (speedbar-set-mode-line-format): Indent properly.
22518         (speedbar-insert-button, speedbar-make-button):
22519         Use add-text-properties.
22520         (speedbar-update-localized-contents)
22521         (speedbar-update-directory-contents)
22522         (speedbar-update-special-contents): Use dolist.
22523         (speedbar-buffer-easymenu-definition): Add a menu separator.
22525 2005-10-17  Jason Rumney  <jasonr@gnu.org>
22527         * makefile.w32-in: Use $(lisp) consistently.
22528         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
22529         for shell specific generation of mh-autoloads.
22531 2005-10-17  Richard M. Stallman  <rms@gnu.org>
22533         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
22535 2005-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
22537         * jit-lock.el (jit-lock-fontify-now):
22538         Move jit-lock-context-unfontify-pos to avoid wasted work.
22540 2005-10-17  Michael Albinus  <michael.albinus@gmx.de>
22542         * net/tramp.el (tramp-completion-mode): New defvar.  Used in
22543         `tramp-completion-mode' for checking if we are in completion mode.
22544         (tramp-completion-handle-file-name-all-completions): Reorder code
22545         in order to complete for file names only in case there are no
22546         method/user/host completions.  This is necessary for cooperation
22547         with ido.  Reported by Kim F. Storm <storm@cua.dk>.
22549 2005-10-16  Chong Yidong  <cyd@stupidchicken.com>
22551         * longlines.el (longlines-search-forward)
22552         (longlines-search-backward): Match any number of spaces.
22554 2005-10-16  Thien-Thi Nguyen  <ttn@gnu.org>
22556         * diff-mode.el (diff-mode): Doc fix.
22558 2005-10-16  David Reitter  <david.reitter@gmail.com>
22560         * mail/sendmail.el (send-mail-function): Use mailclient-send-it
22561         as default on darwin and windows systems.
22563 2005-10-16  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
22565         * arc-mode.el (archive-zip-extract): Doc fix.
22567 2005-10-16  Romain Francoise  <romain@orebokech.com>
22569         * mouse.el (mouse-1-click-follows-link): Doc fix.
22571 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
22573         * savehist.el: Don't require CL at runtime.
22574         (savehist-xemacs): Remove.
22575         (savehist-coding-system): Use utf-8 if present, regardless of religion.
22576         (savehist-no-conversion): Use (featurep 'xemacs).
22577         (savehist-load): Check existence of start-itimer rather than XEmacs.
22578         Use an idle timer.
22579         (savehist-process-for-saving): Replace use of CL funs `subseq' and
22580         `delete-if-not'.
22582 2005-10-16  Hrvoje Niksic  <hniksic@xemacs.org>
22584         * savehist.el: Newer version.
22585         (savehist-autosave-interval, savehist-coding-system, savehist-timer)
22586         (savehist-last-checksum, savehist-no-conversion): New vars.
22587         (savehist-autosave, savehist-process-for-saving, savehist-printable):
22588         New functions.
22589         (savehist-load, savehist-save): Use them.
22590         (savehist-delimit): Remove.
22592 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
22594         * progmodes/compile.el (compilation-goto-locus): Display the
22595         compilation buffer first and the source buffer second, in case they're
22596         in overlapping frames.  Don't raise the compilation frame if it was the
22597         selected window upon entry.  Pass the `other-window' arg to
22598         pop-to-buffer.
22600         * info.el (Info-fontify-node): Use dolist.
22601         Change add-text-properties to put-text-property.
22603 2005-10-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
22605         * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
22606         bound of search.
22608 2005-10-16  Masatake YAMATO  <jet@gyve.org>
22610         * dabbrev.el (dabbrev-completion): Pass the common
22611         prefix substring of completion to `display-completion-list'.
22613         * filecache.el (file-cache-minibuffer-complete)
22614         (file-cache-complete): Ditto.
22616         * tempo.el (tempo-display-completions): Ditto.
22618         * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
22620         * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
22622         * eshell/em-hist.el (eshell-list-history): Ditto.
22624         * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
22626         * mail/mailalias.el (mail-complete): Ditto.
22628         * progmodes/etags.el (complete-tag): Ditto.
22630         * progmodes/make-mode.el (makefile-complete): Ditto.
22632         * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
22634         * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
22636         * progmodes/pascal.el (pascal-complete-word)
22637         (pascal-show-completions): Ditto.
22639         * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
22641         * simple.el (completion-common-substring): New variable.
22642         (completion-setup-function): Use `completion-common-substring'
22643         to put faces.
22645 2005-10-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
22647         * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
22648         (x-get-selection, mac-select-convert-to-string): Convert from/to
22649         UTF-16 clipboard data as in native byte order, no BOM.
22651 2005-10-16  Nick Roberts  <nickrob@snap.net.nz>
22653         * progmodes/gud.el (gud-tool-bar-map): Rename the images
22654         appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
22655         (gud-sentinel): Use speedbar-frame to check for speedbar.
22657 2005-10-15  Richard M. Stallman  <rms@gnu.org>
22659         * savehist.el: New file.
22661 2005-10-14  Karl Chen  <quarl@cs.berkeley.edu>
22663         * textmodes/tex-mode.el (tex-font-lock-keywords-2):
22664         Fix bug in \bf fontification.
22666 2005-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
22668         * pcvs.el (cvs-edit-log-files): New var.
22669         (cvs-mode-edit-log): New arg `file'.
22670         (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
22671         Instead force the use of the original file and nothing else.
22672         (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
22673         the cvs-minor-wrap-function is set.
22674         (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
22676 2005-10-14  Bill Wohler  <wohler@newt.com>
22678         * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
22679         * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
22680         * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
22681         * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
22682         * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
22683         * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
22684         * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
22685         * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
22686         * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
22687         * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
22688         * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
22689         * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
22690         * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
22691         * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
22692         * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
22694         * progmodes/gud.el (gud-tool-bar-map): Rename the images
22695         appropriately (for example, gud-break to gud/break).
22697 2005-10-14  Chong Yidong  <cyd@stupidchicken.com>
22699         * longlines.el (longlinges-search-function)
22700         (longlines-search-forward, longlines-search-backward): New functions.
22701         (longlines-mode): Set isearch-search-fun-function to
22702         longlinges-search-function.
22704         * mouse.el (mouse-drag-region-1): Handle the case where a
22705         double-click event is bound to an arbitrary function.
22707 2005-10-14  David Ponce  <david@dponce.com>
22709         * recentf.el (recentf-track-opened-file)
22710         (recentf-track-closed-file, recentf-update-menu)
22711         (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
22712         (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
22713         mouse-1-click-follows-link.
22715 2005-10-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
22717         * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
22718         Gnome file-manager.png.  Suggested by
22719         Joachim Nilsson <joachim.nilsson@vmlinux.org>.
22721         * toolbar/README: Add diropen.xpm.
22723 2005-10-13  Bill Wohler  <wohler@newt.com>
22725         * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
22726         restrictions.  Suggested by David Robinow <drobinow@gmail.com>.
22728 2005-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
22730         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
22731         Don't waste the byte-compiler's time on constant data.
22733 2005-10-13  Kenichi Handa  <handa@m17n.org>
22735         * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
22736         byte with `escape-glyph' face.
22738         * international/fontset.el (ccl-encode-unicode-font):
22739         Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
22740         Handle the case that ucs-mule-to-mule-unicode translates a character to
22741         ASCII (usually for IPA characters).
22743 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
22745         * info.el (Info-fontify-node): Don't be fooled by a lone "...".
22746         Don't hide the underline of titles if font-lock-mode is disabled.
22748 2005-10-12  Bill Wohler  <wohler@newt.com>
22750         * makefile.w32-in (MH-E-SRC): New.  Used by mh-autoloads.
22751         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
22752         files in MH-E-SRC have been updated.
22753         (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
22755 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
22757         * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
22758         (mixal-mode-syntax-table): Add \n as end-comment.
22759         (mixal-operation-codes-alist): Immediately initialize to full value.
22760         (mixal-add-operation-code): Remove.
22761         (mixal-describe-operation-code): Make the arg non-optional.
22762         Use the interactive spec instead.
22763         Use mixal-operation-codes-alist rather than mixal-operation-codes.
22764         (mixal-font-lock-keywords): Don't highlight comments here any more.
22765         (mixal-font-lock-syntactic-keywords): New var.
22766         (mixal-mode): Use it.  Fix comment-start-skip.
22768 2005-10-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
22770         * startup.el (command-line-x-option-alist): -nb => -nbi.
22772 2005-10-12  Kim F. Storm  <storm@cua.dk>
22774         * startup.el (fancy-splash-default-action): Discard mouse click in
22775         the splash screen window, as it has no sensible meaning in the
22776         next window to be selected.  Fixes error reported by Jan D.
22778 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
22780         * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
22782 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
22784         * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
22785         Try to fix up minor layout issues like indentation, line break, etc...
22786         (mixal-mode-syntax-table): Don't try to specify comment syntax,
22787         because it doesn't work.
22788         (mixal-operation-codes): Add some more codes.
22789         (mixal-font-lock-keywords): Process comments here.
22790         (mixal-mode): mixasm no longer needs -g option.
22792 2005-10-11  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
22794         * progmodes/sh-script.el (sh-tmp-file):
22795         Use mktemp -t.  Finish support for es and rc shells.
22797 2005-10-11  Jay Belanger  <belanger@truman.edu>
22799         * calc/calcalg2.el (calc-integral): With an argument, compute the
22800         definite integral.
22802 2005-10-11  Chong Yidong  <cyd@stupidchicken.com>
22804         * mouse.el (mouse-drag-region-1): Don't try to catch a
22805         double-click when doing follow-link (it's overridden anyway).
22807 2005-10-11  Juanma Barranquero  <lekktu@gmail.com>
22809         * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
22810         (autoload-print-form-outbuf): Add docstring.
22812 2005-10-11  Juri Linkov  <juri@jurta.org>
22814         * info.el (Info-mode-menu): Delete menu item "Edit".
22815         (Info-mode): Delete description of Info-edit from docstring,
22816         and rearrange descriptions of Info commands in the order
22817         they are documented in the Info manual.
22819 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
22821         * calendar/appt.el (appt-check): Use diary-selective-display var.
22823 2005-10-10  Richard M. Stallman  <rms@gnu.org>
22825         * net/newsticker.el (newsticker-start, newsticker-show-news):
22826         Add autoload cookies.
22828 2005-10-10  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>
22830         * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
22832 2005-10-10  Karl Chen  <quarl@cs.berkeley.edu>
22834         * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
22836 2005-10-10  Jay Belanger  <belanger@truman.edu>
22838         * calc/calc-arith.el (math-check-known-scalarp)
22839         (math-check-known-matrixp): Check the values of arguments that are
22840         variables.
22841         (math-check-known-square-matrixp): New function.
22842         (math-known-square-matrixp): Use math-check-known-square-matrixp.
22843         (math-super-types): Add sqmatrix type.
22845         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
22846         mode name `square' to `sqmatrix'.
22848         * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
22849         mode name `square' to `sqmatrix'.
22851 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
22853         * progmodes/etags.el (select-tags-table-mode): Don't use
22854         selective-display.
22855         (tags-select-tags-table): Pass `button' to the action function.
22856         (select-tags-table): Place the side-info on button properties rather
22857         than in hidden text.  Abbreviate file names.
22858         (select-tags-table-mode-map): Inherit rather than copy buttom-map.
22859         (select-tags-table-select): Add `button' argument.
22860         Get side-info from the button property rather than from hidden text.
22862 2005-10-11  Nick Roberts  <nickrob@snap.net.nz>
22864         * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
22865         (gud-speedbar-buttons): Preserve point if possible.
22866         (gud-sentinel): Restore previous speedbar display type.
22868         * progmodes/gdb-ui.el (gdba): Improve diagram.
22869         (def-gdb-auto-update-handler, gdb-info-locals-handler)
22870         (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
22871         Call get-buffer-window once.
22873 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
22875         * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
22876         (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
22877         (pascal-indent-command): Remove unused var `ind'.
22878         (pascal-indent-case): Remove unused var `oldpos'.
22879         (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
22880         since it's now used as a proper minor mode map.
22881         (pascal-outline): Rename to pascal-outline-mode.
22882         (pascal-outline-mode): Use define-minor-mode.
22883         (pascal-outline-mode, pascal-outline-change): Use overlays rather than
22884         selective-display.
22886 2005-10-10  Andreas Schwab  <schwab@suse.de>
22888         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
22889         number.  Reported by Karl Chen <quarl@cs.berkeley.edu>.
22891         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
22892         outside source directory.
22894 2005-10-10  Carsten Dominik  <dominik@science.uva.nl>
22896         * textmodes/org.el (org-mode-map): Explicit definition of `C-c
22897         C-x' as a prefix.
22898         (orgtbl-mode-map): Full keymap instead of sparse, because all
22899         `self-insert-command' keys are redefined in this map.
22900         (org-export-as-html): Specify charset for HTML file, by taking it
22901         from the coding system.
22903 2005-10-10  Kenichi Handa  <handa@m17n.org>
22905         * textmodes/flyspell.el (flyspell-check-word-p):
22906         If unread-command-events is non-empty, don't call sit-for.
22908 2005-10-09  Richard M. Stallman  <rms@gnu.org>
22910         * font-lock.el (font-lock-syntactic-keywords)
22911         (font-lock-keywords): Doc fixes.
22913         * textmodes/flyspell.el (flyspell-external-point-words):
22914         Simplify logic, and don't try to check for consecutive appearances
22915         of one incorrect word.
22917 2005-10-10  Nick Roberts  <nickrob@snap.net.nz>
22919         * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
22920         separator.
22922         * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
22923         (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
22924         (gud-expansion-speedbar-buttons): New function.
22925         (gud-speedbar-buttons): Check for gud-comint-buffer.
22927 2005-10-09  Bill Wohler  <wohler@newt.com>
22929         * Makefile.in (updates): Add mh-loaddefs dependency.
22931 2005-10-09  Chong Yidong  <cyd@stupidchicken.com>
22933         * speedbar.el (speedbar-file-key-map): Fix typo.
22935 2005-10-09  Daniel Brockman  <daniel@brockman.se>
22937         * cus-start.el (line-spacing): Add custom spec.
22939 2005-10-09  Romain Francoise  <romain@orebokech.com>
22941         * textmodes/ispell.el (ispell-check-version): Fix last change.
22943 2005-10-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
22945         * term/x-win.el: Remove -i, --icon-type from comment.
22947         * startup.el (command-line-x-option-alist): Remove options -i,
22948         -itype, --icon-type, added -nb, --no-bitmap-icon.
22950 2005-10-09  Nick Roberts  <nickrob@snap.net.nz>
22952         * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
22953         instead of :active.
22955 2005-10-08  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
22957         * textmodes/ispell.el (ispell-check-version):
22958         Ignore hyphen, and all that follows, in aspell's version text.
22960 2005-10-08  Jay Belanger  <belanger@truman.edu>
22962         * calc/calc-arith.el (math-known-square-matrixp): New function.
22963         (math-pow-fancy): Check for matrices before distributing exponent
22964         across products.
22966         * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
22967         fullscreen keypad.  Suggested by Luc Teirlinck.
22968         (calc-keypad-show-input): Add space for formatting.
22970         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
22971         Add square matrix option.
22973         * calc/calc-poly.el (math-expand-term): Check for matrices instead
22974         of checking calc-matrix-mode when deciding how to expand.
22976         * calc/calc.el (calc-set-mode-line): Add square matrix option.
22978 2005-10-08  Lars Hansen  <larsh@soem.dk>
22980         * net/tramp.el (tramp-perl-directory-files-and-attributes):
22981         Add error handling.
22982         (tramp-handle-directory-files-and-attributes): Handle perl error msg.
22984 2005-10-08  Michael Albinus  <michael.albinus@gmx.de>
22986         Sync with Tramp 2.0.51.
22988         * net/tramp.el (tramp-handle-set-visited-file-modtime)
22989         (tramp-handle-insert-file-contents, tramp-handle-write-region):
22990         Insert special handling for `last-coding-system-used', again
22991         it still seems to be necessary (unlike stated before).
22992         Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
22993         (tramp-password-prompt-regexp): There might be other words before
22994         trailing ":".  Reported by Kurt Steinkraus <kurt@steinkraus.us>.
22995         (tramp-chunksize): Improve docstring.
22996         (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
22997         Emacs 20.  Use `tramp-octal-to-decimal' therefore.  Reported by
22998         Christian Joergensen <bugs@razor.dk>.
23000 2005-10-07  Glenn Morris  <rgm@gnu.org>
23002         * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
23003         (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
23004         precision'.
23006 2005-10-07  Romain Francoise  <romain@orebokech.com>
23008         * ibuf-ext.el (ibuffer-do-shell-command-pipe)
23009         (ibuffer-do-shell-command-pipe-replace)
23010         (ibuffer-do-shell-command-file, ibuffer-do-eval)
23011         (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
23012         (ibuffer-do-revert, ibuffer-do-replace-regexp)
23013         (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
23014         (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
23015         (ibuffer-filter-by-name, ibuffer-filter-by-filename)
23016         (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
23017         (ibuffer-filter-by-content, ibuffer-filter-by-predicate
23018         (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
23019         (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
23020         Autoload file sans suffix.
23022         * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
23024 2005-10-07  David Ponce  <david@dponce.com>
23026         * recentf.el (recentf-menu-open-all-flag): New option.
23027         (recentf-digit-shortcut-command-name): New function.
23028         (recentf--shortcuts-keymap): New variable.
23029         (recentf-menu-shortcuts): New variable.
23030         (recentf-make-menu-items): Initialize it.  Replace the "More..."
23031         menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
23032         (recentf-menu-value-shortcut): New function.
23033         (recentf-make-menu-item): Use it.  No more in-lined.
23034         (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
23035         (recentf-open-most-recent-file): Rename from
23036         `recentf-open-file-with-key'.  Don't depend on key binding.
23037         (recentf-mode-map): New variable.
23038         (recentf-mode): Use it.
23040 2005-10-06  Bill Wohler  <wohler@newt.com>
23042         * mh-e/mh-loaddefs.el: Remove.  Now generated automatically.
23044         * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
23045         (MH-E-SRC): New.  Used by mh-autoloads.
23046         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
23047         files in MH-E-SRC have been updated.
23048         (compile, recompile, bootstrap): Depend on mh-autoloads.
23050 2005-10-07  Nick Roberts  <nickrob@snap.net.nz>
23052         * progmodes/gud.el (gud-menu-map): Only display un-intuitive
23053         gud-break and gud-remove icons when the fringe is not available.
23055         * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
23056         Typo.
23058 2005-10-06  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>
23060         * play/zone.el (zone): Wrap body with save-window-excursion.
23062 2005-10-06  Stefan Monnier  <monnier@iro.umontreal.ca>
23064         * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
23065         Use the new `list-only' arg to diary-list-entries.
23067         * calendar/diary-lib.el: Use overlays rather than selective-display.
23068         (diary-selective-display): New var.
23069         (diary-header-line-format): Use it.
23070         (diary-list-entries): Add argument `list-only'.
23071         Put the buffer in diary-mode.  Don't add \^M at beg and end.
23072         Replace \^M by invisible overlays.
23073         (diary-unhide-everything): Replace \^M by invisible overlays.
23074         (print-diary-entries): Look for overlays rather than \^M.
23075         Add a space to the temp buffer name.
23076         (diary-show-all-entries, mark-diary-entries, make-diary-entry):
23077         Put the buffer in diary-mode.
23078         (list-sexp-diary-entries): Replace \^M by invisible overlays.
23079         (diary-anniversary): Make the year arg optional.
23080         (diary-time-regexp): New const.
23081         (diary-font-lock-keywords): Use it to accept a few more time formats.
23083         * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
23085 2005-10-06  Thien-Thi Nguyen  <ttn@gnu.org>
23087         * textmodes/artist.el (artist-ellipse-mirror-quadrant):
23088         Fix bug introduced 2005-07-03: Use (car (last ...))
23089         to faithfully reproduce replaced artist-last.
23090         (artist-set-arrow-points-for-poly): Likewise.
23091         Suggested by Johan Bockg\e,Ae\e(Brd.
23093 2005-10-06  Juanma Barranquero  <lekktu@gmail.com>
23095         * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
23096         * wid-edit.el (widget):
23097         * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
23098         * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
23100 2005-10-06  Kenichi Handa  <handa@m17n.org>
23102         * international/mule-cmds.el (set-language-environment):
23103         Fix setting up of case-table for unibyte mode.
23105         * simple.el (what-cursor-position): If the character is displayed
23106         by some `display' text property, show that.  Don't use
23107         single-key-description for eight-bit characters in multibyte mode.
23109 2005-10-06  Nick Roberts  <nickrob@snap.net.nz>
23111         * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
23112         (gdb-ann3): Set it.
23113         (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
23114         (gdb-info-frames-custom): Use inverse-video for first five
23115         characters of selected frame only.
23116         (gdb-get-frame-number): Select frame even when point is on frame
23117         number.
23119 2005-10-06  Masatake YAMATO  <jet@gyve.org>
23121         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
23122         Put `font-lock-function-name-face'.
23123         (gdb-info-frames-custom): Put `font-lock-function-name-face'
23124         and `font-lock-variable-name-face'
23125         (gdb-registers-font-lock-keywords): New font lock keywords definition.
23126         (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
23127         (gdb-memory-font-lock-keywords): New font lock keywords definition.
23128         (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
23129         (gdb-local-font-lock-keywords): New font lock keywords definition.
23130         (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
23131         (gdb-threads-font-lock-keywords): New font lock keywords definition.
23132         (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
23134 2005-10-05  Michael Kifer  <kifer@cs.stonybrook.edu>
23136         * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
23137         (ediff-merge-region-is-non-clash-to-skip): Previously called
23138         ediff-merge-region-is-non-clash.
23140         * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
23141         Use insert-buffer-substring.
23143         * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
23144         selecting files to patch.  Also bug fixes.
23146         * ediff-util.el (ediff-setup): Bug fix.
23147         (ediff-next-difference): Never skip clashes that differ in white
23148         space only.
23150         * ediff-wind.el (ediff-setup-control-frame)
23151         (ediff-destroy-control-frame): Check the menubar feature.
23153         * emulation/viper-cmd.el (viper-normalize-minor-mode-map-alist)
23154         (viper-refresh-mode-line): Use make-local-variable to localize
23155         some vars instead of make-variable-buffer-local.  Suggested by
23156         Stefan Monnier.
23158         * emulation/viper-init.el (viper-make-variable-buffer-local):
23159         Delete alias.
23160         (viper-restore-cursor-type, viper-set-insert-cursor-type):
23161         Use make-local-variable instead of make-variable-buffer-local.
23162         Suggested by Stefan Monnier.
23164         * emulation/viper.el (viper-mode): Don't use
23165         viper-make-variable-buffer-local.
23166         (viper-comint-mode-hook): Use make-local-variable on
23167         require-final-newline.
23168         (viper-non-hook-settings): Don't use make-variable-buffer-local.
23170 2005-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
23172         * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
23173         also the second char of a comment-start sequence.
23174         (scheme-sexp-comment-syntax-table): New var.
23175         (lambda, define): Set their scheme-doc-string-elt property.
23176         (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
23177         Use lisp-font-lock-syntactic-face-function now that it properly
23178         handles |...| symbols.
23179         (scheme-mode-variables): Set lisp-doc-string-elt-property,
23180         parse-sexp-lookup-properties and font-lock-extra-managed-props.
23182         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
23183         bit from # to |.
23184         (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
23186         * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
23187         (lisp-doc-string-elt-property): New var.
23188         (lisp-font-lock-syntactic-face-function): Use it.
23189         Rewrite to recognize docstrings even for forms not at toplevel.
23191         * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
23192         annotation on the | part of #| rather than on the # part.
23193         (scheme-font-lock-syntactic-face-function): New function, to
23194         distinguish strings from |...| symbols.
23195         (scheme-mode-variables): Use it.  Also fix up the font-lock-time
23196         syntax-table so that #|...|# is properly highlighted.
23198         * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
23199         Don't mark as docstring the 3rd elem of an unknown toplevel form.
23201 2005-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
23203         * bindings.el (global-map): Resync [home] and [end] bindings with C-a
23204         and C-e.
23206         * emacs-lisp/eldoc.el: Move comments into docstrings.
23207         (eldoc-message-commands): Initialize in its declaration.
23208         Add move-beginning-of-line and move-end-of-line.
23209         (eldoc-add-command, eldoc-add-command-completions)
23210         (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
23212         * outline.el (outline-mark-subtree): Activate the mark.
23214         * calendar/appt.el (appt-time-regexp): New var.
23215         (appt-add, appt-make-list): Use it.
23216         (appt-convert-time): Clean up.
23218         * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
23219         Don't set any syntax-table property here.
23220         (tex-font-lock-verb): New function.  Do it here.
23221         (tex-font-lock-syntactic-keywords): Use it.
23223 2005-10-04  Richard M. Stallman  <rms@gnu.org>
23225         * wid-edit.el (widget-file-complete): Get the widget start point
23226         the right way.  Default directory to `/' if file has none.
23228         * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
23230         * textmodes/flyspell.el (flyspell-mode-on):
23231         Call ispell-maybe-find-aspell-dictionaries.
23233         * textmodes/ispell.el (ispell-word, ispell-region):
23234         Call ispell-maybe-find-aspell-dictionaries.
23235         (ispell-accept-buffer-local-defs):
23236         Don't call ispell-maybe-find-aspell-dictionaries.
23238 2005-10-04  Richard M. Stallman  <rms@gnu.org>
23240         * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
23242 2005-10-04  Emilio C. Lopes  <eclig@gmx.net>
23244         * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
23245         instead of `fboundp' in order to allow for anonymous functions.
23247 2005-10-04  Chong Yidong  <cyd@stupidchicken.com>
23249         * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
23250         case the user clicks on the link while another window is selected.
23251         (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
23253         * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
23254         functionality.
23255         (dframe-help-echo): Save point in case mouse tracking is off.
23257 2005-10-04  Thien-Thi Nguyen  <ttn@gnu.org>
23259         * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
23261 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
23263         * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
23264         not change the global value of those vars.
23266         * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
23267         make-local-variable which we do not need any more.
23269 2005-10-03  Chong Yidong  <cyd@stupidchicken.com>
23271         * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
23272         (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
23273         (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
23274         (speedbar-path-line): Define obsolete aliases.
23275         (speedbar-line-directory): Doc fix.
23277         * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
23278         (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
23279         instead of speedbar-line-path.
23281 2005-10-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
23283         * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
23284         to nil if dropping on a window.  Handle dropping on a minibuffer window
23285         like dropping on a non-window part of Emacs.
23287 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
23289         * net/ange-ftp.el: Use with-current-buffer.
23290         (ange-ftp-insert-directory): Do not follow symlinks any more.
23292         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
23293         Remove interactive spec.
23295 2005-10-03  Kim F. Storm  <storm@cua.dk>
23297         * ido.el (ido-mode): Use custom-initialize-set.
23299 2005-10-02  Richard M. Stallman  <rms@gnu.org>
23301         * progmodes/ebnf2ps.el (ebnf-eps-production-list):
23302         Use insert-buffer-substring.
23304         * net/tramp.el: Pacify byte compiler warnings in pacification code.
23305         (tramp-handle-file-local-copy): Use insert-buffer-substring.
23307 2005-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
23309         * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
23310         in last change.
23311         (ange-ftp-insert-directory): Fix up the search for the case where
23312         `file' is absolute.
23314 2005-10-02  Romain Francoise  <romain@orebokech.com>
23316         * progmodes/compile.el (compile-goto-error): Delete extra paren.
23318 2005-10-02  Andreas Schwab  <schwab@suse.de>
23320         * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
23321         directory component in the session info.
23323 2005-10-01  Richard M. Stallman  <rms@gnu.org>
23325         * comint.el (comint-redirect-subvert-readonly): Doc fix.
23327         * simple.el (next-error-internal): New function.
23329         * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
23330         (compilation-start): Pass new arg to compilation-buffer-name.
23331         (compile-goto-error): Use next-error-internal.
23333 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
23335         * speedbar.el: Remove RCS tag.
23336         (speedbar-check-read-only): Handle non-existent files.
23338         * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
23340         * info.el (Info-speedbar-hierarchy-buttons)
23341         (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
23343 2005-10-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
23345         * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
23346         Do not match newline.
23347         (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
23348         (bibtex-summary): Remove unnecessary save-excursion.
23349         (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
23351 2005-10-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
23353         * term/mac-win.el: Add charset info for "iso10646-1".
23354         Modify default fontset to use ATSUI-compatible fonts for some charsets
23355         if available.
23357 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
23359         * speedbar.el: Re-apply arch tag.
23360         (speedbar-version): Rename to version 1.0.  Suggested by Eric
23361         M. Ludlam.
23362         Reapply two changes from Emacs CVS' version of speedbar lost
23363         during the merge:
23364         (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
23365         (speedbar-frame-parameters): Improve customize type.
23367 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
23369         * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
23370         (ange-ftp-file-directory-p): Fix the symlink case.
23371         (ange-ftp-insert-directory): When listing a single file, get a list of
23372         the parent buffer and extract the relevant line.  Inspired from a patch
23373         by Katsumi Yamaoka <yamaoka@jpl.org>.
23374         (ange-ftp-file-name-sans-versions): Simplify.
23376 2005-09-30  Bill Wohler  <wohler@newt.com>
23378         Move MH-E image files from toolbar and mail directories into
23379         etc/images.
23381         * mail/reply2.*: Move to etc/images/mail/reply*.
23383         * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
23384         * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
23385         etc/images.
23387         * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
23388         * toolbar/reply*: Move to etc/images/mail.
23390         * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
23392 2005-09-30  Eric M. Ludlam  <zappo@gnu.org>
23394         * speedbar.el: New version 1.0pre3.
23396         Frame management code (including timer, and mouse click specifics)
23397         moved to dframe.el:
23398         (speedbar-attached-frame): Removed.  Use dframe-attached-frame.
23399         (speedbar-timer): Removed.  Use dframe-timer.
23400         (speedbar-close-frame): Removed.  Use dframe-close-frame.
23401         (speedbar-activity-change-focus-flag): Removed.  Use
23402         dframe-activity-change-focus-flag.
23403         (speedbar-update-speed, speedbar-navigating-speed): Obsolete.  Use
23404         dframe-update-speed.
23406         (speedbar-current-frame): New macro.  Use this instead of the
23407         variable speedbar-frame.
23409         (speedbar-use-images, speedbar-expand-image-button-alist)
23410         (speedbar-insert-image-button-maybe): Moved to sb-image.el.
23412         (speedbar-find-image-on-load-path): Removed.  Replaced by
23413         defezimage in ezimage.el.
23414         (speedbar-expand-image-button-alist): Removed.  Replaced by
23415         ezimage-expand-image-button-alist in ezimage.el.
23417         (speedbar-ignored-directory-regexp)
23418         (speedbar-add-ignored-directory-regexp)
23419         (speedbar-ignored-directory-expressions)
23420         (speedbar-line-directory, speedbar-buffers-line-directory)
23421         (speedbar-directory-line, speedbar-buffers-line-directory):
23422         Renamed, replacing `path' with `directory'.
23424         (speedbar-create-directory, speedbar-expand-line-descendants)
23425         (speedbar-toggle-line-expansion)
23426         (speedbar-contract-line-descendants): New commands.
23428         (speedbar-query-confirmation-method, speedbar-select-frame-method)
23429         (speedbar-use-tool-tips-flag): New options.
23431         (speedbar-check-read-only, speedbar-require-version)
23432         (speedbar-insert-separator, speedbar-buffers-tail-notes)
23433         (speedbar-handle-delete-frame, speedbar-try-completion)
23434         (speedbar-update-localized-contents): New functions.
23436         (speedbar-incompatible-version, speedbar-ro-to-do-point)
23437         (speedbar-object-read-only-indicator): New variables.
23439         (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
23440         New hooks.
23442         (speedbar-separator-face): New face.
23444         (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
23445         (speedbar-ignored-modes): Add fundamental-mode.
23446         (speedbar-directory-unshown-regexp): Add . directories.
23448         (speedbar-key-map): Remove old SPC and DEL page up/down keys.
23449         (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
23450         `]' for full expand/close.
23451         (speedbar-buffers-key-map): Add SPC to toggle node expansion.
23453         (speedbar-check-vc): Support hidden files.
23454         (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
23455         (speedbar-this-file-in-vc): Use vc-state if available.  If VC
23456         state is nil, it is not checked out.
23458         (speedbar-line-text, speedbar-line-token): Support expand buttons
23459         with no text.
23460         (speedbar-refresh): Universal argument acts as power-click.
23461         (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
23462         that buffer to get variable values.
23464         And many other bugfixes.
23466         * dframe.el, ezimage.el, sb-image.el: New files.
23468         * sb-*.xpm: Remove files.  New image files installed into
23469         etc/images/ezimage.
23471 2005-09-30  Kenichi Handa  <handa@m17n.org>
23473         * ps-mule.el (ps-mule-show-warning): If a character is in
23474         ps-print-translation-table, don't treat it as non-printable.
23476 2005-09-30  David Ponce  <david@dponce.com>
23478         * tree-widget.el (tree-widget-themes-load-path): New variable.
23479         (tree-widget-themes-directory): Doc fix.
23480         (tree-widget-image-formats) [Emacs]: Doc fix.
23481         (tree-widget--locate-sub-directory): New function.
23482         (tree-widget-themes-directory): Use it.
23484         * recentf.el (recentf-filename-handlers): Rename from
23485         `recentf-filename-handler'.  Allow a list of functions.
23486         (recentf-menu-items-for-commands): Fix :help strings.
23487         (recentf-apply-filename-handlers): New function.
23488         (recentf-expand-file-name): Use it.
23489         (recentf-cleanup): Remove duplicates too.
23491 2005-09-29  Juri Linkov  <juri@jurta.org>
23493         * faces.el: Rearrange face definitions to be in the same order as
23494         their face descriptions in "(emacs)Standard Faces".
23496         * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
23498         * tooltip.el (tooltip): Add group `basic-faces'.
23500         * buff-menu.el (Buffer-menu-buffer): Remove group
23501         `font-lock-highlighting-faces'.
23503         * progmodes/compile.el (compilation-error, compilation-warning)
23504         (compilation-info, compilation-line-number, compilation-column-number):
23505         Change group from `font-lock-highlighting-faces' to `compilation'.
23507         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
23508         (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
23509         (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
23510         (vhdl-font-lock-reserved-words-face)
23511         (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
23512         `font-lock-highlighting-faces'.
23514         * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
23516 2005-09-28  Kim F. Storm  <storm@cua.dk>
23518         * emulation/cua-base.el: Set CUA move property on additional commands:
23519         up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
23520         forward-sexp, backward-sexp, forward-list, backward-list.
23522 2005-09-28  Romain Francoise  <romain@orebokech.com>
23524         * comint.el (comint-show-output): Really set point at the
23525         beginning of the output when not using `comint-use-prompt-regexp'.
23527 2005-09-27  Jay Belanger  <belanger@truman.edu>
23529         * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
23530         in TeX mode.
23532 2005-09-26  Juanma Barranquero  <lekktu@gmail.com>
23534         * textmodes/org.el (org-table-sum): Fix format string.
23536         * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
23537         Quote face names.
23539 2005-09-26  Romain Francoise  <romain@orebokech.com>
23541         * isearch.el (isearch-forward-regexp): Close doc string.
23543 2005-09-25  Richard M. Stallman  <rms@gnu.org>
23545         * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
23547         * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
23549         * progmodes/compile.el (compilation-error-properties):
23550         When getting the file from the previous error message,
23551         correctly decode the new data format.
23553         * progmodes/cc-cmds.el (c-electric-paren):
23554         Call old-blink-paren only for close-paren.
23556 2005-09-24  Andreas Schwab  <schwab@suse.de>
23558         * term/rxvt.el (rxvt-register-default-colors): Delete redundant
23559         condition.
23561 2005-09-25  Romain Francoise  <romain@orebokech.com>
23563         * dired-aux.el (dired-copy-file-recursive):
23564         * dired.el (dired-delete-file):
23565         * ediff-mult.el (ediff-dir-diff-copy-file):
23566         * ediff-util.el (ediff-test-save-region):
23567         * forms.el (forms-mode):
23568         * ido.el (ido-file-internal, ido-delete-file-at-head):
23569         * log-edit.el (log-edit-done):
23570         * ses.el (ses-yank-resize):
23571         * play/gomoku.el (gomoku-human-plays, gomoku)
23572         (gomoku-human-resigns, gomoku-prompt-for-other-game)
23573         (gomoku-offer-a-draw):
23574         * play/landmark.el (lm-human-resigns, lm):
23575         * net/eudcb-ldap.el (eudc-ldap-check-base):
23576         * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
23577         * progmodes/ebrowse.el (ebrowse-find-pattern):
23578         * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
23579         * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
23580         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
23582         * vc.el (vc-delete-file):
23583         * play/gomoku.el (gomoku-terminate-game, gomoku)
23584         (gomoku-prompt-for-move, gomoku-human-takes-back):
23585         * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
23586         (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
23588 2005-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
23590         * term/rxvt.el (rxvt-register-default-colors): Add support for 255
23591         color rxvt terminals by using the code xterm.el used to use before
23592         2005-04-09 in order to match the colors used by rxvt.
23594 2005-09-24  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
23596         * term/rxvt.el (rxvt-register-default-colors): Add support for 88
23597         colors rxvt-unicode terminals by using the same code as xterm.el.
23599 2005-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
23601         * textmodes/tex-mode.el (tex-font-lock-append-prop)
23602         (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
23603         new symbol used for the tex-verbatim face.
23605 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
23607         * woman.el (woman-file-name):
23608         * wid-edit.el (widget-file-prompt-value)
23609         (widget-coding-system-prompt-value):
23610         * w32-fns.el (set-w32-system-coding-system):
23611         * vc.el (vc-version-diff, vc-annotate):
23612         * textmodes/reftex-auc.el (reftex-arg-cite)
23613         (reftex-arg-index-tag):
23614         * textmodes/refer.el (refer-get-bib-files):
23615         * textmodes/artist.el (artist-figlet-choose-font):
23616         * terminal.el (terminal-emulator):
23617         * replace.el (occur-read-primary-args):
23618         * rect.el (string-rectangle, string-insert-rectangle):
23619         * ps-print.el (ps-print-preprint):
23620         * progmodes/pascal.el (pascal-goto-defun):
23621         * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
23622         * progmodes/compile.el (compilation-find-file):
23623         * printing.el (pr-interactive-n-up):
23624         * play/animate.el (animate-birthday-present):
23625         * net/rcompile.el (remote-compile):
23626         * man.el (man, Man-goto-section, Man-follow-manual-reference):
23627         * mail/rmailsum.el (rmail-summary-search-backward)
23628         (rmail-summary-search):
23629         * mail/rmailout.el (rmail-output-read-rmail-file-name)
23630         (rmail-output-read-file-name):
23631         * mail/rmail.el (rmail-search, rmail-search-backwards):
23632         * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
23633         * locate.el (locate):
23634         * international/quail.el (quail-show-keyboard-layout):
23635         * international/mule.el (set-buffer-file-coding-system)
23636         (revert-buffer-with-coding-system, set-file-name-coding-system)
23637         (set-terminal-coding-system, set-keyboard-coding-system)
23638         (set-next-selection-coding-system):
23639         * international/mule-diag.el (describe-coding-system)
23640         (describe-font, describe-fontset):
23641         * international/mule-cmds.el (universal-coding-system-argument)
23642         (search-unencodable-char, describe-input-method)
23643         (set-language-environment, describe-language-environment):
23644         * international/codepage.el (codepage-setup):
23645         * international/code-pages.el (codepage-setup):
23646         * info.el (Info-search, Info-follow-reference)
23647         (Info-search-backward):
23648         * emacs-lisp/advice.el (ad-read-advised-function)
23649         (ad-read-advice-class, ad-clear-cache, ad-activate)
23650         (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
23651         (ad-enable-advice, ad-disable-advice, ad-remove-advice)
23652         (ad-read-regexp):
23653         * ediff-util.el (ediff-toggle-regexp-match):
23654         * ediff-ptch.el (ediff-prompt-for-patch-file):
23655         * dired-aux.el (dired-diff):
23656         * diff.el (diff):
23657         * cus-edit.el (custom-variable-prompt):
23658         * calendar/timeclock.el (timeclock-ask-for-project):
23659         * calc/calcalg3.el (calc-get-fit-variables):
23660         * calc/calc-store.el (calc-edit-variable)
23661         (calc-permanent-variable):
23662         * vc-mcvs.el (vc-mcvs-register):
23663         * shadowfile.el (shadow-define-literal-group):
23664         * woman.el (woman-file-name):
23665         * vc.el (vc-version-diff, vc-merge):
23666         * textmodes/reftex-index.el (reftex-index-complete-tag):
23667         * format.el (format-decode-buffer, format-decode-region):
23668         * emulation/viper-cmd.el (viper-read-string-with-history):
23669         * emacs-lisp/debug.el (cancel-debug-on-entry):
23670         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
23671         * ediff.el (ediff-merge-revisions)
23672         (ediff-merge-revisions-with-ancestor, ediff-revision):
23673         * completion.el (interactive-completion-string-reader):
23674         * calc/calc-prog.el (calc-user-define-formula):
23675         Follow convention for reading with the minibuffer.
23677 2005-09-24  Steven Huwig  <steven_h@acm.org>  (tiny change)
23679         * progmodes/python.el (python-describe-symbol): Add globals() and
23680         locals() to the arguments of emacs.ehelp.
23682 2005-09-24  Magnus Henoch  <mange@freemail.hu>
23684         * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
23685         New function, code extracted from ispell-valid-dictionary-list.
23686         (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
23687         Call it.
23689 2005-09-24  Eli Zaretskii  <eliz@gnu.org>
23691         * subr.el (version-regexp-alist): Extend valid syntax for version
23692         strings: allow any of the characters -,_,+ to separate the
23693         alpha/beta/rc part from the version part.  Doc fix.
23694         (version-to-list): Doc fix.  Bind case-fold-search to t, as advertised.
23696 2005-09-23  David Reitter  <david.reitter@gmail.com>
23698         * mail/mailclient.el: New file.
23700 2005-09-23  Richard M. Stallman  <rms@gnu.org>
23702         * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
23703         (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
23704         Doc fixes.
23706         * progmodes/cc-mode.el (c-font-lock-init):
23707         Specify font-lock-lines-before.
23709 2005-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
23711         * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
23712         whole conflict.
23714 2005-09-23  Carsten Dominik  <dominik@science.uva.nl>
23716         * textmodes/org.el (org-mode-map, orgtbl-mode-map):
23717         Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix.  Make use
23718         of `remap' feature when available.  Additional key bindings for
23719         better tty support.
23720         (org-mode-restart, org-force-self-insert): New commands.
23721         (org-time-stamp-inactive): New command.
23722         (org-remap): New function.
23723         (org-table-auto-blank-field, org-level-color-stars-only): New options.
23724         (org-enable-fixed-width-editor): Move to `org-structure'
23725         customization group.
23726         (org-self-insert-command, orgtbl-self-insert-command): Modify to
23727         blank field after field motion commands.
23729 2005-09-23  Kenichi Handa  <handa@m17n.org>
23731         * international/mule-cmds.el (set-language-environment):
23732         Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
23733         have to call utf-translate-cjk-load-tables.
23735 2005-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
23737         * mouse.el (mouse-move-drag-overlay): Fix last change.
23739 2005-09-22  David Ponce  <david@dponce.com>
23741         * tree-widget.el (tree-widget-value-create): Fix previous change.
23743 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
23745         * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
23747 2005-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
23749         * mouse.el (mouse-move-drag-overlay): New function.
23750         (mouse-drag-region-1): Use it.
23751         Try to simplify a bit the state handling.  Handle clicks on links
23752         inside intangible areas.
23753         (mouse-save-then-kill): Minor simplification.
23754         (mouse-secondary-overlay): Make it always non-nil instead of
23755         recreating it each time.
23756         (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
23757         (mouse-kill-secondary, mouse-secondary-save-then-kill):
23758         Simplify accordingly.
23760 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
23762         * term/rxvt.el (rxvt-standard-colors): Fix some colors.
23764 2005-09-20  Michael Kifer  <kifer@cs.stonybrook.edu>
23766         * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
23767         (ediff-file-name-sans-prefix): Treat nil as an empty string.
23768         (ediff-fixup-patch-map): Better heuristic for intuiting the file names
23769         to patch.
23771         * ediff-util.el: Use insert-buffer-substring.
23773         * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
23775         * emulation/viper-cmd.el (viper-change-state): Don't move over the
23776         field boundaries in the minibuffer.
23777         (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
23778         (viper-minibuffer-post-command-hook): New hook.
23779         (viper-line): Don't move cursor at bolp.
23781         * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
23783         * emulation/viper-init.el: Add alias to make-variable-buffer-local to
23784         avoid compiler warnings.
23786         * emulation/viper-macs.el (ex-map): Better messages.
23788         * emulation/viper-utils.el (viper-beginning-of-field): New function.
23790         * emulation/viper.el: Replace make-variable-buffer-local with
23791         viper-make-variable-buffer-local everywhere, to avoid warnings.
23793 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
23795         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
23796         Delete unused var `old-selected-window'.
23797         (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
23798         (mouse-drag-secondary): Delete unused var `start-frame'.
23800 2005-09-19  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
23802         * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
23804 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
23806         * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
23807         Re-indent within 80 columns.  Use inhibit-read-only.
23809 2005-09-19  Romain Francoise  <romain@orebokech.com>
23811         * calendar/diary-lib.el (mark-diary-entries): Revert last change.
23813 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
23815         * font-lock.el (font-lock-default-fontify-region): Don't add a line
23816         unconditionally, since the after-change-function already did it.
23818 2005-09-19  Miles Bader  <miles@gnu.org>
23820         * net/newsticker.el: Get rid of CVS keyword.
23822 2005-09-19  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
23824         * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
23825         The prompt is formatted later.
23827 2005-09-19  David Ponce  <david@dponce.com>
23829         * tree-widget.el (tree-widget-value-create): Save the converted
23830         tree :node widget.
23832 2005-09-19  Juanma Barranquero  <lekktu@gmail.com>
23834         * progmodes/sh-script.el (sh-blink): Fix spurious reference to
23835         variable `message'.
23837 2005-09-18  Michael Albinus  <michael.albinus@gmx.de>
23839         * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
23840         to cover prompts like "login as:".  Reported by Slawomir Nowaczyk
23841         <slawomir.nowaczyk.847@student.lu.se>.
23843 2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
23845         * image.el (image-load-path): Use symbol `data-directory' instead
23846         of its value, for backward compatibility with packages that bind
23847         it during `find-image'.  Suggested by Katsumi Yamaoka.
23848         (image-search-load-path): Handle symbols whose values are strings.
23850 2005-09-18  Romain Francoise  <romain@orebokech.com>
23852         * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
23853         with-current-buffer form in save-excursion.
23855 2005-09-18  Deepak Goel  <deego@gnufans.org>
23857         * apropos.el (apropos-command): Fix `message' call: first arg
23858         should be a format spec.  In this and all other cases that appear
23859         below and elsewhere in the source code, I made a change only when
23860         two conditions were satisfied: [1] I can think of a possibility
23861         that the arguments would cause an error, for example, the code in
23862         question relies on external variables such as filenames.  [2] I
23863         was sure that the arg to `message' could not have been nil in the code.
23865         * textmodes/tildify.el (tildify-region): Ditto.
23867         * textmodes/reftex-index.el (reftex-index-change-entry)
23868         (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
23869         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
23870         * textmodes/org.el (org-complete, org-deadline, org-schedule)
23871         (org-priority, org-table-sum):
23872         * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
23873         * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
23874         (flyspell-word, flyspell-display-next-corrections):
23875         * textmodes/bibtex.el (bibtex-print-help-message):
23876         * textmodes/artist.el (artist-key-set-point-poly):
23877         * term/mac-win.el (mac-services-insert-text):
23878         * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
23879         (vhdl-hooked-abbrev, vhdl-template-insert-fun)
23880         (vhdl-port-paste-testbench, vhdl-compose-new-component)
23881         (vhdl-compose-configuration):
23882         * progmodes/sh-script.el (sh-blink, sh-show-indent)
23883         (sh-set-indent, sh-learn-line-indent):
23884         * progmodes/ps-mode.el (ps-mode-target-column):
23885         * progmodes/idlwave.el (idlwave-make-tags)
23886         (idlwave-scan-library-catalogs):
23887         * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
23888         * progmodes/gud.el (gud-jdb-analyze-source):
23889         * progmodes/flymake.el (flymake-log):
23890         * progmodes/ebnf2ps.el (ebnf-generate-region):
23891         * progmodes/cmacexp.el (c-macro-expansion):
23892         * progmodes/ada-xref.el (ada-treat-cmd-string):
23893         * progmodes/ada-mode.el (ada-create-case-exception-substring)
23894         (ada-justified-indent-current, ada-batch-reformat):
23895         * play/zone.el (zone):
23896         * play/landmark.el (lm-move):
23897         * play/decipher.el (decipher-show-alphabet):
23898         * net/newsticker.el (newsticker--display-jump)
23899         (newsticker--display-scroll):
23900         * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
23901         (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
23902         * mail/feedmail.el (feedmail-dump-message-to-queue):
23903         * eshell/esh-proc.el (eshell-remove-process-entry):
23904         * emulation/ws-mode.el (ws-last-error):
23905         * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
23906         (viper-record-kbd-macro):
23907         * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
23908         * emacs-lisp/lisp-mnt.el (lm-report-bug):
23909         * emacs-lisp/find-func.el (find-function-noselect):
23910         * calendar/timeclock.el (timeclock-status-string)
23911         (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
23912         (timeclock-when-to-leave-string):
23913         * calendar/icalendar.el (icalendar--convert-ical-to-diary):
23914         * calc/calc-units.el (calc-enter-units-table):
23915         * calc/calc-mode.el (calc-mode-record-mode):
23916         * woman.el (woman-mini-help):
23917         * wdired.el (wdired-change-to-wdired-mode):
23918         * vc.el (vc-retrieve-snapshot):
23919         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
23920         * startup.el (display-startup-echo-area-message):
23921         * simple.el (set-goal-column):
23922         * ses.el (ses-command-hook, ses-recalculate-cell):
23923         * server.el (server-process-filter):
23924         * printing.el (pr-interface-txt-print, pr-interface-printify)
23925         (pr-interface-ps):
23926         * pcvs.el (cvs-help):
23927         * log-edit.el (log-edit, log-edit-mode-help):
23928         * iswitchb.el (iswitchb-possible-new-buffer):
23929         * isearch.el (isearch-edit-string):
23930         * image-mode.el (image-mode, image-minor-mode):
23931         * ibuf-macs.el (define-ibuffer-filter):
23932         * hi-lock.el (hi-lock-find-patterns):
23933         * files.el (toggle-read-only):
23934         * ediff-util.el (ediff-copy-diff)
23935         (ediff-write-merge-buffer-and-maybe-kill):
23936         * echistory.el (Electric-history-undefined):
23937         * dnd.el (dnd-insert-text):
23938         * dired-aux.el (dired-query):
23939         * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
23940         * bookmark.el (bookmark-bmenu-locate):
23941         * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
23942         Fix `message' calls to ensure first arg is a format string.
23943         The change was made only when these two conditions were satisfied:
23944         [1] when there is a possibility that the arguments would cause an error
23945         for example, if the code in question relies on external variables
23946         such as filenames, and
23947         [2] if the arg to `message' could not have been nil in the code.
23949         * pcomplete.el (pcomplete--help): Fix `message' format spec.
23950         Not having a %s would be weird, though not technically wrong.
23952 2005-09-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
23954         * term/mac-win.el (mac-add-charset-info): Doc fix.
23956 2005-09-17  Romain Francoise  <romain@orebokech.com>
23958         * shell.el (shell-resync-dirs): Handle echoing processes more
23959         reliably.  Don't insert resync command if `comint-process-echoes'
23960         is non-nil.
23962 2005-09-17  Magnus Henoch  <mange@freemail.hu>
23964         * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
23965         (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
23966         aspell versions >= 0.60.
23967         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
23968         only if ispell-aspell-supports-utf8 is non-nil.
23970 2005-09-17  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
23972         * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
23973         buffer-local value to lisp-indent-function.
23975 2005-09-17  Milan Zamazal  <pdm@zamazal.org>
23977         * progmodes/glasses.el (glasses-make-readable): If
23978         glasses-separator differs from underscore, put appropriate
23979         overlays over underscore characters.
23980         (glasses-convert-to-unreadable): If glasses-separator differs from
23981         underscore, try to convert glasses-separator characters to
23982         underscores.
23984 2005-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
23986         * calendar/diary-lib.el (mark-diary-entries): Don't move point.
23987         Use with-syntax-table and dolist.
23989 2005-09-16  Carsten Dominik  <dominik@science.uva.nl>
23991         * textmodes/reftex-auc.el:
23992         * textmodes/reftex-cite.el:
23993         * textmodes/reftex-dcr.el:
23994         * textmodes/reftex-global.el:
23995         * textmodes/reftex-parse.el:
23996         * textmodes/reftex-ref.el:
23997         * textmodes/reftex-sel.el:
23998         * textmodes/reftex-toc.el:
23999         * textmodes/reftex-vars.el:
24000         * textmodes/reftex.el: Small changes to remove compiler warnings.
24002         * textmodes/reftex-index.el: Likewise.
24003         (reftex-query-index-phrase): More efficient use of markers.
24005 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
24007         * image.el (image-load-path): New variable.
24008         (image-search-load-path): New function.
24009         (find-image): Search for images in `image-load-path'.
24011 2005-09-15  Richard M. Stallman  <rms@gnu.org>
24013         * follow.el: Change Maintainer field.
24015 2005-09-15  David Ponce  <david@dponce.com>
24017         * recentf.el (recentf-save-file-modes): New option.
24018         (recentf-save-list): Use it.
24020 2005-09-15  Nick Roberts  <nickrob@snap.net.nz>
24022         * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
24023         (mode-line-mule-info, mode-line-modified): Move bindings from
24024         mouse-3 to mouse-1.
24026 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
24028         * simple.el (sendmail-user-agent-compose): Revert last change.
24030 2005-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
24032         * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
24033         Use with-current-buffer.
24034         (ange-ftp-gwp-start): Remove unused var `gw-user'.
24035         (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
24036         (ange-ftp-insert-directory): Remove unused var `short'.
24037         (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
24039         * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
24040         (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
24042         * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
24043         (check-calendar-holidays, diary-list-entries): Autoload.
24044         Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
24045         (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
24047         * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
24048         which mistakenly removed a call to display-buffer.
24050 2005-09-14  Juanma Barranquero  <lekktu@gmail.com>
24052         * obsolete/iso-insert.el: Move to obsolete/ from international/.
24054 2005-09-14  Thien-Thi Nguyen  <ttn@gnu.org>
24056         * progmodes/hideshow.el
24057         (hs-hide-comments-when-hiding-all): Remove autoload cookie.
24058         (hs-allow-nesting): New user var.
24059         (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
24060         (hs-hide-block-at-point): When nesting allowed,
24061         if there is already an overlay in place, delete it.
24062         (hs-safety-is-job-n): Delete func; remove call sites.
24063         (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
24064         (hs-overlay-at): New func.
24065         (hs-already-hidden-p, hs-show-block): Use it.
24066         (hs-hide-all): Don't pre-clean if nesting allowed.
24067         (hs-show-all): Temporarily disallow
24068         nesting around call to `hs-discard-overlays'.
24070 2005-09-14  Chong Yidong  <cyd@stupidchicken.com>
24072         * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
24073         Delete unused local var.
24075 2005-09-13  Juanma Barranquero  <lekktu@gmail.com>
24077         * help-fns.el (describe-categories): "?\ " -> "?\s".
24078         (help-do-arg-highlight): Recognize also ARG-n, as in
24079         `move-to-left-margin' (ARG+n is already recognized).  Simplify.
24081         * international/codepage.el (dos-unsupported-char-glyph):
24082         * net/newsticker.el (tool-bar-map, w3-mode-map)
24083         (w3m-minor-mode-map):
24084         * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
24085         (ent-alist):
24086         * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
24088 2005-09-13  Chong Yidong  <cyd@stupidchicken.com>
24090         * custom.el (custom-push-theme): Handle the case where a symbol is
24091         bound but face properties have not yet been assigned.
24093         * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
24094         Fix behavior if noerase is `t' and there is no mail buffer.
24096         * simple.el (sendmail-user-agent-compose): Use a new mail buffer
24097         if `continue' is nil, rather than signal an error.
24099 2005-09-12  Richard M. Stallman  <rms@gnu.org>
24101         * font-lock.el (font-lock-keywords): Add autoload.
24103         * help-fns.el (describe-variable): Rearrange to put source link
24104         in a predictable place.
24106         * net/newsticker.el: New file.
24108 2005-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
24110         * calendar/calendar.el (calendar-for-loop): Add edebug info.
24111         (calendar-basic-setup): Use the new nil arg.
24112         (number-of-diary-entries): Move to diary-lib.el.
24114         * calendar/diary-lib.el: Use with-current-buffer, match-string.
24115         (diary-list-entries): Use with-syntax-table and dolist.
24116         Rename from list-diary-entries.
24117         Use number-of-diary-entries if `number' is nil.
24118         (diary, diary-view-entries): Use this new name and new nil arg value.
24119         (number-of-diary-entries): Move from calendar.el.
24120         (diary-unhide-everything): New function.
24121         (include-other-diary-files, fancy-diary-display)
24122         (diary-show-all-entries, make-diary-entry): Use it.
24123         (diary-mail-entries): Use buffer-string.
24124         (mark-diary-entries): Fix long standing paren typo.
24125         (diary-sexp-entry): Use count-lines.
24126         (make-diary-entry): Avoid `previous-line'.
24127         (diary-mode-map): New var.
24128         (diary-mode): Redraw cal after saving.  Setup header-line.
24129         (fancy-diary-display-mode): Use local-set-key.
24131         * startup.el (command-line): Try calling various terminal-init-foo-bar
24132         functions by stripping hyphenated suffixes from $TERM.
24134         * files.el (normal-mode): Check boundness of font-lock-keywords.
24136 2005-09-12  Richard M. Stallman  <rms@gnu.org>
24138         * progmodes/compile.el: Don't decide a file's directory
24139         until the user actually tries to go there.
24140         (compilation-next-error-function):
24141         Pass compilation-find-file the directory from the file-struct.
24142         (compilation-internal-error-properties): Separate local FILE-STRUCT
24143         from FILE.  Doc the args better.  Rename arg FMT to FMTS.
24144         (compilation-find-file): Arg DIR renamed to DIRECTORY.
24145         Expand it, and if nil, use default-directory.
24146         (compilation-get-file-structure): Don't mix specified directory
24147         with default directory.  Put specified directory into
24148         file-struct.  Don't make the file name absolute.
24150         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
24151         (compile-command): Add autoload.
24152         (compilation-disable-input): Add autoload.
24154 2005-09-11  Stephen Gildea  <gildea@stop.mail-abuse.org>
24156         * time-stamp.el: Mention variable `time-stamp-pattern' in doc
24157         strings of the variables it can override.
24158         (time-stamp): New (as yet undocumented) time-stamp-format escapes
24159         %Q and %q, for fully-qualified domain name and unqualified host name.
24161 2005-09-11  Kim F. Storm  <storm@cua.dk>
24163         * emacs-lisp/authors.el (authors-aliases): Update list.
24164         (authors-fixed-entries): Update mldrag.el entry.
24166 2005-09-10  Alan Mackenzie  <acm@muc.de>
24168         * textmodes/page.el (narrow-to-page): Exclude _entire_ multi-line
24169         delimiter from the region narrowed to.
24171 2005-09-10  Magnus Henoch  <mange@freemail.hu>
24173         * textmodes/ispell.el (ispell-check-version): Signal an error if
24174         aspell version is less than 0.60.
24176 2005-09-10  Pascal Dupuis  <Pascal.Dupuis@esat.kuleuven.be>  (tiny change)
24178         * progmodes/octave-inf.el (inferior-octave-startup):
24179         Resync current dir at the end.
24181 2005-09-10  Emilio C. Lopes  <eclig@gmx.net>
24183         * woman.el (woman-topic-at-point-default):
24184         Rename to woman-use-topic-at-point-default.
24185         (woman-topic-at-point): Rename to woman-use-topic-at-point.
24186         (woman-file-name): Reflect renames above.  Automatically use the
24187         word at point as topic if woman-use-topic-at-point is non-nil.
24188         Otherwise offer it as default but don't insert it in the
24189         minibuffer.  Also use `test-completion' instead of `assoc' as
24190         suggested by Stefan Monnier.
24192 2005-09-10  Andre Spiegel  <spiegel@gnu.org>
24194         * vc.el (vc-directory, vc-update-change-log): Throw an error on
24195         the attempt to do it over Tramp.  This is not yet supported.
24197 2005-09-10  Eli Zaretskii  <eliz@gnu.org>
24199         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
24200         (menu-bar-non-minibuffer-window-p): New functions.
24201         ("Split Window", "Save As..."): Use them.
24202         ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
24203         ("Print Buffer", "Truncate Long Lines in this Buffer"):
24204         Use menu-bar-menu-frame-live-and-visible-p.
24205         ("Save Buffer", "Insert File", "Open Directory...")
24206         ("Open File...", "Visit New File..."):
24207         Use menu-bar-non-minibuffer-window-p.
24208         (kill-this-buffer-enabled-p, dired <menu-enable>):
24209         Use menu-bar-non-minibuffer-window-p.
24211 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
24213         * cus-start.el (all): Don't complain about fringe-related
24214         built-ins if fringes are not supported.  Ditto about
24215         selection-related built-ins.  Fix the test for GTK-related built-ins.
24217         * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
24218         ("Postscript Print Buffer", "Print Region", "Save As...")
24219         ("Save", "Insert File...", "Open Directory...")
24220         ("Open File...", "Visit New File..."")
24221         ("Truncate Long Lines in this Buffer"): Don't look at
24222         menu-updating-frame if this display does not support multiple frames.
24224 2005-09-09  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
24226         * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
24228 2005-09-09  Emilio C. Lopes  <eclig@gmx.net>
24230         * woman.el: Format- and whitespace-related changes.
24232 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
24234         * woman.el: Fix my email address.
24236 2005-09-08  Richard M. Stallman  <rms@gnu.org>
24238         * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
24239         (sh-mode): Locally set skeleton-pair-default-alist.
24241         * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
24243         * progmodes/flymake.el: Require `compile' unconditionally.
24245         * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
24247         * woman.el (woman-file-name): Provide a default, not initial input.
24249         * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
24251         * font-lock.el (font-lock-support-mode): Doc fix.
24253         * descr-text.el (describe-property-list): Handle non-symbol prop names.
24255 2005-09-08  Richard M. Stallman  <rms@gnu.org>
24257         * simple.el (blink-matching-open): Get rid of text props from
24258         the string shown in echo area.  Don't permanently set point.
24259         Some rearrangements.
24261 2005-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
24263         * recentf.el (recentf-filename-handler): Add custom choice
24264         `abbreviate-file-name'.
24266         * msb.el (msb--very-many-menus): Fix typo.
24268         * disp-table.el (standard-display-european): Don't set
24269         enable-multibyte-characters to nil.
24271 2005-09-08  David Ponce  <david@dponce.com>
24273         * recentf.el (recentf-show-file-shortcuts-flag): New option.
24274         (recentf-expand-file-name): Doc fix.
24275         (recentf-dialog-mode-map): Define digit shortcuts.
24276         (recentf--files-with-key): New variable.
24277         (recentf-show-digit-shortcut-filter): New function.
24278         (recentf-open-files-items): New function.
24279         (recentf-open-files): Use it.
24280         (recentf-open-file-with-key): New command.
24282 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
24284         * buff-menu.el (Buffer-menu-sort-by-column): New function.
24285         Suggested by Kim F. Storm.
24286         (Buffer-menu-sort-button-map): Global keymap for sort buttons.
24287         (Buffer-menu-make-sort-button): Use global keymap.
24289 2005-09-07  Michael Albinus  <michael.albinus@gmx.de>
24291         * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
24292         (Man-getpage-in-background-advice): Remove defadvice; it isn't
24293         necessary any longer with the remapped command.
24294         (Man-bgproc-sentinel-advice): Remove defadvice which counts
24295         formatting time only.
24297         * net/tramp.el (tramp-action-password)
24298         (tramp-multi-action-password): Compile the password prompt from
24299         `method', `user' and `host'.  Sometimes it isn't obvious which
24300         password to enter, for example with remote files offered by
24301         recentf.el, or with multiple steps.  Suggested by Robert Marshall
24302         <robert@chezmarshall.freeserve.co.uk>.
24304 2005-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
24306         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
24307         Fix regexp for when "s///" is at the beginning of line.
24309 2005-09-07  Jay Belanger  <belanger@truman.edu>
24311         * calc/calc-poly.el (math-expand-term): Multiply out any powers
24312         when in matrix mode.
24314 2005-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
24316         * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
24317         non-anonymous functions.
24319 2005-09-06  Chong Yidong  <cyd@stupidchicken.com>
24321         * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
24322         when using a header line.  Otherwise, use mouse-1-click-follows-link.
24324         * mouse.el (mouse-drag-header-line): Do nothing if the header-line
24325         can't be moved; don't signal an error.
24327 2005-09-05  Chong Yidong  <cyd@stupidchicken.com>
24329         * cus-theme.el (custom-theme-write-faces): Save the current face
24330         spec, not the defface spec.
24332         * custom.el (custom-known-themes): Clarify meaning of "standard".
24333         (custom-push-theme): Save old values in the standard theme.
24334         (disable-theme): Correct typo.
24335         (custom-face-theme-value): Deleted unused function.
24336         (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
24338 2005-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
24340         * progmodes/compile.el (compilation-goto-locus): Take into account
24341         iconified frames when determining whether the buffer is
24342         already visible.
24343         Don't reset window height if the window already existed.
24345 2005-09-04  Chong Yidong  <cyd@stupidchicken.com>
24347         * custom.el (load-theme): Rename from require-theme.
24348         Add interactive spec.
24349         (enable-theme): Rename from custom-enable-theme.
24350         Add interactive spec.
24351         (disable-theme): Rename from custom-disable-theme.
24352         Add interactive spec.
24353         (custom-make-theme-feature): Doc fix.
24354         (custom-theme-directory): Doc fix.
24355         (provide-theme): Call enable-theme.
24357 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
24359         * obsolete/lazy-lock.el (lazy-lock-mode):
24360         * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
24361         font-lock-mode if it's off.  Print a warning instead.
24363         * progmodes/compile.el (compilation-start): Ignore errors if the
24364         process died before we get to send-eof.
24366         * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
24367         Undo last change.  Enclosing the result in quotes broke things on Unix
24368         since tex-send-command passes it through shell-quote-argument.
24369         (tex-send-command): Pass `file' through convert-standard-filename
24370         when possible.
24371         (tex-uptodate-p): Handle the case where TeX hasn't put additional
24372         info in a transcript.
24374 2005-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
24376         * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
24377         fix compilation warning.  Reorder the key definitions to group
24378         together keys emitted by the current version of xterm.
24380         * progmodes/vhdl-mode.el (vhdl-highlight-faces)
24381         (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
24382         Reorder predicates to correct min-color usage.
24384 2005-09-01  Chong Yidong  <cyd@stupidchicken.com>
24386         * longlines.el (longlines-mode): Inhibit read-only when encoding.
24387         Kill local variables when longlines-mode is turned off.
24389 2005-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
24391         * international/mule-cmds.el (set-locale-environment): Soothe compiler.
24393         * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
24395         * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
24397         * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
24398         (font-lock-lines-before): Change default to being inactive.
24399         (font-lock-default-fontify-region): Obey font-lock-lines-before.
24400         (font-lock-after-change-function): Don't handle f-l-lines-before here.
24402 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
24404         * net/tramp.el (tramp-handle-make-auto-save-file-name):
24405         Deactivate temporarily advice if active (not needed for Emacs 22,
24406         but for backwards compatibility).
24407         (tramp-exists-file-name-handler): Rewrite.  First implementation
24408         was too simple.
24409         (tramp-advice-make-auto-save-file-name):
24410         Call `tramp-handle-make-auto-save-file-name' (again, just for
24411         backwards compatibility).
24413 2005-08-31  Reto Zimmermann  <reto@gnu.org>
24415         * progmodes/vhdl-mode.el
24416         (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
24417         (vhdl-end-p): Fix indentation bug "else" after "-- when".
24418         (vhdl-set-default-project): New function (easier setting of default).
24419         (vhdl-port-copy): Handle extended identifiers for generics.
24420         (vhdl-compiler-alist): Better description for error message regexp.
24421         (vhdl-make): Query for target, use previous as default.
24422         (vhdl-port-copy): Fix port copy for port names starting with "signal".
24423         (vhdl-font-lock-keywords-2): Fix fontification for record
24424         el. assign.
24425         (vhdl-speedbar-make-subpack-line): Add package body link.
24426         (vhdl-generate-makefile-1): Not include itself as dependency.
24427         (vhdl-font-lock-init): Highlight c-preprocessor directives.
24428         (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
24429         (vhdl-get-syntactic-context): Handle c-preprocessor directives.
24430         (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
24431         (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
24432         (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
24433         (vhdl-import-project): Add string argument for `error'.
24434         (vhdl-compose-configuration)
24435         (vhdl-compose-configuration-architecture): Add configuration
24436         declaration generation.
24437         (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
24438         (vhdl-trailer-re): Add "record" keyword (better indentation).
24439         (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
24440         "[^ \t-\"]+".
24441         (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
24442         (vhdl-testbench-entity-file-name)
24443         (vhdl-testbench-architecture-file-name): Allow separate
24444         customization of testbench file names.
24445         (vhdl-beginning-of-block): Handle optional subprogram parameter list.
24446         (vhdl-get-visible-signals): Allow newline within alias declaration.
24447         (vhdl-update-sensitivity-list): Signal read only on certain attributes.
24448         (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
24449         (member-ignore-case): Alias for missing function in XEmacs.
24450         (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
24451         (vhdl-update-sensitivity-list): Ignore case on read signals.
24452         (vhdl-replace-string): Adjust case only for file names.
24453         (vhdl-update-sensitivity-list): Fix search for read signals.
24454         (vhdl-update-sensitivity-list): Exclude formal parameters.
24455         (vhdl-get-visible-signals): Include aliases of signals.
24456         (vhdl-get-visible-signals): Fix signal name searching.
24457         (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
24458         (vhdl-fixup-whitespace-region): Fix for character
24459         literals (e.g. `:').
24461 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
24463         * ansi-color.el (comint-last-output-start):
24464         * bs.el (font-lock-verbose):
24465         * diff-mode.el (add-log-buffer-file-name-function):
24466         * dired-x.el (vm-folder-directory):
24467         * faces.el (help-xref-stack-item):
24468         * files.el (font-lock-keywords):
24469         * find-lisp.el (dired-buffers, dired-subdir-alist):
24470         * ido.el (cua-inhibit-cua-keys):
24471         * log-view.el (cvs-minor-wrap-function):
24472         * outline.el (font-lock-warning-face):
24473         * simple.el (compilation-current-error):
24474         * speedbar.el (ange-ftp-path-format, efs-path-regexp)
24475         (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
24476         * tooltip.el (comint-prompt-regexp):
24477         * w32-fns.el (explicit-shell-file-name):
24478         * term/mac-win.el (mac-charset-info-alist)
24479         (mac-services-selection, mac-system-script-code):
24480         * term/tty-colors.el (msdos-color-values):
24481         * term/w32-win.el (xlfd-regexp-registry-subnum):
24482         * term/x-win.el (x-keysym-table, x-selection-timeout)
24483         (x-session-id, x-session-previous-id):
24484         * textmodes/ispell.el (mail-yank-prefix):
24485         * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
24486         * textmodes/org.el (calc-embedded-close-formula)
24487         (calc-embedded-open-formula)
24488         (font-lock-unfontify-region-function):
24489         * textmodes/reftex-global.el (isearch-next-buffer-function)
24490         (TeX-master):
24491         * textmodes/reftex.el (font-lock-keywords):
24492         * textmodes/tex-mode.el (font-lock-comment-face)
24493         (font-lock-doc-face):
24494         * textmodes/texinfo.el (outline-heading-alist):
24495         Add defvars.
24497         * textmodes/artist.el (x-pointer-crosshair): Add defvar.
24498         (artist-spray-chars, artist-mode-init, artist-replace-string)
24499         (artist-select-erase-char, artist-vap-find-endpoints-horiz)
24500         (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
24501         (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
24503         * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
24504         (conf-align-assignments): "?\ " -> "?\s".
24506         * textmodes/reftex-index.el (TeX-master): Add defvar.
24507         (reftex-index-phrases-marker): Move up defvar.
24509         * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
24510         (reftex-toc-include-labels-indicator)
24511         (reftex-toc-include-index-indicator)
24512         (reftex-toc-max-level-indicator): Move up declarations.
24514         * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
24515         of args to `tramp-run-real-handler', even if it's empty in this case.
24517 2005-08-31  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
24519         * dired.el (dired-move-to-filename-regexp): Add date format for
24520         Mac OS X 10.3 in East Asian locales.
24522 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
24524         * files.el (make-auto-save-file-name): Add file name handler call
24525         if applicable.
24527         * net/tramp.el (tramp-file-name-handler-alist)
24528         (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
24529         (tramp-handle-make-auto-save-file-name): Rename from
24530         `tramp-make-auto-save-file-name'.
24531         (tramp-exists-file-name-handler): New defun.
24532         (tramp-advice-make-auto-save-file-name): Make defadvice only when
24533         `make-auto-save-file-name' is not a magic file name operation.
24535 2005-08-30  Richard M. Stallman  <rms@gnu.org>
24537         * files.el (risky-local-variable-p):
24538         Match `-predicates' and `-commands.
24540         * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
24541         (custom-save-all): Visit the file if necessary;
24542         kill the buffer if we created it.
24543         (custom-save-delete): Don't visit file or kill buffer here.
24545 2005-08-30  Carsten Dominik  <dominik@science.uva.nl>
24547         * textmodes/org.el (org-special-keyword): New face.
24548         (org-table-copy-down, org-table-eval-formula)
24549         (org-table-recalculate, org-init-section-numbers):
24550         Use `string-to-number' instead of `string-to-int'.
24551         (org-get-location): Use `insert-buffer-substring' instead of
24552         `insert-buffer'.
24553         (org-modify-diary-entry-string): New function.
24554         (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
24555         (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
24556         (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
24557         active region.
24558         (org-export-as-html): Handle QUOTE keyword.
24559         (org-quote-string): New option.
24560         (org-bookmark-jump-unhide): New function, used for
24561         `bookmark-after-jump-hook'.
24562         (org-diary-default-entry): Apply only when not called through
24563         `org-agenda'.
24565 2005-08-30  Juanma Barranquero  <lekktu@gmail.com>
24567         * net/eudc.el (mode-popup-menu):
24568         * play/handwrite.el (ps-printer-name, ps-lpr-command):
24569         * progmodes/ada-mode.el (compile-auto-highlight)
24570         (skeleton-further-elements):
24571         * progmodes/autoconf.el (font-lock-syntactic-keywords):
24572         * progmodes/cmacexp.el (msdos-shells):
24573         * progmodes/compile.el (font-lock-extra-managed-props)
24574         (font-lock-keywords, font-lock-maximum-size)
24575         (font-lock-support-mode):
24576         * progmodes/grep.el (font-lock-lines-before):
24577         * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
24578         * progmodes/mixal-mode.el (compile-command):
24579         * progmodes/perl-mode.el (font-lock-comment-face)
24580         (font-lock-doc-face, font-lock-string-face):
24581         * progmodes/prolog.el (comint-prompt-regexp):
24582         * progmodes/sh-script.el (font-lock-comment-face)
24583         (font-lock-set-defaults, font-lock-string-face):
24584         * progmodes/sql.el (font-lock-keyword-face)
24585         (font-lock-set-defaults, font-lock-string-face):
24586         * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
24587         (itimer-version, lazy-lock-defer-contextually)
24588         (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
24589         Add defvars.
24591         * progmodes/cperl-mode.el (cperl-electric-lbrace)
24592         (cperl-electric-keyword, cperl-electric-pod)
24593         (cperl-electric-backspace, cperl-forward-re)
24594         (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
24595         (vc-rcs-header, vc-sccs-header): Add defvars.
24597         * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
24598         (font-lock-syntactic-keywords, gud-find-expr-function):
24599         Add defvars.
24601         * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
24602         (gdb-frame-parameters): Declare before use.
24604         * progmodes/gud.el (gdb-active-process, gdb-define-alist)
24605         (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
24606         (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
24607         (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
24609         * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
24610         (idlwave-help-with-source): Use `insert-buffer-substring', not
24611         `insert-buffer'.
24613 2005-08-29  Juri Linkov  <juri@jurta.org>
24615         * outline.el (hide-entry, hide-leaves, outline-toggle-children):
24616         Put outline-back-to-heading function call inside save-excursion.
24618 2005-08-29  Juanma Barranquero  <lekktu@gmail.com>
24620         * man.el (Man-init-defvars, Man-translate-references)
24621         (Man-support-local-filenames, Man-highlight-references):
24622         * progmodes/sql.el (sql-interactive-mode):
24623         * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
24625         * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
24626         (compilation-mode-font-lock-keywords): Add defvars.
24627         (checkdoc-interactive-loop): "?\ " -> "?\s".
24629         * emacs-lisp/lisp-mode.el (font-lock-comment-face)
24630         (font-lock-doc-face, font-lock-string-face)
24631         (font-lock-keywords-case-fold-search): Add defvars.
24632         (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
24634         * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
24635         Don't pass X and Y (they are ignored anyway).
24636         (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
24637         (mouse-delete-window): Make arguments optional.
24639         * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
24640         (caesar-translate-table, minor-modes, news-buffer-save)
24641         (news-group-name, news-minor-modes): Add defvars.
24643         * emacs-lisp/lselect.el (mouse-highlight-priority)
24644         (x-lost-selection-functions, zmacs-regions):
24645         * emacs-lisp/pp.el (font-lock-verbose):
24646         * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
24647         * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
24648         (ses-mode-map):
24649         * emacs-lisp/tcover-unsafep.el (safe-functions):
24650         * international/mule-cmds.el (mac-system-coding-system)
24651         (mac-system-locale):
24652         * language/ethio-util.el (rmail-current-message)
24653         (rmail-message-vector):
24654         * language/thai-util.el (thai-auto-composition-mode):
24655         * mail/metamail.el (rmail-current-message, rmail-message-vector):
24656         * mail/mspools.el (rmail-inbox-list, vm-crash-box)
24657         (vm-folder-directory, vm-init-file, vm-init-file-loaded)
24658         (vm-primary-inbox, vm-spool-files):
24659         * mail/rmail.el (deleted-head, font-lock-fontified)
24660         (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
24661         (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
24662         (total-messages):
24663         * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
24664         (rmail-summary-mode-map):
24665         * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
24666         (rmail-last-label, rmail-last-multi-labels)
24667         (rmail-summary-vector, rmail-total-messages):
24668         * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
24669         * mail/rmailsum.el (msgnum):
24670         * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
24671         (rmail-current-message):
24672         * obsolete/fast-lock.el (font-lock-face-list):
24673         * obsolete/rnewspost.el (mail-reply-buffer):
24674         * obsolete/scribe.el (compile-command):
24675         * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
24677 2005-08-28  John Paul Wallington  <jpw@gnu.org>
24679         * ibuf-ext.el (ibuffer-auto-update-changed):
24680         Use `frame-or-buffer-changed-p' to check whether we need to update.
24681         (ibuffer-auto-mode): Don't advise `get-buffer-create' and
24682         `kill-buffer'.  Initialise `ibuffer-auto-buffers-changed'
24683         as a `frame-or-buffer-changed-p' state vector instead.
24685 2005-08-27  Romain Francoise  <romain@orebokech.com>
24687         * textmodes/makeinfo.el (makeinfo-compile):
24688         Use `compilation-start'.  Set `next-error-function' according to
24689         `disable-errors'.
24690         (makeinfo-next-error): New function.
24691         (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
24692         (makeinfo-buffer): Likewise.
24694         * progmodes/compile.el (compilation-start): Add autoload cookie.
24696         * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
24697         * textmodes/sgml-mode.el: Likewise.
24698         * progmodes/python.el: Likewise.
24700 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
24702         * simple.el (blink-matching-paren-distance): Document the meaning
24703         of nil value, and allow to customize to nil.
24705         * eshell/esh-ext.el (eshell-windows-shell-file): Look for
24706         command.com, not command.exe.
24708 2005-08-26  John Wiegley  <johnw@newartisans.com>
24710         * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
24711         code around a bit so that an extraneous nil argument is not added
24712         to a command when no args are given.
24714         * eshell/esh-arg.el (eshell-parse-double-quote): If a
24715         double-quoted argument resolves to nil, return it as an empty
24716         string rather than as nil.  This made it impossible to pass "" to
24717         a shell script as a null string argument.
24719 2005-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
24721         * outline.el (outline-invent-heading): New fun.
24722         (outline-promote, outline-demote): Use it.
24723         (outline-move-subtree-down): Remove unused vars `re' and `txt'.
24724         (outline-end-of-subtree): Remove unused var `opoint'.
24726 2005-08-26  David Reitter  <david.reitter@gmail.com>
24728         * menu-bar.el (truncate-lines, write-file, print-buffer)
24729         (ps-print-buffer-faces, ps-print-buffer, split-window):
24730         Disable menu items when the frame they refer to is invisible, or when
24731         they refer to a buffer and the minibuffer is selected.
24733 2005-08-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
24735         * progmodes/flymake.el (flymake-highlight-err-lines):
24736         Use save-excursion around flymake-highlight-line to preserve point.
24738 2005-08-26  Eli Zaretskii  <eliz@gnu.org>
24740         * progmodes/octave-mod.el: Change Author and Maintainer address.
24741         (octave-maintainer-address): Change Kurt's email address.
24742         * progmodes/octave-inf.el: Change Author and Maintainer address.
24743         * progmodes/octave-hlp.el: Change Author and Maintainer address.
24745 2005-08-26  Kim F. Storm  <storm@cua.dk>
24747         * subr.el (version-list-<, version-list-<=, version-list-=):
24748         Rename from integer-list-*.
24749         (version-list-not-zero): Likewise.  Fix while loop.
24750         (version=): Use version-list-= instead of string-equal.
24752 2005-08-26  Richard M. Stallman  <rms@gnu.org>
24754         * outline.el (outline-promote): Try shortening the heading.
24755         As last resort, read the heading to use.
24756         (outline-demote): As last resort, read the heading to use.
24758 2005-08-26  Romain Francoise  <romain@orebokech.com>
24760         * progmodes/compile.el (compilation-start): Doc fix.
24762         * progmodes/antlr-mode.el (antlr-default): Fix defface form.
24763         (antlr-font-lock-additional-keywords): Fix reference to
24764         `antlr-font-lock-literal-regexp' erroneously changed during the
24765         mass face rename.
24766         (antlr-run-tool): Use `compilation-start'.
24768         * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
24769         instead of the obsolete `compile-internal'.
24771 2005-08-26  Juanma Barranquero  <lekktu@gmail.com>
24773         * calendar/cal-bahai.el (date, displayed-month, displayed-year)
24774         (number, original-date):
24775         * calendar/cal-china.el (date):
24776         * calendar/cal-coptic.el (date):
24777         * calendar/cal-french.el (date):
24778         * calendar/cal-hebrew.el (date, entry, number, original-date):
24779         * calendar/cal-islam.el (date, number, original-date):
24780         * calendar/cal-iso.el (date):
24781         * calendar/cal-julian.el (date):
24782         * calendar/cal-mayan.el (date):
24783         * calendar/cal-menu.el (date, event):
24784         * calendar/cal-persia.el (date):
24785         * calendar/lunar.el (date):
24786         * calendar/solar.el (date): Add defvars.
24788         * emerge.el:
24789         * ibuffer.el:
24790         * info-xref.el:
24791         * obsolete/bg-mouse.el:
24792         * obsolete/sun-curs.el:
24793         * obsolete/swedish.el: Move the `defvar's to the top level.
24795         * smerge-mode.el (smerge-refined-change): Add :group.
24797 2005-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
24799         * smerge-mode.el (smerge-remove-props): Make the args non-optional.
24800         (smerge-keep-n): Remove props.
24801         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
24802         (smerge-keep-current, smerge-kill-current): Don't remove props anymore
24803         now that it's done in smerge-keep-n.
24804         (smerge-refined-change): New face.
24805         (smerge-refine-chopup-region, smerge-refine-highlight-change)
24806         (smerge-refine): New funs.
24807         (smerge-basic-map): Bind smerge-refine.
24809 2005-08-25  Juri Linkov  <juri@jurta.org>
24811         * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
24812         compilation-process-setup-function and compilation-disable-input
24813         in grep-mode instead of let-bindings in grep.
24815         * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
24816         Delete "Automatic File De/compression" (auto-compression-mode).
24818 2005-08-25  Juanma Barranquero  <lekktu@gmail.com>
24820         * obsolete/bg-mouse.el: Move to obsolete/ from term/.
24821         Silence warning about non-existent variable.
24823 2005-08-25  Richard M. Stallman  <rms@gnu.org>
24825         * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
24826         Rename "Describe Key" to "Describe Key or Mouse Operation".
24828         * mail/mailalias.el (build-mail-aliases): Delete comments
24829         from the contents before processing them.
24831         * isearch.el (isearch-edit-string): Erase the Search prompt
24832         if user enters an empty string and there is no default.
24834         * comint.el (comint-file-name-prefix): Add autoload.
24836 2005-08-25  Joe Corneli  <jcorneli@math.utexas.edu>
24838         * subr.el (play-sound): Rearrange to avoid warning.
24840 2005-08-25  Carsten Dominik  <dominik@science.uva.nl>
24842         * calendar/diary-lib.el (diary-modify-entry-list-string-function):
24843         New hook.
24844         (add-to-diary-list): Call `diary-modify-entry-list-string-function'.
24846 2005-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
24848         * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
24850         * custom.el (custom-theme-set-variables): Sort minor modes last.
24852 2005-08-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
24854         * subr.el (version-separator, version-regexp-alist): New vars used by
24855         version comparison funs.
24856         (integer-list-<, integer-list-=, integer-list-<=)
24857         (integer-list-not-zero): New funs for integer list comparison.
24858         (version-to-list, version=, version<, version<=): New funs for version
24859         comparison.
24861 2005-08-24  Juanma Barranquero  <lekktu@gmail.com>
24863         * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
24864         (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
24865         time to silence the byte-compiler.
24867         * ibuffer.el (ibuffer-compile-make-eliding-form)
24868         (ibuffer-check-formats): Use `with-no-warnings' to hide references
24869         to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
24870         so it's silly to get warnings for it).
24871         (ibuffer-auto-mode, ibuffer-cached-filter-formats)
24872         (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
24873         (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
24874         (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
24875         (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
24876         (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
24877         Defvar at compile time.
24878         (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
24879         (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
24880         Declare them before use.
24882         * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
24883         (info-xref-good, info-xref-bad): Defvar at compile time.
24885         * obsolete/mlsupport.el (filter-region, execute-monitor-command):
24886         Use `let*' instead of `let'.
24888         * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
24889         (*mouse-y*, menu, char): Defvar at compile time.
24890         (sc::menu): Declare it before use.
24891         (sc::pack-one-line): Use `let', not `let*'.
24893         * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
24894         (mail-send-hook): Defvar at compile time.
24896         * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
24897         Defvar at compile time.
24899         * term/sun-mouse.el (current-global-mousemap)
24900         (current-local-mousemap): Declare them before use.
24902 2005-08-24  Carsten Dominik  <dominik@science.uva.nl>
24904         * bookmark.el (bookmark-after-jump-hook): New hook.
24905         (bookmark-jump): Run `bookmark-after-jump-hook'.
24907 2005-08-23  Juri Linkov  <juri@jurta.org>
24909         * faces.el (minibuffer-prompt): Doc fix.
24911 2005-08-23  Juanma Barranquero  <lekktu@gmail.com>
24913         * progmodes/xscheme.el: Trivial changes to silence warnings.
24914         (xscheme-previous-mode, xscheme-previous-process-state):
24915         Add defvars.
24916         (xscheme-last-input-end, xscheme-process-command-line)
24917         (xscheme-process-name, xscheme-buffer-name)
24918         (xscheme-expressions-ring-max, xscheme-expressions-ring)
24919         (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
24920         (xscheme-control-g-synchronization-p)
24921         (xscheme-control-g-disabled-p, xscheme-string-receiver)
24922         (default-xscheme-runlight, xscheme-runlight)
24923         (xscheme-runlight-string, xscheme-process-filter-state)
24924         (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
24925         Move to beginning of file.
24926         (scheme-interaction-mode-commands-alist)
24927         (scheme-interaction-mode-map, scheme-debugger-mode-map):
24928         Declare them before use.  Note: the initialization code for the
24929         variables has not been moved because it uses functions that reference
24930         the variables.
24931         (xscheme-control-g-message-string, xscheme-process-filter-alist)
24932         (xscheme-prompt-for-expression-map): Declare them before use.
24933         (scheme-debugger-mode-commands): "?\ " -> "?\s".
24935 2005-08-23  Ed Swarthout  <ed.swarthout@gmail.com>  (tiny change)
24937         * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
24939 2005-08-22  Juri Linkov  <juri@jurta.org>
24941         * faces.el (set-face-underline): Delete this duplicate function
24942         and make an obsolete alias to set-face-underline-p.
24943         (set-face-underline-p): Use docstring of set-face-underline.
24944         (describe-face): Create hyperlink to parent face.
24946         * info.el (Info-insert-dir): Use save-excursion around
24947         insert-buffer-substring.
24948         (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
24949         (Info-escape-percent): Delete function.
24950         (Info-fontify-node): Replace Info-escape-percent by
24951         replace-regexp-in-string with REP arg set to lambda that
24952         duplicates `%' and preserves text properties.
24954         * progmodes/compile.el (compilation-disable-input): Doc fix.
24955         (define-compilation-mode): Doc fix and refill.
24956         (kill-compilation): Use `mode-name' in the error message.
24957         (compilation-find-file): Use `compilation-error' in the
24958         read-file-name's prompt.
24960 2005-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
24962         * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
24963         (smerge-auto-leave): Make undo re-enable the mode.
24964         (debug-ignored-errors): Add the user-error of impossible resolution.
24965         (smerge-resolve): Move things around a bit, in preparation for later.
24966         (smerge-diff): Don't fail if the buffer has no associated file.
24967         (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
24968         (smerge-conflict-overlay): New function.
24969         (smerge-match-conflict): Don't add text properties here.
24970         (smerge-find-conflict): Instead, add an overlay here.
24971         Also check for the case where we're inside a conflict already, so as to
24972         obviate the need for font-lock-multiline, which is unbearably slow with
24973         large conflicts and ciomplex font-lock patterns.
24974         (smerge-remove-props): Remove overlay rather than text-properties.
24975         (smerge-mode): Don't set font-lock-multiline.
24976         Remove overlays when turned off.
24978 2005-08-21  Kim F. Storm  <storm@cua.dk>
24980         * ido.el (ido-ignore-item-p): Use save-match-data.
24981         Bind case-fold-search to ido-case-fold locally.
24983 2005-08-20  Richard M. Stallman  <rms@gnu.org>
24985         * files.el (normal-mode): If font lock is on, turn it off and on.
24987         * subr.el (replace-regexp-in-string): Doc fix.
24989         * startup.el (command-line-1): Don't suppress startup screen
24990         due to existing processes.
24992         * progmodes/grep.el (grep): Bind compilation-disable-input to t.
24994         * progmodes/compile.el (compilation-disable-input): Default to nil.
24996 2005-08-20  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
24998         * progmodes/compile.el (compilation-disable-input): New defcustom.
24999         (compilation-start): If compilation-disable-input is non-nil, send
25000         EOF to the compilation process.
25002 2005-08-20  Eli Zaretskii  <eliz@gnu.org>
25004         * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
25005         Run the argument of tex-shell-cd-command through
25006         convert-standard-filename, to get the correct style of slashes on
25007         Windows, and enclose the result in quotes, in case the file name
25008         includes whitespace or other special characters.
25010 2005-08-19  Andreas Schwab  <schwab@suse.de>
25012         * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
25013         process.
25015 2005-08-18  Luc Teirlinck  <teirllm@auburn.edu>
25017         * cus-start.el (minibuffer-prompt-properties): Correct typo.
25019 2005-08-18  Kim F. Storm  <storm@cua.dk>
25021         * scroll-lock.el: Fix errors due to incorrect line wrapping.
25023 2005-08-18  Richard M. Stallman  <rms@gnu.org>
25025         * scroll-lock.el: New file.
25027 2005-08-18  Thien-Thi Nguyen  <ttn@gnu.org>
25029         * dired.el (dired-move-to-end-of-filename):
25030         Handle fifo as rendered by "ls -lF": Don't include trailing "|".
25032 2005-08-18  Kim F. Storm  <storm@cua.dk>
25034         * ido.el (ido-everywhere): Fix defcustom :set function to disable
25035         rather than toggle mode when custom value is nil.
25036         (ido-everywhere): Fix defun doc string.
25038 2005-08-17  Richard M. Stallman  <rms@gnu.org>
25040         * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
25041         as tag instead of "Inviolable".
25043 2005-08-17  Kim F. Storm  <storm@cua.dk>
25045         * windmove.el (windmove-coordinates-of-position): Remove.
25046         (windmove-coordinates-of-window-position): Remove.
25047         (windmove-reference-loc): Use posn-at-point instead.
25049         * subr.el (insert-for-yank-1): Doc fix.
25051         * ido.el (ido-enter-matching-directory): Rename from
25052         ido-enter-single-matching-directory.  Change `slash' choice to
25053         `only'.  Add `first' choice.
25054         (ido-exhibit): Adapt to above changes.
25056 2005-08-16  Luc Teirlinck  <teirllm@auburn.edu>
25058         * Makefile.in: Expand comment about building loaddefs.el.
25060 2005-08-16  Nick Roberts  <nickrob@snap.net.nz>
25062         * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
25063         Comment use of defadvice.
25065         * progmodes/gud.el (gud-jump): Rework for gdb-ui.
25067 2005-08-15  Dan Nicolaescu  <dann@ics.uci.edu>
25069         * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
25070         * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
25071         * progmodes/gdb-ui.el, progmodes/idlw-help.el,
25072         * progmodes/idlw-shell.el, progmodes/ld-script.el,
25073         * progmodes/which-func.el, ruler-mode.el, strokes.el,
25074         * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
25075         for backward compatibility for faces that did not appear in the
25076         previous Emacs release.
25078         * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
25080 2005-08-15  Kim F. Storm  <storm@cua.dk>
25082         * emulation/cua-base.el (cua-delete-region): Return t if
25083         deleted region was non-empty.
25084         (cua-replace-region): Inhibit overwrite-mode for
25085         self-insert-command if replaced region was non-empty.
25086         (cua--explicit-region-start, cua--status-string): Make them
25087         buffer-local at top-level...
25088         (cua-mode): ...rather than when mode is enabled.
25090 2005-08-15  Thien-Thi Nguyen  <ttn@gnu.org>
25092         * progmodes/vhdl-mode.el (vhdl-emacs-21):
25093         Set t for Emacs 21, 22, and so on.
25095 2005-08-15  David Ponce  <david@dponce.com>
25097         * tree-widget.el: Update Commentary header.
25098         (tree-widget-theme): Doc fix.
25099         (tree-widget-space-width): New option.
25100         (tree-widget-image-properties): Look up in the default theme too.
25101         (tree-widget--cursors): Only for images with arrow pointer shape.
25102         (tree-widget-lookup-image): Pointer shape is hand by default.
25103         (tree-widget-icon): Rename generic icon widget from
25104         `tree-widget-control'.
25105         (tree-widget-*-icon): Rename from `tree-widget-*-control' and
25106         derive from `tree-widget-icon'.
25107         (tree-widget-handle): Improve default look and feel of the text
25108         representation.
25109         (tree-widget): Rename :*-control properties to :*-icon properties.
25110         Add :action and :help-echo properties.
25111         (tree-widget-after-toggle-functions): Move.
25112         (tree-widget-close-node, tree-widget-open-node): Remove.
25113         (tree-widget-before-create-icon-functions): New hook.
25114         (tree-widget-value-create): Update to allow customization of icons
25115         and nodes at run-time via that new hook.
25116         (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
25117         (tree-widget-icon-action, tree-widget-icon-help-echo)
25118         (tree-widget-action, tree-widget-help-echo): New functions.
25120 2005-08-15  Kim F. Storm  <storm@cua.dk>
25122         * ido.el (ido-buffer-internal): Use with-no-warnings.
25123         (ido-make-merged-file-list): Use while-no-input.
25125 2005-08-15  Richard M. Stallman  <rms@gnu.org>
25127         * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
25128         (flyspell-large-region): Fix doc and custom type.
25130 2005-08-14  Richard M. Stallman  <rms@gnu.org>
25132         * files.el (interpreter-mode-alist): Doc fix.
25134         * mail/rmail.el (rmail-nonignored-headers): New variable.
25135         (rmail-clear-headers): Use it.
25136         (rmail-reply): Better handling of mail-followup-to header.
25138         * progmodes/sh-script.el (sh-font-lock-keywords-var):
25139         Rename variable from sh-font-lock-keywords.  In the `shell' entry,
25140         don't try to refer to executable-font-lock-keywords.
25141         (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
25142         (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
25143         (sh-font-lock-keywords): Append executable-font-lock-keywords here.
25144         (sh-mode): Set comment-start-skip, local-abbrev-table,
25145         imenu-case-fold-search.
25146         (sh-set-shell): Don't set them here.
25147         (sh-feature): Simplify.  Get rid of the eval-a-variable feature.
25148         Don't cache the results in the original alist; don't ever modify
25149         that alist.
25151         * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
25153         * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
25154         empty.
25156 2005-08-15  Andreas Schwab  <schwab@suse.de>
25158         * desktop.el: Put autoload cookie at risky-local-variable declarations.
25160         * dired.el, info.el, mail/rmail.el: Revert last change.
25162 2005-08-14  Thien-Thi Nguyen  <ttn@gnu.org>
25164         * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
25165         modification in `eval-after-load' form.
25166         * info.el: Likewise.
25167         * mail/rmail.el: Likewise.
25169 2005-08-14  Juri Linkov  <juri@jurta.org>
25171         * progmodes/compile.el (compilation-mode-font-lock-keywords):
25172         Remove highlighting of "Compilation started".  Highlight only
25173         the word "finished" in "Compilation finished".  Add highlighting
25174         of "interrupt", "killed", "terminated" and the exit code.
25175         (compilation-start): Add newline after header.  Use exactly the
25176         same time stamp format as the finishing message.
25177         (compilation-mode-map): Add ellipsis to "Search Files (grep)".
25179         * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
25180         (grep-mode-font-lock-keywords): Don't highlight "Grep started".
25181         Add highlighting of "interrupt", "killed", "terminated".
25183         * delsel.el (delete-selection-pre-hook): If overwrite-mode is
25184         enabled and the current command is self-insert-command, call it
25185         explicitly with overwrite-mode bound to nil, to not allow it
25186         to delete the character after the selected region.
25188 2005-08-12  Matt Hodges  <MPHodges@member.fsf.org>
25190         * emacs-lisp/eldoc.el: Add move-beginning-of-line,
25191         move-end-of-line, end-of-line, and beginning-of-line to the list
25192         of commands after which the echo area is updated.
25194 2005-08-12  Eli Zaretskii  <eliz@gnu.org>
25196         * cus-edit.el (custom-save-all, custom-save-delete):
25197         Bind recentf-exclude to exclude custom-file.
25199 2005-08-12  Ehud Karni  <ehud@unix.mvs.co.il>
25201         * mail/rmailsum.el (rmail-summary-end-of-message): New command
25202         to go to the bottom of the mail message.  Added to
25203         `rmail-summary-mode-map' with key "/".
25204         (rmail-summary-show-message): New (internal) function for use by
25205         both `rmail-summary-beginning/end-of-message'.
25206         (rmail-summary-beginning-of-message): Change to use
25207         rmail-summary-show-message.
25209         * mail/rmail.el (rmail-end-of-message): New command to go to the
25210         end of the current message.  Added to `rmail-mode-map' with key "/".
25211         (rmail-beginning-of-message): Fix to work as documented.
25212         (rmail-mode): Change documentation.
25214         * progmodes/compile.el (compilation-start): Add the line
25215         "Compilation started" with compilation start time.
25216         (compilation-mode-font-lock-keywords): Add `started' to keywords.
25218 2005-08-11  Luc Teirlinck  <teirllm@auburn.edu>
25220         * menu-bar.el (menu-bar-options-menu): Standardize capitalization
25221         of menu items.
25223 2005-08-11  Richard M. Stallman  <rms@gnu.org>
25225         * simple.el (pop-global-mark): Reverse test of widen-automatically.
25227         * battery.el (battery-status-function): Don't use ignore-errors.
25229 2005-08-11  Lute Kamstra  <lute@gnu.org>
25231         * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
25232         define-obsolete-variable-alias.
25234 2005-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
25236         * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
25237         (ange-ftp-send-cmd): Revert last change, and expand
25238         the comment explaining the problem.
25240 2005-08-10  Luc Teirlinck  <teirllm@auburn.edu>
25242         * ldefs-boot.el: Update.
25244         * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
25245         item to "Time, Load and Mail".  Change help echo text.
25247         * time.el (display-time-use-mail-icon, display-time-format)
25248         (display-time-string-forms): Shorten first line of docstrings.
25250 2005-08-10  Lars Hansen  <larsh@soem.dk>
25252         * desktop.el (desktop-buffer-mode-handlers):
25253         Make non-customizable.  Add autoload cookie.  Change initial value to
25254         nil; add elements in respective modules instead.  Fix doc string.
25255         (desktop-load-file): New function.
25256         (desktop-minor-mode-handlers): New autoloaded variable.
25257         (desktop-create-buffer): Call minor mode handlers.
25258         Use desktop-load-file to load major and minor mode modules prior to
25259         checking for a handler.
25260         (desktop-save): Don't add nil to desktop-minor-modes for minor
25261         modes with nil function in desktop-minor-mode-table.  Don't delete
25262         desktop file before rewriting it.
25263         (desktop-locals-to-save): Add autoload cookie.  Don't make
25264         automatically buffer-local.  Add variables column-number-mode,
25265         size-indication-mode, indent-tabs-mode,
25266         indicate-buffer-boundaries, indicate-empty-lines and
25267         show-trailing-whitespace.
25268         (desktop-clear): Allow desktop-clear-preserve-buffers to contain
25269         regexps.  Don't use desktop-clear-preserve-buffers-regexp.
25270         (desktop-clear-preserve-buffers-regexp): Delete.
25271         (desktop-clear-preserve-buffers): Update initial value and docstring.
25272         (desktop-save-buffer): Fix doc string.
25274         * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
25275         (hilit-chg-desktop-restore): New function.
25276         (highlight-changes-mode): Add highlight-changes-mode to
25277         desktop-locals-to-save.
25279         * dired.el: Add handler to desktop-buffer-mode-handlers.
25280         (dired-restore-desktop-buffer): Remove autoload cookie.
25281         (dired-mode): Add autoload cookie.
25283         * info.el: Add handler to desktop-buffer-mode-handlers.
25284         (Info-restore-desktop-buffer): Remove autoload cookie.
25285         (Info-mode): Add autoload cookie.
25287         * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
25288         (mh-restore-desktop-buffer): Remove autoload cookie.
25289         (mh-folder-mode): Add autoload cookie.
25291         * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
25292         (rmail-restore-desktop-buffer): Remove autoload cookie.
25294 2005-08-11  Masatake YAMATO  <jet@gyve.org>
25296         * hexl.el (hexl-address-region):
25297         (hexl-ascii-region, hexl-font-lock-keywords):
25298         (hexl-highlight-line-range): Use the term "region"
25299         instead of "area" for consistency with the other symbols
25300         defined in hexl.el.
25302 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
25304         * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
25305         correct group: it is set with `menu-bar-make-mm-toggle' (pointed
25306         out by Juri Linkov).  Add `display-battery-mode'.
25308 2005-08-09  Juri Linkov  <juri@jurta.org>
25310         * progmodes/compile.el (compilation-mode-font-lock-keywords):
25311         Remove `-text' from face variable names.
25312         (compilation-error-file-name, compilation-warning-file-name)
25313         (compilation-info-file-name): Delete faces.
25314         (compilation-line-number, compilation-column-number):
25315         Remove face underlining.
25316         (compilation-message-face): Set to `underline' value by default.
25317         (compilation-error-face, compilation-warning-face)
25318         (compilation-info-face): Remove `-file-name' from face names.
25319         (compilation-error-text-face, compilation-warning-text-face)
25320         (compilation-info-text-face): Delete face variables.
25321         (compilation-text-face): Delete function.
25323         * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
25324         (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
25325         (grep-error-face): Set to `compilation-error' instead of
25326         `compilation-error-face' (which is redefined to `grep-hit-face' in
25327         grep buffers).
25328         (grep-mode-font-lock-keywords): Remove `-text' from face variable
25329         names.  Use `grep-error-face' instead of `compilation-error-text-face'.
25331         * dired-aux.el (dired-do-query-replace-regexp):
25332         Use `query-replace-read-args'.
25334         * replace.el (query-replace-read-from, query-replace-read-to)
25335         (query-replace-read-args): Rename arg `string' to `prompt'.
25337         * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
25339 2005-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
25341         * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
25342         uploading files.
25343         (ange-ftp-canonize-filename): Handle file names beginning with ~
25344         correctly.
25346 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
25348         * textmodes/fill.el (canonically-space-region)
25349         (fill-context-prefix, fill-french-nobreak-p)
25350         (fill-delete-newlines, fill-comment-paragraph)
25351         (justify-current-line): "?\ " -> "?\s".
25353 2005-08-09  Ben North  <ben@redfrontdoor.org>  (tiny change)
25355         * textmodes/fill.el (fill-nonuniform-paragraphs):
25356         Improve argument/docstring consistency.
25358 2005-08-09  Richard M. Stallman  <rms@gnu.org>
25360         * textmodes/ispell.el (ispell-word): More fboundp checks.
25362         * files.el (find-file-noselect): Don't call set-buffer-major-mode.
25363         (find-file-noselect-1): Call it here, only if RAWFILE.
25364         (normal-mode): Always set some major mode.
25365         (save-some-buffers-action-alist): Change some explanation strings.
25366         (file-name-non-special): In the `quote' method, use unwind-protect.
25368 2005-08-09  Magnus Henoch  <mange@freemail.hu>
25370         * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
25371         (ispell-have-aspell-dictionaries): New variable.
25372         (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
25373         (ispell-get-aspell-config-value): New function.
25374         (ispell-aspell-find-dictionary): New function.
25375         (ispell-aspell-add-aliases): New function.
25376         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
25377         appropriate.  Don't look for ispell dictionaries if we use aspell.
25378         (ispell-menu-map): Don't build a submenu of dictionaries.
25380 2005-08-09  Richard M. Stallman  <rms@gnu.org>
25382         * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
25383         (sql-read-passwd): Use read-passwd.
25385         * progmodes/idlw-toolbar.el (idlwave-toolbar)
25386         (idlwave-toolbar-is-possible): Add defvars.
25388         * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
25389         Avoid warnings.
25391         * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
25392         (idlwave-system-class-info, idlwave-executive-commands-alist):
25393         Use defvar.
25395         * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
25397         * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
25398         Avoid warnings.
25400         * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
25401         and content-type: headers.
25403         * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
25405         * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
25406         and rename some of them to be more self-explanatory.
25408         * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
25410         * startup.el (command-line-1): Implement -scriptload.
25412         * replace.el (occur-engine): Initial *Occur* output not undoable.
25414         * menu-bar.el (menu-bar-file-menu): Rename some menu items
25415         and improve help strings.
25417         * isearch.el (isearch-repeat): When changing direction,
25418         mark search successful.
25420         * ediff-init.el: Use (featurep 'xemacs).
25422         * comint.el (send-invisible): Identify buffer, if not selected.
25424         * align.el: Delete autoload for c-guess-basic-syntax.
25426 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
25428         * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
25429         Improve argument/docstring consistency.  Doc fixes.
25430         (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
25431         (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
25432         (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
25433         (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
25434         (r2bv-organization, r2bv-pages, r2bv-primary-author)
25435         (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
25436         (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
25437         Defvar at compile time.
25439 2005-08-09  Juri Linkov  <juri@jurta.org>
25441         * info.el: Replace `info' with upper-case `Info' where appropriate.
25442         (info-title-1, info-title-2, info-title-3, info-title-4)
25443         (info-menu-header): Move up face definitions.
25444         (info-menu-star): Rename from `info-menu-5'.
25445         (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
25446         (Info-fontify-visited-nodes): Fix docstring.
25447         (Info-hide-note-references): Fix docstring.
25448         (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
25449         menu items in the same way as on cross-references.
25450         (info-apropos): Fix sorting order and formatting to be like in the
25451         stand-alone Info browser.  Display error messages for 1 sec.
25452         (Info-mode-map): Move down `c' key binding.  Bind `^' to `Info-up'.
25453         (Info-mode-menu): Remove item for `Info-search-case-sensitively'
25454         from the menu bar.
25455         (Info-insert-dir): Restore point after calling
25456         `insert-buffer-substring'.
25458 2005-08-08  Richard M. Stallman  <rms@gnu.org>
25460         * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
25461         (recompute-lucid-menubar): Add defvars.
25463         * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
25465         * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
25467         * net/net-utils.el (run-dig): Rename from `dig'.
25469         * play/gametree.el (gametree-mode): Use make-local-variable,
25470         not make-variable-buffer-local.
25472         * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
25474         * ansi-color.el (ansi-color-make-extent)
25475         (ansi-color-set-extent-face): Use fboundp, not functionp.
25477         * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
25478         not make-variable-buffer-local.
25480         * bookmark.el (Info-current-file): Add defvar.
25481         (bookmark-jump-noselect): Use with-no-warnings.
25483         * completion.el (c-mode-map, fortran-mode-map): Add defvars.
25485         * ebuff-menu.el (Helper-return-blurb): Add defvar.
25487         * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
25489         * find-file.el (ada-procedure-start-regexp)
25490         (ada-package-start-regexp): Add defvars.
25492         * info.el (Info-insert-dir): Use insert-buffer-substring.
25494         * xml.el (xml-att-def-re): Add defvar.
25496         * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
25497         calling convention.
25499         * subr.el (while-no-input): Return t if there is input.
25501 2005-08-08  Luc Teirlinck  <teirllm@auburn.edu>
25503         * cus-start.el (all): Add `overflow-newline-into-fringe'.
25505 2005-08-08  Juanma Barranquero  <lekktu@gmail.com>
25507         * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
25508         (scheme-prev-l/c-dir/file): Fix typos in docstrings.
25510 2005-08-08  Emilio C. Lopes  <eclig@gmx.net>
25512         * cmuscheme.el (scheme-start-file): Replace reference to
25513         `user-emacs-directory' by "~/.emacs.d/".
25515 2005-08-08  Thien-Thi Nguyen  <ttn@gnu.org>
25517         * info.el (Info-dir-remove-duplicates): Avoid case folding
25518         in loop; instead, keep downcased strings for comparison.
25519         Suggested by Helmut Eller.
25521 2005-08-07  Michael Albinus  <michael.albinus@gmx.de>
25523         Sync with Tramp 2.0.50.
25525         * net/tramp.el: Remove defvar of `last-coding-system-used' in the
25526         XEmacs case; not necessary anymore.
25527         (tramp-user-regexp): Allow "@" as part of user name.
25528         (tramp-handle-set-visited-file-modtime)
25529         (tramp-handle-insert-file-contents)
25530         (tramp-handle-write-region): No special handling for
25531         `last-coding-system-used, because this is done in
25532         `tramp-accept-process-output' now.
25533         (tramp-accept-process-output): New defun.
25534         (tramp-process-one-action, tramp-process-one-multi-action)
25535         (tramp-wait-for-regexp, tramp-wait-for-output)
25536         (tramp-discard-garbage-erase-buffer): Call it.  Reported by David
25537         Howells <dhowells@redhat.com>.
25538         (clear-visited-file-modtime): Defadvice removed.  The check for
25539         unset buffer's modtime does not need to be based on
25540         `tramp-buffer-file-attributes'.  Suggested by RMS.
25541         (tramp-message): Insert "\n" if not being at beginning of line.
25542         (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
25543         sequence with same logic.
25544         (tramp-completion-handle-expand-file-name): Discard call of
25545         `tramp-drop-volume-letter'.  It is not necessary, and there have
25546         been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
25547         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
25548         (tramp-do-copy-or-rename-file-out-of-band): Transfer message
25549         should always be visible.
25550         (tramp-handle-insert-directory, tramp-setup-complete)
25551         (tramp-set-process-query-on-exit-flag)
25552         (tramp-append-tramp-buffers): Pacify byte-compiler.
25553         (tramp-bug): Delete non-existing variables from list.
25554         Apply `tramp-load-report-modules' as pre-hook.
25555         Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
25556         `shell-prompt-pattern' because of non-7bit characters.
25557         Reported by Sebastian Luque <sluque@mun.ca>.
25558         (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
25559         (tramp-match-string-list): Remove function.
25560         (tramp-wait-for-regexp): Remove call of that function.
25561         Suggested by Kim F. Storm <storm@cua.dk>.
25562         (tramp-set-auto-save-file-modes): Use octal integer code #o600
25563         instead of octal character code ?\600.  The latter resulted in a
25564         syntax error with XEmacs.
25566         * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
25567         XEmacs case; not necessary anymore.
25568         (tramp-smb-handle-write-region): No special handling for
25569         `last-coding-system-used, because this is done in
25570         `tramp-accept-process-output' now.
25571         (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
25573 2005-08-06  Luc Teirlinck  <teirllm@auburn.edu>
25575         * wid-edit.el (widget-choice-value-create):
25576         Unconditionally respect user choice.  Set :explicit-choice back to nil
25577         when no longer needed.
25578         (widget-choice-action): Unconditionally respect user choice.
25579         Eliminate :explicit-choice-value.
25581         * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
25583         * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
25584         with `indicate-empty-lines' and `indicate-buffer-boundaries'.
25585         (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
25586         running new function `toggle-indicate-empty-lines'.
25587         Rename "Customize" item to "Customize fringe".
25588         Rename "Indicators" item to "Buffer boundaries" and change help echo.
25589         (menu-bar-showhide-fringe-ind-menu): Change several help echos.
25590         Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
25591         Delete "Empty lines only" item.
25592         (menu-bar-showhide-fringe-ind-customize): New function.
25593         (menu-bar-showhide-fringe-ind-mixed)
25594         (menu-bar-showhide-fringe-ind-box)
25595         (menu-bar-showhide-fringe-ind-right)
25596         (menu-bar-showhide-fringe-ind-left)
25597         (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
25598         instead of `fringe-indicators'.
25600 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
25602         * emulation/viper.el (viper-emacs-state-mode-list):
25603         Add recentf-dialog-mode.  Change the date of last update.
25605 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
25607         * emulation/viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
25608         (viper-exec-yank, viper-put-back): Don't display modification msg
25609         if in the minibuffer.
25611         * emulation/viper-init.el (viper-replace-overlay-cursor-color)
25612         (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
25613         Make variables frame local.
25615         * emulation/viper-util.el (viper-append-filter-alist):
25616         Use append instead of nconc.
25618         * emulation/viper.el (viper-vi-state-mode-list)
25619         (viper-emacs-state-mode-list): Move help-mode and
25620         completion-list-mode from the first list to the second.
25621         (viper-mode): Docstring.
25622         (viper-go-away, viper-non-hook-settings): Don't localize
25623         minor-mode-alist in newer Emacsen.  Add advice to
25624         set-cursor-color.  Don't bind "\C-c\\".
25626 2005-08-06  Emilio C. Lopes  <eclig@gmx.net>
25628         * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
25629         (scheme-macro-expand-command): New user options.
25630         (scheme-trace-procedure, scheme-expand-current-form): New commands.
25631         (scheme-form-at-point, scheme-start-file)
25632         (scheme-interactively-start-process): New functions.
25633         (scheme-get-process): New function, extracted from `scheme-proc'.
25634         (run-scheme): Call `scheme-start-file' to get start file, and pass
25635         it to `make-comint'.
25636         (switch-to-scheme, scheme-proc):
25637         Call `scheme-interactively-start-process' if no Scheme buffer/process
25638         is available.
25640 2005-08-06  Juri Linkov  <juri@jurta.org>
25642         * progmodes/compile.el (compilation-mode-font-lock-keywords):
25643         Use `compilation-text-face', `compilation-info-text-face' and
25644         `compilation-error-text-face' instead of `font-lock-keyword-face'.
25645         (compilation-error): New face.
25646         (compilation-error-file-name): Inherit from
25647         `compilation-error' instead of `font-lock-warning-face'.
25648         (compilation-warning-file-name): Inherit from
25649         `compilation-warning' instead of `font-lock-warning-face'.
25650         (compilation-info, compilation-error-file-name)
25651         (compilation-warning-file-name, compilation-info-file-name)
25652         (compilation-line-number, compilation-column-number): Doc fix.
25653         (compilation-error-text-face, compilation-warning-text-face)
25654         (compilation-info-text-face): New face variables.
25655         (compilation-line-face, compilation-column-face)
25656         (compilation-enter-directory-face)
25657         (compilation-leave-directory-face): Doc fix.
25658         (compilation-text-face): New function.
25660         * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
25661         instead of 1 to display binary file names as info file links.
25662         (grep-error-face): Use `compilation-error-face' instead of
25663         `font-lock-keyword-face'.
25664         (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
25665         and `compilation-warning-text-face' instead of
25666         `font-lock-keyword-face'.  Use `compilation-error-text-face'
25667         instead of `grep-error-face'.
25669 2005-08-05  Kenichi Handa  <handa@m17n.org>
25671         * international/code-pages.el: Add autoload cookies for all coding
25672         systems.
25674 2005-08-04  Luc Teirlinck  <teirllm@auburn.edu>
25676         * cus-start.el (all): Put undo.c where it alphabetically belongs.
25678 2005-08-04  Juri Linkov  <juri@jurta.org>
25680         * progmodes/compile.el (compilation-mode-map):
25681         * progmodes/grep.el (grep-mode-map):
25682         Bind TAB to `compilation-next-error' and [backtab] to
25683         `compilation-previous-error'.
25685         * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
25686         matching line numbers, column numbers and their ranges with regexp
25687         matching only line numbers.
25688         (grep-context-face): New face variable.
25689         (grep-mode-font-lock-keywords): Use it.
25691         * faces.el (read-face-name): Delete duplicate faces.
25693 2005-08-02  Juanma Barranquero  <lekktu@gmail.com>
25695         * thumbs.el (thumbs-find-image): Don't make variables
25696         automatically buffer local.
25697         (thumbs-current-tmp-filename, thumbs-current-image-filename)
25698         (thumbs-image-num): Make automatically buffer local.
25699         (thumbs-show-thumbs-list): Use `make-local-variable', not
25700         `make-variable-buffer-local'.
25701         (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
25703         * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
25704         (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
25705         (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
25706         (bother, bye, canyou, chatlst, continue, deathlst, describe)
25707         (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
25708         (feelings-about, foullst, found, hello, history, howareyoulst)
25709         (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
25710         (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
25711         (neglst, obj, object, owner, please, problems, qlist)
25712         (random-adjective, relation, remlst, repetitive-shortness)
25713         (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
25714         (shortlst, something, sportslst, stallmanlst, states, subj)
25715         (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
25716         (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
25717         Defvar at compile time.
25719         * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
25720         not `make-variable-buffer-local'.
25722 2005-08-02  Kim F. Storm  <storm@cua.dk>
25724         * emulation/cua-rect.el (cua--highlight-rectangle): Only show
25725         rectangle overlay in selected window.
25727 2005-08-01  Luc Teirlinck  <teirllm@auburn.edu>
25729         * cus-start.el (all): Put `indicate-empty-lines' in fringe group
25730         instead of display group.  Make `indicate-buffer-boundaries'
25731         customizable through Custom.
25733 2005-08-01  Juanma Barranquero  <lekktu@gmail.com>
25735         * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
25736         (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
25737         (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
25738         (gdb-put-string): Fix typos in docstrings.
25740 2005-08-01  Nick Roberts  <nickrob@snap.net.nz>
25742         Update copyright notices of files in progmodes directory for
25743         release of Emacs 22.1.
25745         * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
25747         * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
25748         Don't barf if the GUD buffer has been killed.
25750 2005-08-01  Kim F. Storm  <storm@cua.dk>
25752         * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
25754 2005-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
25756         * simple.el (next-error-follow-minor-mode):
25757         make-variable-buffer-local -> make-local-variable.
25759         * emacs-lisp/cl-extra.el: Require CL also when compiling.
25761         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
25762         (byte-compile-form-make-variable-buffer-local): New functions to warn
25763         about misuses of make-variable-buffer-local where make-local-variable
25764         was meant.
25766 2005-07-29  Juanma Barranquero  <lekktu@gmail.com>
25768         * bs.el (bs-attributes-list): Doc fix.
25769         (bs): Update url-link.
25771         * desktop.el (desktop-save-buffer): Fix typos in docstring.
25772         (desktop-load-default): Simplify.
25774         * ibuffer.el (ibuffer-columnize-and-insert-list)
25775         (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
25776         (ibuffer-unmark-all, ibuffer-toggle-marks)
25777         (ibuffer-unmark-forward, ibuffer-unmark-backward)
25778         (ibuffer-compile-make-format-form, ibuffer-format-column)
25779         (ibuffer-current-buffers-with-marks)
25780         (ibuffer-update-title-and-summary): "?\ " -> "?\s".
25781         (ibuffer): Doc fix.
25782         (ibuffer-mode): Fix typo in docstring.
25783         (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
25784         with `define-obsolete-variable-alias'.
25785         (ibuffer-elide-long-columns): Mark as obsolete.  Doc fix.
25787 2005-07-29  Kenichi Handa  <handa@m17n.org>
25789         * international/mule-cmds.el (select-message-coding-system):
25790         Be sure to use LF for end-of-line.  If no coding system is decided,
25791         return iso-8859-1-unix.
25793 2005-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
25795         * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
25796         (ange-ftp-pending-error-line): New vars.
25797         (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
25798         to handle the non-fatal no-route-to-host messages.
25799         (internal-ange-ftp-mode): Make the no-match regexp more efficient.
25801 2005-07-28  Juanma Barranquero  <lekktu@gmail.com>
25803         * isearch.el (isearch-mode-map, isearch-other-meta-char)
25804         (isearch-quote-char, isearch-printing-char)
25805         (isearch-text-char-description): "?\ " -> "?\s".
25806         (isearch-lazy-highlight-cleanup)
25807         (isearch-lazy-highlight-initial-delay)
25808         (isearch-lazy-highlight-interval)
25809         (isearch-lazy-highlight-max-at-a-time)
25810         (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
25811         Declare with define-obsolete-*-alias macros.
25812         (isearch-forward): Fix typo in docstring.
25813         (search-invisible, search-ring-yank-pointer)
25814         (regexp-search-ring-yank-pointer): Doc fixes.
25816         * recentf.el (recentf-menu-append-commands-p): Declare with
25817         `define-obsolete-variable-alias'.
25818         (recentf-max-saved-items, recentf-menu-filter)
25819         (recentf-arrange-by-rule-subfilter): Doc fixes.
25820         (recentf-menu-append-commands-flag)
25821         (recentf-initialize-file-name-history, recentf-expand-file-name)
25822         (recentf-clear-data): Fix typos in docstrings.
25824 2005-07-28  Nick Roberts  <nickrob@snap.net.nz>
25826         * progmodes/gdb-ui.el: Smarten comments.
25827         (gdb-info-breakpoints-custom): Use nowarn when finding file.
25829 2005-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
25831         * term/apollo.el (terminal-init-apollo): New function containing
25832         all former top level forms in the file.
25833         * term/bobcat.el (terminal-init-bobcat):
25834         * term/cygwin.el (terminal-init-cygwin):
25835         * term/iris-ansi.el (terminal-init-iris-ansi):
25836         * term/linux.el (terminal-init-linux):
25837         * term/news.el (terminal-init-news):
25838         * term/rxvt.el (terminal-init-rxvt):
25839         * term/sun.el (terminal-init-sun):
25840         * term/tvi970.el (terminal-init-tvi970):
25841         * term/vt100.el (terminal-init-vt100):
25842         * term/vt102.el (terminal-init-vt102):
25843         * term/vt125.el (terminal-init-vt125):
25844         * term/vt200.el (terminal-init-vt200):
25845         * term/vt201.el (terminal-init-vt201):
25846         * term/vt220.el (terminal-init-vt220):
25847         * term/vt240.el (terminal-init-vt240):
25848         * term/vt300.el (terminal-init-vt300):
25849         * term/vt320.el (terminal-init-vt320):
25850         * term/vt400.el (terminal-init-vt400):
25851         * term/vt420.el (terminal-init-vt420):
25852         * term/wyse50.el (terminal-init-wyse50):
25853         * term/xterm.el (terminal-init-xterm): Likewise.
25855         * term/README: Describe the terminal-init-* functionality.
25857         * startup.el (command-line): After loading the terminal initialization
25858         file call the corresponding terminal initialization function.
25860 2005-07-27  Kenichi Handa  <handa@m17n.org>
25862         * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
25863         negative.
25865         * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
25866         (ps-mule-composition-prologue): Fix for the case that
25867         RelativeCompose is false.
25869 2005-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
25871         * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
25873         * descr-text.el (describe-char): Handle the case where the list of
25874         chars is displayed in a separate frame.
25875         Be a bit more discriminating when looking for the char.
25877 2005-07-26  Juanma Barranquero  <lekktu@gmail.com>
25879         * bookmark.el (bookmark-automatically-show-annotations)
25880         (bookmark-read-annotation-text-func): Doc fixes.
25881         (bookmark-save): Improve argument/docstring consistency.
25882         (bookmark-get-bookmark, bookmark-get-bookmark-record)
25883         (bookmark-alist-from-buffer)
25884         (bookmark-upgrade-file-format-from-0)
25885         (bookmark-grok-file-format-version)
25886         (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
25887         (bookmark-read-annotation-mode)
25888         (bookmark-insert-current-bookmark, bookmark-jump)
25889         (bookmark-exit-hook): Fix typos in docstrings.
25890         (bookmark-exit-hooks): Define as obsolete alias.
25891         (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
25892         not `bookmark-exit-hooks'.  Fix docstring.
25893         (bookmark-bmenu-select): "?\ " -> "?\s".
25895 2005-07-25  Ari Roponen  <arjuropo@cc.jyu.fi>  (tiny change)
25897         * startup.el (command-line): Fix typo.
25899 2005-07-24  Richard M. Stallman  <rms@gnu.org>
25901         * tooltip.el (tooltip-mode): Test emacs-basic-display,
25902         not emacs-quick-startup.
25904 2005-07-24  Juanma Barranquero  <lekktu@gmail.com>
25906         * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
25907         (reb-next-match, reb-show-subexp): Use `with-selected-window'
25908         instead of `reb-with-current-window'.
25909         (reb-prev-match): Likewise.  Also, don't move left if the search
25910         was unsuccessful.
25911         (reb-initialize-buffer): New function.
25912         (re-builder, reb-change-syntax): Use it.
25914         * man.el (Man-goto-page): Make second argument NOERROR optional.
25916 2005-07-23  Richard M. Stallman  <rms@gnu.org>
25918         * man.el (Man-bgproc-sentinel): Check here for failure to find
25919         any man page in the output, and report the error here.
25920         (Man-arguments): Make it permanent local.
25921         (Man-goto-page): New arg NOERROR.  Never kill the current buffer.
25922         (Man-mode): Pass t for NOERROR.
25924         * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
25925         (grep-mode-font-lock-keywords):
25926         Don't use compilation-...-face for messages that are not file names.
25928         * progmodes/compile.el (compilation-mode-font-lock-keywords):
25929         Don't use compilation-...-face for messages that are not file names.
25931 2005-07-22  Juri Linkov  <juri@jurta.org>
25933         * startup.el (normal-splash-screen): Update menu name.
25935         * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
25937 2005-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
25939         * term/xterm.el: Load term/rxvt if the terminal is actually an
25940         rxvt terminal.
25941         (xterm-rxvt-set-background-mode): Remove, not used anymore.
25943         * term/rxvt.el (function-key-map): Use substitute-key-definition
25944         to bind {C,S,C-S}-{f1-f10}.  Add a few missing key bindings.
25946         * term/cygwin.el: New file.
25948 2005-07-22  Kim F. Storm  <storm@cua.dk>
25950         * image-file.el (insert-image-file, image-file-yank-handler):
25951         Fix last change to maintain a (unique) yank-handler on yanked images.
25953 2005-07-22  Eduardo Mu\e,Aq\e(Boz  <emufer@terra.es>  (tiny change)
25955         * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
25956         of the file size (as in "177B" for 177 bytes).  This happens with
25957         "ls -lh" on FreeBSD.
25959 2005-07-22  Juanma Barranquero  <lekktu@gmail.com>
25961         * hilit-chg.el (highlight-changes-global-initial-state)
25962         (highlight-compare-buffers, hilit-chg-turn-on-maybe)
25963         (hilit-chg-fixup, highlight-changes-mode):
25964         Fix typos in docstrings.
25965         (highlight-changes-global-modes, highlight-changes-rotate-faces):
25966         Doc fixes.
25968 2005-07-21  Luc Teirlinck  <teirllm@auburn.edu>
25970         * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
25971         mode function using `eval-after-load'.
25973 2005-07-21  Kim F. Storm  <storm@cua.dk>
25975         * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
25976         included when reporting an Emacs crash, and tell about the DEBUG file.
25978         * image-file.el (insert-image-file): Add yank-handler.
25979         (image-file-yank-handler): Yank handler to make unique copies of
25980         images when they are yanked into a buffer next to each other.
25982 2005-07-21  Juanma Barranquero  <lekktu@gmail.com>
25984         * comint.el (comint-use-prompt-regexp, comint-send-input)
25985         (comint-source-default, comint-extract-string)
25986         (comint-get-source, comint-word, comint-completion)
25987         (comint-source, comint-prompt-read-only, comint-update-fence):
25988         Fix typos in docstrings.
25989         (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
25990         Declare with define-obsolete-*-alias macros.
25991         (comint-previous-matching-input-from-input)
25992         (comint-next-matching-input-from-input)
25993         (comint-previous-matching-input, comint-next-matching-input)
25994         (comint-forward-matching-input):
25995         Improve argument/docstring consistency.
25997         * desktop.el (desktop-clear-preserve-buffers-regexp):
25998         Also preserve the *server* buffer.
26000         * simple.el (clone-indirect-buffer): Doc fix.
26001         (fixup-whitespace, just-one-space)
26002         (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
26003         (next-error, next-error-highlight)
26004         (next-error-highlight-no-select, next-error-last-buffer)
26005         (next-error-buffer-p, next-error-find-buffer, next-error)
26006         (previous-error, next-error-no-select, previous-error-no-select)
26007         (open-line, split-line, minibuffer-prompt-width, kill-new)
26008         (binary-overwrite-mode): Fix typos in docstrings.
26009         (set-fill-column): Fix typo in message.
26011         * skeleton.el (skeleton-proxy-new): Doc fix.
26013         * strokes.el (strokes-load-hook): Doc fix.
26014         (strokes-grid-resolution, strokes-get-grid-position)
26015         (strokes-renormalize-to-grid, strokes-read-stroke)
26016         (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
26017         (strokes-global-map): Fix typos in docstrings.
26018         (strokes-help): Doc fix.  Fix help message and pass it through
26019         `substitute-command-keys'.
26021         * tempo.el (tempo-insert-prompt, tempo-interactive)
26022         (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
26023         (tempo-insert-string-functions, tempo-local-tags)
26024         (tempo-define-template, tempo-insert-template)
26025         (tempo-insert-prompt-compat, tempo-is-user-element)
26026         (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
26027         Fix typos in docstrings.
26029         * vcursor.el (vcursor-other-window, vcursor-bind-keys)
26030         (vcursor-key-bindings, vcursor-use-vcursor-map)
26031         (vcursor-find-window, vcursor-scroll-down)
26032         (vcursor-disable, vcursor-beginning-of-buffer)
26033         (vcursor-end-of-buffer): Fix typos in docstrings.
26034         (vcursor-relative-move, vcursor-get-char-count):
26035         Improve argument/docstring consistency.
26037         * version.el: "?\ " -> "?\s".
26039         * wid-edit.el (widget-default-create, widget-after-change)
26040         (widget-default-format-handler, widget-checklist-add-item)
26041         (widget-radio-add-item, widget-choose, widget-specify-secret)
26042         (widget-field-value-create, widget-field-value-get)
26043         (widget-editable-list-format-handler)
26044         (widget-editable-list-entry-create, widget-group-value-create)
26045         (widget-documentation-link-add)
26046         (widget-documentation-string-value-create): "?\ " -> "?\s".
26047         (widget-convert-text): Doc fix.
26048         (widget-narrow-to-field, widget-field-find)
26049         (widget-url-link-action, widget-emacs-library-link-action)
26050         (widget-color-notify): Fix typos in docstrings.
26052         * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
26053         (x-select-text, set-w32-system-coding-system)
26054         (w32-add-charset-info): Fix typos in docstrings.
26056         * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
26057         (cua-enable-cua-keys, cua-use-hyper-key)
26058         (cua-virtual-rectangle-edges): Fix typos in docstrings.
26059         (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
26061         * net/tramp.el (tramp-handle-load): Fix typo in error message.
26063         * emacs-lisp/re-builder.el (regexp-builder): Declare with
26064         `defalias' instead of faking it.
26066         * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
26067         (eshell-ls-missing, eshell-ls-dired-initial-args)
26068         (eshell-ls-use-in-dired): Fix typos in docstrings.
26070 2005-07-20  Kim F. Storm  <storm@cua.dk>
26072         * emulation/cua-base.el (cua-mode): Improve doc string.
26074 2005-07-20  Juanma Barranquero  <lekktu@gmail.com>
26076         * abbrev.el (expand-region-abbrevs): Doc fix.
26077         (inverse-add-mode-abbrev, inverse-add-global-abbrev):
26078         Improve argument/docstring consistency.
26080         * arc-mode.el (archive-get-descr, archive-alternate-display):
26081         Doc fixes.
26082         (archive-l-e): Improve argument/docstring consistency.
26083         (archive-tmpdir, archive-unixdate, archive-unixtime)
26084         (archive-chmod-entry): Fix typos in docstrings.
26085         (archive-unflag, archive-unflag-backwards)
26086         (archive-unmark-all-files): "?\ " -> "?\s".
26088         * buff-menu.el (Buffer-menu-unmark): Doc fix.
26089         (Buffer-menu-not-modified, Buffer-menu-execute)
26090         (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
26091         (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
26093         * composite.el (compose-string, encode-composition-rule)
26094         (compose-last-chars): Fix typos in docstrings.
26096         * desktop.el (desktop-enable, desktop-basefilename):
26097         Declare with `define-obsolete-variable-alias'.
26098         (desktop-internal-v2s): Don't quote keywords.
26099         (desktop-clear): "?\ " -> "?\s".
26101         * dired.el (dired-align-file, dired-flag-backup-files)
26102         (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
26103         (dired-listing-switches, dired-ls-F-marks-symlinks)
26104         (dired-dwim-target, dired-load-hook, dired-mode-hook)
26105         (dired-directory, dired-faces, dired, dired-revert)
26106         (dired-mode, dired-summary, dired-view-file)
26107         (dired-copy-filename-as-kill, dired-delete-file)
26108         (dired-no-confirm, dired-unmark-all-marks)
26109         (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
26110         (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
26111         (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
26112         Fix typos in message strings.
26114         * dired-x.el (virtual-dired): Declare with `defalias'.
26115         (dired-mark-unmarked-files, dired-local-variables-file)
26116         (dired-omit-here-always): Doc fix.
26117         (dired-omit-mode, dired-find-subdir)
26118         (dired-enable-local-variables, dired-clean-up-buffers-too)
26119         (dired-extra-startup, dired-mark-extension, dired-jump)
26120         (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
26121         (dired-smart-shell-command, dired-guess-shell-alist-user)
26122         (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
26123         (dired-x-bind-find-file, dired-x-submit-report):
26124         Fix typos in docstrings.
26125         (dired-mark-unmarked-files): "?\ " -> "?\s".
26127         * dirtrack.el (dirtrack-list): Fix typos in docstring.
26129         * faces.el (describe-face): "?\ " -> "?\s".
26130         (read-all-face-attributes, read-face-font, modify-face)
26131         (face-attr-construct, italic): Fix typos in docstrings.
26132         (frame-update-face-colors): Declare with
26133         `define-obsolete-function-alias'.
26135         * files.el (find-file-noselect, recode-file-name): Doc fixes.
26136         (insert-directory, kill-some-buffers): "?\ " -> "?\s".
26137         (magic-mode-alist, buffer-file-numbers-unique)
26138         (write-file-functions, get-free-disk-space):
26139         Fix typos in docstrings.
26140         (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
26141         (write-contents-hooks, write-file-hooks):
26142         Declare with `define-obsolete-variable-alias'.
26144         * forms-d2.el (arch-rj): Fix typo in docstrings.
26145         (arch-tocol): Likewise.  "?\ " -> "?\s".
26147         * frame.el (set-frame-font, cursor-in-non-selected-windows):
26148         Fix typo in docstring.
26149         (set-screen-width, set-screen-height): Delete redundant info in
26150         doctrings.
26151         (new-frame, screen-height, screen-width): Declare with
26152         `define-obsolete-function-alias'.
26153         (delete-frame-hook, blink-cursor): Declare with
26154         `define-obsolete-variable-alias'.
26156         * paths.el (prune-directory-list): Fix typos in docstring.
26158         * pcvs-util.el (cvs-flags-query, cvs-strings->string)
26159         (cvs-prefix-get): Fix typos in docstrings.
26161         * ps-print.el (ps-extend-face-list, ps-extend-face)
26162         (ps-print-background-image): Fix typos in docstrings.
26163         (ps-default-fg, ps-default-bg): Doc fixes.
26165         * s-region.el (s-region-bind): Doc fix.
26166         (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
26168         * textmodes/org.el (org-table-formula-substitute-names)
26169         (org-table-get-vertical-vector): Doc fixes.
26170         (org-table-recalculate): Remove unused argument to `message'.
26172 2005-07-19  Carsten Dominik  <dominik@science.uva.nl>
26174         * textmodes/org.el (org-table-column-names)
26175         (org-table-column-name-regexp)
26176         (org-table-named-field-locations): New variables.
26177         (org-archive-subtree): Protect `this-command' when calling
26178         `org-copy-subtree' and `org-cut-subtree', to avoid appending to
26179         the kill buffer.
26180         (org-complete): Remove fixed-formula completion.
26181         (org-edit-formulas-map): New variable.
26182         (org-table-edit-formulas): New command.
26183         (org-finish-edit-formulas, org-abort-edit-formulas)
26184         (org-show-variable, org-table-get-vertical-vector): New functions.
26185         (org-table-maybe-eval-formula): Handle `:=' fields.
26186         (org-table-get-stored-formulas, org-table-store-formulas)
26187         (org-table-get-formula, org-table-modify-formulas)
26188         (org-table-replace-in-formulas): Handle named field formulas.
26189         (org-table-get-specials): Store locations of named fields.
26191 2005-07-19  Juri Linkov  <juri@jurta.org>
26193         * progmodes/grep.el (grep-regexp-alist)
26194         (grep-mode-font-lock-keywords, grep-process-setup):
26195         Use default GNU grep match color "01;31m" instead of "01;41m".
26196         (grep-regexp-alist, grep-mode-font-lock-keywords):
26197         Use `\\[[0-9]*m' instead of `\\[00m'.
26198         (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
26199         sgr_start where its handling is more important.  Use the real
26200         length of sgr_start instead of constant 8.
26201         (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
26202         specially.  Delete all remaining escape sequences.
26203         (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
26204         (grep-regexp-alist): Make hyperlink only for binary file name
26205         instead of the whole line.
26206         (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
26207         (grep-mode): Add autoload.
26209         * emacs-lisp/find-func.el (find-function-regexp):
26210         Add `define-compilation-mode'.
26212 2005-07-19  Juri Linkov  <juri@jurta.org>
26214         * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
26215         (compare-windows-sync-string-size, compare-windows-recenter)
26216         (compare-windows-highlight, compare-windows): Add version 22.1.
26217         (compare-windows) <defface>: Inherit from lazy-highlight instead
26218         of duplicating its default value.
26220         * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
26221         (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
26223         * descr-text.el (describe-char): Create link buttons for `charset'
26224         and `code point'.  Add the current input method name with a link
26225         button to `to input' field.  Print face names of display table
26226         characters in `The display table entry is displayed by' section
26227         instead of printing face-id in the `display' field.
26228         Guess hardcoded faces and create a link button for them.
26229         Skip empty fields when calculating max-width.
26230         Treat `widget-create' specially while inserting strings from the
26231         collected field list.
26232         (describe-char-after): Made obsolete in version 22.1, not 21.5.
26234         * diff-mode.el (diff-file-header): Change foreground color from
26235         yellow to green on light backgrounds.
26236         (diff-context): Inherit from `shadow' only for color/grayscale
26237         with more than 88 colors.
26238         (diff-indicator-removed, diff-indicator-added)
26239         (diff-indicator-changed): New faces.
26240         (diff-font-lock-keywords): Use new faces.  Regroup rules.
26241         Add "^---$" for `normal' diff format.  Fontify `#' lines with
26242         font-lock-comment-delimiter-face and font-lock-comment-face.
26243         Add `#' to ^[^...] in the rule for `diff-context-face'.
26245         * faces.el (mode-line-highlight): Replace RoyalBlue4 with
26246         a button-like box.  Inherit from `highlight' on low colors.
26247         (shadow): Use shades of gray only for color/grayscale with
26248         more than 88 colors.  Use green for light backgrounds with
26249         8 colors, and yellow for dark backgrounds with 8 colors.
26251         * font-lock.el (font-lock-regexp-grouping-backslash):
26252         Don't inherit from escape-glyph (use bold for all cases).
26254         * info.el (info-xref-visited): Use light foreground color `violet'
26255         for dark backgrounds instead of dark color `magenta3'.
26256         (info-title-1): Use `yellow' color for dark backgrounds.
26258         * isearch.el (isearch): Use not-too-dark magenta3 instead of
26259         too-light magenta2.
26261         * replace.el (match): Use slightly more light RoyalBlue3 instead
26262         of dark RoyalBlue4.
26264         * wid-edit.el (widget-inactive): Inherit from `shadow'.
26266 2005-07-19  Juanma Barranquero  <lekktu@gmail.com>
26268         * novice.el (disabled-command-hook): Declare it with
26269         `define-obsolete-variable-alias'.
26271         * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
26272         (desktop-buffer-misc-functions, desktop-buffer-handlers)
26273         (desktop-load-default): Add release to obsolescence info.
26274         (desktop-globals-to-clear, desktop-buffer-mode-handlers)
26275         (desktop-append-buffer-args, desktop-read):
26276         Fix typos in docstrings.
26277         (desktop-kill): Fix typo in message.
26278         (desktop-save): Doc fix.
26280 2005-07-19  Michael Kifer  <kifer@cs.stonybrook.edu>
26282         * emulation/viper-cmd.el (viper-escape-to-state): Bug fix.
26283         (viper-envelop-ESC-key): Change the definition of fast
26284         keysequence so it'll work with keyboard macros.
26286         * ediff.el (ediff-patch-buffer): Change the docstring.
26288 2005-07-19  Kenichi Handa  <handa@m17n.org>
26290         * international/mule-cmds.el (select-safe-coding-system): Try to
26291         use an auto-coding (if any) before anything else.  If the found
26292         auto-coding is invalid, show a warning message.
26294         * international/mule.el (find-auto-coding): New function created
26295         by modifying the body of set-auto-coding.
26296         (set-auto-coding): Use find-auto-coding to find a coding.
26298 2005-07-18  Richard M. Stallman  <rms@gnu.org>
26300         * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
26301         not isearch-mode-end-hook-error.
26302         (allout-before-change-protect): Fix error message.
26304 2005-07-18  Juri Linkov  <juri@jurta.org>
26306         * allout.el (allout-mode):
26307         * calculator.el (calculator-copy):
26308         * custom.el (custom-known-themes):
26309         * dired.el (dired-desktop-buffer-misc-data)
26310         (dired-restore-desktop-buffer):
26311         * dired-x.el (dired-omit-marker-char):
26312         * files.el (basic-save-buffer):
26313         * font-core.el (font-lock-mode):
26314         * calendar/calendar.el (calendar-goto-hebrew-date)
26315         (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
26316         (calendar-goto-persian-date):
26317         * language/ethio-util.el (ethio-sera-to-fidel-region):
26318         * textmodes/picture.el (picture-mode):
26319         Delete duplicate duplicate words.
26321 2005-07-18  Juri Linkov  <juri@jurta.org>
26323         * isearch.el (isearch-mode-map): Remove key bindings for regexp
26324         chars * ? } |.
26325         (isearch-fallback): Don't call `isearch-process-search-char'.
26326         (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
26327         (isearch-process-search-char): Call `isearch-fallback' for regexp
26328         chars * ? } |.
26329         (isearch-return-char): Make obsolete with `make-obsolete' instead
26330         of simply documenting it as obsolete in the docstring.
26331         (isearch-fallback): Refill docstring.
26333         * international/isearch-x.el
26334         (isearch-process-search-multibyte-characters): Remove unneeded
26335         `concat'.  Add intermediate values to `junk-hist' instead of
26336         `minibuffer-history'.  Test the length of `str'.
26338 2005-07-18  Juanma Barranquero  <lekktu@gmail.com>
26340         * allout.el (allout-resolve-xref): Fix typos in error strings.
26341         (allout-before-change-protect): Remove unneeded `concat'.
26343         * array.el (array-mode, array-reconfigure-rows)
26344         (untabify-backward): Fix typos in docstrings.
26345         (array-reconfigure-rows): Use `insert-buffer-substring', not
26346         `insert-buffer'.
26348         * calendar/icalendar.el (icalendar--get-unfolded-buffer):
26349         * progmodes/ada-mode.el (ada-make-body):
26350         Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
26352         * dired.el (dired-log):
26353         * tar-mode.el (tar-subfile-save-buffer):
26354         * play/zone.el (zone-pgm-stress-destress):
26355         Use `insert-buffer-substring', not `insert-buffer'.
26357 2005-07-17  Simon Josefsson  <jas@extundo.com>
26359         * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
26361 2005-07-16  Jose E. Marchesi  <jemarch@gnu.org>
26363         * mail/smtpmail.el (smtpmail-auth-supported): Add plain auth method.
26364         (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
26366 2005-07-17  Kim F. Storm  <storm@cua.dk>
26368         * ido.el (dired-other-window): Add ido property.
26370 2005-07-16  Juanma Barranquero  <lekktu@gmail.com>
26372         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
26373         Fix typo in docstring.
26374         (byte-compile-interactive-only-functions): Add `insert-buffer' and
26375         `insert-file-literally'.
26377         * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
26378         info and delete redundant message.  Doc fix.
26379         (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
26380         (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
26382 2005-07-16  Richard M. Stallman  <rms@gnu.org>
26384         * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
26385         (byte-compile-and): Use byte-compile-and-recursion.
26386         (byte-compile-or-recursion): New function.
26387         (byte-compile-or): Use that.
26388         (byte-compile-if): Guard the else-clause too.
26389         (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
26391         * isearch.el (isearch-mode-end-hook-quit): New variable.
26392         (isearch-done): Bind it.
26393         (isearch-mode-end-hook): Doc fix.
26395         * allout.el (allout-isearch-did-quit): Variable deleted.
26396         (allout-real-isearch-abort): Function name no longer used.
26397         (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
26398         (allout-isearch-rectification): isearch-mode always exists.
26399         Don't set allout-isearch-did-quit.
26400         (allout-isearch-expose): Check isearch-mode-end-hook-error, not
26401         allout-isearch-did-quit.
26402         (allout-enwrap-isearch): Just add the hook.
26403         (allout-isearch-abort): Function deleted.
26404         (allout-pre-command-business): Avoid warning.
26406         * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
26407         Correctly avoid warnings.
26408         (pascal-outline): Likewise.
26410         * progmodes/f90.el (f90-abbrev-start): Avoid warning.
26412         * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
26414         * play/tetris.el (tetris-mode): Avoid warning.
26416         * play/snake.el (snake-mode): Avoid warning.
26418         * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
26419         (gamegrid-set-display-table): Avoid warning.
26420         (gamegrid-set-timer): Likewise.
26421         (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
26422         (gamegrid-add-score-with-update-game-score-1): Take FILE
26423         as argument.
26424         (gamegrid-add-score-with-update-game-score): Pass that argument.
26425         Rename have-shared-game-dir to gamegrid-shared-game-dir.
26427         * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
26429         * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
26430         (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
26432         * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
26433         and insert-file.
26435         * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
26436         (sc-ask): Avoid warnings.
26438         * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
26439         (eshell-hist-initialize): Use that var the natural way.
26441         * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
26443         * emacs-lisp/re-builder.el (reb-cook-regexp):
26444         Avoid warning calling lre-compile-string.
26445         (reb-color-display-p): Avoid warning.
26447         * calculator.el (calculator-last-input): Guard uses
26448         of event-key and key-press-event-p.
26449         (event-key, key-press-event-p): Delete definitions.
26451         * emacs-lisp/find-gc.el (find-gc-unsafe-list)
26452         (find-gc-source-directory, find-gc-subrs-callers)
26453         (find-gc-noreturn-list, find-gc-source-files)
26454         (find-gc-subrs-called): Vars renamed and defvar'd.
26456         * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
26457         (checkdoc-overlay-put, checkdoc-delete-overlay)
26458         (checkdoc-overlay-start, checkdoc-overlay-end)
26459         (checkdoc-mode-line-update, checkdoc-char=):
26460         Define such that compiler knows they are defined.
26461         (checkdoc-call-eval-buffer): Delete.  Use eval-buffer directly.
26462         (checkdoc-read-event): Delete.  Use read-event directly.
26464         * whitespace.el (whitespace-make-overlay)
26465         (whitespace-overlay-put, whitespace-delete-overlay)
26466         (whitespace-overlay-start, whitespace-overlay-end):
26467         Define such that compiler knows they are defined.
26468         (whitespace): Move conditional inside.
26470         * tempo.el (tempo-insert-template): Suppress warning.
26472         * ediff-diff.el (longlines-mode): Add defvar.
26474 2005-07-16  Gary Howell  <g1howell-list@yahoo.com>  (tiny change)
26476         * server.el: Bind "C-x #" in a way that works even if C-x is
26477         redefined to a command key, not a prefix key.
26479 2005-07-16  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>  (tiny change)
26481         * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
26482         cl-make-type-test till execution time.
26484 2005-07-16  Markus Rost  <rost@math.uni-bielefeld.de>
26486         * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
26487         arg ARG and use it.
26489 2005-07-16  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>  (tiny change)
26491         * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
26493 2005-07-15  Luc Teirlinck  <teirllm@auburn.edu>
26495         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
26496         a defcustom with two :set or :type keywords.
26498 2005-07-15  Richard M. Stallman  <rms@gnu.org>
26500         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
26501         Don't give ^M comment-end syntax.
26503 2005-07-16  Nick Roberts  <nickrob@snap.net.nz>
26505         * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
26506         Don't consider gdbmi (gdb-mi.el has its own update functions).
26507         (gdb-var-delete): Make it work for gdbmi as well.
26508         (gdb-speedbar-expand-node): Move var-update here for gdbmi.
26510         * progmodes/gud.el (etags, sdb): Only require etags when needed.
26511         (gud-speedbar-menu-items): Correct logic for enabling items.
26513 2005-07-15  Kim F. Storm  <storm@cua.dk>
26515         * ido.el: Fix commentary.
26516         (ido-define-mode-map): Move ido-next-work-file to C-M-o.
26517         Use with-no-warnings around ffap-guesser.
26518         (ido-file-internal, ido-read-file-name, ido-read-directory-name):
26519         Let bind minibuffer-completing-file-name to t.
26521 2005-07-15  Juanma Barranquero  <lekktu@gmail.com>
26523         * startup.el (site-run-file, keyboard-type): Doc fixes.
26524         (command-line): Check for "--basic-display" argument; also for
26525         "--quick", not "--bare-bones" (which was renamed).
26526         (fancy-splash-text): Add missing item "Getting New Versions".
26527         (normal-splash-screen): Fix typos and improve consistency with
26528         `fancy-splash-text'.  Update copyright year.
26530         * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
26531         valid binding for `help-char'.
26533         * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
26535 2005-07-14  Dan Nicolaescu  <dann@ics.uci.edu>
26537         * term.el (term-mode): Disable cua-mode for term buffers.
26539 2005-07-14  Juanma Barranquero  <lekktu@gmail.com>
26541         * add-log.el (add-log-mailing-address, change-log-merge):
26542         Doc fixes.
26543         (change-log-get-method-definition): Fix typo in docstring.
26545 2005-07-14  Kim F. Storm  <storm@cua.dk>
26547         * emulation/cua-base.el:
26548         (cua--pre-command-handler-1, cua--pre-command-handler)
26549         (cua--post-command-handler-1, cua--post-command-handler):
26550         Split in two.  Check (buffer local) value of cua-mode.
26551         (cua-selection-mode): New command.
26553 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
26555         * custom.el (custom-initialize-safe-set)
26556         (custom-initialize-safe-default): Doc fixes.
26558         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
26559         and simplify :init-value again.
26561         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
26562         and simplify :init-value again.  Delete autoload.
26564         * startup.el (command-line): Use `custom-reevaluate-setting' again
26565         for tooltip-mode.
26567         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
26568         a defcustom with two :initialize keywords.
26570 2005-07-13  Juanma Barranquero  <lekktu@gmail.com>
26572         * allout.el (my-mark-marker, allout-isearch-prior-pos)
26573         (allout-unprotected, allout-undo-aggregation, allout-snug-back)
26574         (allout-post-command-business, allout-flag-region)
26575         (isearch-reenable-font-lock, allout-yank)
26576         (allout-insert-latex-header, allout-insert-latex-trailer)
26577         (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
26578         (allout-latex-verb-quote): Fix typos in docstrings.
26579         (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
26580         (allout-unprotected, allout-prefix-data):
26581         Improve argument/docstring consistency.
26582         (allout-chart-subtree): Fix argument spec.
26583         (allout-open-topic): Rename `use_sib_bullet' argument to
26584         `use-sib-bullet'.  Doc fix.
26586         * whitespace.el (whitespace-check-buffer-leading)
26587         (whitespace-check-buffer-trailing)
26588         (whitespace-check-buffer-indent)
26589         (whitespace-check-buffer-spacetab)
26590         (whitespace-check-buffer-ateol, whitespace-highlighted-space)
26591         (whitespace-check-leading-whitespace)
26592         (whitespace-check-trailing-whitespace)
26593         (whitespace-check-spacetab-whitespace)
26594         (whitespace-check-indent-whitespace)
26595         (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
26596         (whitespace-modes): Fix typos in docstrings.
26597         (defgroup, defcustom): Doc fixes.
26599         * winner.el (winner-mode, winner-boring-buffers)
26600         (winner-pending-undo-ring): Doc fixes.
26601         (winner-ring): Remove unneeded `progn'.
26602         (winner-equal): `defsubst' it.
26603         (winner-redo): Fix message.
26605 2005-07-13  Kim F. Storm  <storm@cua.dk>
26607         * simple.el (line-move-1): Always use vertical-motion to
26608         do the last (or only) line move to ensure some movement.
26609         Undo 2005-06-23 change--don't check for overlays.
26611 2005-07-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
26613         * term/mac-win.el (ccl-encode-mac-roman-font)
26614         (ccl-encode-mac-centraleurroman-font)
26615         (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
26616         (ccl-encode-mac-dingbats-font): Remove check for ASCII.
26617         Change charset-id boundary of dimension to ?\xef.
26618         (mac-char-fontspec-list): New constant.
26619         (fontset-add-mac-fonts): Use it.  Accept non-string `base-family'
26620         argument.  Nil uses itself as family in font-spec.  Previous
26621         behavior for nil is now provided by non-nil non-string argument.
26622         All callers changed.  Add font-specs for Mac fonts to
26623         "fontset-default" unless iso8859-1 fonts are installed.
26625 2005-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
26627         * progmodes/sh-script.el (sh-get-indent-info): Only indent
26628         a continuation line if the \ is preceded by SPC or TAB.
26629         (sh-get-indent-info): Simplify.
26630         (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
26631         Use with-current-buffer.
26633         * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
26634         when the matched text is empty.
26636 2005-07-12  Luc Teirlinck  <teirllm@auburn.edu>
26638         * startup.el (command-line): Revert to previous handling of
26639         tooltip-mode.  Explain in comment why the complexity is needed.
26641         * tooltip.el (tooltip-mode): Revert to previous implementation of
26642         its defcustom.
26644         * frame.el (blink-cursor-mode): Revert to previous implementation
26645         of its defcustom.  Update comment.
26647 2005-07-12  Lars Hansen  <larsh@soem.dk>
26649         * desktop.el: Update e-mail address.
26651 2005-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
26653         * term/mac-win.el (mac-services-mail-selection)
26654         (mac-services-mail-to): New functions.
26655         (mac-application-menu-map): Bind them.
26657 2005-07-12  wulei  <milton@wulei.net>  (tiny change)
26659         * progmodes/gdb-ui.el: Add note about buffering with Windows.
26661 2005-07-11  Luc Teirlinck  <teirllm@auburn.edu>
26663         * custom.el (custom-reevaluate-setting): Doc fix.
26665 2005-07-11  Jay Belanger  <belanger@truman.edu>
26667         * calc/calc.el (calc-embedded-announce-formula-alist)
26668         (calc-embedded-open-close-plain-alist)
26669         (calc-embedded-open-close-mode-alist): Add checks for additional
26670         major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
26672 2005-07-11  Juanma Barranquero  <lekktu@gmail.com>
26674         * custom.el (custom-enable-theme): Don't add theme to
26675         `custom-enabled-themes' with `push' because there is no
26676         setf-method for `delq'.
26678 2005-07-11  Richard M. Stallman  <rms@gnu.org>
26680         * custom.el (custom-declare-variable): Doc fix.
26682         * dired-aux.el (dired-compare-directories): Remove "." and ".."
26683         from the alists.
26685         * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
26686         Do nothing if edebug-active.
26688         * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
26689         (edebug-display): Do it here instead.
26691 2005-07-10  Richard M. Stallman  <rms@gnu.org>
26693         * cus-face.el (custom-theme-set-faces): Make it work.
26694         (custom-reset-faces): Doc fix.
26695         (custom-theme-reset-internal-face, custom-theme-face-value):
26696         Functions deleted.
26698         * custom.el (custom-push-theme): Maintain list of the settings
26699         of a given theme in its theme-settings property.
26700         Maintain position of old settings in the theme-value
26701         or theme-face property.
26702         (custom-enabled-themes): New variable.
26703         (custom-theme-enabled-p): New function.
26704         (provide-theme): Update custom-enabled-themes.
26705         Disable and reenable the `user' theme.
26706         (require-theme): Doc fix.
26707         (custom-do-theme-reset, custom-remove-theme): Functions deleted.
26708         (custom-theme-value, custom-theme-variable-value): Likewise.
26709         (custom-theme-reset-internal): Likewise.
26710         (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
26711         (custom-enable-theme, custom-disable-theme): New functions.
26712         (custom-variable-theme-value, custom-face-theme-value): Likewise.
26713         (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
26714         (custom-theme-reset-variables): Simplify.
26715         (deftheme, custom-declare-theme, custom-make-theme-feature):
26716         Definitions moved.
26718 2005-07-10  Chong Yidong  <cyd@stupidchicken.com>
26720         * longlines.el (longlines-show-region)
26721         (longlines-unshow-hard-newlines): Recognize hard newlines by
26722         non-nil hard property, instead of t.
26724 2005-07-10  Michael Kifer  <kifer@cs.stonybrook.edu>
26726         * emulation/viper-cmd.el (viper--key-maps): New variable.
26727         (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
26728         emulation-mode-map-alists.
26729         (viper-envelop-ESC-key): Use viper-subseq.
26730         (viper-search-forward/backward/next): Disable debug-on-error.
26732         * emulation/viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
26733         (viper-ESC-key): New defcustoms.
26735         * emulation/viper-macs.el (ex-map-read-args): Use viper-subseq.
26737         * emulation/viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
26738         (viper-subseq): Copy of subseq from cl.el.
26740         * emulation/viper.el (viper-go-away, viper-set-hooks): Use
26741         emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
26743         * emulation/viper-mous.el (viper-current-frame-saved): Use defvar.
26745         * emulation/viper-init.el: Get rid of -face in face names.
26747         * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
26748         Make it work with longlines mode.
26750         * ediff-mult.el (ediff-meta-mode-hook): New variable.
26752         * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
26754         * ediff-init.el: Get rid of -face in face names.
26756 2005-07-10  Richard M. Stallman  <rms@gnu.org>
26758         * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
26759         and with-timeout-unsuspend.
26761         * emacs-lisp/debug.el (debug): Call with-timeout-suspend
26762         and with-timeout-unsuspend.
26764         * emacs-lisp/timer.el (with-timeout-timers): New variable.
26765         (with-timeout): Bind that variable to record timers.
26766         (with-timeout-suspend, with-timeout-unsuspend): New functions.
26768         * emacs-lisp/debug.el (debug-help-follow): New function.
26769         (debugger-mode-map): Use that instead of help-follow.
26770         (debugger-setup-buffer): Use eval-buffer-list
26771         to handle eval-buffer frames.
26773 2005-07-10  N. Raghavendra  <raghu@mri.ernet.in>  (tiny change)
26775         * timezone.el (timezone-parse-date): Change first regexp
26776         so it will not mistakenly match dates with no time zone.
26778 2005-07-10  Jeff Dwork  <jeff.dwork@amd.com>  (tiny change)
26780         * facemenu.el (facemenu-read-color): Do case-insensitive matching.
26782 2005-07-10  Luc Teirlinck  <teirllm@auburn.edu>
26784         * custom.el (custom-initialize-safe-set)
26785         (custom-initialize-safe-default): New functions.
26787         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
26788         and simplify :init-value.
26790         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
26791         and simplify :init-value.  Delete obsolete comment.
26793         * startup.el (command-line): Use `custom-reevaluate-setting' to
26794         handle `tooltip-mode'.  Delete obsolete comment.
26796         * files.el (set-visited-file-name): Avoid calling
26797         `file-name-nondirectory' with a nil argument.
26799 2005-07-09  Richard M. Stallman  <rms@gnu.org>
26801         * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
26802         was called with nil for the buffer, handle the read position right.
26803         Handle read position for eval-region, too.
26805 2005-07-09  Juri Linkov  <juri@jurta.org>
26807         * fringe.el (fringe-mode): Add period in docstring.
26808         (fringe-query-style): Build prompt depending on `all-frames' arg.
26810         * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
26811         to not create links to unrelated functions in the Help buffer.
26813         * progmodes/compile.el (compilation-mode-hook, compilation-mode):
26814         Doc fix.
26816         * simple.el (next-error-hook): New variable.
26817         (next-error): Use it.  Doc fix.
26819         * textmodes/ispell.el (ispell-command-loop): Add current
26820         dictionary name and program name to mode-line-format.
26821         (ispell-region, ispell-process-line): Add current dictionary name
26822         and program name to messages.
26824 2005-07-08  Jay Belanger  <belanger@truman.edu>
26826         * calc/calc.el (calc-embedded-announce-formula-alist)
26827         (calc-embedded-open-close-formula-alist)
26828         (calc-embedded-open-close-word-alist)
26829         (calc-embedded-open-close-plain-alist)
26830         (calc-embedded-open-close-new-formula-alist)
26831         (calc-embedded-open-close-mode-alist)
26832         (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
26833         (calc-embedded-mode-hook): New variables.
26835         * calc/calc-embed.el (calc-embedded-firsttime)
26836         (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
26837         New variables.
26838         (calc-do-embedded): Use calc-embedded-firsttime,
26839         calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
26840         determine whether or not to run hooks.
26841         (calc-embedded-make-info): Set calc-embedded-firsttime-buf and
26842         calc-embedded-firsttime-formula appropriately.
26843         Set calc-embedded delimiter variables according to mode.
26845 2005-07-08  Richard M. Stallman  <rms@gnu.org>
26847         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
26848         Check for "emacs", etc., as entire symbol, not just as word.
26849         (checkdoc-file-comments-engine): Use regexp-quote on FN.
26851         * files.el (set-visited-file-name): Report the error
26852         for "empty filename" earlier.
26853         (kill-some-buffers): Ignore buffers already dead.
26855         * fringe.el (fringe-mode): Doc fix.
26857         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
26858         Check for (featurep 'xemacs) and turn off warnings in what it guards.
26859         Use unwind-protect to ensure byte-compile-unresolved-functions
26860         is updated.
26862         * whitespace.el (whitespace-buffer-leading-cleanup):
26863         Simplify w/ skip-chars-forward.
26864         (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
26866         * mail/rmail.el (rmail-only-expunge): Fix paren error.
26867         Unconditionally try to leave point at the same old place.
26869 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>  (tiny change)
26871         * comint.el (comint-postoutput-scroll-to-bottom)
26872         (comint-show-maximum-output): Take scroll-margin into consideration.
26874 2005-07-08  Kim F. Storm  <storm@cua.dk>
26876         * ido.el (ido-use-filename-at-point): New choice `guess'.
26877         (ido-file-internal): Try ffap-guesser if selected.
26879         * ido.el (ido-before-fallback-functions): New hook.
26880         (ido-buffer-internal, ido-file-internal, ido-read-buffer)
26881         (ido-read-file-name): Run it.
26883 2005-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
26885         * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
26886         strings rather than a list of symbols to the completion function.
26888 2005-07-07  Jay Belanger  <belanger@truman.edu>
26890         * calc/calc-units.el (math-apply-units): Change the places in
26891         which units are simplified.
26893 2005-07-07  Luc Teirlinck  <teirllm@auburn.edu>
26895         * cus-edit.el (customize-option, customize-option-other-window):
26896         Make them handle aliases.
26898         * custom.el (custom-variable-p): Make it recursively follow
26899         aliases.  Mention that in the docstring.
26901 2005-07-07  Richard M. Stallman  <rms@gnu.org>
26903         * cus-start.el (exec-path): Use `directory' instead of `file'.
26904         Fix tag for nil.
26906 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
26908         * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
26909         when called non-interactively.  Doc fix.
26911 2005-07-07  Lute Kamstra  <lute@gnu.org>
26913         * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
26914         new address as well.
26916 2005-07-07  Kenichi Handa  <handa@m17n.org>
26918         * international/mule.el (make-coding-system):
26919         Describe `ascii-incompatible' property in the docstring.
26920         (set-file-name-coding-system): Signal an error if coding-system is
26921         ascii-incompatible.
26922         (set-keyboard-coding-system): Likewise.
26924         * international/mule-cmds.el (set-default-coding-systems):
26925         Don't set default-file-name-coding-system and
26926         default-keyboard-coding-system if coding-system is ASCII-incompatible.
26928         * international/utf-16.el: Declare that all UTF-16-based coding
26929         systems are ASCII-incompatible.
26931 2005-07-07  Nick Roberts  <nickrob@snap.net.nz>
26933         * progmodes/gud.el: Require font-lock for displaying errors.
26934         Used by gdb-ui.el.
26936 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
26938         * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
26939         values for the pattern lists which are `read'able but not
26940         `append'able (like symbols).
26942 2005-07-06  Richard M. Stallman  <rms@gnu.org>
26944         * progmodes/flymake.el (flymake-float-time): Instead of
26945         with-no-warnings, test for XEmacs.
26946         (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
26947         to avoid warning.
26949 2005-07-06  Juanma Barranquero  <lekktu@gmail.com>
26951         * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
26953 2005-07-05  Lute Kamstra  <lute@gnu.org>
26955         * battery.el: Add support for Darwin (with much debugging help
26956         from Samuel Lauber <sam124@operamail.com>).
26957         (battery-status-function, battery-echo-area-format)
26958         (battery-mode-line-format): Add support for pmset on Darwin.
26959         (battery-load-low, battery-load-critical): New user options.
26960         (battery-pmset): New function.
26962 2005-07-05  Lute Kamstra  <lute@gnu.org>
26964         Update FSF's address in GPL notices.
26966         * textmodes/page-ext.el: Update FSF's address.
26968 2005-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
26970         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
26971         filling from using prefix when filling a single-line docstring.
26973         * progmodes/flymake.el: Remove useless eval-when-compile.
26975         * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
26977 2005-07-04  Richard M. Stallman  <rms@gnu.org>
26979         * textmodes/org.el (org-file-apps-defaults-gnu):
26980         Rename from org-file-apps-defaults-linux.
26981         (org-default-apps): Don't test system-type for `linux'.
26982         (org-file-apps): Doc fix.
26984 2005-07-04  David Ponce  <david@dponce.com>
26986         * tree-widget.el: Improve header Commentary section.
26987         (tree-widget) [defgroup]
26988         (tree-widget-image-enable, tree-widget-themes-directory)
26989         (tree-widget-theme, tree-widget-image-properties-emacs)
26990         (tree-widget-image-properties-xemacs, tree-widget-create-image)
26991         (tree-widget-image-formats, tree-widget-control)
26992         (tree-widget-empty-control, tree-widget-leaf-control
26993         (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
26994         (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
26995         (tree-widget-keep, tree-widget-after-toggle-functions)
26996         (tree-widget-open-node, tree-widget-close-node): Doc fix.
26997         (tree-widget-open-control, tree-widget-close-control): Fix doc and
26998         :help-echo message.
26999         (tree-widget-set-theme): Doc fix.  Use `string-equal'.
27000         (tree-widget-image-properties): Doc fix.  Clearer implementation.
27001         (tree-widget--cursors): New constant.
27002         (tree-widget-lookup-image): New function split from
27003         `tree-widget-find-image'.  Clearer implementation.
27004         (tree-widget-find-image): Use it.
27005         (tree-widget-button-keymap): Use `set-keymap-parent'.
27006         (tree-widget) [define-widget]: Use `widget-children-value-delete'.
27007         Define the sub-widgets here.
27008         (tree-widget-node): Check that :node is not a tree-widget.
27009         (tree-widget-get-super, tree-widget-open-control)
27010         (tree-widget-close-control, tree-widget-empty-control)
27011         (tree-widget-leaf-control, tree-widget-guide)
27012         (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
27013         (tree-widget-no-handle, tree-widget-value-delete)
27014         (tree-widget-map): Remove.
27015         (tree-widget-children-value-save): Doc fix.  Simplified.
27016         (tree-widget-value-create): Update according to previous changes.
27018 2005-07-04  Carsten Dominik  <dominik@science.uva.nl>
27020         * textmodes/org.el: Leading space replaced by TABS.
27021         (org-recalc-marks, org-table-rotate-recalc-marks)
27022         (org-table-get-specials): Treat "^" and "_" marks.
27023         (org-table-justify-field-maybe): Optional argument NEW.
27024         (org-table-eval-formula): Parsing of the format simplified.
27025         New modes C,I.  Honor the %= parameter in the current table.
27026         Avoid unnecessary re-align by using the NEW argument to
27027         `org-table-justify-field-maybe'.
27028         (org-calc-default-modes): Default for date-format mimicks org-mode.
27029         (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
27031 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
27033         * cus-face.el (custom-theme-set-faces): Make it handle face
27034         aliases whose alias declarations are pre- or autoloaded.
27036 2005-07-04  Juri Linkov  <juri@jurta.org>
27038         * faces.el (read-face-name): Put the code for getting a face name
27039         from the buffer before adding the faces from the `face' property.
27040         Use `completing-read-multiple' instead of `completing-read'.
27041         Require `crm'.  Add default value and post-process the returned
27042         list of faces.
27044         * emacs-lisp/crm.el (crm-find-current-element)
27045         (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
27047         * emacs-lisp/lisp-mode.el (eval-defun-1):
27048         * emacs-lisp/edebug.el (edebug-eval-defun):
27049         Remove unnecessary quotes.
27051 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
27053         * progmodes/prolog.el (prolog-eof-string): Doc fixes.
27054         (prolog-indent-level): Fix typo in docstring.
27056         * info.el (Info-history, Info-history-forward)
27057         (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
27059         * add-log.el (add-change-log-entry):
27060         * comint.el (comint-dynamic-list-input-ring)
27061         (comint-dynamic-list-completions):
27062         * dabbrev.el (dabbrev-expand):
27063         * delim-col.el (delimit-columns-rectangle-line):
27064         * diff-mode.el (diff-context->unified, diff-reverse-direction)
27065         (diff-unified->context):
27066         * ediff-init.el (ediff-abbrev-jobname):
27067         * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
27068         (ediff-replace-session-activity-marker-in-meta-buffer):
27069         * info.el (Info-summary):
27070         * lpr.el (printify-region):
27071         * printing.el (pr-create-interface):
27072         * ps-print.el (ps-print-quote):
27073         * ses.el (ses-column-widths, ses-print-cell)
27074         (ses-adjust-print-width, ses-center):
27075         * shell.el (shell-file-name-quote-list):
27076         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
27077         (strokes-fill-current-buffer-with-whitespace)
27078         (strokes-xpm-for-stroke, strokes-list-strokes)
27079         (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
27080         * term.el (term-dynamic-list-input-ring)
27081         (term-dynamic-list-completions):
27082         * calc/calc.el (math-format-stack-value):
27083         * emacs-lisp/edebug.el (edebug-display-freq-count):
27084         * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
27085         (delphi-new-comment-line):
27086         * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
27087         * progmodes/executable.el (executable-set-magic):
27088         * progmodes/python.el (inferior-python-mode):
27089         * progmodes/scheme.el (scheme-mode-syntax-table):
27090         * progmodes/sh-script.el (sh-maybe-here-document):
27091         * progmodes/sql.el (sql-copy-column):
27092         * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
27093         * textmodes/bibtex.el (bibtex-mode):
27094         * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
27095         (sgml-auto-attributes):
27096         * textmodes/table.el (table-insert, table-shorten-cell)
27097         (table--generate-source-scan-lines, table-delete-row)
27098         (*table--cell-delete-char, table--spacify-frame)
27099         (table--horizontally-shift-above-and-below)
27100         (table--cell-insert-char, table--cell-blank-str)
27101         (table--fill-region-strictly):
27102         * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
27103         * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
27105         * add-log.el (change-log):
27106         * apropos.el (apropos):
27107         * comint.el (comint-completion, comint-source):
27108         * dabbrev.el (dabbrev):
27109         * delim-col.el (columns):
27110         * diff-mode.el (diff-mode):
27111         * ediff.el (ediff):
27112         * ediff-diff.el (ediff-diff):
27113         * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
27114         * ediff-mult.el (ediff-mult):
27115         * ediff-ptch.el (ediff-ptch):
27116         * ediff-wind.el (ediff-window):
27117         * facemenu.el (facemenu):
27118         * indent.el (indent):
27119         * info.el (info):
27120         * jka-cmpr-hook.el (compression, jka-compr):
27121         * lpr.el (lpr):
27122         * outline.el (outlines):
27123         * pcmpl-cvs.el (pcmpl-cvs):
27124         * pcmpl-rpm.el (pcmpl-rpm):
27125         * printing.el (printing):
27126         * ps-print.el (postscript, ps-print, ps-print-horizontal)
27127         (ps-print-vertical, ps-print-headers, ps-print-font)
27128         (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
27129         (ps-print-background, ps-print-printer, ps-print-page)
27130         (ps-print-miscellany):
27131         * ses.el (ses):
27132         * shell.el (shell, shell-directories, shell-faces):
27133         * startup.el (initialization):
27134         * strokes.el (strokes):
27135         * term.el (term):
27136         * uniquify.el (uniquify):
27137         * w32-vars.el (w32):
27138         * calc/calc.el (calc):
27139         * emacs-lisp/bytecomp.el (bytecomp):
27140         * emacs-lisp/cl-indent.el (lisp-indent):
27141         * emacs-lisp/edebug.el (edebug):
27142         * emacs-lisp/elp.el (elp):
27143         * emacs-lisp/testcover.el (testcover):
27144         * emacs-lisp/trace.el (trace):
27145         * emulation/viper-ex.el (viper-ex):
27146         * emulation/viper-mous.el (viper-mouse):
27147         * mail/mailalias.el (mailalias):
27148         * mail/supercite.el (supercite, supercite-frames)
27149         (supercite-attr, supercite-cite, supercite-hooks):
27150         * net/rcompile.el (remote-compile):
27151         * net/rlogin.el (rlogin):
27152         * obsolete/ooutline.el (outlines):
27153         * progmodes/delphi.el (delphi):
27154         * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
27155         (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
27156         (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
27157         (ebnf-optimization):
27158         * progmodes/etags.el (etags):
27159         * progmodes/executable.el (executable):
27160         * progmodes/idlwave.el (idlwave):
27161         * progmodes/pascal.el (pascal):
27162         * progmodes/prolog.el (prolog):
27163         * progmodes/python.el (python):
27164         * progmodes/scheme.el (scheme):
27165         * progmodes/sh-script.el (sh, sh-script):
27166         * progmodes/sql.el (SQL):
27167         * progmodes/tcl.el (tcl):
27168         * textmodes/bibtex.el (bibtex, bibtex-autokey):
27169         * textmodes/enriched.el (enriched):
27170         * textmodes/makeinfo.el (makeinfo):
27171         * textmodes/sgml-mode.el (sgml):
27172         * textmodes/table.el (table-hooks):
27173         * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
27174         * textmodes/texinfo.el (texinfo):
27175         * textmodes/two-column.el (two-column):
27176         Finish `defgroup' description with period.
27178         * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
27179         * eshell/esh-var.el (eshell-var):
27180         * progmodes/vhdl-mode.el (vhdl-testbench):
27181         * textmodes/org.el (org): Fix typos in docstrings.
27183         * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
27184         consistency.
27186         * progmodes/flymake.el (flymake-find-file): Remove.
27187         (flymake-float-time): Use `with-no-warnings'.
27188         (flymake-check-start-time, flymake-check-was-interrupted)
27189         (flymake-err-info, flymake-is-running, flymake-last-change-time)
27190         (flymake-new-err-info): `defvar' at compile time.
27192 2005-07-03  Juanma Barranquero  <lekktu@gmail.com>
27194         * replace.el (occur-hook): Doc fix.
27195         (occur-1): Don't call `occur-hook' if there are no matches.
27197 2005-07-03  Richard M. Stallman  <rms@gnu.org>
27199         * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
27200         global-map, save the same map.
27201         (global-map): Don't alter it at top level.
27202         (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
27203         Then alter it here instead.
27204         (tpu-edt-off): Set global-map to the saved one.
27206         * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
27207         All references simplified.
27208         (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p.  Uses changed.
27209         (zmacs-regions): Add defvar.
27210         (repeat-complex-command-map): Everything about that deleted.
27212         * textmodes/artist.el (artist-key-is-drawing)
27213         (artist-key-endpoint1, artist-key-poly-point-list)
27214         (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
27215         (artist-key-compl-table, artist-rb-save-data)
27216         (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
27217         Don't put them in eval-when-compile.
27218         (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
27220         * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
27221         Use with-no-warnings.
27223         * net/browse-url.el (dos-windows-version): Add defvar.
27225         * mail/supercite.el (filladapt-prefix-table): Add defvar.
27227         * mail/rmailsum.el (rmail-summary-redo): Add defvar.
27228         (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
27229         (rmail-new-summary-line-count): Rename from new-summary-line-count.
27230         Add defvar.
27231         (rmail-summary-beginning-of-message): Use with-no-warnings.
27232         (rmail-summary-first-message, rmail-summary-last-message): Likewise.
27234         * emulation/vip.el (vip-replace-string, ex-map, ex-read):
27235         Use with-no-warnings.
27237         * emulation/vi.el (vi-mark-region): Use c-mark-function.
27238         (c-mark-function): Add point-moving-unit property.
27239         (vi-goto-line): Use with-no-warnings.
27241         * emulation/edt.el (edt-last-copied-word): Add defvar.
27242         (zmacs-region-stays): Likewise.
27243         (edt-mark-section-wisely): Use c-mark-function for C.
27244         Use makr-defun for Fortran.
27245         (time-string): defvar deleted.
27246         (edt-display-the-time): Don't set time-string.
27248         * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
27250         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
27251         Don't warn when name is not constant
27252         or for defining the group `emacs'.
27254         * tooltip.el (gud-tooltip-mode): Add defvar.
27256         * startup.el (default-frame-background-mode): Add defvar.
27258         * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
27260         * info.el (tool-bar-map): Add defvar.
27262         * dired.el (dnd-protocol-alist): Add defvar.
27264         * dired-aux.el (dired-query): Display question with answer, when
27265         the user answers.
27267         * custom.el (custom-add-option): Doc fix.
27269         * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
27271 2005-07-03  Eli Zaretskii  <eliz@gnu.org>
27273         * font-lock.el (font-lock-regexp-grouping-construct): Fix the
27274         bogus name from the last change.
27276 2005-07-02  Luc Teirlinck  <teirllm@auburn.edu>
27278         * custom.el (custom-declare-variable): Fix typos in comment.
27279         (custom-known-themes): Doc fix.
27280         (custom-theme-directory): New defcustom.
27281         (require-theme): Make it check `custom-theme-directory'.
27283         * cus-theme.el (custom-new-theme-mode): New function.
27284         (custom-theme-name, custom-theme-variables, custom-theme-faces)
27285         (custom-theme-description): Add compiler defvars.
27286         (customize-create-theme): Add doc to the "*New Custom Theme*"
27287         buffer.  Use `custom-new-theme-mode'.
27288         (custom-theme-write): Put the created buffer in emacs-lisp-mode
27289         and save it to the `custom-theme-directory'.  Make this the
27290         default directory of the buffer.
27292 2005-07-02  David Hunter  <hunterd_42@comcast.net>  (tiny change)
27294         * progmodes/flymake.el (flymake-mode, flymake-mode-off):
27295         Fix unbalanced parentheses.
27297 2005-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
27299         * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
27300         into flymake-mode and delegate to flymake-mode.
27302         * find-file.el (ff-which-function-are-we-in): Clean up.
27304 2005-07-02  Juanma Barranquero  <lekktu@gmail.com>
27306         * replace.el (occur-rename-buffer): Fix docstring.
27308         * emulation/edt.el (*EDT-keys*, edt-default-global-map)
27309         (edt-last-copied-word, edt-learn-macro-count)
27310         (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
27311         (edt-rect-start-point, edt-user-global-map, rect-start-point)
27312         (time-string, zmacs-region-stays):
27313         * emulation/edt-mapper.el (edt-save-function-key-map)
27314         (EDT-key-name): `defvar' to silence the byte-compiler.
27316 2005-07-02  Martin Rudalics  <rudalics@gmx.at>
27318         * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
27319         font-lock-regexp-backslash.  Doc fix.
27320         (font-lock-regexp-backslash-grouping-construct): Rename from
27321         font-lock-regexp-backslash-construct.  Doc fix.
27322         (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
27323         grouping constructs.
27325 2005-07-02  Eli Zaretskii  <eliz@gnu.org>
27327         * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
27328         updating all the prerequisites.
27330 2005-07-01  Juanma Barranquero  <lekktu@gmail.com>
27332         * textmodes/org.el (org-agenda-start-on-weekday)
27333         (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
27334         (org-agenda-use-time-grid, org-archive-location)
27335         (org-allow-space-in-links, org-usenet-links-prefer-google)
27336         (org-enable-table-editor, org-export-default-language)
27337         (org-export-html-show-new-buffer, org-fill-paragraph)
27338         (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
27339         (org-goto-quit, org-occur, org-eval-in-calendar)
27340         (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
27341         (org-agenda-diary-entry, org-remember-help)
27342         (org-table-convert-region, org-at-table-p)
27343         (org-table-move-row-down, org-table-move-row-up)
27344         (org-table-copy-region, org-table-toggle-vline-visibility)
27345         (org-table-get-stored-formulas, org-table-get-specials)
27346         (org-recalc-commands, org-table-eval-formula)
27347         (org-table-formula-substitute-names, orgtbl-make-binding)
27348         (org-format-org-table-html, org-format-table-table-html)
27349         (org-format-table-table-html-using-table-generate-source)
27350         (org-customize): Fix typos in docstrings.
27351         (org-level-2, org-at-timestamp-p, org-agenda-day-view)
27352         (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
27353         (org-back-to-heading): Doc fixes.
27354         (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
27355         (org-agenda-change-all-lines, org-get-header):
27356         Improve argument/docstring consistency.
27357         (orgtbl-error): Fix error message.
27359         * progmodes/flymake.el (flymake-find-possible-master-files)
27360         (flymake-master-file-compare, flymake-get-line-err-count)
27361         (flymake-highlight-line, flymake-gui-warnings-enabled):
27362         Fix typos in docstrings.
27363         (flymake-parse-line, flymake-get-project-include-dirs-function)
27364         (flymake-get-prev-err-line-no, flymake-goto-prev-error):
27365         Doc fixes.
27366         (flymake-get-project-include-dirs-function)
27367         (flymake-make-err-menu-data):
27368         Improve argument/docstring consistency.
27370 2005-07-01  Lute Kamstra  <lute@gnu.org>
27372         * battery.el (battery-linux-proc-apm): Fix typo in docstring.
27373         Catch errors with ignore-errors.  Use temporary buffer.
27374         (battery-linux-proc-acpi): Fix typo in docstring.  Document `%r'.
27376         * facemenu.el (facemenu-unlisted-faces): Delete foreground and
27377         background color faces.
27378         (facemenu-set-foreground, facemenu-set-background):
27379         Use facemenu-set-face-from-menu.
27380         (facemenu-set-face-from-menu): Treat face names that start with
27381         "fg:" or "bg:" as special.
27382         (facemenu-add-new-color): Don't create faces.  Simplify.
27384 2005-06-30  Richard M. Stallman  <rms@gnu.org>
27386         * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
27387         (crm-find-current-element): Likewise.
27389 2005-06-30  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
27391         * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
27393 2005-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
27395         * arc-mode.el (archive-extract): Make it work as a mouse binding.
27396         (archive-mouse-extract): Make it an obsolete alias.
27397         (archive-mode-map): Don't use archive-mouse-extract any more.
27398         (archive-mode, archive-extract): write-contents-hooks ->
27399         write-contents-functions.
27400         (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
27401         first arg.
27402         (archive-rename-entry): Update the call.
27403         (archive-zip-summarize): Remove unused var `method'.
27404         (archive-lzh-summarize): Remove unused var `creator'.
27406         * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
27407         dedicated frame upon exit.
27409         * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
27410         (archive-zip-extract, archive-zip-expunge)
27411         (archive-zip-update, archive-zip-update-case): Use executable-find.
27412         (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
27413         Use restore-buffer-modified-p.
27414         (archive-extract, archive-add-new-member, archive-write-file-member):
27415         Use with-current-buffer.
27416         (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
27418 2005-06-30  Andreas Schwab  <schwab@suse.de>
27420         * progmodes/gud.el (gud-filter): Remove unneeded progn.
27422 2005-06-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
27424         * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
27426 2005-06-30  Juri Linkov  <juri@jurta.org>
27428         * faces.el (vertical-border): Inherit from mode-line-inactive
27429         only on tty.
27431 2005-06-30  Juanma Barranquero  <lekktu@gmail.com>
27433         * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
27434         example, -NLINES in the `occur' docstring).
27436         * replace.el (occur-1): When no matches are found, do not set the
27437         `buffer-read-only' and modified flags for the occur buffer,
27438         because it is deleted.
27440         * emulation/cua-base.el (cua-check-pending-input)
27441         (cua-repeat-replace-region, cua-mode, cua-debug)
27442         (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
27443         Fix typos in docstrings.
27445         * emulation/cua-gmrk.el (cua-toggle-global-mark)
27446         (cua-cut-region-to-global-mark)
27447         (cua--cut-rectangle-to-global-mark):
27448         Remove period from end of messages.
27450         * emulation/cua-rect.el (cua-do-rectangle-padding):
27451         Remove period from end of messages.
27452         (cua--rectangle-seq-format): Fix typo in docstring.
27453         (cua-sequence-rectangle, cua-fill-char-rectangle):
27454         Improve argument/docstring consistency.
27456 2005-06-29  Juri Linkov  <juri@jurta.org>
27458         * faces.el (default-frame-background-mode): New internal variable.
27459         (frame-set-background-mode): Use it.
27461         * startup.el (normal-top-level): Set default-frame-background-mode
27462         instead of frame-background-mode.  Before setting it, test for its
27463         nil value.  Remove tests for frame-background-mode and frame
27464         parameter `reverse'.  Add test for "unspecified-fg".
27466         * term/xterm.el (xterm-rxvt-set-background-mode):
27467         * term/rxvt.el (rxvt-set-background-mode):
27468         Set default-frame-background-mode instead of frame-background-mode.
27470 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
27472         * simple.el (set-variable): Warn about obsolete user variables.
27474         * imenu.el (imenu--completion-buffer):
27475         * mouse.el (mouse-buffer-menu-alist):
27476         * msb.el (msb-invisible-buffer-p):
27477         * calendar/diary-lib.el (diary-header-line-format):
27478         * emacs-lisp/pp.el (pp-buffer):
27479         * progmodes/cperl-mode.el (cperl-do-auto-fill):
27480         * textmodes/picture.el (picture-replace-match):
27481         Change space constants followed by a sexp to "?\s ".
27483         * play/decipher.el (decipher-loop-with-breaks):
27484         * textmodes/texinfo.el (texinfo-insert-@item): Change space
27485         constants "protected" from end of line by a comment to "?\s".
27487 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
27489         * font-lock.el (save-buffer-state): Use `declare'.
27491         * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
27492         reset the syntax-table to cperl-mode-syntax-table.
27493         (cperl-mode): Make _ into word-syntax during font-locking so "print" in
27494         "foo_print_bar" is not matched as a reserved keyword.
27496 2005-06-29  Carsten Dominik  <dominik@science.uva.nl>
27498         * textmodes/org.el (orgtbl-setup): New function, for delayed
27499         setup for the orgtbl commands.
27500         (org-calc-default-modes): New option.
27501         (orgtbl-make-binding): Use `defun' to get better help display.
27502         (org-diary): Call `org-compile-prefix-format'.
27503         (org-table-formula-substitute-names): New function.
27504         (org-agenda-day-view, org-agenda-week-view): New commands.
27505         (org-agenda-toggle-week-view): Command removed.
27506         (org-tbl-menu): Split off from org-org-menu.
27507         (org-mode): Move removal of outline-mode menus to here.
27508         (org-table-formula-debug): New option.
27509         (org-table-insert-row): Keep first field if just "#" or "*".
27510         (org-mode): Paragraph regexps fixed.
27511         (org-table-recalculate-regexp): New constant.
27512         (org-table-justify-field-maybe): Avoid replace if not necessary.
27513         (org-copy-special, org-cut-special): Use `call-interactively'.
27514         (org-table-copy-region): Take region from `interactive' call.
27515         (org-trim): Return string even if no match.
27516         (org-formula): New face.
27517         (org-set-font-lock-defaults): No longer highlight "FIXME".
27518         But highlight formula-related fields in table.
27519         (org-table-p): Use regexp, not fontification.
27520         (org-table-align): Handle white space at end of line.
27521         (org-table-formula-evaluate-inline): New option.
27522         (org-mode): Auto-wrapping in comment lines turned off.
27523         (org-table-copy-down): Evaluate only in copied field, not in
27524         destination.
27525         (org-table-current-formula): Variable removed.
27526         (org-table-store-formulas, org-table-get-stored-formulas)
27527         (org-table-modify-formulas, org-table-replace-in-formulas)
27528         (org-table-maybe-eval-formula): New functions.
27529         (org-table-get-formula): Modify to use stored formulas.
27530         (org-table-insert-column, org-table-delete-column)
27531         (org-table-move-column): Call `org-table-modify-formulas'.
27532         (org-complete): Add completion for keyword formulas.
27533         (orgtbl-mode): Pull orgtbl-mode-map to start of
27534         minor-mode-map-alist.
27536 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
27538         * progmodes/python.el (python-check): Require `compile' before
27539         modifying its variables.
27541         * newcomment.el (comment-indent-default): Don't get fooled by an early
27542         end of buffer.
27544 2005-06-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
27546         * ps-print.el (ps-print-version): Fix version number.
27548 2005-06-28  Luc Teirlinck  <teirllm@auburn.edu>
27550         * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
27552 2005-06-28  Richard M. Stallman  <rms@gnu.org>
27554         * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
27555         (flyspell-local-mouse-map): Declaration deleted.
27556         (flyspell-mouse-map): Bind only mouse-2.
27557         (flyspell-mode-map): Don't test flyspell-use-local-map.
27558         (flyspell-overlay-keymap-property-name): Var deleted.
27559         (flyspell-mode-on): Don't make local bindings for
27560         flyspell-mouse-map and flyspell-mode-map.
27561         (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
27563         * textmodes/ispell.el (ispell-word): Do not ignore short words.
27565         * progmodes/compile.el (compilation-next-error-function):
27566         Don't switch buffers; operate on the current buffer.
27568         * progmodes/compile.el (compilation-error-file-name)
27569         (compilation-warning-file-name, compilation-info-file-name)
27570         (compilation-line-number, compilation-column-number): New faces.
27571         (compilation-error-face, compilation-warning-face)
27572         (compilation-info-face, compilation-line-face)
27573         (compilation-column-face): Use them.
27575         * facemenu.el (facemenu-add-face): Warn when font-lock is active.
27577         * comint.el (comint-password-prompt-regexp): Accept ", try again".
27579         * bindings.el (global-map): Bind insertchar and its variants.
27581 2005-06-27  Richard M. Stallman  <rms@gnu.org>
27583         * textmodes/artist.el (artist-text-overwrite)
27584         (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
27586 2005-06-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
27588         * ps-print.el: It was not working the page selection for printing.
27589         Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
27590         (ps-print-version): New version 6.6.7.
27591         (ps-end-sheet): New fun.
27592         (ps-header-sheet, ps-end-job): Call it.
27594 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
27596         * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
27598 2005-06-27  Lute Kamstra  <lute@gnu.org>
27600         * facemenu.el (facemenu-unlisted-faces): Add foreground and
27601         background color faces.
27602         (facemenu-get-face): Delete function.
27603         (facemenu-set-face-from-menu): Don't call facemenu-get-face.
27604         (facemenu-add-new-color): Make second argument mandatory.
27605         Create the appropriate face and return it.  Simplify.
27606         (facemenu-set-foreground, facemenu-set-background): Don't check if
27607         color is defined.  Use return value of facemenu-add-new-color.
27609 2005-06-26  Nick Roberts  <nickrob@snap.net.nz>
27611         * progmodes/gud.el (gud-filter): Add missing argument to
27612         with-selected-window.
27614 2005-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
27616         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
27617         a :require to the defcustom.
27619         * emacs-lisp/autoload.el (make-autoload): Add the :setter for
27620         defcustoms corresponding to minor modes.
27622 2005-06-26  David Ponce  <david@dponce.com>
27624         * recentf.el: Require tree-widget instead of wid-edit.
27625         (recentf-filename-handler): Fix widget :type.
27626         (recentf-cancel-dialog, recentf-open-more-files)
27627         (recentf-open-files-action): Doc fix.
27628         (recentf-dialog-goto-first): New function.
27629         (recentf-dialog-mode-map): Set parent keymap first.
27630         (recentf-dialog-mode): Define with define-derived-mode.
27631         Don't display continuation lines in dialogs.
27632         (recentf-edit-list): Rename from recentf-edit-selected-items.
27633         (recentf-edit-list-select): Rename from recentf-edit-list-action.
27634         Simplify.
27635         (recentf-edit-list-validate): New function.
27636         (recentf-edit-list): Update accordingly.
27637         (recentf-open-files-item-shift): Remove.
27638         (recentf-open-files-item): Convert menu elements into tree and
27639         link widgets.  Don't create the widgets.
27640         (recentf-open-files): Update accordingly.
27641         (recentf-save-list): Untabify.
27643 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
27645         * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
27646         (keep-lines): Add INTERACTIVE arg.  Never delete lines only
27647         partially contained in the active region.  Do not take active
27648         region into account when called from Lisp, unless INTERACTIVE arg
27649         is non-nil.  Use `forward-line' instead of `beginning-of-line' to
27650         avoid trouble with fields.  Make marker point nowhere when no
27651         longer used.  Always return nil.  Doc fix.
27652         (flush-lines): Add INTERACTIVE arg.  Do not take active region
27653         into account when called from Lisp, unless INTERACTIVE arg is
27654         non-nil.  Use `forward-line' instead of `beginning-of-line' to
27655         avoid trouble with fields.  Make marker point nowhere when no
27656         longer used.  Always return nil.  Doc fix.
27657         (how-many): Add INTERACTIVE arg.  Make RSTART and REND args
27658         interchangeable.  Do not take active region into account when
27659         called from Lisp, unless INTERACTIVE arg is non-nil.  Do not print
27660         message in echo area when called from Lisp, unless INTERACTIVE arg
27661         is non-nil.  Avoid saying "1 occurrences".  Do not use markers.
27662         Return the number of matches.  Doc fix.
27663         (occur): Doc fix.
27664         (perform-replace): Make comment follow double space convention for
27665         the sake of `outline-minor-mode'.
27667         * faces.el (facep): Doc fix.
27669 2005-06-25  Richard M. Stallman  <rms@gnu.org>
27671         * facemenu.el (facemenu-enable-faces-p): New function.
27672         (facemenu-background-menu, facemenu-foreground-menu)
27673         (facemenu-face-menu): Add menu-enable property.
27675         * jka-compr.el (jka-compr-insert-file-contents):
27676         Special handling if cannot find the uncompression program.
27678         * cus-face.el (custom-face-attributes): Add autoload.
27680         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
27681         Bind comment-indent-function locally.
27683         * window.el (save-selected-window): Use save-current-buffer.
27685         * subr.el (with-selected-window): Use save-current-buffer.
27687         * progmodes/gud.el (gud-filter): Simplify using with-selected-window
27688         and with-current-buffer.
27690 2005-06-24  Richard M. Stallman  <rms@gnu.org>
27692         * simple.el (line-move-1): Fix previous change.
27694 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
27696         * replace.el (occur-1): Set `buffer-read-only' and the
27697         buffer-modified flag before running `occur-hook' to protect
27698         against unintentional buffer switches that can lead to data loss.
27700 2005-06-24  Nick Roberts  <nickrob@snap.net.nz>
27702         * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
27703         (gud-gdb-marker-filter): Use font-lock-warning-face for any
27704         initial error.
27706         * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
27707         after fresh input.
27708         (gdb-var-create-handler): Put name of expression in quotes.
27710 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
27712         * emacs-lisp/ring.el (ring-elements): Make it return a list of the
27713         elements of RING in order, and without bogus nil elements.
27715 2005-06-23  Richard M. Stallman  <rms@gnu.org>
27717         * simple.el (set-variable): Args renamed; doc fix.
27718         (line-move-1): When there are overlays around, use vertical-motion.
27720         * faces.el (escape-glyph): Use brown against light background.
27721         (nobreak-space): Rename from no-break-space.
27722         Fix previous change.
27724         * dired-aux.el (dired-do-copy): Fix arg prompt.
27726         * mail/sendmail.el (mail-setup-with-from): Fix custom type.
27728 2005-06-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
27730         * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
27731         rather than "Distributor".
27733 2005-06-23  Lute Kamstra  <lute@gnu.org>
27735         * emacs-lisp/debug.el (debugger-special-form-p): New defun.
27736         (debug-on-entry): Use it.  New interactive declaration that uses
27737         function-called-at-point.
27739 2005-06-23  Kim F. Storm  <storm@cua.dk>
27741         * subr.el (save-match-data): Add comment about using evaporate arg
27742         to set-match-data.
27744 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
27746         * cus-edit.el (customize-face)
27747         (customize-face-other-window): Handle face aliases.
27749         * faces.el (face-documentation, set-face-attribute)
27750         (face-spec-set): Handle face aliases.
27752 2005-06-22  Juanma Barranquero  <lekktu@gmail.com>
27754         * help-mode.el (help-make-xrefs): If a symbol representing a face
27755         name is not followed by the word "face", it could still be a
27756         function or variable name, so don't bypass other checks.
27758 2005-06-22  Juri Linkov  <juri@jurta.org>
27760         * ps-print.el (ps-face-foreground-name, ps-face-background-name):
27761         Replace aliased functions with calls where second arg `inherit' is t.
27763 2005-06-22  Nick Roberts  <nickrob@snap.net.nz>
27765         * progmodes/gdb-ui.el (gdb-error): New variable.
27766         (gdb-error): New function.
27767         (gdb-annotation-rules): Act on error-begin and error annotations.
27768         (gdb-concat-output): Use font-lock-warning-face for errors.
27770 2005-06-22  Miles Bader  <miles@gnu.org>
27772         * bindings.el (propertized-buffer-identification): Use renamed
27773         `Buffer-menu-buffer' face.
27775         * faces.el (vertical-border): Rename from `vertical-divider'.
27776         (escape-glyph): Change dark-background color back to `cyan'.
27778 2005-06-21  Juri Linkov  <juri@jurta.org>
27780         * faces.el (face-user-default-spec): Try getting `customized-face'
27781         prior to `saved-face'.
27782         (frame-background-mode): Refill docstring.
27784         * emacs-lisp/lisp-mode.el (eval-defun-1):
27785         * emacs-lisp/edebug.el (edebug-eval-defun):
27786         Set `saved-face' temporarily to nil before calling form.
27787         Set `customized-face' to the new spec after that.
27789 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
27791         * subr.el (1value, lambda, key-substitution-in-progress):
27792         Doc fixes.
27794         * autoinsert.el (auto-insert-alist):
27795         * ses.el (ses-call-printer):
27796         * subr.el (noreturn):
27797         * emacs-lisp/lisp.el (check-parens):
27798         * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
27799         * net/browse-url.el (browse-url-mosaic):
27800         * progmodes/cc-defs.el (c-safe-scan-lists):
27801         * progmodes/ebnf-abn.el (ebnf-abn-lex):
27802         * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
27803         * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
27804         * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
27805         * progmodes/ebnf-iso.el (ebnf-iso-lex):
27806         * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
27808 2005-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
27810         * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
27812 2005-06-21  Glenn Morris  <gmorris@ast.cam.ac.uk>
27814         * calendar/appt.el (appt-make-list): Activate the package, if
27815         not already active (for backwards compatibility).
27817 2005-06-20  Kim F. Storm  <storm@cua.dk>
27819         * subr.el (add-to-ordered-list): Test membership with eq.  Simplify.
27821 2005-06-20  Miles Bader  <miles@gnu.org>
27823         * faces.el (vertical-divider): New face.
27825 2005-06-20  Juanma Barranquero  <lekktu@gmail.com>
27827         * simple.el (kill-whole-line): Doc fix.
27828         (next-error-buffer-p, next-error-find-buffer)
27829         (clone-indirect-buffer): Fix typos in docstrings.
27830         (comment-line-break-function): Doc fix: don't say variable
27831         is automatically buffer-local (it isn't).
27833 2005-06-19  Michael Albinus  <michael.albinus@gmx.de>
27835         * net/tramp-ftp.el (top):
27836         * net/tramp-smb.el (top):
27837         * net/tramp-util.el (top):
27838         * net/tramp-uu.el (top):
27839         * net/tramp-vc.el (top):
27840         * net/tramp.el (top): Revert copyright years back to original
27841         ones.  Tramp has a life outside GNU Emacs.
27843 2005-06-19  Nick Roberts  <nickrob@snap.net.nz>
27845         * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
27847 2005-06-18  Juri Linkov  <juri@jurta.org>
27849         * progmodes/grep.el (grep-regexp-alist): Use backreference at the
27850         end of first regexp to limit the match to the position between
27851         line number and source line with same separator character as used
27852         between file name and line number.  In the second regexp limit
27853         mouse-face area to file name and line number by adding new group
27854         for them and referring it in HYPERLINK arg.
27855         (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
27856         (grep-mode): Set font-lock-lines-before to 0 to not refontify the
27857         previous line where grep markers may be already removed.
27859 2005-06-18  Peter Kleiweg  <p.c.j.kleiweg@rug.nl>
27861         * progmodes/ps-mode.el: Update version and maintainer's email address.
27863 2005-06-18  Steve Youngs  <steve@xemacs.org>
27865         * net/browse-url.el (browse-url-browser-function)
27866         (browse-url-default-browser): Add firefox.
27867         (browse-url-firefox-program, browse-url-firefox-arguments)
27868         (browse-url-firefox-startup-arguments)
27869         (browse-url-firefox-new-window-is-tab): New defcustoms.
27870         (browse-url-firefox, browse-url-firefox-sentinel): New functions.
27872 2005-06-17  Richard M. Stallman  <rms@gnu.org>
27874         * startup.el (command-line): Warn if specified user name has
27875         no home directory.
27877         * term.el (term-get-old-input, term-input-filter, term-input-sender)
27878         (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
27880         * longlines.el (longlines-mode, longlines-show-hard-newlines):
27881         Doc fixes.
27883         * faces.el (underline): Try bold if terminal doesn't support underline.
27885         * mail/sendmail.el (mail-setup-with-from): New variable.
27886         (mail-insert-from-field): New function.
27887         (sendmail-send-it): Call it.
27888         (mail-setup): Optionally call it here.
27890         * term/linux.el: Call tty-no-underline.
27892 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
27894         * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
27896 2005-06-17  Miles Bader  <miles@gnu.org>
27898         * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
27899         (ediff-current-diff-C, ediff-current-diff-Ancestor)
27900         (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
27901         (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
27902         (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
27903         (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
27904         Remove "-face" suffix from face names.
27905         (ediff-current-diff-face-A, ediff-current-diff-face-B)
27906         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
27907         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
27908         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
27909         (ediff-even-diff-face-A, ediff-even-diff-face-B)
27910         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
27911         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
27912         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
27913         New backward-compatibility aliases for renamed faces.
27914         (ediff-current-diff-face-A, ediff-current-diff-face-B)
27915         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
27916         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
27917         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
27918         (ediff-even-diff-face-A, ediff-even-diff-face-B)
27919         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
27920         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
27921         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
27922         Use renamed ediff faces.
27924         * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
27925         Remove "-face" suffix from face names.
27926         (eshell-test-ok-face, eshell-test-failed-face):
27927         New backward-compatibility aliases for renamed faces.
27928         (eshell-run-test): Use renamed eshell-test faces.
27930         * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
27931         face name.
27932         (eshell-prompt-face): New backward-compatibility alias for renamed
27933         face.
27934         (eshell-emit-prompt): Use renamed eshell-prompt face.
27936         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
27937         (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
27938         (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
27939         (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
27940         Remove "-face" suffix from face names.
27941         (eshell-ls-directory-face, eshell-ls-symlink-face)
27942         (eshell-ls-executable-face, eshell-ls-readonly-face)
27943         (eshell-ls-unreadable-face, eshell-ls-special-face)
27944         (eshell-ls-missing-face, eshell-ls-archive-face)
27945         (eshell-ls-backup-face, eshell-ls-product-face)
27946         (eshell-ls-clutter-face):
27947         New backward-compatibility aliases for renamed faces.
27948         (eshell-ls-decorated-name): Use renamed eshell-ls faces.
27950         * progmodes/cc-fonts.el (c-nonbreakable-space-face):
27951         Remove "-face" suffix from face name.
27952         (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
27953         instead of literal face.
27955 2005-06-17  Juanma Barranquero  <lekktu@gmail.com>
27957         * emacs-lisp/warnings.el (display-warning, lwarn)
27958         (warning-minimum-log-level): Doc fixes.
27959         (warning-minimum-level, warning-minimum-log-level):
27960         Add :debug to :type choices.
27962         * progmodes/ada-mode.el (ada-format-paramlist)
27963         (ada-get-indent-case, ada-check-matching-start)
27964         (ada-check-defun-name, ada-goto-matching-decl-start)
27965         (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
27966         (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
27967         (ada-make-subprogram-body): Follow error conventions.
27968         (ada-case-exception-file, ada-indent-comment-as-code)
27969         (ada-indent-handle-comment-special, ada-indent-renames)
27970         (ada-indent-return, ada-search-directories-internal)
27971         (ada-tab-policy, ada-case-exception-substring)
27972         (ada-other-file-alist, ada-matching-start-re)
27973         (ada-matching-decl-start-re, ada-contextual-menu-last-point)
27974         (ada-imenu-generic-expression, ada-compile-goto-error)
27975         (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
27976         (ada-popup-menu, ada-add-extensions, ada-mode)
27977         (ada-region-selected, ada-create-case-exception)
27978         (ada-create-case-exception-substring, ada-after-keyword-p)
27979         (ada-activate-keys-for-case, ada-adjust-case-region)
27980         (ada-adjust-case-buffer, ada-format-paramlist)
27981         (ada-scan-paramlist, ada-insert-paramlist)
27982         (ada-indent-newline-indent)
27983         (ada-indent-newline-indent-conditional)
27984         (ada-justified-indent-current, ada-goto-previous-word)
27985         (ada-indent-current, ada-get-indent-open-paren)
27986         (ada-get-indent-paramlist, ada-get-indent-end)
27987         (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
27988         (ada-get-indent-block-start, ada-get-indent-subprog)
27989         (ada-get-indent-noindent, ada-get-indent-label)
27990         (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
27991         (ada-search-prev-end-stmt, ada-goto-next-non-ws)
27992         (ada-goto-stmt-end, ada-goto-next-word)
27993         (ada-check-matching-start, ada-check-defun-name)
27994         (ada-goto-matching-decl-start, ada-goto-matching-start)
27995         (ada-goto-matching-end, ada-search-ignore-string-comment)
27996         (ada-in-decl-p, ada-looking-at-semi-or)
27997         (ada-looking-at-semi-private, ada-in-paramlist-p)
27998         (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
27999         (ada-untab-hard, ada-move-to-start, ada-move-to-end)
28000         (ada-next-procedure, ada-previous-procedure, ada-next-package)
28001         (ada-previous-package, ada-create-menu)
28002         (ada-fill-comment-paragraph-justify)
28003         (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
28004         (ada-other-file-name, ada-last-which-function-line)
28005         (ada-last-which-function-subprog, ada-which-function)
28006         (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
28007         (ada-gen-treat-proc, ada-check-emacs-version)
28008         (ada-continuation-indent, ada-align-region-separate):
28009         Fix typos in docstrings.
28010         (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
28012 2005-06-16  Lute Kamstra  <lute@gnu.org>
28014         * simple.el (fundamental-mode): Run after-change-major-mode-hook
28015         conditionally.
28017 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
28019         * comint.el (comint-replace-by-expanded-filename)
28020         (comint-prompt-regexp, comint-delimiter-argument-list)
28021         (comint-preinput-scroll-to-bottom):
28022         * info.el (Info-hide-cookies-node):
28023         * ls-lisp.el (ls-lisp-classify):
28024         * find-file.el (ff-search-directories, ff-special-constructs)
28025         (ff-find-other-file):
28026         * font-lock.el (font-lock-keywords):
28027         * shell.el (shell-prompt-pattern)
28028         (shell-dynamic-complete-functions, shell-mode)
28029         (shell-delimiter-argument-list):
28030         * term.el (term-replace-by-expanded-filename)
28031         (term-prompt-regexp, term-delimiter-argument-list):
28032         * woman.el (woman-ignore, woman0-if):
28033         * emacs-lisp/derived.el (derived-mode-init-mode-variables):
28034         * emacs-lisp/elint.el (elint-init-env):
28035         * emacs-lisp/regexp-opt.el (regexp-opt-depth):
28036         * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
28037         * language/ethio-util.el (ethio-tilde-escape)
28038         (ethio-use-three-dot-question):
28039         * net/zone-mode.el (zone-mode-load-time-setup):
28040         * progmodes/cc-align.el (c-lineup-argcont):
28041         * progmodes/cc-awk.el (c-awk-beginning-of-defun):
28042         * progmodes/cperl-mode.el (cperl-set-style-back):
28043         * progmodes/inf-lisp.el (inferior-lisp-prompt):
28044         * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
28045         Fix spellings in docstrings.
28047         * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
28048         * progmodes/modula2.el (m2-for): Fix spellings.
28050         * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
28052         * simple.el (undo-more): Don't use `format' on `error' arguments.
28053         Improve argument/docstring consistency.
28054         (pending-undo-list): Doc fix.
28056         * smerge-mode.el (smerge-ensure-match):
28057         * emulation/vip.el (vip-ex):
28058         * net/zone-mode.el (zone-mode-update-serial):
28059         * progmodes/idlwave.el (idlwave-complete):
28060         * progmodes/vhdl-mode.el (vhdl-visit-file)
28061         (vhdl-compose-wire-components):
28062         Don't use `format' on `error' arguments.
28064         * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
28065         (tooltip-use-echo-area, tooltip-process-prompt-regexp)
28066         (tooltip-help-tips): Fix typos in docstrings.
28068 2005-06-16  David Ponce  <david@dponce.com>
28070         * tree-widget.el (tree-widget-value-create): Simplify last change.
28072 2005-06-15  Matt Hodges  <MPHodges@member.fsf.org>
28074         * ido.el (ido-incomplete-regexp): New variable.
28075         (ido-set-matches-1): Handle invalid-regexp error and set
28076         ido-incomplete-regexp.
28077         (ido-incomplete-regexp): New face.
28078         (ido-completions): Use it.
28079         (ido-complete, ido-exit-minibuffer, ido-completions):
28080         Handle incomplete regexps.
28081         (ido-completions): Add check for complete match when entering a regexp.
28083 2005-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
28085         * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
28087 2005-06-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
28089         * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
28090         by field delimiters.
28092 2005-06-15  David Ponce  <david@dponce.com>
28094         * tree-widget.el: eval-and-compile inlined functions so they will
28095         be available at run-time too.
28096         (tree-widget-super-format-handler)
28097         (tree-widget-format-handler): Remove.
28098         (tree-widget-value-create): Handle the :indent property.
28100 2005-06-15  Miles Bader  <miles@gnu.org>
28102         * progmodes/which-func.el (which-func): Only inherit
28103         `font-lock-function-name-face' when that makes sense against the
28104         default mode-line face, otherwise set the face color explicitly.
28106         * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
28107         faces instead of (non-existent) variables.
28109 2005-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
28111         * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
28112         (iswitchb-get-matched-buffers): Likewise.  Simplify.
28114 2005-06-14  Miles Bader  <miles@gnu.org>
28116         * progmodes/ld-script.el (ld-script-location-counter):
28117         Remove "-face" suffix from face name.
28118         (ld-script-location-counter-face):
28119         New backward-compatibility alias for renamed face.
28120         (ld-script-location-counter-face): Use renamed face.
28122         * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
28123         (cperl-hash): Remove "-face" suffix from face names.
28124         (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
28125         New backward-compatibility aliases for renamed faces.
28126         (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
28127         (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
28129         * progmodes/which-func.el (which-func): Remove "-face" suffix from face
28130         name.
28131         (which-func-face): New backward-compatibility alias for renamed face.
28132         (which-func-format): Use renamed which-func face.
28134         * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
28135         (vhdl-function, vhdl-directive, vhdl-reserved-word)
28136         (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
28137         names.
28138         (vhdl-speedbar-entity, vhdl-speedbar-architecture)
28139         (vhdl-speedbar-configuration, vhdl-speedbar-package)
28140         (vhdl-speedbar-library, vhdl-speedbar-instantiation)
28141         (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
28142         (vhdl-speedbar-architecture-selected)
28143         (vhdl-speedbar-configuration-selected)
28144         (vhdl-speedbar-package-selected)
28145         (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
28146         names.
28147         (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
28148         Use renamed faces.
28149         (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
28150         (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
28151         (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
28152         Use renamed faces.
28153         (syntax-alist): Don't use "font-lock-" or "-face" in generated face
28154         names.
28155         (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
28156         (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
28157         (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
28158         (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
28159         (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
28160         (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
28162         * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
28163         face name.
28164         (sh-heredoc-face): New backward-compatibility alias for renamed face.
28165         (sh-heredoc-face): Use renamed sh-heredoc face.
28167         * progmodes/idlw-help.el (idlwave-help-link):
28168         Remove "-face" suffix from face name.
28169         (idlwave-help-link-face):
28170         New backward-compatibility alias for renamed face.
28171         (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
28173         * progmodes/idlw-shell.el (idlwave-shell-bp-face)
28174         (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
28175         (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
28176         New backward-compatibility aliases for renamed faces.
28177         (idlwave-shell-disabled-breakpoint-face)
28178         (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
28180         * progmodes/flymake.el (flymake-errline, flymake-warnline):
28181         Remove "-face" suffix from face names.
28182         (flymake-errline-face, flymake-warnline-face):
28183         New backward-compatibility aliases for renamed faces.
28184         (flymake-highlight-line): Use renamed flymake faces.
28186         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
28187         (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
28188         (ebrowse-member-class, ebrowse-progress):
28189         Remove "-face" suffix from face names.
28190         (ebrowse-tree-mark-face, ebrowse-root-class-face)
28191         (ebrowse-file-name-face, ebrowse-default-face)
28192         (ebrowse-member-attribute-face, ebrowse-member-class-face)
28193         (ebrowse-progress-face):
28194         New backward-compatibility aliases for renamed faces.
28195         (ebrowse-show-progress, ebrowse-show-file-name-at-point)
28196         (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
28197         (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
28198         (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
28200         * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
28201         antlr-syntax)
28202         (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
28203         (antlr-literal): Remove "-face" suffix and "font-lock-" from face
28204         names.
28205         (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
28206         (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
28207         (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
28208         (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
28209         backward-compatibility aliases for renamed faces.
28210         (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
28211         (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
28212         (antlr-tokenref-face, antlr-literal-face): Variables renamed to
28213         remove "font-lock-".  Use renamed antlr-mode faces.
28214         (antlr-font-lock-additional-keywords): Use renamed faces.  Replace
28215         literal face-names with face variable references.
28217         * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
28218         face name.
28219         (Buffer-menu-buffer-face): New backward-compatibility alias for
28220         renamed face.
28221         (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
28223 2005-06-15  Daniel Pfeiffer  <occitan@esperanto.org>
28225         * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
28226         Eliminate "-face" suffix.
28227         (makefile-targets): Inherit from font-lock-function-name-face and
28228         eliminate "-face" suffix.
28229         (makefile-shell): Remove attributes and eliminate "-face" suffix.
28230         (makefile-*-font-lock-keywords): Append makefile-targets in rule
28231         actions, instead of prepending, to make it less visible.
28232         (makefile-previous-dependency, makefile-match-dependency):
28233         Don't match a target on a continuation line.
28235         * files.el (auto-mode-alist): Put Makefile in gmake mode.
28237 2005-06-15  Nick Roberts  <nickrob@snap.net.nz>
28239         * progmodes/gdb-ui.el (menu): Re-order menu items.
28240         (gdb-tooltip-print): Respect tooltip-use-echo-area.
28242         * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
28243         Define in tooltip.el.
28244         (gud-tooltip-process-output): Respect tooltip-use-echo-area.
28245         (gud-tooltip-tips): Respect tooltip-use-echo-area and
28246         gud-tooltip-echo-area.
28248         * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
28249         backward compatibility and make obsolete.
28250         (tooltip-help-tips): Use tooltip-use-echo-area.
28251         (tooltip-show-help-function): Rename to...
28252         (tooltip-show-help): ...this, because it is a function.
28253         (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
28255 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
28257         * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
28258         (edebug-print-length, edebug-print-level, edebug-print-circle)
28259         (edebug-modify-breakpoint, edebug-eval-last-sexp)
28260         (edebug-eval-print-last-sexp): Doc fixes.
28262 2005-06-14  Kim F. Storm  <storm@cua.dk>
28264         * ido.el (ido-mode): Make a new keymap every time we enable ido,
28265         as the coverage buffer/file/both may change.
28267 2005-06-14  Lute Kamstra  <lute@gnu.org>
28269         * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
28270         and run-mode-hooks.  Simplify.
28272         * mail/rmailedit.el (rmail-edit-mode):
28273         * progmodes/octave-inf.el (inferior-octave-mode):
28274         * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
28276         * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
28277         and run-mode-hooks.
28278         (recentf-edit-list, recentf-open-files): Don't call
28279         kill-all-local-variables directly.
28281         * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
28283 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
28285         * emacs-lisp/byte-run.el (make-obsolete)
28286         (define-obsolete-function-alias): Rename arguments FUNCTION and
28287         NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
28288         (make-obsolete-variable, define-obsolete-variable-alias):
28289         Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
28290         respectively.
28292         * isearchb.el (isearchb-activate):
28293         * pcvs.el (cvs-mode):
28294         * ses.el (ses-load):
28295         * vc-arch.el (vc-arch-checkin, vc-arch-diff):
28296         * net/tramp.el (tramp-find-file-exists-command)
28297         (tramp-find-shell):
28298         * progmodes/ada-mode.el (ada-create-case-exception)
28299         (ada-create-case-exception-substring, ada-make-subprogram-body):
28300         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
28301         * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
28302         * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
28303         * textmodes/org.el (org-promote, org-evaluate-time-range)
28304         (org-agenda-next-date-line, org-agenda-previous-date-line)
28305         (org-agenda-error, org-open-at-point, org-table-move-row)
28306         (org-format-table-table-html-using-table-generate-source)
28307         (org-shiftcursor-error, org-ctrl-c-ctrl-c):
28308         * textmodes/reftex.el (reftex-access-scan-info):
28309         * textmodes/reftex-toc.el (reftex-toc-dframe-p)
28310         (reftex-toc-promote-prepare): Follow error conventions.
28312         * diff-mode.el (diff-mode): Fix typo in docstring.
28314         * forms.el (forms--intuit-from-file): Fix reference to
28315         `forms-number-of-fields' in error message.
28316         (forms-print): Fix quoting in error message.
28318         * forms.el (forms-mode):
28319         * emulation/vi.el (vi-goto-insert-state):
28320         * progmodes/flymake.el (flymake-new-err-info)
28321         (flymake-start-syntax-check-for-current-buffer)
28322         (flymake-simple-cleanup):
28323         * eshell/esh-var.el (eshell/export):
28324         * progmodes/gud.el (xdb):
28325         * textmodes/flyspell.el (flyspell-incorrect-hook)
28326         (flyspell-maybe-correct-transposition)
28327         (flyspell-maybe-correct-doubling): Fix quoting in docstring.
28329 2005-06-13  Luc Teirlinck  <teirllm@auburn.edu>
28331         * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
28332         minibuffer prompt.
28334 2005-06-13  Kim F. Storm  <storm@cua.dk>
28336         * subr.el (add-to-ordered-list): New defun.
28338         * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
28339         add cua--keymap-alist to emulation-mode-map-alists.
28341 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
28343         * subr.el (complete-in-turn): New macro.
28344         (dynamic-completion-table, lazy-completion-table): Add debug info.
28346         * faces.el (read-face-name): Use complete-in-turn complete non-aliases
28347         in preference to face aliases.
28349         * textmodes/fill.el (fill-match-adaptive-prefix): New function.
28350         (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
28351         Remove unused vars `start' and `firstline'.
28352         (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
28353         (justify-current-line, fill-individual-paragraphs): Remove unused vars.
28355 2005-06-13  Eli Zaretskii  <eliz@gnu.org>
28357         * cus-start.el (all): Don't complain about missing GTK-related
28358         variables, unless either `gtk' is boundp or this isn't a
28359         `windows-nt' build.
28361 2005-06-13  Lute Kamstra  <lute@gnu.org>
28363         * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
28364         run-mode-hooks.
28366         * ediff-mult.el (ediff-meta-mode):
28367         * ediff-util.el (ediff-mode): Use run-mode-hooks.
28369         * ledit.el (ledit-mode): Use delay-mode-hooks.
28371         * woman.el (woman-mode-line-format): Delete constant.
28372         (woman-mode-map): Initialize it properly.
28373         (woman-mode): Set mode-class property to special.
28374         Use delay-mode-hooks and run-mode-hooks.  Use the right keymap.
28375         Set major-mode and mode-name.  Don't set mode-line-format directly.
28376         (Man-getpage-in-background): Don't reference woman-mode-line-format.
28378         * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
28379         string argument obsolete.
28381 2005-06-13  Carsten Dominik  <dominik@science.uva.nl>
28383         * textmodes/org.el (org-CUA-compatible): New option.
28384         (org-disputed-keys): New variable.
28385         (org-key): New function.
28386         (orgtbl-make-binding): Add docstring to the created function.
28387         (org-mode): Set paragraph start/separate regexps.
28388         (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
28389         (org-archive-location, org-archive-mark-done)
28390         (org-archive-stamp-time): New options.
28391         (org-archive-subtree): New command.
28392         (org-fill-paragraph): New function.
28393         (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
28394         (org-fake-empty-table-line): Function removed.
28395         (org-format-org-table-html): Do not create empty table lines at
28396         separator lines.  Improved table header treatment.
28397         (org-link-format): New option.
28398         (org-make-link): New function.
28399         (org-insert-link, org-store-link): Use org-make-link.
28400         (org-open-file): Quote file name for shell command, to allow
28401         spaces in file names.
28402         (org-link-regexp): Fix bug with mailto link.
28403         (org-link-maybe-angles-regexp, org-protected-link-regexp):
28404         New constants.
28405         (org-export-as-html): Deal with the optional angles around a link.
28406         Better treatment of file: links.
28407         (org-open-at-point): Replace @{ and @} with < and >.
28408         (org-run-mode-hooks): Function removed.
28409         (org-agenda-mode): No longer use `org-run-mode-hooks'.
28411 2005-06-13  Nick Roberts  <nickrob@snap.net.nz>
28413         * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
28414         MI command -data-list-register-values.
28415         (gdb-post-prompt): Indent properly.
28417 2005-06-13  Juanma Barranquero  <lekktu@gmail.com>
28419         * hilit-chg.el (highlight-changes-colors): Rename from
28420         `highlight-changes-colours'.
28421         (highlight-changes-colours): Keep as obsolete alias.
28422         (highlight-changes-face-list): Doc fix.
28423         (hilit-chg-make-list): Use `highlight-changes-colors'.
28425 2005-06-12  Mark A. Hershberger  <mah@everybody.org>
28427         * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
28428         defun-prompt-regexp.
28430 2005-06-12  Eli Zaretskii  <eliz@gnu.org>
28432         * loadup.el: Don't say we are dumping under 2 names on windows-nt
28433         and cygwin.
28435         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
28436         Don't use an old loaddefs.el, as in Makefile.in.
28438 2005-06-12  Lute Kamstra  <lute@gnu.org>
28440         * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
28442         * man.el (Man-mode-map): Initialize it properly.
28443         (Man-mode): Set mode-class property to special.
28445         * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
28447 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
28449         * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
28450         A newline is needed in the docstring there.
28452         * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
28453         Doc fixes.
28455 2005-06-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
28457         * printing.el: Doc fix.  The menubar is no more changed when printing
28458         is loaded, it only changes when pr-menu-bind or pr-update-menus is
28459         called.  Now, the menubar changing will work in Emacs 20, 21 and 22.
28460         (pr-version): New version number (6.8.4).
28461         (pr-menu-bind): New command.
28462         (pr-update-menus): Docstring and code fix.
28463         (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
28464         Docstring fix.
28465         (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
28466         (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
28468 2005-06-11  Thien-Thi Nguyen  <ttn@gnu.org>
28470         * emacs-lisp/ewoc.el: Doc fixes for public funcs:
28471         "Returns" to "return", document useful return values, etc.
28473 2005-06-11  Alan Mackenzie  <acm@muc.de>
28475         * textmodes/fill.el (fill-context-prefix): Try `adaptive-fill-function'
28476         BEFORE `adaptive-fill-regexp' when determining a fill prefix.
28477         (adaptive-file-function): Minor amendment to doc-string.
28479 2005-06-11  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
28481         * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
28482         (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
28483         Fix :type--it is `integer', not `string'.
28485         * faces.el (modeline-highlight): Rename from (the erroneous)
28486         `modeline-higilight'.
28488 2005-06-11  Lute Kamstra  <lute@gnu.org>
28490         * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
28491         lisp-interaction-mode-map but make it the parent.
28492         (edebug-eval-mode): Use define-derived-mode.
28494 2005-06-11  Andreas Schwab  <schwab@suse.de>
28496         * bindings.el: Add binding of `ESC functionkey' for every
28497         `M-functionkey'.
28498         * hexl.el (hexl-mode-map): Likewise.
28500 2005-06-10  Michael Hotchin  <michael@hotchin.net>  (tiny change)
28502         * progmodes/compile.el (compilation-error-regexp-alist-alist)
28503         [msft]: update regexp for newer msft compilers.
28505 2005-06-10  Mark A. Hershberger  <mah@everybody.org>
28507         * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
28508         ATTLIST portions of included DTDs.
28509         (xml-parse-dtd): Eliminate use of inefficient match-data.
28511 2005-06-10  Miles Bader  <miles@gnu.org>
28513         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
28514         (mpuz-text): Remove "-face" suffix from face names.
28515         (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
28516         (mpuz-text-face): New backward-compatibility aliases for renamed faces.
28517         (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
28519         * play/gomoku.el (gomoku-O, gomoku-X):
28520         Remove "-face" suffix from face names.
28521         (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
28522         New backward-compatibility aliases for renamed faces.
28523         (gomoku-font-lock-keywords): Use renamed gomoku faces.
28525 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
28527         * thumbs.el: Fixes for changes of 2005-06-09.
28528         (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
28529         as a directory.
28530         (thumbs-thumbname): Remove directory separator from format string;
28531         `thumbs-thumbsdir' now returns a valid directory name.
28532         (thumbs-temp-dir): New defsubst.
28533         (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
28534         Use it.
28536         * cus-edit.el (minibuffer):
28537         * files.el (make-backup-file-name-function):
28538         * filesets.el (filesets-external-viewers):
28539         * hilit-chg.el (highlight-changes-colours)
28540         (highlight-changes-face-list, highlight-changes-rotate-faces):
28541         * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
28542         * kmacro.el (kmacro-call-macro):
28543         * log-edit.el (log-edit-changelog-full-paragraphs):
28544         * mouse.el (mouse-1-click-follows-link):
28545         * skeleton.el (skeleton-autowrap):
28546         * subr.el (insert-for-yank-1):
28547         * tempo.el (tempo-insert-region):
28548         * terminal.el (terminal-emulator):
28549         * time.el (display-time-mail-face):
28550         * vc.el (vc-annotate):
28551         * vcursor.el (vcursor-copy-line):
28552         * woman.el (woman-bold-headings, woman-ignore)
28553         (woman-default-faces, woman-monochrome-faces):
28554         * calendar/todo-mode.el (todo-insert-threshold):
28555         * emulation/pc-select.el (pc-select-selection-keys-only)
28556         (pc-selection-mode):
28557         * emulation/vip.el (vip-find-char-forward):
28558         * emulation/viper-cmd.el (viper-find-char-forward):
28559         * international/mule-cmds.el
28560         (select-safe-coding-system-accept-default-p)
28561         (input-method-exit-on-invalid-key):
28562         * international/mule-diag.el (describe-coding-system):
28563         * international/ucs-tables.el (unify-8859-on-encoding-mode):
28564         * net/browse-url.el (browse-url-xterm-program):
28565         * obsolete/lazy-lock.el (lazy-lock-mode):
28566         * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
28567         (cperl-mode):
28568         * progmodes/cpp.el (cpp-face-light-name-list)
28569         (cpp-face-dark-name-list):
28570         * progmodes/delphi.el (delphi-newline-always-indents):
28571         Fix spellings in docstrings.
28573         * ido.el (ido-mode, ido-file-extensions-order)
28574         (ido-default-file-method, ido-default-buffer-method)
28575         (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
28576         (ido-decorations, ido-read-file-name-as-directory-commands)
28577         (ido-read-file-name-non-ido, ido-work-directory-list)
28578         (ido-ignore-item-temp-list, ido-current-directory)
28579         (ido-magic-forward-char, ido-enter-find-file)
28580         (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
28581         (ido-find-file, ido-read-buffer): Fix typos in docstrings.
28583 2005-06-10  Lute Kamstra  <lute@gnu.org>
28585         * play/dunnet.el (dun-mode): Use define-derived-mode.
28586         (dungeon-mode-map): Rename to dun-mode-map.  Keep old name as an
28587         obsolete alias.
28589         * play/doctor.el (doctor-mode-map): Remove defvar.
28590         (doctor-mode): Use define-derived-mode.
28592         * mail/mspools.el (mspools-mode):
28593         * net/eudc-hotlist.el (eudc-hotlist-mode):
28594         * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
28596 2005-06-10  Miles Bader  <miles@gnu.org>
28598         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
28599         Remove "-face" suffix from face names.
28600         (flyspell-incorrect-face, flyspell-duplicate-face):
28601         New backward-compatibility aliases for renamed faces.
28602         (flyspell-mode-on, make-flyspell-overlay)
28603         (flyspell-highlight-incorrect-region)
28604         (flyspell-highlight-duplicate-region)
28605         (flyspell-display-next-corrections)
28606         (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
28608         * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
28609         from face name.
28610         (texinfo-heading-face): New backward-compatibility alias for
28611         renamed face.
28612         (texinfo-heading-face): Use renamed texinfo-heading face.
28614         * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
28615         suffix from face names.
28616         (tex-math-face, tex-verbatim-face):
28617         New backward-compatibility aliases for renamed faces.
28618         (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
28619         (tex-insert-quote): Use `tex-verbatim-face' variable instead of
28620         literal face name.
28622         * textmodes/table.el (table-cell): Remove "-face" suffix from face
28623         name.
28624         (table-cell-face): New backward-compatibility alias for renamed face.
28625         (table--put-cell-face-property, table--update-cell-face):
28626         Use renamed table-cell face.
28628         * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
28629         from face name.
28630         (sgml-namespace-face): New backward-compatibility alias for
28631         renamed face.
28632         (sgml-namespace-face): Use renamed sgml-namespace face.
28634         * textmodes/org.el (org-level-1, org-level-2, org-level-3)
28635         (org-level-4, org-level-5, org-level-6, org-level-7)
28636         (org-level-8, org-warning, org-headline-done)
28637         (org-deadline-announce, org-scheduled-today)
28638         (org-scheduled-previously, org-link, org-done, org-table)
28639         (org-time-grid): Remove "-face" suffix from face names.
28640         (org-level-1-face, org-level-2-face, org-level-3-face)
28641         (org-level-4-face, org-level-5-face, org-level-6-face)
28642         (org-level-7-face, org-level-8-face, org-warning-face)
28643         (org-headline-done-face, org-deadline-announce-face)
28644         (org-scheduled-today-face, org-scheduled-previously-face)
28645         (org-link-face, org-done-face, org-table-face)
28646         (org-time-grid-face):
28647         New backward-compatibility aliases for renamed faces.
28648         (org-level-faces, org-set-font-lock-defaults, org-timeline)
28649         (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
28650         (org-agenda-get-timestamps, org-agenda-get-scheduled)
28651         (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
28653         * emulation/viper-init.el (viper-search, viper-replace-overlay)
28654         (viper-minibuffer-emacs, viper-minibuffer-insert)
28655         (viper-minibuffer-vi): Remove "-face" suffix from face names.
28656         (viper-search-face, viper-replace-overlay-face)
28657         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
28658         (viper-minibuffer-vi-face):
28659         New backward-compatibility aliases for renamed faces.
28660         (viper-search-face, viper-replace-overlay-face)
28661         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
28662         (viper-minibuffer-vi-face): Use renamed viper faces.
28664         * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
28665         Remove "-face" suffix from face names.
28666         (testcover-nohits-face, testcover-1value-face):
28667         New backward-compatibility aliases for renamed faces.
28668         (testcover-mark): Use renamed testcover faces.
28670         * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
28671         face name.
28672         (diary-button-face): New backward-compatibility alias for renamed face.
28673         (diary-entry): Use renamed diary-button face.
28675         * calendar/calendar.el (diary, calendar-today, holiday)
28676         (mark-visible-calendar-date): Remove "-face" suffix from face names.
28677         (diary-face, calendar-today-face, holiday-face):
28678         New backward-compatibility aliases for renamed faces.
28679         (eval-after-load "facemenu", diary-entry-marker)
28680         (calendar-today-marker, calendar-holiday-marker, diary-face):
28681         Use renamed calendar faces.
28683         * compare-w.el (compare-windows): Remove "-face" suffix from face name.
28684         (compare-windows-face): New backward-compatibility alias for
28685         renamed face.
28686         (compare-windows-highlight): Use renamed compare-windows face.
28688         * strokes.el (strokes-char): Remove "-face" suffix from face name.
28689         (strokes-char-face): New backward-compatibility alias for renamed face.
28690         (strokes-encode-buffer): Use renamed strokes-char face.
28692         * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
28693         (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
28694         Remove "-face" suffix from face names.
28695         (cvs-header-face, cvs-filename-face, cvs-unknown-face)
28696         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
28697         (cvs-msg-face): New backward-compatibility aliases for renamed faces.
28698         (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
28699         Use renamed pcvs faces.
28700         * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
28701         * pcvs-defs.el (cvs-mode-map): Likewise.
28702         * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
28704         * info.el (info-title-1, info-title-2, info-title-3)
28705         (info-title-4): Remove "-face" suffix from and downcase face names.
28706         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
28707         (Info-title-4-face):
28708         New backward-compatibility aliases for renamed faces.
28709         (Info-fontify-node): Use renamed info faces.
28711         * hilit-chg.el (highlight-changes, highlight-changes-delete):
28712         Remove "-face" suffix from face names.
28713         (highlight-changes-face, highlight-changes-delete-face):
28714         New backward-compatibility aliases for renamed faces.
28715         (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
28716         (hilit-chg-make-list): Use renamed highlight-changes faces.
28718         * generic-x.el (show-tabs-tab, show-tabs-space):
28719         Remove "-face" suffix from face names.
28720         (show-tabs-tab-face, show-tabs-space-face):
28721         New backward-compatibility aliases for renamed faces.
28722         (show-tabs-generic-mode-font-lock-defaults-1)
28723         (show-tabs-generic-mode-font-lock-defaults-2):
28724         Use renamed show-tabs faces.
28726         * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
28727         (smerge-markers): Remove "-face" suffix from face names.
28728         (smerge-mine-face, smerge-other-face, smerge-base-face)
28729         (smerge-markers-face):
28730         New backward-compatibility aliases for renamed faces.
28731         (smerge-mine-face, smerge-other-face, smerge-base-face)
28732         (smerge-markers-face): Use renamed smerge faces.
28734         * log-view.el (log-view-file, log-view-message): Remove "-face"
28735         suffix from face names.
28736         (log-view-file-face, log-view-message-face):
28737         New backward-compatibility aliases for renamed faces.
28738         (log-view-file-face, log-view-message-face): Use renamed log-view
28739         faces.
28741         * paren.el (show-paren-match, show-paren-mismatch):
28742         Remove "-face" suffix from face names.
28743         (show-paren-match-face, show-paren-mismatch-face):
28744         New backward-compatibility aliases for renamed faces.
28745         (show-paren-function): Use renamed show-paren faces.
28747         * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
28748         (ruler-mode-margins, ruler-mode-fringes)
28749         (ruler-mode-column-number, ruler-mode-fill-column)
28750         (ruler-mode-comment-column, ruler-mode-goal-column)
28751         (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
28752         suffix from face names.
28753         (ruler-mode-default-face, ruler-mode-pad-face)
28754         (ruler-mode-margins-face, ruler-mode-fringes-face)
28755         (ruler-mode-column-number-face, ruler-mode-fill-column-face)
28756         (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
28757         (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
28758         New backward-compatibility aliases for renamed faces.
28759         (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
28760         (ruler-mode-column-number, ruler-mode-fill-column)
28761         (ruler-mode-comment-column, ruler-mode-goal-column)
28762         (ruler-mode-tab-stop, ruler-mode-current-column)
28763         (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
28764         faces.
28766         * whitespace.el (whitespace-highlight): Remove "-face" suffix from
28767         face name.
28768         (whitespace-highlight-the-space): Use renamed face.
28769         (whitespace-highlight-face): New backward-compatibility alias for
28770         renamed face.
28772         * woman.el (woman-italic, woman-bold, woman-unknown)
28773         (woman-addition, woman-symbol-face):
28774         Remove "-face" suffix from face names.
28775         (woman-italic-face, woman-bold-face, woman-unknown-face)
28776         (woman-addition-face):
28777         New backward-compatibility aliases for renamed faces.
28778         (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
28779         (woman-decode-region, woman-replace-match)
28780         (woman-display-extended-fonts, woman-special-characters)
28781         (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
28782         Use renamed woman faces.
28784         * longlines.el (longlines-visible-face): Face removed.
28786         * diff-mode.el (diff-header, diff-file-header, diff-index)
28787         (diff-hunk-header, diff-removed, diff-added, diff-changed)
28788         (diff-function, diff-context, diff-nonexistent): Remove "-face"
28789         suffix from face names.
28790         (diff-header-face, diff-file-header-face, diff-index-face)
28791         (diff-hunk-header-face, diff-removed-face, diff-added-face)
28792         (diff-changed-face, diff-function-face, diff-context-face)
28793         (diff-nonexistent-face): New backward-compatibility aliases for
28794         renamed faces.
28795         (diff-header-face, diff-file-header-face)
28796         (diff-index, diff-index-face, diff-hunk-header)
28797         (diff-hunk-header-face, diff-removed, diff-removed-face)
28798         (diff-added, diff-added-face, diff-changed-face, diff-function)
28799         (diff-function-face, diff-context-face, diff-nonexistent)
28800         (diff-nonexistent-face): Use renamed diff-mode faces.
28802         * progmodes/compile.el (compilation-warning-face)
28803         (compilation-info-face): Remove "-face" suffix from face names.
28804         (compilation-warning-face, compilation-info-face):
28805         New backward-compatibility aliases for renamed faces.
28806         (compilation-warning-face, compilation-info-face):
28807         Use renamed compilation faces.
28809         * add-log.el (change-log-date, change-log-name)
28810         (change-log-email, change-log-file, change-log-list)
28811         (change-log-conditionals, change-log-function)
28812         (change-log-acknowledgement): Remove "-face" suffix from face names.
28813         (change-log-date-face, change-log-name-face)
28814         (change-log-email-face, change-log-file-face)
28815         (change-log-list-face, change-log-conditionals-face)
28816         (change-log-function-face, change-log-acknowledgement-face):
28817         New backward-compatibility aliases for renamed faces.
28818         (change-log-font-lock-keywords): Use renamed change-log faces.
28820         * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
28821         (custom-set, custom-changed, custom-saved, custom-button)
28822         (custom-button-pressed, custom-documentation, custom-state)
28823         (custom-comment, custom-comment-tag, custom-variable-tag)
28824         (custom-variable-button, custom-face-tag, custom-group-tag-1)
28825         (custom-group-tag): Remove "-face" suffix from face names.
28826         (custom-magic-alist, custom-magic-value-create)
28827         (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
28828         (custom-invalid-face, custom-rogue-face, custom-modified-face)
28829         (custom-set-face, custom-changed-face, custom-saved-face)
28830         (custom-button-face, custom-button-pressed-face)
28831         (custom-documentation-face, custom-state-face)
28832         (custom-comment-face, custom-comment-tag-face)
28833         (custom-variable-tag-face, custom-variable-button-face)
28834         (custom-face-tag-face, custom-group-tag-face-1)
28835         (custom-group-tag-face):
28836         New backward-compatibility aliases for renamed faces.
28838         * wid-edit.el (widget-documentation, widget-button)
28839         (widget-field, widget-single-line-field, widget-inactive)
28840         (widget-button-pressed): "-face" suffix removed from face names.
28841         (widget-documentation-face, widget-button-face)
28842         (widget-field-face, widget-single-line-field-face)
28843         (widget-inactive-face, widget-button-pressed-face):
28844         New backward-compatibility aliases for renamed faces.
28845         (widget-documentation-face, widget-button-face)
28846         (widget-button-pressed-face, widget-specify-field)
28847         (widget-specify-inactive): Use renamed widget faces.
28849 2005-06-10  Kenichi Handa  <handa@m17n.org>
28851         * term/x-win.el (x-clipboard-yank): Remove condition-case
28852         wrapping.
28854 2005-06-11  Kenichi Handa  <handa@m17n.org>
28856         * add-log.el (change-log-font-lock-keywords): Make the regexp for
28857         date lines stricter.
28859 2005-06-10  Zhang Wei  <id.brep@gmail.com>
28861         * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
28862         of x-get-selection.
28864 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
28866         * comint.el (comint-mode, comint-snapshot-last-prompt):
28867         * frame.el (frame-current-scroll-bars):
28868         * term.el (term-mode, term-check-proc, term-input-sender)
28869         (term-simple-send, term-extract-string, term-word)
28870         (term-match-partial-filename):
28871         * window.el (window-current-scroll-bars):
28872         * emulation/cua-base.el (cua-normal-cursor-color)
28873         (cua-read-only-cursor-color, cua-overwrite-cursor-color)
28874         (cua-global-mark-cursor-color):
28875         * mail/undigest.el (rmail-forward-separator-regex):
28876         Fix typos in docstrings.
28878         * comint.el (comint-check-proc, make-comint-in-buffer)
28879         (comint-source-default): Doc fixes.
28881         * term.el (term-send-string): Improve argument/docstring consistency.
28883 2005-06-09  Luc Teirlinck  <teirllm@auburn.edu>
28885         * comint.el (comint-send-input): Bind `inhibit-read-only' around
28886         call to `delete-region'.
28887         (comint-mode-hook): Do not enable Font Lock by default.
28889 2005-06-09  Lute Kamstra  <lute@gnu.org>
28891         * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
28892         could be void.
28894 2005-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
28896         * emacs-lisp/debug.el (debugger-will-be-back): New var.
28897         (debug): Use it.
28898         (debugger-step-through, debugger-continue, debugger-jump)
28899         (debugger-return-value): Set it when needed.
28900         (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
28901         Use inhibit-read-only.
28903 2005-06-09  Juanma Barranquero  <lekktu@gmail.com>
28905         * window.el (shrink-window-if-larger-than-buffer)
28906         (window-size-fixed): Fix typo in docstring.
28908         * thumbs.el: Don't set `auto-image-file-mode'.  Do not create the
28909         thumbnails directory on loading.
28910         (thumbs-conversion-program): Use `eq' to check the system type,
28911         not `equal'.
28912         (thumbs-temp-dir): Initialize to `temporary-file-directory',
28913         not "/tmp".  Fix docstring.
28914         (thumbs-thumbsdir): New function to return the thumbnails
28915         directory, creating it if needed.
28916         (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
28917         (thumbs-temp-file): Delete variable and make it into a function.
28918         (thumbs-resize-image, thumbs-modify-image): Use it.
28919         (thumbs-kill-buffer): Simplify.
28920         (thumbs-gensym): Defalias or duplicate CL `gensym'.
28921         (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
28922         docstrings.
28924 2005-06-09  Kim F. Storm  <storm@cua.dk>
28926         * subr.el (save-match-data): Add RESEAT arg `evaporate' to
28927         set-match-data to free markers in match-data.
28929         * replace.el (replace-match-data): Pass RESEAT arg `t' to
28930         match-data to unchain markers in match-data.
28932 2005-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
28934         * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
28935         the debugger immediately anyway.  Undo the 2005-06-06 change, rendered
28936         unnecessary now.
28938 2005-06-08  Richard M. Stallman  <rms@gnu.org>
28940         * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
28941         give the variable a doc string that doesn't say don't set it directly.
28943         * textmodes/ispell.el (ispell-check-version):
28944         Use match-string-no-properties.
28945         (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
28946         (ispell-buffer-local-words): Likewise.
28948         * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
28949         except on terminals with enough colors to really display it.
28950         (makefile-dependency-regex): Delete spurious `bb'.
28952         * faces.el (escape-glyph): Use blue once again in last case.
28953         (no-break-space): Redefine so that it isn't invisible on a tty.
28955 2005-06-08  Kim F. Storm  <storm@cua.dk>
28957         * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
28958         also when reading directory name.
28960 2005-06-08  Lute Kamstra  <lute@gnu.org>
28962         * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
28963         (flyspell-mode-line-string): Remove autoload cookie.
28964         (flyspell-mode): Remove defvar.
28966 2005-06-07  Lute Kamstra  <lute@gnu.org>
28968         * textmodes/org.el (org-run-mode-hooks): New function.
28969         (org-agenda-mode): Use it.
28971 2005-06-07  David McCabe  <davemccabe@gmail.com>  (tiny change)
28973         * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
28975 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
28977         * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
28979 2005-06-06  Luc Teirlinck  <teirllm@auburn.edu>
28981         * font-lock.el (font-lock-add-keywords): Doc fix.
28983 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
28985         * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
28986         (tex-compile-default): In the absence of any history, use the order in
28987         tex-compile-alist to choose the preferred command.
28988         (tex-compile-commands): Reorder a bit.
28990         * textmodes/flyspell.el (flyspell-auto-correct-binding)
28991         (flyspell-incorrect-face, flyspell-duplicate-face):
28992         Use (X)Emacs-agnostic code.
28993         (flyspell-mode-map): Don't overwrite at each load.  Remove code
28994         redundant with the subsequent add-minor-mode.  Merge Emacs and
28995         XEmacs code.
28996         (flyspell-word): Minor simplification.
28997         (flyspell-math-tex-command-p): Quieten the byte-compiler.
28998         (flyspell-external-point-words): Remove unused vars `size' and `start'.
28999         (flyspell-do-correct): Rename from flyspell-xemacs-correct.
29000         Merge the corresponding Emacs code.
29001         (flyspell-correct-word, flyspell-xemacs-popup):
29002         Use flyspell-do-correct.
29004         * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
29005         a dedicated window.
29007         * international/latexenc.el (latexenc-find-file-coding-system):
29008         Undo part of last patch, to turn off a compiler warning.
29010 2005-06-06  Juri Linkov  <juri@jurta.org>
29012         * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
29013         Rename `tmm-inactive-face' to `tmm-inactive'.
29015 2005-06-06  Matt Hodges  <MPHodges@member.fsf.org>
29017         * iswitchb.el: Rename faces.
29019 2005-06-06  Kim F. Storm  <storm@cua.dk>
29021         * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
29022         (cua-global-mark): Remove -face suffix from face names.
29024         * emulation/cua-gmrk.el (cua--init-global-mark):
29025         Remove cua-global-mark face setup.
29027 2005-06-06  Richard M. Stallman  <rms@gnu.org>
29029         * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
29030         just like other allowed characters.
29031         (makefile-match-dependency): Exclude leading and training whitespace
29032         from the range of regexp subexp 1.
29033         (makefile-macroassign-regex): Don't try to match the body,
29034         just the name of the macro being defined.
29036         * info.el (Info-read-node-name-2): New function.
29037         (Info-read-node-name-1): Use that.
29038         Add a completion-base-size-function property.
29040         * simple.el (completion-setup-function): Look for
29041         completion-base-size-function property of minibuffer-completion-table.
29043         * files.el (locate-file-completion): Doc fix.
29045         * printing.el: Don't call pr-update-menus; user must do that.
29047         * emacs-lisp/debug.el (debugger-window): New variable.
29048         (debug): Use debugger-window if it is set and still alive.
29049         Record debugger-window for next entry.
29051         * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
29053 2005-06-06  Matthias F\e,Av\e(Brste  <slashdevslashnull@gmx.net>
29055         * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
29056         (hack-one-local-variable, hack-local-variables)
29057         (hack-local-variables-prop-line): Pass that arg.
29059 2005-06-06  Kim F. Storm  <storm@cua.dk>
29061         * ido.el (ido-first-match, ido-only-match, ido-subdir)
29062         (ido-indicator): Remove -face suffix from face names.
29064 2005-06-06  Juri Linkov  <juri@jurta.org>
29066         * font-lock.el (font-lock-regexp-backslash)
29067         (font-lock-regexp-backslash-construct): New faces.
29068         (lisp-font-lock-keywords-2): Use new faces.  Match `?:' only
29069         after `('.  Add `while-no-input' to control structures.
29071         * faces.el (no-break-space, shadow): New faces.
29072         (escape-glyph): Use less loud colors pink2 and red4.
29074         * diff-mode.el (diff-context-face)
29075         * dired.el (dired-ignored)
29076         * rfn-eshadow.el (file-name-shadow)
29077         * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
29079         * info.el (Info-title-1-face): Use green instead of yellow because
29080         bold yellow is not readable on light backgrounds.
29082         * progmodes/compile.el (compilation-start): Move `erase-buffer' up
29083         before selecting the desired mode to not spend time fontifying
29084         old contents.
29086 2005-06-06  Juanma Barranquero  <lekktu@gmail.com>
29088         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
29089         (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
29091         * ps-print.el (ps-default-fg, ps-default-bg):
29092         Fix typos in docstrings.
29094         * isearchb.el (isearchb): Don't pass a spurious second argument to
29095         `iswitchb-completions'.
29097 2005-06-05  Nick Roberts  <nickrob@snap.net.nz>
29099         * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
29100         to preserve point.
29101         (gdb-find-file-hook): Add doc string.
29103         * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
29104         C dereferenced pointer expression.
29105         (gud-tool-bar-map): Put it on the tool bar.  Re-order icons.
29107         * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
29109         * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
29110         * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
29111         * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
29112         * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
29113         * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
29114         Make background transparent.
29116 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
29118         * font-lock.el (font-lock-add-keywords): Doc fix.  Comment change.
29119         (font-lock-remove-keywords): Doc fix.
29120         (font-lock-mode-major-mode): Compiler defvar.
29121         (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
29123         * font-core.el (font-lock-mode-major-mode): Compiler defvar.
29124         (font-lock-mode): Update `font-lock-mode-major-mode'.
29125         (font-lock-set-defaults): Compiler defvar.
29126         (font-lock-default-function): Take `font-lock-mode-major-mode'
29127         into account.
29129         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
29130         keep track of which major mode it enabled the minor mode for.
29131         Use find-file-hook again.  Update docstring.
29133         * simple.el (eval-expression-print-level)
29134         (eval-expression-print-length, eval-expression-debug-on-error):
29135         Doc fixes.
29137 2005-06-04  Matt Hodges  <MPHodges@member.fsf.org>
29139         * iswitchb.el (iswitchb-single-match-face)
29140         (iswitchb-current-match-face, iswitchb-virtual-matches-face)
29141         (iswitchb-invalid-regexp-face): New faces.
29142         (iswitchb-completions): Use them.
29143         (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
29144         now marked as an obsolete alias.
29145         (iswitchb-read-buffer): Remove check for bound font variables.
29146         (iswitchb-invalid-regexp): New free variable.
29147         (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
29148         set iswitchb-invalid-regexp.
29149         (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
29150         invalid regexps.
29151         (iswitchb-completions): Add check for complete match when entering
29152         a regexp.
29153         (iswitchb-completions): Remove require-match argument.
29154         (iswitchb-exhibit): Fix caller.
29155         (iswitchb-common-match-inserted): New variable.
29156         (iswitchb-complete, iswitchb-completion-help): Use it.
29158 2005-06-04  David Reitter  <david.reitter@gmail.com>  (tiny change)
29160         * url/url-http.el (url-http-chunked-encoding-after-change-function):
29161         Use `url-http-debug' instead of `message'.
29163 2005-06-04  Thierry Emery  <thierry.emery@free.fr>  (tiny change)
29165         * url/url-http.el (url-http-parse-headers): Pass redirected URL
29166         as a callback argument.
29168 2005-06-04  Kim F. Storm  <storm@cua.dk>
29170         * simple.el (line-move): Only call sit-for when moving backwards.
29172         * ido.el (ido-make-merged-file-list-1): New defun split from
29173         ido-make-merged-file-list.
29174         (ido-make-merged-file-list): Bind throw-on-input around call to
29175         ido-make-merged-file-list-1.  Return input-pending-p if
29176         interrupted by more input available.
29177         (ido-read-internal): Handle input-pending-p return value from
29178         ido-make-merged-file-list.
29180 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
29182         * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
29183         compatibility code.
29185         * international/latexenc.el (latexenc-find-file-coding-system):
29186         Don't inherit the EOL part of the coding-system from the
29187         tex-main buffer.  Fit within 80 columns.
29189 2005-06-03  Matt Hodges  <MPHodges@member.fsf.org>
29191         * tmm.el (tmm-inactive-face): New face.
29192         (tmm-remove-inactive-mouse-face): New function.
29193         (tmm-prompt, tmm-add-one-shortcut)
29194         (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
29195         but not selectable.
29197 2005-06-03  Juanma Barranquero  <lekktu@gmail.com>
29199         * faces.el (face-equal): Improve argument/docstring consistency.
29201 2005-06-03  Daniel Pfeiffer  <occitan@esperanto.org>
29203         * progmodes/make-mode.el (makefile-targets-face)
29204         (makefile-shell-face, makefile-makepp-perl-face): Add :version.
29205         (makefile-bsdmake-dependency-regex)
29206         (makefile-makepp-rule-action-regex)
29207         (makefile-bsdmake-rule-action-regex): New constants.
29208         (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
29210         * progmodes/compile.el (compilation-error-regexp-alist-alist):
29211         Allow (...) within `...' for makepp messages.
29213 2005-06-03  Michael Kifer  <kifer@cs.stonybrook.edu>
29215         * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
29217         * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
29218         "." files are deleted from all file lists before comparison.
29220         * emulation/viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
29221         (viper-ESC-key): Made them customizable.
29223         * emulation/viper.el (viper-non-hook-settings):
29224         Fix the names of defadvices.
29226 2005-06-01  Luc Teirlinck  <teirllm@auburn.edu>
29228         * autorevert.el (auto-revert-buffers): Use save-match-data.
29230 2005-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
29232         * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
29233         menu items with a nil command binding.
29235 2005-06-01  Juanma Barranquero  <lekktu@gmail.com>
29237         * emacs-lisp/cl-macs.el (defsetf):
29238         Improve argument/docstring consistency.
29240         * faces.el (list-faces-display): Improve the formatting by
29241         computing the maximum length required for any face-name (reworked
29242         patch of 1999-01-11, accidentally deleted on 1999-07-21).
29243         (internal-find-face): Remove redundant info in docstring.
29245 2005-06-01  Nick Roberts  <nickrob@snap.net.nz>
29247         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
29248         (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
29249         (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
29250         (gdb-assembler-custom): Improve regexps.
29251         (def-gdb-auto-update-handler): Use window point to preserve point.
29253 2005-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
29255         * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
29257 2005-05-31  Jay Belanger  <belanger@truman.edu>
29259         * calc/calc-embed.el (calc-embedded-word): Change argument passed
29260         to calc-embedded.
29261         (calc-embedded-make-info): Have plain prefix argument select
29262         entire line.
29264 2005-05-31  Juanma Barranquero  <lekktu@gmail.com>
29266         * faces.el (list-faces-display): Signal error if passed a regexp
29267         that matches no face name.
29269         * simple.el (filter-buffer-substring): Fix typo in docstring.
29271 2005-05-31  Richard M. Stallman  <rms@gnu.org>
29273         * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
29274         (vhdl-emacs-21): Doc fix.
29275         (vhdl-mode): Unconditionally set comment-padding.
29276         (vhdl-fixup-whitespace-region): Insert spaces only where
29277         there are none.
29278         (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
29280 2005-05-30  John Wiegley  <johnw@newartisans.com>
29282         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
29283         * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
29284         * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
29285         `directory-sep-char' to ?/, and all uses of `string-to-int' to
29286         `string-to-number'.
29288 2005-05-30  Jay Belanger  <belanger@truman.edu>
29290         * calc/calc.el (calc-bug-address): Fix docstring.
29291         (calc-window-hook, calc-trail-window-hook): New variables.
29292         (calc-trail-display): Restore use of calc-trail-window-hook.
29293         (calc): Restore use of calc-window-hook.
29295 2005-05-31  Masatake YAMATO  <jet@gyve.org>
29297         * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
29299         * help-fns.el (help-C-file-name): Add autoload mark for
29300         `find-function-noselect'.
29302 2005-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
29304         * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
29305         (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
29307 2005-05-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
29309         * calendar/diary-lib.el (mark-included-diary-files): Only kill
29310         included diary buffer if it was not already being visited.
29311         Reported by Stephen Berman <Stephen.Berman@gmx.net>.
29313         * calendar/icalendar.el (top-level): Do not require appt.
29315         * mail/supercite.el (sc-select-attribution): Only use a list
29316         element from sc-attrib-selection-list if it returns a string.
29317         Reported by Davide G. M. Salvetti <salve@debian.org>.
29319 2005-05-30  Juanma Barranquero  <lekktu@gmail.com>
29321         * thumbs.el (thumbs-thumbname): The resulting thumbname now
29322         includes a hash value to improve its uniqueness, and has a ".jpg"
29323         extension.  Also, it is now a valid filename on all systems.
29324         (thumbs-make-thumb): Use `let', not `let*'.
29325         (thumbs-show-thumbs-list): Check for JPEG availability.
29327 2005-05-30  Richard M. Stallman  <rms@gnu.org>
29329         * filesets.el (filesets-menu-ensure-use-cached):
29330         Prevent warning when emacs-version>= is undefined.
29332         * printing.el (pr-interactive-n-up): Use string-to-number.
29334         * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
29336         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
29337         Warn only when name to be defined is quoted.
29339 2005-05-30  Nick Roberts  <nickrob@snap.net.nz>
29341         * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
29342         Make regexp more robust.
29343         (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
29344         Force regeneration of disassembly.
29346 2005-05-29  Jay Belanger  <belanger@truman.edu>
29348         * calc/calc.el (calc-user-invocation): Check if
29349         calc-invocation-macro is non-nil.
29351 2005-05-29  Juri Linkov  <juri@jurta.org>
29353         * add-log.el (change-log-font-lock-keywords):
29354         Add `+' to e-mail regexp to accept mail address with keywords.
29356         * man.el (Man-name-regexp): Add `:' to accept qualified names.
29358 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
29360         * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
29362         * ielm.el (inferior-emacs-lisp-mode): Ditto.
29364 2005-05-29  Richard M. Stallman  <rms@gnu.org>
29366         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
29367         Undo the change that moves to end of the current word.
29369 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
29371         * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
29372         Throw error when count <= 0 to ensure input is a number.
29373         (gdb-read-memory-custom): Pick up address from buffer.
29374         (gdb-memory-mode): Allow user to increment and decrement
29375         memory address from header line.
29377 2005-05-29  Richard M. Stallman  <rms@gnu.org>
29379         * textmoddes/flyspell.el (flyspell-version): Function deleted.
29380         (flyspell-auto-correct-previous-hook): Doc fix.
29382         * jit-lock.el (jit-lock-function, jit-lock-after-change):
29383         Do nothing if memory is full.
29385         * font-lock.el (font-lock-fontify-syntactically-region):
29386         Pass t for GREEDY to looking-back.
29388         * saveplace.el (save-place-alist-to-file): Write the file
29389         using write-region.
29391         * subr.el (looking-back): New argument GREEDY.
29393         * progmodes/compile.el (compilation-start): Set the mode
29394         before inserting the initial text.
29396         * progmodes/which-func.el (which-func-update-1): Turn the mode
29397         off in case of error by setting which-func-mode.
29399 2005-05-29  Peter Heslin  <p.j.heslin@durham.ac.uk>  (tiny change)
29401         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
29402         Narrow down to what's on the screen, and recenter overlays
29403         at the end of the next word.
29405 2005-05-29  Manuel Serrano  <Manuel.Serrano@sophia.inria.fr>
29407         * textmodes/flyspell.el (flyspell-emacs, flyspell-use-local-map):
29408         8Vars moved up.
29409         (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
29410         (flyspell-abbrev-p): Default to nil.
29411         (flyspell-use-global-abbrev-table-p): Doc fix.
29412         (flyspell-large-region): Allow nil as value.
29413         (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
29415         (mail-mode-flyspell-verify): More robust handling
29416         of `mail-header-separator'.  More efficient signature detection.
29417         Allow for regexp metacharacters in message-header-separator.
29418         Adding `To' not to be checked in mail-mode-flyspell-verify.
29420         (flyspell-prog-mode): Run flyspell-prog-mode-hook.
29421         (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
29422         Bind flyspell-auto-correct-binding.
29423         Bind C-. and C-, .
29424         (flyspell-mode-map): Likewise.
29425         (flyspell-mode): Doc fix.
29426         (flyspell-accept-buffer-local-defs): Preserve current buffer.
29427         (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
29428         (flyspell-word-cache-result): New var, always local.
29429         (flyspell-check-pre-word-p): Doc fix.
29430         (flyspell-check-changed-word-p): Handle spc like newline.
29431         (flyspell-post-command-hook): Set flyspell-word-cache-result.
29432         (flyspell-word-search-backward, flyspell-word-search-forward):
29433         New functions.
29434         (flyspell-word): Return t if nothing to check.
29435         When parsing TeX code, check for after } or \.
29436         Use flyspell-word-search-backward to find previous word.
29437         Return nil if duplicated word.
29438         For word already checked, return same value as last time.
29439         Set flyspell-word-cache-result after checking.
29440         Don't clobber the return value.
29441         (flyspell-get-word): Major rewrite.
29442         (flyspell-external-point-words): New locals pword, pcount.
29443         Fix size used in progress message.
29444         Find the proper corresponding word in flyspell-large-region-buffer.
29445         (flyspell-region): Check for flyspell-large-region = nil.
29446         (flyspell-highlight-incorrect-region): Clean up overlays in region.
29447         (flyspell-auto-correct-word): Check that WORD is a cons.
29448         (flyspell-correct-word): Likewise.
29450 2005-05-29  Daniel Pfeiffer  <occitan@esperanto.org>
29452         * progmodes/make-mode.el (makefile-rule-action-regex)
29453         (makefile-macroassign-regex, makefile-makepp-mode)
29454         (makefile-bsdmake-mode): Continuation lines may be empty.
29455         Reported by Joshua Varner.
29456         (makefile-makepp-font-lock-keywords): Add $(stem).
29458 2005-05-28  Karl Berry  <karl@gnu.org>
29460         * textmodes/tex-mode.el: Now that tex-send-command calls
29461         shell-quote-argument (2005-03-31 change), remove all calls to
29462         shell-quote-argument; they all end up invoking tex-send-command.
29463         The double quoting loses on filenames with non-safe characters,
29464         such as "@".  Reported by Frederik Fouvry.
29466 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
29468         * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
29469         about preserving point.
29471 2005-05-27  Jay Belanger  <belanger@truman.edu>
29473         * calc/calc-misc.el (calc-info-goto-node): Use info instead of
29474         Info-goto-node.
29476         * calc/calc-embed.el (calc-embed-arg): New variable.
29477         (calc-do-embedded-activate, calc-embedded-activate-formula)
29478         (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
29479         variable by new variable.
29480         (calc-embedded-make-info): Replace undeclared variable by new
29481         variable.  When selecting region with positive prefix
29482         argument, use end of previous line instead of beginning of line.
29484         * calc/calc-aent.el (calc-arg-values): Declare it.
29486         * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
29487         Declare them.
29489         * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
29491         * calc/calc.el (calc-alg-map): Declare it.
29493         * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
29495 2005-05-28  Nick Roberts  <nickrob@snap.net.nz>
29497         * progmodes/gdb-ui.el (gdb-all-registers): New variable.
29498         (gdb-registers-buffer, toggle-gdb-all-registers):
29499         Toggle display of floating point registers.
29500         (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
29502         * progmodes/gud.el (gud-goto-info): Use info.  Don't use require.
29503         (toggle-gud-tooltip-dereference):
29504         Rename from gud-toggle-tooltip-dereference.
29506 2005-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
29508         * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
29510 2005-05-27  Jay Belanger  <belanger@truman.edu>
29512         * calc/calc-prog.el (calc-kbd-report): Remove.
29513         (calc-kbd-query): Rewrite.
29515 2005-05-27  Juanma Barranquero  <lekktu@gmail.com>
29517         * image.el (image-library-alist): Move to image.c.
29518         (image-type-available-p): Doc fix.
29520 2005-05-27  Lute Kamstra  <lute@gnu.org>
29522         * calc/calc.el (calc):
29523         * outline.el (outline-1, outline-2, outline-3, outline-4)
29524         (outline-5, outline-6, outline-7, outline-8):
29525         * textmodes/dns-mode.el (dns-mode):
29526         * textmodes/sgml-mode.el (sgml-namespace-face):
29527         * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
29528         (tex-verbatim-face, tex-use-reftex):
29529         * textmodes/texinfo.el (texinfo-heading-face):
29530         Specify customization group.
29532         * longlines.el: Don't require easy-mmode.
29533         (longlines-visible-face): Specify customization group.
29535 2005-05-27  Kenichi Handa  <handa@m17n.org>
29537         * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
29538         encoding table of windows-1251.
29540         * international/ucs-tables.el (ucs-set-table-for-input):
29541         If translation-table-for-input of a coding system is a symbol, get
29542         its translation-table property.
29544         * international/code-pages.el: Don't register a coding system into
29545         non-iso-charset-alist more than once.
29546         (cp-make-coding-system): Likewise.
29548 2005-05-26  John Wiegley  <johnw@newartisans.com>
29550         * eshell/esh-cmd.el (eshell-eval-command): If the return value of
29551         `eshell-resume-eval' is wrapped in a list, it indicates that the
29552         command was run asynchronously.  In that case, unwrap the value
29553         before checking the delimiter value.
29555         * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
29556         character before a space at the end of a line is \, assume the space
29557         is part of the last argument rather than a final argument separator.
29559         * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
29560         is in use, and the target is `t' or `nil' (which are the most common
29561         values), don't assume that the symbol target is a buffer.
29563 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
29565         * calendar/calendar.el (calendar-mode-line-format):
29566         Use mode-line-highlight as mouse-face.
29568         * time.el (display-time-string-forms, display-time-update):
29569         Use mode-line-highlight as mouse-face.
29571 2005-05-26  Jay Belanger  <belanger@truman.edu>
29573         * calc/calc.el (calc-language-alist): Remove extra defvar.
29575 2005-05-26  Lute Kamstra  <lute@gnu.org>
29577         * arc-mode.el (archive-mode):
29578         * bookmark.el (bookmark-read-annotation-mode)
29579         (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
29580         * bs.el (bs-mode):
29581         * calc/calc-yank.el (calc-edit-mode):
29582         * calc/calc.el (calc-mode, calc-trail-mode):
29583         * calculator.el (calculator-mode):
29584         * chistory.el (command-history-mode):
29585         * comint.el:
29586         * cus-edit.el (custom-mode):
29587         * descr-text.el (describe-text-mode):
29588         * ebuff-menu.el (Electric-buffer-menu-mode):
29589         * ediff-util.el (ediff-mode):
29590         * emacs-lisp/re-builder.el (reb-mode):
29591         * emulation/vi.el (vi-mode-setup):
29592         * emulation/ws-mode.el (wordstar-mode):
29593         * eshell/esh-mode.el (eshell-mode):
29594         * forms.el (forms-mode):
29595         * help-mode.el (help-mode):
29596         * hexl.el (hexl-mode):
29597         * ibuffer.el (ibuffer-mode):
29598         * ielm.el (inferior-emacs-lisp-mode):
29599         * info.el (Info-mode, Info-edit-mode):
29600         * international/swedish.el:
29601         * ledit.el (ledit-from-lisp-mode):
29602         * locate.el (locate-mode):
29603         * mail/rmail.el (rmail-mode):
29604         * mail/rmailedit.el (rmail-edit-mode):
29605         * mail/rmailsum.el (rmail-summary-mode):
29606         * mail/supercite.el (sc-electric-mode):
29607         * net/eudc.el (eudc-mode):
29608         * net/quickurl.el (quickurl-list-mode):
29609         * net/snmp-mode.el (snmp-mode, snmpv2-mode):
29610         * obsolete/ooutline.el (outline-mode):
29611         * obsolete/options.el (Edit-options-mode):
29612         * obsolete/rnews.el (news-mode):
29613         * obsolete/rnewspost.el (news-reply-mode):
29614         * play/5x5.el (5x5-mode):
29615         * play/decipher.el (decipher-mode, decipher-stats-mode):
29616         * play/gomoku.el (gomoku-mode):
29617         * play/snake.el (snake-mode):
29618         * play/solitaire.el (solitaire-mode):
29619         * play/tetris.el (tetris-mode):
29620         * progmodes/ada-mode.el (ada-mode):
29621         * progmodes/antlr-mode.el (antlr-mode):
29622         * progmodes/autoconf.el (autoconf-mode):
29623         * progmodes/dcl-mode.el (dcl-mode):
29624         * progmodes/delphi.el (delphi-mode):
29625         * progmodes/ebrowse.el (ebrowse-tree-mode)
29626         (ebrowse-electric-list-mode, ebrowse-member-mode)
29627         (ebrowse-electric-position-mode):
29628         * progmodes/f90.el (f90-mode):
29629         * progmodes/fortran.el (fortran-mode):
29630         * progmodes/icon.el (icon-mode):
29631         * progmodes/idlw-help.el (idlwave-help-mode):
29632         * progmodes/idlw-shell.el (idlwave-shell-mode):
29633         * progmodes/idlwave.el (idlwave-mode):
29634         * progmodes/inf-lisp.el (inferior-lisp-mode):
29635         * progmodes/m4-mode.el (m4-mode):
29636         * progmodes/meta-mode.el (metafont-mode, metapost-mode):
29637         * progmodes/modula2.el (modula-2-mode):
29638         * progmodes/octave-inf.el (inferior-octave-mode):
29639         * progmodes/octave-mod.el (octave-mode):
29640         * progmodes/pascal.el (pascal-mode):
29641         * progmodes/sh-script.el (sh-mode):
29642         * progmodes/sql.el (sql-mode, sql-interactive-mode):
29643         * progmodes/vhdl-mode.el (vhdl-mode):
29644         * progmodes/xscheme.el (scheme-interaction-mode):
29645         * replace.el (occur-mode):
29646         * ses.el (ses-mode):
29647         * simple.el (completion-list-mode):
29648         * skeleton.el:
29649         * speedbar.el (speedbar-mode):
29650         * term.el (term-mode):
29651         * terminal.el (terminal-edit-mode):
29652         * textmodes/reftex-index.el (reftex-index-mode)
29653         (reftex-index-phrases-mode):
29654         * textmodes/reftex-sel.el (reftex-select-label-mode)
29655         (reftex-select-bib-mode):
29656         * textmodes/reftex-toc.el (reftex-toc-mode):
29657         * wdired.el (wdired-change-to-wdired-mode):
29658         * wid-browse.el (widget-browse-mode):
29659         Use run-mode-hooks.
29661         * array.el (array-mode):
29662         * calendar/todo-mode.el (todo-mode):
29663         * man.el (Man-mode):
29664         * play/landmark.el (lm-mode):
29665         * play/mpuz.el (mpuz-mode):
29666         Use kill-all-local-variables and run-mode-hooks.
29668         * subr.el (delay-mode-hooks): Specify indentation.
29670 2005-05-26  Mark A. Hershberger  <mah@everybody.org>
29672         * xml.el (xml-substitute-special): Don't die for undefined xml
29673         entities.
29675 2005-05-26  Jay Belanger  <belanger@truman.edu>
29677         * calc/calc-prog.el (calc-user-define-edit): Don't find substring
29678         of nil.
29680 2005-05-27  Nick Roberts  <nickrob@snap.net.nz>
29682         * progmodes/gdb-ui.el (gdb-frame-address):
29683         Rename from gdb-current-address.
29684         (gdb-previous-frame-address): Rename from gdb-previous-address.
29685         (gdb-selected-frame): Rename from gdb-current-frame.
29686         (gdb-get-selected-frame): Rename from gdb-get-current-frame.
29687         (gdb-frame-number): Rename from gdb-current-stack-level.
29688         (gdb-ann3): Match new mode-name for disassembly buffer.
29689         Extend initialization of variables.
29690         (gdb-post-prompt): Update disassembly from gdb-frame-handler.
29691         (gdb-memory-mode): Use mouse-face in header line.
29692         (gdb-assembler-buffer-name): Call it disassembly and give frame
29693         in mode line.
29694         (gdb-source-spec-regexp, gdb-assembler-custom)
29695         (gdb-invalidate-assembler, gdb-frame-handler):
29696         Make robust to leading zeroes in address format.
29698 2005-05-26  Carsten Dominik  <dominik@science.uva.nl>
29700         * textmodes/org.el (org-mode): Use `define-derived-mode' to
29701         define `org-mode'.
29702         (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
29704 2005-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
29706         * log-edit.el (log-edit-changelog-entries): Distinguish between
29707         filenames like xfns.c and fns.c.
29709 2005-05-25  Luc Teirlinck  <teirllm@auburn.edu>
29711         * buff-menu.el (Buffer-menu-revert-function): Improve handling of
29712         point after reverting.
29713         (Buffer-menu-make-sort-button): Handle the case where
29714         `Buffer-menu-use-header-line' is nil.
29716 2005-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
29718         * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
29719         New funcs.  In minibuffer-local-completion-map bind `]', `/'
29720         and `:' to them.
29722 2005-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
29724         * startup.el (normal-top-level): Allow modification of load-path while
29725         we're iterating over it.
29727 2005-05-25  Juanma Barranquero  <lekktu@gmail.com>
29729         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
29730         (thumbs-cleanup-thumbsdir, thumbs-call-convert)
29731         (thumbs-resize-interactive, thumbs-insert-image)
29732         (thumbs-insert-thumb, thumbs-dired-show-marked)
29733         (thumbs-find-image-at-point, thumbs-delete-images)
29734         (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
29735         (thumbs-increment-image-size, thumbs-decrement-image-size):
29736         Fix typos in docstrings.
29738 2005-05-24  Andre Spiegel  <spiegel@gnu.org>
29740         * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
29741         (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
29742         (cperl-mode): Use them.
29744 2005-05-24  Juanma Barranquero  <lekktu@gmail.com>
29746         * window.el (quit-window, shrink-window-if-larger-than-buffer):
29747         Doc fixes.
29749 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
29751         * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
29752         Bind C-d to gdb-inferior-io-eof.
29754         * dired.el (dired-dnd-popup-notice): Use message-box.
29756 2005-05-23  Masatake YAMATO  <jet@gyve.org>
29758         * bindings.el (mode-line-major-mode-keymap):
29759         Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
29761         * faces.el (mode-line-highlight): New face.
29763         * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
29764         as mouse-face.
29766         * bindings.el (top-level, help-echo, mode-line-modified)
29767         (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
29768         as mouse-face.
29770 2005-05-23  Juanma Barranquero  <lekktu@gmail.com>
29772         * progmodes/cc-engine.el (c-guess-basic-syntax):
29773         Remove spurious call to `zerop'.
29775         * emacs-lisp/cl.el (acons, pairlis): Add docstring.
29777 2005-05-23  Martin Stjernholm  <bug-cc-mode@gnu.org>
29779         CC Mode update to 5.30.10:
29781         * progmodes/cc-fonts.el (c-font-lock-declarators): Fix bug where
29782         the point could go past the limit in decoration level 2, thereby
29783         causing errors during interactive fontification.
29785         * progmodes/cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp
29786         bug when the file is evaluated interactively.
29788         * progmodes/cc-engine.el (c-guess-basic-syntax): Handle operator
29789         declarations somewhat better in C++.
29791         * progmodes/cc-styles.el, cc-mode.el (c-run-mode-hooks):
29792         New helper macro to make use of `run-mode-hooks'
29793         which has been added in Emacs 21.1.
29794         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
29795         (awk-mode): Use it.
29796         (make-local-hook): Suppress warning about obsoleteness.
29798         * progmodes/cc-engine.el, cc-align.el, cc-cmds.el
29799         (c-append-backslashes-forward, c-delete-backslashes-forward)
29800         (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
29801         Compensate for return value from `forward-line' when it has moved
29802         but not to a different line due to eob.
29804         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchoring in
29805         `objc-method-intro' and `objc-method-args-cont'.
29807 2005-05-23  Alan Mackenzie  <bug-cc-mode@gnu.org>
29809         CC Mode update to 5.30.10:
29811         * progmodes/cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's
29812         address in the copyright statement.  Incidentally, change "along with
29813         GNU Emacs" to "along with this program" where it occurs.
29815         * progmodes/cc-mode.el: Add a fourth parameter `t' to the awk-mode
29816         autoload, so that it is interactive, hence can be found by M-x awk-mode
29817         whilst cc-mode is yet to be loaded.  Reported by Glenn Morris
29818         <gmorris+emacs@ast.cam.ac.uk>.
29820         * progmodes/cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
29821         Mode's regexps.
29823 2005-05-23  Kevin Ryde  <user42@zip.com.au>
29825         * progmodes/cc-align.el (c-lineup-argcont): Ignore conses for {} pairs
29826         from c-parse-state, to avoid a lisp error (on bad code).
29828 2005-05-23  Lute Kamstra  <lute@gnu.org>
29830         * subr.el (font-lock-defaults): Remove defvar as it's already
29831         defined in font-core.el.
29833         * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
29835 2005-05-23  Nick Roberts  <nickrob@snap.net.nz>
29837         * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
29838         more general and work when GDB variable "print pretty" is on,
29839         as with Emacs, for example.
29841 2005-05-22  Luc Teirlinck  <teirllm@auburn.edu>
29843         * font-core.el: Update comment.
29845         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
29846         Use `after-change-major-mode-hook' instead of `find-file-hook'.
29848         * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
29850 2005-05-22  Eli Zaretskii  <eliz@gnu.org>
29852         * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
29853         and `yank-handler' in the doc strings.
29855 2005-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
29857         * emacs-lisp/cl.el (eql): Remove.  It's a builtin already.
29859 2005-05-22  Richard M. Stallman  <rms@gnu.org>
29861         * help.el (describe-key): Move print-help-return-message call
29862         out of conditional.
29864         * progmodes/etags.el (list-tags): Use with-no-warnings.
29866         * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
29867         (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
29868         (starttls-extra-args, starttls-extra-arguments): Add defvars.
29870         * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
29872         * language/viet-util.el (viet-viscii-nonascii-translation-table):
29873         Add defvar.
29875         * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
29876         Use defvar, not defconst.
29878         * hexl.el (hexl-follow-line): Use with-no-warnings.
29880         * emulation/tpu-extras.el: Use write-file-functions instead of
29881         write-file-hooks.
29883         * dired.el (dired-font-lock-keywords): Fontify files with junk
29884         extensions even if marked by -F.
29886 2005-05-22  Juanma Barranquero  <lekktu@gmail.com>
29888         * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
29889         (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
29890         * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
29891         (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
29892         (concatenate, list-length, get*, getf, cl-remprop):
29893         * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
29894         (etypecase, progv, lexical-let, lexical-let*)
29895         (multiple-value-bind, multiple-value-setq, shiftf):
29896         Improve argument/docstring consistency.
29898         * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
29900 2005-05-22  Andre Spiegel  <spiegel@gnu.org>
29902         * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
29903         doesn't exist.
29905         * vc.el (vc-trunk-p): Add autoload cookie.  The function is used in
29906         vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
29908 2005-05-22  Nick Roberts  <nickrob@snap.net.nz>
29910         * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
29911         already deleted variables: auto-fill-hook, blink-paren-hook,
29912         lisp-indent-hook, inhibit-local-variables, unread-command-event,
29913         suspend-hooks, comment-indent-hook, meta-flag,
29914         before-change-function, after-change-function,
29915         font-lock-doc-string-face.
29917 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
29919         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
29921 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
29923         * mail/rmail.el (rmail-reply): Filter the list in reply-to through
29924         rmail-dont-reply-to.
29926 2005-05-21  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
29928         * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
29929         literal blank when splitting new-header-values.
29931 2005-05-21  Matt Hodges  <MPHodges@member.fsf.org>
29933         * calendar/cal-menu.el (cal-menu-update): Add separator as a
29934         string so that tmm doesn't create a completion entry for it.
29936         * textmodes/table.el (table-disable-menu): Ditto.
29938 2005-05-21  Richard M. Stallman  <rms@gnu.org>
29940         * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
29942         * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
29944         * net/rcompile.el (remote-compile): Use compilation-start.
29946         * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
29948 2005-05-21  Daniel Pfeiffer  <occitan@esperanto.org>
29950         * files.el (auto-mode-alist): Check GNUmakefile before makefile.
29951         Default to makefile-bsdmake-mode on BSD systems.
29953         * imenu.el (imenu-generic-expression, imenu--generic-function'):
29954         REGEXP may also be a search function now.  The part of doc-string
29955         for describing the structure was 95% identical to that of
29956         `imenu--generic-function'.  Unify it there.
29958         * progmodes/make-mode.el (makefile-imenu-generic-expression):
29959         Use function to find dependencies, because regexp alone is so complex,
29960         it easily goes into an endless loop.
29961         (makefile-makepp-mode): Also add submenu for Perl functions
29962         defined in the makefile.
29963         (makefile-bsdmake-mode): Special imenu-generic-expression no
29964         longer needed, due to function call.
29965         (makefile-match-dependency): Take BOUND into account when checking
29966         if we're through.
29968 2005-05-20  Jay Belanger  <belanger@truman.edu>
29970         * calc/calc-units.el (calc-invalidate-units-table):
29971         Use inhibit-read-only.
29972         (math-build-units-table-buffer): Use view-mode.
29974 2005-05-20  David Kastrup  <dak@gnu.org>
29976         * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
29977         easy-menu-add is not a nop on Emacs; and clarify when to call it.
29979 2005-05-20  Lute Kamstra  <lute@gnu.org>
29981         * diff-mode.el (diff-header-face, diff-file-header-face)
29982         (diff-index-face, diff-hunk-header-face, diff-removed-face)
29983         (diff-added-face, diff-changed-face, diff-function-face)
29984         (diff-context-face, diff-nonexistent-face): Put them in the
29985         diff-mode customization group.
29987 2005-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
29989         * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
29991         * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
29993         * font-lock.el (lisp-font-lock-keywords-2): Don't error.
29994         Minor regexp-optimization.
29996 2005-05-20  Carsten Dominik  <dominik@science.uva.nl>
29998         * textmodes/org.el (org-agenda-toggle-time-grid): New command.
29999         (org-agenda-use-time-grid, org-agenda-time-grid): New options.
30000         (org-agenda-add-time-grid-maybe): New function.
30001         (org-agenda): Call `org-agenda-add-time-grid-maybe'.
30002         (org-table-create): `dotimes' instead of `mapcar'.
30003         (org-xor): Simplify implementation.
30004         (org-agenda): `inhibit-redisplay' turned on.
30005         (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
30006         a consistent line after a state change.
30007         (org-agenda-remove-times-when-in-prefix): New option.
30008         (org-prefix-has-time): New variable.
30009         (org-parse-time-string): Optional argument NODEFAULT.
30010         (org-format-agenda-item): Parse items for time-of-day
30011         specifications and move these into the prefix if possible.
30012         (org-agenda-priority): Get current heading, not previous heading
30013         during agenda remote editing.
30015 2005-05-20  Juanma Barranquero  <lekktu@gmail.com>
30017         * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
30018         (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
30019         (remove-duplicates, delete-duplicates, substitute)
30020         (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
30021         (nsubstitute-if-not, find, find-if, find-if-not, position)
30022         (position-if, position-if-not, count, count-if, count-if-not)
30023         (mismatch, search, sort*, stable-sort, merge, member*)
30024         (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
30025         (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
30026         (intersection, nintersection, set-difference, nset-difference)
30027         (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
30028         (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
30029         (nsublis, tree-equal): Improve argument/docstring consistency.
30031         * subr.el (send-string, send-region): Remove obsolescence declaration.
30032         (window-dot, set-window-dot, read-input, show-buffer)
30033         (eval-current-buffer, string-to-int):
30034         Add release number to obsolescence declarations.
30036 2005-05-19  Kim F. Storm  <storm@cua.dk>
30038         * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
30039         (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
30041 2005-05-20  Matt Hodges  <MPHodges@member.fsf.org>
30043         * faces.el (list-faces-display): Make back button respect optional
30044         regexp arg.
30046 2005-05-19  Juanma Barranquero  <lekktu@gmail.com>
30048         * calculator.el (calculator-radix-grouping-mode)
30049         (calculator-radix-grouping-digits, calculator-displayer)
30050         (calculator-radix-grouping-separator, calculator-copy-displayer):
30051         * dabbrev.el (dabbrev-search-these-buffers-only):
30052         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
30053         (diff-advance-after-apply-hunk, diff-mode-hook)
30054         (diff-minor-mode-prefix):
30055         * imenu.el (imenu-use-popup-menu):
30056         * jit-lock.el (jit-lock-context-time):
30057         * newcomment.el (comment-fill-column, comment-column)
30058         (comment-style, comment-padding, comment-multi-line)
30059         (comment-empty-lines, comment-auto-fill-only-comments):
30060         * reveal.el (reveal-around-mark):
30061         * uniquify.el (uniquify-buffer-name-style)
30062         (uniquify-after-kill-buffer-p)
30063         (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
30064         (uniquify-min-dir-content, uniquify-separator)
30065         (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
30066         * w32-vars.el (w32-fixed-font-alist):
30067         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
30068         * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
30069         * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
30070         * progmodes/perl-mode.el (perl-indent-level)
30071         (perl-continued-statement-offset, perl-continued-brace-offset)
30072         (perl-brace-offset, perl-brace-imaginary-offset)
30073         (perl-label-offset, perl-indent-continued-arguments)
30074         (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
30075         * progmodes/tcl.el (tcl-indent-level)
30076         (tcl-continued-indent-level, tcl-auto-newline)
30077         (tcl-tab-always-indent, tcl-electric-hash-style)
30078         (tcl-help-directory-list, tcl-use-smart-word-finder)
30079         (tcl-application, tcl-command-switches, tcl-prompt-regexp)
30080         (inferior-tcl-source-command):
30081         * textmodes/fill.el (enable-kinsoku):
30082         * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
30083         * textmodes/table.el (table-yank-handler):
30084         Specify missing group (and type, if simple) in defcustom.
30086 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
30088         * progmodes/compile.el (compilation-finish-function): Fix defvar.
30090 2005-05-19  Richard M. Stallman  <rms@gnu.org>
30092         * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
30094         * subr.el (event-basic-type): Don't get an error.
30095         (left-fringe-p): Function deleted.
30097         * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
30098         (list-buffers-noselect): Set `font-lock-face' property, not `face'.
30100         * dired-aux.el (dired-copy-file-recursive): Handle symlinks
30101         in recursive copy.
30103         * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
30105         * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
30107         * emacs-lisp/bytecomp.el
30108         (byte-compile-file-form-custom-declare-variable):
30109         Call byte-compile-nogroup-warn if appropriate.
30111         * progmodes/compile.el (compilation-finish-function): Mark obsolete.
30112         (compilation-set-window): Don't call left-fringe-p; do it directly.
30114 2005-05-19  Jay Belanger  <belanger@truman.edu>
30116         * calc/calc-graph.el (calc-graph-format-data): Make sure
30117         var-PlotRejects is bound before trying to check its value.
30119 2005-05-19  Carsten Dominik  <dominik@science.uva.nl>
30121         * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
30122         definition of this variable from reftex-global.el to reftex.el,
30123         because it is needed in the menu.
30125 2005-05-19  Lute Kamstra  <lute@gnu.org>
30127         * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
30128         years are fixed.  Don't insert a space after a dash.
30130 2005-05-19  Kim F. Storm  <storm@cua.dk>
30132         * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
30134 2005-05-19  Daniel Pfeiffer  <occitan@esperanto.org>
30136         * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
30137         strings, because (eq ... ?\\) is fairly frequent.
30139         * progmodes/make-mode.el (makefile-add-this-line-targets):
30140         Simplify and integrate into `makefile-pickup-targets'.
30141         (makefile-add-this-line-macro): Simplify and integrate into
30142         `makefile-pickup-macros.
30143         (makefile-pickup-filenames-as-targets): Simplify.
30144         (makefile-previous-dependency, makefile-match-dependency):
30145         Don't stumble over `::'.
30147 2005-05-19  Nick Roberts  <nickrob@snap.net.nz>
30149         * subr.el (post-command-idle-hook, post-command-idle-delay):
30150         Remove obsoletion of post-command-idle-hook and
30151         post-command-idle-delay.
30153         * faces.el (list-faces-display): Provide button when describe-face
30154         is called to take user back to the list of faces.
30156         * help-fns.el (describe-variable): Remove hyperlinks in a
30157         variable's value as these are quite frequently inappropriate.
30159         * follow.el (follow-submit-feedback, follow-mode):
30160         Remove references to post-command-idle-hook.
30162 2005-05-18  Daniel Pfeiffer  <occitan@esperanto.org>
30164         * progmodes/make-mode.el (makefile-previous-dependency)
30165         (makefile-match-dependency): Check for := (and in bsd mode also
30166         !=) to give a better result, even when font-lock is not on.
30168 2005-05-18  Jay Belanger  <belanger@truman.edu>
30170         * calc/calc-help.el (calc-s-prefix-help):
30171         Add `calc-copy-special-constant' to help string.
30173 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
30175         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
30177 2005-05-18  Jay Belanger  <belanger@truman.edu>
30179         * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
30180         in linear factors are in proper order.
30182 2005-05-18  Carsten Dominik  <dominik@science.uva.nl>
30184         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
30185         Support for jurabib.
30187         * textmodes/reftex.el (featurep): Define aliases for overlay
30188         commands, for XEmacs compatibility, and use these aliases in
30189         overlay initializations.
30190         (reftex-highlight): Use `reftex-move-overlay'.
30191         (reftex-unhighlight): Use `reftex-delete-overlay'.
30192         (reftex-uniq): Function removed.  Use `reftex-uniquify' instead.
30193         (reftex-access-search-path): Use `reftex-uniquify' instead of
30194         `reftex-uniq'.
30196         * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
30197         `before-string' property modification enables for Emacs as well.
30198         (reftex-select-item): Use `reftex-delete-overlay'.
30199         (reftex-select-mark): Use `reftex-make-overlay' and
30200         `reftex-overlay-put'.
30201         (reftex-select-unmark): Use `reftex-delete-overlay' and
30202         `reftex-overlay-put'.
30204 2005-05-18  Lute Kamstra  <lute@gnu.org>
30206         * emacs-lisp/lisp.el (check-parens): Fix docstring.
30208 2005-05-18  Juanma Barranquero  <lekktu@gmail.com>
30210         * add-log.el (add-change-log-entry):
30211         * array.el (array-make-template, array-reconfigure-rows)
30212         (array-init-max-row, array-init-max-column)
30213         (array-init-columns-per-line, array-init-field-width):
30214         * replace.el (replace-match-maybe-edit, perform-replace):
30215         * textmodes/spell.el (spell-region):
30216         Replace `read-input' by `read-string'.
30218         * forms.el (forms-mode):
30219         * finder.el (finder-compile-keywords):
30220         * shadowfile.el (shadow-read-files):
30221         Replace `eval-current-buffer' by `eval-buffer'.
30223         * terminal.el (te-pass-through):
30224         * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
30225         (ange-ftp-raw-send-cmd):
30226         * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
30227         (send-process-next-char, telnet-initial-filter, telnet):
30228         Replace `send-string' by `process-send-string'.
30230         * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
30231         (prolog-consult-region): Replace `send-string' by
30232         `process-send-string'; replace `send-region' by `process-send-region'.
30234         * progmodes/delphi.el (delphi-log-msg):
30235         Replace `set-window-dot' by `set-window-point'.
30237         * subr.el (window-dot, set-window-dot, read-input, send-string)
30238         (send-region, show-buffer, eval-current-buffer):
30239         Make really obsolete, as the comment says.
30241 2005-05-17  Kim F. Storm  <storm@cua.dk>
30243         * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
30244         (cua--init-keymaps): Bind C-return instead of S-return to set
30245         rectangle mark.
30247         * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
30248         instead of S-return to toggle/clear rectangle mark.
30250 2005-05-17  Daniel Pfeiffer  <occitan@esperanto.org>
30252         * progmodes/make-mode.el (makefile-dependency-skip): New variable.
30253         (makefile-macroassign-regex, makefile-make-font-lock-keywords):
30254         Also fontify plain strings assigned to variables, mostly so that a
30255         colon has a face and is thus not taken as a dependency separator.
30256         (makefile-previous-dependency): Inline the new matcher, because it
30257         is too complex to work in both directions.
30258         (makefile-match-dependency): Eliminate `backward' arg (see above).
30259         Completely reimplemented so as to not sometimes go into an endless
30260         loop.  It should also be more efficient, because first it only
30261         searches for `:', instead of applying the very complex regexp.
30262         (makefile-mode): Cancel `font-lock-support-mode', because blocks
30263         to be fontified in one piece can be too long for JIT.
30264         Makefiles are never *that* big.
30266 2005-05-17  Reiner Steib  <Reiner.Steib@gmx.de>
30268         * dired.el (dired-mode): Simplify.
30270 2005-05-17  Lute Kamstra  <lute@gnu.org>
30272         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
30273         defcustom for the mode hook variable.
30275         * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
30276         Emacs Lisp Reference Manual.
30278 2005-05-17  Juanma Barranquero  <lekktu@gmail.com>
30280         * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
30281         (evenp, list*):
30282         * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
30283         * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
30285         * net/tramp-smb.el (tramp-smb-open-connection):
30286         Pass `tramp-chunksize' as fifth (required) argument.
30288 2005-05-16  Daniel Pfeiffer  <occitan@esperanto.org>
30290         * font-lock.el (lisp-font-lock-keywords-1):
30291         Set `font-lock-negation-char-face' for [^...] char group.
30292         (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
30294         * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
30295         a var, and refine it to mask one more level of nested vars.
30296         (makefile-rule-action-regex): Turn it into a var, and refine it so
30297         it recognizes backslashed continuation lines as belonging to the
30298         same command.
30299         (makefile-macroassign-regex): Refine it so it recognizes
30300         backslashed continuation lines as belonging to the same command.
30301         (makefile-var-use-regex): Don't look at the next char, because it
30302         might be the same one to be skipped by the initial [^$], leading
30303         to an overlooked variable use.
30304         (makefile-make-font-lock-keywords): Remove two parameters, which
30305         are now variables that some of the modes set locally.
30306         Handle dependency and rule action matching through functions, because
30307         regexps alone match too often.  Dependency matching now comes
30308         last, so it can check, whether a colon already matched something else.
30309         (makefile-mode): Inform that font-lock improves makefile parsing
30310         capabilities.
30311         (makefile-match-dependency, makefile-match-action): New functions.
30313 2005-05-16  Juanma Barranquero  <lekktu@gmail.com>
30315         * emacs-lisp/cl-extra.el (equalp): Doc fix.
30317         * align.el (align-regexp):
30318         * ansi-color.el (ansi-color-get-face):
30319         * array.el (array-reconfigure-rows, array-init-max-row)
30320         (array-init-max-column, array-init-columns-per-line)
30321         (array-init-field-width):
30322         * dired-aux.el (dired-trample-file-versions):
30323         * dired-x.el (dired-mark-sexp):
30324         * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
30325         * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
30326         * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
30327         * faces.el (face-read-integer):
30328         * files.el (backup-extract-version, insert-directory):
30329         * hexl.el (hexl-insert-decimal-char):
30330         * server.el (server-process-filter):
30331         * shell.el (shell-extract-num):
30332         * startup.el (command-line-1):
30333         * term.el (term-command-hook):
30334         * time-stamp.el (time-stamp, time-stamp-string-preprocess)
30335         (time-stamp-do-number):
30336         * time.el (display-time-update):
30337         * timezone.el (timezone-parse-date, timezone-zone-to-minute)
30338         (timezone-fix-time):
30339         * vms-patch.el (vms-suspend-resume-hook):
30340         * calendar/appt.el (appt-convert-time):
30341         * calendar/cal-bahai.el (mark-bahai-diary-entries):
30342         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
30343         * calendar/cal-islam.el (mark-islamic-diary-entries):
30344         * calendar/calendar.el (calendar-cursor-to-date)
30345         (calendar-star-date):
30346         * calendar/diary-lib.el (diary-attrtype-convert)
30347         (mark-diary-entries, diary-entry-time):
30348         * calendar/solar.el (solar-get-number):
30349         * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
30350         * emacs-lisp/re-builder.el (reb-display-subexp):
30351         * emulation/edt.el (edt-set-scroll-margins):
30352         * emulation/tpu-extras.el (tpu-set-scroll-margins):
30353         * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
30354         (vip-get-ex-count):
30355         * emulation/viper-ex.el (viper-get-ex-token)
30356         (viper-get-ex-buffer, viper-get-ex-count, ex-next):
30357         * international/fontset.el (fontset-plain-name):
30358         * mail/feedmail.el (feedmail-look-at-queue-directory):
30359         * mail/mailalias.el (mail-get-names):
30360         * mail/rmail.el (rmail-convert-to-babyl-format):
30361         * mail/rmailsum.el (rmail-make-basic-summary-line)
30362         (rmail-summary-next-same-subject, rmail-summary-rmail-update)
30363         (rmail-summary-goto-msg):
30364         * mail/smtpmail.el (smtpmail-read-response):
30365         * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
30366         (ange-ftp-vms-add-file-entry):
30367         * play/gametree.el (gametree-looking-at-ply)
30368         (gametree-current-branch-score):
30369         * progmodes/ada-xref.el (ada-prj-find-prj-file)
30370         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
30371         * progmodes/cperl-mode.el (condition-case):
30372         * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
30373         (ebrowse-set-member-buffer-column-width)
30374         (ebrowse-select-1st-to-9nth):
30375         * progmodes/etags.el (etags-snarf-tag):
30376         * progmodes/flymake.el (flymake-parse-line):
30377         * progmodes/idlw-shell.el (idlwave-shell-parse-line)
30378         (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
30379         (idlwave-shell-menu-def):
30380         * progmodes/ps-mode.el (ps-run-goto-error):
30381         * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
30382         (vhdl-speedbar-contract-level):
30383         * term/mac-win.el (x-handle-numeric-switch):
30384         * term/sun-mouse.el (sun-get-frame-data):
30385         * term/w32-win.el (x-handle-numeric-switch):
30386         * term/x-win.el (x-handle-numeric-switch):
30387         * textmodes/ispell.el (ispell-parse-output):
30388         * textmodes/nroff-mode.el (nroff-outline-level):
30389         * textmodes/reftex-cite.el (reftex-bib-sort-year)
30390         (reftex-bib-sort-year-reverse, reftex-format-citation):
30391         * textmodes/reftex-parse.el (reftex-init-section-numbers)
30392         (reftex-section-number):
30393         * textmodes/texinfmt.el (texinfo-paragraphindent):
30394         Replace `string-to-int' by `string-to-number'.
30396         * international/latexenc.el: Add page marker to force the "Local
30397         Variables:" string out of the last page.
30399 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
30401         * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
30402         tooltip-change-major-mode.
30403         (gud-tooltip-print-command): Remove case where gud-minor-mode
30404         is gdb ("--fullname").
30405         (gud-tooltip-tips): Turn GUD tooltips off for this case and
30406         explain to user.
30408 2005-05-16  Jay Belanger  <belanger@truman.edu>
30410         * calc/calc-store.el (calc-copy-special-constant): New function.
30412         * calc/calc-ext.el (calc-init-extensions): Add binding for
30413         `calc-copy-special-constant'.
30415         * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
30416         for the `calc-copy-special-constant' command.
30418 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
30420         * subr.el (left-fringe-p): New function.
30422         * progmodes/compile.el (compilation-setup): Set local value of
30423         overlay-arrow-string to "" always.
30424         (compilation-set-window): Left fringe then don't scroll.
30425         No left fringe then no arrow and scroll message to top.
30426         (compilation-context-lines): Adjust doc string accordingly.
30428 2005-05-16  Kim F. Storm  <storm@cua.dk>
30430         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
30431         (ido-magic-delete-char): New commands for C-f, C-b, C-d.
30432         (ido-wide-find-dir-or-delete-dir): New command for M-d.
30433         (ido-define-mode-map): Bind them.  Add C-x prefix to fallback commands.
30434         (ido-read-file-name): Handle commands with ido property value
30435         equal to find-file as reading a file name, to allow C-d to enter dired.
30436         (ibuffer-find-file): Add ido property with value find-file.
30438 2005-05-15  Kim F. Storm  <storm@cua.dk>
30440         * subr.el (open-network-stream-nowait): Remove.
30441         (open-network-stream-server): Remove.
30443 2005-05-15  Richard M. Stallman  <rms@gnu.org>
30445         * faces.el (describe-face): Output a definition link button.
30447         * help-mode.el (help-face-def): New button type.
30449         * emacs-lisp/copyright.el (copyright-fix-years):
30450         Match properly if the first year is 2-digit.
30451         Don't mess up the whitespace after the years by filling.
30453         * dired-aux.el (dired-mark-confirm):
30454         Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
30456         * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
30457         (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
30458         (dired-mark-pop-up): Handle FILES = (t FILE) specially.
30460         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
30461         Set font-lock-comment-start-skip.
30463         * font-lock.el (font-lock-comment-start-skip): New variable.
30464         (font-lock-comment-end-skip): New variable.
30465         (font-lock-fontify-syntactically-region): Use them if non-nil.
30467 2005-05-15  Jay Belanger  <belanger@truman.edu>
30469         * calc/calc-store.el (calc-store-value): Return a string rather
30470         than display it as a message.
30471         Use calc-var-name for variable name.
30472         (calc-store-into): Add the result of calc-store-value to message.
30473         (calc-copy-variable): Add a message.
30474         (calc-store-exchange): Improve error messages.
30475         (calc-store-binary, calc-store-map): Don't reset the values of
30476         special constants.
30478 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
30480         * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
30481         manual to docstring.
30483         * files.el (hack-local-variables-confirm): Add STRING argument.
30484         Make the function handle non file visiting buffers correctly.
30485         (hack-local-variables-prop-line, hack-local-variables)
30486         (hack-one-local-variable): Use STRING arg of
30487         `hack-local-variables-confirm'.
30489 2005-05-14  Michael Albinus  <michael.albinus@gmx.de>
30491         Sync with Tramp 2.0.49.
30493         * net/tramp.el (tramp-handle-dired-call-process)
30494         (tramp-handle-insert-directory):`insert-buffer' cannot be used
30495         because the contents of the Tramp buffer is changed before
30496         insertion (`expand-file' and alike).
30497         (tramp-handle-insert-directory): If `localname' has an empty
30498         nondirectory name, it must not be quoted.
30499         (tramp-pre-connection): Add parameter CHUNKSIZE.  Make local
30500         variable `tramp-chunksize'.  Change callees.
30501         (tramp-open-connection-setup-interactive-shell): Check remote host
30502         for buggy `send-process-string' implementation.
30503         Set `tramp-chunksize' if found.  Reported by Michael Kifer
30504         <kifer@cs.sunysb.edu> (and a lot of other people all the years).
30505         (tramp-handle-shell-command): `insert-buffer' cannot be used
30506         because the contents of the Tramp buffer is changed before
30507         insertion (`expand-file' and alike).  Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
30508         <frederic.bothamy@free.fr>.
30509         (tramp-set-auto-save): Actions should be done for Tramp file name
30510         handler only.  Ange-FTP has its own auto-save mechanism.
30511         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
30512         (tramp-set-auto-save-file-modes): Set file modes of
30513         `buffer-auto-save-file-name' to ?\600 as fallback solution.
30514         Reported by Ferenc Wagner <wferi@tba.elte.hu>.
30515         (tramp-bug): Remove obsolete variable.
30516         (tramp-append-tramp-buffers): Rewrite partly.  More suitable check
30517         for presence of `mml-mode'.  Make it running for older Emacsen as well.
30519 2005-05-14  John Paul Wallington  <jpw@pobox.com>
30521         * ibuf-ext.el (define-ibuffer-filter filename):
30522         If `dired-directory' is a list, use its car.
30524 2005-05-14  Daniel Brockman  <daniel@brockman.se>  (tiny change)
30526         * ibuffer.el (define-ibuffer-column filename):
30527         If `dired-directory' is a list, use its car.
30529 2005-05-14  Richard M. Stallman  <rms@gnu.org>
30531         * subr.el (symbol-file): Doc fix.
30533         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
30534         (byte-compile-form): Call byte-compile-nogroup-warn.
30535         (byte-compile-warning-types): Doc fix.
30537         * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
30539         * progmodes/cc-engine.el (c-literal-faces):
30540         Add font-lock-comment-delimiter-face.
30542         * net/net-utils.el (dig): Use with-no-warnings.
30544         * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
30545         (sc-recite-frame-alist, sc-default-cite-frame)
30546         (sc-default-uncite-frame, sc-default-recite-frame)
30547         (sc-attrib-selection-list, sc-rewrite-header-list):
30548         Mark as risky-local-variable.
30550         * international/ogonek.el (ogonek-jak, ogonek-how):
30551         Don't use beginning-of-buffer.
30553         * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
30555         * calendar/solar.el (solar-data-list): Move definition up.
30557         * dnd.el (dnd-protocol-alist): Add autoload.
30559         * progmodes/sh-script.el: Many doc usage fixes.
30560         (sh-indent-after-do): Change default to match common styles.
30562 2005-05-13  Luc Teirlinck  <teirllm@auburn.edu>
30564         * files.el (interpreter-mode-alist)
30565         (auto-mode-interpreter-regexp): Doc fixes.
30567 2005-05-13  Matt Hodges  <MPHodges@member.fsf.org>
30569         * tmm.el (tmm-get-keymap): Include only active menus and menu items.
30571         * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
30573 2005-05-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
30575         * dired.el (dired-mode): make-variable-buffer-local =>
30576         make-local-variable.
30578 2005-05-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
30580         * term/mac-win.el (mac-select-convert-to-string): Try coding
30581         systems in mac-script-code-coding-systems if specified one cannot
30582         encode string for `com.apple.traditional-mac-plain-text'.
30584 2005-05-13  Daniel Pfeiffer  <occitan@esperanto.org>
30586         * progmodes/make-mode.el (makefile-targets-face)
30587         (makefile-shell-face, makefile-makepp-perl-face): New faces.
30588         (makefile-dependency-regex): Fix it to not make the colon in
30589         $(var:a=b) special.
30590         (makefile-rule-action-regex): New regexp for highlighting embedded
30591         Shell strings.
30592         (makefile-macroassign-regex): Handle != for highlighting as
30593         embedded Shell strings.
30594         (makefile-var-use-regex): New const.
30595         (makefile-statements, makefile-automake-statements)
30596         (makefile-gmake-statements, makefile-makepp-statements)
30597         (makefile-bsdmake-statements): New consts.
30598         (makefile-make-font-lock-keywords): New function.
30599         (makefile-automake-font-lock-keywords)
30600         (makefile-gmake-font-lock-keywords)
30601         (makefile-makepp-font-lock-keywords)
30602         (makefile-bsdmake-font-lock-keywords): New consts.
30603         (makefile-mode-map): Add switchers between the various submodes.
30604         (makefile-mode): Document the availability of the variants.
30605         (makefile-automake-mode, makefile-gmake-mode)
30606         (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
30608         * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
30609         new variants of makefile-mode.
30611 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
30613         * font-lock.el (font-lock-comment-delimiter-face): Fix up
30614         the inheritance.
30616 2005-05-12  Luc Teirlinck  <teirllm@auburn.edu>
30618         * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
30619         (inferior-lisp-load-hook): Convert defcustoms back to defvars.
30621         * files.el (normal-mode): Extend the scope of the
30622         `enable-local-variables' binding to include the `set-auto-mode' call.
30623         (magic-mode-alist): Doc fix.
30625 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
30627         * font-lock.el (font-lock-comment-delimiter-face): Inherit from
30628         font-lock-comment-face rather than copying its setting.
30630 2005-05-12  Andreas Schwab  <schwab@suse.de>
30632         * eshell/esh-mode.el (eshell-send-input): Doc fix.
30634 2005-05-12  Lute Kamstra  <lute@gnu.org>
30636         * emacs-lisp/generic.el (define-generic-mode): Don't generate a
30637         defcustom for the mode hook variable.  Delete the last argument.
30638         * generic-x.el: Fix callers of define-generic-mode.
30639         (generic-x-modes): Delete group.
30640         (show-tabs-tab-face, show-tabs-space-face): Put them in the
30641         generic-x customization group.
30643 2005-05-12  Kim F. Storm  <storm@cua.dk>
30645         * font-lock.el (font-lock-negation-char-face): Default to "off".
30647         * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
30648         font-lock-negation-char-face to ! in !=.
30650 2005-05-12  Masatake YAMATO  <jet@gyve.org>
30652         * add-log.el (find-change-log): Fix typos in the docstring
30653         of function.
30655 2005-05-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
30657         * international/latexenc.el (latexenc-find-file-coding-system):
30658         Avoid `re-search-forward' when looking for input encoding because
30659         of speed and safety.  Better regular expressions for recognizing
30660         input encoding.  Limit a search for TeX-master/tex-main-file to
30661         the local variable section.
30663 2005-05-11  Dan Nicolaescu  <dann@ics.uci.edu>
30665         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
30666         syntax of $ to "'" (quote).
30668 2005-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
30670         * dnd.el (dnd-protocol-alist): Improve custom type.
30672         * dired.el (dired-dnd-protocol-alist): New variable.
30673         (dired-mode): Use `dired-dnd-protocol-alist'.  Move call of
30674         `dired-mode-hook' to the end.
30676 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
30678         * font-lock.el (font-lock-fontify-syntactically-region): Don't use
30679         comment-end if comment-start-skip is not set.
30680         Obey the font-lock-comment-delimiter-face variables.
30682 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
30684         * files.el (executable-find): Move from executable.el.  Use
30685         locate-file.
30686         * progmodes/executable.el (executable-find): Move to files.el.
30688         * font-lock.el (font-lock-fontify-keywords-region): Use a marker
30689         when trying to ensure forward progress.
30691 2005-05-11  Chong Yidong  <cyd@stupidchicken.com>
30693         * mouse-sel.el (mouse-sel-follow-link-p): New function.
30694         (mouse-select, mouse-select-internal, mouse-extend-internal):
30695         Use it to implement mouse-1-click-follows-link functionality.
30697 2005-05-11  Richard M. Stallman  <rms@gnu.org>
30699         * font-lock.el (font-lock-fontify-syntactically-region):
30700         Use font-lock-comment-delimiter-face for comment delimiters.
30702 2005-05-10  Jay Belanger  <belanger@truman.edu>
30704         * calc/calc-help.el (calc-m-prefix-help): Add mention of
30705         preserving embedded modes.
30707 2005-05-10  Richard M. Stallman  <rms@gnu.org>
30709         * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
30711         * progmodes/ada-mode.el (ada-adjust-case-skeleton):
30712         Move from ada-stmt.el.
30713         (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
30715         * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
30716         Move to ada-mode.el.
30717         (ada-stmt-mode-hook): Delete; do the work in ada-mode.
30719         * cus-edit.el (custom-file): Call file-chase-links.
30721         * files.el (read-directory-name): Fix previous change.
30722         (hack-local-variables-confirm): New function.
30723         (hack-local-variables-prop-line, hack-local-variables)
30724         (hack-one-local-variable): Use it.
30726 2005-05-10  Lute Kamstra  <lute@gnu.org>
30728         * font-lock.el (font-lock-keywords-alist)
30729         (font-lock-removed-keywords-alist): Clarify docstrings.
30731 2005-05-10  Nick Roberts  <nickrob@snap.net.nz>
30733         * progmodes/gdb-ui.el (gdb-macro-info): New variable.
30734         (gdb-source-info): Check for preprocessor info.
30735         (gdb-tooltip-print-1): New function.  Don't print tooltip if it is
30736         a macro for a function.
30737         (gdb-info-breakpoints-custom): Try to find file again if not already
30738         found (user might have used GDB dir command).
30739         (gdb-get-location): Update gdb-location-alist correctly for change
30740         to gdb-info-breakpoints-custom.
30742         * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
30743         (gud-tooltip-print-command): Add gdbmi case.
30744         (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
30745         preprocessor info.
30747 2005-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
30749         * startup.el (fancy-splash-insert): Fix typo in doc string.
30751 2005-05-09  Juanma Barranquero  <lekktu@gmail.com>
30753         * obsolete/float.el (string-to-float):
30754         * obsolete/hilit19.el (hilit-add-pattern):
30755         * obsolete/rnews.el (news-parse-range, news-select-message)
30756         (news-get-pruned-list-of-files): Replace `string-to-int' by
30757         `string-to-number'.
30759         * obsolete/uncompress.el: Set `find-file-not-found-functions', not
30760         `find-file-not-found-hooks'; use `add-hook'.
30761         (uncompress-while-visiting): Set `write-file-functions', not
30762         `write-file-hooks'; use `add-hook'.
30764 2005-05-09  Kim F. Storm  <storm@cua.dk>
30766         * emulation/cua-base.el (cua-copy-region, cua-cut-region)
30767         (cua-paste): Handle clipboard action.
30768         (cua--init-keymaps): Remap clipboard-kill-region and
30769         clipboard-kill-ring-save.
30771 2005-05-08  Eli Zaretskii  <eliz@gnu.org>
30773         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
30774         Improve commentary.
30776         * simple.el (next-error-overlay-arrow-position): Revert the change
30777         made on 2005-04-30.
30779 2005-05-07  Jay Belanger  <belanger@truman.edu>
30781         * calc/calcsel2.el (calc-commute-left, calc-commute-right)
30782         (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
30783         `calc-sel-reselect'.
30785         * calc/calc-mode.el (calc-save-modes): Reset the modes list if
30786         Calc is in embedded mode.
30788 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
30790         * progmodes/compile.el (compilation-setup):
30791         Set overlay-arrow-string to an empty string on text terminals.
30793         * textmodes/ispell.el (ispell-program-name): Try looking for
30794         "aspell" along exec-path, and if found, use it as the default
30795         speller program.
30797 2005-05-07  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
30799         * international/mule.el (sgml-xml-auto-coding-function):
30800         Recognize encoding='FOO' in single quotes as well as in double quotes.
30802 2005-05-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
30804         * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
30805         as well as `interactive', so that defmacro* would recognize
30806         `declare' forms.
30808 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
30810         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
30811         Explain more about the LIGHTER arg's usage in the doc string.
30812         Add commentary to clarify what the code does.  Fix the regexp that
30813         strips whitespace from LIGHTER.  Quote LIGHTER before using it,
30814         since it could have characters special to regular expressions.
30816 2005-05-07  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
30818         * replace.el (occur-1): Bind inhibit-read-only so that
30819         erase-buffer doesn't barf on read-only text properties (likewise
30820         for add-text-properties in occur-engine).  Mark buffer as unmodified.
30821         (occur-engine): Don't set buffer-read-only here.
30823 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
30825         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
30826         list-buffers-directory.  This caused the *cvs-commit* buffer to be
30827         sometimes mistakenly reused as a *cvs* buffer.
30829 2005-05-07  Nick Roberts  <nickrob@snap.net.nz>
30831         * tooltip.el: Move code for GUD tooltips into gud.el.
30832         (require): CL no longer needed to compile case.
30833         (tooltip-mode): Do not toggle functions for GUD tooltips.
30834         (tooltip-gud-tips-p): Remove.  Replace with minor mode
30835         gud-tooltip-mode in gud.el.
30836         (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
30837         (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
30838         tooltip-gud prefix with gud-tooltip and obsolete.
30839         (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
30840         (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
30841         (tooltip-mouse-motion): Mouse movement functions/variable.
30842         Rename in gud.el by adding gud prefix.
30843         (tooltip-gud-original-filter, tooltip-gud-dereference)
30844         (tooltip-gud-event, tooltip-toggle-gud-tips)
30845         (tooltip-gud-process-output, tooltip-gud-print-command)
30846         (tooltip-gud-tips): GUD tooltip functions/variables.  Rename in
30847         gud.el by replacing tooltip-gud prefix with gud-tooltip.
30848         (gdb-tooltip-print): Move to gdb-ui.el.
30850         * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
30851         (require): CL needed to compile case.
30852         (gud-tooltip-mode): Use to toggle GUD tooltips instead of
30853         tooltip-gud-tips-p.  Make it a minor-mode.
30854         (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
30855         (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
30856         (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
30857         (gud-tooltip-change-major-mode)
30858         (gud-tooltip-activate-mouse-motions-if-enabled)
30859         (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
30860         (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
30861         (gud-tooltip-original-filter, gud-tooltip-dereference)
30862         (gud-tooltip-event, tooltip-toggle-gud-tips)
30863         (gud-tooltip-process-output, gud-tooltip-print-command)
30864         (gud-tooltip-tips): Move from tooltip.el.
30866         * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
30867         (gdb-cpp-define-alist-flags): Doc fix.
30868         (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
30869         gud-tooltip-mode is t.
30871 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
30873         * net/goto-addr.el (goto-address-fontify): Make sure the overlays
30874         evaporate if their text is deleted.
30875         (goto-address-at-point): Make it work as a mouse binding as well.
30876         (goto-address-at-mouse): Obsolete it.  Update users.
30878 2005-05-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
30880         * calendar/appt.el (top-level): No longer activate on load.
30882 2005-05-06  Juanma Barranquero  <lekktu@gmail.com>
30884         * calendar/cal-bahai.el (mark-bahai-diary-entries):
30885         * net/webjump.el (webjump):
30886         * progmodes/idlw-help.el (idlwave-do-context-help1)
30887         (idlwave-highlight-linked-completions):
30888         * textmodes/po.el (po-find-file-coding-system-guts):
30889         Replace `assoc-ignore-case' by `assoc-string'.
30891 2005-05-06  Eli Zaretskii  <eliz@gnu.org>
30893         * files.el (locate-file): Doc fix.
30895         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
30896         Remove the redundant test for ms-dos.
30898         * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
30899         look for the preprocessor with exec-suffixes.  If not found in
30900         standard places, look in exec-path.  Remove most of the tests that
30901         used system-type.
30903         * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
30905         * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
30907         * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
30908         file-name clash with jka-compr.el on 8+3 filesystems.
30910 2005-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
30912         * term/mac-win.el: Don't define or bind scroll bar functions if
30913         x-toolkit-scroll-bars is t.
30914         (x-select-text, x-get-selection-value): Clear
30915         x-last-selected-text-clipboard if x-select-enable-clipboard is
30916         nil.
30917         (PRIMARY): Put mac-scrap-name property.
30918         (mac-select-convert-to-file-url): New function.
30919         (public.file-url): New selection target type.  Add to
30920         selection-converter-alist.
30921         (x-get-selection, x-selection-value): Handle it.
30922         (x-cut-buffer-or-selection-value): New alias.
30924 2005-05-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
30926         * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
30927         entry to avoid calling bibtex-find-entry with arg global
30928         being t.  Remove arg key.
30929         (bibtex-summary-function, bibtex-complete-crossref-cleanup)
30930         (bibtex-copy-summary-as-kill): Change accordingly.
30932 2005-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
30934         * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
30935         (org-agenda-date-later): Use with-current-buffer.
30937 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
30939         * emacs-lisp/byte-run.el (define-obsolete-function-alias)
30940         (define-obsolete-variable-alias): Doc Fixes.
30942 2005-05-06  Kim F. Storm  <storm@cua.dk>
30944         * simple.el (line-move-1): Fix 2005-04-26 change.  Must still use
30945         vertical-motion when selective-display is active.
30947         * ido.el (ido-setup-hook): New hook.
30948         (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
30949         (ido-input-stack): New var.
30950         (ido-define-mode-map): Bind M-b to ido-push-dir.  Move old
30951         ido-next-work-file binding to M-O.
30952         Bind M-f to ido-wide-find-file-or-pop-dir.
30953         (ido-define-mode-map): Don't run ido-define-mode-map-hook.
30954         (ido-read-internal): Run ido-setup-hook.
30955         Catch quit in read-file-name and read-string to cancel edit.
30956         Handle new push, pop, and pop-all exit codes (for M-b/M-f).
30957         Automatically pop-all when completing a directory name (RET).
30958         (ido-file-internal): Add with-no-warnings around ffap and dired code.
30959         (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
30960         (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
30961         (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
30962         New functions for M-b/M-f to move among the directory components.
30963         (ido-make-merged-file-list): Catch quit to cancel merge.
30964         (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
30965         (ido-completion-help): No warnings for ido-completion-buffer-full.
30967 2005-05-05  Daniel Pfeiffer  <occitan@esperanto.org>
30969         * font-lock.el (font-lock-negation-char-face): New face and variable.
30970         * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
30971         * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
30972         * progmodes/cperl-mode.el (cperl-init-faces): Use it.
30973         * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
30975 2005-05-05  Juanma Barranquero  <lekktu@gmail.com>
30977         * emacs-lisp/byte-run.el (define-obsolete-function-alias):
30978         Fix typo in docstring.
30980         * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
30981         (ebrowse-print-statistics-line)
30982         (ebrowse-electric-position-mode-hook): Fix typo in docstring.
30984         * term/w32-win.el (image-library-alist): Add additional name for
30985         Xpm library.
30987 2005-05-05  Nick Roberts  <nickrob@snap.net.nz>
30989         * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
30990         use gcc instead of cpp.
30992         * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
30993         (gdb-create-define-alist): Use it.
30994         (gdb-cpp-define-alist-program): Update for MS-DOS.
30996 2005-05-04  Nick Roberts  <nickrob@snap.net.nz>
30998         * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
31000 2005-05-04  Richard M. Stallman  <rms@gnu.org>
31002         * help.el (describe-key): No error when UNTRANSLATED is nil.
31004         * simple.el (line-move-1): Fix previous change to signal errors
31005         appropriately.
31007 2005-05-03  Ulf Jasper  <ulf.jasper@web.de>
31009         * calendar/icalendar.el (icalendar-version): Now at 0.12.
31010         (icalendar-duration-correction): Remove.
31011         (icalendar--get-event-properties): Split result at commas.
31012         (icalendar--decode-isoduration): New optional argument
31013         DURATION-CORRECTION.
31014         (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
31015         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
31016         (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
31017         (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
31018         (icalendar--convert-anniversary-to-ical): New functions, extracted
31019         from icalendar-export-region, with bug fixes.
31020         (icalendar-export-region): Use the above functions.
31021         (icalendar-import-buffer): Check before saving diary file.
31022         (icalendar--convert-recurring-to-diary)
31023         (icalendar--convert-non-recurring-all-day-to-diary)
31024         (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
31025         extracted from icalendar--convert-ical-to-diary, with bug fixes.
31026         (icalendar--convert-ical-to-diary): Use the above functions.
31028 2005-05-03  Nick Roberts  <nickrob@snap.net.nz>
31030         * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
31031         Remove these recent additions.
31032         (c-mode): Restore to before 2005-04-28.
31034         * progmodes/cc-vars.el (cc-define-list-program): Remove this
31035         recent addition.
31037         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
31038         (gdb-define-alist): New variables.
31039         (gdb-create-define-alist): New function.
31040         (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
31041         (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
31042         with string-to-number.
31043         (gdb-reset): Kill gdb-define-alist.  Move assignments outside loop.
31045         * progmodes/gud.el: Replace string-to-int with string-to-number.
31046         (gud-find-file): Handle gdb-define-alist.
31048         * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
31050 2005-05-02  Jay Belanger  <belanger@truman.edu>
31052         * calc/calc-aent.el (math-read-token):
31053         * calc/calc-bin.el (calc-word-size):
31054         * calc/calc-ext.el (calc-read-number-fancy):
31055         * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
31056         (math-parse-date, math-parse-standard-date, calcFunc-tzone):
31057         * calc/calc-frac.el (calc-over-notation):
31058         * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
31059         (calc-graph-num-points, calc-graph-init):
31060         * calc/calc-prog.el (calc-read-parse-table-part)
31061         (calc-edit-macro-repeats):
31062         * calc/calc-yank.el (calc-do-grab-rectangle):
31063         * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
31064         Replace `string-to-int' by `string-to-number'.
31066 2005-05-02  Kim F. Storm  <storm@cua.dk>
31068         * kmacro.el: Use executing-kbd-macro-index variable.
31070 2005-05-02  Thien-Thi Nguyen  <ttn@gnu.org>
31072         * net/rlogin.el (rlogin-parse-words): Delete func.
31073         (rlogin): Use split-string, not rlogin-parse-words.
31074         Also, if there are option-like elements in the parsed args,
31075         take the host to be the first arg immediately following them.
31076         Suggested by Michael Mauger.
31078 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
31080         * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
31082 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
31084         * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
31085         (cc-mode-cpp-program): Rename to cc-define-list-program and
31086         move to cc-vars.el.
31088         * progmodes/cc-vars.el (cc-define-list-program):
31089         Change to "gcc -E -dM -".  Make customizable.
31091 2005-05-02  Kim F. Storm  <storm@cua.dk>
31093         * emulation/cua-base.el: Fix check for CUA-mode if no init file.
31095 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
31097         * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
31099         * international/mule-util.el (truncate-string): Remove alias and
31100         obsolete declaration.
31102         * international/mule-cmds.el (update-iso-coding-systems):
31103         Remove alias and obsolete declaration.
31105         * international/mule.el (coding-system-parent): Remove alias and
31106         obsolete declaration.
31108         * subr.el (define-function, sref): Remove aliases and obsolete
31109         declarations.
31110         (chars-in-region): Remove obsolete declaration.
31112 2005-05-01  Richard M. Stallman  <rms@gnu.org>
31114         * info.el (Info-mode): Set widen-automatically to nil, locally.
31116         * simple.el (widen-automatically): New variable.
31117         (pop-global-mark): Obey widen-automatically.
31119 2005-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
31121         * term/xterm.el (function-key-map): Call substitute-key-definition
31122         before the keymap size is increased by a lot of define-key calls.
31124 2005-05-01  Richard M. Stallman  <rms@gnu.org>
31126         * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
31127         Rename ARG to ELEMENT.  Doc fix.
31129 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
31131         * allout.el (allout-exposure): Remove macro and obsolete declaration.
31132         Remove references to allout-exposure/change to allout-new-exposure.
31134         * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
31135         bytecode symbols.
31137         * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
31138         (compiled-function-p, focus-frame, unfocus-frame):
31139         Remove aliases and obsolete declarations.
31140         Back out inadvertent changes from previous commit.
31142 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
31144         * files.el (require-final-newline): Make Custom tags consistent
31145         with mode-require-final-newline.
31146         (mode-require-final-newline): Doc fix.
31148 2005-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
31150         * international/latexenc.el (latexenc-find-file-coding-system):
31151         Fix regular expressions.
31153 2005-05-01  David Kastrup  <dak@gnu.org>
31155         * international/latexenc.el (latexenc-find-file-coding-system):
31156         Fix regular expressions.
31158 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
31160         * subr.el (string-to-int): Make obsolete.
31162 2005-04-30  Richard M. Stallman  <rms@gnu.org>
31164         * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
31166         * loadup.el: Load jka-comp-hook.
31168         * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
31169         (jka-compr-handler): Add autoload.  `put' calls moved
31170         to jka-comp-hook.el.
31171         (compression, jka-compr): defgroups moved to jka-comp-hook.el.
31172         (jka-compr-inhibit): Autoload.
31174         * jka-comp-hook.el: New file.
31175         Enable the mode by default.
31177         * files.el (backup-buffer-copy): Use copy-file instead
31178         of write-region, and put back the 'excl.
31180 2005-04-30  Chong Yidong  <cyd@stupidchicken.com>
31182         * progmodes/flymake.el (flymake-split-string)
31183         (flymake-split-string, flymake-log, flymake-pid-to-names)
31184         (flymake-reg-names, flymake-get-source-buffer-name)
31185         (flymake-unreg-names, flymake-add-line-err-info)
31186         (flymake-add-err-info): Clarify docstrings.
31187         (flymake-popup-menu, flymake-make-emacs-menu)
31188         (flymake-make-xemacs-menu): Add docstrings.
31189         (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
31190         Set variables directly throughout.
31192 2005-04-30  Nick Roberts  <nickrob@snap.net.nz>
31194         * progmodes/cc-mode.el (cc-create-define-alist): Check that file
31195         exists.  Initialize cc-define-alist.
31196         (c-mode): Add cc-create-define-alist locally to after-save-hook.
31197         If there is no file (Macroexpansion) don't create an alist.
31199 2005-04-29  Sam Steingold  <sds@gnu.org>
31201         * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
31202         (cc-create-define-alist): Use it instead of the hard-coded string.
31204 2005-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
31206         * international/mule-conf.el (file-coding-system-alist): Fix regexp
31207         for latexenc.
31209 2005-04-29  Lute Kamstra  <lute@gnu.org>
31211         * emacs-lisp/generic.el: Improve commentary section.
31212         (define-generic-mode): Improve docstring.
31214 2005-04-29  Carsten Dominik  <dominik@science.uva.nl>
31216         * textmodes/org.el (many places): Change to quiet the byte compiler.
31217         (org-prefix-format-compiled): New variable.
31218         (org-compile-prefix-format): New function.
31219         (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
31220         (org-agenda-prefix-format, org-timeline-prefix-format): New options.
31221         (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
31222         (org-get-entries-from-diary): Use `org-get-time-of-day' for
31223         consistency with entries from `org-mode' files.
31224         (org-get-time-of-day): Fix bug with partial matches early in a line.
31225         (org-non-link-chars): New constant.
31226         (org-link-regexp): Respect `org-non-link-chars'.
31227         (org-agenda-day-view): Remove command.
31228         (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
31229         (org-follow-bbdb-link, org-store-link): Search also company field.
31230         (org-highlight-overlay): New variable.
31231         (org-highlight, org-unhighlight): New functions.
31232         (org-agenda-mode): Add pre-command-hook to remove highlight.
31233         (org-evaluate-time-range): Behavior depends upon whether time stamp
31234         contains a time or not.
31235         (org-show-subtree, org-show-entry): New functions.
31236         (org-agenda-cleanup-fancy-diary): Remove empty lines.
31238 2005-04-28  Luc Teirlinck  <teirllm@auburn.edu>
31240         * comint.el (comint-output-filter-functions): Add autoload cookie.
31242 2005-04-28  Kim F. Storm  <storm@cua.dk>
31244         * ido.el (ido-everywhere): Fix last change.
31246 2005-04-28  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
31248         * international/latexenc.el: New file.
31249         * international/mule-conf.el (file-coding-system-alist): For .tex,
31250         .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
31252 2005-04-28  Lute Kamstra  <lute@gnu.org>
31254         * font-lock.el (font-lock-add-keywords)
31255         (font-lock-remove-keywords): Clarify docstring.
31256         (font-lock-keywords-alist, font-lock-removed-keywords-alist):
31257         Don't start docstrings with a `*'.
31258         (font-lock-update-removed-keyword-alist): Give it a docstring.
31260         * generic-x.el: Update commentary section.
31261         Only require font-lock when compiling.
31262         Define all modes conditionally.
31263         Place all generic modes in the generic-x-modes customization group.
31264         (generic-x-modes): New customization group.
31265         (generic-default-modes, generic-mswindows-modes)
31266         (generic-unix-modes, generic-other-modes): New constants.
31267         (generic-define-mswindows-modes, generic-define-unix-modes):
31268         Update docstrings.  Make them obsolete.
31269         (generic-extras-enable-list): New default value.  Update docstring.
31270         Improve :type.  Change :set function.
31271         (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
31272         Fix docstring.
31274         * emacs-lisp/generic.el (generic-mode-internal):
31275         Simplify font-lock-defaults.
31276         (define-generic-mode): Fix docstring.
31278 2005-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
31280         * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
31281         font-lock-face property to highlight matches.
31283 2005-04-28  Nick Roberts  <nickrob@snap.net.nz>
31285         * progmodes/cc-mode.el (cc-create-define-alist): New function.
31286         (cc-define-alist): New variable.
31287         (c-mode): Make it local and initialize it.
31289         * progmodes/gdb-ui.el (gdb-active-process): New variable.
31290         (gdb-exited): New function.
31291         (gdb-annotation-rules): Use it.
31292         (gdb-starting): Set gdb-active-process to t.
31293         (gdb-stopping): Amend doc string.
31294         (gdb-reset): Set gdb-active-process to nil.
31296         * tooltip.el (tooltip-gud-tips): Show the associated #define
31297         directives when a C program under GDB is not executing.
31299 2005-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
31301         * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
31302         font-lock-fontify-syntactic-keywords.
31304         * font-lock.el (font-lock-default-fontify-region): Don't force
31305         parse-sexp-lookup-properties to nil.
31307 2005-04-27  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
31309         * man.el (man-mode-syntax-table): Set up `:' to have
31310         word-constituent syntax.
31312 2005-04-27  Lute Kamstra  <lute@gnu.org>
31314         * novice.el (disable-command): Don't add spurious newlines to the
31315         init file.  Reported by Dan Jacobson <jidanni@jidanni.org>.
31317 2005-04-26  Jay Belanger  <belanger@truman.edu>
31319         * calc/calc-yank.el (calc-edit-finish): Make sure there is more
31320         than one window before deleting window.
31322 2005-04-26  Luc Teirlinck  <teirllm@auburn.edu>
31324         * shell.el (shell-prompt-pattern): Doc fix.
31325         (shell-mode): Set paragraph-separate buffer locally to "\\'".
31327         * comint.el (comint-prompt-regexp, comint-get-old-input)
31328         (comint-use-prompt-regexp)
31329         (comint-use-prompt-regexp-instead-of-fields)
31330         (comint-replace-by-expanded-history, comint-send-input)
31331         (comint-output-filter, comint-get-old-input-default)
31332         (comint-line-beginning-position, comint-bol, comint-show-output)
31333         (comint-backward-matching-input, comint-forward-matching-input)
31334         (comint-next-prompt, comint-previous-prompt):
31335         Rename `comint-use-prompt-regexp-instead-of-fields' to
31336         `comint-use-prompt-regexp'.  Keep old name as alias and declare
31337         obsolete.
31338         (comint-use-prompt-regexp): Shorten first line of doc string.
31340         * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
31341         Set paragraph-separate buffer locally to "\\'".
31343         * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
31344         Adapt to above name change.
31346         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
31347         (smbclient-prompt-regexp): Ditto.
31349         * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
31351 2005-04-27  Nick Roberts  <nickrob@snap.net.nz>
31353         * progmodes/gdb-ui.el (gdb-location-alist): Rename from
31354         gdb-location-list.
31355         Break lines that are over 80 characters wide.
31357 2005-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
31359         * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
31360         New fun and var, to preserve compatibility.
31362         * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
31364 2005-04-26  Dominique de Waleffe  <ddw@missioncriticalit.com>  (tiny change)
31366         * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
31367         name to file-newer-than-file-p.
31369 2005-04-26  Richard M. Stallman  <rms@gnu.org>
31371         * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
31373         * progmodes/python.el (python-mode):
31374         Use new name eldoc-documentation-function.
31376         * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
31378         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
31379         (eldoc-documentation-function):
31380         Rename from eldoc-print-current-symbol-info-function.  Calls changed.
31382 2005-04-26  Nick Roberts  <nickrob@snap.net.nz>
31384         * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
31386 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
31388         * term/xterm.el (function-key-map): Fix strings for
31389         {C,S,A,C-S}-f[1-4].  Use substitute-key-definition to bind
31390         {C,S,A,C-S}-{f1-f12}.
31392 2005-04-26  Kenichi Handa  <handa@m17n.org>
31394         * international/mule-cmds.el (select-safe-coding-system):
31395         Fix previous change.
31397 2005-04-26  Lute Kamstra  <lute@gnu.org>
31399         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
31401         * font-lock.el (font-lock-fontify-region-function): Fix docstring.
31402         (font-lock-comment-delimiter-face): Ditto.
31404         * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
31406 2005-04-25  Jay Belanger  <belanger@truman.edu>
31408         * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
31409         to t while inserting information; use help-mode.
31411 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
31413         * term.el (ansi-term-color-vector): Use the xterm colors.
31414         (term-raw-map): Don't add mappings for \eO and \e[.  Map deletechar.
31416 2005-04-25  Lute Kamstra  <lute@gnu.org>
31418         * font-core.el (font-lock-defaults): Fix docstring.
31420         * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
31422 2005-04-25  Kenichi Handa  <handa@m17n.org>
31424         * international/mule-cmds.el (select-safe-coding-system):
31425         Don't check consistency with coding: spec, etc if raw-text or
31426         no-conversion was found to be safe.
31428 2005-04-24  Richard M. Stallman  <rms@gnu.org>
31430         * mail/sendmail.el (mail-font-lock-keywords): Match any number of
31431         citation markers at start of each line.
31433         * mail/rmail.el (rmail-font-lock-keywords): Match any number of
31434         citation markers at start of each line.
31436         * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
31438         * files.el (mode-require-final-newline): Fix previous change.
31439         (require-final-newline): Fix type label.
31441 2005-04-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
31443         * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
31444         statement in buffer (broken by 2004-11-24 change).
31446 2005-04-24  Kim F. Storm  <storm@cua.dk>
31448         * ido.el (ido-everywhere): Save and restore old read-buffer-function
31449         and read-file-name-function values.  Don't overwrite existing
31450         non-nil values if ido-mode is enabled without ido-everywhere.
31452 2005-04-24  Luc Teirlinck  <teirllm@auburn.edu>
31454         * files.el (mode-require-final-newline): Minor doc fix.
31456 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
31458         * subr.el (syntax-after): Doc fix.
31459         (syntax-class): If argument is nil, return nil.  Mask off upper 16
31460         bits, not 8 bits.
31462         * files.el (mode-require-final-newline): Doc fix.
31463         (backup-buffer-copy): Fix last change.
31465 2005-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
31467         * term/mac-win.el: Require select.  Set selection-coding-system to
31468         mac-system-coding-system.  Call menu-bar-enable-clipboard.
31469         (x-last-selected-text-clipboard, x-last-selected-text-primary)
31470         (x-select-enable-clipboard): New variables.
31471         (x-select-text, x-get-selection, x-selection-value)
31472         (x-get-selection-value, mac-select-convert-to-string)
31473         (mac-services-open-file, mac-services-open-selection)
31474         (mac-services-insert-text): New functions.
31475         (CLIPBOARD, FIND): Put mac-scrap-name property.
31476         (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
31477         (public.tiff): Put mac-ostype property.
31478         (selection-converter-alist): Add entries for them.
31479         (mac-application-menu-map): New keymap.
31480         (interprogram-cut-function, interprogram-paste-function): Set to
31481         x-select-text and x-get-selection-value, respectively.
31482         (split-window-keep-point): Set to t.
31484 2005-04-23  Richard M. Stallman  <rms@gnu.org>
31486         * files.el (read-directory-name): Always pass non-nil
31487         DEFAULT-FILENAME arg to read-file-name.
31488         (backup-buffer-copy, basic-save-buffer-2): Take care against
31489         writing thru an unexpected existing symlink.
31490         (revert-buffer): In indirect buffer, revert the base buffer.
31491         (magic-mode-alist): Doc fix.
31492         (buffer-stale-function): Doc fix.
31493         (minibuffer-with-setup-hook): Avoid warning.
31494         (mode-require-final-newline): Doc and custom fix.
31496         * follow.el (follow-end-of-buffer): Use with-no-warnings.
31498         * font-lock.el (font-lock-comment-face): On terminals with few colors,
31499         use the default appearance.
31500         (font-lock-comment-delimiter-face): New face, new variable.
31502         * imenu.el (imenu--generic-function): The official position of a
31503         definition is the start of the line that BEG is in.
31505         * midnight.el (midnight-timer): Move defvar up.
31507         * mouse.el (mouse-drag-region-1): Delete some debugging code.
31509         * saveplace.el (save-place-to-alist): Use with-no-warnings.
31511         * startup.el (command-line): Use with-no-warnings.
31513         * window.el (window-size-fixed): New defvar.
31515         * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
31517         * mail/rmail.el (rmail-font-lock-keywords):
31518         Use font-lock-comment-delimiter-face.
31520         * mail/sendmail.el (mail-font-lock-keywords):
31521         Use font-lock-comment-delimiter-face.
31523         * progmodes/compile.el (next-error-highlight-timer): New defvar.
31525 2005-04-23  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
31527         * progmodes/compile.el (compilation-mode-font-lock-keywords):
31528         Specify t for LAXMATCH when matching directories.
31529         Save match data around compilation-compat-error-properties form.
31531 2005-04-23  David Kastrup  <dak@gnu.org>
31533         * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
31534         Mention that the autoloaded aliases should be kept for AUCTeX.
31536 2005-04-23  Andreas Schwab  <schwab@suse.de>
31538         * isearch.el (isearch-forward): Doc fix.
31540 2005-04-23  Eli Zaretskii  <eliz@gnu.org>
31542         * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
31543         (jit-lock-stealth-nice): Change default value to 0.5.
31545 2005-04-23  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
31547         * abbrev.el (write-abbrev-file): Write table entries in
31548         alphabetical order by table name.
31550 2005-04-22  Kim F. Storm  <storm@cua.dk>
31552         * ido.el (ido-read-internal): Fix `list' completion.
31554 2005-04-22  Kenichi Handa  <handa@m17n.org>
31556         * recentf.el (recentf-save-file-coding-system): New variable.
31557         (recentf-save-list): Encode the file by
31558         recentf-save-file-coding-system and add coding: tag.
31560 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
31562         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
31564 2005-04-21  Lute Kamstra  <lute@gnu.org>
31566         * loadhist.el (unload-feature): Don't remove a function from hooks
31567         if it is about to be restored to an autoload .  Remove functions
31568         that will become unbound from auto-mode-alist.  Simplify the code.
31570         * subr.el (assq-delete-all): New implementation that is linear,
31571         not quadratic.  Suggested by David Kastrup <dak@gnu.org>.
31572         (rassq-delete-all): New function.
31574         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
31575         Add size-indication-mode.
31577 2005-04-21  Kenichi Handa  <handa@m17n.org>
31579         * international/mule-cmds.el: Add autoload for widget-value in
31580         eval-when-compile.
31582 2005-04-21  Nick Roberts  <nickrob@snap.net.nz>
31584         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
31585         Add tooltip-mode.
31587         * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
31589 2005-04-20  Luc Teirlinck  <teirllm@auburn.edu>
31591         * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
31592         (inferior-lisp-filter-regexp, inferior-lisp-program)
31593         (inferior-lisp-load-command, inferior-lisp-prompt)
31594         (inferior-lisp-mode-hook, lisp-source-modes)
31595         (inferior-lisp-load-hook): defvar->defcustom.
31596         (inferior-lisp-program, inferior-lisp-prompt)
31597         (inferior-lisp-load-hook): Doc fixes.
31598         (inferior-lisp-install-letter-bindings): Small change in
31599         introductory comment.
31601 2005-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
31603         * vc.el (vc-annotate-color-map): Change some colors so that text
31604         using them as foreground is readable on both white and black
31605         backgrounds.
31607 2005-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
31609         * international/mule-conf.el (translation-table-for-input):
31610         Remove redundant declaration.
31612 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
31614         * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
31616         * tooltip.el (tooltip-gud-tips-p): Expand documentation.
31617         (tooltip-toggle-gud-tips): New function.
31619 2005-04-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
31621         * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
31622         right angle brackets.
31624 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
31626         * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
31628 2005-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
31630         * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
31631         Remove.  Update callers to use expand-file-name instead.
31633         * subr.el (syntax-class): New function.
31635         * simple.el (blink-matching-open): Use it.
31637         * paren.el (show-paren-function): Use it to recognize parens that are
31638         also used in 2-char comment markers.
31640 2005-04-19  Lute Kamstra  <lute@gnu.org>
31642         * loadhist.el (unload-feature): Update for new format of
31643         load-history.  Simplify the code.
31645 2005-04-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
31647         * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
31648         (mac-add-charset-info): New function.  Initialize variable
31649         mac-charset-info-alist using it.
31650         (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
31651         for translation.
31652         (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
31653         (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
31654         (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
31655         New CCL programs.
31657 2005-04-19  Kim F. Storm  <storm@cua.dk>
31659         * simple.el (next-buffer, prev-buffer, next-error)
31660         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
31661         (clone-indirect-buffer-other-window): Move bindings to bindings.el.
31663         * bindings.el (next-buffer, prev-buffer, next-error)
31664         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
31665         (clone-indirect-buffer-other-window): Move bindings from simple.el.
31666         (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
31667         (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
31669 2005-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
31671         * isearch.el (isearch-edit-string): Make the search-ring available for
31672         minibuffer history commands.
31673         (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
31674         the default history commands now work just as well.
31675         (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
31677 2005-04-18  Kim F. Storm  <storm@cua.dk>
31679         * emulation/cua-base.el (cua--pre-command-handler): Add more
31680         elaborate check for shift modifier on non-window systems.
31682 2005-04-18  Lars Hansen  <larsh@math.ku.dk>
31684         * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
31686 2005-04-18  Kim F. Storm  <storm@cua.dk>
31688         * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
31689         and make it optional.  Don't test tooltip-gud-echo-area here.
31690         (tooltip-gud-process-output, gdb-tooltip-print):
31691         Pass tooltip-gud-echo-area to tooltip-show.
31692         (tooltip-help-tips): Remove second optional arg to tooltip-show.
31694 2005-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
31696         * tooltip.el (tooltip-mode): `emacs-quick-startup' and
31697         `display-graphic-p' may not be bound yet.
31699 2005-04-17  Luc Teirlinck  <teirllm@auburn.edu>
31701         * startup.el (command-line): No longer enable Xterm Mouse mode by
31702         default in terminals compatible with xterm.
31704         * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
31706 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
31708         * tooltip.el (tooltip-gud-echo-area): Rename from
31709         tooltip-use-echo-area.
31710         (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
31711         (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
31712         area independently of where help tooltips are displayed.
31714 2005-04-17  David Kastrup  <dak@gnu.org>
31716         * cus-theme.el (custom-theme-write-variables): Quote variables
31717         where necessary.
31719 2005-04-17  Richard M. Stallman  <rms@gnu.org>
31721         * simple.el (yank-excluded-properties): Add follow-link to value.
31723         * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
31725         * startup.el (fancy-splash-max-time): Just 30 seconds.
31726         (fancy-splash-delay): Just 7.
31727         (fancy-splash-screens): No time limit other than fancy-splash-max-time.
31729         * loadhist.el (unload-feature): Update for new format of load-history.
31730         Simplify the code.
31732         * mail/rmail.el (rmail-ignored-headers): Ignore more headers
31733         (rmail-font-lock-keywords): Don't fontify the text of a citation.
31735         * mail/sendmail.el (mail-font-lock-keywords):
31736         Don't fontify subject text.
31737         Don't fontify the text of a citation.
31739 2005-04-17  Mark H. Weaver  <mhw@netris.org>  (tiny change)
31741         * comint.el (comint-output-filter): Run comint-output-filter-functions
31742         with point where the user had it.
31744 2005-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
31746         * international/ucs-tables.el (ucs-set-table-for-input):
31747         Disable when using unify-on-decoding.
31749 2005-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
31751         * emulation/cua-base.el (cua-global-mark-face): Add special case
31752         for displays supporting a high number of colors.
31754 2005-04-16  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
31756         * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
31758 2005-04-16  Chong Yidong  <cyd@stupidchicken.com>
31760         * filesets.el (filesets-add-buffer): If user supplies a name of a
31761         non-existing fileset, create a new fileset.
31763 2005-04-16  Carsten Dominik  <dominik@science.uva.nl>
31765         * textmodes/org.el (org-up-heading-all): Fix bug with
31766         `outline-up-heading-all'.
31768 2005-04-16  Andreas Schwab  <schwab@suse.de>
31770         * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
31771         /etc/permissions.d/* and /etc/aliases.d/*.
31773 2005-04-16  Kenichi Handa  <handa@m17n.org>
31775         * international/code-pages.el (cp-make-coding-system):
31776         Set `translation-table-for-input' property value to the symbol
31777         ucs-mule-to-mule-unicode, not to that value.
31778         (pt154): Escape guillemet by `\'.
31780 2005-04-15  Luc Teirlinck  <teirllm@auburn.edu>
31782         * loadup.el: Load tooltip if x-show-tip is fboundp.
31784         * startup.el (command-line): Add comment.
31786         * tooltip.el (tooltip-mode): Specify correct standard value for
31787         Custom in init-value.
31789 2005-04-15  Nick Roberts  <nickrob@snap.net.nz>
31791         * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
31792         possible.
31794 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
31796         * textmodes/org.el (org-agenda-date-prompt): Rename from
31797         `org-agenda-date-today'.
31798         (org-evaluate-time-range): Insert at point instead of directly
31799         after time range.
31800         (org-first-headline-recenter, org-subtree-end-visible-p)
31801         (org-optimize-window-after-visibility-change): New functions
31802         (org-agenda-post-command-hook): Don't allow point at end of line,
31803         to make sure it always hits the text properties.
31804         (org-agenda-next-date-line, org-agenda-previous-date-line):
31805         New commands.
31806         (org-set-regexps-and-options): Category may contain white space.
31807         (org-agenda-get-deadlines, org-agenda-get-scheduled):
31808         Improve marker positions.
31809         (org-agenda-new-marker): Argument POS made optional.
31810         (org-agenda-get-timestamps): Deadlines which are done are listed
31811         in org-done-face now.
31812         (org-agenda-get-todos, org-agenda-get-timestamps)
31813         (org-agenda-get-deadlines, org-agenda-get-scheduled):
31814         Set `undone-face' and `done-face' properties.
31815         (org-last-todo-state-is-todo): New variable.
31816         (org-todo): Set `org-last-todo-state-is-todo'.
31817         (org-agenda-todo): Change face according to
31818         `org-last-todo-state-is-todo'.  And change other lines referring to
31819         the same entry.
31820         (org-calendar-goto-agenda): New command.
31821         (org-calendar-to-agenda-key): New option.
31822         (org-startup-folded): New allowed value `content'.
31823         (org-set-regexps-and-options): Accept new value `content' for
31824         `org-startup-folded'.
31825         (org-get-current-options): Handle new value `content' for
31826         `org-startup-folded'.
31827         (org-insert-todo-heading): New command.
31828         (org-mode): Insert first line "*-* mode: org-mode -*-" when called
31829         interactively in empty file and option
31830         `org-insert-mode-line-in-empty-file' has been set.
31831         (org-agenda-todo, org-agenda-priority): Modify to use
31832         `org-agenda-change-all-lines'.
31833         (org-warning-face): Change color on dark background.
31835 2005-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
31837         * international/mule-cmds.el (set-locale-environment): On Mac OS,
31838         use preferences AppleLocale and AppleLanguages, and variable
31839         mac-system-locale for default locale.  On Mac OS Classic, use
31840         mac-system-coding-system for default coding systems.
31842         * term/mac-win.el: Don't set file-name-coding-system.
31843         Decode variables system-name, emacs-build-system, user-login-name, and
31844         user-full-name by mac-system-coding-system on Mac OS Classic.
31845         (mac-system-coding-system): New variable.
31847 2005-04-13  Luc Teirlinck  <teirllm@auburn.edu>
31849         * startup.el (command-line): Handle `xterm-mouse-mode' before
31850         reading init file.
31852         * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
31854 2005-04-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
31856         * progmodes/sh-script.el (sh-here-document-word): Make it a
31857         defcustom.  Doc fix.
31858         (sh-add): Bash uses $(( )) for arithmetic.
31859         (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
31860         (sh-maybe-here-document): Remove quotes and leading whitespace
31861         from heredoc word when closing.  Indent heredoc with tabs if word
31862         starts with "-".
31864 2005-04-13  Richard M. Stallman  <rms@gnu.org>
31866         * simple.el (undo): Fix previous change.
31868         * custom.el (defface): Doc fix.
31870 2005-04-13  Lute Kamstra  <lute@gnu.org>
31872         * Makefile.in (DONTCOMPILE): Remove list.
31873         (compile, compile-always): Don't use DONTCOMPILE.
31874         (update-authors): Load the library in which batch-update-authors
31875         is defined.
31876         * makefile.w32-in (DONTCOMPILE): Remove list.
31877         (compile, compile-always): Fix comments.
31878         (update-authors): Load the library in which batch-update-authors
31879         is defined.
31881         * generic-x.el (generic-mode-ini-file-find-file-hook):
31882         Rename to ini-generic-mode-find-file-hook.
31883         Keep generic-mode-ini-file-find-file-hook as an alias.
31884         (ini-generic-mode-find-file-hook): Rename from
31885         generic-mode-ini-file-find-file-hook.  Fix docstring.
31886         (ini-generic-mode): Docstring change.
31887         (bat-generic-mode-run-as-comint): Silence the byte compiler.
31889         * help.el (describe-key-briefly): UNTRANSLATED can be nil when
31890         called from lisp.
31892         * generic.el: Move to the emacs-lisp subdir.
31894 2005-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
31896         * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
31897         and C-S- function and cursor motion keys.
31899 2005-04-12  Luc Teirlinck  <teirllm@auburn.edu>
31901         * startup.el (command-line): Enable Xterm Mouse mode by default.
31902         * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
31903         for Custom.  No longer show "Mouse" in mode line when enabled.
31904         Doc fix.
31906 2005-04-12  Kim F. Storm  <storm@cua.dk>
31908         * emulation/cua-base.el (cua-rectangle-face)
31909         (cua-rectangle-noselect-face): Define face attributes here.
31911         * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
31913 2005-04-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
31915         * startup.el (command-line): Turn off blinking cursor if
31916         cursorBlink in resources is off or false.
31918 2005-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
31920         * term/mac-win.el (dnd): Require dnd.
31921         (mac-drag-n-drop): Call dnd-handle-one-url.
31922         (kTextEncodingMacRoman, kTextEncodingISOLatin1)
31923         (kTextEncodingISOLatin2): Remove constants.
31924         (mac-script-code-coding-systems): New constant.
31925         (mac-handle-language-change): New function.
31926         (special-event-map): Bind it to `language-change' event.
31927         (mac-centraleurroman, mac-cyrillic): New coding systems.
31928         (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
31929         (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
31930         and mac-cyrillic-encoder to encode-mac-centraleurroman and
31931         encode-mac-cyrillic, respectively.
31933 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
31935         * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
31936         Don't set overlay-arrow-string to "=>" as this is done
31937         globally in C now.
31939 2005-04-12  Lute Kamstra  <lute@gnu.org>
31941         * generic-x.el (rc-generic-mode, rul-generic-mode):
31942         Fix auto-mode-alist entries.
31943         (etc-fstab-generic-mode): Tweak fontification.
31945         * generic.el (generic-make-keywords-list): Fix docstring.
31946         (generic-mode-internal): Simplify generic-font-lock-keywords.
31948 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
31950         * whitespace.el (whitespace-buffer-leading)
31951         (whitespace-buffer-trailing): Revert the incorrect test inversion.
31952         However, fix the highlight area for the leading and
31953         trailing whitespaces to show space.
31955 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
31957         * whitespace.el (whitespace-version): Bump to 3.5.
31959         (whitespace-buffer-leading, whitespace-buffer-trailing):
31960         Invert sense of the test to highlight the whitespace.
31962 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
31964         * progmodes/gud.el (gud-display-line): GUD uses its own
31965         overlay arrow now so don't set overlay-arrow-string.
31966         (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
31968 2005-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
31970         * term.el (term-ansi-current-bold, term-ansi-current-underline)
31971         (term-ansi-current-reverse, term-ansi-current-invisible)
31972         (term-ansi-face-already-done): Change to boolean.
31973         (term-reset-terminal, term-handle-colors-array): Handle the above
31974         vars accordingly.
31975         (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
31976         (term-emulate-terminal): Use the new name.
31978         * faces.el (secondary-selection): Use yellow1, not yellow.
31979         (trailing-whitespace): Use red1, not red.
31981 2005-04-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
31983         * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
31984         (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
31985         (dired-dnd-handle-file): Call dnd-get-local-file-uri.
31987         * cus-edit.el (dnd): New group.
31989         * term/w32-win.el (dnd): Require dnd
31990         (w32-drag-n-drop): Call dnd-handle-one-url.
31992         * x-dnd.el: Require dnd.
31993         (x-dnd-handle-uri-list, x-dnd-handle-file-name):
31994         Call dnd-handle-one-url.
31995         (x-dnd-types-alist, x-dnd-insert-utf8-text)
31996         (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
31997         to dnd-insert-text.
31998         (x-dnd-protocol-alist, x-dnd-open-file-other-window)
31999         (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
32000         (x-dnd-get-local-file-name, x-dnd-open-local-file)
32001         (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
32003         * dnd.el (dnd-protocol-alist): New file with generic DND functions.
32005 2005-04-11  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
32007         * wdired.el: Doc fixes.
32008         (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
32009         (wdired-use-dired-vertical-movement): Rename from
32010         wdired-always-move-to-filename-beginning.
32011         (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
32012         (wdired-change-to-wdired-mode): Change mode name.
32013         (wdired-newline): Delete.
32015 2005-04-11  Richard M. Stallman  <rms@gnu.org>
32017         * whitespace.el (whitespace-highlight-the-space):
32018         Don't call whitespace-unhighlight-the-space here.
32020         * simple.el (undo): Record t in undo-equiv-table
32021         for the redo record made by an undo-in-region.
32023 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
32025         * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
32026         (gdb-frame-inferior-io-buffer): New Functions to control
32027         display of separate IO buffer.
32028         (menu): Add them to menu-bar.
32029         (gdb-display-buffer): Check for buffer another frame.
32030         Protect GUD buffer.
32031         (gdb-setup-windows): Create IO buffer if not already there.
32032         (gdb-memory-mode): Remove purecopy noops.
32034 2005-04-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
32036         * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
32037         and pass to self-insert-command.
32039 2005-04-11  Lute Kamstra  <lute@gnu.org>
32041         * generic.el: Commentary section cleanup.
32042         (generic): Delete.
32043         (generic-use-find-file-hook, generic-lines-to-scan)
32044         (generic-find-file-regexp, generic-ignore-files-regexp)
32045         (default-generic-mode, generic-mode-find-file-hook)
32046         (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
32047         * generic-x.el (generic-x): Docstring fix.  Put it in the data group.
32048         (generic-use-find-file-hook, generic-lines-to-scan)
32049         (generic-find-file-regexp, generic-ignore-files-regexp)
32050         (default-generic-mode, generic-mode-find-file-hook)
32051         (generic-mode-ini-file-find-file-hook): Move from generic.el.
32053 2005-04-10  Karl Fogel  <kfogel@red-bean.com>
32055         * bookmark.el (bookmark-write-file): Catch errors writing file.
32056         This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
32058 2005-04-10  Richard M. Stallman  <rms@gnu.org>
32060         * startup.el (fancy-splash-tail): Update copyright year.
32061         (command-line): Split part of -Q into -D.
32062         (emacs-basic-display): New defvar.
32063         (fancy-splash-text): Correct name of menu item.
32065         * saveplace.el (save-place-alist-to-file): Catch errors writing file.
32067         * info.el (Info-fontify-node): Handle fontification of multiple * Menu
32068         lines in one node.
32070         * comint.el (comint-send-input): New arg ARTIFICIAL.
32071         Callers in this file changed.
32073         * abbrev.el (define-abbrevs): Read system abbrevs properly.
32075         * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
32077 2005-04-10  Chong Yidong  <cyd@stupidchicken.com>
32079         * url/url-ldap.el (url-ldap): Add docstring.  Fix call to
32080         `ldap-search-internal'.
32082 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
32084         * files.el (set-auto-mode-1): Use line-end-position.
32086         * international/latin-1.el:
32087         * international/latin-2.el:
32088         * international/latin-3.el:
32089         * international/latin-4.el:
32090         * international/latin-5.el:
32091         * international/latin-8.el:
32092         * international/latin-9.el: Give punctuation syntax to NBSP.
32094         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
32095         (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
32096         Use char-classes to accept non-ascii letters, accepted in some recent
32097         bibtex implementations.
32099 2005-04-10  Luc Teirlinck  <teirllm@auburn.edu>
32101         * custom.el (custom-set-minor-mode): Any non-nil value for the
32102         variable should enable the mode when set through Custom.
32104 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
32106         * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
32107         TAB binding so tab-always-indent is obeyed.
32108         (vhdl-minibuffer-local-map): Move initialization into declaration.
32109         (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
32110         (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
32111         (vhdl-hooked-abbrev): Avoid test for XEmacs.
32112         (vhdl-current-line): Use line-beginning-position.
32113         (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
32114         with-output-to-temp-buffer, so the current position can be recorded.
32116 2005-04-10  Masatake YAMATO  <jet@gyve.org>
32118         * progmodes/compile.el (compilation-error-regexp-alist-alist):
32119         Add regexp for gcov.
32121 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
32123         * calendar/time-date.el (time-to-seconds, seconds-to-time)
32124         (days-to-time, time-subtract, time-add): Don't use the #xhhhh
32125         syntax which Emacs 20 doesn't support.
32127 2005-04-09  Richard M. Stallman  <rms@gnu.org>
32129         * help.el (describe-key-briefly, describe-key):
32130         Replace strings as event types with "(any string)".
32132 2005-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
32134         * arc-mode.el (archive-mode-map): Move initialization into
32135         the declaration.  Override *all* bindings of `undo'.
32136         (archive-lemacs): Remove, use (featurep 'xemacs) instead.
32138 2005-04-09  Jay Belanger  <belanger@truman.edu>
32140         * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
32142 2005-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
32144         * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
32145         (xterm-register-default-colors): Update color values computation
32146         to match xterm-200.
32148 2005-04-09  Kenichi Handa  <handa@m17n.org>
32150         * international/code-pages.el (iso-latin-7): Fix the map.
32152 2005-04-08  Luc Teirlinck  <teirllm@auburn.edu>
32154         * emacs-lisp/lisp.el (defun-prompt-regexp)
32155         (parens-require-spaces, buffer-end, end-of-defun)
32156         (insert-parentheses): Doc fixes.
32158 2005-04-08  Kim F. Storm  <storm@cua.dk>
32160         * comint.el (comint-highlight-prompt): Fix face spec.
32161         * hi-lock.el (hi-green): Likewise.
32163 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
32165         * cus-edit.el (custom-modified-face):
32166         * comint.el (comint-highlight-input): Fix previous changes.
32167         * term.el (term-handle-ansi-escape): Add a comment.
32169 2005-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
32171         * whitespace.el (whitespace-highlight-the-space): Put the same overlay
32172         in the buffer and in whitespace-highlighted-space.
32173         (whitespace-unhighlight-the-space): Simplify.
32174         (whitespace-buffer): Simplify.
32176 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
32178         * textmodes/table.el (table-cell-face): Add special case for
32179         displays supporting a high number of colors.
32180         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
32181         (vhdl-font-lock-reserved-words-face)
32182         (vhdl-speedbar-architecture-face)
32183         (vhdl-speedbar-instantiation-face)
32184         (vhdl-speedbar-architecture-selected-face)
32185         (vhdl-speedbar-instantiation-selected-face): Likewise.
32186         * progmodes/sh-script.el (sh-heredoc-face): Likewise.
32187         * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
32188         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
32189         (ebrowse-root-class-face, ebrowse-member-attribute-face)
32190         (ebrowse-progress-face): Likewise.
32191         * progmodes/compile.el (compilation-info-face): Likewise.
32192         * progmodes/cc-fonts.el (c-invalid-face): Likewise.
32193         * emacs-lisp/re-builder.el (reb-match-3): Likewise.
32194         * calendar/calendar.el (diary-face): Likewise.
32195         * woman.el (woman-italic-face, woman-bold-face)
32196         (woman-unknown-face): Likewise.
32197         * wid-edit.el (widget-button-pressed-face): Likewise.
32198         * whitespace.el (whitespace-highlight-face): Likewise.
32199         * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
32200         * pcvs-info.el (cvs-marked-face): Likewise.
32201         * info.el (info-xref): Likewise.
32202         * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
32203         * hilit-chg.el (highlight-changes-face)
32204         (highlight-changes-delete-face): Likewise.
32205         * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
32206         (hi-red-b): Likewise.
32207         * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
32208         * font-lock.el (font-lock-keyword-face)
32209         (font-lock-function-name-face, font-lock-warning-face): Likewise.
32210         * cus-edit.el (custom-invalid-face, custom-modified-face)
32211         (custom-set-face, custom-changed-face, custom-variable-tag-face)
32212         (custom-group-tag-face-1, custom-group-tag-face): Likewise.
32213         * comint.el (comint-highlight-prompt): Likewise.
32215 2005-04-08  Lute Kamstra  <lute@gnu.org>
32217         * font-lock.el (font-lock-keywords): Docstring fixes.
32219 2005-04-08  Kenichi Handa  <handa@m17n.org>
32221         * ps-mule.el (ps-mule-show-warning): If the number of unprintable
32222         chars are more than a limit, print " and more..." at the tail.
32224 2005-04-08  Kim F. Storm  <storm@cua.dk>
32226         * emacs-lisp/authors.el (authors-aliases): Update list.
32227         (authors-ignored-files): New list.
32228         (authors-fixed-entries): Fix typo.
32229         (authors-renamed-files-alist): Update list.
32230         (authors-add): Check authors-ignored-files.
32232 2005-04-08  Carsten Dominik  <dominik@science.uva.nl>
32234         * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
32235         optional, to ensure backward compatibility.
32237 2005-04-08  Stephen Eglen  <stephen@gnu.org>
32239         * textmodes/flyspell.el (flyspell-large-region): Doc fix.
32241 2005-04-08  Kim F. Storm  <storm@cua.dk>
32243         * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
32245         * mouse.el (mouse-on-link-p): Doc fix.
32247 2005-04-07  Luc Teirlinck  <teirllm@auburn.edu>
32249         * ielm.el (ielm-prompt-read-only): Doc fix.
32251         * comint.el (comint-prompt-read-only): Doc fix.
32253 2005-04-07  Benjamin Rutt  <brutt@bloomington.in.us>
32255         * ffap.el (ffap-pass-wildcards-to-dired): New user option to
32256         ensure dired always handles wildcards passed to ffap.
32257         (find-file-at-point): Use it.
32258         (ffap-dired-wildcards): Doc fix.
32260 2005-04-07  Juri Linkov  <juri@jurta.org>
32262         * simple.el (next-error-overlay-arrow-position): New defvar.
32263         Put "=>" on its property `overlay-arrow-string'.  Add it to
32264         `overlay-arrow-variable-list'.
32266         * progmodes/compile.el (compilation-setup):
32267         Set `next-error-overlay-arrow-position' to nil.  Also set it to
32268         nil in the local hook `kill-buffer-hook'.  Make local variable
32269         `overlay-arrow-string' and set it to "=>".
32270         (compilation-goto-locus): Set BOL position to
32271         `next-error-overlay-arrow-position' instead of
32272         `overlay-arrow-position'.
32274         * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
32275         locally instead of adding it to the global hook.
32276         (Info-kill-buffer): Move up.
32278 2005-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
32280         * term/xterm.el (xterm-standard-colors): Update color values from
32281         xterm-200.
32283 2005-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
32285         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
32287         * fast-lock.el:
32288         * lazy-lock.el: Move them to the obsolete subdir.
32290 2005-04-06  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
32292         * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
32293         (wdired-add-replace-advice): Remove.
32294         (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
32296 2005-04-06  Kim F. Storm  <storm@cua.dk>
32298         * startup.el (command-line): Add --bare-bones alias for -Q.
32300 2005-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
32302         * term/mac-win.el: Use create-fontset-from-mac-roman-font to
32303         create the startup fontset if a font specification ends with
32304         `mac-roman'.
32306 2005-04-06  Lute Kamstra  <lute@gnu.org>
32308         * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
32309         change.
32311         * emacs-lisp/copyright.el (copyright-update-year): Replace the
32312         right subexpression.  Suggested by Jay Bingham <jay.bingham@hp.com>.
32314 2005-04-05  Lute Kamstra  <lute@gnu.org>
32316         * generic.el (generic-mode-internal): Fix 2005-03-31 change.
32317         (define-generic-mode): Ditto.  Fix debug declaration.
32319         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
32320         Put them in the generic-x group.
32322         * calendar/timeclock.el (timeclock): Doc fix.
32324         * generic.el (define-generic-mode): Don't use custom-current-group.
32325         Document default :group value.
32326         * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
32327         (define-global-minor-mode): Don't use custom-current-group.
32329 2005-04-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
32331         * startup.el (command-line-1): Display startup-echo-area-message
32332         when fancy splash screen is in use.
32334         * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
32335         (sh-escaped-newline): New face.
32336         (sh-font-lock-keywords) <shell>: Improve regexp for escaped
32337         newline, and use sh-escaped-newline face.
32339         * progmodes/tcl.el (tcl-escaped-newline): New face.
32340         (tcl-builtin-list): New variable.
32341         (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
32342         newlines.  Fix keywords subexpression number.
32344 2005-04-05  Carsten Dominik  <dominik@science.uva.nl>
32346         * textmodes/org.el (org-diary-default-entry): Fix call to
32347         `add-to-diary-entry'.
32349 2005-04-05  Kim F. Storm  <storm@cua.dk>
32351         * ediff-init.el: Use (featurep 'xemacs).
32353 2005-04-05  David Ponce  <david@dponce.com>
32355         * cus-edit.el (face): Derive from symbol widget.  Display sample
32356         of the current face on the fly.
32357         (widget-face-sample-face-get, widget-face-notify): New functions.
32358         (widget-face-value-create): Remove.
32360         * wid-edit.el (widget-field-end): Temporarily remove field
32361         narrowing before to call `get-char-property'.
32363 2005-04-04  Jay Belanger  <belanger@truman.edu>
32365         * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
32366         (math-read-subscripts): New variable.
32367         (math-read-preprocess-string): Process subscripts.
32369 2005-04-04  Luc Teirlinck  <teirllm@auburn.edu>
32371         * comint.el (comint-prompt-read-only): Doc fix.
32373         * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
32374         `-1'.  Doc fix.
32376 2005-04-04  Carsten Dominik  <dominik@science.uva.nl>
32378         * textmodes/org.el (org-insert-mode-line-in-empty-file):
32379         Change default value to nil.
32381 2005-04-04  Lute Kamstra  <lute@gnu.org>
32383         * autorevert.el (auto-revert-mode): Specify :group.
32384         * battery.el (display-battery-mode): Specify :group.
32385         * diff-mode.el (diff-minor-mode): Specify :group.
32386         * font-core.el (font-lock-mode): Specify :group.
32387         * hl-line.el (hl-line-mode): Specify :group.
32388         * iimage.el (iimage): New customization group.
32389         (iimage-mode): Specify :group.
32390         * longlines.el (longlines-mode): Specify :group.
32391         * master.el: Don't require easy-mmode.
32392         (master): New customization group.
32393         (master-mode): Specify :group.
32394         * msb.el (msb-mode): Specify :group.
32395         * reveal.el (reveal-mode): Specify :group.
32396         * simple.el (next-error-follow-minor-mode): Specify :group.
32397         * smerge-mode.el (smerge-mode): Specify :group.
32398         * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
32399         * emulation/cua-base.el (cua-mode): Specify :group.
32400         * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
32401         * language/thai-util.el (thai-auto-composition-mode)
32402         (thai-word-mode): Specify :group.
32403         * mail/supercite.el (sc-minor-mode): Specify :group.
32404         * progmodes/cwarn.el (cwarn-mode): Specify :group.
32405         * progmodes/flymake.el (flymake-mode): Specify :group.
32406         * progmodes/glasses.el (glasses-mode): Specify :group.
32407         * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
32408         * textmodes/enriched.el (enriched-mode): Specify :group.
32409         * textmodes/refill.el (refill-mode): Specify :group.
32411         * add-log.el (change-log-font-lock-keywords): Names in
32412         parenthesized lists can contain spaces.
32414 2005-04-04  Thien-Thi Nguyen  <ttn@gnu.org>
32416         * startup.el (fancy-splash-text): Shorten default text of
32417         "Emacs Tutorial" line.  Also, if the current language env
32418         indicates an available tutorial file other than TUTORIAL,
32419         extract its title and append it to the line in parentheses.
32420         (fancy-splash-insert): If arg is a thunk, funcall it.
32422 2005-04-04  Jay Belanger  <belanger@truman.edu>
32424         * calc.el (calc-language-alist): Add tags to customization type.
32426 2005-04-03  Luc Teirlinck  <teirllm@auburn.edu>
32428         * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
32429         Doc fix.
32431 2005-04-03  Marcelo Toledo  <marcelo@gnu.org>
32433         * add-log.el (change-log-font-lock-keywords): The manual
32434         describing a Change Log entry, says: (...) "Aside from these
32435         header lines, every line in the change log starts with a space or
32436         a tab.".  The font-lock was not highlighting lines started with
32437         spaces, added support for it.
32439 2005-04-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
32441         * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
32442         (bibtex-generate-url-list): Update docstring accordingly.  Put the
32443         complex example in the docstring.
32444         (bibtex-font-lock-url): Use pop.
32446 2005-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
32448         * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
32450         * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
32452 2005-04-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
32454         * filesets.el (filesets-set-default): Doc fix.
32456 2005-04-03  Lute Kamstra  <lute@gnu.org>
32458         * generic.el (define-generic-mode): Add argument to specify
32459         keywords for defcustom.
32460         (default-generic-mode): Specify :group.
32462         * generic-x.el: Specify :group for all generic modes.
32464         * desktop.el (desktop-no-desktop-file-hook)
32465         (desktop-after-read-hook): Doc fix.
32467 2005-04-02  Luc Teirlinck  <teirllm@auburn.edu>
32469         * simple.el (visible-mode): Use explicit :group keyword.
32470         This changes the group of `visible-mode-hook' from paren-blinking
32471         to editing-basics.
32473 2005-04-02  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
32475         * mail/rmail.el (rmail-parse-url): Bugfix.  Parse traditional
32476         mailbox specifications as well as URLs.
32477         (rmail-insert-inbox-text): Remove unused conditional branches.
32479 2005-04-01  Jay Belanger  <belanger@truman.edu>
32481         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
32482         (calc-gnuplot-print-command): Move definitions to calc.el.
32484         * calc/calc-embed.el (calc-embedded-announce-formula)
32485         (calc-embedded-open-formula, calc-embedded-close-formula)
32486         (calc-embedded-open-word, calc-embedded-close-word)
32487         (calc-embedded-open-plain, calc-embedded-close-plain)
32488         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
32489         (calc-embedded-open-mode, calc-embedded-close-mode):
32490         Move definitions to calc.el.
32492         * calc/calc.el (calc-settings-file, calc-language-alist):
32493         Make customizable.
32494         (calc-embedded-announce-formula, calc-embedded-open-formula)
32495         (calc-embedded-close-formula, calc-embedded-open-word)
32496         (calc-embedded-close-word, calc-embedded-open-plain)
32497         (calc-embedded-close-plain, calc-embedded-open-new-formula)
32498         (calc-embedded-close-new-formula, calc-embedded-open-mode)
32499         (calc-embedded-close-mode, calc-gnuplot-name)
32500         (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
32501         from other files and make customizable.
32503 2005-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
32505         * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
32506         Use buffer-live-p.
32507         (cvs-mode-run): Don't call cvs-update-header here.
32508         (cvs-run-process): Call cvs-update-header.
32509         Use process properties for cvs-postprocess and cvs-buffer so that
32510         the sentinel can behave better if the temp buffer is killed.
32511         Use a pipe rather than a tty, to better handle unexpected prompts.
32512         (cvs-sentinel): Rewrite.  Call cvs-update-header.
32514 2005-04-01  Andre Spiegel  <spiegel@gnu.org>
32516         * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
32517         we go via Tramp or Ange-FTP.  Suggested by Kai Grossjohann.
32519 2005-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
32521         * generic.el (define-generic-mode): Add indentation rule.
32523 2005-03-31  Luc Teirlinck  <teirllm@auburn.edu>
32525         * files.el (mode-require-final-newline): Make Custom correctly
32526         report a nil value and allow to set it to nil via Custom.
32527         Doc fix.
32529 2005-04-01  Kenichi Handa  <handa@m17n.org>
32531         * international/characters.el: Enable the correct case setting for
32532         dotless-i and dotted-I.
32534 2005-04-01  Kim F. Storm  <storm@cua.dk>
32536         * ido.el (ido-file-internal): Fall back to non-ido command if
32537         initial directory is on slow ftp (or tramp) host.
32539 2005-03-31  Richard M. Stallman  <rms@gnu.org>
32541         * emacs-lisp/autoload.el (make-autoload):
32542         Handle define-global-minor-mode.
32544         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
32545         Rename from easy-mmode-define-global-mode.
32546         (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
32548         * progmodes/scheme.el (scheme-mode-syntax-table):
32549         Update syntax of | and # for two-character comment syntax.
32551 2005-03-31  Lute Kamstra  <lute@gnu.org>
32553         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
32554         (define-minor-mode): Call custom-current-group at load-time.
32556         * generic.el (define-generic-mode): Add debug declaration.
32557         Add defcustom for the mode hook.
32558         (generic-mode-internal): Use run-mode-hooks.
32560 2005-03-31  Kim F. Storm  <storm@cua.dk>
32562         * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
32563         (mouse-fixup-help-message): New defun called by show_help_echo
32564         to fixup mouse-2 prefix in help messages when applicable.
32566         * tooltip.el (tooltip-show-help-function): Don't fixup message here.
32568 2005-03-31  Kenichi Handa  <handa@m17n.org>
32570         * language/thai-word.el (thai-find-word-ends): Pay attention to
32571         the case that we reach the end of buffer.
32573         * textmodes/fill.el (fill-text-properties-at): New function.
32574         (fill-newline): Use fill-text-properties-at instead of
32575         text-properties-at.
32577 2005-03-31  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
32579         * textmodes/tex-mode.el (tex-start-tex): Use shell-quote-argument,
32580         not comint-quote-filename.
32582 2005-03-31  Thien-Thi Nguyen  <ttn@gnu.org>
32584         * help-fns.el (help-with-tutorial): Revert last change.
32586 2005-03-31  Kim F. Storm  <storm@cua.dk>
32588         * emulation/cua-base.el (cua-scroll-down): Add CUA property.
32590 2005-03-30  Paul Eggert  <eggert@cs.ucla.edu>
32592         * calendar/cal-china.el: Update reference to "Calendrical
32593         Calculations" book; there's a new edition.
32594         * calendar/cal-coptic.el: Likewise.
32595         * calendar/cal-french.el: Likewise.
32596         * calendar/cal-hebrew.el: Likewise.
32597         * calendar/cal-islam.el: Likewise.
32598         * calendar/cal-iso.el: Likewise.
32599         * calendar/cal-julian.el: Likewise.
32600         * calendar/cal-mayan.el: Likewise.
32601         * calendar/cal-persia.el: Likewise.
32602         * calendar/calendar.el: Likewise.
32603         * calendar/holidays.el: Likewise.
32604         * calendar/lunar.el: Likewise.
32605         * calendar/solar.el: Likewise.
32607         * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
32608         white space from doc string.
32610 2005-03-30  Jay Belanger  <belanger@truman.edu>
32612         * calc/calc-help.el (calc-full-help): Remove email address.
32614 2005-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
32616         * help-fns.el (help-with-tutorial): Delete title line.
32618 2005-03-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
32620         * calendar/cal-x.el (calendar-one-frame-setup)
32621         (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
32622         rather than `symbol' for set-window-dedicated-p.
32624         * calendar/appt.el (appt-buffer-name): Make it a constant.
32625         (appt-add): Doc fix.
32627         * filesets.el (filesets-menu-path, filesets-menu-before)
32628         (filesets-menu-in-menu): Doc fix.  Now valid in GNU Emacs.
32629         (filesets-menu-cache-file): Use directory ~/.emacs.d.
32630         (filesets-add-submenu): Delete and use add-submenu instead.
32632 2005-03-30  Carsten Dominik  <dominik@science.uva.nl>
32634         * textmodes/org.el (org-agenda-phases-of-moon)
32635         (org-agenda-sunrise-sunset, org-agenda-convert-date)
32636         (org-agenda-goto-calendar): New commands.
32637         (org-diary-default-entry): New function.
32638         (org-get-entries-from-diary): Better parsing of diary entries.
32639         (org-agenda-check-no-diary): New function.
32640         ("diary-lib"): Advice to function `add-to-diary-list', to allow
32641         linking to diary entries.
32642         (org-agenda-execute-calendar-command): New function.
32643         (org-agenda): Improve visible section in window.
32644         Use `org-fit-agenda-window'.
32645         (org-fit-agenda-window): New option.
32646         (org-move-subtree-down): Better handling of empty lines
32647         at end of subtree.
32648         (org-cycle): Numeric prefix is interpreted now as show-subtree N
32649         levels up.
32650         (org-fontify-done-headline): New option.
32651         (org-headline-done-face): New face.
32652         (org-set-font-lock-defaults): Use `org-headline-done-face'.
32653         (org-table-copy-down): Rename from `org-table-copy-from-above'.
32654         When current field is non-empty, it is copied to next row.
32655         (org-table-copy-from-above): Fix bug which made it
32656         impossible to copy fields containing only a single non-white character.
32658 2005-03-30  Kim F. Storm  <storm@cua.dk>
32660         * kmacro.el (kmacro-end-macro): Isearch may store this command
32661         into the macro -- so ignore it when executing keyboard macro.
32663 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
32665         * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
32667 2005-03-29  Kenichi Handa  <handa@m17n.org>
32669         * language/thai.el ("Thai"): Set setup-function and exit-function
32670         for Thai language environment.
32672         * language/thai-util.el: Require thai-word.
32673         (thai-word-mode-map): New variable.
32674         (thai-word-mode): New minor mode.
32675         (setup-thai-language-environment-internal): New function.
32676         (exit-thai-language-environment-internal): New function.
32678         * language/thai-word.el (thai-word-table): Declare it by defvar,
32679         use dolist to initialize it.
32680         (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
32681         (thai-fill-find-break-point): New functions.
32683 2005-03-29  Richard M. Stallman  <rms@gnu.org>
32685         * simple.el (idle-update-delay): Move definition up.
32686         (set-mark): Doc fix.
32688 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
32690         * longlines.el: New file.
32692         * simple.el (buffer-substring-filters): New variable.
32693         (filter-buffer-substring): New function.
32694         (kill-region, copy-region-as-kill): Use it.
32696         * register.el (copy-to-register, append-to-register)
32697         (prepend-to-register): Use filter-buffer-substring.
32699 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
32701         * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
32702         (gud-filter-pending-text): Move in front of gdb.
32703         (gud-overlay-arrow-position): New variable.
32704         (gud-sentinel, gud-display-line): Use it in place of
32705         overlay-arrow-position.
32707 2005-03-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
32709         * progmodes/fortran.el (fortran-if-indent): Doc fix.
32710         (fortran-font-lock-keywords-2): Add "where", "elsewhere".
32711         (fortran-font-lock-keywords-4): New variable.
32712         (fortran-blocks-re, fortran-end-block-re)
32713         (fortran-start-block-re): New constants, for hideshow.
32714         (hs-special-modes-alist): Add a Fortran entry.
32715         (fortran-mode-map): Bind fortran-end-of-block,
32716         fortran-beginning-of-block to \M-\C-n, \M-\C-p.
32717         (fortran-mode): Doc fix.  Add fortran-font-lock-keywords-4.
32718         (fortran-looking-at-if-then, fortran-end-of-block)
32719         (fortran-beginning-of-block): New functions, for hideshow.
32721         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
32722         Doc fix.  Tweak regexp.
32723         (f90-beginning-of-block): Push mark first.
32725 2005-03-29  Jay Belanger  <belanger@truman.edu>
32727         * calc/calc.el: Update copyright date.
32728         (calc-version): Increase to 2.1.
32729         (calc-version-date): Remove.
32731         * calc/calc-help.el: Update copyright date.
32732         (calc-full-help): Remove reference to calc-version-date.
32733         Update copyright date.
32735 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
32737         * vc.el (vc-do-command): Use a pipe for async processes, so password
32738         prompts don't show up at places where the user can't reply.
32740 2005-03-29  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
32742         * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
32743         on the file name we pass to the inferior shell.
32745 2005-03-29  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
32747         * progmodes/which-func.el (which-function): Be robust in the face of an
32748         imenu--make-index-alist failure.
32750 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
32752         * reveal.el (reveal-mode-map): Don't override C-a and C-e.
32754         * progmodes/python.el (python-preoutput-filter): Fix last change.
32756 2005-03-29  Lute Kamstra  <lute@gnu.org>
32758         * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
32759         functions and compiled macros.
32760         (debug-convert-byte-code): Handle macros too.
32761         (debug-on-entry-1): Don't signal an error when trying to clear a
32762         function that is not set to debug on entry.
32764 2005-03-29  Jay Belanger  <belanger@truman.edu>
32766         * calc/calc-lang.el: Add functions to math-function-table
32767         properties of tex and math.
32769 2005-03-29  Kenichi Handa  <handa@m17n.org>
32771         * ps-mule.el (ps-mule-plot-string): Translate characters by
32772         ps-print-translation-table.
32773         (ps-mule-begin-job): Call find-charset-region/string with
32774         ps-print-translation-table.
32775         (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
32777         * ps-print.el (ps-print-translation-table): New variable.
32778         (ps-plot-region): Translate characters by ps-print-translation-table.
32780 2005-03-29  Juri Linkov  <juri@jurta.org>
32782         * simple.el (next-error-highlight-timer): New variable.
32784         * progmodes/compile.el (compilation-goto-locus):
32785         Use `next-error-highlight-timer' instead of `sit-for'.
32787 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
32789         * mail/supercite.el (sc-mail-field): Use assoc-string.
32790         (sc-get-address): Simplify regexps.
32792         * files.el (minibuffer-with-setup-hook): New macro.
32793         (find-file-read-args): Use it to avoid let-binding
32794         minibuffer-with-setup-hook (which breaks turning on/off
32795         file-name-shadow-mode while in the prompt).
32797         * complete.el (PC-read-include-file-name-internal):
32798         Use test-completion.
32800 2005-03-28  Luc Teirlinck  <teirllm@auburn.edu>
32802         * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
32804 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
32806         * window.el (window-buffer-height): Use count-screen-lines.
32808         * progmodes/python.el (python-preoutput-leftover): New var.
32809         (python-preoutput-filter): Use it.
32810         (python-send-receive): Loop until all the result has been received.
32812 2005-03-28  Juri Linkov  <juri@jurta.org>
32814         * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
32816         * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
32817         "Recover Crashed Session".
32818         (menu-bar-search-menu): Add ellipsis to "Search tagged files".
32819         (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
32820         (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
32821         (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
32822         (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
32823         (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
32824         (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
32825         (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
32827         * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
32828         Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
32829         Ediff Sessions", "Toggle use of separate control buffer frame",
32830         "Use separate frame for Ediff control buffer".
32832         * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
32833         Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
32834         "Rename Bookmark", "Delete Bookmark".
32836         * info.el (Info-mode-menu): Remove ellipsis from "Index".
32837         Add ellipsis to "Lookup a String", "Lookup a string in all indices".
32838         Add `:active Info-index-alternatives' to "Next Matching Item".
32840         * wdired.el (wdired-change-to-wdired-mode):
32841         Mention `wdired-abort-changes' key in the initial message.
32843         * international/mule.el (auto-coding-alist): Associate non-ascii
32844         image filename extensions with `no-conversion'.
32846 2005-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
32848         * international/iso-acc.el:
32849         * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
32851 2005-03-26  Luc Teirlinck  <teirllm@auburn.edu>
32853         * textmodes/sgml-mode.el (html-mode): Doc update.
32855         * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
32857 2005-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
32859         * term.el (term-move-columns): Fix face after extending a line.
32860         (term-insert-spaces): Likewise.
32861         (term-reset-terminal): Fix off by one error.
32863 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
32865         * international/mule.el (auto-coding-alist): Add .xpi files.
32867         * files.el (auto-mode-alist): Add .xpi files.
32869 2005-03-26  Jure Cuhalev  <gandalf@owca.info>  (tiny change)
32871         * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
32873 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
32875         * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
32877 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
32879         * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
32880         binding.  Suggested by Stephan Stahl <stahl@eos.franken.de>.
32882         * calendar/cal-move.el (calendar-beginning-of-year): Move the
32883         cursor to Jan 1 when needed.
32884         (calendar-end-of-year): Fix -/+ typo.
32885         Reported by Chong Yidong <cyd@stupidchicken.com>.
32887 2005-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
32889         * progmodes/flymake.el (flymake-mode): Add autoload cookie.
32891         * emacs-lisp/debug.el (debugger-record-expression): Add a missing
32892         format to `message'.  Inspired by Deepak Goel <deego@gnufans.org>.
32894 2005-03-25  Richard M. Stallman  <rms@gnu.org>
32896         * filesets.el (filesets-init): Add autoload.
32898         * mail/mailalias.el (mail-directory): Doc fix.
32900 2005-03-25  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
32902         * mail/mailalias.el (mail-directory-process): Do nothing if
32903         mail-directory-process is an atom.
32904         (mail-get-names): Ignore mail-directory-names if it is an atom.
32905         (mail-directory-process defvar): Doc fix.
32906         (mail-names): Doc fix.
32908 2005-03-25  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>  (tiny change)
32910         * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
32912 2005-03-26  Kenichi Handa  <handa@m17n.org>
32914         * international/mule-util.el (detect-coding-with-priority):
32915         Call update-coding-systems-internal before detect-coding-region.
32917 2005-03-26  Nick Roberts  <nickrob@snap.net.nz>
32919         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
32920         (gdb-frames-mode-map): Add follow-link property.
32922 2005-03-25  Jay Belanger  <belanger@truman.edu>
32924         * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
32925         for variables.
32927 2005-03-25  Juri Linkov  <juri@jurta.org>
32929         * image-mode.el: Optimize image filename extension regexps in
32930         autoload cookies.  Associate .x[bp]m with `image-mode-maybe'
32931         in `auto-mode-alist'.
32932         (image-mode): Add `image-toggle-display-text' to local hook
32933         `change-major-mode-hook'.  Display the image as an image by
32934         default.  Set `cursor-type' and `truncate-lines' if the image
32935         is already displayed.  Take into account the current mode (image
32936         or text) in message.
32937         (image-minor-mode): New minor mode.
32938         (image-mode-maybe, image-toggle-display-text): New functions.
32939         (image-toggle-display): Use called-interactively-p.
32940         Let-bind `inhibit-read-only' to t.
32942         * image-mode.el (image-minor-mode): Set `cursor-type' and
32943         `truncate-lines' if the image is already displayed.  Add turning
32944         image-minor-mode off to `change-major-mode-hook'.  Add message.
32945         Call `image-toggle-display-text' after turning image-minor-mode off.
32947 2005-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
32949         * international/mule-cmds.el (set-locale-environment): For Mac OS X's
32950         Terminal.app, use utf-8.
32951         (set-display-table-and-terminal-coding-system): Add coding-system arg.
32952         (set-locale-environment): Use it.
32954         * term/xterm.el: Undo last change, better done in mule-cmds.el.
32956         * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
32958         * progmodes/python.el (python-close-block-statement-p)
32959         (python-outdent-p, python-current-defun): Use symbol-end.
32961 2005-03-25  Karl Chen  <quarl@cs.berkeley.edu>
32963         * files.el (save-some-buffers): Doc fix.
32965 2005-03-25  Werner Lemberg  <wl@gnu.org>
32967         * complete.el, thumbs.el: Replace `legal' with `valid'.
32968         * calendar/calendar.el: Replace `legal' with `valid'.
32969         * emacs-lisp/advice.el: Replace `legal' with `valid'.
32970         * mail/supercite.el: Replace `legal' with `valid'.
32971         * progmodes/cperl-mode.el, progmodes/idlw-shell.el
32972         * progmodes/idlwave.el, progmodes/vhdl-mode.el:
32973         Replace `legal' with `valid'.
32974         * textmodes/reftex-vars.el, textmodes/reftex.el:
32975         Replace `legal' with `valid'.
32977 2005-03-25  Werner Lemberg  <wl@gnu.org>
32979         * calc/calc-forms.el, calc/calc-sel.el
32980         * midnight.el, vc-cvs.el
32981         * emacs-lisp/cl-macs.el
32982         * emulation/vip.el
32983         * eshell/esh-io.el, eshell/esh-var.el
32984         * mail/supercite.el
32985         * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
32986         * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
32987         * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
32988         * progmodes/sh-script.el, progmodes/xscheme.el
32989         * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
32990         * textmodes/reftex-index.el, textmodes/reftex-parse.el
32991         * textmodes/reftex-ref.el, textmodes/reftex-vars.el
32992         * textmodes/reftex.el, textmodes/org.el:
32993         Replace `illegal' with `invalid'.
32995 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
32997         * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
32998         (flymake-find-buildfile, flymake-find-possible-master-files)
32999         (flymake-check-include, flymake-parse-line): Replace loops over the
33000         length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
33002         * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
33003         Substitute file-name-as-directory in the rest of the file.
33004         (flymake-get-common-file-prefix): Rewrite, using compare-strings.
33005         (flymake-replace-region): Remove unused arg `buffer'.
33006         (flymake-check-patch-master-file-buffer): Update calls to it.
33007         (flymake-add-err-info): Remove unused var `count'.
33008         (flymake-mode): Use define-minor-mode.
33010         * progmodes/flymake.el: Use with-current-buffer.
33011         (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
33012         flymake-replace-regexp-in-string, flymake-line-beginning-position)
33013         (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
33014         Avoid testing for `xemacs'.
33015         (flymake-nop): Move.
33016         (flymake-region-has-flymake-overlays): Return the computed value.
33017         (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
33018         Remove unused var `endline'.
33019         (flymake-get-line-count): Remove unused function.
33020         (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
33022         * emulation/vi.el:
33023         * generic.el:
33024         * hilit-chg.el (global-highlight-changes):
33025         * hi-lock.el (hi-lock-mode):
33026         * follow.el: find-file-hooks -> find-file-hook.
33028         * comint.el (comint-insert-input): Obey mouse-yank-at-point.
33030 2005-03-24  Juri Linkov  <juri@jurta.org>
33032         * dired.el (dired-mode-map): Add menu item "Compare directories"
33033         for dired-compare-directories.
33035         * dired-aux.el (dired-compare-directories): Add autoload cookie.
33036         Doc fix.  Replace `read-file-name' with `read-directory-name'.
33038 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
33040         * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
33042 2005-03-24  Jay Belanger  <belanger@truman.edu>
33044         * calc/calc-embed.el (calc-embedded-mode-change): Save all
33045         relevant mode settings in calc-embedded-original-modes when modes
33046         are permanently changed.
33048 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
33050         * autoinsert.el: find-file-hooks -> find-file-hook.
33052 2005-03-24  Lute Kamstra  <lute@gnu.org>
33054         * generic.el (generic-font-lock-defaults): Make it obsolete.
33055         (generic-font-lock-keywords): New variable to replace
33056         generic-font-lock-defaults.
33057         (generic-mode-set-font-lock): Delete it.
33058         (generic-mode-internal): Don't call generic-mode-set-font-lock.
33059         (generic-bracket-support): Add docstring.
33061         * generic-x.el: Rename generic-font-lock-defaults to
33062         generic-font-lock-keywords throughout.
33063         (mailagent-rules-setup-function): Delete it.
33064         (mailagent-rules-generic-mode): Use anonymous function instead.
33065         (show-tabs-generic-mode-font-lock-defaults-1)
33066         (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
33067         Quote faces.
33068         (show-tabs-tab-face, show-tabs-space-face): Specify background,
33069         not foreground.
33071         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
33072         Recognize define-generic-mode.
33074 2005-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
33076         * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
33077         if there's no completion table.
33079 2005-03-23  Miles Bader  <miles@gnu.org>
33081         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
33082         Remove tty-specific variants, as they're no longer needed.
33084 2005-03-23  Lute Kamstra  <lute@gnu.org>
33086         * generic-x.el: Code cleanup: make args constant whenever possible.
33087         (installshield-statement-keyword-list)
33088         (installshield-system-functions-list)
33089         (installshield-system-variables-list, installshield-types-list)
33090         (installshield-funarg-constants-list): Make them constants.
33092         * generic.el (generic-make-keywords-list): Add autoload cookie.
33094         * calendar/time-date.el: Add comment on time value formats.
33095         Don't require parse-time.
33096         (with-decoded-time-value): New macro.
33097         (encode-time-value): New function.
33098         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
33099         (days-to-time): Return a valid time value when arg is huge.
33100         (time-since): Use time-subtract.
33101         (time-to-number-of-days): Use time-to-seconds.
33103 2005-03-23  David Ponce  <david@dponce.com>
33105         * recentf.el (recentf-keep): New option.
33106         (recentf-menu-action): Default to `find-file'.
33107         (recentf-keep-non-readable-files-flag)
33108         (recentf-keep-non-readable-files-p)
33109         (recentf-file-readable-p, recentf-find-file)
33110         (recentf-cleanup-remote): Remove.
33111         (recentf-include-p): More robust.
33112         (recentf-keep-p): New function.
33113         (recentf-remove-if-non-kept): Rename from
33114         `recentf-remove-if-non-readable'.  Use `recentf-keep-p'.
33115         All callers updated.
33116         (recentf-menu-items-for-commands): Fix help string.
33117         (recentf-track-closed-file): Update.  Doc fix.
33118         (recentf-cleanup): Update.  Count removed files.  Doc fix.
33120 2005-03-23  Kim F. Storm  <storm@cua.dk>
33122         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
33123         Don't inherit from fringe face (now happens automatically).
33125 2005-03-22  Kim F. Storm  <storm@cua.dk>
33127         * tooltip.el (tooltip-show-help-function): Ignore negative mouse
33128         position values.
33130 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
33132         * menu-bar.el (showhide-date-time): Remove.
33133         (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
33134         (menu-bar-make-mm-toggle): Simplify.
33136 2005-03-22  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
33138         * progmodes/perl-mode.el (perl-font-lock-keywords-2):
33139         Accept qualified variable and function names.
33141 2005-03-22  Thien-Thi Nguyen  <ttn@gnu.org>
33143         * bindings.el (completion-ignored-extensions):
33144         Remove ".lis" for `vax-vms'.
33146 2005-03-22  Andreas Schwab  <schwab@suse.de>
33148         * generic-x.el: Revert last change.
33149         * ldefs-boot.el: Update.
33151 2005-03-22  Jay Belanger  <belanger@truman.edu>
33153         * calc/calc-embed.el (calc-embedded-original-modes): New variable.
33154         (calc-embedded-save-original-modes)
33155         (calc-embedded-restore-original-modes): New functions.
33156         (calc-do-embedded): Save original modes when entering embedded mode
33157         and restore when leaving embedded mode.
33158         (calc-embedded-modes-change): Change the value of
33159         calc-embedded-original-modes to reflect permanent changes.
33161 2005-03-22  Lute Kamstra  <lute@gnu.org>
33163         * generic-x.el: Require generic again.
33165 2005-03-22  Miles Bader  <miles@gnu.org>
33167         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
33168         Tweak details to look good on both ttys and bitmap displays, light
33169         or dark background, etc.
33171 2005-03-21  Kim F. Storm  <storm@cua.dk>
33173         * tooltip.el (tooltip-show-help-function): Check car and cdr of
33174         mouse position.
33176 2005-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
33178         * icomplete.el: Don't forcibly turn on the mode upon load.
33179         (icomplete-mode): Use define-minor-mode.
33180         (icomplete-eoinput): Default to nil.
33181         (icomplete-minibuffer-setup): Remove autoload.
33182         (icomplete-tidy): Simplify.
33183         (icomplete-exhibit): Use buffer-undo-list to determine if we're still
33184         in the initial state or if the user has modified the field.
33185         Fix handling of icomplete-max-delay-chars.
33186         Remove code that handles the oddball case where
33187         minibuffer-completion-table is an integer.
33188         Wrap icomplete-completions in while-no-input in case building
33189         completions takes more time than expected.
33190         (icomplete-completions): Simplify.
33192 2005-03-21  Richard M. Stallman  <rms@gnu.org>
33194         * jka-compr.el (jka-compr-really-do-compress):
33195         Make variable buffer-local.
33197         * image-mode.el: Handle .xpm files too.
33198         (image-toggle-display): Preserve modification flag.
33200         * help.el (where-is): Don't mention aliases with no key bindings.
33202 2005-03-21  Lute Kamstra  <lute@gnu.org>
33204         * generic.el: Fix commentary section.  Don't require cl for
33205         compilation.
33206         (generic-mode-list): Add autoload cookie.
33207         (generic-use-find-file-hook, generic-lines-to-scan)
33208         (generic-find-file-regexp, generic-ignore-files-regexp)
33209         (generic-mode, generic-mode-find-file-hook)
33210         (generic-mode-ini-file-find-file-hook): Fix docstrings.
33211         (define-generic-mode): Make it a defmacro.  Fix docstring.
33212         (generic-mode-internal): Code cleanup.  Add autoload cookie.
33213         (generic-mode-set-comments): Code cleanup.
33214         * generic-x.el: Don't prevent compilation.  Don't require generic.
33215         Follow coding conventions.  Minor code cleanup.
33216         (etc-fstab-generic-mode): Add some keywords.
33217         * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
33218         define-generic-mode like a function declaration.
33220 2005-03-21  Jay Belanger  <belanger@truman.edu>
33222         * calc/calc-embed.el (calc-do-embedded): Put data on stack before
33223         changing modes.
33225 2005-03-21  Sam Steingold  <sds@gnu.org>
33227         * add-log.el (add-log-current-defun): Support more C DEFUN forms.
33229 2005-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
33231         * progmodes/dcl-mode.el (dcl-font-lock-keywords):
33232         Add underscore to "f$ lexicals" regexp.
33234 2005-03-20  Juri Linkov  <juri@jurta.org>
33236         * subr.el (progress-reporter-do-update): When `min-value' is equal
33237         to `max-value', set `percentage' to 0 and prevent division by zero.
33239 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
33241         Sync with Tramp 2.0.48.
33243         * net/tramp.el (all): Change all addresses to .gnu.org.
33244         (tramp-append-tramp-buffers): New defun.
33245         (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
33246         Catch `dont-send' signal.
33247         (tramp-set-auto-save-file-modes): Set always permissions, because
33248         there might be an old auto-saved file belonging to another
33249         original file.  This could be a security threat.  Reported by
33250         Kjetil Kjernsmo <kjetil@kjernsmo.net>.
33251         Check for Emacs 21.3.50 removed.
33253         * net/tramp-smb.el (all): Remove debug construct for
33254         `with-parsed-tramp-file-name'.
33255         (tramp-smb-prompt): Prompt can contain spaces inside directory names.
33256         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
33257         No error message if DIRECTORY or FILENAME doesn't exist.
33258         (tramp-smb-open-connection): Check existence of
33259         `tramp-smb-program'.
33261 2005-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
33263         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
33264         Properly handle the case where the `m' or `s' command's argument is not
33265         yet terminated.
33266         (perl-indent-new-calculate): New function.
33267         (perl-indent-line): Use it.
33269 2005-03-20  Miles Bader  <miles@gnu.org>
33271         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
33272         in text-mode too.  Change to new face names.
33273         (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
33274         Add `:weight bold' attribute.
33275         (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
33277 2005-03-19  Juri Linkov  <juri@jurta.org>
33279         * files.el (auto-mode-alist): Add comment.  Optimize jar/ear/war.
33281         * international/mule.el (auto-coding-alist): Sync with
33282         `auto-mode-alist' by adding upper case archive file extensions
33283         and adding ear/war to jar extension.
33285 2005-03-19  David Casperson  <casper@unbc.ca>  (tiny change)
33287         * textmodes/tex-mode.el (tex-view): If tex-shell process is not
33288         running, restart it.
33290 2005-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny changes)
33292         * finder.el (finder-current-item): Throw an error on an empty line.
33294         * man.el (Man-follow-manual-reference): If current-word returns
33295         nil, use "".
33297 2005-03-19  Matt Hodges  <MPHodges@member.fsf.org>
33299         * simple.el (goto-line): Doc fix.
33301 2005-03-19  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
33303         * files.el (save-buffer): Doc fix.
33305 2005-03-19  Michael R. Mauger  <mmaug@yahoo.com>
33307         * recentf.el (recentf-cleanup-remote): New variable.
33308         (recentf-cleanup): Use it to conditionally check availability of
33309         remote files.
33311 2005-03-19  Joe Edmonds  <joe-bugs-debian-org@elem.com>  (tiny change)
33313         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
33314         function names.
33316 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
33318         * language/thai-word.el: New file.
33320 2005-03-19  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
33322         * files.el (backup-buffer): If the file's directory is not
33323         writable, use copy instead of move to backup the file.
33325 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
33327         * obsolete/keyswap.el: Moved to obsolete/ from term/.
33329 2005-03-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
33331         * ps-print.el (ps-generate-string-list, ps-generate-header-line):
33332         Use functionp instead of symbolp and fboundp.  Reported by Drkm
33333         <darkman_spam@yahoo.fr>.
33334         (ps-print-version): New version 6.6.6.
33336 2005-03-18  Tak Ota  <Takaaki.Ota@am.sony.com>
33338         * textmodes/table.el (table--line-column-position): New idiom.
33339         (table--row-column-insertion-point-p): New function to test
33340         validity of row and column insertion operation at a location.
33341         (table-global-menu, table-cell-menu): Use above functions for
33342         deterministic test operation.
33343         (table--editable-cell-p): Behave in deterministic fashion.
33345 2005-03-18  Juri Linkov  <juri@jurta.org>
33347         * isearch.el (isearch-lazy-highlight-new-loop):
33348         Make arguments beg and end optional.
33349         (isearch-update): Remove optional arguments nil from
33350         isearch-lazy-highlight-new-loop.
33351         (isearch-lazy-highlight-search): Let-bind case-fold-search to
33352         isearch-lazy-highlight-case-fold-search instead of
33353         isearch-case-fold-search, and let-bind isearch-regexp to
33354         isearch-lazy-highlight-regexp.
33355         Use isearch-lazy-highlight-last-string instead of isearch-string.
33357         * replace.el (perform-replace): Remove bindings of global
33358         variables isearch-string, isearch-regexp, isearch-case-fold-search.
33359         Add three new arguments to `replace-highlight'.
33360         (replace-highlight): Add arguments string, regexp, case-fold.
33361         Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
33362         to allow isearch-lazy-highlight-new-loop to use these values
33363         to set corresponding isearch-lazy-highlight-* internal
33364         variables whose values lazy highlighting will use regardless of
33365         changes to global variables isearch-string, isearch-regexp,
33366         isearch-case-fold-search during lazy highlighting loop.
33367         (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
33368         to `lazy-highlight-cleanup'.
33370         * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
33371         (ispell-highlight-face): Set default face to `isearch' when
33372         lazy highlighting is enabled.
33373         (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
33374         priority to 1.  Add lazy highlighting.
33375         (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
33376         from `isearch-dehighlight'.
33378 2005-03-18  David Ponce  <david@dponce.com>
33380         * files.el (hack-local-variables): Do a case-insensitive search
33381         for End.
33383 2005-03-18  Juri Linkov  <juri@jurta.org>
33385         * isearch.el (lazy-highlight-cleanup) <command>: Rename from
33386         `isearch-lazy-highlight-cleanup', add alias to old name and
33387         declare obsolete.  Add release numbers to other obsolete vars.
33388         (isearch-done, isearch-lazy-highlight-new-loop):
33389         Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
33390         (lazy-highlight-cleanup) <variable>: Doc fix.
33391         (isearch-lazy-highlight-update): Rename obsolete
33392         `isearch-lazy-highlight-face' to `lazy-highlight-face'.
33394 2005-03-18  Kenichi Handa  <handa@m17n.org>
33396         * language/thai-util.el: Fix categorization of Thai characters in
33397         thai-category-table.
33398         (thai-composition-pattern): Adjust it for the above change.
33399         (thai-self-insert-command, thai-compose-syllable): New functions.
33400         (thai-compose-region): Use thai-compose-syllable.
33401         (thai-compose-string): Likewise.
33402         (thai-composition-function): Likewise.
33403         (thai-auto-composition): New function.
33404         (thai-auto-composition-mode): New minor mode.
33406         * language/thai.el: Fix patterns to be registered in
33407         composition-function-table.
33409         * international/quail.el (quail-input-method): Locally bind
33410         inhibit-modification-hooks to t.
33412 2005-03-17  Richard M. Stallman  <rms@gnu.org>
33414         * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
33415         (perl-mode): Use run-mode-hooks.
33417         * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
33418         (rmail-pop-password-required, rmail-remote-password): Doc fixes.
33419         (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
33421         * mail/sendmail.el (sendmail-send-it): Reenable the code
33422         to compute resend-to-address and use it.
33424         * tar-mode.el (tar-mode): Turn off undo unconditionally.
33426         * image-mode.el: New file.
33428         * image.el (insert-sliced-image): Add autoload cookie.
33430         * font-lock.el (font-lock-lines-before): New user option.
33431         (font-lock-after-change-function): Obey it.
33433         * bindings.el (esc-map): Make M-g a prefix.
33434         Bind M-g g and M-g M-g to goto-line.
33436         * faces.el (face-id): Doc fix.
33438 2005-03-17  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
33440         * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
33441         (rmail-show-message): Use rmail-unknown-mail-followup-to.
33442         (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
33444         * mail/sendmail.el (mail-yank-ignored-headers)
33445         (mail-font-lock-keywords, mail-mode-fill-paragraph):
33446         Add Mail-Followup-To and Mail-Reply-To headers.
33447         (mail-citation-hook): Add autoload cookie.
33448         (mail-mode): Doc fix.
33449         (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
33450         (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
33451         (mail-mode-fill-paragraph): Handle those headers.
33452         (mail-mailing-lists): New variable.
33453         (mail-mail-reply-to, mail-mail-followup-to): New functions.
33455 2005-03-17  Juri Linkov  <juri@jurta.org>
33457         * isearch.el (isearch-fallback): Check for `(car previous)'
33458         before calling `isearch-other-end-state'.
33460 2005-03-17  Kim F. Storm  <storm@cua.dk>
33462         * simple.el (move-beginning-of-line): Move to beginning of buffer
33463         line, as well as beginning of screen line.
33465 2005-03-16  Glenn Morris  <gmorris@ast.cam.ac.uk>
33467         * calendar/diary-lib.el (mark-diary-entries): Use new optional
33468         argument REDRAW rather than calendar-redrawing variable.
33469         * calendar/calendar.el (calendar-redrawing): Delete.
33470         (redraw-calendar): Do not bind calendar-redrawing.
33472 2005-03-16  Matt Hodges  <MPHodges@member.fsf.org>
33474         * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
33475         diary-file buffer.
33477 2005-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
33479         * help.el (describe-mode): Allow a :minor-mode-function property to
33480         specify a different minor mode toggle function than the variable.
33481         * simple.el (auto-fill-function):
33482         * subr.el (add-minor-mode): Use it.
33484 2005-03-16  Kenichi Handa  <handa@m17n.org>
33486         * language/ethio-util.el (sera-being-called-by-w3): New variable.
33487         (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
33488         (ethio-fidel-to-sera-buffer): Likewise.
33490 2005-03-16  Juri Linkov  <juri@jurta.org>
33492         * emacs-lisp/find-func.el (find-function-regexp):
33493         Add defun-emitting macro `menu-bar-make-toggle'.
33495         * isearch.el: Put `isearch-scroll' property to
33496         `split-window-horizontally'.
33498         * info.el: Update error messages for `debug-ignored-errors'.
33499         (Info-isearch-search): Doc fix.
33500         (Info-find-node): Move up code to go into info buffer before
33501         recording the node to the history.
33502         (Info-fontify-node): Fontify titles only if the next line
33503         has two or more `*', `=', `-', `.'.
33504         Display "go to this node" for empty (match-string 3).
33506 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
33508         * term/mac-win.el: Add mouse pointer shape constants.
33510 2005-03-15  Kim F. Storm  <storm@cua.dk>
33512         * simple.el (move-beginning-of-line): Use vertical-motion.
33514 2005-03-15  Juri Linkov  <juri@jurta.org>
33516         * isearch.el (isearch-error): New variable.
33517         (isearch-invalid-regexp, isearch-within-brackets): Remove.
33518         (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
33519         (isearch-within-brackets-state): Remove.
33520         (isearch-case-fold-search-state, isearch-pop-fun-state):
33521         Decrease frame index.
33522         (isearch-mode, isearch-top-state, isearch-push-state)
33523         (isearch-edit-string, isearch-abort, isearch-search-and-update)
33524         (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
33525         (isearch-search, isearch-lazy-highlight-new-loop):
33526         Replace `isearch-invalid-regexp' with `isearch-error'.
33527         Remove `isearch-within-brackets'.
33528         (isearch-search): Add `search-failed' handler to `condition-case'.
33529         (isearch-lazy-highlight-search): Add `condition-case' to catch
33530         errors and allow `isearch-lazy-highlight-update' to try
33531         highlighting from the beginning of the window.
33532         (isearch-repeat): Move up code to set isearch-wrapped to t
33533         before calling isearch-wrap-function.
33535         * info.el (Info-isearch-initial-node): New internal variable.
33536         (Info-search): Signal an error in isearch mode when search leaves
33537         the initial node.  Signal an error when `bound' is non-nil and
33538         nothing was found in the current subfile.
33539         (Info-isearch-search): Remove `condition-case'.
33540         (Info-isearch-wrap): Don't wrap when search failed during leaving
33541         the initial node.  If `Info-isearch-search' is nil, wrap around
33542         the current node.
33543         (Info-isearch-start): New fun.
33544         (Info-mode): Add buffer-local hook `Info-isearch-start' to
33545         `isearch-mode-hook'.
33547 2005-03-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
33549         * simple.el (normal-erase-is-backspace): Set default to t if
33550         running on Mac.
33552         * term/mac-win.el (function-key-map): Sync with x-win.el.
33554 2005-03-15  Kenichi Handa  <handa@m17n.org>
33556         * international/mule-cmds.el (locale-language-names): Modify the
33557         format of elements and add more entries.
33558         (locale-preferred-coding-systems): Add more entries.
33559         (set-locale-environment): Adjust for the change of
33560         locale-language-names.
33562 2005-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
33564         * pcvs.el (smerge-ediff): Remove bogus autoload.
33566 2005-03-14  Lute Kamstra  <lute@gnu.org>
33568         * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
33569         Ignore a `*' at the beginning of a line.
33571         * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
33572         * emacs-lisp/byte-run.el (macro-declaration-function): Move from
33573         subr.el.
33574         (dont-compile, eval-when-compile, eval-and-compile): Use declare
33575         to specify indentation.
33577         * generic.el (define-generic-mode): Let generic-mode-list be a
33578         list of strings; test membership with equal.
33580 2005-03-14  Kim F. Storm  <storm@cua.dk>
33582         * simple.el (next-line, previous-line): Add optional try-vscroll
33583         arg to recognize interactive use.  Pass it on to line-move.
33584         (line-move): Don't perform auto-window-vscroll when defining or
33585         executing keyboard macro to ensure consistent behavior.
33587 2005-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
33589         * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
33591 2005-03-13  Lute Kamstra  <lute@gnu.org>
33593         * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
33594         debugger-setup-buffer so that backtrace marks the frames set to
33595         debug-on-exit and we don't have to do it manually.  Set an extra
33596         debug-on-exit for macro's.
33597         (debugger-setup-buffer): Don't mark the top frame manually.
33599 2005-03-12  Lute Kamstra  <lute@gnu.org>
33601         * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
33602         lisp-indent-function throughout.
33603         (with-no-warnings): Set lisp-indent-function property.
33605 2005-03-12  Thien-Thi Nguyen  <ttn@gnu.org>
33607         * progmodes/dcl-mode.el (dcl-mode-syntax-table):
33608         Add entry for backslash.
33610 2005-03-12  Juri Linkov  <juri@jurta.org>
33612         * info.el (Info-search): Four fixes for backward search.
33614 2005-03-11  Jay Belanger  <belanger@truman.edu>
33616         * calc/calc.el (calc-language-alist): New variable.
33617         * calc/calc-embed.el (calc-embedded-language-alist): Remove.
33618         (calc-embedded-find-modes): Use calc-language-alist instead of
33619         calc-embedded-language-alist.
33621 2005-03-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
33623         * calendar/calendar.el (calendar-redrawing): New internal
33624         variable.
33625         (redraw-calendar): Remove bogus save-excursion from previous
33626         change.  Bind calendar-redrawing to t for mark-diary-entries.
33627         * calendar/diary-lib.el (mark-diary-entries): No need to redraw
33628         calendar if that is why we were called.
33630 2005-03-11  Kenichi Handa  <handa@m17n.org>
33632         * international/mule.el (make-coding-system): Set property
33633         coding-system-define-form to nil.
33634         (define-coding-system-alias): Likewise.
33636 2005-03-11  Kenichi Handa  <handa@m17n.org>
33638         These changes are suggested by Dave Love <fx@gnu.org>.
33640         * textmodes/fill.el: Change encoding to iso-2022-7bit and add
33641         coding: tag.
33642         (adaptive-fill-regexp): Add more bullets.
33643         (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
33644         regexps.
33646 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
33648         * help.el (describe-mode): Properly handle non-trivial lighters.
33649         Don't ignore minor modes that are not listed in minor-mode-list.
33651         * tooltip.el (tooltip-mode): Don't complain that you can't turn the
33652         feature ON when the user requests to turn it OFF.
33654 2005-03-10  Lute Kamstra  <lute@gnu.org>
33656         * emacs-lisp/debug.el (debug-entry-code): Delete it.
33657         (implement-debug-on-entry): New function to replace debug-entry-code.
33658         (debug-on-entry-1): Use implement-debug-on-entry.  Delete the
33659         second argument as the 2005-03-07 change makes it obsolete.
33660         (debug-on-entry, cancel-debug-on-entry): Update call to
33661         debug-on-entry-1.
33662         (debug, debugger-setup-buffer): Comment update.
33663         (debugger-frame-number): Update to work with implement-debug-on-entry.
33665 2005-03-10  Jay Belanger  <belanger@truman.edu>
33667         * calc/calc-embed.el (math-ms-args): Declare it.
33668         (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
33669         math-ms-args.
33670         (calc-embedded-subst): Use math-multi-subst-rec to substitute
33671         variables.
33673 2005-03-10  Nick Roberts  <nickrob@snap.net.nz>
33675         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
33676         Use message-box.
33678         * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
33679         (tooltip-activate-mouse-motions-if-enabled): Use dolist.
33680         (tooltip-gud-tips): Simplify.
33681         (tooltip-gud-tips-p): Remove superfluous :set.
33682         (tooltip-gud-modes): Add fortran-mode.
33683         (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
33685         * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
33687 2005-03-09  Kim F. Storm  <storm@cua.dk>
33689         * play/animate.el (animate-place-char): Use forward-line instead
33690         of next-line to improve performance.
33692 2005-03-09  Simon Josefsson  <jas@extundo.com>
33694         * net/browse-url.el (browse-url-default-browser): Doc fix.
33696 2005-03-09  Miles Bader  <miles@gnu.org>
33698         * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
33699         (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
33701 2005-03-09  Kenichi Handa  <handa@m17n.org>
33703         * international/latin-1.el: Set case and syntax for 255 only if
33704         set-case-syntax-set-multibyte is nil.
33706         * textmodes/ispell.el (ispell-insert-word): New function.
33707         (ispell-word): Use ispell-insert-word to insert a new word.
33708         (ispell-process-line): Likewise.
33709         (ispell-complete-word): Likewise.
33711 2005-03-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
33713         * calendar/calendar.el (redraw-calendar): Preserve point.
33714         Reported by Matt Hodges <MPHodges@member.fsf.org>.
33715         (calendar-week-start-day): Move after definition of
33716         redraw-calendar.  Delete buffer test, since redraw-calendar has
33717         that now.
33719         * calendar/diary-lib.el (mark-diary-entries): Only call
33720         redraw-calendar in the first of any recursive calls.
33721         Reported by Alan Shutko <ats@acm.org>.
33723 2005-03-08  Juri Linkov  <juri@jurta.org>
33725         * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
33726         (html-horizontal-rule, html-line, html-image, html-checkboxes)
33727         (html-radio-buttons): Add a space before the trailing `/>' where
33728         sgml-xml-mode is non-nil.
33729         (sgml-delete-tag): Check if the tag ends with `/>' to not delete
33730         the subsequent tag of the empty XML tag.
33731         (html-href-anchor): Don't set initial input to "http:".
33732         (html-image): Ask for the image URL and set point inside alt="".
33733         (html-name-anchor): Duplicate the name in the `id' attribute when
33734         sgml-xml-mode is non-nil.
33735         (html-paragraph): Remove \n before <p>.
33736         (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
33737         instead of `checked' when sgml-xml-mode is non-nil.
33739         * facemenu.el (list-colors-print): Print #RRGGBB in default face.
33740         Remove 1 space before #RRGGBB to not truncate it on terminal
33741         windows w/o fringes.  Remove 1 space between bg and fg examples
33742         to get more space.
33743         (list-colors-duplicates): Replace `and' with `if' for `boundp' to
33744         avoid byte-compile warnings.
33746         * image-file.el (image-file-handler): Put `safe-magic' property to
33747         `image-file-handler'.
33749         * info.el (Info-isearch-search): Emulate word search in
33750         isearching through multiple Info nodes with Info-search.
33751         (Info-isearch-wrap): Allow isearch-word.
33753 2005-03-08  Lute Kamstra  <lute@gnu.org>
33755         * emacs-lisp/debug.el (debugger-step-through): Make sure that
33756         stepping into the debugger's code is not possible.
33757         (debugger-jumping-flag): Docstring update.
33759 2005-03-08  Jay Belanger  <belanger@truman.edu>
33761         * calc/calc-embed.el (calc-do-embedded): Reset mode line when
33762         embedded mode begins.
33763         (calc-embedded-language-alist): New variable.
33764         (calc-embedded-find-modes): Use calc-embedded-language-alist to
33765         set default language mode.
33767 2005-03-08  Kenichi Handa  <handa@m17n.org>
33769         * international/ccl.el (define-ccl-program): Fix docstring about
33770         extra 256 bytes assured for the output buffer.
33772         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
33773         Fix BUFFER_MAGNIFICATION to 2.
33774         (ccl-encode-mule-utf-16be-with-signature): Likewise.
33776 2005-03-07  Karl Chen  <quarl@cs.berkeley.edu>
33778         * align.el (align-rules-list): Added an alignment rule for CSS
33779         declarations (applies to css-mode and html-mode buffers).
33781 2005-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
33783         * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
33785 2005-03-07  Kim F. Storm  <storm@cua.dk>
33787         * simple.el (move-beginning-of-line): New command.
33789         * bindings.el (global-map): Bind C-a to move-beginning-of-line.
33791         * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
33793         * emulation/cua-base.el: Put CUA move property on move-end-of-line
33794         and move-beginning-of-line.
33796         * apropos.el (apropos-print): Omit command from M-x ... RET.
33798 2005-03-07  Nick Roberts  <nickrob@snap.net.nz>
33800         * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
33801         (gdb-send, gdb-send-item): Log items sent from gdb-send too.
33803 2005-03-06  Richard M. Stallman  <rms@gnu.org>
33805         * bindings.el (esc-map): Bind M-g to goto-line.
33807         * facemenu.el (global-map): Bind M-o, not M-g.
33809 2005-03-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
33811         * menu-bar.el (menu-bar-file-menu): Add the same :enable to
33812         "Open Directory" as for "Open File".
33814 2005-03-06  Chong Yidong  <cyd@stupidchicken.com>
33816         * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
33817         (push-mark-command): Run activate-mark-hook.
33819 2005-03-06  Richard M. Stallman  <rms@gnu.org>
33821         * help-mode.el (help-mode-finish): Don't alter the element
33822         in view-return-to-alist if there already is one.
33824         * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
33825         make sure the current buffer is the expected one.
33827         * novice.el (disabled-command-function): Output in *Disabled Command*.
33828         Explicitly ignore non-keyboard events, and explicitly handle C-g.
33830         * textmodes/flyspell.el (flyspell-large-region):
33831         Pass args differently for aspell.
33833         * files.el (mode-require-final-newline): Doc fix.
33835 2005-03-03  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
33837         * progmodes/which-func.el (which-function):
33838         Specify NOERROR when calling imenu--make-index-alist.
33840 2005-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
33842         * simple.el (normal-erase-is-backspace): Define default value.
33844         * custom.el (custom-theme-set-variables): Remove unused var
33845         `immediate'.
33846         (custom-reevaluate-setting): Simple function to handle variables
33847         that are defined before their default value can really be
33848         computed.
33850         * startup.el (command-line): Use it for temporary-file-directory,
33851         small-emporary-file-directory, auto-save-file-name-transforms,
33852         blink-cursor-mode, and normal-erase-is-backspace.
33854         * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
33855         progress, even with buggy anchored keywords.
33857 2005-03-05  Luc Teirlinck  <teirllm@auburn.edu>
33859         * simple.el (goto-line): Remove unbalanced final parenthesis.
33861 2005-03-05  Richard M. Stallman  <rms@gnu.org>
33863         * simple.el (goto-line): Use a number at point as the default.
33864         With C-u as arg, switch buffers.
33866 2005-03-05  Juri Linkov  <juri@jurta.org>
33868         * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
33869         with `no-blinking-cursor'.
33871         * startup.el (no-blinking-cursor): New defvar.
33872         (command-line): Add `--no-blinking-cursor' to longopts.
33873         Set `no-blinking-cursor' to t for command line arguments
33874         -Q, -nbc, --no-blinking-cursor.  Replace `emacs-quick-startup'
33875         with `no-blinking-cursor' in the condition for calling
33876         `blink-cursor-mode'.
33878 2005-03-04  Luc Teirlinck  <teirllm@auburn.edu>
33880         * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
33881         (menu-bar-options-save): Add blink-cursor-mode.
33882         (menu-bar-options-menu): Add blink-cursor-mode.
33884 2005-03-04  Ulf Jasper  <ulf.jasper@web.de>
33886         * calendar/icalendar.el (icalendar-version): Increase to 0.11.
33887         (icalendar-export-file, icalendar-export-region)
33888         (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
33889         (icalendar--convert-ical-to-diary): Fix problem with DURATION.
33891 2005-03-04  Lute Kamstra  <lute@gnu.org>
33893         * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
33894         (debug-function-list): Ditto.
33896 2005-03-04  Robert J. Chassell  <bob@rattlesnake.com>
33898         * textmodes/texinfmt.el (texinfo-append-refill):
33899         Redefine the types of line to which @refill
33900         is not appended by replacing a search for `@refill\\|@bye' with
33901         `@refill\\|^[ \t]*@'.  The intent is to solve both the `@end
33902         itemize@refill' bug and the unfilled long lines bug.
33903         (texinfmt-version): Update number and date.
33905 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
33907         * international/code-pages.el (windows-1250, windows-125[2-8])
33908         (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
33910 2005-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
33912         * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
33913         bound yet.
33915 2005-03-02  Romain Francoise  <romain@orebokech.com>
33917         * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
33918         buffer after removing limits.
33919         (ibuffer-pop-filter): Ditto.
33920         Update copyright.
33922 2005-03-02  Miles Bader  <miles@gnu.org>
33924         * button.el (make-text-button): If the user doesn't specify a
33925         type, use the default.  Rewrite to use `add-text-properties' and
33926         plist functions.
33928 2005-03-01  Lute Kamstra  <lute@gnu.org>
33930         * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
33931         (debugger-jumping-flag): New var.
33932         (debug-entry-code): Use it.
33933         (debugger-jump): Use debugger-jumping-flag and add
33934         debugger-reenable to post-command-hook.
33935         (debugger-reenable): Use debugger-jumping-flag and remove itself
33936         from post-command-hook.
33937         (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
33938         debugger-reenable.
33940 2005-03-01  Robert J. Chassell  <bob@rattlesnake.com>
33942         * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
33943         inclusion of "itemize\\|", which may be unnecessary, is certainly
33944         inelegant, and stops refilling in itemize lists when formatting
33945         Japanese Texinfo files to Info.
33946         Update copyright to 2005.
33948 2005-03-01  Nick Roberts  <nickrob@snap.net.nz>
33950         * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
33951         of an error if GDB can't find the source file.
33953 2005-03-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
33955         * calendar/calendar.el (redraw-calendar): Work from any buffer,
33956         not just the calendar.
33958         * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
33959         first.
33960         (diary-redraw-calendar): New function.
33961         (make-diary-entry): Add diary-redraw-calendar to local
33962         write-contents-functions.  Turn off selective display before
33963         inserting in diary.
33965 2005-03-01  Kim F. Storm  <storm@cua.dk>
33967         * emacs-lisp/copyright.el (copyright-fix-years): New command.
33969 2005-03-01  Lute Kamstra  <lute@gnu.org>
33971         * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
33972         that debug-entry-code can be safely removed from a function while
33973         this code is being evaluated.  Revert the 2005-02-27 change as the
33974         new implementation no longer requires it.  Make sure that a
33975         function body containing just a string is not mistaken for a docstring.
33976         (debug): Skip one more frame in case of debug on entry.
33977         (debugger-setup-buffer): Delete one more frame line in case of
33978         debug on entry.
33979         (debugger-frame-number): Update to use the new text introduced by
33980         the 1999-11-03 change.  Skip one more frame in case of debug on entry.
33982 2005-02-28  Kim F. Storm  <storm@cua.dk>
33984         * double.el (double-translate-key): Call force-window-update after
33985         read-event to avoid crash in redisplay.
33987 2005-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
33989         * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
33990         (debug): Use it.  Move the inhibit-trace earlier.
33991         (debug-entry-code): New const.
33992         (debug-on-entry-1): Use it.
33994 2005-02-28  Chong Yidong  <cyd@stupidchicken.com>
33996         * international/utf-16.el (ccl-encode-mule-utf-16le):
33997         Fix BUFFER_MAGNIFICATION to 2.
33998         (ccl-encode-mule-utf-16be): Likewise.
34000 2005-02-28  Kenichi Handa  <handa@m17n.org>
34002         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
34003         Fix BUFFER_MAGNIFICATION to 4.
34004         (ccl-encode-mule-utf-16be-with-signature): Likewise.
34006 2005-02-28  Nick Roberts  <nickrob@snap.net.nz>
34008         * speedbar.el (speedbar-update-flag): Doc fix.
34009         (speedbar-show-info-under-mouse): Give set-mouse-position the right
34010         argument.
34012 2005-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
34014         * reveal.el (reveal-post-command): Don't try to reveal overlays which
34015         have a non-nil `invisible' property but are actually visible.
34017         * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
34018         for perldoc sections.
34019         (perl-outline-regexp, perl-outline-level): New var and function.
34020         (perl-mode): Use them.
34022 2005-02-27  Glenn Morris  <gmorris@ast.cam.ac.uk>
34024         * calendar/diary-lib.el (diary-remind): Discard any mark portion
34025         from diary-entry.  Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
34027 2005-02-27  Luc Teirlinck  <teirllm@auburn.edu>
34029         * cus-edit.el: Comment change.
34030         (custom-buffer-create-internal): Slightly reword text at top of
34031         Custom buffers.  Mention there that saving an option edits the
34032         init file.  Add link to Emacs manual node on `custom-file'.
34033         (custom-magic-alist): Rewrite individual State messages to use
34034         capitalized keywords.  Doc fix.
34036 2005-02-27  Matt Hodges  <MPHodges@member.fsf.org>
34038         * calendar/calendar.el (calendar-buffer): Move above
34039         calendar-week-start-day.
34040         (calendar-week-start-day): Doc fix.  Add :set function.
34041         (calendar-minimum-window-height): New variable.
34042         (generate-calendar-window): Only resize window if selected-window
34043         is displaying the calendar buffer.  Use new variable
34044         calendar-minimum-window-height.
34045         (generate-calendar): Reword error message.
34046         (calendar-mode-map): Bind DEL to scroll-other-window-down.
34048 2005-02-27  Andreas Schwab  <schwab@suse.de>
34050         * vc.el (vc-do-command): Don't run command asynchronously when
34051         operating in a remote directory.
34053         * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
34054         change from sync with Tramp 2.0.47.
34056 2005-02-27  Richard M. Stallman  <rms@gnu.org>
34058         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
34060         * textmodes/flyspell.el (flyspell-mode-on):
34061         Call ispell-change-dictionary only if necessary.
34063         * emacs-lisp/re-builder.el (regexp-builder): New function.
34065         * register.el (describe-register-1): Explicitly handle
34066         yank-excluded-properties = t.
34068         * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
34069         (custom-magic-alist): Change the status descriptions again.
34070         (face widget-type): Total rewrite based on `restricted-sexp'
34071         to eliminate the confusing double hiding levels.
34073         * emacs-lisp/debug.el (debug-on-entry-1):
34074         If function body is empty, add nil as body form.
34076 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
34078         * emacs-lisp/trace.el (inhibit-trace): New var.
34079         (trace-make-advice): Use it.
34081         * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
34083 2005-02-26  Kim F. Storm  <storm@cua.dk>
34085         * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
34086         (mouse-on-link-p, mouse-drag-region-1): Use it.
34088 2005-02-25  Lute Kamstra  <lute@gnu.org>
34090         * replace.el (query-replace-read-from): Fix 2005-02-19 change.
34092 2005-02-24  Luc Teirlinck  <teirllm@auburn.edu>
34094         * frame.el (blink-cursor-mode): Add :group keyword.
34096 2005-02-24  Ulf Jasper  <ulf.jasper@web.de>
34098         * calendar/icalendar.el (icalendar--decode-isodatetime):
34099         New optional argument DAY-SHIFT.
34100         (icalendar-export-region): Fix coding-system-for-write.
34101         (icalendar--convert-ical-to-diary): Shift end-day of all-day
34102         events by one.
34104 2005-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
34106         * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
34108 2005-02-24  Kim F. Storm  <storm@cua.dk>
34110         * international/iso-acc.el (iso-accents-compose): Fix crash
34111         during redisplay.  Call force-window-update after read-event
34112         and delete-region to signal that window is not accurate.
34114 2005-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
34116         * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
34117         Remove unused and inexistent var `inhibit-trace'.
34118         (debugger-mode): Use run-mode-hooks.
34119         (debugger-list-functions): Add buttons; setup xref stack.
34121 2005-02-23  Richard M. Stallman  <rms@gnu.org>
34123         * calendar/appt.el (appt-time-msg-list): 3rd elt of each
34124         appointment says it was explicitly made.
34125         (appt-add): Set the 3rd element.
34126         (appt-make-list): Preserve explicit appointments.
34128         * subr.el (find-tag-default): Catch errors in forward-sexp.
34130 2005-02-23  Juri Linkov  <juri@jurta.org>
34132         * info.el (Info-isearch-search): New defcustom.
34133         (Info-isearch-search): Call the default isearch function
34134         when Info-isearch-search is nil.
34135         (Info-isearch-wrap): Use variable Info-isearch-search.
34137 2005-02-22  Luc Teirlinck  <teirllm@auburn.edu>
34139         * cus-edit.el: Comment change.
34141 2005-02-22  Kim F. Storm  <storm@cua.dk>
34143         * progmodes/hideif.el (hide-ifdef-use-define-alist):
34144         Use completing-read.  Suggested by Juan-Leon Lahoz Garcia.
34146 2005-02-22  Simon Josefsson  <jas@extundo.com>
34148         * net/browse-url.el (browse-url-netscape-new-window-is-tab):
34149         New variable.
34150         (browse-url-netscape): Use it.  Suggested by "Johann 'Myrkraverk'
34151         Oskarsson" <myrkraverk@users.sourceforget.net>.
34153 2005-02-22  Kim F. Storm  <storm@cua.dk>
34155         * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
34156         check that window of that event is the selected window.
34157         (mouse-drag-region-1): Compare mouse event window to selected
34158         window before setting point.
34160         * tooltip.el (tooltip-show-help-function): Pass event to
34161         mouse-on-link-p so it can check selected window.
34163 2005-02-22  Kenichi Handa  <handa@m17n.org>
34165         * ps-mule.el (ps-mule-header-string-charsets): Delete it.
34166         (ps-mule-show-warning): New function.
34167         (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
34168         characters are found.
34170         * ps-print.el (ps-header-footer-string): Return a list of header
34171         and footer strings.
34173 2005-02-21  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
34175         * pcvs.el (cvs-retrieve-revision): Fix thinko.
34177 2005-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
34179         * frame.el (blink-cursor-mode): Use define-minor-mode.
34181         * term/mac-win.el (function-key-map): Use char-names more consistently.
34182         (file-name-coding-system): Only set it for MacOS-9.  The other case is
34183         already handled in mule-cmds.el (where it also works when mac-win.el
34184         is not used).
34186 2005-02-21  Kenichi Handa  <handa@m17n.org>
34188         * international/mule.el (ctext-pre-write-conversion): Always use
34189         " *code-converting-work*" buffer for work.
34191         * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
34193 2005-02-20  Thien-Thi Nguyen  <ttn@gnu.org>
34195         * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
34197 2005-02-20  Jonathan Yavner  <jyavner@member.fsf.org>
34199         * ses.el (undo-more): Restore defadvice, but only the part that
34200         allows changes outside the restricted area of the buffer.
34202 2005-02-20  Kim F. Storm  <storm@cua.dk>
34204         * simple.el (line-move): Add fourth optional arg try-vscroll which
34205         must be set to perform auto-window-vscroll.
34206         When moving backwards and doing auto-window-vscroll, automatically
34207         vscroll to the last part of lines which are taller than the window.
34208         (next-line, previous-line): Set try-vscroll arg on line-move.
34210 2005-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
34212         * replace.el (query-replace, query-replace-regexp)
34213         (replace-string, replace-regexp): When operating on region, make
34214         the minibuffer prompt say so.
34216         * isearch.el (isearch-forward): Document isearch-query-replace and
34217         isearch-query-replace-regexp keybindings.
34219 2005-02-19  Jay Belanger  <belanger@truman.edu>
34221         * calc/calc-aent.el (math-read-token): Add local variable.
34223         * calc/calc-prog.el (calc-user-define-edit): Add local variable.
34224         (calc-edit-top): Move declaration to earlier in file.
34225         (calc-edit-macro-repeats): Add local variables.
34227         * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
34228         Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
34229         calcFunc-tanh.
34230         Adjust integration rule for calcFunc-tan.
34232 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
34234         * emulation/viper-cmd.el (viper-prefix-commands): Make into a defconst.
34235         (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
34236         (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
34237         (viper-skip-separators): Bug fix.
34238         (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
34239         particular major mode.
34240         (viper-del-backward-char-in-replace): Don't put deleted char on the
34241         kill ring.
34243         * emulation/viper-ex.el (viper-color-display-p): New function.
34244         (viper-has-face-support-p): Use viper-color-display-p.
34246         * emulation/viper-keym.el (viper-gnus-modifier-map): New keymap.
34248         * emulation/viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
34250         * emulation/viper-util.el (viper-glob-unix-files):
34251         Fix shell status check.
34252         (viper-file-remote-p): Make equivalent to file-remote-p.
34254         * emulation/viper.el (viper-major-mode-modifier-list):
34255         Use viper-gnus-modifier-map.
34257 2005-02-19  David Kastrup  <dak@gnu.org>
34259         * subr.el (subregexp-context-p): Fix garbled doc string by adding
34260         quoting.
34262 2005-02-19  Jay Belanger  <belanger@truman.edu>
34264         * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
34265         Remove extra definitions.
34266         (calc-coth): New function.
34267         (calcFunc-cot): Fix `let'.
34269 2005-02-19  Eli Zaretskii  <eliz@gnu.org>
34271         * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
34272         the reasons we use "type pc" in these faces.
34274         * button.el (button): Ditto.
34276 2005-02-19  Michael Mauger  <mmaug@yahoo.com>
34278         * replace.el (query-replace-read-from): Set the value of
34279         query-replace-from-history-variable to handle the case of an empty
34280         string entered to accept the suggested default.
34282         * net/tramp.el (tramp-file-name-for-operation):
34283         Use dired-call-process instead of dired-call-process-command.
34285 2005-02-19  Jay Belanger  <belanger@truman.edu>
34287         * calc/calc-arith.el (math-trig-inverses, math-div-trig)
34288         (math-div-non-trig): New variables.
34289         (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
34290         (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
34291         (math-combine-prod, math-div-symb-fancy): Add simplifications for
34292         trig expressions.
34294 2005-02-19  Nick Roberts  <nickrob@snap.net.nz>
34296         * progmodes/gdb-ui.el (gdb-var-update-handler)
34297         (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
34298         for watch expressions,
34299         (gdb-var-create-handler): Don't set speedbar-update-flag.
34300         (gdb-post-prompt): Simplify test for speedbar.
34302 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
34304         * ediff.el (ediff-set-diff-overlays-in-one-buffer)
34305         (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
34306         we use the syntax table of the correct buffer.
34307         (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
34308         Felix Gatzemeier.
34310         * ediff-init.el (ediff-hide-face): Check for definedness of functions.
34311         (ediff-file-remote-p): Make synonymous with file-remote-p.
34312         In all deffaces ediff-*-face-*, use min-colors.
34314         * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
34315         ediff-recurse-to-subdirectories.
34316         (ediff-mark-if-equal): Check that the arguments are strings, use
34317         ediff-same-contents (after to Felix Gatzemeier).
34319         * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
34320         nil.
34322 2005-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
34324         * log-view.el (log-view-message-re): Fix up Subversion regexp.
34326 2005-02-18  David Kastrup  <dak@gnu.org>
34328         * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
34329         use `mark-active' when defined.
34331 2005-02-18  Kenichi Handa  <handa@m17n.org>
34333         * ps-print.el (ps-font-info-database): New entry
34334         ZapfChancery-MediumItalic with correct font name.  Fix font name
34335         of the entry Zapf-Chancery-MediumItalic.
34337 2005-02-16  Luc Teirlinck  <teirllm@auburn.edu>
34339         * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
34341 2005-02-16  Kim F. Storm  <storm@cua.dk>
34343         * ido.el (ido-fallback-command): Pass user input to fallback command.
34345 2005-02-16  Nick Roberts  <nickrob@snap.net.nz>
34347         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
34348         (gdb-find-file-hook): Add server prefix.
34350 2005-02-16  Richard M. Stallman  <rms@gnu.org>
34352         * replace.el (perform-replace): Pass new args to replace-highlight.
34353         (replace-highlight): Take region args,
34354         and pass them to isearch-lazy-highlight-new-loop.
34356         * novice.el (disabled-command-hook): Autoload the defalias
34357         and the make-obsolete-variable call.
34359         * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
34361         * isearch.el (isearch-lazy-highlight-start-limit)
34362         (isearch-lazy-highlight-end-limit): New variables limit
34363         the region for highlighting.
34364         (isearch-lazy-highlight-new-loop): New args BEG and END.
34365         (isearch-lazy-highlight-search): Use the new vars.
34366         (isearch-lazy-highlight-update): Likewise.
34368         * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
34370         * cus-start.el (all): Use default-boundp.
34372 2005-02-15  David Casperson  <casper@unbc.ca>  (tiny change)
34374         * menu-bar.el (menu-bar-select-frame): Handle current frame.
34376 2005-02-15  Luc Teirlinck  <teirllm@auburn.edu>
34378         * autorevert.el (auto-revert-stop-on-user-input)
34379         (auto-revert-verbose): Doc fixes.
34381 2005-02-15  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
34383         * international/mule-cmds.el (set-locale-environment): Remove call
34384         to set-selection-coding-system on Windows.
34386 2005-02-15  Jay Belanger  <belanger@truman.edu>
34388         * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
34389         calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
34390         calcFunc-coth.
34391         (math-simplify-sqrt): Add simplifications.
34393         * calc/calc-arith.el (math-real-if-arg-functions): Add functions
34394         to list.
34396         * calc/calc-ext.el: Add functions to autoloads.
34398         * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
34399         (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
34400         (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
34401         (math-csc-raw, math-cot-raw): New functions.
34403         * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
34405         * calc/calc-undo.el (calc-handle-undo): Remove prefix from
34406         the variable name in a message.
34408         * calc/calc-units.el: Add simplification rules for calcFunc-sec,
34409         calcFunc-csc, calcFunc-cot.
34411         * calc/calcalg2.el: Add derivative and integration rules for
34412         calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
34413         calcFunc-csch, calcFunc-coth.
34414         (math-do-integral-methods): Add to checks for when to use
34415         substitutions.
34417         * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
34419 2005-02-15  Lute Kamstra  <lute@gnu.org>
34421         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
34422         Add ;;;###autoload to `outline-regexp'.  Suggested by Stefan Monnier
34423         <monnier@iro.umontreal.ca>.
34424         (lisp-outline-level): Improve efficiency.  Suggested by David
34425         Kastrup <dak@gnu.org>.
34427 2005-02-15  Nick Roberts  <nickrob@snap.net.nz>
34429         * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
34430         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
34431         (gdb-set-gud-minor-mode-existing-buffers): New functions.
34432         (gdb-find-file-hook): New hook.  Add it to find-file-hook.
34433         (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
34435 2005-02-14  Luc Teirlinck  <teirllm@auburn.edu>
34437         * cus-start.el (all): Comment change.
34439 2005-02-14  Lute Kamstra  <lute@gnu.org>
34441         * cus-start.el (all): Check if symbol is void.
34443 2005-02-14  Carsten Dominik  <dominik@science.uva.nl>
34445         * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
34446         optional argument to \cite.
34448 2005-02-14  Richard M. Stallman  <rms@gnu.org>
34450         * cus-edit.el (custom-buffer-create-internal): Update help message.
34451         (custom-magic-alist): Update help messages.
34453         * cus-start.el (all): Allow a var to specify a standard value.
34455 2005-02-12  Luc Teirlinck  <teirllm@auburn.edu>
34457         * custom.el (custom-theme-set-variables): Handle variable aliases.
34459         * frame.el (blink-cursor-timer): Doc fix.
34460         (blink-cursor): Make it an alias for `blink-cursor-mode' and
34461         declare obsolete.
34462         (blink-cursor-mode): Define with defcustom and use correct
34463         standard expression in that defcustom.
34464         * startup.el (command-line): Adapt to above changes in frame.el.
34466 2005-02-11  Lute Kamstra  <lute@gnu.org>
34468         * apropos.el (apropos-score-doc): Prevent division by zero.
34470 2005-02-11  Ulf Jasper  <ulf.jasper@web.de>
34472         * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
34473         (icalendar--get-event-property-attributes)
34474         (icalendar--get-event-properties)
34475         (icalendar--datetime-to-diary-date): New functions.
34476         (icalendar--split-value): Doc fix.
34477         (icalendar--datetime-to-noneuropean-date)
34478         (icalendar--datetime-to-european-date): New optional argument
34479         SEPARATOR.  Return result as a string instead of a list.
34480         (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
34481         (icalendar--convert-string-for-export): Rename arg S to STRING.
34482         (icalendar-export-region): Doc fix.  Change name of error buffer.
34483         Save output buffer.
34484         (icalendar-import-file): Add blank at end of prompt.
34485         (icalendar-import-buffer): Doc fix.  Do not switch to error
34486         buffer.  Indicate status in return value.
34487         (icalendar--convert-ical-to-diary): Doc fix.  Change name of error
34488         buffer.  Save output buffer.  Handle exception from recurrence
34489         rules (EXDATE, EXRULE).  Handle start- and end-date of recurring
34490         events.  Fix problems with weekly all-day events.
34492 2005-02-10  Richard M. Stallman  <rms@gnu.org>
34494         * simple.el (eval-expression-print-format):
34495         Avoid warning about edebug-active.
34497         * help.el (help-for-help-internal): Rename from help-for-help.
34498         (help-for-help): Define with defalias.
34500         * font-core.el (font-lock-default-function): Use with-no-warnings.
34502         * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
34504         * custom.el (defface): Doc fix.
34506 2005-02-10  Nick Roberts  <nickrob@snap.net.nz>
34508         * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
34509         width 0" to prevent word wrapping problems.
34511 2005-02-09  Kim F. Storm  <storm@cua.dk>
34513         * ido.el (ido-file-extensions-order): New defcustom.
34514         (ido-file-extension-lessp, ido-file-extension-aux)
34515         (ido-file-extension-order): New advanced file ordering.
34516         (ido-file-lessp): New simple file ordering.
34517         (ido-sort-list): Remove.
34518         (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
34519         (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
34521 2005-02-08  Dan Nicolaescu  <dann@ics.uci.edu>
34523         * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
34524         that some versions of grep produce.
34525         (grep-mode-font-lock-keywords): Likewise.
34527 2005-02-09  Nick Roberts  <nickrob@snap.net.nz>
34529         * progmodes/gdb-ui.el (gdb-location-list): New variable.
34530         (gdb-cdir): Delete.
34531         (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
34532         (gdb-source-info): Treat case when source file is in another
34533         directory properly.
34534         (gdb-get-location): New function.
34536 2005-02-07  Jay Belanger  <belanger@truman.edu>
34538         * calc/calc-prog.el (calc-write-parse-table-part)
34539         (calc-fix-token-name): Fix a check for language type.
34541         * calc/calccomp.el (math-compose-expr): Fix a check for language type.
34543 2005-02-07  Andre Spiegel  <spiegel@gnu.org>
34545         * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
34546         as directory not writable.
34548 2005-02-07  Kim F. Storm  <storm@cua.dk>
34550         * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
34551         (cua--standard-movement-commands): Remove list.
34552         Instead, set CUA property value to move for movement commands.
34553         (cua-movement-commands): Remove.  Users must set CUA prop instead.
34554         (cua--pre-command-handler): Check CUA property.
34555         (cua--init-keymaps): Don't remap undo commands.
34556         (cua-mode): Don't call cua--rectangle-on-off.
34558         * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
34559         (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
34560         (cua--rect-undo-set-point): New var.
34561         (cua--rectangle-undo-boundary): Setup undo apply entry.
34562         (cua--rect-undo-handler): New function for rectangle undo.
34563         (cua--rect-start-position, cua--rect-end-position): Add.
34564         (cua--rectangle-post-command): Call cua--rectangle-set-corners
34565         for restored rectangle.  Set point if cua--rect-undo-set-point.
34567 2005-02-06  Jay Belanger  <belanger@truman.edu>
34569         * calc/calc-lang.el (calc-tex-language): Display more information
34570         in messages.
34572         * calc/calccomp.el (math-compose-expr): Allow multiline matrices
34573         in TeX mode.
34575 2005-02-06  Richard M. Stallman  <rms@gnu.org>
34577         * emacs-lisp/lisp.el (buffer-end): Doc fix.
34579 2005-02-05  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
34581         * net/ldap.el (ldap-search-internal): Support attributes with
34582         optional descriptions separated by a semi-colon, as in
34583         "userCertificate;binary".
34585 2005-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
34587         * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
34588         isn't a cons (i.e. the version is 0).
34590 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
34592         * help.el (help-for-help): Doc fix.
34594 2005-02-05  Nick Roberts  <nickrob@snap.net.nz>
34596         * progmodes/gdb-ui.el: Update copyright.  Put GDB-Frames before
34597         GDB-Windows on the menu-bar as this works better.
34599 2005-02-04  Jay Belanger  <belanger@truman.edu>
34601         * calc/calc-embed.el (calc-embedded-update): Don't put in
34602         unnecessary newlines.  Adjust the end of formula marker.
34604         * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
34605         (math-latex-parse-two-args): New function.
34607 2005-02-03  Lute Kamstra  <lute@gnu.org>
34609         * help-fns.el (help-with-tutorial): Make sure that users cannot
34610         remove the entire text of the tutorial by means of `undo'.
34612 2005-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
34614         * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
34615         in recent changes, where the ispell process was repeatedly
34616         killed & restarted.
34618         * international/mule-cmds.el (set-locale-environment): Set file-name
34619         coding system to utf-8 on Darwin systems.
34620         (set-default-coding-systems): Don't set default-file-name-coding-system
34621         on Darwin systems.
34623 2005-02-03  Richard M. Stallman  <rms@gnu.org>
34625         * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
34627 2005-02-03  Matt Hodges  <MPHodges@member.fsf.org>
34629         * faces.el (list-faces-display): Add optional argument.
34631 2005-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
34633         * font-core.el (font-lock-default-function): Handle the rare case where
34634         only font-lock-keywords is set.
34636 2005-02-02  Kenichi Handa  <handa@m17n.org>
34638         * international/characters.el: Cancel previous change for
34639         I-WITH-DOT-ABOVE and DOTLESS-i.
34641         * international/latin-5.el: Cancel previous change.
34643 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
34645         * progmodes/gud.el: Correction to syntax in gud-menu-map.
34647 2005-02-02  Kenichi Handa  <handa@m17n.org>
34649         * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
34650         DOTLESS-i.
34652         * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
34653         Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
34655         * case-table.el (get-upcase-table): New function.
34656         (copy-case-table): Copy upcaes table too if non-nil.
34657         (set-case-syntax-delims): Maintain upcase table too.
34658         (set-case-syntax-pair): Likewise.
34659         (set-upcase-syntax, set-downcase-syntax): New functions.
34660         (set-case-syntax): Maintain upcase table too.
34662 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
34664         * progmodes/gdb-ui.el (gdb-goto-info): Delete.
34666         * progmodes/gud.el (gud-goto-info): New function.
34667         (gud-tool-bar-map): Use correct icon.
34669 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
34671         * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
34672         When delegating, order args in the funcall correctly.
34674 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
34676         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
34678 2005-02-01  Carsten Dominik  <dominik@science.uva.nl>
34680         * textmodes/reftex.el (reftex-access-scan-info): Error out in a
34681         buffer not visiting a file.
34683 2005-01-31  Jay Belanger  <belanger@truman.edu>
34685         * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
34686         bound on the line with the formula.
34688 2005-01-31  Kim F. Storm  <storm@cua.dk>
34690         * ses.el (ses-create-cell-variable-range)
34691         (ses-destroy-cell-variable-range, ses-reset-header-string)
34692         (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
34693         (ses-insert-row): Fix format of apply undo entries.
34695 2005-01-31  Jay Belanger  <belanger@truman.edu>
34697         * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
34698         parts.
34700         * calc/calc-embed.el (calc-embedded-open-formula)
34701         (calc-embedded-close-formula): Ignore matrix environments.
34703         * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
34704         TeX mode.
34706         * calc/calc-lang.el (math-function-table, math-oper-table)
34707         (math-variable-table): Adjust the LaTeX portions.
34709         * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
34710         (math-latex-ignore-words): New constant.
34712 2005-01-31  Richard M. Stallman  <rms@gnu.org>
34714         * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
34715         (ispell-local-dictionary): Doc fix.
34716         (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
34717         Don't reinitialize at run time.  Don't defcustom.
34718         All uses changed to append ispell-local-dictionary-alist,
34719         or check it first.
34720         (ispell-current-dictionary): New variable for dictionary in use.
34721         (ispell-dictionary): Now used only for global default.
34722         (ispell-start-process): Set ispell-current-dictionary,
34723         not ispell-dictionary.
34724         (ispell-change-dictionary): Use this only for setting
34725         user preferences.
34726         (ispell-internal-change-dictionary): New function
34727         to change the current dictionary in use.
34728         (ispell-region, ispell-process-line, ispell-buffer-local-dict):
34729         Use ispell-current-dictionary.
34730         Handle ispell-local-dictionary-overridden.
34731         (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
34733 2005-01-31  Jay Belanger  <belanger@truman.edu>
34735         * calc/calc-aent.el (math-read-token): Add support for LaTeX.
34737         * calc/calc-ext.el: Add calc-latex-language to autoloads.
34738         (calc-mode-map): Add calc-latex-language.
34740         * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
34741         (math-latex-print-frac): New functions.
34742         (math-oper-table, math-function-table, math-variable-table)
34743         (math-complex-format, math-input-filter): Add latex properties.
34744         (calc-set-language): Set math-expr-special-function-mapping.
34746         * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
34747         (calc-write-parse-table-part): Add LaTeX support.
34749         * calc/calc.el (calc-language): Adjust docstring.
34750         (calc-set-mode-line): Add LaTeX support.
34751         (math-expr-special-function-mapping): New variable.
34752         (math-tex-ignore-words): Add to list.
34754         * calc/calccomp.el (math-compose-expr, math-compose-rows):
34755         Add LaTeX support.
34756         (math-compose-expr): Add support for special functions.
34758         * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
34760 2005-01-31  Nick Roberts  <nickrob@snap.net.nz>
34762         * progmodes/gdb-ui.el (gdb-memory-address)
34763         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
34764         (gdb-memory-mode-map, gdb-memory-format-keymap)
34765         (gdb-memory-format-menu, gdb-memory-unit-keymap)
34766         (gdb-memory-unit-menu): New variables for a buffer
34767         that lets the user examine program memory.
34768         (gdb-memory-set-address, gdb-memory-set-repeat-count)
34769         (gdb-memory-format-binary, gdb-memory-format-octal)
34770         (gdb-memory-format-unsigned, gdb-memory-format-signed)
34771         (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
34772         (gdb-memory-format-menu-1, gdb-memory-unit-giant)
34773         (gdb-memory-unit-word, gdb-memory-unit-halfword)
34774         (gdb-memory-unit-byte, gdb-memory-unit-menu)
34775         (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
34776         (gdb-memory-mode, gdb-memory-buffer-name)
34777         (gdb-display-memory-buffer, gdb-frame-memory-buffer):
34778         New functions for above buffer.
34780 2005-01-30  Richard M. Stallman  <rms@gnu.org>
34782         * cus-edit.el (custom-bury-buffer): Function deleted.
34783         (custom-buffer-done-function): Option deleted.
34784         (custom-buffer-done-kill): New replacement option.
34785         (Custom-buffer-done): Call quit-window.
34786         (custom-buffer-create-internal): Update for above changes.
34788 2005-01-29  Luc Teirlinck  <teirllm@auburn.edu>
34790         * simple.el (undo-ask-before-discard): New var.
34791         (undo-outer-limit-truncate): Implement it.
34792         (undo-extra-outer-limit): Doc update.
34794 2005-01-29  Richard M. Stallman  <rms@gnu.org>
34796         * ses.el (undo-more): Delete defadvice.
34797         (ses-begin-change): Doc fix.
34799         * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
34800         instead of rebinding C-x u and C-_.
34802         * files.el (normal-backup-enable-predicate): Return nil for files
34803         in /tmp, regardless of temporary-file-directory.
34805         * man.el (Man-getpage-in-background): Disable undo in Man buffer.
34807         * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
34808         (open-rectangle, delete-whitespace-rectangle-line)
34809         (clear-rectangle-line): If FILL, pass t instead of FILL
34810         for move-to-column's 2nd arg.
34812         * simple.el (undo): Fix the test for continuing a series of undos.
34813         (undo-more): Set pending-undo-list to t when we reach end.
34814         (pending-undo-list): Move up defvar.
34816         * wid-edit.el (widget-button-click):
34817         Shorten the range of the track-mouse binding.
34819         * comint.el (comint-insert-input): Undo previous changes;
34820         use last-input-event in interactive spec.
34822 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
34824         * progmodes/compile.el (compilation-start): Bind buffer-read-only
34825         to nil before invoking call-process.  Reset buffer's modified flag
34826         after fontifying it in the no-async branch.
34828         * wid-edit.el (widget-specify-button): If mouse pointer shape
34829         cannot be changed, use mouse face instead.
34831 2005-01-29  Nick Roberts  <nickrob@snap.net.nz>
34833         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
34834         (gdb-goto-breakpoint): Make breakpoint handling work on template
34835         functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>.
34836         (gdb-assembler-custom): Update to recognize breakpoint information
34837         added on 2005-01-19.
34839 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
34841         * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
34842         (dsssl-mode): Use define-derived-mode.
34843         (scheme-mode-initialize): Remove.
34844         (scheme-mode): Use run-mode-hooks.
34846         * cus-edit.el (customize-group-other-window)
34847         (custom-buffer-create-other-window): Don't override special-display-*.
34848         (custom-mode-map): Make it dense.
34850         * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
34851         sets the default value.
34853 2005-01-28  Eli Zaretskii  <eliz@gnu.org>
34855         * descr-text.el: Add more keywords.
34857 2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
34859         * speedbar.el: Avoid unnecessary use of locate-library.
34861         * international/mule-cmds.el (standard-display-european-internal):
34862         Don't fiddle with latin-1 non-break space any more since it's now
34863         special cased in the C code.
34864         Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
34866 2005-01-26  Luc Teirlinck  <teirllm@auburn.edu>
34868         * cus-start.el (all): Add `undo-outer-limit'.
34870 2005-01-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
34872         * textmodes/bibtex.el (bibtex-format-entry):
34873         Use `bibtex-empty-field-re' only on the text of fields, not on entire
34874         field lines.
34875         (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
34876         not on part of a buffer.
34878 2005-01-25  Lute Kamstra  <lute@gnu.org>
34880         * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
34881         nonempty field text strings like "{letters\\macro{}more letters}".
34882         Clarify docstring.
34883         (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
34884         (bibtex-entry-offset, bibtex-parse-association)
34885         (bibtex-parse-field-name): Fix typos in docstrings.
34886         (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
34888 2005-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
34889             Juri Linkov  <juri@jurta.org>
34891         * textmodes/reftex-global.el (reftex-isearch-push-state-function)
34892         (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
34893         (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
34894         (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
34896         * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
34897         isearch minor mode.
34899 2005-01-24  Luc Teirlinck  <teirllm@auburn.edu>
34901         * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
34903 2005-01-24  Lute Kamstra  <lute@gnu.org>
34905         * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
34906         CASECHARS and NOT-CASECHARS regular expressions of the
34907         "nederlands" and "nederlands8" dictionaries to prevent a "Range
34908         striding over charsets" error.
34910 2005-01-24  Jay Belanger  <belanger@truman.edu>
34912         * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
34913         display variable name.
34915 2005-01-24  Kenichi Handa  <handa@m17n.org>
34917         * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
34918         Fix setting of the element of encoded-kbd-iso2022-invocations.
34920 2005-01-24  Nick Roberts  <nickrob@snap.net.nz>
34922         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
34923         (gdb-threads-select): Change to also accept mouse events.
34924         (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
34925         (gdb-threads-mouse-select): Delete.
34927 2005-01-23  Luc Teirlinck  <teirllm@auburn.edu>
34929         * files.el (insert-directory): Take care of empty directory,
34930         listed without -a switch.
34932 2005-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
34934         * textmodes/refill.el (refill-post-command-function):
34935         Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
34936         to the list of functions that we should be careful not to undo.
34937         (refill-late-fill-paragraph-function): Remove.
34938         (refill-saved-state): New var.
34939         (refill-mode): Use it to save fill-paragraph-function.
34940         Save also the value of auto-fill-function.
34942         * term/w32-win.el: Simplify code.
34944 2005-01-23  Kim F. Storm  <storm@cua.dk>
34946         * simple.el (line-move): Adapt to new return value from
34947         pos-visible-in-window-p.
34949         * simple.el (line-move): Fix last change.  Check partial
34950         visibility at point rather than at window-start.
34952 2005-01-22  Jason Rumney  <jasonr@gnu.org>
34954         * term/w32-win.el (xw-defined-colors): Remove debug-message.
34956 2005-01-22  David Kastrup  <dak@gnu.org>
34958         * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
34960 2005-01-22  Eli Zaretskii  <eliz@gnu.org>
34962         * type-break.el (type-break-mode): Add a test for
34963         type-break-file-name being non-nil.
34965 2005-01-22  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
34967         * net/eudc.el (top level): Call (message "") via progn, so that
34968         eudc-options-file is loaded.
34970 2005-01-22  Kim F. Storm  <storm@cua.dk>
34972         * simple.el (line-move-1): Rename from line-move.
34973         (line-move): New function that adjusts vscroll for partially
34974         visible rows, and calls line-move-1 otherwise.
34976 2005-01-21  Ren\e,Ai\e(B Kyllingstad  <listmailxemacs@kyllingstad.com>
34978         * pcomplete.el: Define pcomplete-read-event instead of read-event,
34979         since it's not a complete read-event implementation.
34981 2005-01-20  Jay Belanger  <belanger@truman.edu>
34983         * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
34984         for called function.
34986 2005-01-20  Steven Tamm  <steventamm@mac.com>
34988         * term/mac-win.el (process-connection-type): Remove.
34989         Controlled now by s/darwin.h:PTY_ITERATION.
34991 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
34993         * window.el (handle-select-window): Don't switch window when we're
34994         in the minibuffer.
34996 2005-01-10  Paul Pogonyshev  <pogonyshev@gmx.net>
34998         * subr.el (dotimes-with-progress-reporter): New macro.
35000         * ses.el (ses-dotimes-msg): Remove macro.
35001         Use `dotimes-with-progress-reporter' instead.
35003 2005-01-19  Steven Tamm  <steventamm@mac.com>
35005         * term/mac-win.el (process-connection-type): Use new
35006         operating-system-release variable to use ptys on Darwin 7 (OS X
35007         10.3) when using carbon build.
35009 2005-01-19  Jay Belanger  <belanger@truman.edu>
35011         * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
35012         flags if the last command was a tab or M-tab.
35014         * calc/calc-prog.el (calc-user-define-edit): Put original formula
35015         in formula editing buffer.
35017 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
35019         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
35020         breakpoint image symbol in margin.
35022 2005-01-19  Jay Belanger  <belanger@truman.edu>
35024         * calc/calc-prog.el (calc-execute-kbd-macro):
35025         Ignore calc-keep-arg-flag.
35027 2005-01-19  Kenichi Handa  <handa@m17n.org>
35029         * textmodes/ispell.el (ispell-looking-at): New function.
35030         (ispell-process-line): Use ispell-looking-at to compare the ispell
35031         output and the buffer contents.
35033 2005-01-18  Jay Belanger  <belanger@truman.edu>
35035         * calc/calc.el (calc-display-raw): Fix docstring.
35037 2005-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
35039         * simple.el (blink-matching-open): Strip extra info from syntax.
35041         * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
35042         funny chars in the end-of-here-doc marker.
35044 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
35046         * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
35047         that enable/disabled state of breakpoints is shown correctly in
35048         fringe and on ttys.
35049         (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
35050         Add breakpoint information as text properties.
35051         (gdb-mouse-toggle-breakpoint):
35052         Rename to gdb-mouse-set-clear-breakpoint.
35053         (gdb-mouse-toggle-breakpoint): New function.  Enable/disable
35054         breakpoints in the margin.
35055         (gdb-remove-strings): Simplify.
35057 2005-01-17  Jay Belanger  <belanger@truman.edu>
35059         * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
35060         erasing buffer.
35062 2005-01-17  Richard M. Stallman  <rms@gnu.org>
35064         * progmodes/grep.el (grep-find): Copy from `grep' the condition
35065         for calling grep-compute-defaults.
35067         * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
35068         if buffer is empty.
35070         * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
35072 2005-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
35074         * hilit-chg.el (highlight-changes-mode): Don't autoload.
35076         * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
35077         non-preloaded variables.
35079 2005-01-17  Steven Tamm  <steventamm@mac.com>
35081         * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
35082         tex-shell cause to force interactivity when using pipes.
35084 2005-01-17  Kim F. Storm  <storm@cua.dk>
35086         * simple.el (just-one-space): Make arg optional.
35088 2005-01-17  Nick Roberts  <nickrob@snap.net.nz>
35090         * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
35091         posn-at-x-y to t to access left-margin.
35093 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
35095         Sync with Tramp 2.0.47.
35097         * net/tramp.el (tramp-operation-not-permitted-regexp): New defcustom,
35098         catching keep-date problems in cp/scp operations.
35099         (tramp-handle-copy-file): Don't call `set-file-modes'
35100         unconditionally.  Specialized functions should know better what is
35101         necessary.  This improves performance a little bit, and the
35102         functions could catch errors with `cp -p' and `scp -p'.
35103         (tramp-do-copy-or-rename-file-via-buffer)
35104         (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
35105         when appropriate.
35106         (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
35107         Call `set-file-modes' when appropriate.
35108         (tramp-action-out-of-band): Mask `scp -p' error.  Reported by Isak
35109         Johnsson <isak@hypergene.com>.
35110         (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
35111         of both Tramp buffer and debug buffer.  Reported by Joakim Verona
35112         <joakim@verona.se>.
35113         (tramp-file-name-for-operation): Mark `shell-command' as magic for
35114         Emacs only.
35116         * net/tramp-util.el (tramp-minor-mode): New minor mode.  Add it to
35117         `find-file-hooks' and `dired-mode-hook'.
35118         (tramp-minor-mode-map): Respective map.  Add remapping for
35119         `compile' and `recompile'.
35120         (tramp-remap-command, tramp-recompile): New defuns.
35121         (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
35122         in buffer "*Compilation*".  Call the commands asynchronously.
35124         * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
35125         (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
35126         `shell-command', because it isn't magic in XEmacs.  Reported by
35127         Adrian Aichner <adrian@xemacs.org>.
35129         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
35130         `substitute-in-file-name.
35131         (tramp-smb-handle-substitute-in-file-name): New defun.
35132         (tramp-smb-advice-PC-do-completion): Delete advice.
35134 2005-01-16  Kai Grossjohann  <kgrossjo@eu.uu.net>
35136         * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
35137         Fix error in deleting region.
35139 2005-01-15  Richard M. Stallman  <rms@gnu.org>
35141         * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
35142         In non-temp buffer, switch syntax table temporarily.
35144         * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
35146         * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
35148         * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
35150         * imenu.el (imenu--split-menu): Copy menulist before sorting.
35151         (imenu--generic-function): Use START, not BEG, as pos of definition.
35153         * simple.el (just-one-space): Argument specifies number of spaces.
35155         * simple.el (eval-expression-print-format): Avoid warning
35156         about edebug-active.
35158 2005-01-15  James R. Van Zandt  <jrvz@comcast.net>  (tiny change)
35160         * progmodes/sh-script.el: Code copied from make-mode.el
35161         with small changes,
35162         (sh-mode-map): Bind C-c C-\.
35163         (sh-backslash-column, sh-backslash-align): New variables.
35164         (sh-backslash-region, sh-append-backslash): New functions.
35166 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
35168         * mail/rmail.el: Updated to work with movemail from GNU Mailutils
35169         (rmail-pop-password, rmail-pop-password-required): Move to
35170         rmail-obsolete group.
35171         (rmail-set-pop-password): Rename to rmail-set-remote-password.
35172         All callers updated.
35173         (rmail-get-pop-password): Rename to rmail-get-remote-password.
35174         Take an argument specifying whether it is POP or IMAP mailbox we
35175         are using.  All callers updated.
35176         (rmail-pop-password-error): Rename to
35177         rmail-remote-password-error.  Added mailutils-specific error message.
35178         (rmail-movemail-search-path)
35179         (rmail-movemail-variant-in-use): New variables.
35180         (rmail-remote-password, rmail-remote-password-required):
35181         New customization variables.
35182         (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
35183         (rmail-parse-url): New function.
35184         (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
35185         with GNU mailutils movemail.
35187 2005-01-15  Kevin Ryde  <user42@zip.com.au>
35189         * info-look.el (c-mode/symbol): Add ^` to prefix, and change
35190         suffix to space, $ or '$, to correctly position point when going
35191         to @table style constants like DBL_MAX.
35193 2005-01-15  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
35195         * type-break.el (type-break-mode, type-break-file-time)
35196         (type-break-file-keystroke-count, type-break-choose-file):
35197         Don't store data in or load data from the file if type-break-file-name
35198         is nil.
35199         (type-break-file-name): Doc update as per the above.
35201 2005-01-15  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
35203         * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
35204         lookup-key might return nil; handle that.
35206 2005-01-15  Alan Mackenzie  <acm@muc.de>
35208         * progmodes/ebrowse.el (ebrowse-class-in-tree):
35209         Return the tail of the tree rather than the element found,
35210         thus enabling the tree to be setcar'd.
35212 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
35214         * textmodes/org.el (org-show-following-heading): New option.
35215         (org-show-hierarchy-above): Use `org-show-following-heading'.
35216         (org-cycle): Documentation fix.
35218         * textmodes/org.el (orgtbl-optimized): New option.
35219         (orgtbl-mode): New command, a minor mode.
35220         (orgtbl-mode-map): New variable.
35221         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
35222         (orgtbl-error, orgtbl-self-insert-command)
35223         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
35225         * textmodes/org.el (org-mode): `org-table-may-need-update' is now
35226         a local variable in each org-mode buffer.
35228         * textmodes/org.el (org-set-regexps-and-options): Rename from
35229         `org-set-regexps'.  Added checking for STARTUP keyword.
35230         (org-get-current-options): Add STARTUP options.
35231         (org-table-insert-row): Make mode intelligent about when
35232         realignment is needed.
35233         (org-self-insert-command, org-delete-backward-char, org-delete-char):
35234         New commands.
35235         (org-enable-table-editor): New default value `optimized'.
35236         (org-table-blank-field): Support blanking regions if active.
35238 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
35240         * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
35241         if the year is not given.
35243         * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
35244         Add new escapes %m and %M, fixed bug with %F by adding
35245         save-match-data.
35246         (reftex-reference): Remove ?. from list of spaces.
35247         (reftex-label-info): Add automatic label prefix recognition.
35249         * textmodes/reftex-index.el (reftex-index-next-phrase):
35250         Add slave parameter to call of `reftex-index-this-phrase'.
35251         (reftex-index-this-phrase): New optional argument.
35252         (reftex-index-region-phrases): Add slave parameter to call of
35253         `reftex-index-this-phrase'.
35254         (reftex-display-index): New argument redo.
35255         (reftex-index-rescan): Add `redo' to arguments of
35256         `reftex-display-index'.
35257         (reftex-index-Rescan, reftex-index-revert)
35258         (reftex-index-switch-index-tag): Add `redo' to arguments of
35259         `reftex-display-index'.
35260         (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
35261         indexing.  Fix bug with matching is there is a quote before or
35262         after the word.
35264         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
35265         Fix bug when collecting citation keys in lines with comments.
35266         (reftex-citation): Prefix argument no longer rescans the document,
35267         but forces prompting for optional arguments of cite macros.
35268         (reftex-do-citation): Prompting for optional arguments implemented.
35270         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
35271         Add optional arguments to most cite commands.
35272         (reftex-cite-cleanup-optional-args): New option
35273         (reftex-cite-prompt-optional-args): New option.
35274         (reftex-trust-label-prefix): New option.
35276         * textmodes/reftex-toc.el (reftex-toc-find-section):
35277         Add push-mark before changing the position in the buffer.
35279         * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
35280         (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
35282 2005-01-14  Nick Roberts  <nickrob@snap.net.nz>
35284         * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
35285         more carefully.
35287 2005-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
35289         * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
35290         (sgml-mode): Use it.
35291         (sgml-get-context): Better keep track of implicitly closed tags.
35293 2005-01-13  Kenichi Handa  <handa@m17n.org>
35295         * textmodes/ispell.el: These changes are to fix misalignment error
35296         caused by equivalent characters of different Emacs charsets.
35297         (ispell-unified-chars-table): New variable.
35298         (ispell-get-decoded-string): New function.
35299         (ispell-get-casechars, ispell-get-not-casechars)
35300         (ispell-get-otherchars): Call ispell-get-decoded-string.
35302 2005-01-12  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
35304         * custom.el (custom-declare-variable): Just put symbol instead
35305         of (defvar . symbol) in `current-load-list'.
35307 2005-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
35309         * emacs-lisp/elint.el: Fixed typo in Commentary section.
35311 2005-01-12  Jay Belanger  <belanger@truman.edu>
35313         * calc/calc-help.el (calc-describe-key): Use temporary info buffer
35314         to create a Calc summary.
35316 2005-01-12  Kim F. Storm  <storm@cua.dk>
35318         * mouse.el (mouse-on-link-p): Change functionality and doc
35319         string to comply with latest description in lisp ref.
35321 2005-01-12  Nick Roberts  <nickrob@snap.net.nz>
35323         * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
35324         Enable mouse clicks on mode-line, header-line and margin.
35325         (event-type): Give mouse event symbols an `event-kind' property
35326         with value `mouse-click'.
35328 2005-01-12  Juri Linkov  <juri@jurta.org>
35330         * facemenu.el (list-colors-display): Add new arg buffer-name.
35331         Use it.  Fix docstring.  Replace code for identifying duplicate
35332         colors by the name with call to `list-colors-duplicates' which
35333         identifies duplicate colors by the value unless the color
35334         is one of special Windows colors.  Set truncate-lines to t.
35335         Print sorted duplicate color names on each line.  Indent to 22
35336         \(the longest color name in rgb.txt) instead of 20.  Optimize.
35337         (list-colors-duplicates): New function.
35338         (facemenu-color-name-equal): Delete function.
35340         * facemenu.el (list-colors-print): New function created from code
35341         in list-colors-display.  Print #RRGGBB at the window right edge.
35342         (list-colors-display): When temp-buffer-show-function is not
35343         defined, call list-colors-print from temp-buffer-show-hook
35344         to get the right value of window-width in list-colors-print
35345         after the buffer is displayed.
35347         * simple.el (pop-mark): Move deactivate-mark out of conditional
35348         part to deactivate the active mark regardless of the state of the
35349         mark ring.
35351         * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
35352         variables line in desktop files.
35354 2005-01-12  Juri Linkov  <juri@jurta.org>
35356         * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
35357         Bring together isearch highlight related options.
35358         (lazy-highlight): Replace group `replace' by `matching'.
35359         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
35360         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
35361         (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
35362         and declare them obsolete.
35363         (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
35364         (isearch-faces): Remove defgroup.
35365         (isearch-overlay, isearch-highlight, isearch-dehighlight):
35366         Move isearch highlighting code closer to lazy highlighting code.
35368         * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
35369         (query-replace-highlight, query-replace-lazy-highlight)
35370         (query-replace): Move definitions to the beginning of the file.
35372 2005-01-11  Juri Linkov  <juri@jurta.org>
35374         * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
35375         * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
35376         * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
35378         * info.el (Info-history-forward): New variable.
35379         (Info-select-node): Reset Info-history-forward to nil.
35380         (Info-last): Turn into defalias.
35381         (Info-history-back): Rename from Info-last.
35382         Add current node to Info-history-forward.
35383         (Info-history-forward): New fun.
35384         (Info-mode-map): Replace Info-last by Info-history-back.
35385         Bind Info-history-forward to "r".
35386         (Info-mode-menu): Replace Info-last by Info-history-back.
35387         Fix menu item text.  Add menu item for Info-history-forward.
35388         (info-tool-bar-map): Replace Info-last by Info-history-back.
35389         Replace its icon "undo" by "back_arrow".  Add icon "fwd_arrow"
35390         for Info-history-forward.
35391         (Info-mode): Replace Info-last by Info-history-back in docstring.
35392         Add local variable Info-history-forward.
35393         (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
35395 2005-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
35397         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
35398         (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
35399         Ignore select-window events rather than fiddle with
35400         mouse-autoselect-window.
35402 2005-01-11  Matthew Mundell  <matt@mundell.ukfsn.org>
35404         * type-break.el (type-break-mode): Fix previous change.
35406 2005-01-10  Jay Belanger  <belanger@truman.edu>
35408         * calc/calc-ext.el (calc-reset): Reset when inside embedded
35409         calculator; only reset when point is inside a calculator.
35410         Don't adjust the window height if the window takes up the whole height
35411         of the frame.
35413 2005-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
35415         * ebuff-menu.el (Electric-buffer-menu-mode):
35416         Preserve value of buffer-local var header-line-format.
35418 2005-01-09  Jay Belanger  <belanger@truman.edu>
35420         * calc/calc.el (calc-mode-var-list-restore-saved-values):
35421         Make sure settings file exists before accessing it.
35423         * calc/calc-embed.el (calc-embedded-subst):
35424         Replace math-multi-subst-rec, which is only supposed to be called
35425         by math-multi-subst, by math-multi-subst.
35427 2005-01-09  Andre Spiegel  <spiegel@gnu.org>
35429         * vc.el (vc-allow-async-revert): New user option.
35430         (vc-disable-async-diff): New internal variable.
35431         (vc-revert-buffer): Use them to disable asynchronous diff.
35433         * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
35434         (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
35435         asynchronously if vc-disable-async-diff is t.
35437 2005-01-09  Jay Belanger  <belanger@truman.edu>
35439         * calc/calc.el (defcalcmodevar): New macro.
35440         (calc-mode-var-list-restore-default-values)
35441         (calc-mode-var-list-restore-saved-values): New functions.
35442         (calc-mode-var-list): Use defcalcmodevar to define it.
35443         (calc-always-load-extensions, calc-line-numbering)
35444         (calc-line-breaking, calc-display-just, calc-display-origin)
35445         (calc-number-radix, calc-leading-zeros, calc-group-digits)
35446         (calc-group-char, calc-point-char, calc-frac-format)
35447         (calc-prefer-frac, calc-hms-format, calc-date-format)
35448         (calc-float-format, calc-full-float-format, calc-complex-format)
35449         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
35450         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
35451         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
35452         (calc-matrix-brackets, calc-language, calc-language-option)
35453         (calc-left-label, calc-right-label, calc-word-size)
35454         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
35455         (calc-display-raw, calc-internal-prec, calc-angle-mode)
35456         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
35457         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
35458         (calc-window-height, calc-display-trail, calc-show-selections)
35459         (calc-use-selections, calc-assoc-selections)
35460         (calc-display-working-message, calc-auto-why, calc-timing)
35461         (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
35462         (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
35463         (calc-gnuplot-default-device, calc-gnuplot-default-output)
35464         (calc-gnuplot-print-device, calc-gnuplot-print-output)
35465         (calc-gnuplot-geometry, calc-graph-default-resolution)
35466         (calc-graph-default-resolution-3d, calc-invocation-macro)
35467         (calc-show-banner): Use defcalcmodevar to declare them and set
35468         their default values.
35470         * calc/calc-ext.el (calc-reset): Restore saved values of variables
35471         instead of default values (but restore default values if there is
35472         an argument of 0).
35474 2005-01-09  David Kastrup  <dak@gnu.org>
35476         * desktop.el (desktop-restore-eager): Fix typo in type.
35478 2005-01-08  Richard M. Stallman  <rms@gnu.org>
35480         * cus-edit.el (customize): Delete :link.
35482 2005-01-08  Jay Belanger  <belanger@truman.edu>
35484         * calc/calc.el (calc-mode): Remove the extension from the
35485         `calc-settings-file' file name when loading it.
35487 2005-01-08  Kim F. Storm  <storm@cua.dk>
35489         * info.el (Info-mode-map, Info-next-link-keymap)
35490         (Info-prev-link-keymap, Info-up-link-keymap):
35491         Map follow-link to mouse-face.
35492         (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
35494 2005-01-08  Jay Belanger  <belanger@truman.edu>
35496         * calc/calc.el (calc-settings-file): Change default value.
35497         Suggested by cgw in a comment in calc-mode.el.
35499         * calc/calc-mode.el (calc-settings-file-name):
35500         Compare calc-settings-file to user-init-file instead of ~/.emacs.
35501         Replace ~/.emacs in a prompt by calc-settings-file.
35503 2005-01-07  Lars Hansen  <larsh@math.ku.dk>
35505         * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
35506         (desktop-lazy-idle-delay): New customizable variables.
35507         (desktop-buffer-args-list): New variable.
35508         (desktop-append-buffer-args): New function.
35509         (desktop-save): Call desktop-append-buffer-args for some buffers.
35510         (desktop-lazy-create-buffer): New function.
35511         (desktop-idle-create-buffers): New function.
35512         (desktop-read): Add message about buffers to restore lazily.
35513         (desktop-lazy-abort): New command.
35514         (desktop-clear): Call desktop-lazy-abort.
35515         (desktop-lazy-complete): New command.
35517 2005-01-06  Richard M. Stallman  <rms@gnu.org>
35519         * emacs-lisp/find-func.el (find-face-definition):
35520         Rename from find-face.
35522 2005-01-06  Kim F. Storm  <storm@cua.dk>
35524         * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
35526         * man.el (Man-xref-man-page, Man-xref-header-file)
35527         (Man-xref-normal-file): Add follow-link property.
35529 2005-01-06  Jay Belanger  <belanger@truman.edu>
35531         * calc/calc-units.el: Make sure the proper macro definitions are
35532         available when compiling.
35534 2005-01-06  Juri Linkov  <juri@jurta.org>
35536         * isearch.el (isearch-lazy-highlight-update):
35537         Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
35539 2005-01-06  Miles Bader  <miles@gnu.org>
35541         * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
35542         (isearch-lazy-highlight-face): Use new name.
35544 2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
35546         * uniquify.el (uniquify-rationalize-file-buffer-names):
35547         Re-add an interactive spec.
35548         (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
35549         to the same name.
35551         * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
35552         (isearch-update, isearch-done): Adjust calls accordingly.
35554 2005-01-05  Richard M. Stallman  <rms@gnu.org>
35556         * custom.el (custom-set-variables, custom-theme-set-variables):
35557         Clarify documentation.
35559         * emacs-lisp/find-func.el (find-variable)
35560         (find-variable-other-window, find-variable-other-frame):
35561         Fix the TYPE args to find-function-read and find-function-do-it.
35562         (find-function): Doc fix.
35563         (find-function-at-point): Replace function-at-point alias.
35565 2005-01-04  Richard M. Stallman  <rms@gnu.org>
35567         * cus-face.el (custom-declare-face):
35568         Record defface in current-load-list.
35570         * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
35572         * emacs-lisp/find-func.el: Doc fixes.
35573         (find-face-regexp): New variable.
35574         (find-function-regexp-alist): New variable.
35575         (find-function-C-source): Third arg is now TYPE.
35576         (find-function-search-for-symbol): Handle general TYPE.
35577         (find-function-read, find-function-do-it): Handle general TYPE.
35578         (find-definition-noselect, find-face): New functions.
35579         (function-at-point): Alias deleted.
35581 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
35583         * battery.el (display-battery-mode): Rename from display-battery.
35584         Handle the case where it gets turned off.
35586 2005-01-04  Richard M. Stallman  <rms@gnu.org>
35588         * cus-edit.el (customize): Make :link point to user doc.
35590         * man.el (Man-fontify-manpage): Turn off undo generation.
35592         * add-log.el (change-log-font-lock-keywords): Don't match just "From".
35594 2005-01-04  Andreas Schwab  <schwab@suse.de>
35596         * files.el (insert-directory): Only look for error lines in
35597         inserted text.  Don't move too far after processing --dired markers.
35599 2005-01-04  Richard M. Stallman  <rms@gnu.org>
35601         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
35602         Don't expand if the character is @, period, dash, etc.
35603         (define-mail-abbrev): Quote names that contain problem characters.
35605 2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
35607         * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
35609 2005-01-03  Richard M. Stallman  <rms@gnu.org>
35611         * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
35612         (query-replace-highlight, query-replace-lazy-highlight)
35613         (query-replace): Definitions moved up.  Doc fix.
35615 2005-01-03  Richard M. Stallman  <rms@gnu.org>
35617         * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
35618         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
35619         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
35620         (lazy-highlight-face): Rename from isearch-lazy-...
35621         Change all references to them.
35623 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
35625         * cus-edit.el (custom-file): Doc fix for defcustom.
35626         (custom-file): The function no longer sets the variable
35627         `custom-file' to its return value.
35629         * startup.el (command-line): No longer load `custom-file'.
35631 2005-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
35633         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
35635         * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
35636         Don't confuse module-prefixed identifiers for labels.
35637         Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
35639 2005-01-02  Richard M. Stallman  <rms@gnu.org>
35641         * files.el (basic-save-buffer-1): Fix previous change.
35643         * loadhist.el (file-loadhist-lookup): New function.
35644         (file-provides, file-requires): Use it.
35646         * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
35647         instead of calculating the right size.
35649 2005-01-02  Karl Chen  <quarl@cs.berkeley.edu>
35651         * vc-svn.el (vc-svn-diff): Stay local if possible.
35653 2005-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
35655         * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
35657         * files.el (hack-local-variables): Fix last change.
35659 2005-01-02  Jay Belanger  <belanger@truman.edu>
35661         * calc/calc-yank.el (calc-edit-top): New variable.
35662         (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
35663         object.  Change header properties.
35664         (calc-edit-finish, calc-edit-finish-stack-object)
35665         (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
35666         edited object.
35667         * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
35668         for the beginning of the edited object.
35669         * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
35670         for the beginning of the edited object.
35671         * calc/calc-prog.el (calc-edit-macro-finish-edit)
35672         (calc-finish-formula-edit, calc-macro-repeats)
35673         (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
35674         (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
35675         beginning of the edited object.
35676         (calc-user-define-edit): Change the header for editing macros.
35677         Remove unnecessary variable.
35679 2005-01-01  Jay Belanger  <belanger@truman.edu>
35681         * calc/calc-yank.el (calc-edit-mode): Change default header.
35682         (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
35683         * calc/calc-store.el (calc-edit-variable): Change title to match new
35684         header.
35685         * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
35686         mode to match new header.
35687         (calc-user-define-edit): Change titles to include names of commands.
35688         (calc-finish-formula-edit): Adjust to handle new header.
35689         (calc-finish-macro-edit): Remove.
35690         (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
35691         (calc-edit-macro-command, calc-edit-macro-command-type)
35692         (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
35693         (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
35694         (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
35695         (calc-edit-macro-finish-edit): New functions.
35696         (calc-user-define-edit): Use new functions to edit named calc macros.
35698 2005-01-01  Stefan Monnier  <monnier@iro.umontreal.ca>
35700         * files.el (hack-local-variables): Cleanup prefix/suffix matching.
35702         * ses.el (copy-region-as-kill): Deactivate mark.
35704 2005-01-01  Richard M. Stallman  <rms@gnu.org>
35706         * replace.el (occur-1): If the output buffer is also an input,
35707         don't kill it, rename it.
35709         * faces.el (set-face-background, set-face-foreground): Doc fix.
35711         * cus-face.el (custom-face-attributes): Fix :help-echo strings
35712         for :foreground and :background.
35714         * dired.el (dired-view-command-alist): Variable deleted.
35715         (dired-view-file, dired-mouse-find-file-other-window):
35716         Delete the code to use it.
35718 2005-01-01  Kim F. Storm  <storm@cua.dk>
35720         * image.el (insert-sliced-image): Use t for line-height property.
35722 See ChangeLog.11 for earlier changes.
35724 ;; Local Variables:
35725 ;; coding: iso-2022-7bit
35726 ;; add-log-time-zone-rule: t
35727 ;; End:
35729     Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
35731   This file is part of GNU Emacs.
35733   GNU Emacs is free software; you can redistribute it and/or modify
35734   it under the terms of the GNU General Public License as published by
35735   the Free Software Foundation; either version 3, or (at your option)
35736   any later version.
35738   GNU Emacs is distributed in the hope that it will be useful,
35739   but WITHOUT ANY WARRANTY; without even the implied warranty of
35740   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
35741   GNU General Public License for more details.
35743   You should have received a copy of the GNU General Public License
35744   along with GNU Emacs; see the file COPYING.  If not, write to the
35745   Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
35746   Boston, MA 02110-1301, USA.
35748 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1