(tags-table-mode): Disable undo.
[emacs.git] / lisp / ChangeLog
blob00448b647152243e884c3f690569514cd2b335d9
1 2007-11-02  Glenn Morris  <rgm@gnu.org>
3         * progmodes/etags.el (tags-table-mode): Disable undo.
5         * simple.el (bad-packages-alist): Revert previous change.
7 2007-11-01  Dan Nicolaescu  <dann@ics.uci.edu>
9         * printing.el (printing): Fix :version, printing.el was included
10         in emacs-22.1.
11         (pr-path-style, pr-path-alist, pr-txt-name)
12         (pr-txt-printer-alist, pr-ps-name, pr-ps-printer-alist)
13         (pr-temp-dir, pr-ps-temp-file, pr-file-modes, pr-gv-command)
14         (pr-gs-command, pr-gs-switches, pr-gs-device, pr-gs-resolution)
15         (pr-print-using-ghostscript, pr-file-tumble, pr-auto-region)
16         (pr-auto-mode, pr-mode-alist, pr-ps-utility)
17         (pr-ps-utility-alist, pr-menu-char-height, pr-menu-char-width)
18         (pr-setting-database, pr-visible-entry-list)
19         (pr-delete-temp-file, pr-list-directory, pr-buffer-name)
20         (pr-buffer-name-ignore, pr-buffer-verbose): Remove incorrect
21         :version.
23 2007-11-01  Glenn Morris  <rgm@gnu.org>
25         * simple.el (bad-packages-alist): Add an entry for standalone vc-svn.
27         * mail/footnote.el (footnote-numeric-regexp)
28         (footnote-english-upper-regexp, footnote-english-lower-regexp)
29         (footnote-roman-lower-regexp, footnote-roman-upper-regexp):
30         Match multi-character footnotes.
32         * textmodes/nroff-mode.el (nroff-mode): Set indent-line-function.
33         (nroff-indent-line-function): New function.
34         (nroff-count-text-lines): Use nroff-forward-text-line rather than
35         obsolete alias.
37 2007-10-31  Michael Albinus  <michael.albinus@gmx.de>
39         * net/tramp.el (tramp-open-connection-telnet)
40         (tramp-open-connection-rsh, tramp-open-connection-su)
41         (tramp-open-connection-multi): Set $LC_ALL to "C".
43 2007-10-31  Sven Joachim  <svenjoac@gmx.de>
45         * dired-aux.el (dired-copy-file-recursive):
46         Preserve directory permissions.
48 2007-10-31  Juanma Barranquero  <lekktu@gmail.com>
50         * whitespace.el (whitespace-write-file-hook): Remove interactive spec.
51         (whitespace-unload-function): New-style unload function.  When run,
52         unintern `whitespace-unload-hook' and call `unload-feature' recursively
53         to stop the old hook from messing with the unloading.
55         * strokes.el (strokes-alphabetic-lessp): Doc fix.
57 2007-10-31  Sean O'Rourke  <sorourke@cs.ucsd.edu>
59         * emacs-lisp/find-func.el (find-library): Use library at
60         point as default interactive argument.
62 2007-10-31  Juanma Barranquero  <lekktu@gmail.com>
64         * emacs-lisp/elp.el (elp-report-limit, elp-restore-all)
65         (elp-unset-master, elp-results): Fix typos.
66         (elp-sort-by-function, elp-use-standard-output, elp-recycle-buffers-p):
67         Doc fixes.
69         * msb.el (msb--many-menus): Remove variable.
70         (msb-max-menu-items, msb--add-to-menu): Doc fixes.
71         (msb-menu-cond, msb-item-handling-function, msb--create-function-info)
72         (msb--toggle-menu-type): Fix typos in docstrings.
74         * shadowfile.el (shadow-inhibit-overload, shadow-remove-from-todo)
75         (shadow-insert-var): Doc fixes.
76         (shadow-file-match, shadow-define-cluster, shadow-define-regexp-group):
77         Reflow docstrings.
78         (shadow-parse-fullname, shadow-read-files): Fix typos in docstrings.
80 2007-10-30  Juanma Barranquero  <lekktu@gmail.com>
82         * ediff-hook.el (ediff, ediff-files, ediff-buffers, ebuffers, ediff3)
83         (ediff-files3, ediff-buffers3, ebuffers3, erevision, ediff-revision):
84         Fix typos in autoload docstrings.
86         * loadhist.el (unload-feature): Remove redundant check.
88 2007-10-30  Richard Stallman  <rms@gnu.org>
90         * savehist.el (savehist-save): Obey savehist-ignored-variables.
92 2007-10-30  Nick Roberts  <nickrob@snap.net.nz>
94         * progmodes/gdb-ui.el (gdb-delete-out-of-scope): New option.
95         (gdb-var-update-handler-1): Use it.
97 2007-10-30  Juanma Barranquero  <lekktu@gmail.com>
99         * loadhist.el (unload-feature): Remove erroneous check for the
100         FEATURE-unload-function variable; check the existence of the
101         function (that's what the docstring says, and it makes more sense).
103         * follow.el (follow-unload-function): Add docstring.
104         (follow-unload-function): Remove variable.
106         * server.el (server-unload-function): Remove variable.
107         (server-unload-function): Unbind `server-edit' from `C-x #'.
109         * uniquify.el (uniquify-unload-function): Add docstring.
110         (uniquify-unload-function): Remove variable.
112         * ses.el (ses-unload-function): New function.
114 2007-10-29  Juanma Barranquero  <lekktu@gmail.com>
116         * emacs-lisp/unsafep.el (unsafep, unsafep-function)
117         (unsafep-progn, unsafep-let): Fix typos in docstrings.
119         * uniquify.el (uniquify-maybe-rerationalize-w/o-cb): Define it
120         before use to avoid a warning in packages that require uniquify.
121         (uniquify-unload-function): New function and var.
123 2007-10-29  Juanma Barranquero  <lekktu@gmail.com>
125         * loadhist.el (unload-feature-special-hooks):
126         Add `delete-frame-functions'.
128         * server.el (server-unload-function): Rename from `server-unload-hook'
129         and adapt to new `unload-feature' functionality.  Remove hook from
130         `kill-buffer-hook' buffer-locally.
131         (server-unload-hook): Remove.
132         (server-unload-function): New var; replaces `server-unload-hook'.
134 2007-10-27  Juanma Barranquero  <lekktu@gmail.com>
136         * desktop.el (uniquify-managed): Pacify byte compiler.
137         (desktop-buffer-info): If the buffer name is managed by uniquify,
138         save the base name, not the uniquified one.
139         (desktop-create-buffer): Allow `rename-buffer' to generate a new
140         name in case of conflict.
142 2007-10-26  Glenn Morris  <rgm@gnu.org>
144         * emacs-lisp/bytecomp.el (byte-compile-warnings): Autoload the
145         safe-local-variable property.
147 2007-10-26  Gwern Branwen  <gwern0@gmail.com>  (tiny change)
149         * net/browse-url.el (browse-url-browser-function): Delete grail.
150         (browse-url-grail): Function and variable deleted.
151         (browse-url-browser-function): Delete IXI Mosaic.
152         (browse-url-default-browser): Don't try IXI Mosaic.
153         (browse-url-iximosaic): Function deleted.
154         (browse-url-browser-function): Delete MMM.
155         (browse-url-default-browser): Don't try MMM.
156         (browse-url-mmm): Function deleted.
158 2007-10-25  Glenn Morris  <rgm@gnu.org>
160         * progmodes/f90.el (f90-indented-comment-re)
161         (f90-directive-comment-re, f90-break-delimiters):
162         * progmodes/fortran.el (fortran-comment-line-start-skip)
163         (fortran-directive-re):
164         * textmodes/conf-mode.el (conf-space-keywords): Mark these regexps
165         as safe if they are strings.
167 2007-10-25  Richard Stallman  <rms@gnu.org>
169         * progmodes/ps-mode.el (ps-mode-map): Delete C-c v binding.
171 2007-10-24  Richard Stallman  <rms@gnu.org>
173         * savehist.el (savehist-save): Omit unreadable elements.
175         * loadhist.el (unload-function-defs-list): Renamed from
176         unload-function-features-list.
177         (unload-feature-special-hooks, unload-feature): Doc fixes.
179         * indent.el (indent-to-left-margin): If point's in the indentation,
180         move to the end of the indentation.
182         * cus-edit.el (customize-changed-options): Make arg optional.
184 2007-10-24  Juanma Barranquero  <lekktu@gmail.com>
186         * bs.el (bs-select, bs-select-other-window): Fix typos in docstrings.
188 2007-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
190         * textmodes/css-mode.el: Require CL.
191         (comment-continue): Declare.
193         * subr.el (make-variable-frame-localizable): Remove.
194         (make-variable-frame-local): Mark obsolete.
196 2007-10-23  Juanma Barranquero  <lekktu@gmail.com>
198         * ibuf-ext.el (ibuffer-switch-to-saved-filters)
199         (ibuffer-switch-to-saved-filter-groups): Doc fixes.
201 2007-10-23  Chris Moore  <christopher.ian.moore@gmail.com>
203         * comint.el (comint-password-prompt-regexp):
204         Handle `[sudo] password'-style prompt.
206 2007-10-23  Glenn Morris  <rgm@gnu.org>
208         * progmodes/f90.el (f90-do-indent, f90-if-indent)
209         (f90-type-indent, f90-program-indent)
210         (f90-continuation-indent, f90-comment-region)
211         (f90-beginning-ampersand, f90-smart-end)
212         (f90-break-before-delimiters, f90-auto-keyword-case)
213         (f90-leave-line-no, f90-mode-hook):
214         Give an appropriate safe-local-variable property.
215         (f90-font-lock-keywords-2): Fix `go to' regexp.
217         * progmodes/fortran.el (fortran-tab-mode-default)
218         (fortran-tab-mode-string, fortran-do-indent, fortran-if-indent)
219         (fortran-structure-indent, fortran-continuation-indent)
220         (fortran-comment-indent, fortran-comment-line-extra-indent)
221         (fortran-comment-line-start)
222         (fortran-minimum-statement-indent-fixed)
223         (fortran-minimum-statement-indent-tab)
224         (fortran-comment-indent-char, fortran-line-number-indent)
225         (fortran-check-all-num-for-matching-do)
226         (fortran-blink-matching-if, fortran-continuation-string)
227         (fortran-comment-region, fortran-electric-line-number)
228         (fortran-column-ruler-fixed, fortran-column-ruler-tab)
229         (fortran-analyze-depth, fortran-break-before-delimiters):
230         Give an appropriate safe-local-variable property.
232 2007-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
234         * textmodes/tex-mode.el (tex-uptodate-p): Don't signal an error if one
235         of the subdirs is unreadable.
237 2007-10-22  Martin Rudalics  <rudalics@gmx.at>
239         * progmodes/fortran.el (fortran-mode-map, fortran-window-create):
240         Use window-full-width-p.
242 2007-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
244         * emulation/tpu-edt.el (tpu-edt-old-global-values): New var.
245         (tpu-edt-off): Use it.
246         (tpu-edt-on): Set it.  Make sure the tpu-global-map is not already on
247         the global-map before adding it to global-map.
249         * menu-bar.el (global-buffers-menu-map): New var.
250         (global-map, menu-bar-update-buffers): Use it.
251         * msb.el (msb-menu-bar-update-buffers): Use it.
252         (msb-sort-by-directory, msb--choose-menu, msb--mode-menu-cond)
253         (msb--most-recently-used-menu, msb--create-buffer-menu-2):
254         Use with-current-buffer.
256 2007-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
258         * hexl.el (hexl-menu): New major mode menu.
260 2007-10-20  Glenn Morris  <rgm@gnu.org>
262         * progmodes/f90.el (f90-font-lock-keywords-2)
263         (f90-looking-at-type-like): Fix regexp typos.
265 2007-10-19  Juanma Barranquero  <lekktu@gmail.com>
267         * bs.el (bs-mode): Add mode name (accidentally left out
268         in the 2007-10-16 change).
270 2007-10-19  Juanma Barranquero  <lekktu@gmail.com>
272         * bs.el (bs--track-window-changes): Don't refresh the whole list.
273         (bs-mode): Set mode-class property to special.
275         * follow.el (follow-unload-function): New function.
277         * loadhist.el (unload-function-features-list):
278         Rename from `unload-hook-features-list'.
279         (unload-hook-features-list): Add as obsolete alias.
280         (unload-feature): Use `unload-function-features-list'
281         and new FEATURE-unload-function.
283 2007-10-18  Juanma Barranquero  <lekktu@gmail.com>
285         * loadhist.el (unload-feature-special-hooks):
286         Update list of special hooks.
288         * textmodes/fill.el (fill-individual-paragraphs): Doc fix.
289         (adaptive-fill-function): Doc fix.  Remove * from docstring.
291 2007-10-18  Glenn Morris  <rgm@gnu.org>
293         * ibuf-ext.el (ibuffer-saved-filter-groups): Doc fix.
295 2007-10-17  Aaron Hawley  <aaronh@garden.org>
297         * tutorial.el (tutorial--save-tutorial): Display message when tutorial
298         position is not saved.
300 2007-10-17  Chong Yidong  <cyd@stupidchicken.com>
302         * longlines.el (longlines-wrap-follows-window-size): Integer value
303         specifies wrapping margin.
304         (longlines-mode, longlines-window-change-function):
305         Set window-specific wrapping margin based on the above.
307 2007-10-17  John Wiegley  <johnw@newartisans.com>
309         * eshell/esh-cmd.el (eshell-complex-commands): Add "ls".
311 2007-10-17  Glenn Morris  <rgm@gnu.org>
313         * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
314         Tweak regexp to avoid stack overflow.
316 2007-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
318         * simple.el (reindent-then-newline-and-indent): Don't assume that
319         indent-according-to-mode preserves point.
321 2007-10-16  Juanma Barranquero  <lekktu@gmail.com>
323         * bs.el (bs--window-config-coming-from): Revert 2006-11-09 change.
324         (bs--restore-window-config): Keep the selected frame.
325         (bs--track-window-changes, bs--remove-hooks): New functions.
326         (bs-mode): Use `define-derived-mode'.  Set hook to track window changes.
327         (bs--show-with-configuration): Revert 2006-11-09 change.
328         Don't reuse window unless it is visible on the selected frame.
329         Restore window configuration (possibly in a different frame)
330         before creating any window.
332 2007-10-16  Richard Stallman  <rms@gnu.org>
334         * emacs-lisp/advice.el (ad-get-advice-info): Change to a function.
335         (ad-get-advice-info-macro): New macro, like old ad-get-advice-info.
336         (ad-is-advised, ad-get-advice-info-field)
337         (ad-set-advice-info-field): Use ad-get-advice-info-macro.
339 2007-10-16  Glenn Morris  <rgm@gnu.org>
341         * simple.el (blink-matching-open): Don't report false errors with
342         the `$' syntax class.
344 2007-10-15  Juanma Barranquero  <lekktu@gmail.com>
346         * filesets.el (filesets-alist-get): Use `let' rather than `let*'.
347         (filesets-ormap, filesets-sort-case-sensitive-flag)
348         (filesets-remake-shortcut, filesets-ingroup-collect-files):
349         Fix typos in docstrings.
350         (filesets-data-get-name, filesets-data-get-data)
351         (filesets-data-set, filesets-cmd-query-replace-getargs)
352         (filesets-ingroup-collect, filesets-find-or-display-file): Doc fixes.
354 2007-10-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
356         * term/mac-win.el: Don't require url when compiling, as url-type is
357         no longer a macro.
359 2007-10-14  Glenn Morris  <rgm@gnu.org>
361         * progmodes/etags.el (select-tags-table): Disable undo in the
362         `*Tags Table List*' buffer.
364 2007-10-13  Eli Zaretskii  <eliz@gnu.org>
366         * dired.el (dired-warn-writable): New face.
367         (dired-warn-writable-face): New variable.
368         (dired-font-lock-keywords): Use dired-warn-writable-face, instead
369         of dired-warning-face, for group- and world-writable files.
371 2007-10-13  Glenn Morris  <rgm@gnu.org>
373         * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.
374         (octave-re-search-forward-kw, octave-re-search-backward-kw):
375         Add doc string, and an explicit COUNT argument.
376         (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
377         `inc' to search functions.
379 2007-10-13  John W. Eaton  <jwe@octave.org>
381         * progmodes/octave-mod.el (octave-looking-at-kw)
382         (octave-re-search-forward-kw, octave-re-search-backward-kw):
383         New functions.
384         (octave-in-defun-p, calculate-octave-indent)
385         (octave-blink-matching-block-open, octave-beginning-of-defun)
386         (octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
387         to search for regexps that contain case-sensitive keywords.
388         (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
389         (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
391 2007-10-13  Richard Stallman  <rms@gnu.org>
393         * files.el (directory-abbrev-alist): Doc fix.
395 2007-10-13  Jari Aalto  <jari.aalto@cante.net>
397         * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
399 2007-10-12  Martin Rudalics  <rudalics@gmx.at>
401         * frame.el (set-frame-configuration): Assign name parameter only
402         if it has been set explicitly before.
404         * window.el (handle-select-window): Revert part of 2007-10-06
405         change setting the input focus.
407 2007-10-12  Glenn Morris  <rgm@gnu.org>
409         * cus-edit.el (custom-variable-menu, custom-face-menu)
410         (custom-group-menu): Check init-file-user rather than
411         user-init-file, in case cus-edit is loaded by site-run-file.
413 2007-10-11  Juanma Barranquero  <lekktu@gmail.com>
415         * follow.el (follow-stop-intercept-process-output):
416         Use `follow-call-process-filter' rather than `process-filter'.
418 2007-10-11  Tom Tromey  <tromey@redhat.com>
420         * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
421         frame is visible.
423 2007-10-10  Richard Stallman  <rms@gnu.org>
425         * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
426         in *Backtrace*.
428         * faces.el (face-font-selection-order): Doc fix.
430         * loadhist.el (unload-feature): Doc fix.
432 2007-10-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
434         * ps-print.el: Fix the usage of :foreground and :background face
435         attributes.  Reported by Nikolaj Schumacher <n_schumacher@web.de>.
436         (ps-print-version): New version 6.7.6.
437         (ps-face-attributes, ps-face-attribute-list, ps-face-background):
438         Fix code.
439         (ps-face-foreground-color-p, ps-face-background-color-p)
440         (ps-face-color-p): New inline funs.
442 2007-10-10  Juanma Barranquero  <lekktu@gmail.com>
444         * follow.el: Change all instances of "Follow Mode" to "Follow
445         mode" in docstrings and messages.
447 2007-10-09  Juanma Barranquero  <lekktu@gmail.com>
449         * faces.el (face-font-selection-order): Doc fix.
451         * follow.el (follow-mode-hook, follow-mode): Doc fixes.
452         (follow-mode-off-hook): Mark as obsolete.
454 2007-10-08  Richard Stallman  <rms@gnu.org>
456         * emacs-lisp/edebug.el (edebug-install-custom-print-funcs)
457         (edebug-install-custom-print, edebug-reset-print-funcs)
458         (edebug-uninstall-custom-print, edebug-uninstall-custom-print-funcs):
459         Functions deleted.
460         (edebug-prin1, edebug-print, edebug-prin1-to-string)
461         (edebug-format, edebug-message): Define directly as aliases.
463 2007-10-08  Juanma Barranquero  <lekktu@gmail.com>
465         * follow.el (follow-mode): Don't run hooks twice.  Use `when'.
467 2007-10-07  Glenn Morris  <rgm@gnu.org>
469         * simple.el (bad-packages-alist): Clarify Semantic and CEDET
470         version numbers.
472 2007-10-06  Michael Albinus  <michael.albinus@gmx.de>
474         * net/tramp.el (tramp-completion-mode): Extend doc-string.
475         (tramp-completion-mode-p): Revert change from 2007-09-24.
476         Checking for `return' etc as last character is not sufficient, for
477         example in dired-mode when entering <g> (revert-buffer) or
478         <s> (dired-sort).
480 2007-10-06  Martin Rudalics  <rudalics@gmx.at>
482         * window.el (mouse-autoselect-window-cancel): Don't cancel for
483         select-window or select-frame events.
484         (handle-select-window): When autoselecting window set input
485         focus.  Restructure.
487         * frame.el (focus-follows-mouse): Moved to frame.c.
488         * cus-start.el (all): Add focus-follows-mouse.
490 2007-10-05  Chris Moore  <dooglus@gmail.com>
492         * server.el (server-kill-new-buffers): Doc fix.
494 2007-10-05  Juanma Barranquero  <lekktu@gmail.com>
496         * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
497         activate font-locking in the *buffer-selection* buffer.
498         (bs-show-sorted): Doc fix.
500         * bs.el (bs--get-marked-string, bs--get-modified-string)
501         (bs--get-readonly-string, bs--get-size-string, bs--get-name)
502         (bs--get-mode-name, bs-mode): Fix typos in docstrings.
503         (bs--format-aux): Doc fix.
505 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
507         * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
509 2007-10-04  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
511         * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
513 2007-10-04  Nick Roberts  <nickrob@snap.net.nz>
515         * progmodes/gud.el (gud-gud-gdb-command-name): New option.
516         (gud-gdb): New function for old M-x gdb (text command mode).
517         (gud-gdb-command-name, gdb): Move to...
519         * progmodes/gdb-ui.el: ...here and adapt doc string.
520         (gud-gdba-command-name, gdba): Delete.
522 2007-10-03  Juanma Barranquero  <lekktu@gmail.com>
524         * bs.el: Don't defvar `font-lock-verbose'.
525         (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
526         (bs--get-file-name): Fix typos in docstrings.
527         (bs--show-header): Use `dolist' instead of `mapcar'.
528         (bs-mode): Set `show-trailing-whitespace' to nil.
529         (bs-buffer-sort-function, bs-mouse-select-other-frame)
530         (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
531         Doc fixes.
533 2007-10-02  Adam Hupp  <adam@hupp.org>  (tiny change)
535         * progmodes/gdb-ui.el (pdb): Specify file for gud-break.
537 2007-10-02  Nick Roberts  <nickrob@snap.net.nz>
539         * progmodes/gud.el (gdb): Make graphical mode the default and
540         switch to text command mode if appropriate, i.e., reverse previous
541         arrangement.
542         (gud-gdb-marker-filter): Adapt for above change.
544         * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
545         gud-minor-mode and gud-marker-filter.
546         (gdb-fullname-regexp): New variable.
547         (gud-gdba-marker-filter): Use it to switch to text command
548         mode if appropriate.
550 2007-10-02  Richard Stallman  <rms@gnu.org>
552         * frame.el (cursor-in-non-selected-windows): Doc fix.
554 2007-10-01  Nick Roberts  <nickrob@snap.net.nz>
556         * progmodes/gud.el (gud-display-line): Find source buffer even when
557         GUD buffer has its own frame.
559 2007-10-01  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
561         * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
563 2007-09-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
565         * term/x-win.el (x-gtk-stock-map): Version is 22.2.
567 2007-09-29  Martin Rudalics  <rudalics@gmx.at>
569         * allout.el (allout-before-change-handler): Replace got-char by
570         goto-char.
572 2007-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
574         * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
575         Used to try and automatically enabled smerge-mode in the presence of
576         conflicts and to call `svn resolved' when the conflicts are gone.
577         (vc-svn-parse-status): Remember the svn-specific status.
579         * newcomment.el (comment-choose-indent): New function extracted
580         from comment-indent.  Improve the alignment algorithm.
581         (comment-indent): Use it.
583 2007-09-27  Juanma Barranquero  <lekktu@gmail.com>
585         * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
586         (eldoc-message-commands, eldoc-current-idle-delay):
587         Fix typos in docstrings.
589         * progmodes/python.el (python-eldoc-function): Doc fix.
591 2007-09-26  Eli Zaretskii  <eliz@gnu.org>
593         * menu-bar.el (menu-bar-search-documentation-menu): Rename from
594         menu-bar-apropos-menu.  All users changed.
595         (menu-bar-help-menu): Change menu symbols to better match the text
596         displayed by the menu.
598 2007-09-25  Glenn Morris  <rgm@gnu.org>
600         * view.el (view-search-no-match-lines): Add a doc string.
601         Rewrite to simplify and work better.
603 2007-09-24  Michael Albinus  <michael.albinus@gmx.de>
605         * net/tramp.el (tramp-completion-mode-p): Rename from
606         `tramp-completion-mode'.  Revert logic, check `return', `newline'
607         and such alike.  Packages like Icicles tend to use other completion
608         characters but `tab' and `space' only.
609         (top): Require cl.el, when `copy-tree' is not available otherwise.
611         * net/tramp-vc.el (tramp-vc-user-login-name): Get argument by
612         `ad-get-arg'.
614 2007-09-24  Ville Skytt\e,Ad\e(B  <scop@xemacs.org>  (tiny change)
616         * net/tramp-vc.el (tramp-vc-user-login-name):
617         Use `vc-find-version' instead of `process-file' to check whether we
618         have a new enough vc that doesn't need the defadvice.
620 2007-09-23  Dan Nicolaescu  <dann@ics.uci.edu>
622         * files.el (file-name-sans-versions): Use [:alnum:] and also allow
623         #, @, : and ^.
625 2007-09-23  Glenn Morris  <rgm@gnu.org>
627         * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
629 2007-09-22  Dan Nicolaescu  <dann@ics.uci.edu>
631         * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
633         * log-view.el (log-view-mode-map): Likewise.
635         * diff-mode.el (diff-mode-shared-map): Likewise.
637 2007-09-21  Francesco Potort\e,Al\e(B  <pot@gnu.org>
639         * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
640         add inferior-octave-directory-tracker to the buffer-local value
641         of comint-input-filter-functions.
643 2007-09-22  Dan Nicolaescu  <dann@ics.uci.edu>
645         * files.el (file-name-sans-versions): Also allow `A-Z'.
647         * vc.el: Mention all supported VC backends.
649 2007-09-22  Richard Stallman  <rms@gnu.org>
651         * wid-edit.el (widget-specify-button): Don't merge mouse-face with
652         neighbouring buttons.
654 2007-09-22  Andreas Schwab  <schwab@suse.de>
656         * files.el (file-name-sans-versions): Also allow `_'.
658 2007-09-22  Glenn Morris  <rgm@gnu.org>
660         * eshell/esh-mode.el (eshell-output-filter-functions):
661         Add eshell-postoutput-scroll-to-bottom.
663 2007-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
665         * files.el (file-name-sans-versions): Allow - and a-z in version names.
667         * log-view.el (log-view-mode-map, log-view-mode-menu):
668         Bind log-view-annotate-version.
669         (log-view-beginning-of-defun, log-view-end-of-defun)
670         (log-view-annotate-version): New functions.
671         (log-view-mode): Use log-view-beginning-of-defun and
672         log-view-end-of-defun.
674 2007-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
676         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
678 2007-09-21  Kevin Ryde  <user42@zip.com.au>
680         * international/mule.el (sgml-html-meta-auto-coding-function):
681         Bind `case-fold-search' to t.
683 2007-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
685         * wid-edit.el (widget-image-insert): Don't merge mouse-face with
686         neighbouring buttons.
688         * progmodes/compile.el (compilation-error-regexp-alist-alist):
689         Recognize gcc's use of "note" for informational messages.
691 2007-09-20  Glenn Morris  <rgm@gnu.org>
693         * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
694         motion functions, rather than hard-coding "\n\n".
695         (tex-validate-region): Check for eobp, to speed up.
696         (tex-next-unmatched-end): Doc fix.
698 2007-09-19  Glenn Morris  <rgm@gnu.org>
700         * textmodes/tex-mode.el (tex-terminate-paragraph):
701         Use backward-paragraph.
703 2007-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
705         * textmodes/css-mode.el (css-electric-keys): electrick->electric.
706         (css-mode): Update correspondingly.
708 2007-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
710         * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
712         * vc-hooks.el (vc-menu-entry): New var.
713         (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
714         (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
715         (vc-menu-map): Declare and initialize in one step.
717         * menu-bar.el (vc-menu-map): Don't setup any more.
718         Instead, just create the proper spot in the menu.
720 2007-09-18  Dan Nicolaescu  <dann@ics.uci.edu>
721             Stefan Monnier  <monnier@iro.umontreal.ca>
723         * vc.el: Document new VC operation `extra-menu'.
725         * vc-hooks.el (vc-default-extra-menu, vc-menu-map-filter): New fun.
727 2007-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
729         * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
730         Signed-off-by, Acked-by and Merge.
732 2007-09-17  Glenn Morris  <rgm@gnu.org>
734         * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
735         filename from `--file-line-error', if it is available.
737 2007-09-17  Joe Wells  <jbw@macs.hw.ac.uk>  (tiny change)
739         * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
740         TeX `--file-line-error' format.
742 2007-09-17  Glenn Morris  <rgm@gnu.org>
744         * textmodes/tex-mode.el (tex-region): Simplify previous change,
745         handling the case where the region is not in `tex-main-file'.
746         (tex-region-1): Delete.
747         (tex-region-header): New function, doing the header part of the
748         old tex-region-1.
750 2007-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
752         * ediff-init.el (ediff-verbose-p): This var is not a constant.
754 2007-09-16  Drew Adams  <drew.adams@oracle.com>
756         * cus-edit.el (custom-face-edit-activate): Doc fix.
758 2007-09-16  Glenn Morris  <rgm@gnu.org>
760         * textmodes/tex-mode.el (tex-region): Handle the case where the
761         region is not in `tex-main-file'.  Move the old code that applies
762         to both cases...
763         (tex-region-1): ...to this new function.
765 2007-09-15  Martin Rudalics  <rudalics@gmx.at>
767         * simple.el (blink-matching-open): Don't display message when no
768         paren is found within blink-matching-paren-distance characters.
769         Don't search prompt in blink-matching-paren-distance nil case.
771 2007-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
773         * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
775 2007-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
777         * vc-mtn.el: New file.
779         * vc-hooks.el (vc-handled-backends): Add Mtn.
781 2007-09-13  Eli Zaretskii  <eliz@gnu.org>
783         * files.el (find-file, find-file-other-window)
784         (find-file-other-frame, find-file-existing, find-file-read-only)
785         (find-file-read-only-other-window)
786         (find-file-read-only-other-frame)
787         (find-alternate-file-other-window, find-alternate-file): Doc fixes.
789 2007-09-13  Jari Aalto  <jari.aalto@cante.net>
791         * man.el (Man-default-man-entry): At end of line, continue looking
792         to the next line for possible end of hyphenated command.
794 2007-09-13  Chris Moore  <dooglus@gmail.com>
796         * shell.el (shell-resync-dirs): Don't move the cursor relative to
797         the command being edited.
799 2007-09-13  Nick Roberts  <nickrob@snap.net.nz>
801         * progmodes/gud.el (gdb-ready): New variable.
802         (gdb): Set it to nil.  Set gud-running to nil here...
803         (gud-common-init): ...instead of here.
805         * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
806         Use gdb-ready.  Discard input until GDB is ready to accept it.
808 2007-09-12  Dan Nicolaescu  <dann@ics.uci.edu>
810         * term/xterm.el (terminal-init-xterm): Add bindings for M-S- and
811         C-M-S- keys.
813 2007-09-12  Martin Rudalics  <rudalics@gmx.at>
815         * dired.el (dired-warning): Inherit from font-lock-warning-face to
816         make it show up with eight colors.
818 2007-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
820         * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
821         diffs are concatenated with no intervening line.
823 2007-09-10  Dave Love  <fx@gnu.org>
825         * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
826         (python-font-lock-keywords): Update to the 2.5 version of the language.
827         (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
828         (python-backspace): Only behave funny in code.
829         (python-compilation-regexp-alist): Add PDB stack trace regexp.
830         (inferior-python-mode): Add PDB prompt regexp.
831         (python-fill-paragraph): Refine the fenced-string regexp.
832         (python-find-imports): Handle imports spanning several lines.
833         (python-mode): Add `class' to hideshow support.
835 2007-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
837         * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use
838         add-log-buffer-file-name-function rather than bind buffer-file-name,
839         so we dont end up calling change-log-mode in *cvs* when `fi' is the
840         ChangeLog file itself.
842         * outline.el (outline-flag-region): Use front-advance.
844 2007-09-07  Ilya Zakharevich  <ilyaz@cpan.org>
846         * progmodes/cperl-mode.el: Merge upstream 5.23.
847         (cperl-where-am-i): Remove function.
848         (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
849         (cperl-sniff-for-indent): De-invert [string] and [comment].
850         When looking for label, skip s:m:y:tr.
851         (cperl-indent-line): Likewise.
852         (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
853         (cperl-windowed-init): Wrong `ps-print' handling.
854         Both thanks to Chong Yidong.
855         (cperl-look-at-leading-count): Could fail with unfinished RExen.
856         (cperl-find-pods-heres): If the second part of s()[] is missing,
857         don't try to highlight delimiters...
859 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
861         * progmodes/compile.el (compilation-get-file-structure): Complete last
862         change by also using spec-directory in the puthash.
864 2007-09-07  Riccardo Murri  <riccardo.murri@gmail.com>
866         * vc-bzr.el (vc-bzr-admin-lastrev): New constant.
867         (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
868         (vc-bzr-status): Fix shadowing of variable 'status'.
869         (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
870         Use `expand-file-name' instead of `concat'.
871         (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
872         Update annotation line regexp.  Fixes launchpad.net [Bug 137435].
874 2007-09-05  Jason Rumney  <jasonr@gnu.org>
876         * frame.el (focus-follows-mouse): Doc-fix. Change default on w32.
878 2007-09-02  Richard Stallman  <rms@gnu.org>
880         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
881         Add `safe-local-variable' property.
882         (lisp-body-indent): Likewise.
884 2007-09-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
886         * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
887         prev/next-node.
889         * term/x-win.el (x-gtk-stock-map, icon-map-list): New variables.
890         (x-gtk-map-stock): New function.
892 2007-09-02  Glenn Morris  <rgm@gnu.org>
894         * comint.el (comint-mode): Don't set scroll-conservatively.
896         * eshell/em-unix.el (eshell/time): Stringify and flatten the
897         non-command arguments.
899 2007-09-01  Thien-Thi Nguyen  <ttn@gnuvola.org>
901         * emacs-lisp/bytecomp.el (byte-recompile-directory):
902         Fix bug: Don't expand top-level file name more than once.
903         Reported by Dmitry Antipov <dmantipov@yandex.ru>.
905 2007-09-01  Richard Stallman  <rms@gnu.org>
907         * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
908         Add doc string.
910 2007-08-30  Richard Stallman  <rms@gnu.org>
912         * speedbar.el (speedbar-frame-reposition-smartly)
913         (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
914         (speedbar-check-vc): Don't use dframe-xemacsp.
916 2007-08-30  Martin Rudalics  <rudalics@gmx.at>
918         * files.el (backup-buffer-copy): Try to overwrite old backup first.
920 2007-08-29  Martin Rudalics  <rudalics@gmx.at>
922         * repeat.el (repeat): Use last-repeatable-command instead of
923         real-last-command.  Run pre- and post-command hooks for
924         self-insertion.  Update doc-string.
926 2007-08-28  Glenn Morris  <rgm@gnu.org>
928         * progmodes/cc-langs.el (c-constant-kwds): Add java: true, false, null.
930 2007-08-27  Alexandre Julliard  <julliard@winehq.org>
932         * vc-git.el (vc-git-state): Call git-add --refresh to update the
933         state of the file.
934         (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
935         (vc-git-create-repo): Fix invalid command.
937 2007-08-27  Richard Stallman  <rms@gnu.org>
939         * textmodes/flyspell.el (flyspell-mode):
940         Catch errors in flyspell-mode-on.
942 2007-08-27  Thien-Thi Nguyen  <ttn@gnuvola.org>
944         * progmodes/modula2.el (m2-definition, m2-module):
945         Don't use previous-line.  Reported by T. V. Raman.
947 2007-08-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
949         * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
950         argument to tool-bar-mode call.
952 2007-08-27  Glenn Morris  <rgm@gnu.org>
954         * diff-mode.el (diff-find-file-name): Only accept regular files,
955         to rule out /dev/null, directories, etc.
957 2007-08-25  Dan Nicolaescu  <dann@ics.uci.edu>
959         * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
960         safe-local-variable setting.
961         * progmodes/perl-mode.el (perl-indent-level): Likewise.
963 2007-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
965         * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
966         of buffers in uniquify-managed.
968         * simple.el (invisible-p): Rename from text-invisible-p.
969         Update callers.
971 2007-08-25  Alan Mackenzie  <acm@muc.de>
973         * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
974         new language variable.
976         * progmodes/cc-engine.el (c-brace-anchor-point): New function.
977         (c-add-stmt-syntax): Give accurate anchor points for "namespace",
978         "extern" etc., rather than BOI.  Fix addition of spurious
979         syntactic-symbol 'defun-block-intro, replacing it with
980         'innamespace, etc.
982 2007-08-25  Reiner Steib  <Reiner.Steib@gmx.de>
984         * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
985         Don't behave differently when executed via M-x.  Add doc string.
987 2007-08-24  Ulrich Mueller  <ulm@gentoo.org>  (tiny change)
989         * files.el (backup-buffer-copy): Don't wrap delete in
990         condition-case, only try to delete if file exists.
992 2007-08-24  Glenn Morris  <rgm@gnu.org>
994         * files.el (backup-buffer-copy): Revert 2007-08-22 change.
996 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
998         * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
999         (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
1000         (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
1001         (cperl-etags-goto-tag-location): Use new style backquotes.
1003         * subr.el (complete-with-action): Backport from trunk (for vc-arch.el).
1004         (dynamic-completion-table): Use it it.
1006         * net/browse-url.el: Remove spurious * in custom docstrings.
1007         (browse-url-filename-alist): Use new-style backquote.
1009         * emacs-lisp/backquote.el (backquote-unquote-symbol)
1010         (backquote-splice-symbol): Clarify they're not new-style unquotes.
1012         * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
1013         (\,@): Backslash the , and ,@ which are not new-style unquotes.
1015         * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
1017         * net/socks.el (socks-username/password-auth-filter):
1018         Remove unused vars `state' and `desired-len'.
1019         (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
1020         (socks-wait-for-state-change): Use new-style backquotes.
1022         * pcvs.el (cvs-mode-status): Fix long-standing typo.
1024         * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
1025         backquotes after each `read' rather than once per buffer.
1027         * dframe.el: Remove spurious * in custom docstrings.
1028         (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
1029         (dframe-xemacs20p): Remove, inline at the sole use point.
1030         (defface): Don't defvar the face, don't use old-style backquote.
1031         (defcustom): Don't use old-style backquote.
1032         (dframe-frame-parameter, dframe-mouse-event-p):
1033         Make it obvious that it's always defined.
1034         (dframe-popup-kludge): New function to replace
1035         dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
1036         (dframe-frame-mode, dframe-set-timer-internal)
1037         (dframe-mouse-set-point): Remove use of with-no-warnings from
1038         XEmacs-specific code.
1039         (dframe-set-timer-internal): Fix very old bug with
1040         post-command-idle-hook.
1042         * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
1044 2007-08-22  Chong Yidong  <cyd@stupidchicken.com>
1046         * image-mode.el (image-minor-mode): Use image-mode-text-map.
1048 2007-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
1050         * sort.el (sort-fold-case, sort-numeric-base): Mark as
1051         safe-local-variable.
1053 2007-08-22  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
1055         * net/browse-url.el (browse-url-emacs): New function.
1057 2007-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1059         * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Display a big fat
1060         warning if the file uses old style backquotes.
1062         * emacs-lisp/bytecomp.el (byte-compile-log-file)
1063         (byte-recompile-directory, byte-compile-file)
1064         (byte-compile-from-buffer): Use with-current-buffer.
1066         * simple.el (text-invisible-p): Rename from line-move-invisible-p.
1067         (line-move-invisible-p): Keep as an obsolete alias, just to be safe.
1068         (line-move-1, line-move-finish, line-move-to-column)
1069         (move-end-of-line, move-beginning-of-line): Use new name.
1071 2007-08-22  Glenn Morris  <rgm@gnu.org>
1073         * files.el (backup-buffer-copy): Check backup directory is
1074         writable, to avoid infloop deleting old backup.
1076         * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
1077         movemail related variables.
1078         (rmail-insert-inbox-text): Use only rmail-movemail-program, which
1079         will now be set before this is called.
1081 2007-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1083         * emacs-lisp/backquote.el (backquote-delay-process): Fix last change.
1085         * progmodes/ada-mode.el: Fix up comment style in header.
1086         (ada-check-emacs-version): Remove.
1087         (ada-mode): Set parse-sexp-* even if they don't exist: can't hurt.
1088         (ada-region-selected): Use (featurep 'xemacs) rather than contortions
1089         to try and quieten the byte-compiler.
1090         (ada-create-keymap): Use [(..)] keys, which work on both (X)Emacs.
1092         * vc.el (vc-annotate-warp-version): Don't use previous-line.
1094 2007-08-20  Johannes Weiner  <hannes@saeurebad.de>  (tiny change)
1096         * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
1097         extracted from `eval-last-sexp-1'.
1098         (eval-last-sexp-1): Call `preceding-sexp'.
1100 2007-08-19  Glenn Morris  <rgm@gnu.org>
1102         * Makefile.in (custom-deps, finder-data, autoloads, recompile)
1103         (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
1104         than $(EMACS), so that EMACSLOADPATH is set.  Prevents any system
1105         shadow files messing up the compilation.
1107 2007-08-18  Glenn Morris  <rgm@gnu.org>
1109         * progmodes/scheme.el (scheme-mode-variables):
1110         Set font-lock-comment-start-skip.
1112 2007-08-18  Martin Rudalics  <rudalics@gmx.at>
1114         * progmodes/ada-mode.el (ada-create-syntax-table):
1115         Move set-syntax-table from here to ...
1116         (ada-mode): ... here.  Don't change global value of comment-multi-line.
1117         Call new function ada-initialize-syntax-table-properties.
1118         Add ada-handle-syntax-table-properties to font-lock-mode-hook.
1119         (ada-deactivate-properties, ada-initialize-properties):
1120         Replace by new functions ...
1121         (ada-handle-syntax-table-properties, ada-set-syntax-table-properties)
1122         (ada-initialize-syntax-table-properties): ... to set up syntax-table
1123         properties uniformly, independently from whether font-lock-mode
1124         is enabled or not.  Handle read-only buffers and do not change
1125         undo-list when setting syntax-table properties.
1126         (ada-after-change-function): Use ada-set-syntax-table-properties.
1128 2007-08-17  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
1130         * progmodes/cperl-mode.el (cperl-look-at-leading-count)
1131         (cperl-find-pods-heres): Fix an error when typing expressions like
1132         `s{a}{b}'.
1134 2007-08-17  Glenn Morris  <rgm@gnu.org>
1136         * progmodes/compile.el (compilation-get-file-structure): Make use
1137         of the directory part when checking for an existing entry, to
1138         handle files with same basename in different directories.
1140 2007-08-16  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1142         * ps-print.el (ps-header-font-size, ps-header-title-font-size)
1143         (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
1144         (ps-paragraph-spacing): Docstring fix.
1146 2007-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1148         * smerge-mode.el (smerge-resolve): New arg `safe'.
1149         (smerge-resolve-all, smerge-batch-resolve): New function.
1150         (smerge-refine): Make sure `diff' returns the expected result.
1151         (smerge-parsep-re): New const.
1152         (smerge-mode): Use it to adjust paragraph-separate.
1154         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
1155         Correctly match / regexp matchers as first char on a line when
1156         fontifying only that line.
1158         * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
1160 2007-08-16  Glenn Morris  <rgm@gnu.org>
1162         * ps-print.el (ps-font-size): Doc fix.
1164 2007-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1166         * vc-bzr.el: Don't fiddle with vc-handled-backend.
1167         (vc-bzr-registered): Don't redundantly protect against
1168         file-error.  Actually use the format-specific code.
1169         (vc-bzr-buffer-nonblank-p): Remove.
1170         (vc-bzr-status): Change `kindchange' -> `kindchanged'.
1172 2007-08-15  Glenn Morris  <rgm@gnu.org>
1174         * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
1175         sloppier, for the sake of GNU Mailman.
1176         (rmail-digest-rfc1153): Initialize `result' correctly.
1178 2007-08-14  Glenn Morris  <rgm@gnu.org>
1180         * simple.el (bad-packages-alist): New constant.
1181         (bad-package-check): New function.  Together, these two add
1182         elements to `after-load-alist' to check for problematic external
1183         packages.
1184         * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
1186 2007-08-13  Stephen Leake  <stephen_leake@stephe-leake.org>
1188         * pcvs-parse.el (cvs-parse-table): Handle additional instance of
1189         optional quotes around files in NEED-UPDATE . REMOVED case.
1191         * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
1192         (ada-treat-cmd-string): Improve error message.
1193         (ada-do-file-completion): Call `ada-require-project-file', so
1194         project variables are set properly.
1195         (ada-prj-find-prj-file): Delete Emacs 20.2 support.
1196         (ada-gnatfind-buffer-name): New constant.
1197         (ada-find-any-references): Use new constant.  Set buffer name
1198         properly in compilation-start.  Toggle read-only properly.
1199         (ada-find-in-src-path): Fix spelling error in docstring.
1201         * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
1202         by zero error.
1204 2007-08-13  Nick Roberts  <nickrob@snap.net.nz>
1206         * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
1208 2007-08-12  Richard Stallman  <rms@gnu.org>
1210         * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
1211         (cvs-execute-single-file): Use new name split-string-and-unquote.
1212         (cvs-header-msg): Use new name combine-and-quote-strings.
1214         * emulation/vi.el (vi-next-line): Ignore return value of line-move.
1216         * progmodes/gud.el (gud-common-init): Use new name
1217         split-string-and-unquote.
1219         * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
1220         in javac regexp.
1222         * pcvs-util.el (cvs-qtypedesc-strings): Use new names
1223         combine-and-quote-strings and split-string-and-unquote.
1225         * subr.el (combine-and-quote-strings): Rename from strings->string.
1226         (split-string-and-unquote): Rename from string->strings.
1228 2007-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1230         * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
1231         to buffer-local settings.
1233         * emacs-lisp/backquote.el (backquote-delay-process): New function.
1234         (backquote-process): Add internal arg `level'.  Use the two to
1235         correctly handle nested backquotes.
1237 2007-08-09  Riccardo Murri  <riccardo.murri@gmail.com>
1239         * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
1240         (vc-bzr-state-words): Add "kind changed" state word.
1241         (vc-bzr-status): New function.  Return Bzr idea of file status,
1242         which is different from VC's.
1243         (vc-bzr-state): Use vc-bzr-status.
1244         (vc-workfile-unchanged-p): Use vc-bzr-status.
1245         (vc-bzr-revert): Use synchronous process; expect exitcode 0.
1246         (vc-dired-state): Process "kind changed" state word.
1248 2007-08-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1250         * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
1252         * vc-rcs.el (vc-rcs-find-file-not-found-hook):
1253         Move from vc-default-find-file-not-found-hook.
1255 2007-08-09  Edward O'Connor  <hober0@gmail.com>  (tiny change)
1257         * url/url-auth.el (url-basic-auth): When prompting for username
1258         and password, default to the username and password in the URL.
1260 2007-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1262         * man.el: Remove spurious * in docstrings.
1263         Merge defvars and toplevel setq-defaults.
1264         (Man-highlight-references0): Limit=nil rather than point-max.
1265         (Man-mode-map): Move initialization into the declaration.
1266         (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
1267         (Man-view-header-file): Use expand-file-name rather than concat.
1268         (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
1270         * man.el (Man-next-section): Make sure we do not move backward.
1272 2007-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1274         * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
1275         (ps-begin-job): Use ps-default-fg and ps-default-bg only when
1276         ps-print-color-p is neither nil nor black-white.  Reported by Christian
1277         Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
1279 2007-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1281         * files.el (auto-mode-alist): Use the purecopied text (duh!).
1283 2007-08-08  Andreas Schwab  <schwab@suse.de>
1285         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
1286         self-insert-command, not self-insert.
1288 2007-08-08  Glenn Morris  <rgm@gnu.org>
1290         * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove `iff'.
1292         * Replace `iff' in doc-strings and comments.
1294         * help-mode.el (help-make-xrefs): Search for symbol constituents,
1295         rather than just `-'.
1297 2007-08-08  Martin Rudalics  <rudalics@gmx.at>
1299         * dired.el (dired-pop-to-buffer):
1300         * mouse-drag.el (mouse-drag-should-do-col-scrolling):
1301         * calendar/calendar.el (generate-calendar-window):
1302         * progmodes/compile.el (compilation-set-window-height):
1303         * textmodes/two-column.el (2C-two-columns, 2C-merge):
1304         Use window-full-width-p instead of comparing frame-width and
1305         window-width.
1307         * progmodes/compile.el (compilation-find-buffer): Remove extra
1308         argument in call to compilation-buffer-internal-p.
1310 2007-08-07  Michael Albinus  <michael.albinus@gmx.de>
1312         * net/tramp.el (tramp-handle-file-remote-p): Handle optional
1313         parameters IDENTIFICATION and CONNECTED.
1314         (tramp-handle-insert-file-contents): VISIT must be handled after
1315         insertion of the local copy.  Reported by Peter Gordon
1316         <peter@pg-consultants.com>.
1317         (tramp-file-name-handler): No special handling for
1318         `expand-file-name'.  But for `file-name-as-directory'.
1319         (tramp-find-shell, tramp-open-connection-telnet)
1320         (tramp-open-connection-rsh, tramp-open-connection-su)
1321         (tramp-open-connection-multi)
1322         (tramp-open-connection-setup-interactive-shell): Guard against
1323         $PROMPT_COMMAND shell var.  Reported by Steve Youngs
1324         <steve@sxemacs.org>.
1325         (tramp-append-tramp-buffers): Replace "sensible" by "sensitive" in
1326         the hint.
1328         * net/trampver.el: Update release number.
1330 2007-08-07  Tom Tromey  <tromey@redhat.com>
1332         * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
1333         Add safe-local-variable property.
1335 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
1337         * image-mode.el (image-toggle-display): Use image-refresh.
1339         * longlines.el (longlines-decoded): New variable.
1340         (longlines-mode): Avoid encoding or decoding the buffer twice.
1342 2007-08-07  Riccardo Murri  <riccardo.murri@gmail.com>
1344         * vc-bzr.el: Remove comments about vc-bzr.el being a modified
1345         unofficial version.
1346         (vc-bzr-command): Remove redundant setting of process-connection-type.
1347         (vc-bzr-admin-checkout-format-file): Add autoload.
1348         (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
1349         (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
1350         (vc-bzr-registered): Compare dirstate format tag with known good
1351         value, abort parsing if match fails.  Warn user in docstring.
1352         (vc-bzr-workfile-version): Case for different Bzr branch formats.
1353         See bzrlib/branch.py in Bzr sources.
1354         (vc-bzr-diff): First argument FILES may be a string rather than a list.
1355         (vc-bzr-shell-command): Remove in favor of
1356         vc-bzr-command-discarding-stderr.
1357         (vc-bzr-command-discarding-stderr): New function.
1359 2007-08-06  Riccardo Murri  <riccardo.murri@gmail.com>
1361         * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
1362         program, and return nil
1363         (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
1364         (vc-bzr-state): Look for path names relative to the repository
1365         root after status keyword.
1366         (vc-bzr-file-name-relative): New function.
1367         (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
1368         depend on it.
1369         (vc-bzr-admin-dirname, ...-checkout-format-file)
1370         (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
1371         files that we now parse directly for speed.
1372         (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
1373         (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
1374         (vc-bzr-state): "bzr status" successful only if exitcode is 0
1375         (vc-bzr-root): Use `vc-bzr-shell-command'.  Stderr may contain
1376         Bzr warnings, so we must discard it.
1377         (vc-bzr-workfile-version): Speedup counting lines from
1378         `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
1379         if that file doesn't exist.
1380         (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
1381         `vc-bzr-root-dir' for speed.  Add `vc-bzr-admin-dirname'
1382         (not ".bzr"!) to `vc-directory-exclusion-list'
1383         (vc-bzr-shell-command): New function.
1385 2007-08-06  Tom Tromey  <tromey@redhat.com>
1387         * diff-mode.el (diff-unified->context, diff-reverse-direction)
1388         (diff-fixup-modifs): Typo in docstring.
1390 2007-08-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1392         * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
1393         count-screen-lines.
1394         (tpu-edt-off): Disable relevant pieces of advice.
1396         * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
1397         tpu-write-file-hook.  Activate it with add-hook on buffer-save-hook.
1398         (newline, newline-and-indent, do-auto-fill): Use advice instead of
1399         redefining the function.
1400         (tpu-set-scroll-margins): Activate the pieces of advice.
1402 2007-08-06  Michael Albinus  <michael.albinus@gmx.de>
1404         * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
1405         process-filter.
1407 2007-08-06  Martin Rudalics  <rudalics@gmx.at>
1409         * help.el (resize-temp-buffer-window): Use window-full-width-p
1410         instead of comparing frame-width and window-width.
1412 2007-08-05  Peter Povinec  <ppovinec <at> yahoo.com>  (tiny change)
1414         * term.el: Honor term-default-fg-color and term-default-bg-color
1415         settings when modifying term-current-face.
1416         (term-default-fg-color, term-default-bg-color): Initialize from
1417         default term-current-face.
1418         (term-mode, term-reset-terminal): Set term-current-face with
1419         term-default-fg-color and term-default-bg-color.
1420         (term-handle-colors-array): term-current-face has term-default-fg-color
1421         and term-default-bg-color after reset escape sequence.
1422         (term-handle-colors-array): Set term-current-color with
1423         term-default-fg/bg-color instead of ansi-term-color-vector when the
1424         index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
1426 2007-08-05  Michael Albinus  <michael.albinus@gmx.de>
1428         * files.el (set-auto-mode): Handle also remote files wrt
1429         `auto-mode-alist'.
1431         * net/tramp.el (tramp-handle-file-remote-p): Return a string as
1432         remote identification.
1434 2007-08-04  Glenn Morris  <rgm@gnu.org>
1436         * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
1437         zero, not nil, when the library is first loaded.  Check for a file
1438         that has been modified on disk.
1440         * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
1441         Remove duplicate defvar preventing initialization.
1442         (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
1444 2007-08-03  Miles Bader  <miles@gnu.org>
1446         * vc-hooks.el (vc-handled-backends): Change capitalization of VC
1447         backend names for new backends to `Git', `Hg', and `Bzr'.
1448         * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
1449         not `HG'.
1450         * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
1451         name, not `GIT'.
1452         * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
1453         (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
1455 2007-08-03  Glenn Morris  <rgm@gnu.org>
1457         * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
1459 2007-08-02  Richard Stallman  <rms@gnu.org>
1461         * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
1462         to update deleted flag.
1464         * cus-edit.el (customize-apropos, customize-apropos-options)
1465         (customize-apropos-faces, customize-apropos-groups): Improve prompt.
1467         * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
1469         * startup.el (fancy-splash-head, startup-echo-area-message):
1470         Change message text.
1472         * emulation/tpu-edt.el (next-line-internal): Setting deleted.
1473         All callers use line-move.
1475         * progmodes/compile.el (compilation-find-buffer): Return current
1476         buffer immediately if suitable.
1477         (compile, compilation-buffer-name, compilation-start): Doc fixes.
1479 2007-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1481         * vc-bzr.el (vc-bzr-admin-dirstate): Rename from `...-dirname'.
1482         Make it more discriminating and more useful.
1483         (vc-bzr-root-dir): Use new name.
1484         (vc-bzr-registered): Use new name and look at the dirstate file to
1485         determine if it's registered or not without running `bzr'.
1487 2007-08-01  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
1489         * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
1491 2007-07-31  Drew Adams  <drew.adams@oracle.com>
1493         * cus-edit.el (custom-group-value-create, custom-goto-parent):
1494         Fix parent groups link.
1496 2007-07-31  Daiki Ueno  <ueno@unixuser.org>
1498         * faces.el (face-normalize-spec): New function.
1499         (frame-set-background-mode): Normalize face-spec before calling
1500         face-spec-match-p.
1502 2007-07-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1504         * vc-bzr.el: New file (copied from the trunk).
1506         * vc-hooks.el (vc-handled-backends): Add BZR.
1507         (vc-find-file-hook): Failsafe if the backend's `registered'
1508         function burps.
1510         * server.el (server-window): Add switch-to-buffer-other-frame option.
1512 2007-07-30  Dan Nicolaescu  <dann@ics.uci.edu>
1514         * vc-git.el (vc-directory-exclusion-list, vc-handled-backends): Remove.
1515         (vc-git-revision-completion-table): Enable.
1517         * vc-hooks.el (vc-handled-backends): Add GIT and HG.
1519         * vc.el (vc-directory-exclusion-list): Add .git and .hg.
1521         * vc-hg.el (vc-hg-revision-completion-table): Re-enable.
1522         (vc-hg-registered): Set the vc-state property.
1524         * diff-mode.el (diff-mode-menu): New entries.
1526 2007-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1528         * diff-mode.el (diff-beginning-of-file-and-junk): New function.
1529         (diff-file-kill): Use it.
1530         (diff-beginning-of-hunk): Add arg `try-harder' using it.
1531         (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
1532         Use it so they find the hunk even when we're in the file header.
1534         * vc.el: Add new VC operation `revision-completion-table'.
1535         (vc-default-revision-completion-table): New function.
1536         (vc-version-diff, vc-version-other-window): Use it to provide
1537         completion of revision names if the backend provides it.
1539         * vc-arch.el (vc-arch--version-completion-table)
1540         (vc-arch-revision-completion-table): New functions to provide
1541         completion of revision names.
1543         * vc-cvs.el: Require CL.
1544         (vc-cvs-revision-table, vc-cvs-revision-completion-table):
1545         New functions to provide completion of revision names.
1547 2007-07-29  Kimit Yada  <kimitto@gmail.com>  (tiny change)
1549         * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
1550         (copyright-fix-years, copyright): Correctly handle the case where
1551         copyright-limit is nil.
1553 2007-07-28  Konstantin Novitsky  <knovitsk@Bear.com>  (tiny change)
1555         * progmodes/python.el (run-python): Fix path separator under w32.
1557 2007-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
1559         * vc-git.el: New File.
1561 2007-07-28  Alan Mackenzie  <acm@muc.de>
1563         Fix problem with modes derived from CC Mode:
1564         * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
1565         macro to cc-langs.
1566         (c-init-language-vars-for): Remove call to above macro.
1567         * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
1568         been moved to here.
1569         (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
1571 2007-07-28  Eli Zaretskii  <eliz@gnu.org>
1573         * net/trampver.el: Fix the `coding' cookie.
1575 2007-07-25  Nick Roberts  <nickrob@snap.net.nz>
1577         * add-log.el (change-log-redate): Remove (not needed anymore and
1578         doesn't appear to work).
1580 2007-07-25  Glenn Morris  <rgm@gnu.org>
1582         * Relicense all FSF files to GPLv3 or later.
1584         * COPYING: Switch to GPLv3.
1586 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1588         * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
1589         Replace it with another one which disables undo before calling
1590         erase-buffer and then turns it back on if needed.
1592 2007-07-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1594         * ps-print.el: Problem with foreground and background color when
1595         printing a buffer with and without faces.  Reported by Christian
1596         Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
1597         (ps-print-version): New version 6.7.5.
1598         (ps-default-fg): Change default value to nil, so black color is used
1599         when a face does not specify a foreground color.
1600         (ps-default-bg): Change default value to nil, so white color is used
1601         for background color.
1602         (ps-begin-job): Fix code.
1604 2007-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
1606         * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
1608 2007-07-24  Alan Mackenzie  <acm@muc.de>
1610         * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
1611         Initialise byte-compile-unresolved-functions before rather than
1612         after a compilation.
1613         (byte-compile-unresolved-functions): Amplify doc string.
1615 2007-07-24  Glenn Morris  <rgm@gnu.org>
1617         * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
1618         (cal-tex-rules, cal-tex-buffer, cal-tex-24)
1619         (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
1620         (cal-tex-cursor-week, cal-tex-cursor-week2)
1621         (cal-tex-cursor-week-iso, cal-tex-week-hours)
1622         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
1623         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
1624         (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
1626 2007-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1628         * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
1630 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1632         * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
1633         underlying file is uptodate.
1635 2007-07-23  Richard Stallman  <rms@gnu.org>
1637         * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
1639 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1641         * progmodes/sh-script.el (sh-font-lock-backslash-quote)
1642         (sh-font-lock-flush-syntax-ppss-cache): New funs.
1643         (sh-font-lock-syntactic-keywords): Use them to distinguish the
1644         different possible cases for \'.
1645         (sh-font-lock-paren): Mark the relevant text with font-lock-multiline.
1647         * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
1648         `file' from which to start the search and fix case where `file' is the
1649         current directory and the root as well.
1651         * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
1652         name for buffer-file-name if it refers to a directory.
1654 2007-07-22  Jason Rumney  <jasonr@gnu.org>
1656         * w32-fns.el (set-default-process-coding-system): Use dos line ends
1657         for input to cmdproxy on all versions of Windows.
1658         Use dos line ends for input to plink.
1660         * comint.el (comint-simple-send): Concat newline before sending.
1661         (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
1663 2007-07-22  Juri Linkov  <juri@jurta.org>
1665         * isearch.el (isearch-edit-string): Save old point and
1666         isearch-other-end to old-point and old-other-end before reading
1667         the search string from minibuffer.  After exiting minibuffer set
1668         point to old-other-end if point and the search direction is the
1669         same as before reading the search string.
1670         (isearch-del-char): Don't set isearch-yank-flag to t.  Put point
1671         to isearch-other-end.  Instead of isearch-search-and-update call
1672         three functions isearch-search, isearch-push-state and isearch-update.
1674 2007-07-22  Ralf Angeli  <angeli@caeruleus.net>
1676         * textmodes/reftex.el (reftex-access-parse-file): Do not risk
1677         destroying an existing buffer.
1679 2007-07-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1681         * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
1683         * term/x-win.el (x-handle-no-bitmap-icon): New function.
1685 2007-07-22  Ralf Angeli  <angeli@caeruleus.net>
1687         * textmodes/reftex.el (reftex-access-parse-file): Create parse
1688         file in a way that does not interfere with recentf.
1690 2007-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
1692         * image-dired.el (image-dired-sane-db-file): New func.
1693         (image-dired-write-tags, image-dired-remove-tag)
1694         (image-dired-list-tags, image-dired-write-comments)
1695         (image-dired-get-comment, image-dired-mark-tagged-files)
1696         (image-dired-create-gallery-lists): Call new func.
1697         Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
1699 2007-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
1701         * vc-hg.el (vc-hg-diff): Use vc-hg-command.
1702         (vc-hg-dir-state): Fix loop.
1703         (vc-hg-print-log): Fix expected return value for vc-hg-command.
1704         (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
1705         (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
1706         (vc-hg-revert): Likewise.
1707         (vc-hg-revision-table, vc-hg-revision-completion-table): New functions.
1709 2007-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
1711         * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
1712         case of alignment under a constant symbol, find and consider
1713         the sexp actually at indentation to be the "last sexp".
1715 2007-07-20  Eli Zaretskii  <eliz@gnu.org>
1717         * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
1718         (install): Use them to copy all *.el files before *.elc.
1719         (clean): Don't delete *~.
1721 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
1723         * vc-hg.el (vc-hg-workfile-unchanged-p): New function.
1725 2007-07-19  Dan Nicolaescu  <dann@ics.uci.edu>
1727         * vc-hg.el (vc-hg-registered): Replace if with when.
1728         (vc-hg-state): Deal with nonexistent files.
1730 2007-07-18  Juanma Barranquero  <lekktu@gmail.com>
1732         * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
1733         (follow-delete-other-windows-and-split, follow-recenter)
1734         (follow-windows-aligned-p, follow-point-visible-all-windows-p)
1735         (follow-redisplay, follow-estimate-first-window-start)
1736         (follow-xemacs-scrollbar-support, follow-intercept-process-output):
1737         Fix typos in docstrings.
1739 2007-07-17  Thien-Thi Nguyen  <ttn@gnuvola.org>
1741         * bookmark.el (bookmark-show-all-annotations):
1742         Make sure each inserted annotation ends with newline.
1744         (bookmark-maybe-sort-alist): Don't modify
1745         bookmark-alist.  Instead, if not sorting, simply return it.
1746         (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
1747         for its return value, not for its side effect.
1749 2007-07-17  Dan Nicolaescu  <dann@ics.uci.edu>
1751         * vc.el: Add more info about the vc-registered function.
1753 2007-07-16  David Kastrup  <dak@gnu.org>
1755         * emacs-lisp/advice.el (defadvice): Doc fix.
1757 2007-07-16  Juanma Barranquero  <lekktu@gmail.com>
1759         * subr.el (when, unless): Doc fix.
1761 2007-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
1763         * vc-hg.el (vc-hg-state): Handle removed files.
1764         (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
1765         (vc-hg-checkout): Re-enable.
1767 2007-07-15  Richard Stallman  <rms@gnu.org>
1769         * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
1771         * tutorial.el (tutorial--find-changed-keys):
1772         Handle C-x specially like ESC.
1774 2007-07-15  Roland McGrath  <roland@frob.com>
1776         * add-log.el (add-change-log-entry): Check add-log-full-name
1777         and add-log-mailing-address later, after change-log-mode-hook.
1779 2007-07-15  Richard Stallman  <rms@gnu.org>
1781         * isearch.el (isearch-mode, isearch-done):
1782         Delete unintended code in previous change.
1784         * ps-print.el (ps-default-bg): Change to White.
1786 2007-07-15  Aaron Hawley  <aaronh@garden.org>
1788         * tar-mode.el (tar-get-descriptor): No error for zero-length file.
1790 2007-07-15  Martin Rudalics  <rudalics@gmx.at>
1792         * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
1793         when handling the terminating event.
1795 2007-07-15  Jeff Miller  <jmiller@cablespeed.com>  (tiny change)
1797         * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
1799 2007-07-13  Eli Zaretskii  <eliz@gnu.org>
1801         * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
1802         (install): Use them to copy all *.el files before *.elc.
1804 2007-07-13  Dan Nicolaescu  <dann@ics.uci.edu>
1806         * replace.el (match): Use yellow1 instead of yellow.
1808         * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of red.
1810         * pcvs-info.el (cvs-unknown): Likewise.
1812 2007-07-12  Davis Herring  <herring@lanl.gov>
1814         * desktop.el (desktop-buffer-info, desktop-save):
1815         Use `desktop-dirname' instead of `dirname'.
1817 2007-07-10  Jim Meyering  <jim@meyering.net>  (tiny change)
1819         * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
1821         * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
1823 2007-07-10  Richard Stallman  <rms@gnu.org>
1825         * emacs-lisp/lisp-mode.el (eval-defun):
1826         Explain special handling of `defface'.
1828 2007-07-09  Richard Stallman  <rms@gnu.org>
1830         * isearch.el (isearch-edit-string): Call to isearch-push-state
1831         after the search.
1833 2007-07-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1835         * cus-start.el (file-coding-system-alist): Fix custom type.
1837 2007-07-08  Chong Yidong  <cyd@stupidchicken.com>
1839         * longlines.el (longlines-wrap-region): Avoid marking buffer as
1840         modified.
1841         (longlines-auto-wrap, longlines-window-change-function):
1842         Remove unnecessary calls to set-buffer-modified-p.
1844 2007-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1846         * vc.el (vc-default-log-view-mode): New function.
1847         (vc-print-log): Add new `log-view-mode' VC operation.
1849 2007-07-08  Nick Roberts  <nickrob@snap.net.nz>
1851         * pcvs-util.el (cvs-strings->string, cvs-string->strings):
1852         Rename and move to...
1854         * subr.el (strings->string, string->strings): ...here.
1856         * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
1857         (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
1859         * progmodes/gud.el (gud-common-init): Call string->strings instead
1860         of split-string.
1862 2007-07-07  Eli Zaretskii  <eliz@gnu.org>
1864         * term/w32-win.el (menu-bar-open): New function.
1865         Bind <f10> to it.
1867 2007-07-07  Dan Nicolaescu  <dann@ics.uci.edu>
1869         * log-view.el (log-view-mode-menu): New menu.
1871 2007-07-06  Dan Nicolaescu  <dann@ics.uci.edu>
1873         * vc-hg.el: New file.
1875 2007-07-06  Andreas Schwab  <schwab@suse.de>
1877         * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
1878         dynamic bindings around the evaluation of the expression.
1879         Reported by Jay Belanger <jay.p.belanger@gmail.com>.
1881 2007-07-03  Dan Nicolaescu  <dann@ics.uci.edu>
1883         * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
1884         file names.
1886 2007-07-02  Martin Rudalics  <rudalics@gmx.at>
1888         * help-mode.el (help-make-xrefs): Skip spaces too when skipping tabs.
1890         * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
1891         event is not a cons cell.  Do not unread drag-mouse-1 events.
1892         Select right window in check whether space was stolen from
1893         window above.
1895 2007-07-01  Richard Stallman  <rms@gnu.org>
1897         * files.el (find-file-visit-truename): Fix safe-local-variable value.
1899 2007-06-29  Juanma Barranquero  <lekktu@gmail.com>
1901         * generic-x.el (generic-define-mswindows-modes)
1902         (generic-define-unix-modes, apache-log-generic-mode)
1903         (bat-generic-mode-keymap, java-manifest-generic-mode)
1904         (show-tabs-generic-mode): Fix typos in docstrings.
1906 2007-06-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1908         * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
1909         replace-regexp-in-string.
1911 2007-06-28  Andreas Schwab  <schwab@suse.de>
1913         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
1914         $(lisp)/subdirs.el.
1916 2007-06-28  Juanma Barranquero  <lekktu@gmail.com>
1918         * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
1919         the speedbar frame if nil; that deletes the current frame or
1920         causes an error if it is the only frame.
1921         Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
1923 2007-06-24  Juanma Barranquero  <lekktu@gmail.com>
1925         * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
1926         directory where the desktop file was found, as the docstring says.
1927         (desktop-kill): Use `read-directory-name'.
1929         * desktop.el (desktop-load-locked-desktop): New option.
1930         (desktop-read): Use it.
1931         (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
1932         Use `when'.
1934 2007-06-24  Davis Herring  <herring@lanl.gov>
1936         * desktop.el (desktop-save-mode-off): New function.
1937         (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
1938         (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
1939         (desktop-claim-lock, desktop-release-lock): New functions.
1940         (desktop-kill): Tell `desktop-save' that this is the last save.
1941         Release the lock afterwards.
1942         (desktop-buffer-info): New function.
1943         (desktop-save): Use it.  Run `desktop-save-hook' where the doc
1944         says to.  Detect conflicts, and manage the lock.
1945         (desktop-read): Detect conflicts.  Manage the lock.
1947 2007-06-23  Eli Zaretskii  <eliz@gnu.org>
1949         * ls-lisp.el (insert-directory): If an invalid regexp error is
1950         thrown, try using FILE as a literal file name, not a wildcard.
1951         Check for FILE as an existing file, not just a directory.
1953 2007-06-23  Juanma Barranquero  <lekktu@gmail.com>
1955         * ruler-mode.el (ruler-mode): Prevent clobbering the original
1956         `header-line-format' when reentering ruler mode.
1958 2007-06-23  Eli Zaretskii  <eliz@gnu.org>
1960         * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
1961         FILE exists as a directory.
1963 2007-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1965         * progmodes/vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
1966         (vera-font-lock-match-item): Fix doc string.
1967         (vera-in-comment-p): Remove unused function.
1968         (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
1969         use `syntax-ppss'.
1970         (vera-forward-syntactic-ws): Fix argument order.
1971         (vera-prepare-search): Use `with-syntax-table'.
1972         (vera-indent-line): Fix doc string.
1973         (vera-electric-tab): Fix doc string.
1974         (vera-expand-abbrev): Define alias instead of using `fset'.
1975         (vera-comment-uncomment-region): Use `comment-start-skip'.
1977 2007-06-20  Reto Zimmermann  <reto@gnu.org>
1979         * progmodes/vera-mode.el: New file.
1981 2007-06-20  Juanma Barranquero  <lekktu@gmail.com>
1983         * ido.el (ido-find-file-in-dir): Don't signal an error for
1984         empty directories.
1986 2007-06-18  Alan Mackenzie  <acm@muc.de>
1988         * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
1989         When removing lines, also remove the \n.  Correction of patch of
1990         2007-04-21.
1992 2007-06-17  Glenn Morris  <rgm@gnu.org>
1994         * lpr.el (lpr-page-header-switches): Move %s to separate element
1995         for correct quoting.  Doc fix.
1997 2007-06-13  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
1999         * term/xterm.el (terminal-init-xterm): Escape parens in character
2000         constants.
2002 2007-06-12  Ralf Angeli  <angeli@caeruleus.net>
2004         * scroll-lock.el (scroll-lock-mode): Doc fix.
2006 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2008         * font-lock.el (font-lock-add-keywords): In case font-lock was only
2009         half-activated, forcefully activate it completely.
2011 2007-06-11  Richard Stallman  <rms@gnu.org>
2013         * cus-edit.el (custom-variable-type): Doc fix.
2015 2007-06-09  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
2017         * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
2019 2007-06-09  Davis Herring  <herring@lanl.gov>
2021         * desktop.el (desktop-minor-mode-table): Doc fix.
2023 2007-06-08  Chong Yidong  <cyd@stupidchicken.com>
2025         * image-mode.el (image-forward-hscroll, image-backward-hscroll)
2026         (image-next-line, image-previous-line, image-scroll-up)
2027         (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
2028         New functions.
2029         (image-mode-map): Remap motion commands.
2030         (image-mode-text-map): New keymap for viewing images as text.
2031         (image-mode): Use image-mode-map.
2032         (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
2034 2007-06-07  Michael Albinus  <michael.albinus@gmx.de>
2036         Sync with Tramp 2.0.56.
2038         * net/tramp.el:
2039         * net/tramp-ftp.el:
2040         * net/tramp-smb.el:
2041         * net/tramp-util.el:
2042         * net/tramp-vc.el:
2043         Don't load cl.el, because that pollutes the namespace.  Replace cl
2044         macros by their implementations where necessary.  Requested by
2045         Richard Stallman <rms@gnu.org>.
2047         * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
2048         doesn't exist.
2049         (with-parsed-tramp-file-name): Protect debug spec during compilation.
2050         (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
2051         (tramp-file-name-p, tramp-file-name-multi-method)
2052         (tramp-file-name-method, tramp-file-name-user)
2053         (tramp-file-name-host, tramp-file-name-localname): New defuns,
2054         replacing defstruct `tramp-file-name'.
2055         (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
2056         (tramp-dissect-file-name, tramp-dissect-multi-file-name):
2057         Apply `vector' instead of `make-tramp-file-name'.
2058         (tramp-handle-make-auto-save-file-name):
2059         Apply `tramp-temporary-file-directory' for compatibility reasons.
2060         (tramp-completion-mode): Use `natnump' instead of `wholenump'
2061         because of XEmacs.
2062         (tramp-completion-mode): `last-input-event' is nil when XEmacs is
2063         started.
2065 2007-06-07  David Kastrup  <dak@gnu.org>
2067         * dired.el (dired-recursive-deletes, dired-recursive-copies):
2068         Change default to `top'.
2070 2007-06-07  Chong Yidong  <cyd@stupidchicken.com>
2072         * dired.el (dired-mode-map): Remove spurious separator.
2074 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
2076         * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
2078         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
2079         * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
2081 2007-06-07  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
2083         * mail/rmailsum.el (rmail-summary-save-buffer): New command.
2084         (rmail-summary-mode-map): Add rmail-summary-save-buffer.
2086 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
2088         * progmodes/ebrowse.el (ebrowse-member-table):
2089         * textmodes/org.el (org-export-ascii-bullets): Fix typos in docstrings.
2091 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
2093         * pgg.el (pgg-sign-region, pgg-sign):
2094         * ses.el (ses-call-printer):
2095         * calendar/icalendar.el (icalendar--diarytime-to-isotime):
2096         * textmodes/org.el (org-cycle): Fix typos in docstrings.
2098 2007-06-06  Eli Zaretskii  <eliz@gnu.org>
2100         * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
2101         (tar-get-descriptor): Handle type 55, an extended pax header.
2103 2007-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2105         * textmodes/css-mode.el: New file.
2107 2007-06-06  Michael Albinus  <michael.albinus@gmx.de>
2109         * net/socks.el: New file, taken from w3 repository.
2110         (top): Update Copyright.  Don't load cl.el.
2111         (all): Replace `case' by `cond', `string-to-int' by
2112         `string-to-number', and `process-kill-without-query' by
2113         `set-process-query-on-exit-flag'.
2114         (socks-char-int): Remove defalias and all occurrences.
2116 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
2118         * international/mule-cmds.el (toggle-enable-multibyte-characters)
2119         (sort-coding-systems, search-unencodable-char): Doc fixes.
2120         (coding-system-change-eol-conversion, set-default-coding-systems)
2121         (prefer-coding-system, find-multibyte-characters, princ-list)
2122         (leim-list-entry-regexp, set-input-method, locale-language-names)
2123         (input-method-exit-on-first-char, exit-language-environment-hook)
2124         (locale-charset-language-names): Fix typos in docstrings.
2126 2007-06-05  Juanma Barranquero  <lekktu@gmail.com>
2128         * bs.el (bs-cycle-previous): Don't modify the cycle list until
2129         `switch-to-buffer' has returned succesfully.
2130         (bs-cycle-next): Ditto.  Also, don't bury the buffer when the
2131         window is dedicated (it could iconify the frame).
2133 2007-06-05  Glenn Morris  <rgm@gnu.org>
2135         * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
2137 2007-06-05  Chong Yidong  <cyd@stupidchicken.com>
2139         * files.el (auto-mode-alist): Add lower-priority match for names
2140         like ChangeLog.old.
2142 2007-06-04  Andreas Schwab  <schwab@suse.de>
2144         * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
2146 2007-06-04  Davis Herring  <herring@lanl.gov>
2148         * calendar/timeclock.el: Update version number.
2149         (timeclock-modeline-display): Mention timeclock-use-display-time
2150         in explanatory message.
2151         (timeclock-log): Suppress warnings when finding the log.
2152         Don't check for a nil project twice.  Run hooks after killing the
2153         buffer (if applicable).
2154         (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
2155         was geometric).  All uses changed.
2156         (timeclock-generate-report): Support prefix argument.
2158 2007-06-04  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
2160         * man.el (Man-next-section): Don't consider the last line of the
2161         page as being part of any section.
2163 2007-06-04  Martin Rudalics  <rudalics@gmx.at>
2165         * hilit-chg.el (highlight-changes-rotate-faces): Don't set
2166         modified flag of buffer.  Use `inhibit-modification-hooks'.
2168 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2170         * mail/mail-extr.el (mail-extract-address-components):
2171         Recognize non-ASCII characters except for NBSP as words.
2173 2007-06-04  Ryan Yeske  <rcyeske@gmail.com>
2175         * net/webjump.el (webjump-sample-sites): Add Wikipedia query.
2177 2007-06-04  Michael Olson  <mwolson@gnu.org>
2179         * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
2180         died and we are trying to send a signal to it.
2182 2007-06-04  Juanma Barranquero  <lekktu@gmail.com>
2184         * emacs-lisp/easy-mmode.el (define-minor-mode)
2185         (easy-mmode-define-navigation): Fix typos in docstrings.
2187         * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
2188         Fix typos in docstrings.
2189         (compilation-search-path, compilation-buffer-name-function): Doc fixes.
2190         (compilation-finish-function): Fix typo in obsolescence declaration.
2192         * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
2194 2007-06-04  Chong Yidong  <cyd@stupidchicken.com>
2196         * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
2197         (magic-fallback-mode-alist): Add image-type-auto-detected-p.
2199         * image.el (image-type-auto-detected-p): Don't scan auto-mode-alist.
2201         * longlines.el (longlines-mode): Make longlines-auto-wrap
2202         buffer-local.  Add hooks unconditionally.
2203         (longlines-auto-wrap): Toggle wrapping.
2204         (longlines-after-change-function)
2205         (longlines-post-command-function): Check longlines-auto-wrap.
2207 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
2209         * Version 22.1 released.
2211 2007-06-01  Chong Yidong  <cyd@stupidchicken.com>
2213         * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
2214         changes.
2216 2007-05-31  Richard Stallman  <rms@gnu.org>
2218         * dired.el (dired-do-delete, dired-do-flagged-delete): Doc fixes.
2220 2007-05-29  Martin Rudalics  <rudalics@gmx.at>
2222         * textmodes/table.el (table--point-entered-cell-function)
2223         (table--point-left-cell-function):
2224         Bind `inhibit-point-motion-hooks' to t.
2226 2007-05-29  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
2228         * emacs-lisp/rx.el (rx): Doc fix.
2230 2007-05-28  Chong Yidong  <cyd@stupidchicken.com>
2232         * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
2234 2007-05-27  Tetsurou Okazaki  <okazaki@be.to>  (tiny change)
2236         * log-edit.el (log-edit-changelog-paragraph): Return point-max
2237         as the end of the ChangeLog paragraph when it ends without a line
2238         termination.
2240 2007-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2242         * textmodes/fill.el (canonically-space-region): Make the second arg
2243         a marker if it's not already the case.
2245         * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
2246         (xterm-mouse-event): Use it.
2248 2007-05-25  Miles Bader  <miles@fencepost.gnu.org>
2250         * vc-hooks.el (vc-find-root): Fix file attribute test.
2252 2007-05-24  Richard Stallman  <rms@gnu.org>
2254         * textmodes/flyspell.el (flyspell-correct-word-before-point):
2255         Don't let opoint be nil.
2256         (flyspell-emacs-popup): Explicit error if no dialogs.
2258 2007-05-23  Eli Zaretskii  <eliz@gnu.org>
2260         * tar-mode.el (tar-file-name-handler): New function.
2261         (tar-extract): Bind file-name-handler-alist to it to force
2262         find-buffer-file-type-coding-system behave as if the file being
2263         extracted existed.  Use last-coding-system-used to force
2264         buffer-file-coding-system to what decode-coding-region actually
2265         used to decode the file.
2267 2007-05-23  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
2269         * progmodes/compile.el (compilation-handle-exit):
2270         `compilation-finish-function' may change the current buffer.
2272 2007-05-22  Richard Stallman  <rms@gnu.org>
2274         * files.el (set-auto-mode): Doc fix.
2276 2007-05-22  Eli Zaretskii  <eliz@gnu.org>
2278         * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
2280 2007-05-21  Trent Buck  <trentbuck@gmail.com>  (tiny change)
2282         * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
2283         (rcirc-print): Handle `window-width'.
2284         (rcirc-buffer-maximum-lines): Doc fix.
2286 2007-05-19  Kevin Ryde  <user42@zip.com.au>
2288         * info.el (Info-fontify-node): Match https also.
2290 2007-05-18  Richard Stallman  <rms@gnu.org>
2292         * simple.el (push-mark): Doc fix.
2294 2007-05-18  Rob Riepel  <riepel@Stanford.EDU>
2296         * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
2297         tpu-global-map.
2298         (tpu-original-global-map): Delete variable.
2299         (tpu-control-keys-map): New keymap variable.
2300         (tpu-set-control-keys): Use tpu-reset-control-keys rather than
2301         setting keymapping directly.
2302         (tpu-reset-control-keys): Use tpu-control-keys-map instead of
2303         tpu-global-map.
2304         (tpu-edt-on): Activate the tpu-global-map.
2305         (tpu-edt-off): Deactivate the tpu-global-map.
2307 2007-05-18  Ryan Yeske  <rcyeske@gmail.com>
2309         * textmodes/ispell.el (ispell-get-word): Return markers
2310         for start and end positions.
2311         (ispell-word): Assume END is a marker.
2313 2007-05-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2315         * ps-print.el: Use default color when foreground or background color
2316         are unspecified.  Reported by Leo <sdl.web@gmail.com>.
2317         (ps-print-version): New version 6.7.4.
2318         (ps-rgb-color): New argument.  Use default color when color is
2319         unspecified.
2320         (ps-begin-job): Fix code.
2322 2007-05-17  Martin Rudalics  <rudalics@gmx.at>
2324         * textmodes/ispell.el (ispell-start-process): Defend against bad
2325         default-directory.
2327 2007-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2329         * vc-hooks.el (vc-find-root): Stop searching when the user changes.
2331 2007-05-16  Richard Stallman  <rms@gnu.org>
2333         * buff-menu.el (Buffer-menu-sort-column): Doc fix.
2335 2007-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2337         * files.el (magic-mode-alist, magic-fallback-mode-alist):
2338         Move the *ml, Postscript, and XmCD entries to the fallback part.
2340         * files.el (magic-fallback-mode-alist):
2341         Rename from file-start-mode-alist.
2343 2007-05-16  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
2345         * progmodes/compile.el (compilation-handle-exit): Quote first
2346         argument of `run-hook-with-args'.
2348 2007-05-16  Juanma Barranquero  <lekktu@gmail.com>
2350         * buff-menu.el (Buffer-menu-sort-column):
2351         * dabbrev.el (dabbrev-upcase-means-case-search):
2352         * dired.el (dired-recursive-deletes, dired-recursive-copies):
2353         * info.el (Info-current-subfile):
2354         * ls-lisp.el (ls-lisp-verbosity):
2355         * msb.el (msb-menu-cond):
2356         * pcvs.el (cvs-dired-use-hook):
2357         * simple.el (set-mark-command-repeat-pop):
2358         * time.el (display-time-24hr-format, display-time-mail-file):
2359         Doc fixes.
2361         * tutorial.el (get-lang-string, tutorial--find-changed-keys):
2362         * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
2364         * view.el (view-inhibit-help-message): Fix typo in docstring.
2365         (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
2367 2007-05-14  Eli Zaretskii  <eliz@gnu.org>
2369         * mail/rmail.el (rmail-convert-to-babyl-format):
2370         Check content-transfer-encoding _last_, because we need its position
2371         in base64-header-field-end.
2373 2007-05-14  Juanma Barranquero  <lekktu@gmail.com>
2375         * files.el (mode-require-final-newline, require-final-newline)
2376         (enable-local-variables, enable-local-eval): Doc fixes.
2378 2007-05-10  Edward O'Connor  <hober0@gmail.com>  (tiny change)
2380         * progmodes/python.el (python-font-lock-keywords)
2381         (python-open-block-statement-p, python-mode): Add support for the new
2382         "with" keyword.
2384 2007-05-10  Richard Stallman  <rms@gnu.org>
2386         * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
2387         (iso-cvt-write-only): Likewise.
2389         * emacs-lisp/easy-mmode.el (define-minor-mode):
2390         Fix generated doc string.
2392         * startup.el (fancy-splash-text): Add URL of guided tour.
2393         Adjust horizontal and vertical whitespace.
2395         * progmodes/compile.el (compilation-handle-exit):
2396         Use run-hook-with-args to run compilation-finish-functions.
2398         * files.el (file-start-mode-alist): New variable.
2399         (magic-mode-regexp-match-limit): Doc fix.
2400         (set-auto-mode): Handle file-start-mode-alist.
2401         A little cleanup of structure.
2403 2007-05-10  Davis Herring  <herring@lanl.gov>
2405         * calendar/timeclock.el (timeclock-in): Fix non-interactive
2406         workday specifications.
2407         (timeclock-log): Don't kill the log buffer if it already existed.
2409 2007-05-08  Richard Stallman  <rms@gnu.org>
2411         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
2412         Don't include non-self-insert commands in the exception for `-'.
2414 2007-05-08  David Reitter  <david.reitter@gmail.com>
2416         * progmodes/python.el (python-guess-indent): Check non-nullness
2417         before comparing indent against the 2..8 interval.
2419 2007-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2421         * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
2422         available.
2424 2007-05-06  Richard Stallman  <rms@gnu.org>
2426         * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
2428 2007-05-03  Ryan Yeske  <rcyeske@gmail.com>
2430         * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
2431         disconnections.
2433 2007-05-01  Romain Francoise  <romain@orebokech.com>
2435         * dired-x.el: Revert 2007-04-06 change.
2437 2007-04-30  Nick Roberts  <nickrob@snap.net.nz>
2439         * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
2440         don't put stop on toolbar.
2442 2007-04-29  Stephen Berman  <Stephen.Berman@gmx.net>
2444         * find-dired.el (find-dired-filter): Propertize all text down to eob.
2446 2007-04-29  Richard Stallman  <rms@gnu.org>
2448         * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
2450 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2452         * progmodes/cc-mode.el (c-before-change): Use point-min rather
2453         than 1.
2455 2007-04-28  Richard Stallman  <rms@gnu.org>
2457         * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
2459 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2461         * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
2463 2007-04-28  Eli Zaretskii  <eliz@gnu.org>
2465         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
2466         instead of $(lisp)/mh-e.
2468         * textmodes/fill.el (fill-paragraph): Doc fix.
2470 2007-04-28  Glenn Morris  <rgm@gnu.org>
2472         * image-dired.el (image-dired-cmd-create-thumbnail-options)
2473         (image-dired-cmd-create-temp-image-options): Replace option
2474         +profile "*" with -strip.
2476 2007-04-27  Chong Yidong  <cyd@stupidchicken.com>
2478         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
2479         Use window-start and window-end.
2481 2007-04-26  Glenn Morris  <rgm@gnu.org>
2483         * progmodes/python.el: Restore file pending consideration of legal
2484         status.
2486 2007-04-26  Luc Teirlinck  <teirllm@dms.auburn.edu>
2488         * locate.el (locate-in-alternate-database): Doc fix.
2490 2007-04-26  Glenn Morris  <rgm@gnu.org>
2492         * button.el (button): Use underline if supported, else fall back
2493         to color.
2495 2007-04-25  Richard Stallman  <rms@gnu.org>
2497         * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
2499 2007-04-25  J.D. Smith  <jdsmith@as.arizona.edu>
2501         * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
2502         (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
2503         pushing mark.
2504         (idlwave-current-routine): Don't push mark.
2506 2007-04-25  Mathias Dahl  <mathias.dahl@gmail.com>
2508         * image-dired.el (image-dired-display-image): Derive image-type from
2509         filename rather than assuming jpeg, in case no resizing was needed.
2511 2007-04-25  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
2513         * custom.el (defface): Doc fix.
2515 2007-04-24  Chong Yidong  <cyd@stupidchicken.com>
2517         * progmodes/python.el: Remove due to unclear legal issues.
2519 2007-04-24  J.D. Smith  <jdsmith@as.arizona.edu>
2521         * progmodes/idlw-shell.el (idlwave-shell-clear-all-bp):
2522         Don't re-query for each cleared BP.
2523         (idlwave-shell-clear-bp): Optionally skip BP query.
2524         (idlwave-shell-update-bp-overlays): Use set-window-margins instead
2525         of set-window-buffer, which incorrectly moves displayed region.
2527 2007-04-23  Jay Belanger  <jay.p.belanger@gmail.com>
2529         * calc/calc.el (calc-bug-address): Update maintainer's address.
2530         * calc/*: Update maintainer's address.
2532 2007-04-23  Richard Stallman  <rms@gnu.org>
2534         * simple.el (set-mark-command-repeat-pop): Doc fix.
2535         Put in `editing-basics' group.
2537 2007-04-23  Chong Yidong  <cyd@stupidchicken.com>
2539         * info.el (Info-mouse-scroll-up, Info-mouse-scroll-down):
2540         New functions.
2541         (Info-mode-line-node-keymap): Bind mouse commands to
2542         Info-mouse-scroll-up/down instead of Info-scroll-up/down.
2544 2007-04-23  Luc Teirlinck  <teirllm@auburn.edu>
2546         * locate.el (locate-local-prompt): New var.
2547         (locate-prompt-for-command): Doc fix.
2548         (locate-prompt-for-search-string): New function.
2549         (locate): New optional arg.  Make locate-local-prompt
2550         buffer-local.  Use locate-prompt-for-search-string.
2551         (locate-with-filter): New optional arg.
2552         Use locate-prompt-for-search-string.
2553         (locate-update): Bind locate-prompt-for-command.
2555 2007-04-23  Glenn Morris  <rgm@gnu.org>
2557         * files.el (magic-mode-alist): `<!DOCTYPE HTML' in html-mode.
2559 2007-04-23  Nick Roberts  <nickrob@snap.net.nz>
2561         * button.el (button): Inherit from link face on a tty.
2563 2007-04-23  Glenn Morris  <rgm@gnu.org>
2565         * button.el (button): Use color for this face on a tty.
2567         * files.el (magic-mode-alist): Allow for carriage-returns in
2568         html-mode and sgml-mode entries.
2570 2007-04-22  Richard Stallman  <rms@gnu.org>
2572         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
2573         Improve doc string of generated command.
2575         * subr.el (read-number): Catch errors.
2577         * hi-lock.el (hi-lock-file-patterns-policy): Doc fix.
2579 2007-04-22  Chong Yidong  <cyd@stupidchicken.com>
2581         * image-dired.el: Rename from thumbnails.el.  All instances of
2582         "thumbnails" replaced with "image-dired".
2584         * dired.el (dired-mode-map): Rename "thumbnails" again, to
2585         "image-dired".
2587 2007-04-22  Kim F. Storm  <storm@cua.dk>
2589         * ido.el (ido-kill-buffer-at-head, ido-delete-file-at-head):
2590         Don't use kill-line.
2592 2007-04-22  Nick Roberts  <nickrob@snap.net.nz>
2594         * t-mouse.el (t-mouse-make-event): Pass on mev's more informative
2595         error message.
2597 2007-04-22  Chong Yidong  <cyd@stupidchicken.com>
2599         * dired.el: Rename "tumme" to "thumbnails".
2601         * thumbnails.el: Rename from tumme.el.  All instances of "tumme"
2602         replaced with "thumbnails".
2604 2007-04-22  Glenn Morris  <rgm@gnu.org>
2606         * hi-lock.el (hi-lock-file-patterns-policy): Make it a defcustom,
2607         and give it the risky-local-variable property.
2609         * textmodes/flyspell.el (flyspell-define-abbrev): Downcase abbrev
2610         before defining it.
2612 2007-04-21  Martin Rudalics  <rudalics@gmx.at>
2614         * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
2615         Use delete-region instead of kill-line.
2617 2007-04-21  Alan Mackenzie  <acm@muc.de>
2619         * progmodes/cc-cmds.el (c-electric-slash): Replace wrong use of
2620         `kill-region' by `delete-region'.
2622 2007-04-21  Chong Yidong  <cyd@stupidchicken.com>
2624         * progmodes/perl-mode.el (perl-indent-command): Use delete-region
2625         instead of kill-region.
2627         * progmodes/mantemp.el (mantemp-make-mantemps-region)
2628         (mantemp-insert-cxx-syntax, mantemp-sort-and-unique-lines)
2629         (mantemp-remove-memfuncs): Use delete-region instead of kill-word
2630         and kill-line.
2632         * progmodes/vhdl-mode.el (vhdl-template-type)
2633         (vhdl-template-record, vhdl-template-nature)
2634         (vhdl-template-configuration-spec, vhdl-template-component-inst)
2635         (vhdl-template-break, vhdl-regress-line, vhdl-electric-tab):
2636         Use delete-region instead of kill-word and kill-line.
2638 2007-04-21  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
2640         * dired-x.el (dired-virtual-mode): Doc fix.
2642 2007-04-21  Richard Stallman  <rms@gnu.org>
2644         * font-lock.el (font-lock-keywords-alist): Mark as risky.
2646         * subr.el (read-number): Doc fix.
2648         * simple.el (pop-to-mark-command): Display message "mark popped"
2649         if point does not move.
2650         (set-mark-command): Doc fix.
2652 2007-04-21  Luc Teirlinck  <teirllm@auburn.edu>
2654         * locate.el: Revert 2006-09-09 and 2007-04-20 changes.
2655         (locate-local-filter, locate-local-search): New vars.
2656         (locate): Make variables local.
2657         (locate-update): Bind locate-buffer-name.  Call locate using
2658         locate-local-filter and locate-local-search.
2660 2007-04-20  David Koppelman  <koppel@ece.lsu.edu>
2662         * hi-lock.el (hi-lock-file-patterns-policy): New var.
2663         (hi-lock-find-patterns): Use hi-lock-file-patterns-policy.
2664         (hi-lock-mode): Update docstring.
2666 2007-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2668         * textmodes/fill.el (fill-move-to-break-point): Don't inhibit
2669         fill-nobreak-predicate when the break is past fill-column.
2671 2007-04-20  Francesco Potort\e,Al\e(B  <pot@gnu.org>
2673         * locate.el (locate): Output from shell-command should go in the
2674         current buffer rather than *Shell Command Output*.
2676 2007-04-20  Chong Yidong  <cyd@stupidchicken.com>
2678         * paren.el (show-paren-function): Fix last fix.
2680 2007-04-19  Kevin Ryde  <user42@zip.com.au>
2682         * arc-mode.el (archive-find-type): lzh-exe for lzh self-extracting exe.
2683         (archive-lzh-summarize): Add optional start arg for where to start
2684         looking at the archive.
2685         (archive-lzh-exe-summarize, archive-lzh-exe-extract): New functions.
2687         * international/mule.el (auto-coding-alist): no-conversion for .exe
2688         and .EXE.
2690 2007-04-19  Alan Mackenzie  <acm@muc.de>
2692         * progmodes/cc-cmds.el (c-in-function-trailer-p): Fix this: when a
2693         function return type contains "struct", "union", etc.
2694         c-end-of-defun goes too far forward.
2696 2007-04-19  Chong Yidong  <cyd@stupidchicken.com>
2698         * paren.el (show-paren-function): Reset window-start to avoid
2699         recentering.
2701 2007-04-19  Glenn Morris  <rgm@gnu.org>
2703         * calendar/todo-mode.el: Fix typo: "threshhold" -> "threshold".
2705 2007-04-18  Glenn Morris  <rgm@gnu.org>
2707         * calendar/diary-lib.el (diary-header-line-format): Add a custom
2708         :set function.
2709         (diary-list-entries): Only switch to diary-mode from
2710         default-major-mode (reverts 2007-03-21 change).  Otherwise, if in
2711         diary-mode set header-line-format, in case of any customization.
2713 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
2715         * calendar/parse-time.el (parse-time-string-chars): Check if CHAR
2716         is less than the length of parse-time-syntax.
2718 2007-04-17  David Kastrup  <dak@gnu.org>
2720         * replace.el (query-replace-regexp-eval): Deprecate.
2722 2007-04-17  Alan Mackenzie  <acm@muc.de>
2724         * progmodes/cc-cmds.el (c-beginning-of-defun): With -ve arg and
2725         point too close to EOB, leave point at EOB rather than last `}'.
2727 2007-04-17  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2729         * textmodes/bibtex.el (bibtex-include-OPTkey)
2730         (bibtex-user-optional-fields, bibtex-entry-field-alist):
2731         Fix defcustom.
2733 2007-04-17  Glenn Morris  <rgm@gnu.org>
2735         * calendar/cal-dst.el (calendar-dst-find-startend): If YEAR cannot
2736         be encoded, fall back to current year.
2738 2007-04-14  Kevin Ryde  <user42@zip.com.au>
2740         * arc-mode.el (archive-lzh-summarize): Only apply the "downcase if
2741         all upcase" rule to OS-ID 0 "generic".  Always downcase for OS-ID
2742         M "MSDOS".
2744 2007-04-16  Chong Yidong  <cyd@stupidchicken.com>
2746         * progmodes/python.el (python-end-of-block): Avoid looping forever
2747         if python-next-statement fails.
2749 2007-04-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2751         * textmodes/bibtex.el (bibtex-entry-field-alist): Use defcustom.
2753 2007-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
2755         * progmodes/perl-mode.el (perl-indent-level): Mark as safe local var.
2756         * progmodes/cperl-mode.el (cperl-indent-level): Likewise.
2758 2007-04-15  Jay Belanger  <belanger@truman.edu>
2760         * calc/calc.el (calc-version): New function.
2761         (calc-trail-mode): Shorten the title.
2763 2007-04-15  Chong Yidong  <cyd@stupidchicken.com>
2765         * mail/footnote.el (footnote-style): Clarify docstring to state
2766         that customizing this only applies to future footnotes.
2768 2007-04-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2770         * textmodes/bibtex.el (bibtex-field-list): Use functionp.
2771         (bibtex-make-field): Check that INIT is a string. Use functionp.
2773 2007-04-14  Glenn Morris  <rgm@gnu.org>
2775         * complete.el (PC-goto-end): New buffer-local variable.
2776         (PC-do-completion-end): Make buffer-local.
2777         (partial-completion-mode) <choose-completion-string-functions>:
2778         Do not go to the end of the minibuffer if PC-goto-end is non-nil.
2779         (PC-do-completion): New optional fourth argument GOTO-END.  Add a
2780         doc string.  Set PC-goto-end for choose-completion.
2781         (PC-lisp-complete-symbol): Pass non-nil GOTO-END arg to
2782         PC-do-completion.
2784         * textmodes/bibtex.el (bibtex-insert-kill): Pass non-nil NODELIM
2785         arg to bibtex-make-field.
2786         (bibtex-make-field): Add optional fourth arg NODELIM.
2787         Insert delimiters around INIT unless this arg is non-nil.
2789 2007-04-14  Nick Roberts  <nickrob@snap.net.nz>
2791         * tmm.el (tmm-get-keybind): Use copy-sequence to ensure that the
2792         global map isn't modified.
2794 2007-04-14  Glenn Morris  <rgm@gnu.org>
2796         * calendar/appt.el (appt-disp-window): Do not split small windows.
2797         Suggested by Jeff Miller <jmiller@cablespeed.com>.
2799 2007-04-13  Chong Yidong  <cyd@stupidchicken.com>
2801         * progmodes/compile.el (compilation-start): Revert 2007-03-25 change.
2803         * files.el: Ditto.
2805 2007-04-13  Juanma Barranquero  <lekktu@gmail.com>
2807         * cus-edit.el (minibuffer, auto-save): Fix typos in docstrings.
2809         * term.el (term-buffer-maximum-size, term-exec, term-escape-char)
2810         (term-set-escape-char, term-termcap-format, term-get-old-input-default)
2811         (term-skip-prompt, term-send-string, term-send-region, term-pager-page)
2812         (term-pager-help): Fix typos in docstrings.
2814         * wid-edit.el (widget-documentation): Fix typo in docstring.
2816         * progmodes/ebnf2ps.el (ebnf-insert-style, ebnf-merge-style):
2817         Fix typos in error messages.
2819 2007-04-13  Martin Rudalics  <rudalics@gmx.at>
2821         * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't select
2822         window marked as dedicated.
2824         * mail/footnote.el (footnote-latin-string): New variable.
2825         (footnote-latin-regexp): Redefine as regexp alternative.
2826         (Footnote-latin): Use footnote-latin-string instead of
2827         footnote-latin-regexp.
2829 2007-04-13  Glenn Morris  <rgm@gnu.org>
2831         * tmm.el (tmm-get-keybind): Use car-safe to avoid errors with
2832         inherited keymaps.
2834 2007-04-12  Chong Yidong  <cyd@stupidchicken.com>
2836         * outline.el (outline-get-next-sibling): Clarify docstring.
2837         (outline-get-last-sibling): Handle case where we are at the first
2838         heading.  Clarify docstring.
2840 2007-04-12  Nick Roberts  <nickrob@snap.net.nz>
2842         * progmodes/gud.el (gud-minor-mode-map): Make go button same
2843         length as stop button to lessen flicker.
2844         (jdb): Add gud-print.
2845         (gud-find-expr): Jdb prints the expression with the value, so
2846         don't insert it in the output.
2848 2007-04-11  Jason Rumney  <jasonr@gnu.org>
2850         * dnd.el (dnd-get-local-file-name): Decode both upper and lower
2851         case hex.  Do not try to decode non-hex letters.
2853 2007-04-11  Markus Triska  <markus.triska@gmx.at>
2855         * emacs-lisp/byte-opt.el (byte-optimize-backward-char)
2856         (byte-optimize-backward-word): Remove (move to bytecomp.el).
2857         (byte-optimize-form-code-walker): Evaluate pure function calls if
2858         possible.
2859         (byte-optimize-all-constp): New function.
2861         * emacs-lisp/bytecomp.el (byte-compile-char-before):
2862         Improve numeric argument case.
2863         (byte-compile-backward-char, byte-compile-backward-word):
2864         New functions, performing rewriting previously done in byte-opt.el.
2865         Fix their "Fixme" item (restriction to numeric arguments).
2867 2007-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2869         * desktop.el (desktop-save, desktop-create-buffer): Replace mapcar
2870         with dolist.
2871         (after-init-hook): Don't quote lambda.
2872         (desktop-first-buffer): Don't wrap it in eval-when-compile.
2873         (desktop-internal-v2s): Remove unused var `el'.
2874         (desktop-buffer-major-mode, desktop-buffer-locals): Move out of
2875         desktop-restore-file-buffer.
2876         (desktop-buffer-ok-count, desktop-buffer-fail-count): Move out of
2877         desktop-create-buffer.
2879 2007-04-10  Chong Yidong  <cyd@stupidchicken.com>
2881         * woman.el (woman-decode-buffer): Postpone macro-set check...
2882         (woman-decode-region): ...to here.
2884 2007-04-10  Thien-Thi Nguyen  <ttn@gnu.org>
2886         * startup.el (tty-handle-args): Use %S to log ARGS.
2888 2007-04-10  Glenn Morris  <rgm@gnu.org>
2890         * dframe.el (dframe-frame-mode): Do not set auto-show-mode, since
2891         it is obsolete and has no effect.
2893         * dos-w32.el (default-buffer-file-type): Add defvar to quieten
2894         byte-compiler.
2896         * progmodes/cperl-mode.el (cperl-mode): Remove unnecessary call to
2897         obsolete function make-local-hook.
2899         * progmodes/dcl-mode.el (top-level): Move (require 'tempo) to
2900         start to quieten byte-compiler.
2902 2007-04-10  Markus Triska  <markus.triska@gmx.at>
2904         * emacs-lisp/byte-opt.el (byte-optimize-char-before): Remove (move
2905         to bytecomp.el as byte-compile-char-before).
2906         * emacs-lisp/bytecomp.el (byte-compile-char-before):
2907         New function (modified replacement for byte-optimize-char-before in
2908         byte-opt.el).
2910 2007-04-09  Alan Mackenzie  <acm@muc.de>
2912         * startup.el (inhibit-splash-screen): Emphatically state that it
2913         can't be set in site-start.el.
2915 2007-04-09  Masatake YAMATO  <jet@gyve.org>
2917         * progmodes/cc-subword.el (c-capitalize-subword): More closely
2918         mimic the behavior of `capitalize-word'.  Do not move point with a
2919         negative argument.  Based on tiny change by Paul Curry.
2921 2007-04-09  Paul Curry  <dashteacup@gmail.com>  (tiny change)
2923         * progmodes/cc-subword.el (c-downcase-subword, c-upcase-subword):
2924         Don't move point if ARG is negative.
2926 2007-04-09  Alan Mackenzie  <acm@muc.de>
2928         Changes to make `narrow-to-defun' and `mark-defun' work properly
2929         in CC Mode:
2931         * progmodes/cc-defs.el (c-beginning-of-defun-1):
2932         * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
2933         Bind beginning/end-of-defun-function to nil around calls to
2934         beginning/end-of-defun.
2936         * progmodes/cc-langs.el (beginning-of-defun-function)
2937         (end-of-defun-function): New c-lang-setvar's.
2939         * progmodes/cc-awk.el (c-awk-beginning-of-defun): Add "(or arg
2940         (setq arg 1))" to enable non-interactive call.
2942 2007-04-09  Eli Zaretskii  <eliz@gnu.org>
2944         * simple.el (set-mark-command): Doc fix.
2946 2007-04-09  Nick Roberts  <nickrob@snap.net.nz>
2948         * progmodes/gud.el (gdb): Restore existing session if user
2949         tries to start a second one in graphical mode.
2951 2007-04-08  Martin Rudalics  <rudalics@gmx.at>
2953         * cus-start.el <scroll-preserve-screen-position>: Add choices.
2955 2007-04-08  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
2957         * term/xterm.el (terminal-init-xterm): Fix key definitions.
2958         Add binding for C-M-SPC.
2960 2007-04-08  Richard Stallman  <rms@gnu.org>
2962         * pcomplete.el (pcomplete-read-event): One single definition,
2963         and not a defsubst.
2965 2007-04-08  Chong Yidong  <cyd@stupidchicken.com>
2967         * progmodes/cc-cmds.el (c-end-of-defun): Tidy up, to eliminate
2968         byte-compiler warning "value unused".
2970 2007-04-08  Andreas Schwab  <schwab@suse.de>
2972         * term/xterm.el (terminal-init-xterm): Add bindings for keypad keys.
2974 2007-04-07  Glenn Morris  <rgm@gnu.org>
2976         * calendar/calendar.el (diary-font-lock-keywords, diary-live-p):
2977         Autoload these functions.
2978         (diary-date-forms): Add a custom :set form.
2980         * calendar/diary-lib.el (diary-set-maybe-redraw): Move definition
2981         before first use.
2982         (diary-font-lock-keywords): New function with old code for
2983         initialization of variable of same name.
2985 2007-04-07  David Hansen  <david.hansen@gmx.net>  (tiny change)
2987         * progmodes/cc-cmds.el (c-electric-paren): Fix space-before-funcall
2988         clean-up: only insert space when on identifier, etc.
2990 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
2992         * progmodes/grep.el (grep-find-use-xargs): Rewrite docstring.
2994         * net/tls.el (open-tls-stream): Properly handle case where there
2995         is no associated buffer.
2997 2007-04-07  Glenn Morris  <rgm@gnu.org>
2999         * ffap.el (ffap-file-at-point): Lower the priority of the
3000         ffap-ftp-sans-slash-regexp check.
3002 2007-04-06  Alan Mackenzie  <acm@muc.de>
3004         Fix fontification of labels, and other things with ":".
3006         * progmodes/cc-engine.el (c-forward-label): The function now
3007         returns 'goto-target, 'qt-2kwds-colon, 'qt-1kwd-colon, as well as
3008         the former t.
3010         * progmodes/cc-fonts.el (c-font-lock-declarations): Interpret the
3011         new return code from c-forward-label, fontifying tokens properly.
3012         Add some general comments throughout the file.
3014 2007-04-06  Chong Yidong  <cyd@stupidchicken.com>
3016         * textmodes/flyspell.el (flyspell-duplicate, flyspell-incorrect):
3017         Revert 2006-01-27 change.
3019         * diff-mode.el (diff-mode): Revert 2007-03-04 change.
3021         * menu-bar.el (menu-bar-tools-menu): Revert 2003-07-25 change.
3023         * desktop.el (desktop-create-buffer, desktop-save):
3024         Revert 2004-11-12 change for lack of copyright papers.
3026         * dired-x.el (dired-guess-shell-case-fold-search): Delete var.
3027         (dired-guess-default): Respect case.
3029         * isearch.el (isearch-forward): Revert 1998-08-26 doc change.
3031         * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Remove function;
3032         was originally checked in as byte-optimize-concat on 1997-11-02.
3034         * mail/sendmail.el (mail-text, mail-mode): Revert extant pieces of
3035         1995-05-19 doc changes.
3037 2007-04-06  Kim F. Storm  <storm@cua.dk>
3039         * loadhist.el (read-feature): Reimplement.  New optional arg LOADED-P.
3040         (unload-feature): Update interactive spec accordingly.
3042         * progmodes/grep.el (grep-program): Remove commentary about zgrep.
3044 2007-04-06  John Paul Wallington  <jpw@pobox.com>
3046         * subr.el (with-case-table): Use `make-symbol' to avoid variable
3047         capture.  Restore the table in the same buffer.
3049         * font-lock.el (lisp-font-lock-keywords-2): Add `with-case-table'.
3051 2007-04-05  Chong Yidong  <cyd@stupidchicken.com>
3053         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
3054         Print entire form.
3056 2007-04-05  Nick Roberts  <nickrob@snap.net.nz>
3058         * progmodes/gdb-ui.el (breakpoint-disabled): Tweak face (again)
3059         for low-color displays.
3061 2007-04-05  Glenn Morris  <rgm@gnu.org>
3063         * play/5x5.el, play/animate.el, play/dissociate.el, play/doctor.el,
3064         * play/gomoku.el, play/landmark.el, play/tetris.el, play/zone.el:
3065         Seed random number generator on loading.
3067         * emacs-lisp/authors.el (top-level): Provide self.
3069         * play/animate.el (top-level): Provide self.
3071 2007-04-04  Alan Mackenzie  <acm@muc.de>
3073         * progmodes/cc-vars.el (c-special-indent-hook): Amend doc-string
3074         to mention c-syntactic-indentation.
3076 2007-04-04  Chong Yidong  <cyd@stupidchicken.com>
3078         * subr.el (with-case-table): New macro.
3080         * international/mule.el (ascii-case-table): New var.
3082         * mail/smtpmail.el (smtpmail-via-smtp): Use ascii-case-table when
3083         downcasing.
3085 2007-04-03  Nick Roberts  <nickrob@snap.net.nz>
3087         * progmodes/gud.el (gud-minor-mode-map): Simplify.
3089         * t-mouse.el (t-mouse-make-event-element): Don't use the left edge
3090         of the window if we're outside it e.g menu-bar.
3092         * xt-mouse.el (xterm-mouse-event): Don't use the left edge of the
3093         window if we're outside it e.g menu-bar.
3095 2007-04-03  Eli Zaretskii  <eliz@gnu.org>
3097         * mail/rmail.el (rmail-convert-to-babyl-format): Don't try to
3098         decode base-64 encoded body if its content-type is something other
3099         than text/* or message/*.
3101 2007-04-03  Juanma Barranquero  <lekktu@gmail.com>
3103         * simple.el (activate-mark-hook): Fix typo in docstring.
3105 2007-04-03  Nick Roberts  <nickrob@snap.net.nz>
3107         * tmm.el (tmm-c-prompt): Initialize.
3108         (tmm-menubar): Deal with extended menu-items at top level.
3109         (tmm-get-keybind): Handle bindings redefined/undefined locally.
3110         (tmm-prompt): Handle visibility of top level menu-items.
3112         * progmodes/gud.el (gud-menu-map): Simplify.
3113         (gud-minor-mode-map): Add tool-bar like bindings to the text mode
3114         menubar.
3116 2007-04-02  Chong Yidong  <cyd@stupidchicken.com>
3118         * mail/smtpmail.el (smtpmail-via-smtp): Revert last change.
3120         * comint.el (comint-send-input): Widen the buffer first.
3122         * info.el (Info-fontify-maximum-menu-size): Revert to 100000.
3124 2007-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3126         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Only obey
3127         emacs-lisp-docstring-fill-column in emacs-lisp-mode.
3129         * newcomment.el (comment-search-forward): Discard comment starters
3130         before point.
3132 2007-04-01  Guanpeng Xu  <herberteuler@hotmail.com>
3134         * mouse.el (mouse-set-secondary): Update mouse-secondary-overlay.
3136 2007-04-01  Chong Yidong  <cyd@stupidchicken.com>
3138         * mail/smtpmail.el (smtpmail-via-smtp): Use standard case table
3139         when downcasing.
3141         * button.el (previous-button): Rewrite to account for adjacent buttons.
3143 2007-04-01  J.D. Smith  <jdsmith@as.arizona.edu>
3145         * progmodes/idlwave.el (idlwave-auto-fill):
3146         Revert paragraph-separate change.
3148         * progmodes/idlw-shell.el (idlwave-shell-break-in):
3149         Simplify module calc.
3150         (idlwave-shell-set-bp-in-module): Compute module.
3152 2007-03-31  Glenn Morris  <rgm@gnu.org>
3154         * emacs-lisp/timer.el (run-at-time): Doc fix.
3156         * emacs-lisp/warnings.el (display-warning): If we create the
3157         buffer displaying the warning, disable undo there.
3159 2007-03-31  Michael Albinus  <michael.albinus@gmx.de>
3161         * net/tramp.el (tramp-register-file-name-handler)
3162         (tramp-register-completion-file-name-handler): New defsubst,
3163         derived from `tramp-register-file-name-handlers'.  The split is
3164         necessary because Tramp's file name handlers must be registered at
3165         different startup places.
3167 2007-03-31  Chong Yidong  <cyd@stupidchicken.com>
3169         * progmodes/hideshow.el (turn-off-hideshow): New function.
3170         (hs-minor-mode): Use it instead of a lambda expression in
3171         change-major-mode-hook.
3173 2007-03-31  David Kastrup  <dak@gnu.org>
3175         * woman.el (woman-Cyg-to-Win): Don't convert cons cells
3176         corresponding to MANPATH_MAP entries.
3177         (woman-man.conf-path, woman-parse-man.conf): Doc fix.
3178         (woman-parse-man.conf): Use more discriminating man.conf name.
3179         (woman-parse-man.conf): Parse MANPATH_MAP entries.
3180         (woman-manpath): Doc fix and type fix.
3181         (woman-cached-data): Check for MANPATH_MAP entries.
3182         (woman-expand-directory-path): Treat MANPATH_MAP entries.
3184 2007-03-31  Stuart Herring  <herring@lanl.gov>
3186         * emacs-lisp/sregex.el (sregexq): Doc fix.
3188 2007-03-31  Markus Triska  <markus.triska@gmx.at>
3190         * progmodes/flymake.el (flymake-err-line-patterns): Doc fix.
3192 2007-03-30  Reiner Steib  <Reiner.Steib@gmx.de>
3194         * info.el (info-tool-bar-map): Use "exit" for Info-exit.
3195         Move to the right.
3197 2007-03-30  Alan Mackenzie  <acm@muc.de>
3199         * progmodes/cc-cmds.el (c-forward-to-nth-EOF-}): Fix EOB bug.
3201 2007-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
3203         * emacs-lisp/ewoc.el (ewoc--insert-new-node): Take additional arg DLL.
3204         Use it, passed in explicitly, instead of from the dynamic binding.
3205         (ewoc-create, ewoc-enter-before): Update to use new call sequence.
3207 2007-03-30  Juanma Barranquero  <lekktu@gmail.com>
3209         * simple.el (blink-matching-open): When in minibuffer, don't
3210         search for a match inside the prompt.
3212 2007-03-30  Nick Roberts  <nickrob@snap.net.nz>
3214         * tmm.el (tmm-menubar): Select the right menu item with the mouse.
3215         (tmm-prompt): Don't make the mouse user select the first menu
3216         item twice.
3218 2007-03-30  Chong Yidong  <cyd@stupidchicken.com>
3220         * eshell/esh-proc.el (eshell/kill): Tweak regexp to recognize
3221         SIGUSR1 and SIGUSR2.
3223 2007-03-29  Kim F. Storm  <storm@cua.dk>
3225         * ido.el (ido-read-internal): When reading file or dir, only override
3226         minibuffer-local-filename-completion-map, otherwise only override
3227         minibuffer-local-completion-map.
3229 2007-03-29  Glenn Morris  <rgm@gnu.org>
3231         * complete.el (partial-completion-mode): Set PC-do-completion-end
3232         to nil after use.
3233         (PC-lisp-complete-symbol): Create and use a marker at `end',
3234         rather than using point-marker.
3236 2007-03-28  Chong Yidong  <cyd@stupidchicken.com>
3238         * simple.el (next-error-highlight): Doc fix.
3239         (compose-mail): Revert 2007-03-19 change.
3241 2007-03-28  Richard Stallman  <rms@gnu.org>
3243         * emacs-lisp/edebug.el (edebug-display): Don't go to
3244         edebug-outside-buffer if it is dead.
3246 2007-03-28  Juanma Barranquero  <lekktu@gmail.com>
3248         * view.el (view-mode): Fix typos in docstring.
3250 2007-03-28  Stephen Berman  <Stephen.Berman@gmx.net>
3252         * recentf.el (recentf-save-file): Add a custom :set function.
3254 2007-03-28  Glenn Morris  <rgm@gnu.org>
3256         * complete.el (PC-do-completion-end): New variable.
3257         (partial-completion-mode) <choose-completion-string-functions>:
3258         Use PC-do-completion-end in the non-minibuffer case to replace the
3259         correct amount of text.
3260         (PC-do-completion): Set PC-do-completion-end for c-c-s-f.
3261         (PC-lisp-complete-symbol): Give marker the after-insertion type,
3262         to deal with improvements inserted after point.
3264 2007-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3266         * button.el (make-text-button): Add explicit `button' property.
3267         (default-button): Don't put a `button' property on it.
3269         * progmodes/python.el (python-mode): Skip comments when parsing.
3271         * vc-arch.el (vc-with-current-file-buffer): New macro.
3272         (vc-arch-file-source-p): Use it to avoid infloop.
3274 2007-03-28  David Hansen  <david.hansen@gmx.net>  (tiny change)
3276         * emacs-lisp/lisp.el (lisp-complete-symbol):
3277         Fix call to get-buffer-window to find windows in other frames.
3279 2007-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3281         * comint.el (comint-proc-query, comint-dynamic-list-completions):
3282         Fix calls to get-buffer-window to find windows in other frames.
3283         Reported by David Hansen <david.hansen@gmx.net>.
3285 2007-03-27   Kevin Ryde  <user42@zip.com.au>
3287         * info.el (Info-display-images-node): On a text-only terminal,
3288         show the "text" or "alt" parts of the image blobs.
3290 2007-03-27  Glenn Morris  <rgm@gnu.org>
3292         * complete.el (PC-do-completion): Compute completion-base-size in
3293         the non-filename case, rather than setting to nil.
3294         (PC-lisp-complete-end): New variable.
3295         (PC-lisp-complete-symbol): Use PC-lisp-complete-end to store the
3296         original end in a series of consecutive invocations.
3298         * calendar/calendar.el (calendar-mode-hook): Declare it.
3300         * calendar/diary-lib.el (diary-live-p): Do not check for
3301         diary-selective-display.
3303 2007-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3305         * replace.el (occur-next-error): *Occur* might not be displayed in the
3306         selected frame.  Reported by David Hansen <david.hansen@gmx.net>.
3308 2007-03-26  Richard Stallman  <rms@gnu.org>
3310         * textmodes/flyspell.el (flyspell-large-region):
3311         Use ispell-call-process-region.
3313 2007-03-26  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
3315         * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
3316         Use prin1 instead of princ.
3318 2007-03-25  Chong Yidong  <cyd@stupidchicken.com>
3320         * faces.el (face-set-after-frame-default): Revert 2007-03-10 change.
3321         Merge in X resources before global face.
3323         * progmodes/compile.el (compilation-start): Save compilation-directory
3324         rather than default-directory as local var.
3325         (compilation-directory): Mark as safe local var.
3327         * files.el: Don't mark default-directory as a safe local var.
3329 2007-03-25  Alan Mackenzie  <acm@muc.de>
3331         * progmodes/cc-mode.el (c-before-change): Fix BOB bug.
3332         * progmodes/cc-engine.el: Fix typo.
3334 2007-03-25  Juri Linkov  <juri@jurta.org>
3336         * compare-w.el (compare-windows): Rename customization group
3337         `compare-w' to `compare-windows'.
3338         (compare-windows-whitespace, compare-ignore-whitespace)
3339         (compare-ignore-case, compare-windows-sync)
3340         (compare-windows-sync-string-size, compare-windows-recenter)
3341         (compare-windows-highlight, compare-windows): Change group name in
3342         the `group' tag from `compare-w' to `compare-windows'.
3343         (compare-windows-sync): Add option `nil' for no sync.  Doc fix.
3345 2007-03-24  Markus Triska  <markus.triska@gmx.at>
3347         * expand.el: Change example to always enable abbrev-mode,
3348         and remove redundant `function'.
3349         (expand-abbrev-hook): Add autoload cookie.
3351 2007-03-24  Ryan Yeske  <rcyeske@gmail.com>
3353         * emacs-lisp/testcover.el (testcover-start, testcover-end)
3354         (testcover-mark-all, testcover-unmark-all): Add prompts to
3355         interactive specs.
3357 2007-03-24  Jason Rumney  <jasonr@gnu.org>
3359         * autorevert.el (find-file-hook, auto-revert-tail-mode):
3360         Use file size in bytes for auto-revert-tail-pos not characters.
3362 2007-03-24  Thien-Thi Nguyen  <ttn@gnu.org>
3364         * vc-rcs.el (vc-rcs-annotate-command):
3365         Set text property :vc-annotate-prefix on the annotation text.
3366         (vc-rcs-annotate-time): Instead of searching for ": ",
3367         search for end of text propertized with :vc-annotate-prefix.
3369 2007-03-24  Martin Rudalics  <rudalics@gmx.at>
3371         * whitespace.el (top level): Remove calls putting
3372         permanent-local nil property since these are no-ops.
3374         * man.el (Man-support-local-filenames): Assure that
3375         default-directory exists when doing call-process.
3377 2007-03-23  David Vazquez  <xeos00@gmail.com>  (tiny change)
3379         * progmodes/m4-mode.el (m4-m4-buffer, m4-m4-region):
3380         Fix omission bug: Use m4-program-options to construct shell command.
3382 2007-03-23  David Kastrup  <dak@gnu.org>
3384         * progmodes/cc-mode.el (c-make-emacs-variables-local):
3385         Use `mapcar' rather than `mapcan' to silence compiler warning.
3387 2007-03-22  Ralf Angeli  <angeli@caeruleus.net>
3389         * textmodes/reftex.el, textmodes/reftex-vars.el,
3390         * textmodes/reftex-toc.el, textmodes/reftex-sel.el,
3391         * textmodes/reftex-ref.el, textmodes/reftex-parse.el,
3392         * textmodes/reftex-index.el, textmodes/reftex-global.el,
3393         * textmodes/reftex-dcr.el, textmodes/reftex-cite.el,
3394         * textmodes/reftex-auc.el: Add maintainer address.
3396 2007-03-22  Carsten Dominik  <dominik@science.uva.nl>
3398         * textmodes/org.el (org-agenda-mode, org-table-edit-formulas):
3399         Make sure that `global-font-lock-mode' does not turn on font-lock
3400         in these buffers.
3402 2007-03-21  Kim F. Storm  <storm@cua.dk>
3404         * xt-mouse.el (xt-mouse-epoch): New variable.
3405         (xterm-mouse-event): Use float-time.
3407 2007-03-21  Nick Roberts  <nickrob@snap.net.nz>
3409         * xt-mouse.el (xterm-mouse-event): Compute a timestamp using
3410         current-time.
3412 2007-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3414         * complete.el (read-file-name-internal): Don't add the final > if the
3415         completion is not finished (re-application of this patch, which was
3416         accidentally undone by Eli).
3418 2007-03-21  Chong Yidong  <cyd@stupidchicken.com>
3420         * emulation/viper.el (viper-non-hook-settings): Handle mouse
3421         clicks in describe-key and describe-key-briefly advice a little better.
3423 2007-03-21  Juanma Barranquero  <lekktu@gmail.com>
3425         * server.el (server-process-filter): Cancel any pending isearch.
3427 2007-03-21  Ulf Jasper  <ulf.jasper@web.de>
3429         * calendar/icalendar.el (icalendar-version): Increase to 0.15.
3430         (icalendar--get-unfolded-buffer): Define actual arguments rather
3431         than just using &rest.  Check replace-in-string is fbound.
3432         (icalendar-import-buffer): Doc fix.
3433         (icalendar--convert-ical-to-diary): Set diary-file.
3434         Check diary-file before inserting final newline.
3435         (icalendar--add-diary-entry): Return diary-file.
3437 2007-03-21  Glenn Morris  <rgm@gnu.org>
3439         * calendar/calendar.el (diary-set-maybe-redraw): Autoload it.
3440         (diary-display-hook): Add custom :set function.
3442         * calendar/diary-lib.el (diary-header-line-flag): Doc fix.
3443         Add custom :set function.
3444         (diary-header-line-format): Doc fix.
3445         (diary-set-maybe-redraw): New function.
3446         (number-of-diary-entries): Change :set to use diary-set-maybe-redraw.
3447         (diary-list-entries): Always run diary-mode.
3449 2007-03-20  Kenichi Handa  <handa@m17n.org>
3451         * international/quail.el (quail-setup-completion-buf): Make the
3452         completion buffer read-only.
3453         (quail-completion): Adjusted for the above change.  Leave the
3454         modified flag nil.
3456 2007-03-20  David Kastrup  <dak@gnu.org>
3458         * files.el (magic-mode-alist): Require literal "%!PS" string for
3459         magic postscript file detection.
3461 2007-03-20  Richard Stallman  <rms@gnu.org>
3463         * textmodes/ispell.el (ispell-call-process): New function.
3464         Defends against bad `default-directory.'
3465         (ispell-check-version, ispell-find-aspell-dictionaries)
3466         (ispell-get-aspell-config-value, lookup-words): Call it.
3467         (ispell-call-process-region): New function.
3468         (ispell-send-string): Call it.
3470 2007-03-20  Andreas Schwab  <schwab@suse.de>
3472         * Makefile.in (custom-deps): Depend on $(lisp)/subdirs.el.
3473         (finder-data): Likewise.
3474         (autoloads): Likewise.
3476 2007-03-20  Martin Rudalics  <rudalics@gmx.at>
3478         * files.el (basic-save-buffer): Do not set visited filename when
3479         the corresponding directory does not exist or the specified
3480         filename is that of an existing directory.
3482 2007-03-20  Glenn Morris  <rgm@gnu.org>
3484         * calendar/diary-lib.el (diary-live-p): New function.
3485         (number-of-diary-entries): Add a :set function to redisplay diary
3486         when necessary.
3488 2007-03-19  Nick Roberts  <nickrob@snap.net.nz>
3490         * t-mouse.el (t-mouse-make-event-element): Use timestamp output
3491         from client program, mev, to compute mouse event.
3493 2007-03-19  Chong Yidong  <cyd@stupidchicken.com>
3495         * faces.el (momentary): Face removed; unused due to reversion of
3496         2007-01-04 changes by Kevin Rodgers.
3498         * mouse.el (mouse-drag-track): Remove spurious input-pending-p test.
3499         Suggested by Johan Bockg\e,Ae\e(Brd.
3501 2007-03-19  Martin Rudalics  <rudalics@gmx.at>
3503         * font-lock.el (lisp-font-lock-keywords-1):
3504         Highlight define-globalized-minor-mode as a keyword.
3506 2007-03-19  Kim F. Storm  <storm@cua.dk>
3508         * calc/calc-forms.el (math-std-daylight-savings)
3509         (math-std-daylight-savings-old): Doc fix.
3511 2007-03-19  Juanma Barranquero  <lekktu@gmail.com>
3513         * progmodes/python.el (python-default-template): Doc fix.
3514         (python-buffer): Fix typo in docstring.
3516         * isearchb.el (isearchb-follow-char):
3517         * subr.el (def-edebug-spec): Fix typo in docstring.
3519 2007-03-19  Richard Stallman  <rms@gnu.org>
3521         * files.el (default-directory): Mark safe.
3522         (basic-save-buffer-2): Put proper dir name in error message.
3524         * simple.el (compose-mail): Run switch-function after
3525         setting up the mail buffer.
3527         * startup.el (inhibit-splash-screen, initial-major-mode): Doc fixes.
3529 2007-03-18  Jay Belanger  <belanger@truman.edu>
3531         * calc/calc-forms.el (math-parse-date): Fix a regular expression.
3532         (math-std-daylight-savings-new): Rename from
3533         `math-std-daylight-savings'.
3534         (math-std-daylight-savings-old): Rename from old value of
3535         `math-std-daylight-savings'.
3536         (math-std-daylight-savings): Use `math-std-daylight-savings-new' or
3537         `math-std-daylight-savings-old' depending on the year.
3539 2007-03-18  Detlev Zundel  <dzu@gnu.org>
3541         * emacs-lisp/re-builder.el (reb-update-overlays): Do not mark
3542         zero-width regexps as invalid but rather at least count them correctly.
3544 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
3546         * net/tls.el (open-tls-stream): In handshake-waiting loop,
3547         don't wait more if there is output available to process.
3549 2007-03-18  Nick Roberts  <nickrob@snap.net.nz>
3551         * progmodes/compile.el (compilation-find-file): Revert change
3552         from 2006-07-18 to allow completion of directory names.
3553         Reported by John Carter <john.carter@tait.co.nz>.
3555 2007-03-18  Kim F. Storm  <storm@cua.dk>
3557         * subr.el (when, unless): Doc fix.
3559 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
3561         * net/tls.el (tls-program): Doc fix.
3563 2007-03-17  Denis Bueno  <dbueno@gmail.com>  (tiny change)
3565         * autorevert.el (auto-revert-tail-handler):
3566         Call after-revert-hook.
3568 2007-03-17  Ryan Yeske  <rcyeske@gmail.com>
3570         * simple.el (switch-to-completions): No error if search for \n\n fails.
3572 2007-03-17  Chong Yidong  <cyd@stupidchicken.com>
3574         * simple.el (line-move-1):
3575         Respect `inhibit-line-move-field-capture' property.
3577 2007-03-13  Chong Yidong  <cyd@stupidchicken.com>
3579         * comint.el (comint-arguments): Mark backslash-escaped chars.
3580         (comint-delim-arg): Don't treat them as delimiters.
3582 2007-03-12  Kim F. Storm  <storm@cua.dk>
3583         * ido.el (ido-init-completion-maps): Remap delete-backward-char.
3585 2007-03-12  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
3587         * tempo.el (tempo-insert): Deal with 'r> if it appears
3588         specified with a prompt argument.
3590 2007-03-12  Carsten Dominik  <dominik@science.uva.nl>
3592         * textmodes/org.el (org-set-font-lock-defaults):
3593         Handle narrow table columns correctly.
3595 2007-03-12  Mark A. Hershberger  <mah@everybody.org>
3597         * xml.el (xml-parse-tag, xml-parse-string, xml-parse-attlist)
3598         (xml-parse-dtd, xml-parse-elem-type, xml-substitute-special):
3599         Return to use of the -no-properties variants.  There was
3600         consensus on emacs-devel that the speed of these variants was
3601         prefered since we are usually parsing files (from the internet
3602         or on disk) instead of XML created in Emacs.
3604         * eshell/esh-mode.el (eshell-handle-ansi-color): New function.
3605         Add customize option.
3607 2007-03-12  Glenn Morris  <rgm@gnu.org>
3609         * calc/calc-forms.el (math-std-daylight-savings): Switch to new
3610         North American rule.  Replace "daylight savings" with "daylight
3611         saving" in doc.
3613         * calendar/cal-china.el, cal-dst.el, calendar.el, diary-lib.el:
3614         * calendar/lunar.el, solar.el: Replace "daylight savings" with
3615         "daylight saving" in text.
3617         * woman.el (woman-change-fonts): Tweak previous change by using
3618         woman-request-regexp rather than "^\\.".
3620         * startup.el (command-line-1): Make insertion of
3621         initial-scratch-message not depend on scratch being selected.
3623 2007-03-11  Juri Linkov  <juri@jurta.org>
3625         * replace.el (match): Use yellow background on light-bg terminals.
3627 2007-03-11  Richard Stallman  <rms@gnu.org>
3629         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
3630         Correctly compute line number.
3632 2007-03-11  Guanpeng Xu  <herberteuler@hotmail.com>
3634         * type-break.el (type-break-get-previous-count):
3635         Repeat previous change here.
3637 2007-03-11  Dan Nicolaescu  <dann@ics.uci.edu>
3639         * progmodes/grep.el (grep-find-ignored-directories):
3640         Add .git and .bzr to list.
3642 2007-03-11  Andreas Schwab  <schwab@suse.de>
3644         * diff-mode.el (diff-apply-hunk): Use proper format string for error.
3646 2007-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3648         * mail/emacsbug.el (report-emacs-bug): Don't hard code the "X" name.
3650 2007-03-10  Chong Yidong  <cyd@stupidchicken.com>
3652         * faces.el (face-set-after-frame-default): Recalculate face
3653         customizations after applying X resources.
3655 2007-03-10  Ryan Yeske  <rcyeske@gmail.com>
3657         * net/rcirc.el (rcirc-timeout-seconds): New variable.
3658         (rcirc-keepalive-seconds): Remove variable.
3659         (rcirc-server-name, rcirc-timeout-timer, rcirc-connecting)
3660         (rcirc-process, rcirc-user-disconnect): New variables.
3661         (rcirc-connect): Initalize new variables.
3662         (rcirc-keepalive): Don't send keepalive pings before connection
3663         is completed.
3664         (rcirc-sentinel): Do mark all channels with activity when
3665         connection is dropped.  Run hook with process buffer local.
3666         (rcirc-reschedule-timeout, rcirc-delete-process): New functions.
3667         (rcirc-buffer-process): Return value of rcirc-process if
3668         rcirc-server-buffer is nil.
3669         (rcirc-server-name): Return the reported server name.
3670         (rcirc-update-prompt): Simplify computation of the server name.
3671         (rcirc-format-response-string): Likewise.
3672         (rcirc-handler-001): Mark server as connected, record the reported
3673         server name, and schedule a timeout.
3674         (rcirc-track-nick): Add a spec for the tty class.
3675         (rcirc-user-non-nick): Remove function.
3676         (rcirc-nick-prefix-chars): Add variable.
3677         (rcirc-user-nick): Use above variable.
3679 2007-03-10  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
3681         * icomplete.el (icomplete-tidy, icomplete-exhibit):
3682         Bind deactivate-mark to nil.
3684 2007-03-10  Martin Rudalics  <rudalics@gmx.at>
3686         * complete.el (PC-do-completion): Bind dirlength to nil to avoid
3687         that buffer contents get erased during completion.
3689 2007-03-10  Glenn Morris  <rgm@gnu.org>
3691         * woman.el (woman-change-fonts): Add a hack to deal with
3692         font-escape followed by "." at start of a line.
3693         (woman2-IP): Add a hack to deal with consecutive requests.
3694         (woman2-tagged-paragraph): Extend existing hack to handle "sp".
3696 2007-03-10  Alan Mackenzie  <acm@muc.de>
3698         * progmodes/cc-mode.el (c-before-change): Wrap in save-match-data.
3700 2007-03-09  Richard Stallman  <rms@gnu.org>
3702         * abbrev.el (abbrev): Add `provide'.
3704 2007-03-09  Thien-Thi Nguyen  <ttn@gnu.org>
3706         * net/ange-ftp.el (ange-ftp-try-passive-mode): Doc fix.
3708 2007-03-09  Martin Rudalics  <rudalics@gmx.at>
3710         * complete.el (PC-try-completion): New function.
3711         (PC-do-completion, read-file-name-internal): Use it instead of
3712         try-completion.
3714 2007-03-08  Alan Mackenzie  <acm@muc.de>
3716         Remove stale tokens from `c-found-types' cache.
3718         * progmodes/cc-mode.el (c-unfind-enclosing-token)
3719         (c-unfind-coalesced-tokens, c-before-change): New functions.
3720         (c-maybe-stale-found-type): New variable.
3722         * progmodes/cc-engine.el (c-partial-ws-p, c-unfind-type)
3723         (c-trim-found-types): New functions.
3725 2007-03-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3727         * smerge-mode.el (smerge-remove-props): Don't mark the buffer modified.
3728         (debug-ignored-errors): Add entry from smerge-match-conflict.
3730 2007-03-08  J.D. Smith  <jdsmith@as.arizona.edu>
3732         * progmodes/idlw-help.el (idlwave-do-context-help1): Don't visit
3733         special help topics for keywords.
3734         (idlwave-help-assistant-command): Include ".exe" for ms-dos
3735         etc. Assistant command.
3737 2007-03-08  Chong Yidong  <cyd@stupidchicken.com>
3739         * replace.el (occur-engine): Move buffer-undo-list binding...
3740         (occur-1): ...to here.
3742         * complete.el (PC-bindings): Rebind M-TAB in read-expression-map.
3744         * simple.el (minibuffer-completing-symbol): New var.
3745         (eval-expression): Use it.
3746         (completion-setup-function): Don't bind completion-base-size when
3747         completing a symbol in the minibuffer.
3749 2007-03-08  Nick Roberts  <nickrob@snap.net.nz>
3751         * progmodes/gud.el (gdb): Pop up current GUD buffer if user
3752         tries to start a second session in graphical mode.
3754 2007-03-07  Miles Bader  <miles@gnu.org>
3756         * international/isearch-x.el
3757         (isearch-process-search-multibyte-characters):
3758         Strip text-properties from PROMPT to avoid an error from read-string.
3760 2007-03-07  Kim F. Storm  <storm@cua.dk>
3762         * complete.el (PC-bindings): Remap lisp-complete-symbol to
3763         PC-lisp-complete-symbol instead of binding M-TAB in global-map.
3765 2007-03-07  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
3767         * complete.el (PC-do-completion): Delete duplicates in the list of
3768         possible completions.
3770 2007-03-07  Glenn Morris  <rgm@gnu.org>
3772         * ses.el (ses-mode): Doc fix.
3774 2007-03-06  Kim F. Storm  <storm@cua.dk>
3776         * isearch.el (isearch-message-prefix): Undo 2007-03-01 change.
3778 2007-03-06  Kenichi Handa  <handa@m17n.org>
3780         * term/x-win.el (x-select-utf8-or-ctext): Improve the strategy.
3782 2007-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3784         * simple.el (completion-setup-function): Improve last fix so it doesn't
3785         set it to a relative directory name either.
3787 2007-03-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3789         * ps-print.el: Replace some (defvar VAR) by (defvar VAR nil).
3791 2007-03-05  Richard Stallman  <rms@gnu.org>
3793         * emacs-lisp/re-builder.el (reb-re-syntax): Fix custom type.
3795         * files.el (find-file-noselect): No error if file no longer exists.
3796         Display a message and avoid other questions.
3798 2007-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3800         * pcomplete.el (pcomplete-show-completions): Improve last change, so
3801         as not to use an invisible window and to create a window if none exist.
3803         * progmodes/python.el (python-send-command): Restart proc if necessary.
3804         (python-proc): Simplify.
3806 2007-03-05  David Hansen  <david.hansen@gmx.net>  (tiny change)
3808         * pcomplete.el (pcomplete-show-completions): Search all frames for
3809         completions buffer.
3811 2007-03-05  Chong Yidong  <cyd@stupidchicken.com>
3813         * cus-edit.el (customize-save-variable): Clear customized-value
3814         property (saved values are now put in theme-value property).
3815         (customize-set-variable): Doc fix.
3817         * complete.el (PC-do-completion): If completion-ignore-case is
3818         non-nil, replace field with completion string before exiting.
3820 2007-03-05  Michael Albinus  <michael.albinus@gmx.de>
3822         * net/tramp.el (tramp-make-temp-file): New parameter FILENAME.
3823         Append its extension to the resulting temporary file name.
3824         (tramp-handle-file-local-copy, tramp-handle-write-region): Apply it.
3826         * net/tramp-smb.el (tramp-smb-handle-file-local-copy)
3827         (tramp-smb-handle-write-region): Apply it.
3829 2007-03-05  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
3831         * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
3832         Redo previous change.
3834 2007-03-04  Kevin Rodgers  <kevin.d.rodgers@gmail.com>  (tiny change)
3836         * diff-mode.el (diff-mode): Doc fix.
3838 2007-03-05  Kenichi Handa  <handa@m17n.org>
3840         * international/characters.el: Set category `l' (latin)
3841         for more characters.
3843 2007-03-04  Kim F. Storm  <storm@cua.dk>
3845         * emacs-lisp/authors.el (authors-aliases): Add alias.
3847 2007-03-04  Glenn Morris  <rgm@gnu.org>
3849         * progmodes/hideshow.el (hs-minor-mode): Turn mode off and show
3850         all when switching major mode.
3851         (hs-minor-mode, hs-c-start-regexp, hs-block-start-regexp)
3852         (hs-block-start-mdata-select, hs-block-end-regexp)
3853         (hs-forward-sexp-func, hs-adjust-block-beginning):
3854         Do not make these variables permanent-local.
3856 2007-03-04  Richard Stallman  <rms@gnu.org>
3858         * progmodes/cperl-mode.el (cperl-mode):
3859         Modify cperl-compilation-error-regexp-alist by appending.
3861         * emacs-lisp/edebug.el (edebug-kill-buffer): New function.
3862         (edebug-mode): Add the hook.
3863         (edebug-recursive-edit): Remove the hook on exiting.
3865         * type-break.el (type-break-get-previous-time):
3866         Handle end-of-file errors specially
3867         so they don't get reported wrong in .emacs.
3869         * startup.el (fancy-splash-text): Clarify text.
3871         * simple.el (beginning-of-buffer, end-of-buffer):
3872         Avoid treating plain C-u like numeric arg.
3874         * simple.el (completion-setup-function): Don't set
3875         default-directory to nil.
3877         * shell.el (shell-dirstack-query): Doc fix.
3879         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
3880         Don't select the window -- pass it to primitives instead.
3882         * faces.el (minibuffer-prompt): Use medium blue by default.
3884 2007-03-04  David Kastrup  <dak@gnu.org>
3886         * jit-lock.el (jit-lock-stealth-time): Change default to nil.
3887         Preserve 16 as default value for "seconds" when customizing.
3889 2007-03-04  Carsten Dominik  <dominik@science.uva.nl>
3891         * textmodes/org.el (org-self-insert-command)
3892         (orgtbl-self-insert-command, org-delete-char)
3893         (org-delete-backward-char): Set the `flyspell-delayed' property.
3895 2007-03-03  Chong Yidong  <cyd@stupidchicken.com>
3897         * international/mule.el (find-auto-coding): Don't search for
3898         line-ending characters past the end of the tail.
3900 2007-03-03  Christopher Allan Webber  <cwebber@dustycloud.org>  (tiny change)
3902         * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
3903         Jump to the line where new score has been uploaded.
3905         * play/tetris.el (tetris-move-bottom, tetris-move-left)
3906         (tetris-move-right, tetris-rotate-prev, tetris-rotate-next):
3907         Do nothing when the game is paused.
3909 2007-03-03  Carsten Dominik  <dominik@science.uva.nl>
3911         * textmodes/org.el (org-set-tags): Prevent slipping of point
3912         during completion.
3914 2007-03-01  Lennart Borgman  <lennart.borgman.073@student.lu.se>
3916         * isearch.el (isearch-message-prefix):
3917         Use minibuffer-prompt-properties.
3919 2007-03-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3921         * ps-print.el: Replace (defvar VAR nil) by (defvar VAR).
3922         (ps-setup): Print which Emacsen is running ps-print package.
3924 2007-03-01  Stuart Herring  <herring@lanl.gov>
3926         * files.el (set-auto-mode-0): Use `indirect-function'.
3927         (hack-one-local-variable): Don't reapply current major mode.
3929 2007-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3931         * progmodes/python.el (python-quote-syntax): Don't bother with
3932         syntax-ppss-context.
3933         (python-fill-paragraph): Make sure that fenced-string delimiters that
3934         stand on their own line stay there.
3936 2007-03-01  Lennart Borgman  <lennart.borgman.073@student.lu.se>
3938         * replace.el (perform-replace): Propertize message.
3940 2007-03-01  Carsten Dominik  <dominik@science.uva.nl>
3942         * textmodes/org.el (org-prepare-agenda-buffers): Also check for
3943         invisible heading.
3945 2007-02-28  Chong Yidong  <cyd@stupidchicken.com>
3947         * net/tramp.el (tramp-file-name-handler): Revert last change.
3949 2007-02-28  Nick Roberts  <nickrob@snap.net.nz>
3951         * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump):
3952         Correct doc strings.
3954 2007-02-28  Chong Yidong  <cyd@stupidchicken.com>
3956         * replace.el (perform-replace): Undo forward-char immediately if
3957         non-adjacent search fails.
3959 2007-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3961         * version.el (emacs-major-version, emacs-minor-version):
3962         string-to-int -> string-to-number.
3964 2007-02-28  Juanma Barranquero  <lekktu@gmail.com>
3966         * help.el (where-is): Fail gracefully when not passed a command.
3968 2007-02-28  Stuart Herring  <herring@lanl.gov>
3970         * find-lisp.el (find-lisp-default-directory-predicate):
3971         Fix bug: Do symlink check on expanded filename.
3973 2007-02-28  Carsten Dominik  <dominik@science.uva.nl>
3975         * textmodes/org.el (org-set-tags, org-table-get-field): Avoid case
3976         changes during replacement.
3977         (org-agenda-mode-map): Add default binding for `org-agenda-archive'.
3979 2007-02-28  Lars Hansen  <larsh@soem.dk>
3981         * desktop.el: Delete header line listing me as maintainer.
3983 2007-02-28  Glenn Morris  <rgm@gnu.org>
3985         * tutorial.el (tutorial--describe-nonstandard-key): Tweak text in
3986         the menus case.
3988 2007-02-28  Chong Yidong  <cyd@stupidchicken.com>
3990         * net/tramp.el (tramp-file-name-handler): Inhibit modification
3991         hooks to avoid confusion when combining after-change calls.
3993 2007-02-27  Ken Manheimer  <ken.manheimer@gmail.com>
3995         * allout.el (allout-encrypt-string): Remove inhibition of gpg-agent,
3996         now that pgg-gpg-process-region correctly honors passed-in passphrase.
3997         (allout-distinctive-bullets-string): Add info about bullet conventions.
3998         (allout-mode): Add info about distinctive vs plain bullets.
4000 2007-02-27  Carsten Dominik  <dominik@science.uva.nl>
4002         * textmodes/org.el (org-archive-subtree): Quote variable name.
4003         (org-agenda-get-todos): Make sure skip properties are checked correctly.
4005 2007-02-26  Nick Roberts  <nickrob@snap.net.nz>
4007         * progmodes/gud.el (gud-bashdb-history, gud-bashdb-marker-filter)
4008         (gud-bashdb-command-name, bashdb): Remove.
4009         (gud, gud-menu-map): Remove references to bash/bashdb.
4011 2007-02-26  Andrey Zhdanov  <susuman@hotmail.com>  (tiny change)
4013         * progmodes/gud.el (gud-pdb-marker-regexp): Add optional <module>
4014         keyword for Python 2.5.
4016 2007-02-26  Romain Francoise  <romain@orebokech.com>
4018         * net/net-utils.el (whois-server-tld): Update server for .org.
4019         (whois-server-list): Add whois.publicinterestregistry.net.
4020         (whois-guess-server): Fix formatting in docstring.
4022 2007-02-26  Kim F. Storm  <storm@cua.dk>
4024         * mouse.el (mouse-show-mark): Run hooks and perform command
4025         remapping for mouse-region-delete-keys.
4027 2007-02-26  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
4029         * font-core.el (font-lock-mode): Doc fix.
4031 2007-02-25  Kim F. Storm  <storm@cua.dk>
4033         * ido.el (ido-buffer-internal): Set this-command to fallback command.
4034         Add selected buffer to buffer-name-history.
4035         (ido-file-internal): Set this-command to fallback command.
4036         Add file names to file-name-history.
4038         * emacs-lisp/map-ynp.el (map-y-or-n-p):
4039         Apply minibuffer-prompt-properties.
4041 2007-02-25  Andreas Schwab  <schwab@suse.de>
4043         * files.el (hack-one-local-variable-eval-safep): Correct handling
4044         of edebug-form-spec property value.  Reported by Johan Bockg\e,Ae\e(Brd.
4046 2007-02-25  Carsten Dominik  <dominik@science.uva.nl>
4048         * textmodes/org.el (org-table-overlay-coordinates)
4049         (org-table-toggle-coordinate-overlays): New functions.
4050         (org-table-overlay-coordinates, org-table-coordinate-overlays):
4051         New variables.
4052         (org-startup-with-deadline-check): Remove option.
4053         (org-mode): Remove deadline check on startup.
4054         (org-table-limit-column-width): Remove option.
4055         (org-table-formula-numbers-only): Remove option.
4056         (org-link-style, org-link-format): Remove options.
4057         (org-select-agenda-window, org-fit-agenda-window): Remove options.
4058         (org-export-ascii-show-new-buffer)
4059         (org-export-html-show-new-buffer): Remove options.
4060         (org-activate-links): Remove camel option.
4061         (org-file-link-context-use-camel-case): Remove option.
4062         (org-camel-regexp): Remove variable.
4063         (org-activate-camels): Remove function.
4064         (org-store-link): Remove Camel stuff.
4065         (org-make-org-heading-camel): Remove function.
4066         (org-open-at-point): Remove camel stuff.
4067         (org-link-search): Remove camel stuff.
4068         (org-camel-to-words): Function removed.
4069         (org-get-agenda-file-buffer): Make sure we prepare the base
4070         buffers, not any indirect buffers.
4071         (org-sort-entries): Sort top-level when not on a headline, and no
4072         active region.
4073         (org-in-regexp): New function.
4074         (org-search-not-self): Rename from `org-search-not-link'.
4075         (org-open-link-marker): New variable.
4076         (org-open-at-point): Set `org-open-link-marker'.
4077         (org-print-icalendar-entries): Fixe bug with excluding DONE
4078         entries from the exported list.
4079         (org-edit-formula-lisp-indent): New command.
4080         (orgtbl-to-texinfo, orgtbl-to-html): New functions.
4081         (orgtbl-to-latex, orgtbl-insert-radio-table)
4082         (orgtbl-toggle-comment, orgtbl-send-table): New functions.
4083         (orgtbl-radio-table-templates): New option.
4084         (org-store-link-props):
4085         (org-remember-templates): More possibilities to insert info
4086         into templates.
4087         (org-remember-apply-template): Make use of the extended
4088         template capabilities.
4089         (org-remember-redo-template): New command.
4090         (org-upgrade-old-links)
4091         (org-table-modify-formulas, org-table-replace-in-formulas)
4092         (org-table-find-dataline)
4093         (org-table-get-vertical-vector): Remove functions.
4094         (org-table-remove-rectangle-highlight)
4095         (org-time-stamp-format, org-toggle-log-option)
4096         (org-table-highlight-rectangle)
4097         (org-table-iterate, org-table-make-reference):
4098         (org-translate-time, org-tree-to-indirect-buffer)
4099         (org-table-field-info, org-table-fix-formulas)
4100         (org-table-force-dataline, org-table-get-descriptor-line)
4101         (org-table-get-range)
4102         (org-skip-comments, org-sort)
4103         (org-sort-entries, org-sublist, org-table-add-rectangle-overlay)
4104         (org-table-current-dline, org-table-current-field-formula)
4105         (org-table-edit-backward-field)
4106         (org-table-edit-formulas-post-command)
4107         (org-table-edit-line-down, org-table-edit-line-up)
4108         (org-agenda-archive)
4109         (org-agenda-clock-cancel)
4110         (org-agenda-clock-out, org-agenda-list-stuck-projects)
4111         (org-agenda-open-link, org-agenda-show-new-time)
4112         (org-agenda-skip-subtree-when-regexp-matches)
4113         (org-agenda-tree-to-indirect-buffer, org-agenda-undo)
4114         (org-at-regexp-p, org-auto-repeat-maybe, org-check-log-option)
4115         (org-do-sort, org-file-image-p, org-find-overlays)
4116         (org-find-row-type, org-get-indirect-buffer, org-get-repeat)
4117         (org-highlight-until-next-command, org-isearch-end)
4118         (org-match-any-p, org-next-link, org-previous-link):
4119         (org-remove-subtree-entries-from-agenda, org-replace-escapes)
4120         (org-rewrite-old-row-references)
4121         (org-isearch-post-command)
4122         (org-table-edit-move, org-table-edit-next-field)
4123         (org-table-edit-scroll, org-table-edit-scroll-down)
4124         (org-set-frame-title, org-show-reference)
4125         (org-unhighlight-once, org-verify-change-for-undo): New functions.
4126         (org-show-variable): Remove command.
4127         (org-add-log-maybe): New arguments STATE, FINDPOS
4128         (org-table-sort-lines): Rewrite from scratch.
4129         (org-link-search): New argument AVOID-POS.
4130         (org-print-icalendar-entries): Remove argument CATEGORY.
4131         (org-run-agenda-series): Remove argument WONDOW.
4132         (org-next-link, org-previous-link): New commands.
4133         (org-agenda-date-format): New option.
4134         (org-table-iterate): New command.
4135         (org-table-modify-formulas)
4136         (org-table-replace-in-formulas): Remove functions.
4137         (org-table-fix-formulas): New function.
4138         (org-table-insert-column, org-table-delete-column)
4139         (org-table-move-column): Use `org-table-fix-formulas'.
4140         (org-follow-gnus-link): Patch from Bastien/Leo.
4141         (org-table-current-field-formula): New function.
4142         (org-file-image-p): New function.
4143         (org-agenda-show-new-time): New function.
4144         (org-agenda-date-later): Call `org-agenda-show-new-time'.
4145         (org-with-remote-undo): New macro.
4146         (org-agenda-undo): New command.
4147         (org-verify-change-for-undo): New function.
4148         (org-time-stamp-format): New function.
4149         (org-agenda-get-timestamps): Skip scheduled if DONE and requested
4150         by user.
4151         (org-match-any-p): New function.
4152         (org-make-tags-matcher): Handle regular expressions for tag and
4153         todo matches.
4154         (org-read-date): Accept "+N" as input for a date relative to the
4155         current date.
4156         (org-remove-subtree-entries-from-agenda): New function.
4157         (org-agenda-archive, org-agenda-kill):
4158         Use `org-remove-subtree-entries-from-agenda'.
4159         (org-do-sort, org-sort-entries): New functions.
4160         (org-sort): New command.
4161         (org-table-sort-lines): Use `org-do-sort'.
4162         (org-fix-decoded-time): New function.
4163         (org-table-number-regexp): Require 0x... to identify as number
4164         in tables.
4165         (org-startup-options): New keywords for note taking.
4166         (org-upgrade-old-links): Remove function.
4167         (org-get-repeat): New function.
4168         (org-show-context): Also show siblings on current level.
4169         (org-show-siblings): New function.
4170         (org-isearch-end, org-isearch-post-command): New functions.
4171         (org-show-siblings): New option.
4172         (org-show-context): Use `org-show-siblings'.
4173         (org-table-maybe-recalculate-line): No longer require `calc-eval'
4174         to be bound, because user may just use elisp.
4176 2007-02-24  Kim F. Storm  <storm@cua.dk>
4178         * emulation/cua-base.el (cua-paste): Handle x-clipboard-yank.
4179         (cua--init-keymaps): Remap x-clipboard-yank to cua-paste.
4181 2007-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
4183         * startup.el (command-line): Also check if the abbrev file is readable.
4185 2007-02-24  John Paul Wallington  <jpw@pobox.com>
4187         * net/tls.el (tls-certtool-program): Fix custom type.
4189         * mail/feedmail.el (feedmail-message-id-generator)
4190         (feedmail-date-generator): Fix custom types.
4192         * mail/rmail.el (rmail-message-filter): Fix custom type.
4194 2007-02-24  Eli Zaretskii  <eliz@gnu.org>
4196         * startup.el (command-line): If simple.el cannot be found, proceed
4197         with a warning message.
4199 2007-02-24  Kenichi Handa  <handa@m17n.org>
4201         * international/utf-8.el (utf-8-pre-write-conversion): Handle the
4202         case that BEG is a string.
4204 2007-02-24  Chris Moore  <dooglus@gmail.com>
4206         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
4207         * pgg-pgp.el (pgg-pgp-encrypt-region):
4208         * pgg-gpg.el (pgg-gpg-encrypt-region):
4209         Check pgg-encrypt-for-me if no other recipients.
4211 2007-02-23  Eli Zaretskii  <eliz@gnu.org>
4213         * mail/rmailedit.el (rmail-cease-edit): Restore the Rmail toolbar.
4215         * textmodes/sgml-mode.el (sgml-validate): Quote the file name with
4216         shell-quote-argument.
4218 2007-02-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4220         * comint.el (comint-read-input-ring): Use comint-input-ring-size
4221         from the comint buffer instead of the temporary one.
4223 2007-02-23  David Reitter  <david.reitter@gmail.com>
4225         * cus-edit.el (custom-save-all): Canonicalize custom-file before
4226         storing it in recentf-exclude.
4228 2007-02-23  Chong Yidong  <cyd@stupidchicken.com>
4230         * startup.el (fancy-splash-screens): Make cursor-type buffer-local
4231         in splash screen.
4233 2007-02-22  J.D. Smith  <jdsmith@as.arizona.edu>
4235         * progmodes/idlw-shell.el (idlwave-shell-mode): Clean up pending
4236         commands, for restart.
4237         (idlwave-shell-current-module): Fix handling of module name by type.
4238         (idlwave-shell-break-in): Update type handling.
4239         (idlwave-shell-bp-get): Encode type in BP structure.
4240         (idlwave-shell-set-bp): Fix setting condition/count on disabled BPs.
4241         (idlwave-shell-module-source-query): Query routine info based on type.
4242         Fix path parsing for non-compiled files.
4243         (idlwave-shell-module-source-filter): Don't signal error in filter
4244         if no source found.
4245         (idlwave-shell-set-bp-in-module): Use fallback source to prevent
4246         filter race.
4248 2007-02-22  Kim F. Storm  <storm@cua.dk>
4250         * wid-edit.el (widget-default-create): Undo 2007-02-04 change.
4251         (editable-field): Document need to put some text before the %v
4252         escape in :format string.
4254 2007-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4256         * vc-svn.el: Remove the code inherited from CVSREAD and `cvs edit'.
4257         (vc-svn-use-edit): Remove unused config var.
4258         (vc-svn-update, vc-svn-revert): Checkout is always implicit.
4260         * outline.el (hide-sublevels): Keep empty last line, if available.
4262         * buff-menu.el (list-buffers-noselect): Use explicit unicode code
4263         rather than the corresponding unicode char, to make the code
4264         more readable.
4266 2007-02-19  Juanma Barranquero  <lekktu@gmail.com>
4268         * speedbar.el (speedbar-frame-mode, speedbar-frame-width)
4269         (speedbar-show-unknown-files, speedbar-item-info-file-helper)
4270         (speedbar-item-info-tag-helper): Doc fixes.
4272 2007-02-19  Kenichi Handa  <handa@m17n.org>
4274         * international/mule-cmds.el (locale-language-names):
4275         Map "eo" to "Esperanto".
4277         * language/european.el ("Esperanto"): New language environment.
4279 2007-02-17  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
4281         * simple.el (kill-line): Doc fix.
4283 2007-02-17  Kim F. Storm  <storm@cua.dk>
4285         * emacs-lisp/bindat.el (bindat--unpack-u*): Optimize.
4286         (bindat--unpack-item, bindat--length-group, bindat--pack-item)
4287         (bindat--unpack-group, bindat--pack-group):
4288         Handle vectors with optional element type.
4290 2007-02-17  Daiki Ueno  <ueno@unixuser.org>
4292         * pgg-gpg.el (pgg-gpg-process-region): Make USE-AGENT nil
4293         if PASSPHRASE is given.
4295 2007-02-17  Chris Moore  <dooglus@gmail.com>
4297         * jka-cmpr-hook.el (jka-compr-compression-info-list):
4298         Recognize backups of bz2 compressed files.
4300 2007-02-17  Eli Zaretskii  <eliz@gnu.org>
4302         * info-look.el (info-lookup): Bind Info-fontify-maximum-menu-size
4303         to nil to speed up lookup of the symbol in index nodes.
4305 2007-02-17  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
4307         * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
4308         Add indentation for the constants of Lisp.
4310 2007-02-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4312         * ps-print.el: Use (defvar <foo>) where applicable.
4313         (ps-print-emacs-type): Remove.
4314         (ps-x-frame-property, ps-e-frame-parameter): Remove.
4315         (ps-frame-parameter): Align its call-convention with frame-parameter.
4316         (ps-begin-job): Adjust calls to it appropriately.
4317         (ps-setup): Don't print ps-print-emacs-type.
4318         (ps-e-find-composition, ps-mark-active-p, ps-color-device):
4319         Define in such a way that it's obvious that it's defined.
4320         (ps-prsc, ps-c-prsc, ps-s-prsc): Remove.
4321         (ps-rmail-mode-hook, ps-vm-mode-hook, ps-gnus-summary-setup)
4322         (ps-jts-ps-setup): Use flavor-neutral syntax instead.
4324 2007-02-15  Alan Mackenzie  <acm@muc.de>
4326         * progmodes/cc-cmds.el (c-indent-new-comment-line): When splitting
4327         an empty one-line C-style comment, post-position point properly.
4329 2007-02-15  Chris Moore  <dooglus@gmail.com>
4331         * isearch.el (isearch-lazy-highlight-space-regexp): New variable.
4332         (isearch-lazy-highlight-new-loop): Bind it.
4333         (isearch-lazy-highlight-search): Use it.
4335         * replace.el (replace-highlight): Bind search-whitespace-regexp to nil.
4337 2007-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4339         * font-lock.el (font-lock-extend-region-wholelines):
4340         Only return non-nil if the region has really been changed.
4341         Reported by David Hansen <david.hansen@physik.fu-berlin.de>
4343 2007-02-15  Juanma Barranquero  <lekktu@gmail.com>
4345         * play/5x5.el (5x5-crack-xor-mutate): Doc fix.
4346         (5x5-draw-grid-end, 5x5-make-xor-with-mutation, 5x5-mode, 5x5-crack)
4347         (5x5-play-solution, 5x5-y-or-n-p): Fix typos in docstrings.
4349 2007-02-14  Juanma Barranquero  <lekktu@gmail.com>
4351         * faces.el (color-values): Revert changes to docstring from
4352         2007-01-31 and 2000-09-07.
4354         * textmodes/ispell.el (ispell-keep-choices-win, ispell-word)
4355         (ispell-begin-skip-region-regexp): Fix typos in docstrings.
4356         (ispell-dictionary-alist, ispell-process-line): Doc fixes.
4357         (ispell-help): Fix typos in docstring and output message.
4359 2007-02-14  Kim F. Storm  <storm@cua.dk>
4361         * progmodes/grep.el (grep-files-aliases): Add tex and texi aliases.
4362         (lgrep): Add DIR arg to start grep in specific directory, like rgrep.
4363         (grep): Fix lgrep reference.
4365         * disp-table.el (make-glyph-code, glyph-char, glyph-face): New defuns.
4366         (standard-display-underline): Use make-glyph-code.
4368         * descr-text.el (describe-char): Use glyph-char and glyph-face.
4370         * international/latin1-disp.el (latin1-display-char):
4371         Use make-glyph-code.
4373 2007-02-13  Juanma Barranquero  <lekktu@gmail.com>
4375         * ehelp.el (with-electric-help, electric-help-exit)
4376         (electric-help-retain): Doc fixes.
4378         * emacs-lisp/bytecomp.el (byte-compile-dest-file)
4379         (byte-compile-file): Doc fixes.
4381 2007-02-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4383         * term/mac-win.el: Change all uses of
4384         mac-set-font-panel-visibility to mac-set-font-panel-visible-p.
4385         (mac-ae-number): Return integer 0 if coerced result is float 0.0.
4386         (mac-ae-get-url): Call select-frame-set-input-focus.
4387         (mac-dnd-handle-drag-n-drop-event): Don't call
4388         select-frame-set-input-focus.
4390 2007-02-13  Kenichi Handa  <handa@m17n.org>
4392         * international/characters.el: Fix documentation of category `a'.
4394 2007-02-11  Dan Nicolaescu  <dann@ics.uci.edu>
4396         * progmodes/grep.el (grep): Mention lgrep and rgrep in the docstring.
4398 2007-02-12  Michael Albinus  <michael.albinus@gmx.de>
4400         * net/tramp.el (tramp-get-ls-command, tramp-get-file-exists-command)
4401         (tramp-get-remote-ln): Handle error case.
4402         Reported by Chris Moore <dooglus@gmail.com>.
4404 2007-02-11  Kim F. Storm  <storm@cua.dk>
4406         * bindings.el (ctl-x-map): Remove register compatibility bindings
4407         C-x /, C-x j, C-x x, and C-x g (deprecated since Emacs 19).
4409 2007-02-11  Richard Stallman  <rms@gnu.org>
4411         * loadhist.el (unload-feature): Handle (t . SYMBOL) entries
4412         in load history.
4414         * emacs-lisp/lisp-mode.el (indent-sexp): Clean up termination
4415         condition -- don't fail to stop at endpos.
4417 2007-02-11  Carsten Dominik  <dominik@science.uva.nl>
4419         * textmodes/org.el (org-agenda-get-todos)
4420         (org-agenda-get-timestamps, org-agenda-get-closed)
4421         (org-agenda-get-deadlines, org-agenda-get-scheduled)
4422         (org-agenda-get-blocks, org-format-agenda-item)
4423         (org-agenda-change-all-lines, org-scan-tags): Rename text property
4424         from `category' to `org-category'.
4426 2007-02-11  Kenichi Handa  <handa@m17n.org>
4428         * international/titdic-cnv.el (titdic-convert): Force files be written
4429         with Unix-like eol format.  Read files under CXTERM-DIC by raw-text.
4430         (miscdic-convert): Force files be written with Unix-like eol format.
4432 2007-02-11  Juanma Barranquero  <lekktu@gmail.com>
4434         * files.el (change-major-mode-with-file-name): Fix typo in docstring.
4436         * calculator.el (calculator-prompt): Doc fix.
4437         (calculator-mode-map): Fix typo in menu entry.
4439 2007-02-10  Jay Belanger  <belanger@truman.edu>
4441         * calculator.el (calculator): Do more extensive checking for when
4442         3 lines should be used for the calculator.
4444 2007-02-10  Eli Zaretskii  <eliz@gnu.org>
4446         * info-look.el (info-lookup-make-completions):
4447         Bind Info-fontify-maximum-menu-size to nil to speed up lookup of
4448         index nodes.
4450         * info.el (Info-fontify-maximum-menu-size): Document the effect
4451         of a nil value.
4452         (Info-fontify-node): Make sure Info-fontify-maximum-menu-size is
4453         non-nil before using it as size.
4455 2007-02-09  Chong Yidong  <cyd@stupidchicken.com>
4457         * subr.el (insert-for-yank-1): Prevent read-only properties from
4458         interfering with text property operations.
4460         * image-mode.el (image-mode): Revert 2007-01-30 changes.
4462         * image.el (image-type-auto-detectable): Don't autodetect x[pb]m.
4463         (image-type-auto-detected-p): Fail if another match is found in
4464         auto-mode-alist.
4466         * files.el (magic-mode-alist): Call image-mode instead of
4467         image-mode-maybe for autodetected images.
4469 2007-02-09  Juanma Barranquero  <lekktu@gmail.com>
4471         * mail/smtpmail.el (smtpmail-smtp-service, smtpmail-queue-index-file):
4472         Fix typos in docstrings.
4473         (smtpmail-local-domain, smtpmail-queue-mail): Doc fixes.
4475 2007-02-09  Kim F. Storm  <storm@cua.dk>
4477         * emacs-lisp/float-sup.el: Remove obsolete comment.
4479 2007-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4481         * diff-mode.el (diff-sanity-check-hunk): Fix last fix.
4483 2007-02-08  Karl Fogel  <kfogel@red-bean.com>
4485         * simple.el: Revert previous change, at request of RMS:
4486         (fundamental-mode-hook): Remove.
4487         (fundamental-mode): Run after-change-major-mode-hooks manually,
4488         and don't run the now-nonexistent fundamental-mode-hook.
4490 2007-02-08  Karl Fogel  <kfogel@red-bean.com>
4492         * simple.el (fundamental-mode-hook): Declare new hook.
4493         (fundamental-mode): Run the new dedicated hook, and don't run
4494         after-change-major-mode-hooks manually anymore.
4496 2007-02-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4498         * vc-svn.el (vc-svn-merge-news): Understand the new format with two
4499         added columns of chars.  Remove support for the "no-meta-info" format.
4500         Prompted by Romain Francoise <romain@orebokech.com>.
4502 2007-02-07  Nick Roberts  <nickrob@snap.net.nz>
4504         * progmodes/gdb-ui.el (gdb-if-arrow): New macro.
4505         (gdb-mouse-until, gdb-mouse-jump): Use it.
4507 2007-02-07  Nick Roberts  <nickrob@snap.net.nz>
4509         * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump): Make them
4510         work when there is just an assembler buffer (no source buffer).
4512 2007-02-07  Per Cederqvist  <ceder@lysator.liu.se>  (tiny change)
4514         * diff-mode.el (diff-sanity-check-hunk): Don't reject the hunk
4515         just because the diff was produced using "-p" (--show-c-function).
4517 2007-02-07  Juanma Barranquero  <lekktu@gmail.com>
4519         * faces.el (frame-set-background-mode): Use `color-values' and
4520         `display-color-p', not `x-color-values' and `x-display-color-p'.
4521         (face-valid-attribute-values): Use `defined-colors' instead of
4522         `x-defined-colors'.
4524 2007-02-07  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4526         * ps-print.el: The ps-print commands without face printing should not
4527         print background color.  Reported by Leo <sdl.web@gmail.com>.
4528         (ps-print-version): New version 6.7.3.
4529         (ps-begin-job): New arg.  Fix ps-default-background and
4530         ps-default-foreground initialization.
4531         (ps-face-attributes): Fix doc string.
4532         (ps-face-background, ps-generate-postscript, ps-generate): Fix code.
4534         * printing.el: Fix ps-print link.
4536 2007-02-06  Chong Yidong  <cyd@stupidchicken.com>
4538         * faces.el (face-set-after-frame-default): Compile attributes to
4539         be set by frame parameters before merging in X resources.
4541 2007-02-06  Juanma Barranquero  <lekktu@gmail.com>
4543         * simple.el (blink-matching-paren-dont-ignore-comments):
4544         (blink-matching-paren-on-screen): Doc fixes.
4546 2007-02-06  Nick Roberts  <nickrob@snap.net.nz>
4548         * progmodes/gdb-ui.el (gdb-frames-mode): Truncate lines in stack buffer.
4550 2007-02-05  Juanma Barranquero  <lekktu@gmail.com>
4552         * loadhist.el (unload-feature): Silently ignore `load-history' entries
4553         of the form `(defface . SYMBOL)', and treat `(autoload . SYMBOL)'
4554         entries like `defun'.  Return nil.
4556 2007-02-05  Kim F. Storm  <storm@cua.dk>
4558         * ido.el: Doc fixes.
4560 2007-02-04  David Kastrup  <dak@gnu.org>
4562         * play/mpuz.el (mpuz-random-puzzle): Fix potential lockup when
4563         `mpuz-allow-double-multiplicator' is non-zero, and correct
4564         calculation of `min'.
4566 2007-02-04  Per Abrahamsen  <abraham@dina.kvl.dk>
4568         * wid-edit.el (widget-default-create): Insert new text at the
4569         :from marker _after_ the marker, not before it.
4571 2007-02-04  Alan Mackenzie  <acm@muc.de>
4573         * progmodes/cc-cmds.el (c-indent-line): Don't erase ^L when a line
4574         containing it is re-indented.
4576 2007-02-03  Chong Yidong  <cyd@stupidchicken.com>
4578         * net/newsticker.el (newsticker--insert-image): Update docstring,
4579         and insert the image directly.
4580         (newsticker--buffer-redraw): Update docstring.
4582         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
4583         Rename from define-global-minor-mode.
4585         * progmodes/cwarn.el (global-cwarn-mode):
4586         * emacs-lisp/autoload.el (make-autoload):
4587         * hi-lock.el (global-hi-lock-mode):
4588         * font-core.el (global-font-lock-mode): All callers changed.
4590 2007-02-03  Eli Zaretskii  <eliz@gnu.org>
4592         * textmodes/texnfo-upd.el (texinfo-menu-copy-old-description):
4593         Don't copy @ignore lines into menu descriptions.
4594         (texinfo-multi-file-update): Goto the @node line before attempting
4595         to pluck the node name.
4596         (texinfo-multiple-files-update): Reverse the optional arguments'
4597         order, as per the doc string and the `interactive' form.
4599 2007-02-03  Chong Yidong  <cyd@stupidchicken.com>
4601         * image-mode.el: Use autoload to avoid overriding disabled setting
4602         applied in .emacs.
4604 2007-02-03  Alan Mackenzie  <acm@muc.de>
4606         * progmodes/cc-engine.el (c-in-knr-argdecl): Slight correction
4607         for, e.g. "void (*hdone)();" in a k&r list.  (No WS between
4608         adjacent paren groups).
4610 2007-02-02  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4612         * progmodes/ebnf2ps.el: Doc fixes.
4613         (ebnf-eps-buffer, ebnf-eps-region, ebnf-syntax-alist): Doc fixes.
4615 2007-02-02  Eli Zaretskii  <eliz@gnu.org>
4617         * dired-x.el (dired-do-relsymlink): Add reference to
4618         dired-do-symlink.  Add an autoload cookie.
4620         * dired-aux.el (dired-do-symlink): Add reference to
4621         dired-do-relsymlink.
4623 2007-02-02  Doug Maxey  <dwm@enoyolf.org>  (tiny change)
4625         * mouse.el <left-fringe mouse-2, right-fringe mouse-3>:
4626         <left-fringe mouse-3>: New bindings.
4628 2007-02-02  Ulf Jasper  <ulf.jasper@web.de>
4630         * net/newsticker.el (newsticker-version): Changed to "1.10".
4631         (newsticker--set-customvar): Doc string.
4632         (newsticker-new-item-face): Doc string.
4633         (newsticker-mode): Initialize `invisibility-spec' with t.
4634         (newsticker-mode-map): Added
4635         `newsticker-mark-all-items-at-point-as-read'.
4636         (newsticker-menu): Added narrow-to-item and narrow-to-feed.
4637         (newsticker-w3m-show-inline-images): Do not call
4638         `w3m-remove-image'.
4639         (newsticker--buffer-after-w3m-insert-image): New advice for
4640         w3m-insert-image to cache images.
4641         (newsticker-next-item-same-feed): New.
4642         (newsticker-mark-all-items-at-point-as-read-and-redraw): New.
4643         (newsticker-mark-all-items-of-feed-as-read): New.
4644         (newsticker-mark-all-items-at-point-as-read): Use new functions.
4645         (newsticker-mark-item-at-point-as-read): Doc string.
4646         (newsticker-mark-item-at-point-as-read): Use new functions.
4647         (newsticker--do-mark-item-at-point-as-read): New, extracted from
4648         `newsticker-mark-item-at-point-as-read'.
4649         (newsticker-hide-entry): Use (t) instead of t for invisibility.
4650         (newsticker--sentinel): Yet another xml-parser workaround.
4651         (newsticker--decode-iso8601-date): Bugfix for datestrings without
4652         days.
4653         (newsticker--buffer-do-insert-text): Fix.
4654         (newsticker--buffer-insert-enclosure): Fix. length might be missing.
4655         (newsticker--buffer-make-item-completely-visible):
4656         `switch-to-buffer' not necessary.
4658 2007-02-02  Eli Zaretskii  <eliz@gnu.org>
4660         * progmodes/ebnf2ps.el (ebnf-eps-buffer, ebnf-eps-region)
4661         (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-region)
4662         (ebnf-style-database, ebnf-apply-style, ebnf-reset-style)
4663         (ebnf-push-style, ebnf-pop-style, ebnf-eps-production-list)
4664         (ebnf-directory, ebnf-file, ebnf-syntax-alist): Doc fixes.
4666 2007-02-02  Kenichi Handa  <handa@m17n.org>
4668         * international/quail.el (quail-show-key): Fix an error message.
4670 2007-02-01  Juanma Barranquero  <lekktu@gmail.com>
4672         * faces.el (set-face-underline-p, modify-face): Rename arg
4673         UNDERLINE-P to UNDERLINE (it is not a flag).
4675 2007-02-01  Nick Roberts  <nickrob@snap.net.nz>
4677         * progmodes/gdb-ui.el (gdb-speedbar-update): Avoid duplication
4678         when adding gdb-speedbar-update to gdb-input-queue.
4680 2007-02-01  Kenichi Handa  <handa@m17n.org>
4682         * international/quail.el (quail-show-key): Signal an error if the
4683         current input method is not using Quail.
4685 2007-02-01  J.D. Smith  <jdsmith@as.arizona.edu>
4687         * progmodes/idlwave.el (idlwave-xml-create-sysvar-alist):
4688         Trim leading whitespace in sysvar names.
4690 2007-02-01  Juanma Barranquero  <lekktu@gmail.com>
4692         * faces.el (internal-find-face, internal-get-face): Doc fixes.
4694 2007-01-31  Juanma Barranquero  <lekktu@gmail.com>
4696         * ido.el (ido-set-common-completion): Use `let', not `let*'.
4698 2007-01-31  Romain Francoise  <romain@orebokech.com>
4700         * comint.el: Delete extra copy of `comint-copy-old-input' added in
4701         previous change to this file.
4703 2007-01-31  Jason Rumney  <jasonr@gnu.org>
4705         * files.el (magic-mode-alist): Use image-mode-maybe rather than
4706         image-mode.
4708         * image-mode.el (image-mode-maybe): Prevent magic-mode-alist from
4709         interfering with attempt to set major mode from modified
4710         auto-mode-alist.
4712 2007-01-31  Juanma Barranquero  <lekktu@gmail.com>
4714         * faces.el (color-values): Doc fix.
4715         (face-differs-from-default-p): Don't check :foreground twice.
4717 2007-01-31  J.D. Smith  <jdsmith@as.arizona.edu>
4719         * comint.el (comint-mode): Prevent non-keyword fontification by default.
4721 2007-01-31  Kenichi Handa  <handa@m17n.org>
4723         * international/quail.el (quail-store-decode-map-key): Store a
4724         translated character too.
4725         (quail-char-equal-p): New function.
4726         (quail-find-key1): Check character equality by quail-char-equal-p.
4727         (quail-decode-map-generated): New variable.
4728         (quail-find-key): Check quail-decode-map-generated and re-generate
4729         a decode map if necessary.
4731 2007-01-30  Richard Stallman  <rms@gnu.org>
4733         * tutorial.el (tutorial--detailed-help): Make the list of
4734         changed keys look nicer.
4736 2007-01-30  Nick Roberts  <nickrob@snap.net.nz>
4738         * progmodes/gdb-ui.el (gdb-var-delete-1): New function.
4739         (gdb-var-delete): Use it.
4740         (gdb-var-update-handler-1): Handle value "invalid" for MI field
4741         `in_scope'.
4743 2007-01-30  Michael Albinus  <michael.albinus@gmx.de>
4745         * files.el (get-free-disk-space): Return nil for remote directories.
4747         * net/ange-ftp.el (ange-ftp-ls): In case of wildcards, use "ls"
4748         instead of "dir".
4750 2007-01-30  Chong Yidong  <cyd@stupidchicken.com>
4752         * type-break.el (type-break-catch-up-event): New function.
4753         (type-break-demo-hanoi, type-break-demo-life)
4754         (type-break-demo-boring): Use it.
4756         * image-mode.el (image-mode): Don't automatically view as image.
4757         (image-toggle-display): Add `disabled' property.
4759 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
4761         * isearchb.el (isearchb-iswitchb):
4762         * ps-print.el (ps-build-face-reference):
4763         * emacs-lisp/shadow.el (list-load-path-shadows):
4764         * eshell/esh-cmd.el (eshell-rewrite-for-command):
4765         * international/mule.el (find-auto-coding):
4766         * mail/supercite.el (sc-attrib-selection-list):
4767         * progmodes/cc-defs.el (c-emacs-features):
4768         * progmodes/cc-vars.el (c-offsets-alist):
4769         * progmodes/flymake.el
4770         (flymake-init-create-temp-source-and-master-buffer-copy):
4771         Fix typos in docstrings (some suggested by Chris Moore).
4773         * progmodes/vhdl-mode.el (vhdl-components-package-name)
4774         (vhdl-get-library-unit, vhdl-corresponding-begin)
4775         (vhdl-skip-case-alternative, vhdl-backward-skip-label)
4776         (vhdl-align-region-2, vhdl-electric-dash, vhdl-case-word)
4777         (vhdl-hooked-abbrev, vhdl-hs-forward-sexp-func)
4778         (vhdl-font-lock-match-item): Fix typos in docstrings.
4779         (vhdl-get-library-unit, vhdl-get-block-state, vhdl-sort-alist)
4780         (vhdl-set-offset, vhdl-fix-case-region-1, vhdl-scan-directory-contents)
4781         (vhdl-speedbar-insert-project-hierarchy):
4782         Improve argument/docstring consistency.
4784 2007-01-29  Kenichi Handa  <handa@m17n.org>
4786         * international/titdic-cnv.el (py-converter): Fix previous change.
4788 2007-01-29  Chong Yidong  <cyd@stupidchicken.com>
4790         * jka-compr.el (jka-compr-partial-uncompress)
4791         (jka-compr-call-process): Rebind default-directory if it is
4792         invalid.  Suggested by Chris Moore.
4794         * comint.el (comint-insert-input): Handle situation where the
4795         selected buffer is not the clicked buffer.
4797 2007-01-29  Kenichi Handa  <handa@m17n.org>
4799         * international/ja-dic-cnv.el (skkdic-convert):
4800         Add byte-compile-disable-print-circle:t at the head.
4802         * international/titdic-cnv.el (tit-process-header):
4803         Add byte-compile-disable-print-circle:t at the head.
4804         (miscdic-convert): Likewise.
4805         (py-converter): Skip the header comments.
4807         * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle):
4808         New variable.
4809         (byte-compile-output-file-form): Bing print-circle to nil if
4810         byte-compile-output-file-form is not nil.
4811         (byte-compile-output-docform): Likewise.
4813 2007-01-28  Kim F. Storm  <storm@cua.dk>
4815         * emulation/cua-base.el (cua-global-keymap, cua--region-keymap):
4816         Declare earlier to avoid byte compiler warnings.
4818 2007-01-28  Markus Triska  <markus.triska@gmx.at>
4820         * speedbar.el (speedbar-make-specialized-keymap): Doc fix.
4822 2007-01-28  Chong Yidong  <cyd@stupidchicken.com>
4824         * play/gamegrid.el (gamegrid-kill-timer): Cancel timer directly.
4825         (gamegrid-add-score-with-update-game-score-1): Allow local quits
4826         when calling update-game-score program.  Remove unnecessary
4827         save-excursion.
4829         * play/tetris.el (tetris-new-shape): Stop drawing if game is over.
4831 2007-01-28  Nick Roberts  <nickrob@snap.net.nz>
4833         * progmodes/gdb-ui.el (gdb-breakpoint-regexp): Declare earlier to
4834         avoid compiler warning.
4835         (gdb-var-update-handler-1): Consider that the MI field `in_scope'
4836         might have values other than "true" or "false".
4838 2007-01-28  Richard Stallman  <rms@gnu.org>
4840         * textmodes/fill.el (fill-paragraph-function): Doc fix.
4841         (fill-paragraph): Bind fill-paragraph-function to t to avoid recursion.
4843         * emacs-lisp/pp.el (pp-eval-last-sexp): Don't eval here.
4845         * image.el (image-type-header-regexps): Make GIF regex more specific.
4847         * tutorial.el (tutorial--default-keys): Check M-DEL, not `M-backspace'.
4848         Don't check `backspace'.
4849         (tutorial--find-changed-keys): Look up bindings in a temp buffer
4850         in Fundamental mode.
4852         * startup.el (fancy-splash-text, normal-splash-screen):
4853         Mention C-g.
4855         * simple.el (eval-expression): Don't use eval-last-sexp-print-value
4856         when inserting in buffer.
4858         * vc-arch.el (vc-arch-file-id): Move with-current-buffer
4859         inside the if.
4861 2007-01-27  Richard Stallman  <rms@gnu.org>
4863         * obsolete/awk-mode.el (awk-font-lock-keywords): Add "do".
4865 2007-01-27  Guanpeng Xu  <herberteuler@hotmail.com>
4867         * add-log.el (add-log-current-defun): Skip the semicolon ``;'' for
4868         enum/union/struct/class definition.
4869         Revert change to call `forward-sexp' multiple times.
4871 2007-01-27  Chong Yidong  <cyd@stupidchicken.com>
4873         * files.el (hack-local-variables-confirm): Don't keep trying to
4874         read an event from an empty kbd macro.
4876 2007-01-27  Eli Zaretskii  <eliz@gnu.org>
4878         * server.el (server-start): Mention LEAVE-DEAD arg in the doc string.
4880 2007-01-27  Ben North  <ben@redfrontdoor.org>
4882         * outline.el (outline-promote, outline-demote): Doc fix.  Rename
4883         the arg CHILDREN -> WHICH.
4885 2007-01-27  Michael Albinus  <michael.albinus@gmx.de>
4887         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Set
4888         default-directory to a sane value when calling start-process.
4890 2007-01-27  Eli Zaretskii  <eliz@gnu.org>
4892         * ls-lisp.el (ls-lisp-use-localized-time-format): New defcustom.
4893         (ls-lisp-format-time-list): Doc fix.  Mention
4894         ls-lisp-use-localized-time-format.
4895         (ls-lisp-format-time): Use ls-lisp-format-time-list if
4896         ls-lisp-use-localized-time-format is non-nil, even if a valid
4897         locale is defined.
4899 2007-01-27  Juanma Barranquero  <lekktu@gmail.com>
4901         * jka-compr.el (jka-compr-shell): Doc fix.
4903         * jka-cmpr-hook.el (jka-compr-compression-info-list): Doc fix.
4905 2007-01-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4907         * ps-print.ps: Fix background height.
4908         (ps-print-version): New version 6.7.2.
4910 2007-01-26  Eli Zaretskii  <eliz@gnu.org>
4912         * makefile.w32-in (finder-data, custom-deps): Depend on
4913         $(lisp)/loaddefs.el.
4915 2007-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
4917         * Makefile.in (custom-deps, finder-data): Add dependency to loaddefs.el.
4919 2007-01-24  Miles Bader  <miles@gnu.org>
4921         * emacs-lisp/bytecomp.el (byte-compile-output-file-form)
4922         (byte-compile-output-docform): Bind `print-circle' to t.
4924 2007-01-24  Kenichi Handa  <handa@m17n.org>
4926         * international/ja-dic-cnv.el (skkdic-convert): Insert a related
4927         file name of the original SKK dictionary file.
4929 2007-01-24  Kim F. Storm  <storm@cua.dk>
4931         * ido.el (ido-initial-position): New variable.
4932         (ido-read-internal): Set it if default item is specified.
4933         (ido-minibuffer-setup): Position cursor accordingly if set.
4934         (ido-edit-input): C-e moves to end of input if not already there.
4935         (ido-magic-backward-char): C-b does like M-b if prev char is /.
4936         Don't switch to buffer mode if repeating C-b at start of input.
4937         (ido-toggle-ignore): C-a only toggles ignore at start or end of
4938         input; else it moves to start of input.
4939         (ido-kill-buffer-at-head, ido-delete-file-at-head): If cursor is
4940         not at end of input, delete rest of input, rather than normal op.
4942 2007-01-23  Michael Kifer  <kifer@cs.stonybrook.edu>
4944         * emulation/viper-keym.el (viper-insert-basic-map):
4945         Delete binding for S-TAB.
4947         * ediff-util.el (ediff-clone-buffer-for-region-comparison): Change text
4948         of message.  Activate mark.
4949         (ediff-activate-mark): Set transient-mark-mode to t.
4951         * ediff.el (ediff-regions-wordwise, ediff-regions-linewise): Doc fix.
4953 2007-01-23  Martin Rudalics  <rudalics@gmx.at>
4955         * help-fns.el (describe-variable): Don't suppress display of
4956         buffer local value when the value is "large".
4958 2007-01-22  Kim F. Storm  <storm@cua.dk>
4960         * ido.el (ido-active): Add XEmacs test from ido-minibuffer-setup.
4961         (ido-initiate-auto-merge, ido-exhibit, ido-minibuffer-setup)
4962         (ido-tidy): Use ido-active.
4964 2007-01-22  Chris Moore  <christopher.ian.moore@gmail.com>
4966         * hexl.el (hexl-mode-exit): Add missing quote.
4968 2007-01-22  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4970         * term/mac-win.el (mac-keyboard-modifier-mask-alist): New constant.
4971         (mac-ae-keyboard-modifiers): New function.
4972         (mac-handle-toolbar-switch-mode): Use it.
4973         (mac-dnd-handle-drag-n-drop-event): Likewise.  Set action to `copy'
4974         if keyboard modifiers on drop contain option key.
4975         (mac-dnd-drop-data): Add optional argument `action'.
4976         (special-event-map): Remove binding for M-drag-n-drop.
4978 2007-01-21  Guanpeng Xu  <herberteuler@hotmail.com>
4980         * add-log.el (add-log-current-defun): Use CC Mode functions to
4981         find the beginning and end of a defun.
4983 2007-01-21  Nick Roberts  <nickrob@snap.net.nz>
4985         * progmodes/gdb-ui.el (gdb-var-create-regexp)
4986         (gdb-var-create-handler): Handle value field in GDB output of
4987         -var-create.
4988         (gdb-max-frames): New variable.
4989         (gdb-stack-buffer, gdb-frames-select): Use it.
4990         (gdb-info-stack-custom): Help user customize gdb-max-frames,
4991         if necessary.
4992         (gdb-get-frame-number): Simplify.
4994 2007-01-21  Glenn Morris  <rgm@gnu.org>
4996         * net/tramp.el (tramp-perl-encode, tramp-perl-decode):
4997         Update copyrights.
4999 2007-01-21  Alan Mackenzie  <acm@muc.de>
5001         * progmodes/cc-cmds.el (c-where-wrt-brace-construct): Correct the
5002         handling of K&R stuff.
5004 2007-01-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
5006         * textmodes/bibtex.el (bibtex-files): Fix customization type.
5008 2007-01-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5010         * ps-print.el: Handle frame parameters (background and/or foreground
5011         colors) changing dynamically.  Reported by Leo <sdl.web@gmail.com>.
5012         (ps-print-version): New version 6.7.1.
5013         (ps-x-frame-property, ps-e-frame-parameter): New aliases.
5014         (ps-frame-parameter): New fun.
5015         (ps-default-fg, ps-default-bg): New default value ('frame-parameter).
5016         Fix doc and customization.
5017         (ps-begin-job): Get frame parameters (background and/or foreground
5018         colors).
5019         (ps-do-despool): Ensure ps-printer-name has a valid value.
5021 2007-01-21  Nick Roberts  <nickrob@snap.net.nz>
5023         * progmodes/gdb-ui.el (gdb-debug-log): Rename from gdb-debug-ring.
5024         (gdb-debug-log-max): Rename from gdb-debug-ring-max.
5025         (gud-gdba-marker-filter): Make a value of nil for gdb-debug-ring-max
5026         mean unlimited.
5028 2007-01-20  Alan Mackenzie  <acm@muc.de>
5030         * progmodes/cc-engine.el (c-in-knr-argdecl): Reformulate to do
5031         much more rigorous analysis of putative K&R regions.
5033 2007-01-20  Alan Mackenzie  <acm@muc.de>
5035         * progmodes/cc-defs.el (c-go-list-forward, c-go-list-backward):
5036         New functions.
5038 2007-01-20  Alan Mackenzie  <acm@muc.de>
5040         * progmodes/cc-align.el, progmodes/cc-cmds.el,
5041         * progmodes/cc-defs.el, progmodes/cc-engine.el,
5042         * progmodes/cc-langs.el, progmodes/cc-styles.el,
5043         * progmodes/cc-vars.el: Add my name.
5045 2007-01-20  Chong Yidong  <cyd@stupidchicken.com>
5047         * files.el (find-alternate-file): Revert query message to Emacs 21
5048         version.
5050 2007-01-20  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
5052         * progmodes/cperl-mode.el (cperl-electric-keywords): Document in
5053         the doc string how to use personal abbrevs without electric
5054         keywords.
5056 2007-01-20  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
5058         * emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
5059         Fixed cursor position when toggle abbreviated display.
5061 2007-01-20  Nick Roberts  <nickrob@snap.net.nz>
5063         * t-mouse.el: Update copyright following assignment by
5064         Alessandro Rubini.
5066 2007-01-20  Chong Yidong  <cyd@stupidchicken.com>
5068         * type-break.el (type-break-demo-hanoi, type-break-demo-life)
5069         (type-break-demo-boring): Call read-event instead of read-char.
5071 2007-01-19  Daniel Pfeiffer  <occitan@esperanto.org>  (tiny change)
5073         * progmodes/compile.el: Add handling for makepplog.
5075 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
5077         * textmodes/ispell.el (ispell-change-dictionary): Ensure that
5078         aspell dictionaries are initialized when called non-interactively.
5080 2007-01-19  Chong Yidong  <cyd@stupidchicken.com>
5082         * progmodes/compile.el (compilation-loop): New arg limit.
5083         Handle case where the first error is at point-min.
5084         (compilation-next-error): New arg to compilation-loop call.
5086 2007-01-18  Bruno Haible  <bruno@clisp.org>  (tiny change)
5088         * info.el (Info-default-dirs): Change default info dir to
5089         share/info.
5091         * paths.el (Info-default-directory-list): Ditto.
5093 2007-01-18  Chris Moore  <christopher.ian.moore@gmail.com>
5095         * hexl.el (hexl-before-revert-hook): New function.
5096         (hexl-mode): Use it.
5097         (hexl-after-revert-hook): Just call hexl-mode.
5098         (hexl-mode-exit): Remove before-revert-hook.
5100 2007-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5102         * isearch.el (isearch-no-upper-case-p): Look for [:upper:] as well.
5104 2007-01-16  Martin Rudalics  <rudalics@gmx.at>
5106         * textmodes/ispell.el (ispell-dictionary-alist-3): Replace "---"
5107         by "-" in francais7 otherchars entry.
5108         (ispell-dictionary-alist-5): Replace "." by "[.]" for polish
5109         otherchars entry.
5111 2007-01-15  Karl Fogel  <kfogel@red-bean.com>
5113         * bookmark.el (bookmark-buffer-file-name): Abbreviate the bookmark
5114         path.  Rewrite function in `cond' style for readability.
5116         Suggested by: Stephen Eglen <S.J.Eglen{_AT_}damtp.cam.ac.uk>.
5117         (The path shortening, that is, not the rearrarangement.)
5119 2007-01-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5121         * term/mac-win.el (mac-ae-quit-application): New function.
5122         (mac-apple-event-map): Bind "quit application" Apple event to it.
5124 2007-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5126         * vc-svn.el (vc-svn-parse-status): Trust the filename argument more
5127         than the program's output.
5129 2007-01-14  Juanma Barranquero  <lekktu@gmail.com>
5131         * kmacro.el (kmacro-insert-counter, kmacro-set-counter)
5132         (kmacro-start-macro-or-insert-counter)
5133         (kmacro-step-edit-prefix-commands): Fix typos in docstrings.
5134         (kmacro-call-ring-2nd, kmacro-call-ring-2nd-repeat): Doc fixes.
5136         * longlines.el (longlines-show-hard-newlines):
5137         * ruler-mode.el (ruler-mode-ruler):
5138         * emulation/keypad.el (keypad-setup):
5139         * progmodes/antlr-mode.el (antlr-indent-at-bol-alist):
5140         Fix typo in docstring.
5142 2007-01-13  Mathias Dahl  <mathias.dahl@gmail.com>
5144         * tumme.el (tumme-cmd-rotate-original-options): Add -outfile option.
5145         Remove redirect character ">".
5147 2007-01-13  Juanma Barranquero  <lekktu@gmail.com>
5149         * replace.el (perform-replace): Remove leftover code.
5151 2007-01-12  Richard Stallman  <rms@gnu.org>
5153         * replace.el (perform-replace): Don't clear NODENT when computing
5154         the replacement string.
5156 2007-01-11  Michael Albinus  <michael.albinus@gmx.de>
5158         * net/tramp.el (tramp-handle-file-local-copy):
5159         Set `enable-multibyte-characters' to nil.  Reported by Chris Moore
5160         <christopher.ian.moore@gmail.com>.
5162 2007-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5164         * diff-mode.el (diff-sanity-check-context-hunk-half)
5165         (diff-sanity-check-hunk): New functions.
5166         (diff-find-source-location): Use'em to check the hunks are well-formed.
5168         * hexl.el (hexlify-buffer, dehexlify-buffer): Don't complain and don't
5169         activate undo when undo is not active.
5170         Reported by Chris Moore <christopher.ian.moore@gmail.com>.
5172 2007-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5174         * ffap.el (ffap-next-regexp, ffap-machine-p, ffap-newsgroup-regexp)
5175         (ffap-newsgroup-p, ffap-alist, ffap-string-at-point-mode-alist)
5176         (ffap-url-at-point): Use char-classes rather than "a-z".
5178 2007-01-10  Juanma Barranquero  <lekktu@gmail.com>
5180         * ediff-init.el (ediff-autostore-merges):
5181         * textmodes/fill.el (fill-region): Doc fix.
5183 2007-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5185         * server.el (server-ensure-safe-dir): UIDs may be floats.
5187 2007-01-10  Richard Stallman  <rms@gnu.org>
5189         * battery.el (battery-linux-proc-acpi): Use ignore-errors
5190         around calls to directory-files.
5192         * subr.el (momentary-string-display): Use save-excursion.
5194         * emacs-lisp/pp.el (pp-eval-expression): Once again eval the
5195         argument, but read it as `X' does.
5197 2007-01-09  Juri Linkov  <juri@jurta.org>
5199         * info.el (Info-fontify-node): Don't hide node names of index entries.
5201         * faces.el (momentary): Change :group to basic-faces where all
5202         basic faces belong to.  Add :version.
5204 2007-01-09  Lennart Borgman  <lennart.borgman.073@student.lu.se>
5206         * tutorial.el (tutorial--display-changes): Show M-x sequence if no
5207         keybinding is found.
5208         (tutorial--find-changed-keys): Never treat null keybinding as a
5209         remapping.
5211 2007-01-09  Martin Rudalics  <rudalics@gmx.at>
5213         * wdired.el (wdired-xcase-word): Skip non-word read-only characters.
5215 2007-01-09  Kenichi Handa  <handa@m17n.org>
5217         * international/mule-cmds.el
5218         (select-safe-coding-system-interactively): Fix message.
5220 2007-01-09  Michael Albinus  <michael.albinus@gmx.de>
5222         * net/tramp.el (tramp-process-one-action): Remove `with-timeout'.
5223         (tramp-process-actions): Add optional parameter TIMEOUT.
5224         (tramp-open-connection-telnet, tramp-open-connection-rsh)
5225         (tramp-open-connection-su): Add timeout of 60".
5227 2007-01-09  Richard Stallman  <rms@gnu.org>
5229         * progmodes/compile.el (compile): Doc fix.
5231 2007-01-09  Markus Triska  <markus.triska@gmx.at>
5233         * tumme.el (tumme-display-thumb): Doc fix.
5235 2007-01-08  Juanma Barranquero  <lekktu@gmail.com>
5237         * battery.el (battery-search-for-one-match-in-files):
5238         * bindings.el (mode-line-minor-mode-help):
5239         * x-dnd.el (x-dnd-types-alist):
5240         * calendar/icalendar.el (icalendar-import-buffer):
5241         * term/mac-win.el (mac-dnd-types-alist): Fix typo in docstring.
5243         * progmodes/vhdl-mode.el (vhdl-save-caches): Fix typo in error message.
5245 2007-01-07  Chris Moore  <christopher.ian.moore@gmail.com>
5247         * replace.el (replace-regexp): Fix typo in docstring.
5249 2007-01-07  Alan Mackenzie  <acm@muc.de>
5251         * progmodes/cc-langs.el (c-operators, c-filter-ops):
5252         Amend doc-string and comments.
5254 2007-01-06  Eli Zaretskii  <eliz@gnu.org>
5256         * files.el (abbreviate-file-name): Doc fix.
5258 2007-01-06  Markus Triska  <triska@gmx.at>
5260         * subr.el (split-string): Remove spurious ")" from doc string.
5262 2007-01-05  Takaaki Ota  <Takaaki.Ota@am.sony.com>
5264         * textmodes/table.el (table--warn-incompatibility):
5265         Use display-warning instead of momentary-string-display.
5267 2007-01-05  Richard Stallman  <rms@gnu.org>
5269         * image.el (image-type-header-regexps): Recognize xbm more strictly.
5271         * simple.el (backward-kill-word): Doc fix.
5273 2007-01-05  Romain Francoise  <romain@orebokech.com>
5275         * international/mule.el (sgml-html-meta-auto-coding-function):
5276         Ensure that the buffer contains a HTML document.
5278 2007-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
5280         * faces.el (momentary): Move here ...
5281         * subr.el (momentary): ... from here.
5283 2007-01-05  Nick Roberts  <nickrob@snap.net.nz>
5285         * progmodes/gdb-ui.el (gdb-max-children): New customizable variable.
5286         (gdb-speedbar-expand-node): Ask user for confirmation before expanding
5287         large structures/arrays.
5289 2007-01-04  Juanma Barranquero  <lekktu@gmail.com>
5291         * files.el (find-file-noselect-1, set-visited-file-name):
5292         Allow backup-enable-predicate to be nil.
5294 2007-01-04  Andreas Schwab  <schwab@suse.de>
5296         * progmodes/ebrowse.el (ebrowse-global-prefix-key): Fix typo in
5297         last change.
5299 2007-01-03  Richard Stallman  <rms@gnu.org>
5301         * woman.el (woman-decode-buffer): Clarify error message.
5303 2007-01-03  Alan Mackenzie  <acm@muc.de>
5305         * progmodes/cc-cmds.el (c-mask-paragraph): Fix yesterday's buggy patch.
5307 2007-01-03  Chris Moore  <christopher.ian.moore@gmail.com>
5309         * tutorial.el (tutorial--describe-nonstandard-key): Fix typo.
5311 2007-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5313         * iswitchb.el (iswitchb-global-map): Use command-remapping if available.
5315 2007-01-02  Juanma Barranquero  <lekktu@gmail.com>
5317         * emulation/viper.el (viper-custom-file-name, viper-mode):
5318         Fix typos in docstrings.
5320         * subr.el (momentary-string-display): After moving point, set POS
5321         variable to it to avoid later errors once the buffer is modified.
5322         Doc fix.
5324 2007-01-02  Alan Mackenzie  <acm@muc.de>
5326         * progmodes/cc-cmds.el (c-mask-paragraph): In a block comment,
5327         check that the "*/" is present before trying to manipulate it.
5329 2007-01-02  Richard Stallman  <rms@gnu.org>
5331         * wid-edit.el (widget-choose): Avoid ugly error for function keys.
5333         * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords):
5334         Fix format of value.
5336         * cus-edit.el (customize-unsaved): Rename from customize-customized.
5337         Change messages accordingly.
5338         (customize-customized): Now alias.
5340 2007-01-02  Juanma Barranquero  <lekktu@gmail.com>
5342         * files.el (version-control): Doc fix.
5344 2007-01-01  Alan Mackenzie  <acm@muc.de>
5346         * progmodes/cc-engine.el (c-guess-basic-syntax, case 5N):
5347         Check the format of c-state-cache is valid for an optimisation before
5348         using it.
5350         * progmodes/cc-engine.el (c-guess-basic-syntax): New case 5Q "we
5351         are at a statement within a macro".  Other changes so that only
5352         the first continuation line in a macro gets the symbol
5353         `cpp-define-intro', the others getting `statement', or whatever.
5355         * progmodes/cc-cmds.el (c-context-line-break): When invoked within
5356         a string, preserve whitespace.  Add a backslash only when also in
5357         a macro.
5359         * progmodes/cc-defs.el: Correct typos.
5361         * progmodes/cc-cmds.el (c-context-line-break): Don't indent the
5362         new line after an escaped EOL in a string.
5364         * progmodes/cc-engine.el (c-forward-label): Recognise "foo:" as a
5365         label when it directly follows "else", "do", ....
5367         * progmodes/cc-engine.el (c-backward-<>-arglist): Tolerate empty
5368         angle brackets (as seen in "explicit specialisations" of C++
5369         templates).
5371         * progmodes/cc-vars.el (c-indentation-style): Mention c-file-style
5372         in the doc-string.
5374         * progmodes/cc-cmds.el (c-mask-paragraph): Fix for C comments,
5375         when the comment ender looks like "=========*/" and is alone on
5376         its line.
5378         * progmodes/cc-langs.el, progmodes/cc-engine.el: Correct the
5379         spelling of c-opt-op-identiTier-prefix, t -> f.  Leave an alias
5380         for the old name.
5382         * progmodes/cc-mode.el: Bind C-M-a and C-M-e to
5383         c-\(beginning\|end\)-of-defun by default.
5385         * progmodes/cc-align.el (c-lineup-gnu-DEFUN-intro-cont):
5386         New line-up function, for the DEFUN macro in the Emacs C sources.
5387         Only used in "gnu" style.
5389         * progmodes/cc-styles.el (c-style-alist): Use this new function in
5390         the "gnu" style.
5392         * progmodes/cc-cmds.el (c-electric-slash): Extend the handling of
5393         clean-up comment-close-slash also to work when there's a comment
5394         terminator on the line.
5395         (c-beginning-of-defun, c-end-of-defun): Refactor and optimise
5396         these for large arg - only take account of top level {..}, except
5397         for initial and final adjustments.  M-- C-M-[ae] now go to the
5398         right defuns when the starting point is between defuns.  They use
5399         the four new functions:
5400         (c-in-function-trailer-p, c-where-wrt-brace-construct)
5401         (c-backward-to-nth-BOF-{, c-forward-to-nth-EOF-}): New functions to
5402         support c-\(beginning\|end\)-of-defun.
5404         * progmodes/cc-engine.el (c-forward-label): Analyze ":"
5405         expressions more rigorously, to exclude bit-field specifiers from
5406         being classed as labels.
5407         (c-forward-label): When analyzing a ":" within a macro, be careful
5408         about using c-forward-syntactic-ws at the macro beginning.
5409         (c-beginning-of-decl-1): Whilst searching for "=" as evidence of a
5410         stmt boundary, check for "operator=", etc.
5412         * progmodes/cc-mode.el (c-postprocess-file-styles):
5413         Bind inhibit-read-only to t, around the call to
5414         c-remove-any-local-eval-or-mode-variables, so that it works on a
5415         RO file.
5417         * progmodes/cc-defs.el (c-version): Update the version number to
5418         "5.31.4".
5420 2007-01-01  Richard Stallman  <rms@gnu.org>
5422         * isearch.el (isearch-done): Use FOUND-POINT or FOUND-START
5423         only if we restored isearch-window-configuration.
5425 2006-12-31  Romain Francoise  <romain@orebokech.com>
5427         * net/tramp.el (tramp-default-method): Don't use `symbol-function'.
5429 2006-12-31  Kim F. Storm  <storm@cua.dk>
5431         * files.el (auto-mode-case-fold): New defcustom.
5432         (set-auto-mode): If non-nil, perform second case-sensitive pass
5433         through auto-mode-alist if first pass failed.
5435 2006-12-30  Richard Stallman  <rms@gnu.org>
5437         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Doc fix.
5439 2006-12-30  Ken Manheimer  <ken.manheimer@gmail.com>
5441         * allout.el (allout-encrypt-string): Handle symmetric-key
5442         passphrase caching but leave keypair caching to pgg.
5444 2006-12-30  Michael Albinus  <michael.albinus@gmx.de>
5446         Sync with Tramp 2.0.55.
5448         * net/tramp.el (tramp-completion-mode): Use `wholenump' instead of
5449         `integerp'.  `char-equal' could fail else in case of negative
5450         numbers.  Reported by Toby Speight <T.M.Speight.90@cantab.net>.
5451         (top): Check for `font-lock-add-keywords' before calling; it
5452         doesn't exist under XEmacs.
5453         (tramp-yn-prompt-regexp): Fix regexp.  Add question from plink.
5454         (tramp-completion-mode): Remove clause (not
5455         tramp-unified-filenames), because the function is called in other
5456         context too, where this check results in wrong results in the
5457         XEmacs case on Windows.
5458         (tramp-touch): UTC handling is not possible for XEmacs.
5460 2006-12-30  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5462         * scroll-bar.el (previous-scroll-bar-mode): New variable
5463         (set-scroll-bar-mode): Set previous-scroll-bar-mode.
5464         (scroll-bar-mode): Use previous-scroll-bar-mode if set.
5466         * term/x-win.el: Set scroll bar mode to right if set by X resources.
5468 2006-12-30  Richard Stallman  <rms@gnu.org>
5470         * files.el (make-backup-file-name-1): Precompute abs name
5471         but don't lose the relative name.
5473         * international/mule-cmds.el (select-safe-coding-system-interactively):
5474         Fix message.
5476 2006-12-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>  (tiny change)
5478         * files.el (backup-buffer): Show entire backup file name in msg.
5480 2006-12-30  Juanma Barranquero  <lekktu@gmail.com>
5482         * image.el (image-type-header-regexps, image-type-from-data)
5483         (image-type-from-buffer, image-type-from-file-header):
5484         Revert changes from 2006-12-26.
5485         (image-type-auto-detectable): New variable.
5486         (image-type-auto-detected-p): New function.
5488         * files.el (magic-mode-alist): Detect image files with
5489         `image-type-auto-detected-p' instead of `image-type-from-buffer'.
5491 2006-12-29  Nick Roberts  <nickrob@snap.net.nz>
5493         * dired.el (dired-sort-other): Move test for dired-mode...
5494         (dired-sort-set-modeline): ...to here.
5496 2006-12-29  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
5498         * textmodes/fill.el (fill-comment-paragraph): Document 2006-12-24
5499         change.  Suggested by Stefan Monnier.
5501 2006-12-29  Kim F. Storm  <storm@cua.dk>
5503         * emacs-lisp/bindat.el (bindat--unpack-group, bindat--length-group)
5504         (bindat--pack-group): Let-bind COUNT during repeat block evaluation.
5506 2006-12-27  Kim F. Storm  <storm@cua.dk>
5508         * emacs-lisp/authors.el (authors-aliases): Anchor FSF alias regexp,
5509         so it doesn't accidentally match an fsf.org mail address.
5510         (authors-renamed-files-alist): Add tcover-*.el.
5512 2006-12-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5514         * vc-arch.el (vc-arch-find-version): New function.
5516         * vc-hooks.el (vc-version-backup-file-name): Revision names may be
5517         composed of arbitrary characters (even /) in some systems.
5519 2006-12-27  Eli Zaretskii  <eliz@gnu.org>
5521         * international/mule-cmds.el (select-safe-coding-system-interactively):
5522         Improve the message in the *Warning* buffer.
5524 2006-12-27  Kim F. Storm  <storm@cua.dk>
5526         * ido.el (ido-set-matches-1): Fix last change.  If default item is
5527         current buffer, it is ok to be first.
5529 2006-12-27  Kenichi Handa  <handa@m17n.org>
5531         * international/mule-cmds.el (select-safe-coding-system-interactively):
5532         Use face `link' for problematic chars.
5534 2006-12-27  Kenichi Handa  <handa@m17n.org>
5536         * international/mule-cmds.el (select-safe-coding-system-interactively):
5537         Improve the message in *Warning* buffer.
5539 2006-12-27  Kim F. Storm  <storm@cua.dk>
5541         * ido.el (ido-set-matches-1): Never put current buffer first if
5542         there are other matches.
5544 2006-12-26  Nick Roberts  <nickrob@snap.net.nz>
5546         * progmodes/gdb-ui.el (gud-watch): Allow duplicate names for watch
5547         expressions.
5548         (gdb-var-delete): Handle duplicate names.  Print message for non
5549         root expressions.
5550         (gdb-partial-output-name): Start buffer name with a space.
5551         (gdb-info-breakpoints-custom, gdb-reset): Handle space in above
5552         buffer name.
5554 2006-12-26  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
5556         * mail/footnote.el (Footnote-insert-footnote): Fix the search of the
5557         last footnote when `footnote-spaced-footnotes' is nil.
5559 2006-12-26  Richard Stallman  <rms@gnu.org>
5561         * cus-edit.el (custom-browse-sort-alphabetically)
5562         (custom-buffer-sort-alphabetically)
5563         (custom-menu-sort-alphabetically): Doc fixes.  Add autoloads.
5565         * image.el (image-type-header-regexps): Change element format
5566         to include third item NOT-ALWAYS.
5567         (image-type-from-data): Handle new format.
5568         (image-type-from-buffer): Handle new format.  New arg INCLUDE-MAYBES.
5569         (image-type-from-file-header): Pass t for INCLUDE-MAYBES.
5571 2006-12-26  Guanpeng Xu  <herberteuler@hotmail.com>
5573         * add-log.el (add-log-current-defun): Call `forward-sexp'
5574         multiple times to pick a member function name defined as
5575         part of nested classes/namespaces.
5577 2006-12-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5579         * emacs-lisp/easymenu.el (easy-menu-change): New arg MAP to indicate
5580         which keymap should be used to change menu.  It does not affect any
5581         existent code.
5583 2006-12-26  Richard Stallman  <rms@gnu.org>
5585         * textmodes/fill.el (fill-paragraph): Check for a minibuffer
5586         rather than for being in a minibuffer window.
5588 2006-12-25  Daiki Ueno  <ueno@unixuser.org>
5590         * pgg-def.el (pgg-passphrase-coding-system): Default to nil instead of
5591         locale-coding-system.
5592         * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with eol-type
5593         LF.
5595 2006-12-25  Michael R. Mauger  <mmaug@yahoo.com>
5597         * progmodes/sql.el (sql-mode-abbrev-table): Correct initialization.
5598         (sql-mode-syntax-table): Disable double quoted strings.
5599         (sql-mode-font-lock-object-name): Add TYPE and TYPE BODY.
5601 2006-12-25  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5603         * startup.el (fancy-splash-last-input-event): New variable.
5604         (fancy-splash-special-event-action): New function.
5605         (fancy-splash-screens): Temporarily bind special events to it.
5606         Execute command for saved special event before exiting from
5607         recursive editing.
5609         * term/mac-win.el (mac-keyboard-translate-char, mac-unread-string):
5610         New functions.
5611         (mac-ts-update-active-input-area, mac-ts-unicode-for-key-event):
5612         Use mac-unread-string.
5614 2006-12-24  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
5616         * textmodes/fill.el (fill-comment-paragraph): Prevent the use of
5617         an optimized comment regexp if `comment-start-skip' uses a ^.
5618         * bs.el (bs--up): Remove interactive spec.
5620 2006-12-24  Chong Yidong  <cyd@stupidchicken.com>
5622         * woman.el (woman-decode-buffer): Signal error for alien macro sets.
5623         Suggested by James Cloos.
5625 2006-12-24  Kevin Ryde  <user42@zip.com.au>
5627         * calendar/cal-dst.el (calendar-dst-starts): Default to second Sunday
5628         in March.
5629         (calendar-dst-ends): Default to first Sunday in November.
5631 2006-12-24  Ken Manheimer  <ken.manheimer@gmail.com>
5633         * allout.el (allout-encrypt-string): Inhibit use of agent within
5634         body of let form where encryption happens.  Acknowledge non-use of
5635         gpg-agent in docstring.
5636         (allout-toggle-subtree-encryption): Acknowledge non-use of
5637         gpg-agent in docstring.
5639 2006-12-24  Chong Yidong  <cyd@stupidchicken.com>
5641         * custom.el (custom-add-frequent-value): Alias for custom-add-option.
5643 2006-12-23  Michael Kifer  <kifer@cs.stonybrook.edu>
5645         * ediff-diff.el (ediff-diff-options): Clarify docstring.
5646         (ediff-setup-diff-regions): Disallow -u in ediff-diff-options.
5648         * emulation/viper-cmd.el (viper-post-command-sentinel):
5649         Protect against errors in hooks.
5650         (viper-add-newline-at-eob-if-necessary): Add newline only if we
5651         actually modify buffer; ignore errors if occur.
5653 2006-12-23  Chong Yidong  <cyd@stupidchicken.com>
5655         * calendar/calendar.el (calendar-mode-map): Switch < and >.
5656         (calendar-mode-line-format): Use mouse-1 bindings, and tweak
5657         formatting.
5659 2006-12-23  Richard Stallman  <rms@gnu.org>
5661         * simple.el (delete-horizontal-space): Doc fix.
5663 2006-12-23  Eli Zaretskii  <eliz@gnu.org>
5665         * makefile.w32-in (bootstrap-clean): Run bootstrap-clean-$(SHELLTYPE)
5666         explicitly in a recursive Make, not implicitly through prerequisites,
5667         since the latter is wrong under parallel builds.
5669 2006-12-22  Eli Zaretskii  <eliz@gnu.org>
5671         * w32-fns.el (convert-standard-filename): Wrap in save-match-data.
5673 2006-12-22  Kevin Rodgers  <kevin.d.rodgers@gmail.com>  (tiny change)
5675         * progmodes/sh-script.el (sh-make-vars-local): Fix a typo in
5676         message string.
5678 2006-12-22  Ben North  <ben@redfrontdoor.org>  (tiny change)
5680         * outline.el (outline-next-visible-heading): Fix the case with a
5681         header at end-of-file with no final newline.
5683 2006-12-22  Robert Thorpe  <rthorpe@realworldtech.com>  (tiny change)
5685         * indent.el (tab-always-indent): Doc fix.
5687 2006-12-22  Chong Yidong  <cyd@stupidchicken.com>
5689         * info.el (Info-fontify-maximum-menu-size): Bump to 1000000.
5690         (Info-fontify-node): Do fontify indices.
5692         * tutorial.el (tutorial--detailed-help): Remove unnecessary link
5693         to the Emacs Lisp reference manual.
5694         (tutorial--tab-map): Remove.  All callers changed.
5695         (tutorial--find-changed-keys): New elt QUIET, used to...
5696         (tutorial--display-changes): ...ensure that warning messages are
5697         only issued once per changed key.
5698         (tutorial--remove-remarks): Delete unused code-path.
5699         (lang-strings): Remove extraneous formatting.
5700         (tutorial--save-tutorial): Prompt before saving tutorial state.
5702 2006-12-21  Chong Yidong  <cyd@stupidchicken.com>
5704         * tutorial.el: Remove `cl' requirement.  Clean up whitespace.
5705         Replace '?\ ' by '?\s' throughout.
5706         (tutorial-warning-face): Inherit font-lock-warning-face.  Move to
5707         `help' custom group.
5708         (tutorial--key-description): New function.
5709         (tutorial--display-changes): Remove redundant arg.  Scan for all
5710         key sequences to avoid false matches.  Cleanup.
5711         (tutorial--saved-dir): Save to a subdirectory in .emacs.d to
5712         reduce homedir pollution.
5713         (help-with-tutorial): Call tutorial--display-changes with no arg.
5715 2006-12-21  Carsten Dominik  <dominik@science.uva.nl>
5717         * textmodes/org.el (org-mode-map): Bind org-complete also to M-\t.
5719 2006-12-20  Michael Albinus  <michael.albinus@gmx.de>
5721         * net/tramp.el (tramp-default-method): We still need to check for
5722         `executable-find', because it is not bound under Emacs 20.
5723         (tramp-handle-file-name-completion)
5724         (tramp-completion-handle-file-name-completion): Handle optional
5725         parameter PREDICATE.
5726         (tramp-find-default-method): Add code for default values.
5728 2006-12-20  Nick Roberts  <nickrob@snap.net.nz>
5730         * progmodes/gdb-ui.el (gdb-stopped): After attaching to a process
5731         make gud-go send "continue".
5733 2006-12-19  Juanma Barranquero  <lekktu@gmail.com>
5735         * image.el (image-type-header-regexps): Be more specific detecting `pbm'
5736         and `png' files.  Use non-capturing parenthesis for `tiff' regexp.
5738 2006-12-19  Kim F. Storm  <storm@cua.dk>
5740         * bindings.el: Bind sigusr1 and sigusr2 in special-event-map
5741         instead of global-map.
5743         * files.el (magic-mode-alist): Allow matching file type by
5744         calling a function at bob.  Check for image types by calling
5745         image-type-from-buffer.  Suggested by Juanma Barranquero.
5746         (set-auto-mode): Do it.
5748 2006-12-19  Michael Albinus  <michael.albinus@gmx.de>
5750         * net/tramp.el (tramp-methods): Introduce new method `scpc'.
5751         Remove "ControlMaster" option from the other `scp*' methods.
5752         (tramp-default-method): Check for ssh-agent before setting to `scp'.
5754 2006-12-18  Carsten Dominik  <dominik@science.uva.nl>
5756         * textmodes/org.el (org-mode): Show context after isearch.
5757         (org-show-siblings): New function.
5758         (org-show-context): Use `org-show-siblings'.
5760 2006-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5762         * emacs-lisp/syntax.el (syntax-ppss-flush-cache, syntax-ppss):
5763         Use syntax-ppss-toplevel-pos.
5765 2006-12-18  Carsten Dominik  <dominik@science.uva.nl>
5767         * textmodes/org.el (org-current-line): Make sure that lines are
5768         counted from beginning of buffer.
5769         (org-table-copy-region, org-table-paste-rectangle): Make sure that
5770         lines are counted from beginning of buffer.
5772 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
5774         * info.el (Info-build-node-completions): Signal error if tag-table
5775         marker is not found.
5777         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
5779 2006-12-17  Alan Mackenzie  <acm@muc.de>
5781         * emacs-lisp/lisp.el (beginning-of-defun-raw): Optimise (for
5782         speed) the case when open-paren-in-column-0-is-defun-start is nil.
5783         Based on code by Martin Rudalics.
5785         * progmodes/cc-mode.el (c-basic-common-init): Don't set
5786         open-paren-in-column-0-is-defun-start to nil any more.
5788 2006-12-17  Richard Stallman  <rms@gnu.org>
5790         * simple.el (delete-horizontal-space): Use prefix arg.
5792         * help-fns.el (describe-variable): Improve blank separator lines.
5794         * files.el (magic-mode-alist): Mark as risky.
5796         * files.el (make-backup-file-name-1):
5797         Expand backup-directory explicitly.
5799 2006-12-17  Michael Albinus  <michael.albinus@gmx.de>
5801         * net/tramp.el (tramp-default-method): Before setting to "pscp",
5802         check whether package password.el is loaded, or Pageant is running.
5804 2006-12-17  Ulf Jasper  <ulf.jasper@web.de>
5806         * calendar/icalendar.el (icalendar-version): Increase to "0.14".
5807         (icalendar--rris): First try Emacs, then XEmacs.
5808         (icalendar--convert-ical-to-diary): Doc fix.
5809         Insert newline at end of target file.
5811 2006-12-17  Kim F. Storm  <storm@cua.dk>
5813         * outline.el (outline-isearch-open-invisible-function): New defvar.
5814         (outline-flag-region): Use it if non-nil for isearch-open-invisible
5815         overlay property instead of outline-isearch-open-invisible.
5817 2006-12-16  Kim F. Storm  <storm@cua.dk>
5819         * ido.el (ido-completion-help): Build ido-cur-list and ido-matches
5820         if ido-directory-too-big is set on entry.
5821         (ido-toggle-ignore, ido-completion-help): Print message while
5822         reading big directory.
5824 2006-12-15  Richard Stallman  <rms@gnu.org>
5826         * shell.el (shell): Doc fix.
5828 2006-12-15  Kevin Gallagher  <Kevin.Gallagher@boeing.com>
5830         * emulation/edt.el (edt-xserver):
5831         * emulation/edt-mapper.el (edt-xserver): Replace `/' with a `-',
5832         to fix a problem on Cygwin.
5834         * emulation/edt.el
5835         * emulation/edt-mapper.el
5836         * emulation/edt-lk201.el
5837         * emulation/edt-pc.el
5838         * emulation/edt-vt100.el: Update maintainer's email address.
5840 2006-12-15  Simon Marshall  <simon@gnu.org>
5842         * progmodes/cc-fonts.el (c-font-lock-declarations): Fix previous change.
5844 2006-12-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5846         * term/mac-win.el (mac-atsu-font-table): Remove defvar.
5847         (mac-handle-font-selection): Use mac-atsu-font-face-attributes
5848         instead of mac-atsu-font-table.
5849         (fontset-default): Specify argument MAXIMUM in x-list-fonts calls.
5851 2006-12-14  Stephen Leake  <stephen_leake@member.fsf.org>
5853         * align.el (align-match-tex-pattern): Fix a rare bug which
5854         hanged Emacs.
5856 2006-12-14  Richard Stallman  <rms@gnu.org>
5858         * startup.el (use-fancy-splash-screens-p): Use frame-height
5859         instead of window-height.  Pass frame to image-size.
5861 2006-12-13  Kenichi Handa  <handa@m17n.org>
5863         * international/mule-cmds.el (set-locale-environment):
5864         Set default-sendmail-coding-system too.
5866 2006-12-12  J.D. Smith  <jdsmith@as.arizona.edu>
5868         * progmodes/idlw-help.el: Fix copyright notice.
5870 2006-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5872         * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos): New fun.
5874 2006-12-11  Juanma Barranquero  <lekktu@gmail.com>
5876         * subr.el (unread-command-char): Reformat obsolescence info.
5878 2006-12-11  Richard Stallman  <rms@gnu.org>
5880         * emacs-lisp/cl-macs.el (defstruct): Suppress warnings
5881         about calls to cl-struct-setf-expander.
5883 2006-12-11  Juanma Barranquero  <lekktu@gmail.com>
5885         * ediff-merg.el (ediff-show-clashes-only): Doc fix.
5886         (ediff-combination-pattern): Fix typo in docstring.
5888         * textmodes/refer.el (refer-find-entry): Doc fix.
5889         (refer-bib-files-regexp, refer-bib-directory, refer-bib-files)
5890         (refer-cache-bib-files, refer-find-next-entry, refer-yank-key):
5891         Fix tipos in docstrings.
5893         * progmodes/idlwave.el (idlwave-library-path): Fix typos in docstring.
5895 2006-12-10  Kim F. Storm  <storm@cua.dk>
5897         * ido.el (ido-init-completion-maps): Remap backward-kill-word
5898         instead of binding M-backspace.
5900 2006-12-10  Juanma Barranquero  <lekktu@gmail.com>
5902         * replace.el (replace-match-data, replace-match-maybe-edit):
5903         * calc/calc-aent.el (calc-eval-error):
5904         * emulation/vi.el (vi-char-argument):
5905         * progmodes/cc-langs.el (c-at-vsemi-p-fn)
5906         (c-vsemi-status-unknown-p-fn): Doc fixes.
5908 2006-12-10  Chong Yidong  <cyd@stupidchicken.com>
5910         * menu-bar.el (menu-bar-showhide-menu, menu-bar-tools-menu)
5911         (menu-bar-help-menu): Tooltip fixes.  Suggested by Francis Wright.
5913 2006-12-10  Masatake YAMATO  <jet@gyve.org>
5915         * progmodes/ld-script.el (ld-script-keywords): Fix a typo.
5917 2006-12-09  Chong Yidong  <cyd@stupidchicken.com>
5919         * mouse-sel.el (mouse-sel-mode): Register mouse-2 as a click type.
5921         * man.el (Man-xref-button-action): New function.  If the
5922         `Man-target-string' button property is a function, assume it
5923         accepts a position argument.
5924         (Man-abstract-xref-man-page): Use it.
5925         (Man-default-man-entry): New optional arg POS.
5927         * wdired.el (wdired-preprocess-symlinks): Make the spaces after
5928         symlink arrows read-only and non-rear-sticky.
5930 2006-12-09  Martin Rudalics  <rudalics@gmx.at>
5932         * wdired.el (wdired-change-to-wdired-mode, wdired-finish-edit)
5933         (wdired-search-and-rename): Simplify code.
5934         (wdired-preprocess-files, wdired-preprocess-perms): Make
5935         read-only property of preceding character rear-nonsticky to
5936         avoid that it can be modified.  Put old-name and old-link
5937         properties on character preceding name and replace
5938         put-text-property by add-text-properties.
5939         (wdired-get-filename, wdired-get-previous-link): Get old-name
5940         and old-link properties from character preceding name and
5941         simplify code.
5942         (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit)
5943         (wdired-perms-to-number): Make local-map property
5944         rear-nonsticky to avoid that text following permissions may be
5945         modified.  Use add-text-properties instead of put-text-property
5946         when changing a permission bit.
5947         (wdired-change-to-dired-mode): Remove stickiness properties.
5949 2006-12-09  Juanma Barranquero  <lekktu@gmail.com>
5951         * international/mule-cmds.el (register-input-method): Doc fix.
5953 2006-12-09  Masayuki Ataka  <masayuki.ataka@gmail.com>  (tiny change)
5955         * cmuscheme.el (scheme-start-file): Use `let*', not `let'.
5957 2006-12-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
5959         * textmodes/flyspell.el (flyspell-hack-local-variables-hook): New.
5960         Force buffer local defs evaluation on local variables loading.
5961         (flyspell-mode-on, flyspell-mode-off): Use it in
5962         `hack-local-variables-hook'.
5964 2006-12-09  Eli Zaretskii  <eliz@gnu.org>
5966         * emacs-lisp/find-func.el (find-variable): Doc fix.
5968         * help-fns.el (variable-at-point): Doc fix.
5970         * w32-fns.el (w32-append-code-lines): New function.
5972 2006-12-09  Romain Francoise  <romain@orebokech.com>
5974         * comint.el (comint-insert-input): Delete obsolete comment.
5976 2006-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5978         * net/browse-url.el (browse-url): Set DISPLAY to the one of the
5979         current frame, in case we're connected to several displays.
5981 2006-12-08  Juanma Barranquero  <lekktu@gmail.com>
5983         * frame.el (other-frame): Doc fix.
5984         (set-frame-parameter): Fix typo in docstring.
5986 2006-12-07  Kim F. Storm  <storm@cua.dk>
5988         * info.el (Info-index): Strip leading colon from topic.
5990 2006-12-07  Nick Roberts  <nickrob@snap.net.nz>
5992         * progmodes/gud.el (gud-speedbar-buttons): Deal with references
5993         to pointers.
5995 2006-12-05  J.D. Smith  <jdsmith@as.arizona.edu>
5997         * progmodes/idlwave.el (idlwave-xml-create-class-method-lists):
5998         Trim out spurious class inheritance "None" entries.
6000 2006-12-05  Kim F. Storm  <storm@cua.dk>
6002         * emulation/cua-base.el (cua-paste-pop-rotate-temporarily): Doc fix.
6003         (cua-paste-pop): Rework last change for
6004         cua-paste-pop-rotate-temporarily, so first M-y and C-y works alike,
6005         pasting the head of the kill-ring, and prefix arg C-u M-y inserts the
6006         text inserted by the last M-y command.
6008 2006-12-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
6010         * cmuscheme.el (run-scheme, scheme-start-file): Search the start
6011         file in ~/.emacs.d as `init_SCHEMENAME.scm' instead.
6013         * shell.el (shell): Search the start file in ~/.emacs.d as
6014         `init_SHELLNAME.sh' instead.
6016 2006-12-05  Glenn Morris  <rgm@gnu.org>
6018         * progmodes/cperl-mode.el (cperl-mode)
6019         * progmodes/f90.el (f90-mode-abbrev-table)
6020         * progmodes/fortran.el (fortran-mode-abbrev-table)
6021         * progmodes/octave-mod.el (octave-abbrev-table)
6022         * progmodes/sql.el (sql-mode-abbrev-table): Define abbrevs even
6023         if abbrev-table is non-nil (saved user abbrevs may have been restored).
6025         * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init): Do not
6026         clear abbrev table, else saved abbrevs will not be restored.
6028 2006-12-04  Juanma Barranquero  <lekktu@gmail.com>
6030         * facemenu.el (facemenu-unlisted-faces): Put obsolescence info in
6031         the call to `make-obsolete-variable', not in the docstring.
6033 2006-12-04  Chong Yidong  <cyd@stupidchicken.com>
6035         * facemenu.el (facemenu-unlisted-faces): Define as obsolete variable.
6037 2006-12-04  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6039         * progmodes/ebnf-abn.el:
6040         * progmodes/ebnf-bnf.el:
6041         * progmodes/ebnf-dtd.el:
6042         * progmodes/ebnf-ebx.el:
6043         * progmodes/ebnf-iso.el:
6044         * progmodes/ebnf-otz.el:
6045         * progmodes/ebnf-yac.el:
6046         * progmodes/ebnf2ps.el:
6047         * delim-col.el:
6048         * printing.el:
6049         * ps-bdf.el:
6050         * ps-mule.el:
6051         * ps-print.el: Remove 'Time-stamp' comment mark.
6053         * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
6054         'easy-menu-add-item' when called in Emacs 21 or higher.
6056 2006-12-04  Stephen Leake  <stephen_leake@stephe-leake.org>
6058         * progmodes/ada-xref.el (ada-check-current): Doc fix.
6059         (ada-make-body-gnatstub): Doc fix.  Remove redundant `progn'.
6061 2006-12-04  Kim F. Storm  <storm@cua.dk>
6063         * bindings.el (global-map): Bind [signal t] to ignore, to have
6064         user signals ignored by default.
6066 2006-12-04  Juanma Barranquero  <lekktu@gmail.com>
6068         * descr-text.el (describe-char-unicode-data): Use a hidden buffer for
6069         Unicode data file pointed to by `describe-char-unicodedata-file'.
6071 2006-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6073         * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Fix pathological
6074         O(n^2) regexp-search by anchoring the search.
6076 2006-12-04  Dan Nicolaescu  <dann@ics.uci.edu>
6078         * whitespace.el (whitespace-cleanup-internal): Use current
6079         argument for recursive call.
6081 2006-12-04  Michael Albinus  <michael.albinus@gmx.de>
6083         * net/tramp.el (tramp-methods): Add "ControlPath" and
6084         "ControlMaster" to scp, scp1 and scp2 methods.  Suggested by
6085         Andreas Schwab <schwab@suse.de>.
6086         (tramp-do-copy-or-rename-file-out-of-band)
6087         (tramp-open-connection-rsh): Compute format spec for ?t.
6088         (tramp-process-actions): Trace command parameters.
6090 2006-12-04  Nick Roberts  <nickrob@snap.net.nz>
6092         * simple.el (toggle-truncate-lines): Clarify doc string.
6094         * progmodes/gdb-ui.el (gdb-var-delete-children): New function.
6095         (gdb-speedbar-expand-node): Use it.
6097 2006-12-04  Richard Stallman  <rms@gnu.org>
6099         * progmodes/python.el (python-indent): Add safe-local-variable prop.
6101         * dired.el (dired-revert): Turn off dired-after-readin-hook
6102         around call to dired-readin.
6104         * menu-bar.el (menu-bar-make-toggle): Add "globally"
6105         to echo area messages.
6106         <indicate-empty-lines, case-fold-search>:
6107         Add "globally" to Help string.
6108         <case-fold-search>: MESSAGE arg need not say "globally".
6109         (menu-bar-edit-menu <paste-from-menu>): Rename from select-and-paste.
6111 2006-12-03  Liam Healy  <lnp@healy.washington.dc.us>  (tiny change)
6113         * outline.el (outline-end-of-subtree): Don't leave an empty
6114         line hidden as we would a real next heading.
6116 2006-12-03  Ken Manheimer  <ken.manheimer@gmail.com>
6118         * allout.el (allout-ascend): Add an optional argument to preserve
6119         original position of point when unsuccessful.  Also, fix a
6120         docstring error.
6121         (allout-yank-processing): Fix depth shift of multiple-topic so yanks
6122         work again, using allout-ascend's new option.
6123         (allout-setup-mode-map): Extract from allout-mode to initialize
6124         allout-mode-map.  Call it on file load, so the mode docstring
6125         substitutions work even if allout mode has not yet been invoked.
6126         (allout-mode): Use new allout-setup-mode-map to track any keybinding
6127         customizations since the map was last processed.  Also, refine the
6128         docstring so it's ship-shape for release.
6129         (allout-default-layout, allout-beginning-of-line-cycles)
6130         (allout-distinctive-bullets-string, allout-use-mode-specific-leader)
6131         (allout-encrypt-unencrypted-on-saves, allout-inhibit-auto-fill)
6132         (allout-version, allout-layout, allout-infer-body-reindent)
6133         (allout-infer-header-lead-and-primary-bullet, allout-view-change-hook)
6134         (allout-init, allout-mode, allout-next-heading, allout-chart-subtree)
6135         (allout-previous-heading, allout-goto-prefix-doublechecked)
6136         (allout-current-bullet-pos, allout-next-sibling-leap)
6137         (allout-pre-command-business, allout-encrypted-type-prefix)
6138         (allout-make-topic-prefix, allout-open-topic, allout-rebullet-heading)
6139         (allout-rebullet-topic, allout-rebullet-topic-grunt)
6140         (allout-flag-region, allout-expose-topic, allout-expose-topic)
6141         (allout-old-expose-topic, allout-listify-exposed)
6142         (allout-process-exposed, allout-latex-verb-quote)
6143         (allout-latex-verbatim-quote-curr-line, allout-adjust-file-variable)
6144         (allout-toggle-current-subtree-encryption)
6145         (allout-toggle-subtree-encryption, allout-bullet-isearch):
6146         Remove extraneous open-paren and close paren string escapes.
6148 2006-12-03  Juanma Barranquero  <lekktu@gmail.com>
6150         * progmodes/ada-xref.el (is-windows, ada-find-in-src-path): Doc fixes.
6151         (ada-xref-pos-ring-max, ada-xref-project-files, ada-xref-initialize)
6152         (ada-prj-default-comp-cmd, ada-quote-cmd, ada-compile-current):
6153         Fix typos in docstrings.
6155 2006-12-03  Glenn Morris  <rgm@gnu.org>
6157         * progmodes/cc-align.el
6158         * progmodes/cc-awk.el
6159         * progmodes/cc-cmds.el
6160         * progmodes/cc-compat.el
6161         * progmodes/cc-defs.el
6162         * progmodes/cc-engine.el
6163         * progmodes/cc-langs.el
6164         * progmodes/cc-menus.el
6165         * progmodes/cc-mode.el
6166         * progmodes/cc-styles.el
6167         * progmodes/cc-vars.el
6168         * progmodes/vhdl-mode.el: Fix Copyright format.
6170 2006-12-02  Chong Yidong  <cyd@stupidchicken.com>
6172         * mouse.el (mouse-drag-track): Suppress automatic hscrolling for
6173         initial down event.
6175 2006-12-02  Kim F. Storm  <storm@cua.dk>
6177         * emulation/cua-base.el (cua-toggle-set-mark): Doc fix.
6178         (cua-repeat-replace-region): Make M-v more robust.
6179         (cua-paste-pop-rotate-temporarily): New defcustom.
6180         (cua-paste-pop): Use it.
6181         (cua-auto-mark-last-change): New defcustom.
6182         (cua-pop-to-last-change): New helper function.
6183         (cua-set-mark): Use them.
6185 2006-12-01  Nick Roberts  <nickrob@snap.net.nz>
6187         * menu-bar.el (toggle-case-fold-search): Clarify doc/help string and
6188         mini-buffer message.
6190 2006-12-01  Juanma Barranquero  <lekktu@gmail.com>
6192         * descr-text.el (describe-char-unicodedata-file): Fix typo in docstring.
6194 2006-12-01  Ben North  <ben@redfrontdoor.org>
6196         * paren.el: Fix the highlight overlay extension when the user types a
6197         sequence of char very fast just before the open parenthesis.
6199 2006-12-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6201         * ps-mule.el: Eliminate Emacs 20 compatibility.
6203         * ps-print.el: Eliminate Emacs 20 & 21 compatibility.
6204         (ps-print-version): New version 6.7.
6205         (ps-print-quote): Replace '?\ ' by '?\s'.
6207 2006-11-30  Juanma Barranquero  <lekktu@gmail.com>
6209         * hexl.el (hexl-goto-address, hexl-forward-char, hexl-forward-short)
6210         (hexl-forward-word, hexl-previous-line, hexl-beginning-of-1k-page)
6211         (hexl-end-of-1k-page): Doc fixes.
6212         (hexl-address-region, hexl-ascii-region, hexl-highlight-line-range):
6213         Fix typos in docstrings.
6215 2006-11-30  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
6217         * ido.el (ido-local-file-exists-p): New.  Tell if a file exists
6218         locally, i.e. without using file name handlers.
6219         (ido-read-internal): Allow mono letter host names, avoiding the
6220         `c:' problem by testing if the file exists locally.
6221         (ido-complete, ido-make-file-list, ido-exhibit): Ditto.
6223 2006-11-30  Masatake YAMATO  <jet@gyve.org>
6225         * hexl.el (hl-line-range-function, hl-line-face): Declare variables
6226         to avoid bytecomp warnings.
6227         (hexl-mode-old-ruler-function): New variable.
6228         (hexl-follow-line): Bind `hexl-mode-old-hl-line-range-function'
6229         and `hl-line-range-function' after `require' hl-line.
6230         Then bind `hl-line-range-function' and `hl-line-face'.
6231         Don't require frame.  Don't use `with-no-warnings'.
6232         (hexl-activate-ruler): Store the original value of
6233         `ruler-mode-ruler-function' to `hexl-mode-old-ruler-function'.
6234         (hexl-mode-exit): Restore the original value of
6235         `ruler-mode-ruler-function'.
6237 2006-11-30  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
6239         * hexl.el (hexl-mode-old-hl-line-range-function): New variable.
6240         (hexl-mode-old-hl-line-face): New variable.
6241         (hexl-mode, hexl-mode-exit): Fix the highlighting of the current
6242         line when exit from the hexl-mode.
6244 2006-11-30  Juanma Barranquero  <lekktu@gmail.com>
6246         * emacs-lisp/bytecomp.el (byte-optimize, byte-compile-warnings):
6247         Doc fixes.
6249         * international/fontset.el (create-fontset-from-ascii-font)
6250         (create-fontset-from-fontset-spec, x-compose-font-name): Doc fixes.
6251         (fontset-name-p): Fix typo in docstring.
6253         * progmodes/cc-cmds.el (c-indent-exp): Fix typo in docstring.
6255 2006-11-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6257         * ps-bdf.el: Fix maintainer email.
6259         * ps-mule.el: Fix maintainer email.  Define functions for Emacs 20
6260         compatibility.
6262         * ps-print.el: Fix maintainer email.  Define functions for Emacs 20 &
6263         21 compatibility.
6264         (ps-print-quote): Replace '?\s' by '?\ ' to keep compatibility with
6265         Emacs 20 & 21.
6267 2006-11-29  J.D. Smith  <jdsmith@as.arizona.edu>
6269         * progmodes/idlwave.el (idlwave-auto-fill):
6270         Remove paragraph-start let to prevent auto-fill giving up.
6272 2006-11-28  Juanma Barranquero  <lekktu@gmail.com>
6274         * vt100-led.el (led-state): Fix typo in previous change.
6276 2006-11-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6278         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6279         Fix interactive spec of the functions getting defined to make them
6280         work as documented.
6282 2006-11-28  Chong Yidong  <cyd@stupidchicken.com>
6284         * startup.el (fancy-splash-screens): Hide initial splash buffer.
6286 2006-11-28  Kim F. Storm  <storm@cua.dk>
6288         * icomplete.el (icomplete-tidy, icomplete-exhibit): Check that
6289         icomplete-mode is enabled.
6291 2006-11-28  Carsten Dominik  <dominik@science.uva.nl>
6293         * textmodes/org.el (require): Require gnus-sum during compilation
6294         to avoid problem with a macro call.
6296 2006-11-28  Glenn Morris  <rgm@gnu.org>
6298         * emacs-lisp/authors.el (authors-aliases): Add new alias.
6300         * progmodes/fortran.el (fortran-font-lock-keywords-4): Add `min'.
6301         (fortran-window-create-momentarily): Do not need string-to-char.
6303 2006-11-28  Richard Stallman  <rms@gnu.org>
6305         * emacs-lisp/bytecomp.el (byte-compile-get-constant):
6306         Replace incorrect use of assoc-default with a loop.
6308         * term.el (term-exec-1): Set envvar INSIDE_EMACS.
6310         * simple.el (next-error-find-buffer): Improve messages.
6312         * files.el (revert-buffer): Special error message if file
6313         is now not readable.
6315         * facemenu.el (facemenu-add-new-face): Improve doc strings of
6316         constructed commands.
6318         * comint.el (comint-exec-1): Provide Emacs version and `comint'
6319         in INSIDE_EMACS.
6321 2006-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6323         * diff-mode.el (diff-mode-map): Add a binding for unified->context.
6325         * server.el: Remove spurious * in docstrings.
6326         (server-process-filter): Exit from recursive editing before processing
6327         a new request.
6329 2006-11-27  J.D. Smith  <jdsmith@as.arizona.edu>
6331         * progmodes/hideshow.el (hs-already-hidden-p): Move to end of
6332         line so hidden blocks will be correctly identified.
6334 2006-11-27  Juanma Barranquero  <lekktu@gmail.com>
6336         * ledit.el (ledit-save-defun, ledit-mode):
6337         * resume.el (resume-emacs-args-buffer):
6338         * rot13.el (rot13-display-table, rot13-translate-table, rot13)
6339         (rot13-string, rot13-region, rot13-other-window, toggle-rot13-mode):
6340         * vmsproc.el (subprocess-input, start-subprocess, subprocess-command)
6341         (command-send-input, command-kill-line):
6342         * vt100-led.el (led-state, led-on): Fix typos in docstrings.
6344         * autoarg.el (autoarg-kp-mode): Doc fix.
6346         * emacs-lock.el (toggle-emacs-lock): Doc fix.  Simplify.
6347         (emacs-lock-check-buffer-lock): Doc fix.  Use `when'.
6348         (check-emacs-lock): Doc fix.  Simplify.
6350         * iimage.el (iimage-mode-image-regex-alist): Doc fix.
6351         (iimage-mode-buffer): Fix typos in docstring.
6353         * misc.el (zap-up-to-char): Doc fix.
6355         * time-stamp.el: Fix comment and obsolescence string for old
6356         functions.  Use `dolist' instead of `while'.
6358         * userlock.el (ask-user-about-lock-help): Fix typos in output message.
6360         * disp-table.el (standard-display-8bit, standard-display-default):
6361         * ebuff-menu.el (electric-buffer-list):
6362         * ehelp.el (electric-help-command-loop):
6363         * font-core.el (font-lock-mode):
6364         * help-macro.el (make-help-screen):
6365         * help.el (describe-minor-mode-completion-table-for-indicator)
6366         (lookup-minor-mode-from-indicator):
6367         * indent.el (tab-to-tab-stop, move-to-tab-stop):
6368         * info-look.el (info-lookup-guess-custom-symbol):
6369         * locate.el (locate-main-listing-line-p, locate-mode, locate-do-setup):
6370         * longlines.el (longlines-wrap-line):
6371         * macros.el (insert-kbd-macro):
6372         * menu-bar.el (menu-bar-update-buffers):
6373         * misc.el (copy-from-above-command):
6374         * mouse.el (mouse-popup-menubar, mouse-buffer-menu-alist):
6375         * newcomment.el (comment-indent):
6376         * novice.el (disabled-command-function):
6377         * sort.el (sort-fields-syntax-table):
6378         * subr.el (momentary-string-display):
6379         * tar-mode.el (tar-header-block-summarize)
6380         (tar-clear-modification-flags):
6381         * terminal.el (terminal-cease-edit, te-more-break-unwind, te-newline)
6382         (te-clear-rest-of-line, te-clear-rest-of-screen, te-clear-screen)
6383         (te-insert-lines, te-delete-lines, te-delete, te-insert-spaces)
6384         (te-delete-char, te-down-vertically-or-scroll):
6385         * time-stamp.el (time-stamp-string-preprocess):
6386         * tmm.el (tmm-add-one-shortcut): "?\ " -> "?\s".
6388 2006-11-26  Nick Roberts  <nickrob@snap.net.nz>
6390         * speedbar.el (speedbar-timer-fn): Revert to old behaviour when not
6391         in GUD mode.
6393         * progmodes/gud.el (gud-install-speedbar-variables): Remove bindings:
6394         speedbar-expand-line-descendants, speedbar-contract-line-descendants.
6396 2006-11-26  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6398         * progmodes/cc-vars.el (c-backslash-column): Add . at end of sentence.
6400 2006-11-26  Stephen Leake  <stephen_leake@stephe-leake.org>
6402         * progmodes/ada-mode.el (ada-which-compiler): Fix typo in docstring.
6403         (ada-compile-goto-error): Adapt to new argument profile of
6404         compilation-goto-locus in Emacs 22.  Don't check if the various
6405         compile functions are defined; we already do "(require 'compile)".
6407 2006-11-26  Kim F. Storm  <storm@cua.dk>
6409         * kmacro.el: Fix commentary.
6411 2006-11-26  Nick Roberts  <nickrob@snap.net.nz>
6413         * progmodes/gud.el (gdb): Explain how to run in text command mode
6414         more clearly.  Say in error message that multiple debugging
6415         requires restarting GDB.
6417 2006-11-25  Juanma Barranquero  <lekktu@gmail.com>
6419         * international/fontset.el (create-fontset-from-fontset-spec): Doc fix.
6421 2006-11-25  Pavel Kobiakov  <pk_at_work@yahoo.com>
6423         * progmodes/flymake.el (flymake-posn-at-point-as-event): New function.
6424         (flymake-popup-menu): Use it instead of posn-at-point.
6426 2006-11-25  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6428         * progmodes/cc-vars.el (c-backslash-column):
6429         Mention c-backslash-max-column in documentation for c-backslash-column.
6431 2006-11-24  Lars Hansen  <larsh@soem.dk>
6433         * net/tramp.el (tramp-default-method): Under Windows, change from
6434         plink to pscp.
6435         (tramp-copy-failed-regexp, tramp-action-copy-failed): Add.
6436         (tramp-actions-copy-out-of-band):
6437         Add pair (tramp-copy-failed-regexp tramp-action-copy-failed).
6438         (tramp-action-out-of-band): Move "Permission denied" handling to
6439         tramp-action-copy-failed.
6440         (tramp-do-copy-or-rename-file-out-of-band): unwind-protect killing of
6441         process buffer.
6443 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6445         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
6446         strings to a single string.  Quote `errors-file-name'.
6447         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
6448         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
6449         Adjust calls.  Use `shell-quote-argument'.
6451         * international/mule.el (load-with-code-conversion)
6452         (with-category-table): Use with-current-buffer.
6453         (after-insert-file-set-coding): Use restore-buffer-modified-p.
6455 2006-11-24  Eli Zaretskii  <eliz@gnu.org>
6457         * mail/smtpmail.el (smtpmail-send-it):
6458         Copy buffer-file-coding-system from the mail buffer.  Possibly add a
6459         MIME header for the message encoding.
6460         Bind coding-system-for-write around the call to mail-do-fcc.
6461         Use smtpmail-code-conv-from to encode queued mail messages.
6463 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
6465         * tabify.el (tabify-regexp): Doc fix.
6467         * net/rcirc.el (rcirc-buffer-maximum-lines):
6468         * progmodes/gud.el (jdb): Fix space/tab mixup in docstrings.
6470         * play/gomoku.el (gomoku-terminate-game, gomoku-human-takes-back)
6471         (gomoku-prompt-for-move, gomoku-human-plays, gomoku-offer-a-draw):
6472         Fix typos in output messages.
6473         (gomoku-vector-length, gomoku-init-board): Fix typos in docstrings.
6475 2006-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6477         * hexl.el (hexl-mode): Don't try to guess the max-address: get it from
6478         the horse's mouth.
6479         (hexlify-buffer): Don't re-encode an arg that's already encoded.
6481 2006-11-23  Michael Kifer  <kifer@cs.stonybrook.edu>
6483         * ediff-diff.el (ediff-exec-process, ediff-same-file-contents):
6484         Remove condition-case.
6486 2006-11-23  Glenn Morris  <rgm@gnu.org>
6488         * progmodes/f90.el (f90-comment-indent): Do not move point in
6489         default case.
6491 2006-11-21  Romain Francoise  <romain@orebokech.com>
6493         * emacs-lisp/find-func.el (find-library-name): Don't strip ".el"
6494         from library name (reverts change of 2005-10-25).
6496 2006-11-21  Lennart Borgman  <lennart.borgman.073@student.lu.se>
6498         * tutorial.el (tutorial--default-keys): Add newline and
6499         delete-backward-char bindings.
6500         (tutorial--detailed-help): Save excursion when finding keys.
6501         Correct warning string for M-x FOO case.
6502         (tutorial--display-changes): Print special keys in tutorial style.
6503         Tweak search regexp for changed keys.
6505 2006-11-21  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
6507         * thingatpt.el (thing-at-point-url-at-point): Don't add a
6508         redundant scheme.
6510 2006-11-21  Diane Murray  <disumu@x3y2z1.net>  (tiny change)
6512         * thingatpt.el (thing-at-point-uri-schemes): Add schemes that
6513         are new to the list at IANA.  Also added irc, mms, mmsh.
6515 2006-11-20  J.D. Smith  <jdsmith@as.arizona.edu>
6517         * progmodes/idlw-help.el (idlwave-html-help-location):
6518         Fail gracefully for missing help packages.
6519         (idlwave-help-assistant-open-link): Open full links.
6520         (idlwave-help-assistant-help-with-topic): Direct help link.
6522         * progmodes/idlwave.el (idlwave-mode):
6523         Set add-log-current-defun-function.
6524         (idlwave-current-routine-fullname): Add, to support add-log.
6525         (idlwave-convert-xml-system-routine-info): Simplify XML parsing
6526         to reflect improvements to xml-parse-file.
6527         (idlwave-mode-menu-def): New binding for help-with-topic.
6529         * progmodes/idlw-shell.el (idlwave-shell-filter-directory):
6530         Handle extra newlines and spaces.
6531         (idlwave-shell-mode-map): Add help-with-topic.
6533 2006-11-20  Chong Yidong  <cyd@stupidchicken.com>
6535         * tutorial.el (tutorial-warning-face): New face.
6536         (tutorial--detailed-help, tutorial--display-changes): Use it.
6537         (tutorial--find-changed-keys): Check ESC-prefix binding specially.
6538         Improve search pattern for occurrences of changed keys.
6540 2006-11-20  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6542         * term/x-win.el (x-last-cut-buffer-coding): New variable.
6543         (x-select-text): Set it.
6544         (x-cut-buffer-or-selection-value): Check also x-last-cut-buffer-coding
6545         when checking for newness.
6547 2006-11-19  Juanma Barranquero  <lekktu@gmail.com>
6549         * subr.el (posn-image):
6550         * progmodes/ebnf2ps.el (ebnf-stop-on-error): Fix typos in docstrings.
6552         * emacs-lisp/regexp-opt.el (regexp-opt): Doc fix.
6554 2006-11-19  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
6556         * progmodes/glasses.el (glasses-separate-parentheses-exceptions): New.
6557         Exceptions to the rule "add a space between an identifier and an
6558         opening parenthesis".  Defaulted to the `#define' problem of cpp.
6559         (glasses-parenthesis-exception-p): New.  Check if the region is an
6560         exception regarding to that.
6561         (glasses-make-readable): Use it.
6562         (glasses-convert-to-unreadable): Ditto.  Modify the file also if
6563         `glasses-convert-on-write-p' and `glasses-separate-parentheses-p' are t.
6565 2006-11-19  Chong Yidong  <cyd@stupidchicken.com>
6567         * emacs-lisp/bytecomp.el (byte-compile-if): Revert last change.
6569 2006-11-19  Stephen Leake  <stephen_leake@stephe-leake.org>
6571         * progmodes/ada-mode.el (ada-make-body): Fix typo.
6573         * progmodes/ada-xref.el (ada-make-body-gnatstub): Fix typo.
6574         (ada-xref-initialize): Fix typo.  Use add-hook and remove-hook.
6576 2006-11-18  Chong Yidong  <cyd@stupidchicken.com>
6578         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Check `and'
6579         conditions for function or variable bindings.
6581         * comint.el (comint-exec-1): Set EMACS and INSIDE_EMACS to t.
6583         * progmodes/compile.el (compilation-start): Ditto.
6585 2006-11-18  Michael Albinus  <michael.albinus@gmx.de>
6587         * net/tramp.el (top): cl and custom are always required.
6589 2006-11-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6591         * term/x-win.el (x-cut-buffer-or-selection-value): Decode text from
6592         cut-buffers with next-selection-coding-system if not nil.
6594 2006-11-17  Carsten Dominik  <dominik@science.uva.nl>
6596         * textmodes/org.el (org-fix-decoded-time): New function.
6597         (org-display-custom-time): Use `org-fix-decoded-time'.
6599 2006-11-17  Chong Yidong  <cyd@stupidchicken.com>
6601         * menu-bar.el (menu-bar-games-menu): Remove yow.
6603 2006-11-17  Carsten Dominik  <dominik@science.uva.nl>
6605         * textmodes/org.el (org-scan-tags): Re-align code fixed.
6606         (org-detach-overlay): Rename from `org-detatch-overlay'.
6607         (org-table-convert-region): Insert space after column separator.
6608         (org-agenda-kill): New command.
6609         (org-metaleft): Call `org-outdent-item' on bullets.
6610         (org-metaright): Call `org-indent-item' on bullets.
6611         (org-timestamp-change): Set `org-last-changed-timestamp'.
6612         (org-current-line): Make sure (bolp) returns correct result.
6613         (org-agenda-change-all-lines): Make sure TODO are highlighted.
6615 2006-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6617         * pcvs.el (cvs-retrieve-revision): Set buffer-file-coding-system.
6619 2006-11-16  Chong Yidong  <cyd@stupidchicken.com>
6621         * mouse.el (global-map): Change 2006-08-16 fix to call
6622         mouse-yank-at-click explicitly, since mouse events are not carried
6623         over into keyboard macros.
6625 2006-11-16  Kim F. Storm  <storm@cua.dk>
6627         * ido.el (ido-file-internal): Use current buffer's file name as default
6628         choice for ido-find-alternate-file.  Suggested by Matt Hodges.
6630 2006-11-15  Ken Manheimer  <ken.manheimer@gmail.com>
6632         * allout.el (allout-doublecheck-at-and-shallower): Clarify docstring.
6633         (allout-inhibit-aberrance-doublecheck): Rename from
6634         allout-during-yank-processing.  All callers changed.
6635         (allout-ascend): Provide for unusual case where some topic after
6636         the first in file is at lower depth than the first.
6637         (allout-shift-in): Ensure the offspring of the new containing
6638         topic are exposed.
6639         (allout-encrypt-string): Preserve the coding-system of the text,
6640         according to that of the containing buffer.
6641         (allout-toggle-subtree-encryption): When the text being encrypted
6642         requires a different coding system, offer to preserve the coding
6643         system using a file local var.
6645 2006-11-15  Simon Marshall  <simon@gnu.org>
6647         * progmodes/cc-fonts.el (c-font-lock-declarators): Use c-at-toplevel-p
6648         to recognise "T t()" as a function declaration, rather than a
6649         variable instantiation, iff at the top-level or inside a class
6650         declaration.  Suggested by Feng Li <fengli@gmail.com>.
6652 2006-11-14  Stephen Leake  <stephen_leake@stephe-leake.org>
6654         * progmodes/ada-xref.el (ada-parse-prj-file):
6655         Don't delete project buffer; user may want to edit it.
6656         (ada-xref-set-project-field, ada-xref-current-project-file)
6657         (ada-xref-current-project, ada-show-current-project)
6658         (ada-set-main-compile-application): New functions.
6659         (ada-xref-get-project-field, ada-require-project-file):
6660         Normalize use of ada-prj-default-project-file.
6661         (ada-gdb-application, ada-get-ada-file-name, ada-make-body-gnatstub):
6662         Normalize use of ada-require-project-file.
6663         (ada-prj-find-prj-file): Improve doc string, comments.
6665         * progmodes/ada-mode.el (ada-mode-version): Bump version.
6666         (ada-create-keymap): Add \C-c\C-m 'ada-set-main-compile-application.
6667         (ada-create-menu): Add ada-set-main-compile-application,
6668         ada-show-current-main, ada-show-current-project.
6670 2006-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6672         * progmodes/python.el (inferior-python-mode-syntax-table): New var.
6673         (inferior-python-mode): Use it.
6675 2006-11-14  Andreas Schwab  <schwab@suse.de>
6677         * term/xterm.el (terminal-init-xterm): Add more key bindings.
6679 2006-11-13  Kim F. Storm  <storm@cua.dk>
6681         * ido.el (ido-copy-current-word): C-o copies region if active.
6683 2006-11-13  Carsten Dominik  <dominik@science.uva.nl>
6685         * textmodes/org.el (org-emph-face): Fix typo in variable name.
6687 2006-11-13  Juanma Barranquero  <lekktu@gmail.com>
6689         * ediff.el (ediff-revision):
6690         * files.el (set-visited-file-name):
6691         * mail/rmailout.el (rmail-output-body-to-file):
6692         Use `format', not `message', in `y-or-n-p' call.
6694 2006-11-13  Carsten Dominik  <dominik@science.uva.nl>
6696         * textmodes/org.el (org-metaleft): Call `org-outdent-item' on bullets.
6697         (org-metaright): Call `org-indent-item' on bullets.
6698         (org-timestamp-change): Set `org-last-changed-timestamp'.
6699         (org-current-line): Make sure (bolp) returns correct result.
6700         (org-agenda-change-all-lines): Make sure highlighting TODO always works.
6702 2006-11-12  Richard Stallman  <rms@gnu.org>
6704         * language/european.el (turkish-case-conversion-enable)
6705         (turkish-case-conversion-disable): New functions.
6706         ("Turkish" lang env): Use them.
6708         * international/characters.el (case table):
6709         Do nothing special for i and I.
6711         * subr.el (remove-overlays): Fix last change.
6713         * cus-edit.el (custom-save-all): Use find-file-visit-truename
6714         for visiting the custom file.
6716 2006-11-12  Markus Triska  <triska@gmx.at>
6718         * play/handwrite.el (handwrite): Also process lines not ending
6719         with newline.  Replace some position-fiddling with different
6720         logic.  Improve performance.
6722 2006-11-12  Stephen Leake  <stephen_leake@stephe-leake.org>
6724         * progmodes/ada-xref.el (ada-prj-default-check-cmd): New variable,
6725         replacing deleted variable `ada-check-switch'.
6726         (ada-project-file-extension): Rename to `ada-prj-file-extension'.
6727         (ada-xref-project-files): Improve doc string.
6728         (ada-find-executable): New function.
6729         (ada-initialize-runtime-library): Use `ada-find-executable'.
6730         (ada-xref-set-default-prj-values): In compile commands, don't need
6731         `ada-cd-command'; `compile' does that more portably.
6732         Use ada-prj-default-check-cmd.
6733         (ada-parse-prj-file): Don't set 'debug_post_cmd, 'debug_pre_cmd
6734         properties if not specified in project file.
6735         (ada-goto-declaration): Display useful message for new error
6736         'error-file-not-found.
6737         (ada-get-ada-file-name, ada-find-in-src-path): Signal new error
6738         'error-file-not-found.
6739         (ada-get-all-references): Match latest ali syntax.  Signal new
6740         error 'error-file-not-found.
6741         (ada-find-in-ali): Match latest ali syntax.
6742         (ada-make-filename-from-adaname): Handle different semantics of
6743         gnatkr in GNAT 3.15p vs later.
6745         * progmodes/ada-stmt.el (ada-func-or-proc-name): Match changes to
6746         ada-procedure-start-regexp.
6747         (ada-or-accept, ada-or-delay, ada-or-terminate): Improve doc string.
6749         * progmodes/ada-mode.el: Replace conditional (require 'ispell)
6750         with defvar.
6751         (ada-language-version): Rename ada05 -> ada2005.
6752         (ada-align-region-separate): Add `eval-when-compile'.
6753         (ada-name-regexp): Remove unneeded escapes in regexp character
6754         alternative.
6755         (ada-compile-goto-error-file-linenr-re): New constant.
6756         (ada-matching-start-re): Handle additional cases `declare',
6757         `procedure', `function'.
6758         (ada-compile-goto-error): Handle "... at line nn".
6759         (ada-mode): Clearer syntax, comments for ff-special-constructs.
6760         Delete support for old versions of `align'.
6761         (ada-search-prev-end-stmt): Handle additional keyword `private'.
6762         (ada-check-defun-name): Simplify handling of `declare'.
6763         (ada-goto-matching-start): Handle nested `begin ... end'.
6764         Handle `declare', `protected', `procedure', `function'.
6765         (ada-create-menu): Presence of arm95 is not conditional on using
6766         GNAT compiler.
6768 2006-11-12  Juanma Barranquero  <lekktu@gmail.com>
6770         * emacs-lisp/re-builder.el (reb-mode): Set `blink-matching-paren' to
6771         nil in the *RE-Builder* buffer (it causes spurious error messages).
6773         * server.el (server-visit-files): If `minibuffer-auto-raise' has
6774         been set to t, respect it.
6776 2006-11-11  Stephen Leake  <stephen_leake@stephe-leake.org>
6778         * progmodes/ada-mode.el: Delete `eval-and-compile' around `require'.
6779         Delete commented out code for old Emacs versions.  Autoloading of
6780         "ada-xref", "ada-prj" is useful even if compiler is not GNAT.
6781         (ada-mode-version): Bump version number.
6782         (ada-95-string-keywords, ada-2005-string-keywords)
6783         (ada-2005-keywords, ada-name-regexp): New constant.
6784         (ada-language-version, ada-procedure-start-regexp, ada-mode)
6785         (ada-font-lock-keywords): Add support for Ada 2005 keywords.
6786         (ada-package-start-regexp): Support private packages, include package
6787         name (for ada-set-point-accordingly).
6788         (ada-next-procedure, ada-previous-procedure)
6789         (ada-which-function-are-we-in): Match changes to
6790         ada-procedure-start-regexp.
6791         (ada-make-body): Make non-interactive; not a user function.
6792         (ada-make-subprogram-body): Improve doc string.
6794 2006-11-11  Romain Francoise  <romain@orebokech.com>
6796         * progmodes/cperl-mode.el (cperl-mode): Before adding to it, make
6797         `compilation-error-regexp-alist' buffer-local, since we changed
6798         `compilation-error-regexp-alist-alist' locally.
6800 2006-11-11  Juanma Barranquero  <lekktu@gmail.com>
6802         * server.el (server-visit-files): Bind `minibuffer-auto-raise'
6803         to the value of `server-raise-frame'.
6805 2006-11-11  Glenn Morris  <rgm@gnu.org>
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/vhdl-mode.el (vhdl-reset-active-high)
6814         (vhdl-clock-rising-edge)
6815         * textmodes/org.el (org-export-with-timestamps)
6816         (org-export-remove-timestamps-from-toc)
6817         (org-export-with-tags): Improve previous doc fixes.
6819 2006-11-11  Richard Stallman  <rms@gnu.org>
6821         * textmodes/flyspell.el (flyspell-mode-map):
6822         Bind C-c $ instead of M-RET.
6824 2006-11-10  Simon Marshall  <simon@gnu.org>
6826         * progmodes/cc-fonts.el (c-font-lock-declarations): Don't overwrite
6827         fontification for "case" and "default" keywords.
6829 2006-11-10  Andreas Schwab  <schwab@suse.de>
6831         * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
6832         Avoid starting sentence with "nil".
6834 2006-11-10  Juanma Barranquero  <lekktu@gmail.com>
6836         * server.el (server-raise-frame): New option.
6837         (server-switch-buffer): Use it.
6839 2006-11-10  Nick Roberts  <nickrob@snap.net.nz>
6841         * progmodes/gdb-ui.el (gdb-many-windows): Start doc string
6842         with a capital.
6844 2006-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
6846         * textmodes/org.el (org-show-hierarchy-above)
6847         (org-show-following-heading): Fix typo in default value.
6848         (org-scan-tags): Make the search case-sensitive.
6849         (org-tags-sparse-tree): Don't overrule
6850         `org-show-following-heading' and `org-show-hierarchy-above'.
6851         (org-reveal): New command.
6852         (org-show-context): Rename from `org-show-hierarchy-above'.
6853         (org-fast-tag-selection-single-key): New option.
6854         (org-fast-tag-show-exit, org-set-current-tags-overlay): New functions.
6855         (org-tags-overlay): New variable.
6856         (org-agenda-todo-ignore-deadlines): New option.
6857         ("session"): Add circular data structure `org-mark-ring' to
6858         exceptions list in session.el.
6859         (org-agenda-window-setup, org-agenda-restore-windows-after-quit):
6860         New options.
6861         (org-agenda-quit): Use `org-agenda-restore-windows-after-quit'.
6862         (org-prepare-agenda, org-agenda-quit): Use `org-agenda-window-setup'.
6863         (org-pre-agenda-window-conf, org-blank-before-new-entry): New vars.
6864         (org-finalize-agenda): Activate bracket links in agenda.
6865         (org-at-timestamp-p, org-at-date-range-p): Additional argument
6866         INACTIVE-OK.
6867         (org-show-hierarchy-above, org-show-following-heading):
6868         List values allowed for fine-tuned configuration.
6869         (org-show-hierarchy-above): New argument CONTEXT, use the
6870         fine-tuned settings in `org-show-hierarchy-above' and
6871         `org-show-following-heading'.
6872         (org-display-custom-time): New function.
6873         (org-toggle-time-stamp-overlays, org-insert-time-stamp): New function.
6874         (org-display-custom-times, org-time-stamp-custom-formats):
6875         (org-maybe-intangible): New macro.
6876         (org-activate-bracket-links, org-hide-wide-columns):
6877         Use `org-maybe-intangible'.
6878         (org-open-file): Use `shell-quote-argument'.
6879         (org-display-internal-link-with-indirect-buffer): New option.
6880         (org-file-remote-p): Get regexp from list.
6881         (org-link-expand-abbrev): New function.
6882         (org-link-abbrev-alist): New option.
6883         (org-open-at-point, org-cleaned-string-for-export):
6884         Call `org-link-expand-abbrev'.
6885         (org-timeline, org-agenda-list, org-todo-list)
6886         (org-tags-view): Remove the KEEP-MODES argument.
6887         (org-finalize-agenda-hook): New hook.
6888         (org-get-alist-option): New function.
6889         (org-follow-timestamp-link): New function.
6890         (org-open-at-point): Call `org-follow-timestamp-link'.
6891         (org-log-note-marker, org-log-note-purpose)
6892         (org-log-note-window-configuration): New variables.
6893         (org-add-log-maybe, org-add-log-note, org-store-log-note): New funs.
6894         (org-log-note-headings): New option.
6895         (org-dblock-write:clocktable): Bug fix, removed infinite loop.
6896         (org-store-link): Support for dired-mode.
6897         (org-open-file): Substitute environment variables into filename.
6898         (org-last): New defsubst.
6899         (org-agenda-re-align-tags): New function.
6900         (org-agenda-align-tags-to-column): New option.
6901         (org-agenda-timeline): Group removed.
6902         (org-prepare-agenda, org-prepare-agenda-buffers)
6903         (org-run-agenda-series, org-timeline, org-agenda-list)
6904         (org-todo-list, org-tags-view): Call `org-agenda-prepare' and set
6905         the text property inticating the agenda type.
6906         (org-agenda-post-command-hook): Get agenda type from text property
6907         at point.
6908         (org-agenda): Handle command sets.  Set `org-agenda-last-arguments'
6909         and obey `org-agenda-overriding-arguments'.
6910         (org-agenda-overriding-arguments, org-agenda-last-arguments): New vars.
6911         (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
6912         (org-agenda-week-view, org-agenda-day-view):
6913         Use `org-agenda-overriding-arguments' to make updating work with
6914         multi-block agendas.
6915         (org-agenda-prefix-format): Allow different formats for the
6916         different agenda entry types.
6917         (org-timeline-prefix-format): Option removed, use
6918         `org-agenda-prefix-format' instead.
6919         (org-prepare-agenda): New function.
6920         (org-select-timeline-window): Option removed, use
6921         `org-select-agenda-window' instead.
6922         (org-respect-restriction): Variable removed.
6923         (org-cmp-tag): New function.
6924         (org-agenda-sorting-strategy, org-entries-lessp):
6925         Implement sorting by last tag.
6926         (org-complete): Better completion in in-buffer option lines.
6927         (org-in-item-p): New function.
6928         (org-org-menu): Add entries for checkboxes.
6929         (org-cycle): Extra brouping in outline-regexp, because it is used
6930         in a search with "^" prepended.
6931         (org-provide-checkbox-statistics): New option.
6932         (org-set-font-lock-defaults): Highlight checkbox statistics.
6933         (org-update-checkbox-count-maybe)
6934         (org-get-checkbox-statistics-face): New functions.
6935         (org-update-checkbox-count): New command.
6936         (org-insert-item, org-toggle-checkbox):
6937         Call `org-update-checkbox-count-maybe'.
6938         (org-export-as-html): XEmacs compatibility for coding system.
6939         (org-force-cycle-archived): New command.
6940         (org-cycle-hide-archived-subtrees): Display message when ARCHIVE
6941         overrules cycling.
6942         (org-fix-position-after-promote): If the line contains only a todo
6943         keyword, add a final space.
6944         (org-promote-subtree, org-demote-subtree):
6945         Call `org-fix-position-after-promote'.
6947 2006-11-10  Glenn Morris  <rgm@gnu.org>
6949         * calendar/cal-dst.el: Do not assume DST starts/ends on the same
6950         date in every year.
6951         (calendar-dst-check-each-year-flag): New customizable variable.
6952         (calendar-dst-find-data): New function, extracted from
6953         calendar-current-time-zone.
6954         (calendar-current-time-zone): Use calendar-dst-find-data.
6955         (calendar-dst-transition-cache): New variable.
6956         (calendar-dst-find-startend, calendar-dst-starts)
6957         (calendar-dst-ends): New functions.
6958         (calendar-daylight-savings-starts)
6959         (calendar-daylight-savings-ends): Change value to use
6960         calendar-dst-starts, calendar-dst-ends; respectively.
6962         * progmodes/f90.el (f90-indent-region): Bind case-fold-search to t.
6964         * ido.el (ido-enable-prefix)
6965         * ses.el (ses-call-printer-return)
6966         * net/tramp.el (tramp-unified-filenames)
6967         * progmodes/cc-align.el (c-lineup-string-cont)
6968         * progmodes/compile.el (compilation-directory-matcher)
6969         * progmodes/ebnf2ps.el (ebnf-stop-on-error)
6970         * progmodes/gdb-ui.el (gdb-many-windows)
6971         * progmodes/vhdl-mode.el (vhdl-reset-active-high)
6972         (vhdl-clock-rising-edge)
6973         * textmodes/org.el (org-export-with-timestamps)
6974         (org-export-remove-timestamps-from-toc, org-export-with-tags)
6975         (org-read-date): Doc fix (Nil -> nil).
6977 2006-11-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6979         * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
6980         Encode/decode text to/from cut buffers to/from iso-latin-1 only.
6982 2006-11-10  Juanma Barranquero  <lekktu@gmail.com>
6984         * bs.el (bs--window-for-buffer): Remove.
6985         (bs--show-with-configuration): Use `get-window-with-predicate'
6986         instead of `bs--window-for-buffer'.
6988 2006-11-10  Kenichi Handa  <handa@m17n.org>
6990         * files.el (revert-buffer): Fix previous change.
6992 2006-11-09  Juanma Barranquero  <lekktu@gmail.com>
6994         * bs.el (bs--redisplay): Fix typo in docstring.
6995         (bs--window-config-coming-from): Make frame-local.
6996         (bs--restore-window-config): New function.
6997         (bs-kill, bs-select, bs-select-other-window)
6998         (bs-select-other-frame): Use it.
6999         (bs--window-for-buffer): Return as soon as a matching buffer is found.
7000         (bs--show-with-configuration): Save the window configuration as a
7001         frame local var, and only if *buffer-selection* is not already
7002         visible on this frame.
7004 2006-11-08  Chong Yidong  <cyd@stupidchicken.com>
7006         * vc-svn.el (vc-svn-admin-directory): New var.
7007         (vc-svn-registered, vc-svn-responsible-p)
7008         (vc-svn-repository-hostname): Use it.
7009         Suggested by arit93@yahoo.com.
7011 2006-11-08  Juanma Barranquero  <lekktu@gmail.com>
7013         * ldefs-boot.el: Regenerate.
7015 2006-11-08  Alan Mackenzie  <acm@muc.de>
7017         * emacs-lisp/lisp.el (beginning-of-defun-raw): Code up the
7018         case (eq open-paren-in-column-0-is-defun-start nil) by searching
7019         for least nested open-paren.
7021 2006-11-08  Romain Francoise  <romain@orebokech.com>
7023         * subr.el (remove-overlays): Fix typo in last change.
7025 2006-11-08  Richard Stallman  <rms@gnu.org>
7027         * subr.el (remove-overlays): Call overlay-recenter.
7029 2006-11-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7031         * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
7032         (pr-ps-name-custom-set, pr-txt-name-custom-set): Return back the old
7033         behaviour.
7034         (pr-menu-bind): Act on global-map instead of menu-bar-file-menu
7035         directly.
7037 2006-11-08  Juanma Barranquero  <lekktu@gmail.com>
7039         * ido.el (ido-ignore-extensions, ido-show-dot-for-dired)
7040         (ido-max-dir-file-cache, ido-decorations)
7041         (ido-rewrite-file-prompt-functions, ido-use-mycompletion-depth)
7042         (ido-magic-backward-char, ido-enter-dired)
7043         (ido-enter-insert-buffer, ido-enter-insert-file, ido-dired)
7044         (ido-list-directory, ido-first-match, ido-only-match)
7045         (ido-subdir, ido-indicator): Fix typos in docstrings.
7046         (ido-buffer-internal, ido-completion-help): Fix typos in messages.
7047         (ido-read-internal): Fix typo in error message.
7049 2006-11-08  Kenichi Handa  <handa@m17n.org>
7051         * international/mule-cmds.el (set-default-coding-systems):
7052         Always set default-file-name-coding-system to utf-8 for Mac Darwin.
7054 2006-11-08  Juanma Barranquero  <lekktu@gmail.com>
7056         * makefile.w32-in (setwins): Remove.
7057         (WINS_ALMOST): New macro.
7058         (WINS): Use it.
7059         (autoloads): Don't extract autoloads from files in obsolete/.
7061 2006-11-07  Chong Yidong  <cyd@stupidchicken.com>
7063         * whitespace.el (whitespace-buffer): Call remove-overlays after
7064         overlay-recenter for performance.  Suggested by Martin Rudalics.
7066 2006-11-07  Michael Albinus  <michael.albinus@gmx.de>
7068         * net/tramp.el (tramp-default-method): scp is the default method.
7070 2006-11-07  Juanma Barranquero  <lekktu@gmail.com>
7072         * server.el (server-start): Save also the Emacs pid in the server file.
7074 2006-11-07  Carsten Dominik  <dominik@science.uva.nl>
7076         * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Preserve
7077         point when displaying a bibtex cross reference in the echo area.
7079 2006-11-06  Juanma Barranquero  <lekktu@gmail.com>
7081         * international/mule.el (make-char): Fix typo in docstring.
7082         (load-with-code-conversion, charsetp): Doc fixes.
7084         * international/ja-dic-cnv.el (skkdic-convert):
7085         * cus-edit.el (hook): Fix typo in docstring.
7087 2006-11-06  Chong Yidong  <cyd@stupidchicken.com>
7089         * cus-edit.el (custom-mode-map): Move defvar above code using it.
7090         (custom-mode-link-map): New variable.
7091         (custom-group-link, custom-manual): Use follow-link.
7093 2006-11-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7095         * textmodes/bibtex.el: Fix typo in name of author of bibtex.el,
7096         "Mark Shapiro" -> "Marc Shapiro".  Update his email address.
7098 2006-11-06  Richard Stallman  <rms@gnu.org>
7100         * textmodes/flyspell.el (flyspell-correct-word-before-point):
7101         New function broken out of flyspell-correct-word.
7102         (flyspell-mode-map): Bind it to M-RET.
7103         (flyspell-correct-word): Call it.
7105         * textmodes/fill.el (fill-minibuffer-function): New function.
7106         (fill-paragraph): Bind fill-paragraph-function to
7107         fill-minibuffer-function.
7109         * ruler-mode.el (ruler-mode-map): Add bindings for up-events
7110         so that they aren't undefined.
7112         * dired.el (dired-readin): Locally bind file-name-coding-system.
7114         * bindings.el: Shorten and clarify usual mode line mouse help string.
7116         * Makefile.in (autoloads): Don't include `obsolete'.
7118 2006-11-06  Chong Yidong  <cyd@stupidchicken.com>
7120         * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
7121         (pr-ps-name-custom-set, pr-txt-name-custom-set): Don't update the
7122         Printing menu if it's not initialized.
7123         (pr-menu-bind): Act on menu-bar-file-menu directly.
7125 2006-11-06  Juanma Barranquero  <lekktu@gmail.com>
7127         * help.el (view-emacs-news): Fix typo in error message.
7129         * menu-bar.el (menu-bar-update-buffers): Fix typo in menu entry.
7131         * shadowfile.el (shadow-define-regexp-group)
7132         (shadow-literal-groups, shadow-insert-var): Doc fixes.
7133         (shadow-read-files): Fix typo in message.
7134         (shadow-inhibit-overload, shadow-find, shadow-suffix)
7135         (shadow-site-match, shadow-write-todo-file, shadow-insert-var)
7136         (shadow-suffix, shadow-site-match, shadow-expand-file-name)
7137         (shadow-file-match): Fix typos in docstrings.
7139         * terminal.el (terminal-emulator): Fix typo in message.
7141         * emacs-lisp/authors.el (authors-fixed-entries): Fix typo.
7143         * emacs-lisp/lselect.el (x-kill-primary-selection)
7144         (x-delete-primary-selection, x-copy-primary-selection):
7145         Fix typos in error messages.
7147         * emulation/edt-mapper.el: Fix typo in interactive message.
7149         * mail/emacsbug.el (report-emacs-bug): Fix typos in output message.
7151         * textmodes/ispell.el (ispell, ispell-local-dictionary-alist)
7152         (ispell-help): Fix typos in docstrings.
7153         (ispell-help): Fix typo in output message.
7155         * allout.el (allout-adjust-file-variable)
7156         (allout-passphrase-verifier-string)
7157         (allout-passphrase-hint-string)
7158         (allout-toggle-current-subtree-encryption):
7159         * apropos.el (apropos-synonyms):
7160         * cus-edit.el (hook):
7161         * emacs-lock.el (emacs-lock-from-exiting):
7162         * follow.el (follow-avoid-tail-recenter-p):
7163         * hexl.el (hexl-mode):
7164         * mouse-copy.el (mouse-copy-work-around-drag-bug):
7165         * mouse.el (mouse-set-font):
7166         * resume.el (resume-emacs-args-file):
7167         * rfn-eshadow.el (file-name-shadow-tty-properties):
7168         * t-mouse.el (t-mouse-process, t-mouse-mode):
7169         * emacs-lisp/cust-print.el (custom-print-install)
7170         (custom-print-uninstall, custom-format):
7171         * emacs-lisp/shadow.el (list-load-path-shadows):
7172         * emulation/tpu-edt.el (tpu-help-text)
7173         (tpu-save-all-buffers-kill-emacs, tpu-emacs-replace)
7174         (tpu-reset-control-keys):
7175         * emulation/vip.el (vip-emacs-local-map)
7176         (vip-change-mode-to-emacs):
7177         * emulation/viper.el (viper-mode, viper-set-hooks)
7178         (viper-major-mode-modifier-list):
7179         * emulation/viper-init.el (viper-emacs-state-cursor-color):
7180         * emulation/viper-keym.el (viper-emacs-kbd-map)
7181         (viper-toggle-key):
7182         * mail/feedmail.el (feedmail-queue-reminder)
7183         (feedmail-queue-reminder-alist, feedmail-confirm-outgoing)
7184         (feedmail-confirm-outgoing-timeout, feedmail-nuke-bcc)
7185         (feedmail-nuke-resent-bcc, feedmail-fill-to-cc-fill-column)
7186         (feedmail-sender-line, feedmail-force-binary-write)
7187         (feedmail-from-line, feedmail-deduce-envelope-from)
7188         (feedmail-x-mailer-line, feedmail-message-id-generator)
7189         (feedmail-date-generator, feedmail-fiddle-plex-user-list)
7190         (feedmail-enable-spray, feedmail-spray-this-address)
7191         (feedmail-spray-address-fiddle-plex-list, feedmail-enable-queue)
7192         (feedmail-queue-runner-confirm-global)
7193         (feedmail-ask-before-queue-prompt)
7194         (feedmail-ask-before-queue-reprompt)
7195         (feedmail-prompt-before-queue-standard-alist)
7196         (feedmail-prompt-before-queue-user-alist)
7197         (feedmail-prompt-before-queue-help-supplement)
7198         (feedmail-queue-use-send-time-for-message-id)
7199         (feedmail-queue-default-file-slug, feedmail-queue-fqm-suffix)
7200         (feedmail-mail-send-hook-splitter, feedmail-mail-send-hook)
7201         (feedmail-mail-send-hook-queued)
7202         (feedmail-confirm-addresses-hook-example)
7203         (feedmail-last-chance-hook, feedmail-before-fcc-hook)
7204         (feedmail-queue-runner-mode-setter)
7205         (feedmail-queue-alternative-mail-header-separator)
7206         (feedmail-queue-runner-message-sender)
7207         (feedmail-buffer-eating-function, feedmail-binmail-template)
7208         (feedmail-run-the-queue-no-prompts)
7209         (feedmail-run-the-queue-global-prompt)
7210         (feedmail-queue-subject-slug-maker, feedmail-fiddle-header)
7211         (feedmail-envelope-deducer, feedmail-fiddle-date)
7212         (feedmail-default-message-id-generator)
7213         (feedmail-fiddle-message-id, feedmail-fiddle-x-mailer)
7214         (feedmail-fiddle-spray-address, feedmail-deduce-address-list):
7215         * mail/vms-pmail.el (vms-pmail-save-and-exit, vms-pmail-abort)
7216         (vms-pmail-setup):
7217         * play/dunnet.el (dun-help):
7218         * play/handwrite.el (handwrite):
7219         * play/hanoi.el (hanoi-unix-64):
7220         * progmodes/idlwave.el (idlwave-rescan-asynchronously):
7221         * textmodes/enriched.el (fixed):
7222         * textmodes/org.el (org-file-apps)
7223         (org-emphasis-regexp-components, org-emphasis-alist):
7224         * textmodes/texinfmt.el (batch-texinfo-format):
7225         Fix typos in docstrings.
7227 2006-11-05  Juanma Barranquero  <lekktu@gmail.com>
7229         * loadhist.el (read-feature): Don't complete features not loaded
7230         from a file (which make `unload-feature' to fail).
7232 2006-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
7234         * add-log.el (add-log-time-zone-rule): Mark as safe-local-variable.
7236 2006-11-05  Chong Yidong  <cyd@stupidchicken.com>
7238         * startup.el (command-line-1): Kill emacs if the last frame is
7239         deleted while evaluating the command-line arguments.
7241 2006-11-05  Richard Stallman  <rms@gnu.org>
7243         * startup.el (init-file-had-error): Add doc string.
7244         (fancy-splash-text, fancy-splash-head, fancy-splash-tail):
7245         Use fixed-width font for keyboard key descriptions.
7247         * cus-edit.el (custom-save-all): Error if saving in .emacs
7248         and it had an error when loaded.
7250         * dired-aux.el (dired-copy-file-recursive): Catch errors
7251         from recursive copies in the loop, around the recursive call.
7253 2006-11-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
7255         * battery.el (battery-linux-proc-acpi): Search an ac_adapter in
7256         `/proc/acpi/ac_adapter/*'.  Ditto for the thermometers in
7257         `/proc/acpi/thermal_zone/*'.
7258         (battery-search-for-one-match-in-files): New.  Search a regexp in
7259         the content of some files.
7261 2006-11-05  Martin Rudalics  <rudalics@gmx.at>
7263         * window.el (mouse-autoselect-window-now): Remove variable.
7264         (mouse-autoselect-window-state): New variable.
7265         (mouse-autoselect-window-start, mouse-autoselect-window-cancel)
7266         (mouse-autoselect-window-select, handle-select-window):
7267         Rewritten to make mouse-autoselect-window-timer a one-shot timer.
7268         Suspend delayed autoselection during menu or popup dialog.
7270         * info-look.el (info-lookup-guess-custom-symbol): New function
7271         for retrieving symbol at point in custom buffers.
7272         (top level) <info-lookup-maybe-add-help>: Add backquote and
7273         comma to ignored characters in regexps of help specifications
7274         for emacs-lisp-mode and lisp-interaction-mode.  This permits
7275         looking up symbols in `...' and after a comma.  Add help
7276         specifications for custom-mode and help-mode.
7278 2006-11-04  Eli Zaretskii  <eliz@gnu.org>
7280         * mail/rmail.el (rmail-redecode-body): New optional argument RAW.
7281         Don't encode body if RAW is non-nil, or if the old encoding is
7282         identical to the new encoding, or if the body contains only
7283         eight-bit-* characters.
7285 2006-11-04  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
7287         * faces.el (faces-sample-overlay, describe-face): Revert last changes.
7288         (faces-sample-overlay): Remove variable.
7289         (describe-face): Insert sample text in the face being described.
7291 2006-11-04  Martin Rudalics  <rudalics@gmx.at>
7293         * whitespace.el (whitespace-indent-regexp): Make this match any
7294         multiples of eight spaces near the beginning of a line.
7295         (whitespace-buffer): Use `remove-overlays' instead of
7296         `whitespace-unhighlight-the-space' and `overlay-recenter' to
7297         speed up overlay handling.
7298         (whitespace-buffer-leading, whitespace-buffer-trailing):
7299         Make these functions highlight the text removed by
7300         `whitespace-buffer-leading-cleanup' and
7301         `whitespace-buffer-trailing-cleanup' respectively.
7302         (whitespace-buffer-search): Use `with-local-quit'.
7303         Move `format' out of loop to speed up scanning larger buffers.
7304         (whitespace-unhighlight-the-space): Remove `remove-hook' since
7305         that function is never added to a hook.
7306         (whitespace-spacetab-regexp, whitespace-ateol-regexp)
7307         (whitespace-buffer-leading-cleanup)
7308         (whitespace-refresh-rescan-list): Fix docstrings.
7310 2006-11-03  Ken Manheimer  <ken.manheimer@gmail.com>
7312         * allout.el (allout-during-yank-processing): Cue for inhibiting
7313         aberrance processing during yanks.
7314         (allout-doublecheck-at-and-shallower): Reduce the limit to reduce
7315         the amount of yanked topics that can be aberrant.
7316         (allout-do-doublecheck): Encapsulate this multiply-used recipe in
7317         a function, and supplement with inihibition of doublechecking
7318         during yanks.
7319         (allout-beginning-of-line, allout-next-heading)
7320         (allout-previous-heading, allout-goto-prefix-doublechecked)
7321         (allout-back-to-current-heading, allout-next-visible-heading)
7322         (allout-next-sibling): Use new allout-do-doublecheck function.
7323         (allout-next-sibling): Ensure we made progress when returning
7324         other than nil.
7325         (allout-rebullet-heading): Preserve text property annotations
7326         indicating the text was hidden, if it was.
7327         (allout-kill-line): Remove any added was-hidden annotations.
7328         (allout-kill-topic): Remove any added was-hidden annotations.
7329         (allout-annotate-hidden): Inhibit adding was-hidden text
7330         properties to the undo list.
7331         (allout-deannotate-hidden): New function to remove was-hidden
7332         annotation.
7333         (allout-hide-by-annotation): Use new allout-deannotate-hidden.
7334         (allout-remove-exposure-annotation): Replace by
7335         allout-deannotate-hidden.
7336         (allout-yank-processing): Signal that yank processing is happening
7337         with allout-during-yank-processing.  Also, wrap
7338         allout-unprotected's closer to the text changes, for easier
7339         debugging.  We need to inhibit-field-text-motion explicitly, in
7340         lieu of the encompassing allout-unprotected.
7341         (outlineify-sticky): Adjust criteria for triggering new outline
7342         decorations to presence or absence of any topics, not just a topic
7343         at the beginning of the buffer.
7345 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
7347         * bs.el (bs--show-all, bs--redisplay):
7348         * cus-edit.el (custom-unlispify-menu-entries)
7349         (custom-unlispify-tag-names, custom-prompt-variable):
7350         * expand.el (expand-pos):
7351         * speedbar.el (speedbar-generic-list-tag-p):
7352         * wid-edit.el (widget-image-enable):
7353         * emacs-lisp/checkdoc.el (checkdoc-rogue-space-check-engine):
7354         * emacs-lisp/find-func.el (find-function-noselect)
7355         (find-function, find-variable-noselect, find-variable)
7356         (find-definition-noselect, find-face-definition):
7357         * mail/rmail-spam-filter.el (rsf-scanning-messages-now):
7358         * net/eudc-vars.el (eudc-expansion-overwrites-query):
7359         * progmodes/ada-xref.el (ada-find-in-ali):
7360         * textmodes/flyspell.el (flyspell-check-tex-math-command):
7361         * textmodes/org.el (org-copy-subtree):
7362         * textmodes/table.el (table--row-column-insertion-point-p):
7363         Use "non-nil" in docstrings.
7365 2006-11-03  Mark Davies  <mark@mcs.vuw.ac.nz>
7367         * sort.el (sort-columns): Set the field separator to tab; on
7368         NetBSD, sort complains if "\n" is used as field separator.
7370 2006-11-03  NIIMI Satoshi  <sa2c@sa2c.net>
7372         * emacs-lisp/pp.el (pp-eval-last-sexp): Evaluate target sexp.
7374 2006-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7376         * server.el (server-auth-key): Remove.  Replace by a process-property.
7377         (server-start): Don't remove the file of the previous process, but
7378         instead clear out the place for the new file.
7379         (server-start): Set the :auth-key property.
7380         (server-process-filter): Use the :auth-key property.
7382 2006-11-02  Carsten Dominik  <dominik@science.uva.nl>
7384         * textmodes/org.el (org-mode-map): No longer copy
7385         `outline-mode-map' explicitly - this is already done by
7386         `define-derived-mode'.
7388 2006-11-02  Juanma Barranquero  <lekktu@gmail.com>
7390         * server.el (server-visit-files): Use `when'.
7391         (server-process-filter): When authentication fails, send error
7392         message to client.  Wrap `process-send-region' in `ignore-errors'
7393         instead of `condition-case', and remove misleading comment.
7395 2006-11-01  Juri Linkov  <juri@jurta.org>
7397         * simple.el (yank): Doc fix.
7399 2006-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7401         * server.el: Try and fit within 80 columns.
7402         (server-start): Make the auth file unreadable by other users.
7404 2006-10-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7406         * battery.el (battery-linux-proc-acpi): Prevent range error when
7407         `full-capacity' is 0.
7409 2006-10-31  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
7411         * faces.el (faces-sample-overlay): New defvar.
7412         (faces-sample-overlay): New function to show face sample text.
7413         (describe-face): Use it.
7415 2006-10-31  Stephen Leake  <stephen_leake@stephe-leake.org>
7417         * progmodes/ada-stmt.el: Change maintainer, apply
7418         whitespace-cleanup, checkdoc.
7419         (ada-func-or-proc-name): Add doc string.
7421         * progmodes/ada-prj.el (ada-prj-new): Change maintainer, apply
7422         whitespace-cleanup, checkdoc.  Minor improvements to many doc
7423         strings and comments.
7424         (ada-prj-display-page): Change buffer name to more accurately
7425         reflect function.
7427         * progmodes/ada-xref.el: Change maintainer, apply
7428         whitespace-cleanup, checkdoc.  Minor improvements to many doc
7429         strings and comments.  Don't look for `gvd' or `ddd' debuggers.
7430         (ada-compile-current): Don't add newlines to commands.
7432 2006-10-31  Juanma Barranquero  <lekktu@gmail.com>
7434         * server.el: Add support for TCP sockets.
7435         (server-use-tcp, server-host, server-auth-dir): New options.
7436         (server-auth-key): New variable.
7437         (server-ensure-safe-dir): Create nonexistent parent dirs.
7438         Ignore Unix-style file modes on Windows.
7439         (server-start): Crete a TCP or Unix socket according to the value
7440         of `server-use-tcp'.  For TCP sockets, create the id/auth file in
7441         `server-auth-dir' directory.
7442         (server-process-filter): Delete process if authentication
7443         fails (which never happens for Unix sockets).
7445 2006-10-30  David Kastrup  <dak@gnu.org>
7447         * subr.el (add-to-list): Don't continue checking if a match has
7448         been found.
7450 2006-10-30  Chong Yidong  <cyd@stupidchicken.com>
7452         * tutorial.el: Move defvars to avoid bytecomp warnings.
7453         (tutorial--find-changed-keys): Check if viper-current-state is
7454         bound before using it.
7455         (help-with-tutorial): Check if viper-tutorial is defined before
7456         using it.
7458 2006-10-30  Lennart Borgman  <lennart.borgman.073@student.lu.se>
7460         * help-fns.el (help-with-tutorial): Move to tutorial.el.
7462         * tutorial.el: New file.
7463         (help-with-tutorial): Move here from help-fns.el.  Add help for
7464         rebound keys.  Fix resume of tutorial.
7465         (tutorial--describe-nonstandard-key, tutorial--sort-keys)
7466         (tutorial--find-changed-keys, tutorial--display-changes)
7467         (tutorial--saved-dir, tutorial--saved-file)
7468         (tutorial--save-tutorial): New functions to support the changes in
7469         help-with-tutorial.
7471 2006-10-30  Kenichi Handa  <handa@m17n.org>
7473         * files.el (revert-buffer): If a unibyte buffer is being reverted
7474         with a coding system for multibyte, set buffer multibyte before
7475         calling insert-file-contents.
7477 2006-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7479         * server.el (server-select-display): Use a dummy buffer to detect when
7480         the frame is later used.
7481         (server-select-display): New function.
7482         (server-process-filter): Use it to detect unused temp frames.
7484 2006-10-29  Stephen Leake  <stephen_leake@stephe-leake.org>
7486         * progmodes/ada-mode.el: Change maintainer, apply
7487         whitespace-clean, checkdoc.  Minor improvements to many doc strings.
7488         (ada-mode-version): New function.
7489         (ada-create-menu): Menu operations are available for all supported
7490         compilers.
7492 2006-10-29  Lars Hansen  <larsh@soem.dk>
7494         * net/tramp.el (with-parsed-tramp-file-name): Correct debug spec.
7495         Highlight as keyword.
7496         (tramp-do-copy-or-rename-file): Correct data for 'file-already-exists.
7497         Don't call tramp-method-out-of-band-p for local files.
7498         (tramp-touch): Quote file name.
7500 2006-10-28  Glenn Morris  <rgm@gnu.org>
7502         * calendar/calendar.el (cal-html-cursor-month)
7503         (cal-html-cursor-year): Add autoloads for this new package.
7504         (calendar-mode-map): Bind cal-html-cursor-month, cal-html-cursor-year.
7506 2006-10-28  Anna M. Bigatti  <bigatti@dima.unige.it>
7508         * calendar/cal-html.el: New file.
7510 2006-10-28  Chong Yidong  <cyd@stupidchicken.com>
7512         * emacs-lisp/authors.el (authors-aliases): Update.
7514 2006-10-27  Chong Yidong  <cyd@stupidchicken.com>
7516         * version.el (emacs-version): Bump version number to 22.0.90.
7518 2006-10-26  John W. Eaton  <jwe@octave.org>
7520         * progmodes/octave-inf.el (inferior-octave-has-built-in-variables):
7521         New defvar.
7522         (inferior-octave-resync-dirs): Check to see whether Octave has
7523         built-in variables and set inferior-octave-has-built-in-variables.
7524         Check inferior-octave-has-built-in-variables to decide whether to
7525         send commands that set built-in variables or call functions to
7526         change Octave's behavior.
7527         Send "disp (pwd ())" to Octave instead of just "pwd".
7528         (inferior-octave-startup): Send "more off" to Octave instead of
7529         "page_screen_output = 0".
7531 2006-10-26  Chong Yidong  <cyd@stupidchicken.com>
7533         * emacs-lisp/cl-indent.el (lisp-indent-259): Indent nil's in the
7534         pattern normally.
7536 2006-10-26  Nick Roberts  <nickrob@snap.net.nz>
7538         * bindings.el (mode-line-mode-menu): Remove bindings for global
7539         minor modes (line/column number) as they are on the menubar.
7541 2006-10-25  Juanma Barranquero  <lekktu@gmail.com>
7543         * term/w32-win.el (x-handle-name-switch): Doc fix.
7544         (w32-standard-fontset-spec): Fix typo in docstring.
7546         * midnight.el (midnight-buffer-display-time): Doc fix.
7547         (clean-buffer-list-kill-never-buffer-names): Add "*server*".
7549 2006-10-23  Michael Kifer  <kifer@cs.stonybrook.edu>
7551         * emulation/viper-cmd.el (viper-prefix-arg-com): Define gg as G0.
7553         * emulation/viper-ex.el (ex-read): Quote file argument.
7555         * ediff-diff.el (ediff-same-file-contents): Expand file names.
7557         * ediff-mult.el (ediff-append-custom-diff): Quote shell file arguments.
7559 2006-10-22  Martin Rudalics  <rudalics@gmx.at>
7561         * textmodes/flyspell.el (flyspell-check-region-doublons):
7562         Fix last fix.
7564 2006-10-23  Nick Roberts  <nickrob@snap.net.nz>
7566         * bindings.el (mode-line-mode-menu): List global minor modes
7567         before local ones.
7569 2006-10-23  Kim F. Storm  <storm@cua.dk>
7571         * subr.el (add-to-list): Optimize if compare-fn is `eq' or `eql'.
7572         (sit-for): If last command was a prefix arg, add the read-ahead
7573         event to unread-command-events as (t . EVENT) so it will be added
7574         to this-command-keys by read-key-sequence.
7576 2006-10-22  Martin Rudalics  <rudalics@gmx.at>
7578         * textmodes/flyspell.el (flyspell-word): Skip past all previous
7579         whitespace when checking doublons.
7580         (flyspell-check-region-doublons): Fix doublon regexp.
7581         (flyspell-highlight-incorrect-region): Highlight doublons using
7582         flyspell-duplicate face.
7584         * progmodes/cperl-mode.el (cperl-invalid-face): Fix defcustom.
7586 2006-10-22  John Wiegley  <johnw@newartisans.com>
7588         * progmodes/python.el (python-use-skeletons): python-mode was
7589         auto-inserting templates (for those with abbrev-mode on), not only
7590         by default -- *but without a configuration variable to disable
7591         it*.  This rendered python-mode completely useless for me, so I
7592         have added `python-use-skeletons', which is now off by default.
7594 2006-10-22  Chong Yidong  <cyd@stupidchicken.com>
7596         * progmodes/cperl-mode.el (cperl-mode): Don't assume
7597         font-lock-multiline is auto-local (it's not).
7598         (cperl-windowed-init): Ensure that cperl-font-lock-multiline is
7599         initialized before calling cperl-init-faces.
7601 2006-10-22  Nick Roberts  <nickrob@snap.net.nz>
7603         * progmodes/gdb-ui.el (gdb-info-stack-custom): Don't try to give
7604         gdb-stack-position a value when there is no fringe.
7606         * bindings.el (mode-line-mode-menu): Disable auto-revert-tail-mode
7607         indicator if not visiting a file.
7609 2006-10-20  David Kastrup  <dak@gnu.org>
7611         * window.el (kill-buffer-and-window): Fix a bug where an aborted
7612         operation would still cause some window to collapse later.
7614 2006-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7616         * vc.el (vc-switch-backend): Try to be more careful with unwanted
7617         side-effect due to mixing various backends's file properties.
7619         * vc-svn.el (vc-svn-parse-status): Remove unused arg `localp'.
7620         Add arg `filename' instead.  Don't set vc-backend if `filename' is set.
7621         Return `filename's status if applicable.  Update callers.
7623 2006-10-19  Kenichi Handa  <handa@m17n.org>
7625         * international/kkc.el (kkc-region): When a key sequence is not
7626         defined, append (this-single-command-raw-keys) to
7627         unread-input-method-events.
7629 2006-10-19  Juanma Barranquero  <lekktu@gmail.com>
7631         * progmodes/ada-mode.el (ada-in-string-p): Doc fix.
7633 2006-10-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7635         * version.el (emacs-version): Use mac-carbon-version-string.
7637         * term/macterm.el (res-geometry): Apply 2006-10-18 change for x-win.el.
7639 2006-10-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7641         * select.el (ccl-check-utf-8, string-utf-8-p): New functions (by
7642         Kenichi Handa).
7643         (xselect-convert-to-string): Decline requests for UTF8_STRING if
7644         the selection is not UTF-8.
7646 2006-10-18  Juanma Barranquero  <lekktu@gmail.com>
7648         * progmodes/ada-mode.el (ada-83-string-keywords)
7649         (ada-last-which-function-line ada-no-auto-case, ada-indent-region)
7650         (ada-which-compiler, ada-align-modes, ada-adjust-case-buffer)
7651         (ada-looking-at-semi-private, ada-get-body-name):
7652         Fix typos in docstrings.
7653         (ada-create-case-exception, ada-create-case-exception-substring):
7654         Fix typos in error messages.
7655         (ada-goto-matching-end, ada-narrow-to-defun): Doc fixes.
7657 2006-10-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7659         * term/x-win.el (res-geometry): Don't set geometry from Xresources
7660         to default-frame-alist if default-frame-alist already contains
7661         width/height.
7663 2006-10-18  Richard Stallman  <rms@gnu.org>
7665         * emacs-lisp/pp.el (pp-eval-expression): Use `X' to read value.
7666         Non-interactive arg is the value, not the expression.
7668         * simple.el (read-expression-map): Just set it, no defvar.
7670         * subr.el (insert-for-yank-1): If last inserted char has
7671         properties, mark them as rear-nonsticky.
7673         * recentf.el (recentf-mode): Doc fix.
7675         * facemenu.el (facemenu-add-new-face): Defend against symbol
7676         that isn't a face name.
7678         * dired-aux.el (dired-do-copy): Doc fix.
7680 2006-10-18  Chong Yidong  <cyd@stupidchicken.com>
7682         * simple.el (line-move-1): Ignore fields when moving to the
7683         beginning of line to avoid getting point stuck.
7685 2006-10-18  Martin Rudalics  <rudalics@gmx.at>
7687         * textmodes/flyspell.el (flyspell-word-search-backward):
7688         Set inhibit-point-motion-hooks to avoid looping due to intangibile
7689         text.
7691 2006-10-16  Richard Stallman  <rms@gnu.org>
7693         * help-fns.el (describe-function-1): Special case optimization
7694         for self-insert-command.
7696 2006-10-16  Kim F. Storm  <storm@cua.dk>
7698         * ido.el (ido-reread-directory): Work in `dir' mode too.
7700 2006-10-15  Martin Rudalics  <rudalics@gmx.at>
7702         * textmodes/table.el: Require 'regexp-opt.
7704 2006-10-15  Lennart Borgman  <lennart.borgman.073@student.lu.se>
7706         * progmodes/flymake.el (flymake-get-project-include-dirs-imp):
7707         Use shell-quote-argument.
7709         * shell.el (explicit-bash-args): Likewise.
7711         * progmodes/ada-xref.el (ada-find-in-src-path): Likewise.
7712         Use grep -E rather than egrep.
7714 2006-10-15  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
7716         * ido.el (ido-exhibit): Allow `-', `_', and trailing `$' in user id.
7718 2006-10-15  Kim F. Storm  <storm@cua.dk>
7720         * filesets.el (filesets-run-cmd--repl-fn): Use shell-quote-argument.
7722 2006-10-14  Lennart Borgman  <lennart.borgman.073@student.lu.se>
7724         * filesets.el (filesets-cmd-shell-command): Quote buffer-file-name
7725         to protect whitespace and metacharacters from the shell.
7727 2006-10-13  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
7729         * apropos.el (apropos-pattern-quoted): Fix a typo in a doc string.
7731 2006-10-13  Eli Zaretskii  <eliz@gnu.org>
7733         * subr.el (start-process-shell-command): Doc fix.
7735 2006-10-13  Andrea Russo  <rastandy@salug.it>  (tiny change)
7737         * info-look.el <maxima-mode, inferior-maxima-mode>: Allow [0-9] in
7738         the regexp for Maxima symbols.
7740 2006-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7742         * vc-hooks.el (vc-ignore-dir-regexp): Make it into a defcustom.
7743         (vc-find-root): Don't walk higher up than ~.
7745 2006-10-12  Chong Yidong  <cyd@stupidchicken.com>
7747         * international/utf-8.el (utf-translate-cjk-load-tables):
7748         Avoid clobbering last-coding-system-used during load.
7750 2006-10-12  Carsten Dominik  <dominik@science.uva.nl>
7752         * textmodes/reftex-global.el (reftex-create-tags-file):
7753         Quote file arguments.
7755 2006-10-12  Richard Stallman  <rms@gnu.org>
7757         * files.el (file-name-history): Add defvar.
7758         (save-some-buffers-action-alist): Improve description strings.
7760 2006-10-12  Andreas Schwab  <schwab@suse.de>
7762         * files.el (auto-mode-alist): Match change log file name also with
7763         a dash before a numeric extension.
7765 2006-10-11  Ilya Zakharevich  <ilyaz@cpan.org>
7767         * progmodes/cperl-mode.el: Merge from upstream, upto version 5.22.
7768         After 5.0:
7769         (cperl-add-tags-recurse-noxs-fullpath): New function (for -batch mode).
7771         After 5.1: Major edit.  Summary of most visible changes:
7773         - Multiple <<HERE per line allowed.
7774         - Handles multiline subroutine declaration headers (with comments).
7775           (The exception is `cperl-etags' - but it is not used in the rest
7776           of the mode.)
7777         - Fontifies multiline my/our declarations (even with comments,
7778           and with legacy `font-lock').
7779         - Major speedup of syntaxification, both immediate and postponed
7780           (3.5x to 15x [for different CPUs and versions of Emacs] on the
7781           huge real-life document I tested).
7782         - New bindings, edits to imenu.
7783         - "_" is made into word-char during fontification/syntaxification;
7784           some attempts to recognize non-word "_" during other operations too.
7785         - Detect bug in Emacs with `looking-at' inside `narrow' and bulk out.
7786         - autoload some more perldoc-related stuff
7787         - New convenience features: ISpell POD/HEREDOCs, narrow-to-HEREDOC.
7788         - Attempt to incorporate XEmacs edits which reached me.
7790         Fine-grained changelog:
7791         (cperl-hook-after-change): New configuration variable.
7792         (cperl-vc-sccs-header): Likewise.
7793         (cperl-vc-sccs-header): Likewise.
7794         (cperl-vc-header-alist): Default via two preceding variables.
7795         (cperl-invalid-face): Remove double quoting under XEmacs
7796                 (still needed under 21.2).
7797         (cperl-tips): Update URLs for resources.
7798         (cperl-problems): Likewise.
7799         (cperl-praise): Mention new features.
7800         New C-c key bindings: for `cperl-find-bad-style',
7801         `cperl-pod-spell', `cperl-here-doc-spell', `cperl-narrow-to-here-doc',
7802         `cperl-perdoc', and `cperl-perldoc-at-point'.
7803         CPerl Mode menu changes: "Fix style by spaces", "Imenu on Perl Info"
7804         moved, new submenu of Tools with Ispell entries and narrowing.
7805         (cperl-after-sub-regexp): New defsubst.
7806         (cperl-imenu--function-name-regexp-perl): Use `cperl-after-sub-regexp'.
7807                 Allows heads up to head4.
7808                 Allow "package;".
7809         (defun-prompt-regexp): Use `cperl-after-sub-regexp'.
7810         (paren-backwards-message): ??? Something for XEmacs???
7811         (cperl-mode): Never auto-switch abbrev-mode off.
7812                 Try to allow '_' be non-word char.
7813                 Do not use `font-lock-unfontify-region-function' on XEmacs.
7814                 Reset syntax cache on mode start.
7815                 Support multiline facification (even on legacy `font-lock').
7816         (cperl-facemenu-add-face-function): ??? Some contributed code ???
7817         (cperl-after-change-function): Since `font-lock' and `lazy-lock'
7818                 refuse to inform us whether the fontification is due to lazy
7819                 calling or due to edit to a buffer, install our own hook
7820                 (controlled by `cperl-hook-after-change').
7821         (cperl-electric-pod): =cut may have been recognized as start.
7822         (cperl-block-p): Move, updated for attributes.
7823         (cperl-calculate-indent): Try to allow '_' be non-word char
7824                 Support subs with attributes.
7825         (cperl-where-am-i): Quiet (?) a warning.
7826         (cperl-cached-syntax-table): New function.
7827         (cperl-forward-re): Use `cperl-cached-syntax-table'.
7828         (cperl-unwind-to-safe): Recognize `syntax-type' property
7829                 changing in a middle of line.
7830         (cperl-find-sub-attrs): New function.
7831         (cperl-find-pods-heres): Allow many <<EOP per line.
7832                 Allow subs with attributes.
7833                 Major speedups (3.5x..15x on a real-life test file nph-proxy.pl).
7834                 Recognize "extproc " (OS/2) case-folded and only at start.
7835                 /x on s///x with empty replacement was not recognized.
7836                 Better comments.
7837         (cperl-after-block-p): Remarks on diff with `cperl-block-p'.
7838                 Allow subs with attributes, labels.
7839                 Do not confuse "else::foo" with "else".
7840                 Minor optimizations...
7841         (cperl-after-expr-p): Try to allow '_' be non-word char.
7842         (cperl-fill-paragraph): Try to detect a major bug in Emacs
7843                 with `looking-at' inside `narrow' and bulk out if found.
7844         (cperl-imenu--create-perl-index): Updates for new
7845                 `cperl-imenu--function-name-regexp-perl'.
7846         (cperl-outline-level): Likewise.
7847         (cperl-init-faces): Allow multiline subroutine headers
7848                 and my/our declarations, and ones with comments.
7849                 Allow subroutine attributes.
7850         (cperl-imenu-on-info): Better docstring.
7851         (cperl-etags): Rudimentary support for attributes.
7852                 Support for packages and "package;".
7853         (cperl-add-tags-recurse-noxs): Better (?) docstring.
7854         (cperl-add-tags-recurse-noxs-fullpath): Likewise.
7855         (cperl-tags-hier-init): Misprint for `fboundp' fixed.
7856         (cperl-not-bad-style-regexp): Try to allow '_' be non-word char.
7857         (cperl-perldoc): Add autoload.
7858         (cperl-perldoc-at-point): Likewise.
7859         (cperl-here-doc-spell): New function.
7860         (cperl-pod-spell): Likewise.
7861         (cperl-map-pods-heres): Likewise.
7862         (cperl-get-here-doc-region): Likewise.
7863         (cperl-font-lock-fontify-region-function): Likewise (backward
7864                 compatibility for legacy `font-lock').
7865         (cperl-font-lock-unfontify-region-function): Fix style.
7866         (cperl-fontify-syntaxically): Recognize and optimize away deferred
7867                 calls with no-change.  Governed by `cperl-hook-after-change'.
7868         (cperl-fontify-update): Recognize that syntaxification region
7869                 can be larger than fontification one.
7870                 XXXX we leave `cperl-postpone' property, so this is quadratic...
7871         (cperl-fontify-update-bad): Temporary placeholder until
7872                 it is clear how to implement `cperl-fontify-update'.
7873         (cperl-time-fontification): New function.
7874         (attrib-group): New text attribute.
7875         (multiline): New value: `syntax-type' text attribute.
7877         After 5.2:
7878         (cperl-emulate-lazy-lock): New function.
7879         (cperl-fontify-syntaxically): Would skip large regions.
7880         Add `cperl-time-fontification', `cperl-emulate-lazy-lock' to menu.
7881         Some globals were declared, but uninitialized.
7883         After 5.3, 5.4:
7884         (cperl-facemenu-add-face-function): Add docs, fix U<>.
7885         Copyright message updated.
7886         (cperl-init-faces): Work around a bug in `font-lock'. May slow
7887                         facification down a bit.
7888                 Misprint for my|our|local for old `font-lock'
7889                         "our" was not fontified same as "my|local".
7890                 Highlight variables after "my" etc even in
7891                         a middle of an expression.
7892                 Do not facify multiple variables after my etc
7893                         unless parentheses are present.
7895         After 5.5, 5.6
7896         (cperl-fontify-syntaxically): after-change hook could reset.
7897         (cperl-syntax-done-to) to a middle of line; unwind to BOL.
7899         After 5.7:
7900         (cperl-init-faces): Allow highlighting of local ($/).
7901         (cperl-problems-old-emaxen): New variable (for the use of DOCSTRING).
7902         (cperl-problems): Remove fixed problems.
7903         (cperl-find-pods-heres): Recognize #-comments in m##x too.
7904                 Recognize charclasses (unless delimiter is \).
7905         (cperl-fontify-syntaxically): Unwinding to safe was done in wrong order.
7906         (cperl-regexp-scan): Update docs.
7907         (cperl-beautify-regexp-piece): Use information got from regexp scan.
7909         After 5.8:
7910         Major user visible changes:
7911         Recognition and fontification of character classes in RExen.
7912         Variable indentation of RExen according to groups.
7914         (cperl-find-pods-heres): Recognize POSIX classes in REx charclasses.
7915                 Fontify REx charclasses in variable-name face.
7916                 Fontify POSIX charclasses in "type" face.
7917                 Fontify unmatched "]" in function-name face.
7918                 Mark first-char of HERE-doc as `front-sticky'.
7919                 Reset `front-sticky' property when needed.
7920         (cperl-calculate-indent): Indents //x -RExen accordning to parens level.
7921         (cperl-to-comment-or-eol): Recognize ends of `syntax-type' constructs.
7922         (cperl-backward-to-noncomment): Recognize stringy `syntax-type'
7923                 constructs.  Support `narrow'ed buffers.
7924         (cperl-praise): Remove a reservation.
7925         (cperl-make-indent): New function.
7926         (cperl-indent-for-comment): Use `cperl-make-indent'.
7927         (cperl-indent-line): Likewise.
7928         (cperl-lineup): Likewise.
7929         (cperl-beautify-regexp-piece): Likewise.
7930         (cperl-contract-level): Likewise.
7931         (cperl-toggle-set-debug-unwind): New function.
7932                 New menu entry for this.
7933         (fill-paragraph-function): Use when `boundp'.
7934         (cperl-calculate-indent): Take into account groups when indenting RExen.
7935         (cperl-to-comment-or-eol): Recognize # which end a string.
7936         (cperl-modify-syntax-type): Make only syntax-table property non-sticky.
7937         (cperl-fill-paragraph): Return t: needed for `fill-paragraph-function'.
7938         (cperl-fontify-syntaxically): More clear debugging message.
7939         (cperl-pod2man-build-command): Check (XEmacs) `Man-filter-list'.
7940         (cperl-init-faces): More complicated highlight even on XEmacs (new).
7941         Merge cosmetic changes from XEmacs.
7943         After 5.9:
7944         (cperl-1+): Move to before the first use.
7945         (cperl-1-): Likewise.
7947         After 5.10:
7949         This code may lock Emacs hard!!!  Use at your own risk!
7951         (cperl-font-locking): New internal variable.
7952         (cperl-beginning-of-property): New function.
7953         (cperl-calculate-indent): Use `cperl-beginning-of-property'
7954         instead of `previous-single-property-change'.
7955         (cperl-unwind-to-safe): Likewise.
7956         (cperl-after-expr-p): Likewise.
7957         (cperl-get-here-doc-region): Likewise.
7958         (cperl-font-lock-fontify-region-function): Likewise.
7959         (cperl-to-comment-or-eol): Do not call `cperl-update-syntaxification'
7960                         recursively.
7961                 Bound `next-single-property-change' via `point-max'.
7962         (cperl-unwind-to-safe): Bound likewise
7963         (cperl-font-lock-fontify-region-function): Likewise.
7964         (cperl-find-pods-heres): Mark as recursive for `cperl-to-comment-or-eol'
7965                 Initialization of `cperl-font-lock-multiline-start' could be
7966                 missed if the "main" fontification did not run due to the
7967                 keyword being already fontified.
7968         (cperl-pod-spell): Return t from do-one-chunk function.
7969         (cperl-map-pods-heres): Stop when the worker returns nil.
7970                 Call `cperl-update-syntaxification'.
7971         (cperl-get-here-doc-region): Call `cperl-update-syntaxification'.
7972         (cperl-get-here-doc-delim): Remove unused function.
7974         After 5.11:
7976         The possible lockup of Emacs (introduced in 5.10) fixed.
7978         (cperl-unwind-to-safe): `cperl-beginning-of-property' won't return nil.
7979         (cperl-syntaxify-for-menu): New customization variable.
7980         (cperl-select-this-pod-or-here-doc): New function.
7981         (cperl-get-here-doc-region): Extra argument.
7982                 Do not adjust pos by 1.
7984         New menu entries
7985                 (Perl/Tools): Selection of current POD or HERE-DOC section.
7986                 (Debugging CPerl:) backtrace on fontification.
7988         After 5.12:
7989         (cperl-cached-syntax-table): Use `car-safe'.
7990         (cperl-forward-re): Remove spurious argument SET-ST.
7991                 Add documentation.
7992         (cperl-forward-group-in-re): New function.
7993         (cperl-find-pods-heres): Find and highlight (?{}) blocks in RExen
7994         (XXXX Temporary (?) hack is to syntax-mark them as comment).
7996         After 5.13:
7997         (cperl-string-syntax-table): Make { and } not-grouping
7998           (Sometimes they ARE grouping in RExen, but matching them would only
7999            confuse in many situations when they are not)
8000         (beginning-of-buffer): Replace two occurrences with goto-char...
8001         (cperl-calculate-indent): `char-after' could be nil...
8002         (cperl-find-pods-heres): REx can start after "[" too.
8003                 Hightlight (??{}) in RExen too.
8004         (cperl-maybe-white-and-comment-rex): New constant
8005         (cperl-white-and-comment-rex): Likewise.
8006                 XXXX Not very efficient, but hard to make
8007                 better while keeping 1 group.
8009         After 5.13:
8010         (cperl-find-pods-heres): $foo << identifier() is not a HERE-DOC.
8011                 Likewise for 1 << identifier.
8013         After 5.14:
8014         (cperl-find-pods-heres): Different logic for $foo .= <<EOF etc.
8015                 Error-less condition-case could fail.
8016         (cperl-font-lock-fontify-region-function): Likewise.
8017         (cperl-init-faces): Likewise.
8019         After 5.15:
8020         (cperl-find-pods-heres): Support property REx-part2.
8021         (cperl-calculate-indent): Likewise.
8022                 Don't special-case REx with non-empty 1st line.
8023         (cperl-find-pods-heres): In RExen, highlight non-literal backslashes.
8024                 Invert highlighting of charclasses:
8025                         now the envelop is highlighted.
8026                 Highlight many others 0-length builtins.
8027         (cperl-praise): Mention indenting and highlight in RExen.
8029         After 5.15:
8030         (cperl-find-pods-heres): Highlight capturing parens in REx.
8032         After 5.16:
8033         (cperl-find-pods-heres): Highlight '|' for alternation
8034         Initialize `font-lock-warning-face' if not present.
8035         (cperl-find-pods-heres): Use `font-lock-warning-face' instead of
8036                          `font-lock-function-name-face'.
8037         (cperl-look-at-leading-count): Likewise.
8038         (cperl-find-pods-heres): Localize `font-lock-variable-name-face',
8039                         `font-lock-keyword-face' (needed for
8040                         batch processing), etc...
8041                 Use `font-lock-builtin-face' for builtin in REx
8042                         Now `font-lock-variable-name-face'
8043                         is used for interpolated variables
8044                 Use "talking aliases" for faces inside REx
8045                 Highlight parts of REx (except in charclasses)
8046                         according to the syntax and/or semantic
8047                 Syntax-mark a {}-part of (?{}) as "comment"
8048                         (it was the ()-part)
8049                 Better logic to distinguish what is what in REx
8050         (cperl-tips-faces): Document REx highlighting
8051         (cperl-praise): Mention REx syntax highlight etc.
8053         After 5.17:
8054         (cperl-find-sub-attrs): Would not always manage to print error message.
8055         (cperl-find-pods-heres): Localize `font-lock-constant-face'.
8057         After 5.18:
8058         (cperl-find-pods-heres): Misprint in REx for parsing REx.
8059                 Very minor optimization.
8060                 `my-cperl-REx-modifiers-face' got quoted.
8061                 Recognize "print $foo <<END" as HERE-doc.
8062                 Put `REx-interpolated' text attribute if needed.
8063         (cperl-invert-if-unless-modifiers): New function.
8064         (cperl-backward-to-start-of-expr): Likewise.
8065         (cperl-forward-to-end-of-expr): Likewise.
8066         (cperl-invert-if-unless): Works in "the opposite way" too.
8067                 Cursor position on return is on the switch-word.
8068                 Indents comments better.
8069         (REx-interpolated): New text attribute.
8070         (cperl-next-interpolated-REx): New function.
8071         (cperl-next-interpolated-REx-0): Likewise.
8072         (cperl-next-interpolated-REx-1): Likewise.
8073         "\C-c\C-x", "\C-c\C-y", "\C-c\C-v": New keybinding for these functions.
8074         Perl/Regexp menu: 3 new entries for `cperl-next-interpolated-REx'.
8075         (cperl-praise): Mention finded interpolated RExen.
8077         After 5.19:
8078         (cperl-init-faces): Highlight %$foo, @$foo too.
8079         (cperl-short-docs): Better docs for system, exec.
8080         (cperl-find-pods-heres): Better detect << after print {FH} <<EOF etc.
8081                 Would not find HERE-doc ended by EOF without NL.
8082         (cperl-short-docs): Correct not-doubled \-escapes.
8083         start block: Put some `defvar' for stuff gone from XEmacs.
8085         After 5.20:
8086         initial comment: Extend copyright, fix email address.
8087         (cperl-indent-comment-at-column-0): New customization variable.
8088         (cperl-comment-indent): Indentation after $#a would increasy by 1.
8089         (cperl-mode): Make `defun-prompt-regexp' grok BEGIN/END etc.
8090         (cperl-find-pods-heres): Mark CODE of s///e as `syntax-type' `multiline'
8091         (cperl-at-end-of-expr): Would fail if @BAR=12 follows after ";".
8092         (cperl-init-faces): If `cperl-highlight-variables-indiscriminately'
8093                         highlight $ in $foo too (UNTESTED).
8094         (cperl-set-style): Docstring missed some available styles.
8095         toplevel: Menubar/Perl/Indent-Styles had FSF, now K&R.
8096                 Change "Current" to "Memorize Current".
8097         (cperl-indent-wrt-brace): New customization variable; the default is
8098                 as for pre-5.2 version.
8099         (cperl-styles-entries): Keep `cperl-extra-newline-before-brace-multiline'.
8100         (cperl-style-alist): Likewise.
8101         (cperl-fix-line-spacing): Support `cperl-merge-trailing-else' being nil,
8102                 and `cperl-extra-newline-before-brace' etc
8103                 being t
8104         (cperl-indent-exp): Plans B and C to find continuation blocks even
8105                 if `cperl-extra-newline-before-brace' is t.
8107         After 5.21:
8108         Improve some docstrings concerning indentation.
8109         (cperl-indent-rules-alist): New variable.
8110         (cperl-sniff-for-indent): New function name
8111                 (separated from `cperl-calculate-indent').
8112         (cperl-calculate-indent): Separate the sniffer and the indenter;
8113                 uses `cperl-sniff-for-indent' now.
8114         (cperl-comment-indent): Test for `cperl-indent-comment-at-column-0'
8115                 was inverted;
8116                 Support `comment-column' = 0.
8118 2006-10-11  Martin Rudalics  <rudalics@gmx.at>
8120         * dnd.el (dnd-handle-one-url): Fix typo in doc-string.
8121         * help-at-pt.el (scan-buf-move-to-region): Likewise.
8122         * longlines.el (longlines-window-change-function): Likewise.
8123         * simple.el (undo-ask-before-discard): Likewise.
8124         * wid-edit.el (widget-field-prompt-internal)
8125         (widget-documentation-link-p): Likewise.
8127 2006-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8129         * progmodes/sh-script.el (sh-get-kw): | is not among the allowed chars
8130         for a keyword.
8132 2006-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8134         * newcomment.el (comment-valid-prefix-p): Make the check
8135         more thorough.  From an idea by Martin Rudalics <rudalics@gmx.at>.
8136         (comment-indent-new-line): Adjust call.
8138 2006-10-09  Ken Manheimer  <ken.manheimer@gmail.com>
8140         * allout.el (allout-back-to-current-heading): Base on lower-level
8141         routines to get proper disqualification of aberrant topics.
8143 2006-10-09  Richard Stallman  <rms@gnu.org>
8145         * textmodes/two-column.el (2C-two-columns): Doc fix.
8147 2006-10-09  Kim F. Storm  <storm@cua.dk>
8149         * shell.el (explicit-csh-args, explicit-bash-args): Add comment
8150         about implicit use.
8152 2006-10-08  Richard Stallman  <rms@gnu.org>
8154         * textmodes/two-column.el (2C-two-columns): Doc fix.
8156 2006-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
8158         * files.el: Mark `buffer-read-only' as safe-local-variable.
8160 2006-10-08  Nick Roberts  <nickrob@snap.net.nz>
8162         * progmodes/gdb-ui.el (gdb-speedbar-expand-node):
8163         Burp if GUD buffer has been killed.
8165 2006-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8167         * completion.el (add-completions-from-c-buffer):
8168         Don't presume an error's second element is a string.
8169         Use looking-at rather than buffer-substring + member.
8171 2006-10-07  Eli Zaretskii  <eliz@gnu.org>
8173         * mail/rmail.el (rmail-redecode-body): If the old encoding is
8174         `undecided', call find-coding-systems-region to find a proper
8175         non-trivial encoding.
8176         (rmail-mime-charset-pattern): Allow a TAB between "Content-Type"
8177         and "text/plain".
8179 2006-10-07  Kevin Ryde  <user42@zip.com.au>
8181         * textmodes/reftex-vars.el (defgroup reftex): Update home page
8182         url-link.
8184         * strokes.el (defgroup strokes): Remove invalid url-link.
8186 2006-10-07  Magnus Henoch  <mange@freemail.hu>
8188         * autoinsert.el (auto-insert-alist): Doc fix.
8190 2006-10-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
8192         * mouse-sel.el (mouse-insert-selection-internal):
8193         Use insert-for-yank, so that yank handlers are run.
8195 2006-10-07  Kim F. Storm  <storm@cua.dk>
8197         * ido.el (ido-file-extension-aux): Fix comparison.
8199 2006-10-06  Kim F. Storm  <storm@cua.dk>
8201         * ido.el (ido-wide-find-dirs-or-files): Use shell-quote-argument.
8203 2006-10-05  Juanma Barranquero  <lekktu@gmail.com>
8205         * emacs-lisp/advice.el (ad-remove-advice, ad-parse-arglist)
8206         (ad-make-mapped-call): Use `let', not `let*'.
8208 2006-10-05  Chong Yidong  <cyd@stupidchicken.com>
8210         * international/mule-cmds.el (coding-system-change-eol-conversion):
8211         Ensure the coding system is initialized before calling
8212         coding-system-eol-type.
8214 2006-10-04  Carsten Dominik  <dominik@science.uva.nl>
8216         * textmodes/org.el (org-rm-props, org-activate-plain-links)
8217         (org-activate-angle-links, org-activate-dates)
8218         (org-activate-target-links, org-activate-camels)
8219         (org-activate-tags): Add `rear-nonsticky' text property to avoid
8220         textproperty keymaps from being active beyond the end of a line.
8221         (org-unfontify-region): Also remove `rear-nonsticky' property.
8223 2006-10-04  Kenichi Handa  <handa@m17n.org>
8225         * international/code-pages.el (next): Table fixed.
8227 2006-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8229         * progmodes/sh-script.el (sh-prev-thing): Remove (forward-char 1) now
8230         that it's been made unnecessary by removing narrowing.
8232 2006-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8234         * progmodes/sh-script.el (sh-prev-thing): Massage to untangle the
8235         control flow a bit, simplify another bit, and add comments.
8237 2006-10-03  David Kastrup  <dak@gnu.org>
8239         * help.el (describe-mode): For clicks on mode-line, use "@"
8240         interactive argument to get the major mode of the click instead of
8241         the current buffer.
8243         * isearch.el (isearch-mouse-2): Use new semantics of `key-binding'
8244         in order to better redirect mouse-2 clicks.  Also allow default
8245         bindings to apply.
8247 2006-10-03  Kim F. Storm  <storm@cua.dk>
8249         * emacs-lisp/cl.el (pushnew-internal): Remove defvar.
8250         (pushnew): Fix last change.
8252 2006-10-03  Denis St\e,A|\e(Bnkel  <dstuenkel@googlemail.com>  (tiny change)
8254         * ibuf-ext.el (eval, view-and-eval) <define-ibuffer-op>:
8255         Use the interactive spec of `eval-expression'.
8257 2006-10-02  Michael Welsh Duggan  <md5i@cs.cmu.edu>
8259         * progmodes/sh-script.el (sh-prev-thing): Fix last change.
8261 2006-10-02  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
8263         * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo in
8264         2006-09-28 commit.
8266 2006-10-02  Kenichi Handa  <handa@m17n.org>
8268         * international/code-pages.el (iso-8859-6): Table fixed.
8270 2006-10-01  Chris Moore  <christopher.ian.moore@gmail.com>
8272         * dired.el (dired-build-subdir-alist): Fix previous change.
8274 2006-10-01  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
8276         * simple.el (undo-elt-crosses-region): Fix the inequalities.
8278 2006-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8280         * emacs-lisp/find-func.el (find-function-regexp): Don't match
8281         "define-button-type".
8283         * pcvs.el (cvs-update-header): Fix handling of extra newlines so that
8284         they don't keep accumulating.
8286 2006-10-01  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
8288         * ffap.el (ffap-rfc-path): Change the address of the RFC
8289         repository to ftp.rfc-editor.org, as ds.internic.net seems to be gone.
8291 2006-10-01  Stephen Berman  <Stephen.Berman@gmx.net>
8293         * allout.el (allout-expose-topic): Rectify implementation of "+"
8294         spec, so that bodies are not exposed with headlines.
8296 2006-10-01  Ken Manheimer  <ken.manheimer@gmail.com>
8298         * allout.el (allout-current-depth): Do aberrent check only at or
8299         below doublecheck depth.
8300         (allout-chart-subtree): Make it explicit that LEVELS being nil
8301         means unlimited depth.  Drop undocumented support for LEVELS value
8302         t meaning unlimited depth.  (This is consistent with
8303         allout-chart-to-reveal, but contrary to allout-show-children,
8304         which needs to use nil to default to depth of 1.)
8305         (allout-goto-prefix-doublechecked): Wrap long docstring line.
8306         (allout-chart-to-reveal): Be explicit in docstring about meaning
8307         of nil LEVELS, and drop support for LEVELS value t.
8308         (allout-show-children): Translate the level spec used by this
8309         routine to that used by allout-chart-subtree and
8310         allout-chart-to-reveal.
8311         (allout-show-to-offshoot): Retry once when stuck, after opening
8312         subtree - improvements in discontinuity handling likely will
8313         enable progress.
8315 2006-09-30  Chong Yidong  <cyd@stupidchicken.com>
8317         * wid-edit.el (widget-button-click-moves-point): New variable.
8318         (widget-button-click): If widget-button-click-moves-point is
8319         non-nil, set point after performing the button action.
8321         * cus-edit.el (custom-mode): Set widget-button-click-moves-point.
8323 2006-09-30  Martin Rudalics  <rudalics@gmx.at>
8325         * files.el (find-file-existing): Modify to not allow wildcards.
8327 2006-09-30  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
8329         * simple.el (undo-more): When undo information for the region is
8330         exhausted, say "No further undo information FOR REGION".
8332 2006-09-30  Michael Welsh Duggan  <md5i@cs.cmu.edu>
8334         * progmodes/sh-script.el (sh-prev-thing):
8335         Take `sh-leading-keywords' into account.
8337 2006-09-29  Glenn Morris  <rgm@gnu.org>
8339         * custom.el (defcustom): Doc fix.
8341         * calendar/calendar.el (european-calendar-style):
8342         Call european-calendar or american-calendar as needed when set.
8343         (diary-view-entries, list-calendar-holidays): Move autoloads
8344         before use.
8346 2006-09-29  Juri Linkov  <juri@jurta.org>
8348         * progmodes/cperl-mode.el (cperl-after-expr-p): Don't move point
8349         to nil if there is no previous property change.
8351 2006-09-29  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
8353         * cus-edit.el (custom-save-all): Switch to emacs-lisp mode before
8354         saving anything to be sure that `forward-sexp' behaves correctly.
8356 2006-09-29  Chong Yidong  <cyd@stupidchicken.com>
8358         * simple.el (line-move-finish): Ignore field boundaries if the
8359         initial and final points have the same `field' property.
8361 2006-09-29  Kim F. Storm  <storm@cua.dk>
8363         * ido.el (ido-file-internal): Only bind minibuffer-completing-file-name
8364         to t while calling ido-read-internal.
8366 2006-09-29  Carsten Dominik  <dominik@science.uva.nl>
8368         * textmodes/org.el (org-file-remote-p): Get regexp from list.
8369         (org-archive-subtree): Remove erraneous `]' from character list.
8371 2006-09-28  Jonathan Yavner  <jyavner@member.fsf.org>
8373         * ses.el (ses-in-print-area, ses-goto-data, ses-load)
8374         (ses-reconstruct-all): Make undo of "insert row" work by keeping
8375         markers for data-area and parameters-area.
8377 2006-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8379         * progmodes/make-mode.el (makefile-mode): Don't disable jit-lock.
8381         * font-lock.el (font-lock-after-change-function): Refontify next line
8382         as well if end is at BOL.
8383         (font-lock-extend-jit-lock-region-after-change): Be more careful to
8384         only extend the region as much as needed.
8386 2006-09-28  Richard Stallman  <rms@gnu.org>
8388         * comint.el (comint-mode): Bind font-lock-defaults non-nil.
8390         * subr.el (insert-for-yank-1): Handle `font-lock-face' specially.
8392         * international/mule.el (after-insert-file-set-coding):
8393         If VISIT, don't let set-buffer-multibyte make undo info.
8395 2006-09-28  Osamu Yamane  <yamane@green.ocn.ne.jp>  (tiny change)
8397         * mail/smtpmail.el (smtpmail-try-auth-methods): Do not break long
8398         lines in base64-encoded authentication response.
8400 2006-09-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8402         * progmodes/ebnf2ps.el: Doc fix. Implement arrow spacing and scaling.
8403         (ebnf-version): New version 4.3.
8404         (ebnf-arrow-extra-width, ebnf-arrow-scale): New options.
8405         (ebnf-prologue): Adjust PostScript programming.
8406         (ebnf-begin-file, ebnf-insert-ebnf-prologue, ebnf-terminal-dimension1)
8407         (ebnf-repeat-dimension, ebnf-except-dimension): Adjust code.
8409 2006-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8411         * jit-lock.el (jit-lock-force-redisplay): Rename from
8412         jit-lock-fontify-again, and undo the mistaken change I've just done.
8414         * jit-lock.el (jit-lock-fontify-now): Don't fontify the empty text.
8415         (jit-lock-fontify-again): Don't refontify text that's not displayed.
8417 2006-09-26  Kenichi Handa  <handa@m17n.org>
8419         * startup.el (display-splash-screen): Allow a prefix argument.
8421 2006-09-25  Jason Rumney  <jasonr@gnu.org>
8423         * subr.el (shell-quote-argument): Use DOS logic for Windows
8424         shells with DOS semantics.
8426 2006-09-24  Richard Stallman  <rms@gnu.org>
8428         * progmodes/compile.el (compilation-goto-locus-delete-o): New fn.
8429         (compilation-goto-locus): Use compilation-goto-locus-delete-o
8430         to delete the overlay.  Put it on pre-command-hook.
8432         * emacs-lisp/timer.el (timer-max-repeats): Doc fix.
8434         * startup.el (fancy-splash-screens, normal-splash-screen):
8435         Call the splash buffer *About GNU Emacs*.
8437         * simple.el (next-error-highlight, next-error-highlight-no-select):
8438         Default to 0.5.
8439         (yank-excluded-properties): Add `fontified'.
8441         * font-lock.el (font-lock-compile-keywords): Allow value of
8442         syntax-begin-function to enable paren-column-0 highlighting.
8444 2006-09-24  Chris Moore  <christopher.ian.moore@gmail.com>
8446         * dired.el (dired-build-subdir-alist): When file ends in colon,
8447         don't exit the loop, just disregard that file.
8449 2006-09-24  Chong Yidong  <cyd@stupidchicken.com>
8451         * simple.el (line-move-finish): Handle corner case for fields in
8452         continued lines.
8453         (line-move-1): Remove flawed test for that case.
8455 2006-09-24  Ken Manheimer  <ken.manheimer@gmail.com>
8457         * icomplete.el (icomplete-simple-completing-p): Use the correct
8458         name for the new variable, `icomplete-with-completion-tables'.
8459         (file local variables): Remove superfluous setting.
8461 2006-09-23  Jeff Miller  <jmiller@cablespeed.com>  (tiny change)
8463         * calendar/appt.el (appt-check): Fix typo for appointments just
8464         after midnight.
8466 2006-09-23  Chong Yidong  <cyd@stupidchicken.com>
8468         * help.el (describe-key-briefly, describe-key): Don't expect an
8469         extra up event if a down-event is generated by a popup menu.
8471 2006-09-23  Michal Nazarewicz  <mnazarewicz@gmail.com>  (tiny change)
8473         * textmodes/ispell.el (ispell-change-dictionary): Don't check the
8474         local dictionary when changing the global dictionary.
8476 2006-09-23  Ken Manheimer  <ken.manheimer@gmail.com>
8478         * icomplete.el (icomplete-with-completion-tables): List of
8479         specialized completion tables with which icomplete should
8480         operate.  Include the new `internal-complete-buffer', so icomplete
8481         works with interactive buffer-selection.
8482         (icomplete-simple-completing-p): Add acceptance of specialized
8483         completion tables listed in icomplete-with-completion-tables.
8485 2006-09-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8487         * frame.el (focus-follows-mouse): Set default to nil on Mac.
8489         * startup.el (command-line): Use `custom-reevaluate-setting' for
8490         `focus-follows-mouse'.
8492 2006-09-22  Richard Stallman  <rms@gnu.org>
8494         * cus-edit.el (custom-buffer-create-internal): In `emacs -q',
8495         explain why Save is not available.
8497 2006-09-22  Juanma Barranquero  <lekktu@gmail.com>
8499         * woman.el (woman0-so): Use `let*', not `let'.
8500         (woman-horizontal-line): Remove unbalanced parenthesis.
8502 2006-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8504         * woman.el: Make sure all the end-of-region markers we use have
8505         a non-nil insertion-type.
8506         (woman0-so): Move things around so we can use copy-marker.
8507         (woman0-roff-buffer, woman2-process-escapes-to-eol, woman2-roff-buffer):
8508         Adjust marker type.
8509         (woman2-process-escapes): Check marker type.
8510         (woman-horizontal-line): Dispense with the use of a marker.
8512 2006-09-22  Jay Belanger  <belanger@truman.edu>
8514         * calc/calc-lang.el: Add Greek letters to math-variable-table
8515         property of tex.
8517 2006-09-22  Chong Yidong  <cyd@stupidchicken.com>
8519         * files.el (save-some-buffers-action-alist): Display diff in view-mode.
8521 2006-09-22  Masatake YAMATO  <jet@gyve.org>
8523         * add-log.el (add-log-current-defun): Use `forward-sexp'
8524         instead of `forward-word' to pick c++::symbol.
8525         Reported by Guanpeng Xu <herberteuler@hotmail.com>.
8527 2006-09-22  Kenichi Handa  <handa@m17n.org>
8529         * bindings.el: Fix setting self-insert-command for multibyte
8530         characters in global-map.
8532 2006-09-21  David Kastrup  <dak@gnu.org>
8534         * mouse.el (mouse-posn-property): Fix typo for `event-start' in
8535         doc string.
8537 2006-09-21  Kenichi Handa  <handa@m17n.org>
8539         * language/european.el ("Latin-1"): Add windows-1252 to
8540         coding-priority.
8541         ("German"): Likewise.
8543 2006-09-21  Kim F. Storm  <storm@cua.dk>
8545         * emacs-lisp/cl-macs.el (member*): Use memql instead of complex code.
8546         Suggested by Miles Bader.
8548         * emacs-lisp/cl.el (pushnew): Rework 2006-09-10 change.  Use memql
8549         instead of add-to-list in the simple case.
8551 2006-09-20  Kenichi Handa  <handa@m17n.org>
8553         * isearch.el (isearch-process-search-char): Cancel the previous change.
8554         (isearch-search-string): New function.
8555         (isearch-search): Use isearch-search-string.
8556         (isearch-lazy-highlight-search): Likewise.
8558 2006-09-20  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8560         * lpr.el (lpr-page-header-switches): Insert `*' at beginning of doc
8561         string to become an option.
8563 2006-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8565         * files.el (find-buffer-visiting): Don't get fooled by a nil inode.
8567 2006-09-20  Kim F. Storm  <storm@cua.dk>
8569         * simple.el (line-move-partial): Call pos-visible-in-window-p with
8570         position t instead of trying both window-end and window-end - 1.
8572 2006-09-20  Carsten Dominik  <dominik@science.uva.nl>
8574         * textmodes/org.el (org-scan-tags): Find end of subtrees also in
8575         hidden trees.
8577 2006-09-20  David Kastrup  <dak@gnu.org>
8579         * mouse.el (mouse-posn-property): Improve doc string.
8580         (mouse-on-link-p): Change buffers for function calls on links.
8582         * menu-bar.el (clipboard-yank): Bomb out in interactive use if
8583         buffer is read-only.
8585 2006-09-20  Ken Manheimer  <ken.manheimer@gmail.com>
8587         * allout.el (allout-unprotected): Let inhibit-read-only only when
8588         buffer-read-only isn't set.
8589         (allout-annotate-hidden): Enable topic annotation during copies even
8590         when the buffer is read-only, eg for topic copies.  Ensure that the loop
8591         advances, even when the span extends beyond the deletion region.
8592         (allout-toggle-subtree-encryption): Use allout-structure-added-hook
8593         rather than allout-exposure-changed-hook, as a stronger assertion.
8594         (allout-keybindings-list): Add bindings for
8595         allout-copy-line-as-kill and allout-copy-topic-as-kill.
8596         (allout-copy-line-as-kill, allout-copy-topic-as-kill):
8597         Copy wrappers for allout-kill-line and allout-kill-topic.
8598         (allout-listify-exposed): Position correctly to accumulate lines.
8600 2006-09-19  Chong Yidong  <cyd@stupidchicken.com>
8602         * simple.el (line-move-1): Escape field boundaries occurring
8603         exactly at point.  Update goal column if constrained to a field.
8604         (line-move-finish): Escape field boundaries occurring exactly at point.
8606 2006-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8608         * mouse.el (mouse-on-link-p): Tentatively fix last change.
8609         (mouse-drag-vertical-line): Remove unused var `wconfig'.
8611 2006-09-19  Kim F. Storm  <storm@cua.dk>
8613         * help.el (describe-key-briefly, describe-key): Simplify printing
8614         of descriptions by using format and %S.  Fix "is undefined"
8615         messages to say "at that spot" for mouse events.
8617         * simple.el (line-move-partial): Optimize.  Try window-line-height
8618         before posn-at-point to get vpos of current line.
8620 2006-09-18  Michael Kifer  <kifer@cs.stonybrook.edu>
8622         * emulation/viper.el: Bump up version/date of update to reflect the
8623         substantial changes done in August 2006.
8625         * emulation/viper-cmd (viper-next-line-at-bol): Make sure button-at,
8626         push-button are defined.
8628         * ediff-util.el (ediff-add-to-history): New function.
8630         * ediff.el: Use ediff-add-to-history instead of add-to-history.
8632 2006-09-18  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
8634         * textmodes/conf-mode.el (conf-space-mode): Doc fix.
8635         Delete duplicate make-local-variable form.
8636         (conf-space-keywords): Add autoload cookie.
8637         Fix typo (`keywords', not `keyword').
8639 2006-09-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8641         * cus-start.el (all): Rename x-gtk-show-chooser-help-text to
8642         x-gtk-file-dialog-help-text.  Rename x-use-old-gtk-file-dialog
8643         to x-gtk-use-old-file-dialog.
8645 2006-09-18  Richard Stallman  <rms@gnu.org>
8647         * wid-edit.el (widget-button-click): Handle non-mouse-motion events
8648         that might come in during mouse tracking.
8650 2006-09-18  Kim F. Storm  <storm@cua.dk>
8652         * simple.el (line-move-partial): Rework 2006-09-15 change to use
8653         new window-line-height function.  Further optimize by not calling
8654         pos-visible-in-window-p for window-end when window-line-height
8655         returns useful information.
8657 2006-09-16  Richard Stallman  <rms@gnu.org>
8659         * textmodes/conf-mode.el (conf-mode-map): Use conf-space-keywords cmd.
8660         (conf-space-mode): Don't handle prefix arg.
8661         Delete conf-space-keywords-override code.
8662         Use add-hook.
8663         (conf-space-keywords): New command.
8664         (conf-space-mode-internal): Be careful with imenu-generic-expression.
8665         Delete conf-space-keywords-override code.
8666         (conf-space-keywords-alist): Doc fix.
8667         (conf-space-font-lock-keywords): Doc fix.
8668         (conf-space-keywords-override): Var deleted.
8670 2006-09-16  Chong Yidong  <cyd@stupidchicken.com>
8672         * startup.el (fancy-splash-screens): Don't switch to the scratch
8673         buffer; it may not be the next buffer.
8675 2006-09-16  Romain Francoise  <romain@orebokech.com>
8677         * saveplace.el (load-save-place-alist-from-file): Use expanded name
8678         in both messages.
8680 2006-09-16  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>
8682         * progmodes/python.el (python-preoutput-filter):
8683         Fix arg order to string-match.
8685 2006-09-16  Richard Stallman  <rms@gnu.org>
8687         * obsolete/fast-lock.el (fast-lock-cache-data): Provide 2nd arg to
8688         font-lock-compile-keywords.
8690         * font-lock.el (font-lock-compile-keywords): Rename optional arg
8691         to SYNTACTIC-KEYWORDS and reverse the sense.  All callers changed.
8693 2006-09-16  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8695         * cus-start.el (all): Add x-gtk-show-chooser-help-text.
8697         * select.el (xselect-convert-to-string): If UTF8_STRING is requested
8698         and the data doesn't look like UTF8, send STRING instead.
8700 2006-09-16  Agust\e,Am\e(Bn Mart\e,Am\e(Bn  <agustin.martin@hispalinux.es>
8702         * textmodes/flyspell.el (flyspell-check-region-doublons):
8703         New function to detect duplicated words.
8704         (flyspell-large-region): Use it.
8706 2006-09-16  Chong Yidong  <cyd@stupidchicken.com>
8708         * simple.el (line-move-to-column): Revert 2006-08-03 change.
8710 2006-09-16  Eli Zaretskii  <eliz@gnu.org>
8712         * help.el (describe-prefix-bindings): Use let, not let*.
8714 2006-09-16  Ken Manheimer  <ken.manheimer@gmail.com>
8716         * allout.el (allout-regexp, allout-line-boundary-regexp)
8717         (allout-bob-regexp): Correct grouping and boundaries to fix
8718         backwards traversal.
8719         (allout-depth-specific-regexp, allout-depth-one-regexp):
8720         New versions that exploit \\{M\\} regexp syntax, to avoid geometric or
8721         worse time in allout-ascend.
8722         (allout-doublecheck-at-and-shallower): Identify depth threshold
8723         below which topics are checked for and disqualified by containment
8724         discontinuities.
8725         (allout-hotspot-key-handler): Correctly handle multiple-key
8726         strokes.  Remove some unused variables.
8727         (allout-mode-leaders): Clarify that mode-specific comment-start
8728         will be used.
8729         (set-allout-regexp): Correctly regexp-quote allout regexps to
8730         properly accept alternative header-leads and primary bullets with
8731         regexp-specific characters (eg, C "/*", mathematica "(*").
8732         Include new regular expressions among those configured.
8733         (allout-infer-header-lead-and-primary-bullet):
8734         Rename allout-infer-header-lead.
8735         (allout-recent-depth): Manifest as a variable as well as a function.
8736         (allout-prefix-data): Simplify into an inline instead of a macro,
8737         assuming current match data rather than being explicitly passed
8738         it.  Establish allout-recent-depth value as well as
8739         allout-recent-prefix-beginning and allout-recent-prefix-end.
8740         (allout-aberrant-container-p): True when an item's immediate
8741         offspring discontinuously contained.  Useful for disqualifying
8742         unintended topic prefixes, likely at low depths.
8743         (allout-goto-prefix-doublechecked): Elaborate version of
8744         allout-goto-prefix which disqualifies aberrant pseudo-items.
8745         (allout-pre-next-prefix): Layer on top of lower-level routines, to
8746         get disqualification of aberrant containers.
8747         (allout-end-of-prefix, allout-end-of-subtree): Disqualify aberrant
8748         containers.
8749         (allout-beginning-of-current-entry): Position at start of buffer
8750         when in container (depth 0) entry.
8751         (nullify-allout-prefix-data): Invalidate allout-recent-* prefix data.
8752         (allout-current-bullet): Strip text properties.
8753         (allout-get-prefix-bullet): Use right match groups.
8754         (allout-beginning-of-line, allout-next-heading):
8755         Disqualify aberrant containers.
8756         (allout-previous-heading): Disqualify aberrant containers, and
8757         change to regular (rather than inline) function, to allow
8758         self-recursion.
8759         (allout-get-invisibility-overlay): Increment so progress is made
8760         when the first overlay is not the sought one.
8761         (allout-end-of-prefix): Disqualify aberrant containers.
8762         (allout-end-of-line): Cycle something like allout-beginning-of-line.
8763         (allout-mode): Make allout-old-style-prefixes (ie, enabling use with
8764         outline.el outlines) functional again.  Change the primary bullet
8765         along with the header-lead - level 1 new-style bullets now work.
8766         Engage allout-before-change-handler in mainline Emacs, not just
8767         XEmacs, to do undo handling.
8768         (allout-before-change-handler): Expose undo changes occurring in
8769         hidden regions.  Use allout-get-invisibility-overlay instead of
8770         reimplementing it inline.
8771         (allout-chart-subtree): Use start rather than end of prefix in
8772         charts.  Use allout-recent-depth variable.
8773         (allout-chart-siblings): Disqualify aberrant topics.
8774         (allout-beginning-of-current-entry): Position correctly.
8775         (allout-ascend): Use new allout-depth-specific-regexp and
8776         allout-depth-one-regexp for linear instead of O(N^2) or worse
8777         behavior.
8778         (allout-ascend-to-depth): Depend on allout-ascend, rather than
8779         reimplementing an algorithm.
8780         (allout-up-current-level): Depend on allout-ascend, rather than
8781         reimplementing an algorithm.  Return to start-point if we fail.
8782         (allout-descend-to-depth): Use allout-recent-depth variable
8783         instead of function.
8784         (allout-next-sibling): On traversal of numerous intervening
8785         topics, resort to economical allout-next-sibling-leap.
8786         (allout-next-sibling-leap): Specialized version of
8787         allout-next-sibling that uses allout-ascend cleverly, to depend on
8788         a regexp search to leap large numbers of contained topics, rather
8789         than arbitrarily many one-by-one traversals.
8790         (allout-next-visible-heading): Disqualify aberrant topics.
8791         (allout-previous-visible-heading): Position consistently when
8792         interactive.
8793         (allout-forward-current-level): Base on allout-previous-sibling
8794         rather than (differently) reimplmenting the algorithm.  Remove some
8795         unused variables.
8796         (allout-solicit-alternate-bullet): Present default choice stripped
8797         of text properties.
8798         (allout-rebullet-heading): Use bullet stripped of text properties.
8799         Register changes using allout-exposure-change-hook.
8800         Disregard aberrant topics.
8801         (allout-shift-in): With universal-argument, make topic a peer of
8802         it's former offspring.  Simplify the code by separating out
8803         allout-shift-out functionality.
8804         (allout-shift-out): With universal-argument, make offspring peers
8805         of their former container, and its siblings.  Implement the
8806         functionality here, rather than inappropriately muddling the
8807         implementation of allout-shift-in.
8808         (allout-rebullet-topic): Respect additional argument for new
8809         parent-child separation function.
8810         (allout-yank-processing): Use allout-ascend directly.
8811         (allout-show-entry): Disqualify aberrant topics.
8812         (allout-show-children): Handle discontinuous children gracefully,
8813         extending the depth being revealed to expose them and posting a
8814         message indicating the situation.
8815         (allout-show-to-offshoot): Remove obsolete and incorrect comment.
8816         Leave cursor in correct position.
8817         (allout-hide-current-subtree): Use allout-ascend directly.
8818         Disqualify aberrant topics.
8819         (allout-kill-line, allout-kill-topic): Preserve exposure layout in
8820         a way that the yanks can restore it, as used to happen.
8821         (allout-yank-processing): Restore exposure layout as recorded by
8822         allout-kill-*, as used to happen.
8823         (allout-annotate-hidden, allout-hide-by-annotation): New routines
8824         for preseving and restoring exposure layout across kills.
8825         (allout-toggle-subtree-encryption): Run allout-exposure-change-hook.
8826         (allout-encrypt-string): Strip text properties.
8827         Rearranged order and outline-headings for some of the
8828         miscellaneous functions.
8829         (allout-resolve-xref): No need to quote the error name in the
8830         condition-case handler section.
8831         (allout-flatten): Classic recursive (and recursively intensive,
8832         without tail-recursion) list-flattener, needed by allout-shift-out
8833         when confronted with discontinuous children.
8835 2006-09-16  Jason Rumney  <jasonr@gnu.org>
8837         * dnd.el (dnd-open-remote-file-function): Use dnd-open-local-file
8838         on ms-windows.
8839         (dnd-open-unc-file): Remove.
8840         (dnd-open-local-file): Mention in doc string that it also handles
8841         remote files if the system natively supports unc file-names.
8843 2006-09-15  Kim F. Storm  <storm@cua.dk>
8845         * help.el (describe-key): Handle C-h k in *Help* buffer; collect
8846         all necessary information about the event before erasing *Help*.
8848         * simple.el (line-move-partial): Use window-line-visiblity to
8849         quickly check whether last line is partially visible, and only do
8850         the hard (and slow) part in that case.
8852 2006-09-15  Jay Belanger  <belanger@truman.edu>
8854         * COPYING: Replace "Library Public License" by "Lesser Public
8855         License" throughout.
8857 2006-09-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8859         * term/x-win.el (x-menu-bar-open): New function for F10.
8861 2006-09-15  Chong Yidong  <cyd@stupidchicken.com>
8863         * progmodes/compile.el (compilation-error-regexp-alist-alist):
8864         Disallow filenames containing " -" to avoid confusion with libtool
8865         compilation messages.  Suggested by Stefan Monnier.
8867 2006-09-15  David Kastrup  <dak@gnu.org>
8869         * mouse-sel.el (mouse-sel-follow-link-p): Use event position
8870         instead of buffer position for `mouse-on-link-p'.
8872         * mouse.el (mouse-posn-property): New function looking up the
8873         properties at a click position in overlays and text properties in
8874         either buffer or strings.
8875         (mouse-on-link-p): Use `mouse-posn-property' to streamline lookup
8876         of both `follow-link' as well as `mouse-face' properties.
8877         (mouse-drag-track): Check `mouse-on-link-p' on event position, not
8878         buffer position.
8880         * help.el (describe-key-briefly): When reading a down-event on
8881         mode lines or scroll bar, swallow the following up event, too.
8882         Use the new mouse sensitity of `key-binding' for lookup.
8883         (describe-key): The same here.
8885 2006-09-15  Juanma Barranquero  <lekktu@gmail.com>
8887         * play/life.el (life-patterns): Add a few more interesting patterns.
8888         (life-setup): Force `show-trailing-whitespace' to nil.
8890 2006-09-14  Richard Stallman  <rms@gnu.org>
8892         * startup.el (fancy-splash-text): Change text to improve alignment.
8893         (fancy-splash-screens): Don't set non-standard tab width.
8894         Bind cursor-type temporarily, and make it easy to patch to
8895         preserve the splash buffer.
8896         (normal-splash-screen, fancy-splash-tail): Spell out "Meta-x".
8897         (fancy-splash-screens): Display echo-area message explicitly.
8898         Don't set fancy-splash-help-echo.
8900         * simple.el (line-number-mode): Group mode-line instead of
8901         editing-basics.
8902         (column-number-mode, size-indication-mode): Likewise.
8904         * faces.el (mode-line-faces): Group mode-line instead of modeline.
8906         * time.el (display-time): Group mode-line instead of modeline.
8908         * cus-edit.el (mode-line): Rename from modeline.  All uses changed.
8910 2006-09-14  Chong Yidong  <cyd@stupidchicken.com>
8912         * startup.el (fancy-splash-text): Move editing instructions to
8913         fancy-splash-head.
8914         (fancy-splash-head): Issue editing instructions.
8915         (fancy-splash-screens): Fixup whitespace.
8917 2006-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8919         * bindings.el (mode-line-buffer-identification-keymap):
8920         Remove duplicate line.
8922 2006-09-14  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
8924         * ido.el (ido-ignore-item-p): Allow any kind of functions in
8925         ignore lists.
8927 2006-09-14  Kim F. Storm  <storm@cua.dk>
8929         * jit-lock.el (jit-lock-fontify-again): New function.
8930         (jit-lock-fontify-now): Use it instead of lambda form.
8932 2006-09-13  Agustin Martin  <agustin.martin@hispalinux.es>
8934         * textmodes/flyspell.el (flyspell-word, flyspell-correct-word)
8935         (flyspell-auto-correct-word): Make ispell-filter local to these
8936         functions.  Check that ispell-filter has new stuff before calling
8937         ispell-parse-output.
8939 2006-09-13  Kim F. Storm  <storm@cua.dk>
8941         * simple.el (line-move-partial): Optimize.
8943 2006-09-13  Richard Stallman  <rms@gnu.org>
8945         * thingatpt.el (thing-at-point-bounds-of-url-at-point):
8946         Delete spurious backquote.
8948 2006-09-07  Ryan Yeske  <rcyeske@gmail.com>
8950         * net/rcirc.el (rcirc-print): Fix last change.
8952 2006-09-12  Jay Belanger  <belanger@truman.edu>
8954         * calc/calc.el (calc-dispatch): Remove unnecessary `sit-for'.
8956 2006-09-07  Ryan Yeske  <rcyeske@gmail.com>
8958         * net/rcirc.el (rcirc-scroll-show-maximum-output): Rename from
8959         rcirc-show-maximum-output.
8960         (rcirc-mode): Remove window-scroll-function hook.
8961         (rcirc-scroll-to-bottom): Remove function.
8962         (rcirc-print): Recenter so point stays at the bottom of the window
8963         if point was already there.
8965 2006-09-12  Paul Eggert  <eggert@cs.ucla.edu>
8967         * comint.el (comint-exec-1): Set EMACS to the full name of Emacs,
8968         not to "t".
8969         * progmodes/compile.el (compilation-start): Likewise.
8970         * progmodes/idlwave.el (idlwave-rescan-asynchronously):
8971         Don't use expand-file-name on invocation-directory, since this
8972         might mishandle special characters in invocation-directory.
8974 2006-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8976         * pcvs-defs.el: Remove * in defcustom's docstrings.
8978 2006-09-12  Nick Roberts  <nickrob@snap.net.nz>
8980         * progmodes/compile.el (compilation-directory-properties):
8981         Doc fix for help-echo.
8983 2006-09-12  Lars Hansen  <larsh@soem.dk>
8985         * desktop.el (desktop-read): Add comment.
8987 2006-09-12  Kim F. Storm  <storm@cua.dk>
8989         * simple.el (next-error-highlight, next-error-highlight-no-select):
8990         Fix spelling error.
8992         * subr.el (sit-for): Rework to use input-pending-p and cond.
8993         Return nil input is pending on entry also for SECONDS <= 0.
8994         (while-no-input): Use input-pending-p instead of sit-for.
8996 2006-09-11  Richard Stallman  <rms@gnu.org>
8998         * simple.el (next-error-highlight, next-error-highlight-no-select):
8999         Fix custom type and doc strings.
9001 2006-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9003         * diff-mode.el (diff-apply-hunk-to-backup-file): New var.
9004         (diff-apply-hunk): Use it to ask for confirmation.
9006 2006-09-11  Reiner Steib  <Reiner.Steib@gmx.de>
9008         * emacs-lisp/cl.el (pushnew): Add missing `,'.
9010 2006-09-11  David Kastrup  <dak@gnu.org>
9012         * help.el (string-key-binding, describe-key-briefly)
9013         (describe-key): Remove `string-key-binding' and its callers since
9014         `key-binding' already caters for the proper lookup now.
9016 2006-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9018         * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords): Newvar.
9019         (cfengine-mode): Use it.  Fix \ syntax to be like /.
9021         * bindings.el (mode-line-buffer-identification-keymap):
9022         Move initialization into declaration.
9024 2006-09-10  Kim F. Storm  <storm@cua.dk>
9026         * ido.el (ido-edit-input, ido-complete, ido-take-first-match)
9027         (ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit)
9028         (ido-delete-file-at-head): Pass head of ido-matches through ido-name
9029         in case of merged directories.  Reported by Micha\e,Ak\e(Bl Cadilhac.
9031 2006-09-10  Richard Stallman  <rms@gnu.org>
9033         * dired-aux.el: Handle errors in recursive copy usefully.
9034         (dired-create-files-failures): New variable.
9035         (dired-copy-file): Remove condition-case.
9036         (dired-copy-file-recursive): Check for errors on all file
9037         operations, and add them to dired-create-files-failures.
9038         Check file file-date-erorr here too.
9039         (dired-create-files): Check dired-create-files-failures
9040         and report those errors too.
9042         * emacs-lisp/cl.el (pushnew): Use add-to-list when convenient.
9044         * subr.el (add-to-list): New argument COMPARE-FN.
9046 2006-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
9048         * filecache.el (file-cache-add-directory)
9049         (file-cache-add-directory-list, file-cache-add-file)
9050         (file-cache-add-directory-using-find)
9051         (file-cache-add-directory-using-locate)
9052         (file-cache-add-directory-recursively): Add autoloads.
9054 2006-09-09  Richard Stallman  <rms@gnu.org>
9056         * textmodes/conf-mode.el (conf-space-mode):
9057         Use hack-local-variables-hook instead of calling hack-local-variables.
9058         (conf-space-keywords-override): New variable.
9059         (conf-space-mode-internal): New subroutine.  Reinit Font Lock mode.
9060         (conf-space-mode): Always make conf-space-keywords and
9061         conf-space-keywords-override local.
9062         Call conf-space-mode-internal directly as well as via hook.
9064 2006-09-09  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
9066         * progmodes/python.el (python-font-lock-keywords): Add `self' and other
9067         quasi-keywords.
9069 2006-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
9071         * progmodes/python.el: Quieten the compiler about hippie-expand vars.
9072         (python-send-string): Be slightly more careful about adding \n.
9074         * startup.el (normal-splash-screen): Don't display the buffer if we'll
9075         kill it right away anyway.
9077 2006-09-09  Eli Zaretskii  <eliz@gnu.org>
9079         * international/codepage.el (cp850-decode-table): Fix a few codes.
9080         (cp858-decode-table): New variable.
9082 2006-09-09  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
9084         * net/ldap.el (ldap-search-internal): Doc fix.
9086 2006-09-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
9088         * play/life.el (life-display-generation): Test for input manually if
9089         `sleeptime' is negative or null.
9091         * lpr.el (lpr-page-header-switches): Page title switch is one of them.
9092         (print-region-1): Substitute `%s' with the page title.
9094 2006-09-09  Matt Hodges  <MPHodges@member.fsf.org>
9096         * locate.el (locate-current-search): New variable.
9097         (locate): Set buffer local value.  Use current buffer if it is
9098         in Locate mode.
9099         (locate-mode): Disable undo here.
9100         (locate-do-setup): Use locate-current-filter from buffer to be killed.
9101         (locate-update): Use locate-current-search and locate-current-filter.
9103 2006-09-08  David Kastrup  <dak@gnu.org>
9105         * desktop.el (desktop-read): When loading a desktop, disable
9106         saving it while the load progresses, and switch off a pending lazy
9107         load by calling `desktop-lazy-abort'.
9109 2006-08-27  Martin Rudalics  <rudalics@gmx.at>
9111         * window.el (mouse-autoselect-window-timer)
9112         (mouse-autoselect-window-position)
9113         (mouse-autoselect-window-window)
9114         (mouse-autoselect-window-now): New vars.
9115         (mouse-autoselect-window-cancel)
9116         (mouse-autoselect-window-select)
9117         (mouse-autoselect-window-start): New functions.
9118         (handle-select-window): Call `mouse-autoselect-window-start' when
9119         delayed window autoselection is enabled.
9121         * cus-start.el (mouse-autoselect-window): Handle delayed window
9122         autoselection.
9124         * emacs-lisp/eldoc.el: Add `handle-select-window' to the set of
9125         commands after which it is allowed to print in the echo area.
9127 2006-09-08  Richard Stallman  <rms@gnu.org>
9129         * textmodes/fill.el (adaptive-fill-regexp): Don't match `(1)' or `1.'
9131         * mail/rmail.el (rmail-get-new-mail): Say whether all msgs are spam.
9132         (rmail-convert-to-babyl-format): Don't record undo, leave list empty.
9134         * emacs-lisp/timer.el (timer-create, timer-activate): Doc fixes.
9135         (cancel-timer-internal): Add doc string.
9136         (cancel-function-timers): Doc fix.
9137         (with-timeout-handler, timer-event-last*): Add doc strings.
9139         * emacs-lisp/bindat.el (bindat-unpack): Doc fix.
9141         * files.el (risky-local-variable-p): Match ...-bindat-spec.
9143         * dired.el (dired-log-summary): Add doc string.
9145         * cus-edit.el (custom-menu-create): Bind deactivate-mark here.
9146         (custom-group-menu-create): Not here.
9148 2006-09-08  Carsten Dominik  <dominik@science.uva.nl>
9150         * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite loop.
9152 2006-09-08  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9154         * term/mac-win.el (show-hide-font-panel): New HI command ID symbol.
9155         (mac-apple-event-map): Define its handler.
9157 2006-09-07  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
9159         * net/ldap.el (ldap-search-internal): Handle `auth' key.
9161 2006-09-07  Magnus Henoch  <mange@freemail.hu>
9163         * net/rcirc.el (rcirc-activity-string): Don't quote value in case
9164         clause.
9166 2006-09-07  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
9168         * info.el (Info-index): Bind completion-ignore-case.
9170 2006-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9172         * progmodes/prolog.el (inferior-prolog-flavor): New var left out of
9173         previous commit.
9174         (inferior-prolog-guess-flavor): New fun left out of previous commit.
9175         (prolog-consult-region-and-go): Don't hard code "*prolog*" and don't
9176         burp in dedicated windows.
9177         (inferior-prolog-self-insert-command): New command.
9178         (inferior-prolog-mode-map): Use it.
9180 2006-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
9182         * international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
9184         * international/code-pages.el: Add cp858.
9186 2006-09-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9188         * dnd.el: Fix bootstrapping.
9190 2006-09-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9192         * dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
9193         (dnd-open-remote-url): New function.
9194         (dnd-open-remote-file-function): Set to dnd-open-remote-url if
9195         not windows-nt.
9197 2006-09-07  Jason Rumney  <jasonr@gnu.org>
9199         * dnd.el (dnd-open-remote-file-function): New variable.
9200         (dnd-open-unc-file): New function.
9201         (dnd-open-file): Call dnd-open-remote-file-function if set.
9203 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9205         * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with
9206         pgg-passphrase-coding-system rather than locale-coding-system.
9207         * pgg-def.el (pgg-passphrase-coding-system): New user option.
9209 2006-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
9211         * progmodes/prolog.el: Remove * in docstrings.
9212         (prolog-program-name): Add SWI prolog.
9213         (prolog-mode-menu): New menu.
9214         (prolog-mode): Set comment-add.
9215         (prolog-indent-line): Simplify.  Use indent-line-to.
9216         (inferior-prolog-buffer): New var.
9217         (inferior-prolog-run, inferior-prolog-process): New funs.
9218         (run-prolog, switch-to-prolog): Rewrite, using them.
9219         (prolog-consult-region): Use inferior-prolog-buffer.
9220         (inferior-prolog-load-file): New function.
9221         (prolog-mode-map): Add bindings for load-file and switch-to-prolog.
9223         * textmodes/fill.el (fill-single-word-nobreak-p): Allow breaking before
9224         last word, if it's not the end of the paragraph.
9226         * files.el (abbreviate-file-name): Don't mistakenly match newlines in
9227         file name.
9229 2006-09-06  Ralf Angeli  <angeli@caeruleus.net>
9231         * frame.el (display-mm-dimensions-alist): New defcustom.
9232         (display-mm-height, display-mm-width): Use it.
9234 2006-09-06  Simon Josefsson  <jas@extundo.com>
9236         * mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
9238 2006-09-06  Nick Roberts  <nickrob@snap.net.nz>
9240         * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
9241         (gdb-var-list-children-regexp-1): Tweak regexps to catch full
9242         string values.
9244 2006-09-06  Kim F. Storm  <storm@cua.dk>
9246         * simple.el (line-move-partial): New function to do vscrolling for
9247         partially visible images / tall lines.  Rewrite based on code
9248         previously in line-move.  Simplify backwards vscrolling.
9249         (line-move): Use it.  Simplify.
9251 2006-09-05  Kim F. Storm  <storm@cua.dk>
9253         * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite.
9255 2006-09-05  Chong Yidong  <cyd@stupidchicken.com>
9257         * progmodes/compile.el (compilation-error-regexp-alist-alist):
9258         Process the `gcc-include' after the `gnu' rule.
9260 2006-09-05  Kim F. Storm  <storm@cua.dk>
9262         * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer.
9264 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
9266         * pgg.el (pgg-clear-string): Alias to clear-string for backward
9267         compatibility.
9269         * pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with
9270         inhibit-redisplay; encode passphrase with locale-coding-system.
9272 2006-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
9274         * term/xterm.el (terminal-init-xterm): Add more C-M- bindings.
9276 2006-09-05  Nick Roberts  <nickrob@snap.net.nz>
9278         * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
9279         (gdb-var-list-children-regexp): Make type field optional.
9281         * progmodes/gud.el (gud-speedbar-buttons): Allow for no type
9282         e.g public, protected in C++.
9284 2006-09-04  John Paul Wallington  <jpw@pobox.com>
9286         * simple.el (completion-show-help): New defcustom.
9287         (completion-setup-function): Heed it.
9289 2006-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
9291         * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
9293 2006-09-04  Richard Stallman  <rms@gnu.org>
9295         * mail/rmail-spam-filter.el (rsf-scanning-messages-now): Doc fix.
9296         (rsf-min-region-to-spam-list): Doc fix.
9297         (rsf-add-content-type-field): Doc fix.
9299         * simple.el (kill-region): Explicitly test there is a region.
9301 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
9303         * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
9304         sendmail in several common directories.
9306         * mail/sendmail.el (sendmail-program): Moved here from paths.el.
9308         * paths.el (sendmail-program): Removed.
9310 2006-09-04  Daiki Ueno  <ueno@unixuser.org>
9312         * pgg-gpg.el (pgg-gpg-process-region): Revert two patches from Satyaki
9313         Das.  http://article.gmane.org/gmane.emacs.gnus.general/49947
9314         http://article.gmane.org/gmane.emacs.gnus.general/50457
9316 2006-09-03  Chong Yidong  <cyd@stupidchicken.com>
9318         * cus-edit.el (custom-group-menu-create): Avoid deactivating the
9319         mark after running the menu filter.
9321 2006-09-03  Juri Linkov  <juri@jurta.org>
9323         * international/quail.el (quail-defrule-internal): Add a check
9324         if a key is a vector.
9326 2006-09-02  Juri Linkov  <juri@jurta.org>
9328         * man.el (Man-topic-history): New variable.
9329         (man): Use it.
9331         * woman.el (woman-topic-history): Change defvar to defvaralias
9332         for symbol `Man-topic-history'.
9334         * shell.el (shell-filter-ctrl-a-ctrl-b): Check if
9335         `comint-last-output-start' is a marker by using `markerp' and
9336         check if it has a position by using `marker-position', and use
9337         this position for `goto-char'.
9339         * international/quail.el (quail-defrule-internal): Add missing
9340         `error' call for null key.
9342 2006-09-02  Ryan Yeske  <rcyeske@gmail.com>
9344         * net/rcirc.el (rcirc-keywords): New variable.
9345         (rcirc-bright-nicks, rcirc-dim-nicks): New variables.
9346         (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove
9347         variables.
9348         (rcirc-responses-no-activity): New function.
9349         (rcirc-handler-generic): Check for responses in above.
9350         (rcirc-process-command): Add ?: character to arguments of raw
9351         server commands.
9352         (rcirc-format-response-string): Use `rcirc-bright-nicks' and
9353         `rcirc-dim-nicks'.
9354         (rcirc-gray-toggle): Remove unused variable.
9355         (rcirc-print): Remove some tracking logic, which is moved into
9356         markup functions.
9357         (rcirc-activity-types): Was `rcirc-activity-type', now a list of
9358         types.
9359         (rcirc-activity-string): Look for 'keyword in activity-types.
9360         (rcirc-window-configuration-change): Don't erase overlay-arrow
9361         unnecessarily.
9362         (rcirc-add-or-remove): New function.
9363         (rcirc-cmd-ignore): Use it.
9364         (rcirc-message-leader): Remove unused function.
9365         (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands.
9366         (rcirc-add-face): New function.
9367         (rcirc-facify): Use rcirc-add-face.
9368         (rcirc-url-regexp): Add parens.
9369         (rcirc-map-regexp): Remove function.
9370         (rcirc-mangle-regexp): Remove function.
9371         (rcirc-markup-text-functions): New variable.
9372         (rcirc-markup-text): New function (replaces `rcirc-mangle-text').
9373         (rcirc-markup-body-text, rcirc-markup-attributes)
9374         (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords)
9375         (rcirc-markup-bright-nicks): New markup handler functions.
9376         (rcirc-nick-in-message-full-line): New face.
9377         (rcirc-track-nick): Rename from `rcirc-mode-line-nick'.
9378         (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces.
9380 2006-09-02  Martin Rudalics  <rudalics@gmx.at>
9382         * cus-start.el (hscroll-margin, hscroll-step)
9383         (mode-line-in-non-selected-windows, mouse-autoselect-window)
9384         (x-use-underline-position-properties): Change version to "22.1"
9385         since they will appear there for the first time.
9387 2006-09-01  Chong Yidong  <cyd@stupidchicken.com>
9389         * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick.
9391 2006-08-31  Richard Stallman  <rms@gnu.org>
9393         * cus-edit.el (custom-save-variables): Slight cleanup.
9394         (Custom-no-edit): Renamed from custom-no-edit.
9395         (Custom-newline): Renamed from custom-newline.
9396         (custom-mode-map): Use new names.
9398         * emacs-lisp/easy-mmode.el (define-minor-mode): Reference manual
9399         about customization, rather than M-x customize, in the doc string
9400         made for the defcustom.
9402         * emacs-lisp/trace.el (trace-function-background): Doc fix.
9404 2006-08-31  Romain Francoise  <romain@orebokech.com>
9406         * dired-x.el (dired-guess-shell-alist-default): Update.
9408 2006-08-31  Michael Mauger  <mmaug@yahoo.com>
9410         * custom.el (custom-theme-set-variables): Autoload packages before
9411         sorting the variables.
9413 2006-08-30  Michael Kifer  <kifer@cs.stonybrook.edu>
9415         * emulation/viper-cmd.el (viper-special-read-and-insert-char):
9416         Convert events to chars if XEmacs.
9417         (viper-after-change-undo-hook): Check if undo-in-progress is bound.
9419 2006-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9421         * progmodes/python.el (python-eldoc-function): Re-enable quit while
9422         waiting for process.
9424 2006-08-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9426         * term/mac-win.el (mac-string-to-utxt): If adjustment for MacJapanese
9427         results in ASCII-only string, encode original one directly.
9429 2006-08-29  Romain Francoise  <romain@orebokech.com>
9431         * startup.el (normal-splash-screen, fancy-splash-screens):
9432         Make buffer read-only and arrange to enter view mode if necessary.
9434 2006-08-29  Chong Yidong  <cyd@stupidchicken.com>
9436         * hl-line.el (hl-line): New face.
9437         (hl-line-face): Use it.
9439         * image-mode.el (image-mode): Fix last fix.
9440         Suggested by Kim F. Storm.
9442 2006-08-29  Michael Albinus  <michael.albinus@gmx.de>
9444         Sync with Tramp 2.0.54.
9446         * net/tramp.el (tramp-convert-file-attributes): Call `eql' instead
9447         of `=', because `tramp-get-remote-gid' might not always return an
9448         integer when expected.
9449         (tramp-register-file-name-handlers): `partial-completion-mode' is
9450         unknown to XEmacs.
9451         (tramp-time-diff): Don't use `floor', it might fail for large
9452         differences.
9453         (tramp-handle-make-auto-save-file-name): For Emacs 21, set
9454         `tramp-auto-save-directory' if unset in order to guarantee unique
9455         auto-save file names.
9457 2006-08-28  Chong Yidong  <cyd@stupidchicken.com>
9459         * image-mode.el (image-mode): Display image as text on a terminal.
9461 2006-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9463         * progmodes/python.el (python-send-command): Simplify.
9464         (run-python): Don't generate a new buffer unless `new' was specified.
9465         Make sure we send `import emacs' to the proper process.
9467         * progmodes/python.el (python-send-command): Don't wait for the command
9468         to terminate.  Don't fiddle with compilation-parsing-end.
9470 2006-08-28  Chong Yidong  <cyd@stupidchicken.com>
9472         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
9473         Insert commentary after first line summary.
9475         * woman.el (woman-follow): New function, based on `man-follow'.
9476         (woman-mode-map): Use it.
9478         * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
9479         since ibuffer-do-sort-by-recency does not define a sorter.
9481 2006-08-28  Kim F. Storm  <storm@cua.dk>
9483         * find-dired.el (find-dired): Use shell-quote-argument to properly
9484         escape ( and ) args.  Also use it on {} and ; args in default
9485         value of find-ls-option string.
9486         (find-grep-dired): Use shell-quote-argument on {} and ; args.
9488 2006-08-27  Michael Olson  <mwolson@gnu.org>
9490         * emacs-lisp/tq.el: Small grammar fix in comments.
9491         (tq-enqueue): Check for existence of queue rather than the
9492         head queue item's question, which was a no-op.
9493         (tq-filter, tq-process-buffer): Make sure the process buffer
9494         exists before making it the current buffer.
9496 2006-08-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9498         * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.
9499         (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
9500         (special-event-map): Apply 2006-08-16 change for x-win.el.
9502 2006-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9504         * progmodes/python.el (python-send-receive): Wait in the
9505         process's buffer so as to check the right buffer-local variables.
9507 2006-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9509         * emacs-lisp/checkdoc.el: Remove * in defcustoms.
9510         (defgroup checkdoc): Move to beginning.
9512         * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
9513         (python-preoutput-continuation): Remove.
9514         (python-preoutput-filter): Simplify correspondingly.
9515         Remove handling of _emacs_ok.  Make sure we skip _emacs_out's prompts.
9516         Loop around to catch embedded _emacs_out output.
9517         (run-python): Send the import&print command on a single line.
9518         (python-send-command): Send command&print on a single line.
9519         (python-send-string): Only add double \n if needed.
9520         (python-send-receive): Loop until the result comes.
9521         (python-mode-running): Defvar it.
9522         (python-setup-brm): Remove unused var `menu'.
9523         Only bind py-mode-map and `features' around brm-init.
9524         (python-calculate-indentation): Remove unused var `point'.
9525         (python-beginning-of-defun): Remove unused var `def-line'.
9527 2006-08-25  Richard Stallman  <rms@gnu.org>
9529         * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
9531 2006-08-25  Michael Kifer  <kifer@cs.stonybrook.edu>
9533         * emulation/viper.el (viper-set-hooks): Use frame bindings for
9534         viper-vi-state-cursor-color.
9535         (viper-non-hook-settings): Don't set default
9536         mode-line-buffer-identification.
9538         * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
9539         New fun.
9540         (viper-set-cursor-color-according-to-state)
9541         (viper-get-saved-cursor-color-in-replace-mode)
9542         (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
9543         viper-emacs-state-cursor-color.
9545         * emulation/viper-cmd.el (viper-envelop-ESC-key): Bug fix.
9546         (viper-undo): Use point if undo-beg-posn is nil.
9547         (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
9548         (viper-after-change-undo-hook): Don't use
9549         viper-emacs-state-cursor-color by default.
9550         (viper-undo): More sensible positioning after undo.
9552         * emulation/viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
9553         (viper-emacs-state-cursor-color): Default to nil, since this feature
9554         doesn't work well yet.
9556         * ediff-mult.el (ediff-intersect-directories)
9557         (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
9558         always expand filenames.
9560 2006-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9562         * tumme.el: Remove * in defcustoms's docstrings.
9564 2006-08-24  Chong Yidong  <cyd@stupidchicken.com>
9566         * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
9567         Accept internal time format for SECS arg.
9568         (timer-relative-time): Doc fix.
9570         * jit-lock.el: "Stealth fontification by requeuing timers" patch,
9571         adapted from Martin Rudalics.
9572         (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
9573         (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
9574         (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
9575         using sit-for.
9577 2006-08-24  Francesc Rocher  <francesc.rocher@gmail.com>
9579         * cus-start.el (all): Add `overline-margin' and
9580         `x-underline-at-descent-line'.
9582 2006-08-24  Kim F. Storm  <storm@cua.dk>
9584         * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
9585         to mean "use find -exec"; nil now unambiguously means auto-detect.
9586         (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
9587         Use shell-quote-argument to build grep-find-command and
9588         grep-find-template.
9589         (rgrep): Use shell-quote-argument to properly quote arguments to find.
9590         Reported by Tom Seddon.
9592 2006-08-23  Chong Yidong  <cyd@stupidchicken.com>
9594         * startup.el (fancy-splash-head): Give instructions for dismissing
9595         the splash screen for default startup too.
9596         (display-startup-echo-area-message, fancy-splash-screens)
9597         (use-fancy-splash-screens-p): New arg hide-on-input.  If nil, show
9598         all splash text at once and keep the splash buffer around.
9599         (command-line-1): Give display-startup-echo-area-message a t arg.
9601 2006-08-23  Carsten Dominik  <dominik@science.uva.nl>
9603         * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
9604         gnus frame is selected.
9606 2006-08-23  Nick Roberts  <nickrob@snap.net.nz>
9608         * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
9610 2006-08-22  Kim F. Storm  <storm@cua.dk>
9612         * ido.el (ido-set-matches-1): Fix full matching for subdirs.
9613         Add suffix matching for subdirs.
9615 2006-08-22  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
9617         * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
9618         mouse-yank-at-point is non-nil.
9620 2006-08-22  Nick Roberts  <nickrob@snap.net.nz>
9622         * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
9623         a bit wider and remove fringes to fit initial output on line.
9625 2006-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9627         * frame.el (blink-cursor-end): Only ignore the error we care about.
9628         (blink-cursor-mode): Use blink-cursor-end to simplify the code.
9630 2006-08-21  Richard Stallman  <rms@gnu.org>
9632         * whitespace.el (whitespace-cleanup): Doc fix.
9634 2006-08-20  Ryan Yeske  <rcyeske@gmail.com>
9636         * net/rcirc.el (rcirc-show-maximum-output): New var.
9637         (rcirc-buffer-process): If no buffer argument is supplied, use
9638         current-buffer.
9639         (rcirc-complete-nick): Complete to the last completed nick first.
9640         (rcirc-mode): Preserve the value of `rcirc-urls' across
9641         connections.  Setup scroll function.
9642         (rcirc-scroll-to-bottom): New function.
9643         (rcirc-print): Use nick syntax around regexp work.
9644         Notice dim-nicks speaking only if they say our nick.
9645         (rcirc-update-activity-string): Do not show the modeline indicator
9646         if there are no live rcirc processes.
9647         (rcirc-cmd-ignore): Ignore case.
9648         (rcirc-browse-url-at-point): Fix off-by-one error.
9650 2006-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9652         * progmodes/python.el: Remove * in defcustom docstrings.
9653         (run-python, python-proc, python-try-complete): Use derived-mode-p.
9654         (python-mode): Set tab-width and indent-tabs-mode.
9656 2006-08-20  Dave Love  <fx@gnu.org>
9658         * progmodes/python.el: Update to Dave Love's latest version.
9659         (python-font-lock-keywords, python-mode): Don't use
9660         font-lock-syntax-table, but match symbol elements explicitly instead.
9661         (python-mode-map): Add help, and a few more key bindings.
9662         (python-skip-comments/blanks): Move out of comments as well.
9663         (python-continuation-line-p): Behave better with unbalanced parens.
9664         (python-blank-line-p): New fun.
9665         (python-open-block-statement-p): Don't use a heuristic.
9666         (python-outdent-p): Better handle blocks-in-the-same-line.
9667         (python-calculate-indentation): Misc improvements.
9668         (python-comment-indent): Remove.
9669         (python-block-pairs): New var.
9670         (python-first-word): New fun.
9671         (python-indentation-levels): Handle more common cases.
9672         (python-indent-line-1): Add `leave' argument.
9673         (python-indent-region): New fun.
9674         (python-skip-out): New fun.
9675         (python-beginning-of-statement, python-end-of-statement): Use it.
9676         (python-next-statement): Return correct count even at eob.
9677         (python-end-of-block): Fix paren-typo.
9678         (python-imenu-create-index): Add module variables.
9679         (run-python): Add `new' arg.
9680         Check we're at a prompt before returning.
9681         (python-send-command): Move to end of buffer.
9682         Wait for prompt to return.
9683         (python-set-proc): New fun.
9684         (python-imports): New var.
9685         (python-describe-symbol): Use it.  Adjust to new interface of `ehelp'.
9686         (python-eldoc-function): Try to move out of arg list.
9687         (python-outline-level): Offset by 1.
9688         (python-find-imports): New fun.
9689         (python-symbol-completions): Use python-imports.
9690         (python-module-path, ffap-alist): Add support for ffap.
9691         (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
9692         (python-insert-*, python-default-template, python-expand-template):
9693         Add templates/skeletons.
9694         (python-setup-brm): Support for Bicycle Repair Man.
9695         (python-abbrev-syntax-table): New var.
9696         (python-abbrev-pc-hook, python-pea-hook): New funs.
9698 2006-08-20  Chong Yidong  <cyd@stupidchicken.com>
9700         * frame.el (blink-cursor-start): Set timer first.
9701         (blink-cursor-end): Ignore timer cancelling errors.
9702         Suggested by Ken Manheimer.
9704 2006-08-20  Juanma Barranquero  <lekktu@gmail.com>
9706         * newcomment.el (comment-box): Call `comment-normalize-vars'.
9707         Add autoload cookie.
9709 2006-08-20  Richard Stallman  <rms@gnu.org>
9711         * simple.el (line-number-at-pos): Doc fix.
9713         * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
9714         timer-activate-when-idle, so timer can run before Emacs becomes
9715         non-idle again.
9717 2006-08-18  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
9719         * whitespace.el (whitespace-cleanup-internal): New optional arg
9720         REGION-ONLY.  If it's non-nil, modify the message to the user
9721         accordingly.
9722         (whitespace-cleanup-region): Call whitespace-cleanup-internal with
9723         a non-nil argument.
9725 2006-08-18  Gustav H\e,Ae\e(Bllberg  <gustav@gmail.com>  (tiny change)
9727         * rect.el (spaces-string): Simplify and add doc string.
9729 2006-08-17  Romain Francoise  <romain@orebokech.com>
9731         * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
9733 2006-08-17  Richard Stallman  <rms@gnu.org>
9735         * compare-w.el (compare-windows): lambda's take an arg and pass
9736         it to compare-windows-skip-whitespace.
9738 2006-08-17  Martin Rudalics  <rudalics@gmx.at>
9740         * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
9741         the right buffer.
9743 2006-08-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9745         * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
9746         removed files.
9748 2006-08-17  Nick Roberts  <nickrob@snap.net.nz>
9750         * progmodes/gdb-ui.el (gdb-locals-watch-map)
9751         (gdb-locals-watch-map-1): Suppress keymap first.
9752         (gdb-edit-locals-map-1): New variable.
9753         (gdb-edit-locals-value): New function.
9754         (gdb-stack-list-locals-handler): Use them.
9756 2006-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9758         * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
9759         cursor would normally be drawn in the fringe.
9761         * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
9762         Reported by Martin Rudalics <rudalics@gmx.at>.
9764 2006-08-16  Richard Stallman  <rms@gnu.org>
9766         * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
9767         (special-event-map): Process drag-n-drop events this way.
9769         * simple.el (move-beginning-of-line): Test whether fields
9770         would prevent motion back to line's first visible character.
9771         If so, stop where the fields would stop the motion.
9773         * newcomment.el (comment-indent): Fully update INDENT
9774         before checking to see if it will change the text.
9776         * cus-edit.el (custom-newline): New function.
9777         (custom-mode-map): Bind newline to custom-newline.
9779         * compare-w.el (compare-windows): Factor compare-ignore-whitespace
9780         into ignore-whitespace.
9781         Check each buffer for its skip-function.
9782         Handle compare-windows-skip-whitespace special-case test
9783         by returning t from default skip function.
9785 2006-08-15  Carsten Dominik  <dominik@science.uva.nl>
9787         * textmodes/org.el (org-clock-special-range)
9788         (org-clock-update-time-maybe): New functions.
9789         (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
9790         not only a-z.
9791         (org-agenda-get-blocks): Allow multiple blocks per headline.
9792         (org-timestamp-change): Call `org-clock-update-time-maybe'.
9793         (org-export-html-title-format)
9794         (org-export-html-toplevel-hlevel): New options.
9795         (org-export-language-setup): Add support for Czech.
9796         (org-mode, org-insert-todo-heading, org-find-visible)
9797         (org-find-invisible, org-invisible-p, org-invisible-p2)
9798         (org-back-to-heading, org-on-heading-p, org-up-heading-all)
9799         (org-show-subtree, org-show-entry, org-make-options-regexp):
9800         Remove compatibility support for old outline-mode.
9801         (org-check-occur-regexp): Funtion removed.
9802         (org-on-heading-p, org-back-to-heading): Made defalias.
9803         (org-set-local): New defsubst.
9804         (org-set-regexps-and-options, org-mode)
9805         (org-set-font-lock-defaults, org-edit-agenda-file-list)
9806         (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
9807         (org-remember-apply-template, org-table-edit-field)
9808         (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
9809         (org-set-autofill-regexps): Use `org-set-local'.
9810         (org-table-eval-formula): Fix bug with parsing of display flags.
9812 2006-08-15  Nick Roberts  <nickrob@snap.net.nz>
9814         * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
9815         frame with fringe arrow.  Suggested by Simon Marshall
9816         <simon.marshall@misys.com>.
9817         (gdb-stack-position): New variable.
9818         (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
9819         (gdb-frames-mode): Set gdb-stack-position to nil.
9820         Add to overlay-arrow-variable-list
9821         (gdb-reset): Delete gdb-stack-position from above list.
9823 2006-08-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9825         * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
9826         read only.
9828 2006-08-13  Romain Francoise  <romain@orebokech.com>
9830         * cus-theme.el (customize-create-theme)
9831         (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
9833         * filesets.el (filesets-add-buffer): Ditto.
9835         * pcvs.el (cvs-change-cvsroot): Ditto.
9837 2006-08-13  Nick Roberts  <nickrob@snap.net.nz>
9839         * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
9840         (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
9841         (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
9842         expressions.
9843         (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
9844         Only search till end of line.
9845         Add face to function names in case of no filename.
9846         Add face to variable names of watchpoints.
9848 2006-08-12  Robert Thorpe  <rthorpe@realworldtech.com>  (tiny change)
9850         * cus-start.el <indent-tabs-mode>: Move to the `indent'
9851         customization group.
9853 2006-08-12  Ken Manheimer  <ken.manheimer@gmail.com>
9855         * allout.el (allout-prior-bindings, allout-added-bindings):
9856         Remove, after long deprecation.
9857         (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
9858         Add customization vars controlling allout-beginning-of-line and
9859         allout-end-of-line conveniences.
9860         (allout-header-prefix, allout-use-mode-specific-leader)
9861         (allout-use-mode-specific-leader, allout-mode-leaders):
9862         Revise docstrings.
9863         (allout-infer-header-lead): Change to be an alias for
9864         allout-infer-header-lead-and-primary-bullet.
9865         (allout-infer-header-lead-and-primary-bullet): New version of
9866         allout-infer-header-lead which assigns the primary bullet to the
9867         same as the header lead, when its being changed.
9868         (allout-infer-body-reindent): Apply regexp-quote instead of
9869         unconditionally prepending "\\", so that all literal
9870         allout-header-prefix and allout-primary-bullet strings are
9871         properly handled.
9872         (allout-add-resumptions): Add optional qualifier for extending or
9873         appending to existing values, rather than replacing them.
9874         (allout-view-change-hook): Clarify docstring.
9875         (allout-exposure-change-hook): Take explicit arguments, via
9876         run-hook-with-args.
9877         (allout-structure-added-hook)
9878         (allout-structure-deleted-hook)
9879         (allout-structure-shifted-hook): New hooks analogous to
9880         allout-exposure-change-hook for other kinds of structural outline
9881         edits.
9882         (allout-encryption-plaintext-sanitization-regexps): New encryption
9883         customization variable, by which cooperating modes can provde
9884         massage of the plaintext without actually being passed it.
9885         (allout-encryption-ciphertext-rejection-regexps)
9886         (allout-encryption-ciphertext-rejection-ceiling): New encryption
9887         customization variables, by which cooperating modes can prohibit
9888         rare but possible ciphertext patterns from fouling their
9889         operation, with actually being passed the ciphertext.
9890         (allout-mode): Run activation and deactivation hooks after the
9891         minor-mode variable has been toggled, to clarify the mode
9892         disposition.  The new encryption ciphertext rejection variable is
9893         used to ensure that the ciphertext does not contain text that
9894         would be recognized as outline structural elements by allout.
9895         Substite allout-beginning-of-line and allout-end-of-line for
9896         conventionall beginning-of-line and end-of-line bindings.
9897         If allout-old-style-prefixes is non-nil, don't nullify it on mode
9898         activation!
9899         (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
9900         (allout-end-of-line): Respect `allout-end-of-line-cycles'.
9901         (allout-chart-subtree): Implement new mode, charting only the
9902         visible items in the subtree, when new 'visible' parameter is non-nil.
9903         (allout-end-of-subtree): Properly handle the last item in the buffer.
9904         (allout-pre-command-business, allout-command-counter):
9905         Increment an advertised counter so that cooperating enhancements can
9906         track revisions of items.
9907         (allout-open-topic): Run allout-structure-added-hook with suitable
9908         arguments.
9909         (allout-shift-in): Run allout-structure-shifted-hook with suitable
9910         arguments.
9911         (allout-shift-out): Fix doubling for negative args and ensure call
9912         of allout-structure-shifted-hook by solely using allout-shift-in.
9913         (allout-kill-line, allout-kill-topic):
9914         Run allout-structure-deleted-hook with suitable arguments.
9915         (allout-yank-processing): Run allout-structure-added-hook with
9916         proper arguments.
9917         (allout-yank): Enclose activity in allout-unprotected.
9918         (allout-flag-region): Run allout-exposure-change-hook with
9919         suitable arguments, instead of making the callee infer the arguments.
9920         (allout-encrypt-string):
9921         Support allout-encryption-plaintext-sanitization-regexps,
9922         allout-encryption-ciphertext-rejection-regexps, and
9923         allout-encryption-ciphertext-rejection-ceiling.  Indicate correct
9924         en/de cryption mode in symmetric encryption failure message.
9925         (allout-obtain-passphrase): Use copy-sequence to get a distinct
9926         copy of the passphrase, and don't zero it or we'll corrupt the
9927         stashed copy.
9928         (allout-create-encryption-passphrase-verifier)
9929         (allout-verify-passphrase): Respect the new signature for
9930         allout-encrypt-string.
9931         (allout-get-configvar-values): Convenience for getting a
9932         configuration variable value and handling its absence gracefully.
9934 2006-08-11  Romain Francoise  <romain@orebokech.com>
9936         * obsolete/zone-mode.el: Delete.
9938 2006-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9940         * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
9942 2006-08-11  Thien-Thi Nguyen  <ttn@gnu.org>
9944         * emacs-lisp/bindat.el (bindat-ip-to-string):
9945         Use `format-network-address' if possible.
9947 2006-08-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9949         * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
9951 2006-08-10  Chong Yidong  <cyd@stupidchicken.com>
9953         * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
9954         restore unread-command-events here.
9955         (edebug-display): Do it here, to detect sit-for interruptions.
9957 2006-08-10  Romain Francoise  <romain@orebokech.com>
9959         * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
9960         (dns-mode-soa-auto-increment-serial): New user option.
9961         (dns-mode-soa-maybe-increment-serial): New function.
9962         (dns-mode): Add the latter to `write-contents-functions'.
9964         * obsolete/zone-mode.el: Move to obsolete/ from net/.
9965         Delete autoload cookies.
9967 2006-08-10  John Wiegley  <johnw@newartisans.com>
9969         * eshell/em-glob.el (eshell-glob-chars-list)
9970         (eshell-glob-translate-alist): Add support for [^g] in character globs.
9972 2006-08-10  Richard Stallman  <rms@gnu.org>
9974         * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
9975         (facemenu-set-face): Doc fix.
9976         (facemenu-listed-faces): Doc fix.
9978 2006-08-09  Chong Yidong  <cyd@stupidchicken.com>
9980         * avoid.el (mouse-avoidance-animating-pointer): New var.
9981         (mouse-avoidance-nudge-mouse): Use it.
9982         (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
9983         (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
9984         (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
9985         Don't activate if currently animating.  All callers changed.
9987 2006-08-09  John Wiegley  <johnw@newartisans.com>
9989         * calendar/timeclock.el (timeclock-use-elapsed): Added a new
9990         variable, which causes timeclock to report elapsed time worked,
9991         instead of just work remaining.
9993 2006-08-09  Kenichi Handa  <handa@m17n.org>
9995         * international/latexenc.el (latexenc-find-file-coding-system):
9996         Fix for the case that the 2nd element of arg-list is a cons.
9998 2006-08-08  Chong Yidong  <cyd@stupidchicken.com>
10000         * info.el (Info-fontify-node): Handle preceding `in' for note
10001         reference hiding rules.
10003 2006-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10005         * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
10006         mistake a closing " for an opening one.
10008 2006-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
10010         * term/xterm.el (terminal-init-xterm): Add more key bindings.
10012 2006-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10014         * complete.el (PC-do-completion): Filter out completions matching
10015         completion-ignored-extensions before checking whether there are
10016         multiple completions.
10017         Don't use `list' unnecessarily when building completion tables.
10019 2006-08-06  Richard Stallman  <rms@gnu.org>
10021         * help.el (describe-mode): Make minor mode list more concise.
10023 2006-08-05  Chong Yidong  <cyd@stupidchicken.com>
10025         * bindings.el: Give mode-line-format, mode-line-modes, and
10026         mode-line-position `standard-value' properties.
10028 2006-08-05  Eli Zaretskii  <eliz@gnu.org>
10030         * buff-menu.el (list-buffers-noselect): For Info buffers, use
10031         "(file)node" instead of the file name.
10033 2006-08-05  Richard Stallman  <rms@gnu.org>
10035         * faces.el (escape-glyph): Doc fix.
10037 2006-08-04  Kenichi Handa  <handa@m17n.org>
10039         * international/mule-diag.el (describe-font): Improve docstring
10040         and error message.  Use frame-parameter (not frame-parameters).
10042 2006-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10044         * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
10045         Correctly mark the end-of-docstring char.
10047 2006-08-03  Chong Yidong  <cyd@stupidchicken.com>
10049         * simple.el (line-move-to-column): Constrain move-to-column to
10050         current field.
10052 2006-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10054         * font-lock.el (font-lock-beg, font-lock-end)
10055         (font-lock-extend-region-functions): New vars.
10056         (font-lock-extend-region-multiline)
10057         (font-lock-extend-region-wholelines): New functions.
10058         (font-lock-default-fontify-region): Use them.
10059         (font-lock-extend-jit-lock-region-after-change): Only round up
10060         if font-lock-default-fontify-region will do it as well.
10062         * font-lock.el (font-lock-extend-after-change-region-function):
10063         Rename from font-lock-extend-region-function.
10064         (font-lock-extend-region): Remove by inlining at call sites.
10065         (font-lock-after-change-function): Don't needlessly round up to a whole
10066         number of lines.
10067         (font-lock-extend-jit-lock-region-after-change): Be more careful about
10068         the boundary conditions and the interactions between the various ways
10069         to extend the region.
10071 2006-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10073         * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
10074         modification status when forcing the second redisplay.
10076 2006-08-03  Kim F. Storm  <storm@cua.dk>
10078         * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
10080 2006-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10082         * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
10083         doesn't look like a file name.
10085         * complete.el (PC-expand-many-files): Avoid signalling an error when
10086         the current directory doesn't exist.  Reported by Micha\e,Ak\e(Bl Cadilhac.
10088 2006-08-02  Andreas Schwab  <schwab@suse.de>
10090         * bindings.el (mode-line-format): Simplify reference to vc-mode.
10092 2006-08-02  Nick Roberts  <nickrob@snap.net.nz>
10094         * bindings.el (map): Make mode-line-buffer-identification-keymap
10095         before defining propertized-buffer-identification.
10097 2006-08-01  Richard Stallman  <rms@gnu.org>
10099         * bindings.el (mode-line-format): Adjust spacing around vc-mode.
10101 2006-08-02  Nick Roberts  <nickrob@snap.net.nz>
10103         * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
10104         default value.
10105         (gdb-find-source-frame): New function.
10106         (menu): Add to menu bar.
10108 2006-08-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10110         * font-core.el (font-lock-extend-region-function)
10111         (font-lock-extend-region): Move to font-lock.el.
10113         * font-lock.el (font-lock-extend-region-function)
10114         (font-lock-extend-region): Move from font-core.el.  Simplify.
10116         * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
10117         if needed.
10118         (jit-lock-start, jit-lock-end): New dynamic scoped vars.
10119         (jit-lock-after-change-extend-region-functions): New hook.
10120         (jit-lock-after-change): Use it instead of hard-coding font-lock code.
10122         * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
10123         (font-lock-turn-on-thing-lock): Use it.
10125         * longlines.el (longlines-show-region): Make it work on read-only
10126         buffers as well.
10128 2006-08-01  Nick Roberts  <nickrob@snap.net.nz>
10130         * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
10132 2006-07-31  Richard Stallman  <rms@gnu.org>
10134         * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
10135         (vhdl-speedbar-display-projects): Update old obsolete
10136         speedbar variable names.
10138 2006-07-31  Nick Roberts  <nickrob@snap.net.nz>
10140         * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
10141         (gdb-stopped): Use it.
10143         * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
10145 2006-07-29  Chong Yidong  <cyd@stupidchicken.com>
10147         * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
10148         for load-history elements.
10150 2006-07-29  Eli Zaretskii  <eliz@gnu.org>
10152         * files.el (convert-standard-filename): For Cygwin, replace
10153         characters not allowed in Windows file names.
10154         (make-auto-save-file-name): Add Cygwin to the list of systems
10155         where the auto-save file name needs to be run through
10156         convert-standard-filename.
10158 2006-07-29  Lennart Borgman  <lennart.borgman.073@student.lu.se>
10160         * window.el (bw-get-tree): Don't integerp subtree if it's nil.
10162 2006-07-28  Richard Stallman  <rms@gnu.org>
10164         * bindings.el (mode-line-frame-identification)
10165         (propertized-buffer-identification): Centralize the code
10166         to initialize the variable.
10168         * progmodes/grep.el (grep-default-command): Catch errors from
10169         wildcard-to-regexp.
10171 2006-07-29  Kim F. Storm  <storm@cua.dk>
10173         * progmodes/grep.el (grep-tag-default): New function.
10174         (grep-default-command, grep-read-regexp): Use it.
10175         (grep-read-files): Use car of grep-files-history or grep-files-aliases
10176         as default if nothing else applies.
10178 2006-07-28  Bill Atkins  <atkinw@rpi.edu>  (tiny change)
10180         * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
10181         Throw error if buffer is not in Dired and Wdired mode, respectively.
10183 2006-07-28  Chong Yidong  <cyd@stupidchicken.com>
10185         * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
10186         self-insert-command keys don't activate buttons.
10187         (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
10189 2006-07-29  Nick Roberts  <nickrob@snap.net.nz>
10191         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
10192         faces for enable character.
10194 2006-07-28  Nick Roberts  <nickrob@snap.net.nz>
10196         * Makefile.in (recompile): Update comment to reflect change
10197         on 2004-04-21.
10199 2006-07-27  Richard Stallman  <rms@gnu.org>
10201         * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
10202         (customize-package-emacs-version): Change msg when pkg has no entry.
10203         (custom-no-edit): On a button, do like widget-button-press.
10205 2006-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
10207         * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
10208         S-tab and C-S-tab.
10210 2006-07-28  Nick Roberts  <nickrob@snap.net.nz>
10212         * progmodes/which-func.el (which-function): Fix documentation/
10213         comment typo.
10215 2006-07-26  Richard Stallman  <rms@gnu.org>
10217         * textmodes/ispell.el (ispell-word): If we replace the word,
10218         move point to the end.  Insert before deleting.
10220 2006-07-26  Chong Yidong  <cyd@stupidchicken.com>
10222         * subr.el (sit-for): Use new SECONDS arg of read-event instead of
10223         a timer.
10225 2006-07-26  Mathias Dahl  <mathias.dahl@gmail.com>
10227         * tumme.el (tumme-backward-image): Add prefix argument.  Add error
10228         when at first image.
10229         (tumme-forward-image): Add prefix argument.  Add error when at last
10230         image.
10232 2006-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
10234         * tabify.el (tabify-regexp): Use more specific regexps.
10235         (tabify): Avoid modifying the buffer unnecessarily.
10237 2006-07-25  Mathias Dahl  <mathias.dahl@gmail.com>
10239         * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
10240         (tumme-format-properties-string): Handle empty `buf'.
10241         (tumme-get-comment): Change variable names inside `let'.
10242         Add missing `let' variable that cause font-lock problems.
10243         (tumme-write-comments): Change variable names inside `let'.
10244         Add missing `let' variable that cause font-lock problems.
10245         (tumme-forward-image): Rename from `tumme-forward-char'.
10246         (tumme-backward-image): Rename from `tumme-backward-char'.
10248 2006-07-25  Masatake YAMATO  <jet@gyve.org>
10250         * progmodes/ld-script.el (ld-script-keywords)
10251         (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
10252         and add comments.
10254 2006-07-25  Nick Roberts  <nickrob@snap.net.nz>
10256         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
10257         (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
10258         (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
10259         for status indicator.
10261 2006-07-24  Richard Stallman  <rms@gnu.org>
10263         * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
10265         * subr.el (dolist, dotimes): Use interned symbols for locals.
10266         (--dotimes-limit--, --dolist-tail--): New defvars.
10267         (looking-back): Doc fix.
10269         * replace.el (replace-match-string-symbols): Handle dotted lists.
10271 2006-07-24  Mathias Dahl  <mathias.dahl@gmail.com>
10273         * tumme.el (tumme-write-tags): Add.
10274         (tumme-write-comments): Add.
10275         (tumme-tag-files): Change to use `tumme-write-tags'.
10276         (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
10277         (tumme-dired-comment-files): Change to use `tumme-write-comments'.
10278         (tumme-save-information-from-widgets): Change to use
10279         `tumme-write-comments' and `tumme-write-tags'.
10280         (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
10281         (tumme-write-tag): Remove.
10282         (tumme-write-comment): Remove.
10283         (tumme-display-previous-thumbnail-original): Remove empty line.
10284         (tumme-widget-list): Add punctuation.
10286 2006-07-24  Mathias Dahl  <mathias.dahl@gmail.com>
10288         * tumme.el (tumme-line-up): Add an extra check for end of buffer.
10290 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
10292         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
10293         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org>
10294         and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
10296 2006-07-23  Thien-Thi Nguyen  <ttn@gnu.org>
10298         * mouse.el (mouse-on-link-p): Doc fix.
10300 2006-07-23  Nick Roberts  <nickrob@snap.net.nz>
10302         * emacs-lisp/find-func.el (find-function-search-for-symbol):
10303         Handle "C-h f `".
10305 2006-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
10307         * ibuffer.el (ibuffer-formats): Use left alignment for the mode
10308         column.
10310 2006-07-22  Matt Hodges  <MPHodges@member.fsf.org>
10312         * textmodes/table.el: Add move-beginning-of-line and
10313         move-end-of-line to Point Motion Only Group.
10315 2006-07-22  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
10317         * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
10319 2006-07-22  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
10321         * startup.el (user-mail-address): Initialize from the `EMAIL'
10322         environment variable first.  Document this.
10323         (command-line): Ditto.
10325 2006-07-22  Nick Roberts  <nickrob@snap.net.nz>
10327         * help-mode.el (help-function-def, help-variable-def)
10328         (help-face-def): Print a message in the minibuffer.
10330 2006-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
10332         * term/xterm.el (terminal-init-xterm): Fix key bindings
10333         syntax.  Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
10335 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
10337         * dos-w32.el (find-buffer-file-type-coding-system): Support calls
10338         where `(nth 1 command)' is a cons cell.  Doc fix.
10340         * textmodes/po.el (po-find-charset): Doc fix.
10342 2006-07-21  Ken Manheimer  <ken.manheimer@gmail.com>
10344         * allout.el (allout-unprotected, allout-e-o-prefix-p)
10345         (allout-beginning-of-current-line, allout-end-of-current-line)
10346         (allout-next-visible-heading, allout-open-topic)
10347         (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
10348         (allout-flag-current-subtree, allout-show-to-offshoot)
10349         (allout-hide-current-entry, allout-show-current-branches)
10350         (allout-hide-region-body, allout-old-expose-topic)
10351         (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
10352         (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
10353         containing `beginning-of-line' and `end-of-line' with
10354         `inhibit-field-text-motion' t.
10356 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
10358         * frame.el (focus-follows-mouse): Document that it doesn't have
10359         any effect on MS-Windows.
10361 2006-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10363         * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
10365 2006-07-20  Jay Belanger  <belanger@truman.edu>
10367         * calc/calc.el (calc-previous-alg-entry): Remove variable.
10369         * calc/calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
10370         New variables.
10371         (calc-alg-entry): Use `calc-alg-entry-history'.
10372         (calc-do-quick-calc): Use `calc-quick-calc-history'.
10373         Remove reference to `calc-previous-alg-entry'.
10374         (calcAlg-edit, calcAlg-enter): Remove reference to
10375         `calc-previous-alg-entry'.
10376         (calcAlg-previous): Use `previous-history-element' instead of
10377         `calc-previous-alg-entry'.
10378         (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
10379         Change keybinding for `calcAlg-plus-minus', add keybindings for
10380         `previous-history-element' and `next-history-element'.
10382         * calc/calc-rewr.el (calc-match): Remove reference to
10383         `calc-previous-alg-entry'.
10385         * calc/calc-sel.el (calc-selection-history): New variable.
10386         (calc-enter-selection, calc-sel-mult-both-sides)
10387         (calc-sel-add-both-sides): Use `calc-selection-history'.
10389         * calc/calc-map.el (calc-get-operator-history): New variable.
10390         (calc-get-operator): Use `calc-get-operator-history'.
10392         * calc/calcalg3.el (calc-curve-fit-history): New variable.
10393         (calc-curve-fit): Use `calc-curve-fit-history'.
10395 2006-07-20  Kenichi Handa  <handa@m17n.org>
10397         * international/mule-cmds.el (select-safe-coding-system): Fix the
10398         way of deciding eol-type of the coding system.
10400 2006-07-20  Alan Mackenzie  <acm@muc.de>
10402         * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
10403         (c-lang-setvar): New macro.
10404         (c-make-init-lang-vars-fun): Use the initialization forms in
10405         c-emacs-variable-inits in addition to those in c-lang-variable-inits.
10406         (comment-start, comment-end, comment-start-skip): Change these from
10407         c-lang-defvar's to c-lang-setvar's.
10409         * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
10410         which calls make-local-variable on the elements of
10411         c-emacs-variable-inits.
10412         (c-init-language-vars-for): Call this new macro.
10414 2006-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10416         * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
10417         Try to rule out false positives due to time stamps.
10418         (compilation-mode-font-lock-keywords): Remove rules made redundant
10419         because of the above change.  Add `segmentation fault' to the known and
10420         highlighted compilation termination messages.
10422 2006-07-19  Kim F. Storm  <storm@cua.dk>
10424         * progmodes/grep.el (grep-find-ignored-directories):
10425         Add .svn and _darcs to list.
10427 2006-07-19  Mathias Dahl  <mathias.dahl@gmail.com>
10429         * dired.el (dired-mode-map): Add key binding `C-te' for
10430         `tumme-dired-edit-comment-and-tags'.
10432         * tumme.el (tumme-display-thumbnail-original-image): Make sure
10433         image display buffer is displayed before call to
10434         `tumme-display-image.
10435         (tumme-dired-display-image): Make sure image display buffer is
10436         displayed before call to `tumme-display-image.
10437         (tumme-mouse-display-image): Make sure image display buffer is
10438         displayed before call to `tumme-display-image.
10439         (tumme-widget-list): Add.
10440         (tumme-dired-edit-comment-and-tags): Add.
10441         (tumme-save-information-from-widgets): Add.
10443 2006-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10445         * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
10447 2006-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
10449         * progmodes/sh-script.el (sh-font-lock-keywords-1):
10450         Revert inadvertently installed patch hunk.
10452         * progmodes/compile.el (compilation-find-file): Handle the
10453         cases where the user selects a non-existent file.
10455 2006-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
10457         * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
10459 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
10461         * subr.el (sit-for): Just sleep-for if noninteractive.
10463 2006-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10465         * emacs-lisp/autoload.el (make-autoload): Use new arg.
10467         * custom.el (custom-autoload): Add `noset' argument.
10468         (custom-push-theme): Don't autoload the variable, let callers do it.
10469         (custom-theme-set-variables): Autoload the variable if necessary.
10471         * cus-edit.el (custom-variable-state-set): If the variable was
10472         originally set outside custom, but to the same value as the default,
10473         consider it to be standard.
10475         * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
10476         file *before* telling Emacs to add the autoloads, in case it fails.
10478         * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
10479         Use `cond', push', and `dolist'.
10481 2006-07-17  Richard Stallman  <rms@gnu.org>
10483         * image-mode.el (tar-superior-buffer, archive-superior-buffer):
10484         Add defvars to silence warnings.
10486 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
10488         * progmodes/compile.el (compilation-mode-font-lock-keywords):
10489         Don't highlight "Compiling file" messages as error.
10491         * dired-aux.el (dired-compress-file): Confirm again if gzipped
10492         file already exists.
10494 2006-07-16  Thien-Thi Nguyen  <ttn@gnu.org>
10496         * find-file.el (ff-special-constructs): Doc fix.  Also, for C/C++
10497         entry, don't assign to free var; simply return the extracted filename.
10498         (ff-treat-as-special): Incorporate common preamble from callers.
10499         (ff-other-file-name, ff-find-the-other-file):
10500         Update call to ff-treat-as-special.
10502         * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
10504 2006-07-16  Mathias Dahl  <mathias.dahl@gmail.com>
10506         * tumme.el (tumme-get-comment): Fix bug.
10508 2006-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>
10510         * files.el: Remove spurious * in docstrings.
10512 2006-07-14  Ken Manheimer  <ken.manheimer@gmail.com>
10514         * allout.el (allout-run-unit-tests-on-load): Rectify docstring
10515         grammar.
10516         (allout-beginning-of-current-line): Beware beginning of buffer.
10517         Also, a comment is simplified.
10518         (allout-hotspot-key-handler): Only set allout-post-goto-bullet
10519         when appropriate.  (This fix enables use for other than
10520         bullet-hotspot operation.)
10521         (allout-hide-current-subtree): While escalating to sibling-close,
10522         make sure to situate on a topic.
10524 2006-07-14  Kim F. Storm  <storm@cua.dk>
10526         * emulation/cua-base.el (cua-delete-selection)
10527         (cua-toggle-set-mark): New defcustoms.
10528         (cua-rectangle-modifier-key): Add `alt' modifier.
10529         (cua-replace-region): Don't delete if cua-delete-selection is nil.
10530         (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
10531         Suggested by Klaus Zeitler <kzeitler@lucent.com>.
10533         * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
10535 2006-07-14  Ken Manheimer  <ken.manheimer@gmail.com>
10537         * allout.el: Require 'cl during byte-compilation/interactive load,
10538         for the `assert' macro.
10539         (allout-mode-deactivate-hook): New hook, run when allout mode
10540         deactivates.
10541         (allout-developer): New allout customization subgroup.
10542         (allout-run-unit-tests-on-load): New allout-developer
10543         customization variable, when true allout unit tests are run towards
10544         end of file load/eval.
10545         (allout-inhibit-auto-fill): Disable auto-fill activity even during
10546         auto-fill-mode.
10547         (allout-resumptions): Remove, to be replaced by...
10548         (allout-add-resumptions): Register variable settings to be
10549         reinstated by `allout-do-resumptions'.  The settings are made
10550         buffer-local, but the locality/globality of the suspended setting
10551         is restored on resumption.
10552         (allout-do-resumptions): Reinstate all settings suspended using
10553         `allout-add-resumptions'.
10554         (allout-test-resumptions): Unit tests (and intermediate variables)
10555         for resumptions.
10556         (allout-tests-globally-unbound, allout-tests-globally-true)
10557         (allout-tests-locally-true): Intermediate variables for
10558         resumptions unit tests.
10559         (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
10560         (allout-exposure-category): Replaces 'allout-overlay-category variable.
10561         (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
10562         instead of retired `allout-resumptions'.  For hook functions, use
10563         `local' parameter so hook settings are created and removed as
10564         buffer-local settings.  Revise (resumptions) setting
10565         auto-fill-function so it is set only if already active.  (The
10566         related fill-function settings are all made in either case, so
10567         that activating auto-fill-mode activity will have the custom
10568         allout-mode behaviors (hanging indent on topics, if configured for it).
10569         Remove all allout-exposure-category overlays on mode deactivation.
10570         (allout-hotspot-key-handler): New function extracted from
10571         `allout-pre-command-business', so the functionality can be used
10572         for other purposes, eg as a binding in an overlay.
10573         (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
10574         (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
10575         customization variable.
10576         (allout-run-unit-tests): Run the (currently quite small)
10577         repertoire of unit tests.  Called just before the provide iff user
10578         has customized `allout-run-unit-tests-on-load' non-nil.
10580 2006-07-14  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
10582         * emacs-lisp/authors.el (authors-aliases): Update.
10584 2006-07-14  Nick Roberts  <nickrob@snap.net.nz>
10586         * progmodes/gdb-ui.el (gdb-display-buffer): Check for
10587         gdb-source-window.  Add dedicated argument.
10588         (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
10589         (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
10590         (gdb-display-threads-buffer, gdb-display-memory-buffer)
10591         (gdb-display-locals-buffer): Use it.
10593         * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
10594         Set gdb-source-window.
10596 2006-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10598         * emacs-lisp/autoload.el (make-autoload): Remove special handling of
10599         minor modes, redundant with the custom-autoload line above.
10601 2006-07-12  Chong Yidong  <cyd@stupidchicken.com>
10603         * longlines.el (longlines-post-command-function): Handle open-line too.
10605 2006-07-12  Richard Stallman  <rms@gnu.org>
10607         * progmodes/grep.el (grep-last-buffer): Doc fix.
10609         * info.el (Info-try-follow-nearest-node): Doc fix.
10611         * emacs-lisp/edebug.el (edebug-instrument-function):
10612         Err if find-function-noselect gives no position.
10614         * emacs-lisp/find-func.el (find-function-search-for-symbol):
10615         If can't find definition, return nil for position.
10616         (find-function-do-it): Handle new return value
10617         of find-definition-noselect.
10618         (find-definition-noselect, find-variable-noselect): Doc fix.
10619         (find-function-noselect): Doc fix.
10621         * help-mode.el (help-variable-def): Handle find-variable-noselect
10622         returning no position.
10623         (help-function-def): Likewise for find-function-search-for-symbol.
10624         (help-face-def): Likewise.
10626         * help-fns.el (describe-variable): Handle find-variable-noselect
10627         returning no position.
10629         * files.el (locate-file-completion): Avoid duplicates in result.
10631         * cus-edit.el (custom-no-edit): New command.
10632         (custom-mode-map): Remap to custom-no-edit instead of
10633         using suppress-keymap.
10635 2006-07-12  Nick Roberts  <nickrob@snap.net.nz>
10637         * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
10638         (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
10639         (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
10641         * thumbs.el (thumbs-call-convert): Use shell-command-switch.
10643 2006-07-11  Kim F. Storm  <storm@cua.dk>
10645         * ido.el (ido-copy-current-file-name): Use buffer-name if
10646         buffer-file-name is nil.
10648 2006-07-11  Chong Yidong  <cyd@stupidchicken.com>
10650         * simple.el (undo-ask-before-discard): Set to nil.
10652         * vc.el (vc-exec-after): Don't delete process manually.
10653         (vc-print-log): Run log-view-mode in process sentinel inside
10654         inhibit-read-only.  Don't shrink window due to timing issues.
10656         * progmodes/ebrowse.el (ebrowse-display-member-buffer):
10657         Avoid using with-output-to-temp-buffer, which clobbers local vars.
10659 2006-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10661         * progmodes/compile.el (compilation-error-regexp-alist-alist):
10662         Fix ambiguity introduced by last change.
10663         (compilation-find-file): Move save-excursion to where it may
10664         make sense.  Fix a left over `find-file'.
10666 2006-07-11  Robert J. Chassell  <bob@rattlesnake.com>
10668         * textmodes/texinfmt.el (texinfo-format-separate-node):
10669         Insert a string before point, which fits documentation, not after.
10670         (texinfo-multitable-item): In a multitable row, insert any
10671         additional needed @tabs and spaces.
10673 2006-07-11  Nick Roberts  <nickrob@snap.net.nz>
10675         * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
10676         (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
10677         (tumme-set-exif-data, tumme-get-exif-data): Use call-process
10678         instead of shell-command.
10679         (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
10680         (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
10681         (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
10682         (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
10683         (tumme-thumbnail-set-image-description, tumme-gallery-generate)
10684         (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
10686 2006-07-11  Kim F. Storm  <storm@cua.dk>
10688         * subr.el (sit-for): Doc fix.  Specify normal arg list using fn-form.
10689         Remove special case for seconds < 0.  Use (redisplay t) instead.
10691 2006-07-10  Chong Yidong  <cyd@stupidchicken.com>
10693         * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
10694         avoid compilation error.
10696         * subr.el (sit-for): New function.
10698         * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
10700 2006-07-10  Richard Stallman  <rms@gnu.org>
10702         * ldefs-boot.el (edebug): Update page.
10704 2006-07-10  Kim F. Storm  <storm@cua.dk>
10706         * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
10707         to FOR-RELEASE and TODO.
10709 2006-07-10  Romain Francoise  <romain@orebokech.com>
10711         * emacs-lisp/authors.el (authors-aliases): Update.
10713 2006-07-10  Alan Mackenzie  <acm@muc.de>
10715         * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
10716         * cc-mode.el: Changes to eradicate eval-after-load.
10718 2006-07-09  Chong Yidong  <cyd@stupidchicken.com>
10720         * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
10721         on non-char events.
10723 2006-07-09  Romain Francoise  <romain@orebokech.com>
10725         * progmodes/compile.el (compilation-mode-font-lock-keywords):
10726         Don't highlight start/end markers as compilation messages.
10728         * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
10729         to t.
10731 2006-07-09  Stefan Monnier  <monnier@iro.umontreal.ca>
10733         * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
10735 2006-07-08  Richard Stallman  <rms@gnu.org>
10737         * term/x-win.el (x-handle-display): Add doc string.
10739         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
10741         * subr.el (def-edebug-spec): Move here.
10742         * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
10744         * imenu.el (imenu-choose-buffer-index): Doc fix.
10746 2006-07-08  Romain Francoise  <romain@orebokech.com>
10748         * term/x-win.el (x-display-name): Fix typo.
10750 2006-07-08  Eli Zaretskii  <eliz@gnu.org>
10752         * hexl.el (hexl-find-file): Doc fix.
10754         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
10756 2006-07-07  Chong Yidong  <cyd@stupidchicken.com>
10758         * term/x-win.el (x-display-name): Doc fix.
10760 2006-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10762         * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
10763         long prefixes.
10764         (fill-region-as-paragraph): Don't round up to a whole line.
10765         (fill-comment-paragraph): Don't include the code-before-the-comment
10766         when calling fill-region-as-paragraph.
10768         * international/mule.el (make-char): Remove redundancy.
10770         * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
10771         property may contain an anonymous function rather than a symbol.
10773         * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
10775         * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
10776         Use shy regexp.  Fix incorrect backref to potentially unmatched group.
10778         * dirtrack.el (dirtrack-default-directory-function): Remove.
10779         (dirtrack-directory-function): Use file-name-as-directory.
10780         (dirtrack-windows-directory-function): Simplify.
10781         (dirtrack-forward-slash, dirtrack-backward-slash)
10782         (dirtrack-replace-slash): Remove.
10783         (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
10784         (dirtrack): Fix wrong parenthesizing; use match-string.
10786         * progmodes/octave-inf.el: Remove spurious * in docstrings.
10787         (inferior-octave-mode): Only change the buffer-local value of
10788         comint-dynamic-complete-functions.
10789         (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
10790         Move the initialization to the declaration.
10791         (inferior-octave-complete): Remove unused var `filter'.
10793         * shell.el (shell-mode): Only change the buffer-local value of
10794         comint-dynamic-complete-functions.
10796 2006-07-07  Carsten Dominik  <dominik@science.uva.nl>
10798         * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
10799         entry is skipped because it has been scheduled.
10800         (org-prepare-agenda-buffers): Don't mark buffers as modified when
10801         changing `:org-archived' and `:org-comment' properties.
10803 2006-07-06  Chong Yidong  <cyd@stupidchicken.com>
10805         * server.el (server-select-display): Don't make the temp frame
10806         minibuffer-only, in case it's not a temp frame.
10807         (server-process-filter): Don't delete the temp frame if it's the
10808         only one we have on that display.
10810         * files.el (find-alternate-file): Doc fix.
10812 2006-07-05  Richard Stallman  <rms@gnu.org>
10814         * files.el (abbreviate-file-name): Add save-match-data.
10816 2006-07-03  Richard Stallman  <rms@gnu.org>
10818         * faces.el (read-face-name): Doc fix.
10820 2006-07-05  Chong Yidong  <cyd@stupidchicken.com>
10822         * net/goto-addr.el (goto-address): Mark as safe for local evals.
10824 2006-07-05  Andre Spiegel  <spiegel@gnu.org>
10826         * vc.el (vc-diff-internal): Fix prev change.
10828 2006-07-05  Thien-Thi Nguyen  <ttn@gnu.org>
10830         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
10831         * play/dunnet.el (dun-load-d, dun-eval): Likewise.
10833 2006-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10835         * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
10836         fails if the symbol contains chars like ( or '.
10837         (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
10838         (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
10839         `short'.
10841 2006-07-04  Kenichi Handa  <handa@m17n.org>
10843         * international/mule-cmds.el (set-language-info): If LANG-ENV is
10844         the current one, don't call set-language-environment, but call one
10845         of set-language-environment-XXX to make INFO effective now.
10846         (set-language-environment): Call set-language-environment-XXX
10847         functions instead of doing the various setups directly.
10848         (set-language-environment-coding-systems): Delete argument eol-type.
10849         (set-language-environment-input-method)
10850         (set-language-environment-nonascii-translation)
10851         (set-language-environment-charset)
10852         (set-language-environment-fontset)
10853         (set-language-environment-unibyte): New functions.
10855 2006-07-03  Luc Teirlinck  <teirllm@auburn.edu>
10857         * locate.el (locate-update-when-revert): New option.
10858         (locate-update-path): New option (suggested by Michael Albinus).
10859         (locate-prompt-for-command): Whitespace change.
10860         (locate-update): No longer offer to update the locate database by
10861         default.  Implement the two new options.
10863 2006-07-04  Nick Roberts  <nickrob@snap.net.nz>
10865         * tooltip.el: Move comment about track-mouse...
10867         * progmodes/gud.el: ...to here.
10869 2006-07-03  Chong Yidong  <cyd@stupidchicken.com>
10871         * facemenu.el (facemenu-listed-faces): New var.
10872         (facemenu-unlisted-faces): Variable deleted.
10873         (facemenu-add-new-face): Use facemenu-listed-faces.
10875         * emulation/viper-init.el, calendar/calendar.el:
10876         * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
10878 2006-07-03  Carsten Dominik  <dominik@science.uva.nl>
10880         * textmodes/org.el (org-mode): Remove no invalid settings for
10881         calc embedded mode.
10882         (org-mode-p): New defsubst.
10883         (org-save-all-org-buffers): New function.
10884         (org-first-headline-recenter): Enclose outline-regexp in group
10885         delimiters.
10886         (org-set-tags): Keep single space after stars.
10888 2006-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10890         * window.el (set-window-text-height): Only set window-min-height to
10891         1 if that's the requested size.
10893         * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
10894         (diff-unified->context, diff-context->unified)
10895         (diff-reverse-direction): Make sure the end marker stays at the end.
10896         (diff-mode): Add the keymap table at the end of docstring.
10897         Use lexical-let rather than constructing a closure manually.
10899         * files.el (find-file-noselect-1): Remove unused var assignment.
10900         (hack-local-variables-confirm): Print lists of strings as lists of
10901         strings rather than lists of symbols.
10902         (abbreviate-file-name, hack-local-variables-prop-line):
10903         Use match-string.
10904         (hack-one-local-variable): Move `make-local-variable' nearer its use.
10905         (recover-session-finish): Use line-end-position.
10907 2006-07-02  Michael Albinus  <michael.albinus@gmx.de>
10909         * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
10911 2006-07-02  Daniel Pfeiffer  <occitan@esperanto.org>
10913         * progmodes/make-mode.el (makefile-macroassign-regex):
10914         Accept preceding keyword.
10915         (makefile-gmake-statements): Reorganize, now that makepp has
10916         "override" and also handle forgotten "override define".
10917         (makefile-makepp-statements): Add new "global", "override export"
10918         and "override global".
10920 2006-06-30  Juanma Barranquero  <lekktu@gmail.com>
10922         * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
10923         (ada-compile-mouse-goto-error, ada-deactivate-properties)
10924         (ada-no-auto-case): Fix typos in docstrings.
10926 2006-06-30  Nick Roberts  <nickrob@snap.net.nz>
10928         * info.el (Info-find-node-2): Search for makeinfo version more
10929         carefully.
10931 2006-06-29  Carsten Dominik  <dominik@science.uva.nl>
10933         * textmodes/org.el (org-prepare-agenda-buffers):
10934         Use `invisible-OK' argument for `org-end-of-subtree'.
10935         (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
10936         (org-beginning-of-item): Fix bug in regular expression for white line.
10937         (org-export-as-html): Enforce space after bullet in plain list items.
10938         (org-set-autofill-regexps): Require space after plain list bullet
10939         for paragraph-start.
10940         (org-ts-regexp3): New constant.
10941         (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
10942         (org-timestamp-up-day, org-timestamp-down-day)
10943         (org-timestamp-change): Work with inactive timestamps.
10944         (org-ts-regexp1): Don't allow brackets in time stamps.
10946 2006-06-29  Nick Roberts  <nickrob@snap.net.nz>
10948         * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
10949         for ignoring links.
10951         * faces.el (read-face-name): Use it.
10953 2006-06-28  Juri Linkov  <juri@jurta.org>
10955         * buff-menu.el (list-buffers-noselect): Compare Info file
10956         with the string "dir" to detect Info directory.
10958         * complete.el (partial-completion-mode): In lambda for
10959         `choose-completion-string-functions' use full function signature
10960         with 4 args, and move point to the end of the minibuffer only if arg
10961         `mini-p' is non-nil.
10963 2006-06-28  John Paul Wallington  <jpw@pobox.com>
10965         * ibuffer.el (ibuffer-mode): Doc fix.
10967 2006-06-28  Carsten Dominik  <dominik@science.uva.nl>
10969         * textmodes/org.el (org-context): New contexts :item-bullet,
10970         :latex-fragment, :latex-preview.
10971         (org-overlays-at, org-overlay-start, org-overlay-end):
10972         New compatibility functions.
10973         (org-inside-LaTeX-fragment-p): More accurate matching, using the
10974         exact regexp that will be used during export.
10975         (org-latex-regexps): New variable.
10976         (org-cdlatex-mode): Improve advice for `texmathp'.
10977         (turn-on-org-cdlatex): New function.
10979 2006-06-28  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10981         * term/mac-win.el (mac-handle-font-selection): Change keys of
10982         mac-atsu-font-table from strings to numbers.
10983         (mac-ts-caret-position): Use also when cursor-type is nil.
10984         (mac-ts-update-active-input-area): Add Mac OS Classic support.
10985         Relax condition for using overlay strings.
10986         Use mac-ts-caret-position face when cursor-type is nil.
10988 2006-06-26  Kim F. Storm  <storm@cua.dk>
10990         * help.el (view-emacs-news): Declare `res' in the right let* form.
10992 2006-06-25  Michael Albinus  <michael.albinus@gmx.de>
10994         * net/rcompile.el (remote-compile): Replace ange-ftp based
10995         implementation by Tramp functions.
10996         Suggested by Marc Abramowitz <msabramo@gmail.com>.
10998         * net/tramp.el (tramp-unload-tramp): Provide a doc string.
11000 2006-06-24  Yoshinori Koseki  <kose@meadowy.org>
11002         * international/fontset.el (setup-default-fontset): Fix a typo in
11003         the "Oriya-Akruti" registry name.
11005 2006-06-23  Lars Hansen  <larsh@soem.dk>
11007         * desktop.el (desktop-full-file-name): New function.
11008         (desktop-kill, desktop-save, desktop-remove, desktop-read)
11009         (desktop-revert): Use it.
11010         (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
11011         (desktop-after-read-hook): Add option list-buffers.
11012         (desktop-locals-to-save): Add tab-width.
11013         (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
11014         Fix docstring.
11016 2006-06-23  Carsten Dominik  <dominik@science.uva.nl>
11018         * textmodes/org.el (org-cdlatex-mode-map)
11019         (org-cdlatex-texmathp-advice-is-done): New variables.
11020         (org-cdlatex-mode): New minor mode.
11021         (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
11022         (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
11023         (org-export-with-archived-trees): New option.
11024         (org-open-file): Remove the call to `convert-standard-filename'.
11025         (org-archive-tag, org-agenda-skip-archived-trees)
11026         (org-cycle-open-archived-trees)
11027         (org-sparse-tree-open-archived-trees): New options.
11028         (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
11029         (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
11030         New functions.
11031         (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
11032         (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
11033         (org-mode-map): Add binding for `org-toggle-archive-tag'.
11034         (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
11035         Call `org-prepare-agenda-buffers'.
11036         (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
11037         (org-file-apps, org-file-apps-defaults-gnu)
11038         (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
11039         Handle remote files by forcing them to be opened in Emacs.
11041 2006-06-23  Andre Spiegel  <spiegel@gnu.org>
11043         * vc.el (vc-diff-knows-L): New variable.
11044         (vc-diff-internal): Use it to handle "diff" programs that don't
11045         understand -L.  This works automatically, no user action is necessary.
11047 2006-06-23  Daniel Brockman  <daniel@brockman.se>
11049         * net/rcirc.el (rcirc-default-user-full-name): Default to
11050         `rcirc-default-user-name' instead of `rcirc-user-name' (which no
11051         longer exists).
11052         (rcirc-process-list): Check `buffer-live-p' before attempting to
11053         switch to a buffer.
11055 2006-06-23  Ryan Yeske  <rcyeske@gmail.com>
11057         * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
11058         based on rcirc-coding-system-alist.
11060 2006-06-23  Martin Rudalics  <rudalics@gmx.at>
11062         * cus-edit.el (customize-apropos): A better error message.
11063         (top level) <debug-ignored-errors>: Extend and update the list of
11064         ignored error messages.
11066 2006-06-23  Michael Ernst  <mernst@alum.mit.edu>
11068         * complete.el (PC-do-completion): Retain capitalization of user
11069         input, when possible, even if completion-ignore-case is set.
11071 2006-06-23  Eli Zaretskii  <eliz@gnu.org>
11073         * generic-x.el (bat-generic-mode): Support .cmd files.
11075         * dos-w32.el (top level): Use find-file-not-found-functions
11076         instead of the obsolete find-file-not-found-hooks.
11078 2006-06-22  Kim F. Storm  <storm@cua.dk>
11080         * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
11081         to recognize mode name containing submodes, such as Grep/lw.
11083 2006-06-21  Kim F. Storm  <storm@cua.dk>
11085         * simple.el (line-move-1): Check for move-end-of-line instead of
11086         end-of-line when setting temporary-goal-column.
11088 2006-06-21  Miles Bader  <miles@gnu.org>
11090         * play/cookie1.el (cookie): Work properly when there's only one entry.
11092 2006-06-21  Nick Roberts  <nickrob@snap.net.nz>
11094         * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
11095         (gdb-frame-handler): Generalize frame regexp for templates.
11097 2006-06-20  Glenn Morris  <rgm@gnu.org>
11099         * calendar/appt.el (appt-display-format): Default value must be
11100         one of the customize options.
11102 2006-06-20  Dan Nicolaescu  <dann@ics.uci.edu>
11104         * term/xterm.el (terminal-init-xterm): Update key availability info.
11105         Bind C-return.
11107         * term.el (term-delete-lines, term-insert-lines): Clarify comments.
11109 2006-06-20  Chong Yidong  <cyd@stupidchicken.com>
11111         * files.el (hack-local-variables): Run `hack-local-variables-hook'
11112         whether or not a local variables list is defined.
11114         * msb.el (msb): Move `sit-for' hack here to handle both
11115         "mouse-down and drag" and "mouse-up and select" situations.
11116         (mouse-select-buffer): Move `sit-for' hack to `msb'.
11118 2006-06-20  Kenichi Handa  <handa@m17n.org>
11120         * international/characters.el (word-combining-categories):
11121         Add entries for 2-byte Han characters.
11123 2006-06-19  Richard Stallman  <rms@gnu.org>
11125         * bindings.el (mode-line-format): Save some mode line space.
11127         * files.el (find-file-noselect): Improve the question wording.
11128         (basic-save-buffer-2): Mask UMASK against 666.
11130         * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
11131         (mouse-drag-vertical-line): Call it.
11133         * cus-edit.el (customize-option, customize-option-other-window):
11134         Error if SYMBOL is nil.
11136 2006-06-19  Carsten Dominik  <dominik@science.uva.nl>
11138         * textmodes/org.el: Require noutline, also on XEmacs.
11139         (org-end-of-subtree): Return point.
11140         (org-dblock-start-re, org-dblock-end-re): New constants.
11141         (org-create-dblock, org-prepare-dblock, org-map-dblocks)
11142         (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
11143         (org-update-all-dblocks, org-find-dblock): New functions.
11144         (org-collect-clock-time-entries): New function.
11145         (org-html-handle-time-stamps): Never export CLOCK timeranges.
11146         (org-fixup-indentation): Modify to deal correctly with lines
11147         starting with TAB.  Only one argument DIFF now.
11148         (org-demote, org-promote): Call `org-fixup-indentation' with just
11149         one argument, DIFF.
11150         (org-mode): Don't mark buffer as modified when aligning tables.
11151         (org-clock-sum): Don't mark buffer modified when adding time sum
11152         properties.
11153         (org-export-as-html): Add support for a link validation function.
11154         (org-archive-all-done): New function.
11155         (org-archive-subtree): New prefix argument.  When set, archive all
11156         done subtrees in this buffer.
11157         (org-remove-clock-overlays)
11158         (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
11159         (org-inhibit-highlight-removal): New variable, for dynamic scoping.
11160         (org-put-clock-overlay): Don't swallow last headline character
11161         when displaying overlay.
11162         (org-store-link): Link to `image-mode' with just the file name.
11164 2006-06-18  Michael Kifer  <kifer@cs.stonybrook.edu>
11166         * emulation/viper-cmd.el (viper-special-read-and-insert-char):
11167         Use read-key-sequence.
11168         (viper-after-change-undo-hook): Misc enhancements.
11169         (viper-after-change-undo-hook): New hook.
11170         (viper-undo): Use viper-after-change-undo-hook.
11171         (viper-add-newline-at-eob-if-necessary): Widen before making changes.
11172         (viper-next-line-at-bol): If point is on a widget or a button, simulate
11173         clicking on that widget/button.
11175         * emulation/viper.el (viper-mode): Allow a separate cursor color
11176         in Emacs state.
11178         * ediff-diff.el (ediff-test-patch-utility): Catch errors.
11179         (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
11180         (ediff-set-actual-diff-options): New function.
11181         (ediff-reset-diff-options, ediff-toggle-ignore-case):
11182         Use ediff-set-actual-diff-options.
11183         (ediff-extract-diffs): Catch errors.
11184         (ediff-whitespace): Add non-breakable space.
11185         (ediff-same-file-contents): Catch errors.
11187         * ediff-mult.el (ediff-collect-custom-diffs):
11188         Save coding-system-for-read.
11190         * ediff-vers.el (ediff-keep-tmp-versions): New variable.
11191         (ediff-vc-internal, ediff-vc-merge-internal):
11192         Use ediff-delete-version-file.
11193         (ediff-delete-version-file): New function.
11195         * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
11197         * ediff.el (ediff-directories, ediff-directory-revisions)
11198         (ediff-merge-directories, ediff-merge-directories-with-ancestor)
11199         (ediff-directories-internal, ediff-merge-directory-revisions)
11200         (ediff-merge-directory-revisions-with-ancestor)
11201         (ediff-directories3): Use read-directory-name.
11203 2006-06-18  Ralf Angeli  <angeli@caeruleus.net>
11205         * textmodes/tex-mode.el (tex-font-lock-match-suscript):
11206         Remove superfluous part of regexp for brace matching which is handled
11207         by `scan-lists' call.
11209 2006-06-16  Richard Stallman  <rms@gnu.org>
11211         * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
11213         * files.el (basic-save-buffer-2): For a new precious file,
11214         use the default modes in the return value.
11216         * facemenu.el (facemenu-color-alist): Doc fix.
11218         * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
11220 2006-06-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11222         * cus-start.el (all): Add mac-ts-script-language-on-focus.
11224         * term/mac-win.el (mac-text-encoding-ascii): New constant.
11225         (mac-utxt-to-string): Use it.
11226         (mac-ts-update-active-input-area): Use mac-ae-number.
11228 2006-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
11230         * term.el (term-handle-scroll, term-delete-lines)
11231         (term-insert-lines): Fix off by one errors.
11233 2006-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11235         * net/tramp.el (tramp-touch): Use UTC to express time.
11237 2006-06-15  Chong Yidong  <cyd@stupidchicken.com>
11239         * mail/sendmail.el (mail-send): Search explicitly for
11240         mail-header-separator when checking for corrupted header lines.
11242 2006-06-15  Nick Roberts  <nickrob@snap.net.nz>
11244         * progmodes/gdb-ui.el (gdb-same-frame): New option.
11245         (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
11246         (gdb-init-1): Initialise them.
11247         (gdb-starting): Reset gdb-printing
11248         (gdb-starting): Save value of gud-overlay-arrow-position.
11249         (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
11250         (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
11251         Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
11252         (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
11254 2006-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11256         * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
11258 2006-06-13  Martin J. Reed  <mjreed@essex.ac.uk>  (tiny change)
11260         * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
11261         (ldap-search-internal): Keep error messages, and a regexp fix.
11263 2006-06-12  Thien-Thi Nguyen  <ttn@gnu.org>
11265         * files.el (hack-local-variables-confirm):
11266         Display string value using its printed representation.
11268 2006-06-11  Chong Yidong  <cyd@stupidchicken.com>
11270         * server.el (server-edit): No-op if no server buffers exist.
11272 2006-06-11  Robert J. Chassell  <bob@rattlesnake.com>
11274         * textmodes/page-ext.el (pages-directory-for-addresses):
11275         Including `pages-directory-address-mode' in the function results
11276         in the message "Buffer in which pages were found is deleted".
11278 2006-06-10  Carsten Dominik  <dominik@science.uva.nl>
11280         * textmodes/org.el (org-agenda-mode-map): Add bindings for
11281         clocking functions.
11283         (org-agenda-clock-in, org-check-running-clock)
11284         (org-clock-out-if-current, org-remove-clock-overlays)
11285         (org-put-clock-overlay): New functions.
11286         (org-clock-marker, org-clock-file-total-minutes)
11287         (org-clock-overlays): New variables.
11288         (org-clock-display, org-clock-sum, org-clock-cancel)
11289         (org-clock-out, org-clock-in): New commands.
11290         (org-export): New function.
11291         (org-emph-re): New constant.
11292         (org-set-emph-re, org-do-emphasis-faces): New functions.
11293         (org-emphasis-regexp-components, org-emphasis-alist): New options.
11294         (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
11295         (org-export-html-convert-emphasize): Use the configurable emphasis.
11296         (org-cleaned-string-for-export): Make multiline emphasis visible
11297         to the exporter.  New optional argument PARAMETERS.
11298         (org-export-as-html): Specify :emph-multiline parameter to
11299         `org-cleaned-string-for-export'.
11301 2006-06-10  Richard Stallman  <rms@gnu.org>
11303         * help.el (help-for-help-internal): Clean up help text.
11305 2006-06-10  Andreas Schwab  <schwab@suse.de>
11307         * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
11308         in doc string.
11310         * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
11312 2006-06-09  Karl Chen  <quarl@cs.berkeley.edu>
11314         * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
11315         spaces after the comment start.
11317 2006-06-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
11319         * play/pong.el (pong-init-buffer):
11320         Fill buffer with spaces instead of ^A.
11322         * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
11323         launched asynchronously, delete its process instead of being cool.
11324         (ispell-async-processp): Check for `delete-process' existence
11325         instead of `kill-process' one for consistency.
11327 2006-06-09  Nick Roberts  <nickrob@snap.net.nz>
11329         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
11330         (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
11331         in mode line at startup.
11333 2006-06-08  Kim F. Storm  <storm@cua.dk>
11335         * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
11336         (ido-init-completion-maps): Bind them to M-SPC and M-v.
11337         (ido-copy-current-file-name): Repeating C-w inserts whole file name.
11338         (ido-file-internal): Pass full file name to write-file.
11339         (ido-read-internal): Only pop stack elements automatically if they
11340         actually match an existing directory or file name.
11342 2006-06-07  Kenichi Handa  <handa@m17n.org>
11344         * international/mule.el (find-auto-coding): Don't handle the short
11345         name `char-trans'.
11347         * files.el (hack-local-variables-prop-line)
11348         (hack-local-variables): Cancel the previous change.
11350 2006-06-06  Jesper Harder  <harder@phys.au.dk>
11352         * ediff-diff.el (ediff-test-utility): Protect against file-error.
11354 2006-06-06  Chong Yidong  <cyd@stupidchicken.com>
11356         * diff-mode.el (diff-mode): Set buffer-read-only to t when
11357         diff-default-read-only is non-nil.
11358         (diff-hunk-kill, diff-file-kill, diff-split-hunk)
11359         (diff-refine-hunk): Set inhibit-read-only to t.
11361         * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
11362         modifying the *Diff* buffer.
11363         (diff-process-filter): New filter function for diff process that
11364         sets inhibit-read-only to t when modifying the *Diff* buffer.
11366 2006-06-06  Carsten Dominik  <dominik@science.uva.nl>
11368         * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
11369         insertion point and control the number of empty lines.
11370         (org-paste-subtree): Limit the number of empty lines at the end of
11371         the inserted tree.
11372         (org-agenda): Use buffer name of current file for narrowing.
11373         (org-export-as-xml): Command removed.
11374         (org-export-xml-type): Option removed.
11375         (org-mode-map): Call `org-export-as-xoxo' directly.
11376         (org-get-indentation): New optional argument LINE.
11377         (org-fix-indentation, org-remove-tabs): New functions.
11378         (org-export-as-ascii, org-ascii-level-start): Determine and apply
11379         correct indentation for headlines that are converted it items.
11380         (org-skip-comments): Remove table lines that contain narrowing
11381         cookies but no other non-empty fields.
11382         (org-set-tags): Allow groups of mutually exclusive tags.
11383         (org-cmp-time): Sort 24:21 before items without time.
11384         (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
11385         (org-open-at-point): Require double colon also for numbers.
11387 2006-06-06  Kim F. Storm  <storm@cua.dk>
11389         * ido.el (ido-default-file-method, ido-default-buffer-method):
11390         Make choice values consistent with corresponding command names.
11391         (ido-visit-buffer): Update accordingly.  Default to selected-window.
11393 2006-06-06  Nick Roberts  <nickrob@snap.net.nz>
11395         * progmodes/gud.el (gud-running): Fix doc string.
11396         (gud-menu-map): Use :visible instead fo :enable for debugger test.
11397         (gud-tooltip-modes): Add python-mode.
11398         (gud-tooltip-print-command): Add pdb.  Remove perldb.
11400 2006-06-05  Eli Zaretskii  <eliz@gnu.org>
11402         * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
11403         Quote $(EMACS).
11405 2006-06-05  Richard Stallman  <rms@gnu.org>
11407         * faces.el (defined-colors): Doc fix.
11409 2006-06-05  Thien-Thi Nguyen  <ttn@gnu.org>
11411         * vc.el (vc-process-filter): Inhibit undo info collection around
11412         call to insert.
11413         (vc-setup-buffer): Likewise for call to erase-buffer.
11414         (vc-do-command): Likewise for call to process-file.
11416 2006-06-05  Nick Roberts  <nickrob@snap.net.nz>
11418         * progmodes/gud.el (gud-menu-map): Use a conditional help echo
11419         for gud-go.
11420         (gud-common-init): Other debuggers may trigger error.
11422 2006-06-05  Kenichi Handa  <handa@m17n.org>
11424         * international/mule.el (find-auto-coding):
11425         Handle enable-character-translation in file header.
11427 2006-06-04  Kim F. Storm  <storm@cua.dk>
11429         * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
11430         (authors-fixed-entries): Fix spelling.
11431         (authors-canonical-file-name): Don't report error for wildcards.
11433         * help.el (view-emacs-news): Rewrite to support new NEWS,
11434         NEWS.major, and NEWS.1-17 file naming.  Add more intelligence,
11435         e.g. version 10 matches 1.10, and don't be confused by version 1.1
11436         being a prefix of 1.12 (etc).  A numeric prefix arg also works.
11438 2006-06-03  Vivek Dasmohapatra  <vivek@etla.org>
11440         * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
11441         exec constructs like `foo bar`.
11442         (sh-quoted-subshell): New helper function to search for a possibly
11443         nested subshell (like `` or $()) within a "" quoted string.
11444         (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
11445         (sh-apply-quoted-subshell): Flag quote characters inside a
11446         subshell, which is itself already in a quoted region, as
11447         punctuation, since this is the closest to what they actually are.
11448         (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
11449         sh-apply-quoted-subshell.
11450         (sh-font-lock-syntactic-face-function): Apply the new face for
11451         text inside `` instead of the old font-lock-string-face.
11453 2006-06-03  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11455         * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
11456         (mac-ae-number, mac-ae-frame, mac-ae-script-language)
11457         (mac-bytes-to-text-range, mac-ae-text-range-array)
11458         (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
11459         (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
11460         (mac-ts-unicode-for-key-event): New functions.
11461         (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
11462         (mac-handle-font-selection): Use mac-ae-number.
11463         (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
11464         New variables.
11465         (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
11466         (mac-ts-converted-text, mac-ts-selected-converted-text)
11467         (mac-ts-block-fill-text, mac-ts-outline-text)
11468         (mac-ts-selected-text, mac-ts-no-hilite): New faces.
11469         (mac-ts-hilite-style-faces): New constant.
11470         (mac-apple-event-map): Bind text input events.
11471         (mac-dispatch-apple-event): Use command-execute instead of
11472         call-interactively.
11473         (global-map): Don't bind mac-apple-event.
11474         (special-event-map): Bind mac-apple-event.
11476 2006-06-02  Eli Zaretskii  <eliz@gnu.org>
11478         * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
11479         file name.
11480         (emacs): Enclose the value of $(EMACS) in quotes.
11482 2006-06-02  Juri Linkov  <juri@jurta.org>
11484         * international/mule.el (sgml-html-meta-auto-coding-function):
11485         Remove the condition `(search-forward "<html" size t)'.
11486         Replace `\"' with `[\"']?' in `re-search-forward'.
11488 2006-06-02  Kenichi Handa  <handa@m17n.org>
11490         * files.el (hack-local-variables-prop-line): Ignore `char-trans'
11491         as well as `coding'.
11492         (hack-local-variables): Likewise.
11494         * international/mule.el (enable-character-translation):
11495         Put permanent-local and safe-local-variable properties.
11496         (find-auto-coding): Handle char-trans: tag.
11498 2006-06-02  Juri Linkov  <juri@jurta.org>
11500         * international/mule.el (sgml-html-meta-auto-coding-function):
11501         Limit the search by the end of the HTML header (if any).
11503 2006-06-01  Richard Stallman  <rms@gnu.org>
11505         * subr.el (with-current-buffer): Doc fix.
11507 2006-06-02  Masatake YAMATO  <jet@gyve.org>
11509         * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
11510         Almost rewrite.  Underlines over all lines of gcov output are too
11511         uncomfortable to read.  Suggested by Dan Nicolaescu.
11513 2006-06-01  Luc Teirlinck  <teirllm@auburn.edu>
11515         * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
11517         * shell.el (shell-mode): Use shell-mode-map in docstring.
11519         * comint.el (comint-send-input): Do not add help-echo and
11520         mouse-face to input if `comint-use-prompt-regexp' is non-nil.
11522 2006-06-01  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11524         * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
11526 2006-06-01  Nick Roberts  <nickrob@snap.net.nz>
11528         * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
11529         (gdb-stopped, gdb-info-stack-custom): If there is no source info
11530         look up the stack and pop up GUD buffer if necessary.
11531         (gdb-frames-select): Remove redundant call to gud-display-frame.
11532         (gdb-info-threads-custom): Keep point at start of buffer.
11533         (gdb-find-file-hook): Make it work for pre-GDB 6.4.
11535 2006-05-31  Juri Linkov  <juri@jurta.org>
11537         * replace.el (query-replace-read-from, query-replace-read-to):
11538         Bind `history-add-new-input' to nil.  Call `add-to-history'.
11540 2006-05-31  Takaaki Ota  <Takaaki.Ota@am.sony.com>
11542         * textmodes/table.el: Convert all HTML tags to lower case for
11543         XHTML compatibility.
11545 2006-05-31  Masatake YAMATO  <jet@gyve.org>
11547         * progmodes/compile.el:
11548         (compilation-error-regexp-alist-alist::gcov-called-line):
11549         Don't put face on `-' lines in gcov file.  Suggested by Dan Nicolaescu.
11551 2006-05-31  Nick Roberts  <nickrob@snap.net.nz>
11553         * progmodes/gud.el (gud-query-cmdline, gud-common-init):
11554         Revert inadvertent changes made with last commit.
11556 2006-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
11558         * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
11559         New functions.
11561         * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
11563 2006-05-30  Carsten Dominik  <dominik@science.uva.nl>
11565         * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
11566         only matches in the right place.
11567         (org-upcoming-deadline): New face.
11568         (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
11569         (org-export-ascii-underline): Rename constant `org-ascii-underline'
11570         and make it an option.
11571         (org-export-ascii-bullets): New option.
11572         (org-export-as-html): Many changes to emit valid XHTML.
11573         (org-par-open): New variable.
11574         (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
11575         (org-html-do-expand, org-section-number): Fix case in `replace-match'.
11576         (org-timeline): Pass `org-timeline-show-empty-dates' to
11577         `org-get-all-dates'.  Interpret empty dates returned by
11578         `org-get-all-dates'.
11579         (org-get-all-dates): New argument EMPTY.  Add dates without
11580         entries to the list, mark large ranges of empty dates.
11581         (org-point-in-group, org-context): New functions.
11583 2006-05-30  Nick Roberts  <nickrob@snap.net.nz>
11585         * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
11587         * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
11588         C-mouse-1.  Move gdb-mouse-until to mouse-3, gdb-mouse-jump
11589         to C-mouse-3 (for 2 button mice).
11590         (gdb-send): Do the right thing for C-d.
11592         * speedbar.el (speedbar-detach): Delete.
11593         (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
11594         it breaks things.
11595         (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
11597 2006-05-30  Daniel Pfeiffer  <occitan@esperanto.org>
11599         * files.el (auto-mode-alist): Add makepp suffix and optional mk on
11600         Makeppfile.
11602         * progmodes/compile.el (compilation-error-regexp-alist-alist):
11603         Add makepp diagnostic.
11605 2006-05-29  Richard Stallman  <rms@gnu.org>
11607         * window.el (fit-window-to-buffer): Doc fix.
11609         * help.el (temp-buffer-max-height): Doc fix.
11611         * subr.el (with-current-buffer): Doc fix.
11613 2006-05-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11615         * term/x-win.el: Bind F10 to menu-bar-start if available.
11617 2006-05-28  Dan Nicolaescu  <dann@ics.uci.edu>
11619         * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
11620         uses with a simple test.
11621         (term-set-escape-char, term-mode, term-check-kill-echo-list)
11622         (term-send-raw-string, term-send-raw, term-mouse-paste)
11623         (term-char-mode, term-line-mode, term-exec, term-sentinel)
11624         (term-handle-exit, term-read-input-ring)
11625         (term-previous-matching-input-string)
11626         (term-previous-matching-input-string-position)
11627         (term-previous-matching-input-from-input)
11628         (term-replace-by-expanded-history, term-send-input)
11629         (term-skip-prompt, term-bol, term-send-invisible)
11630         (term-kill-input, term-delchar-or-maybe-eof)
11631         (term-backward-matching-input, term-check-source)
11632         (term-proc-query, term-emulate-terminal)
11633         (term-handle-colors-array, term-process-pager, term-pager-line)
11634         (term-pager-bob, term-unwrap-line, term-word)
11635         (term-dynamic-complete-filename)
11636         (term-dynamic-complete-as-filename)
11637         (term-dynamic-simple-complete): Replace one arm ifs with whens or
11638         unlesses.
11640 2006-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11642         * files.el (hack-one-local-variable-eval-safep): Don't burp if used
11643         during bootstrapping.
11645         * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
11646         Basically undo the change of 2006-05-26: use extra arguments instead of
11647         dynamic scoping.
11648         (ewoc-locate): Remove unused var `footer'.
11650 2006-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11652         * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
11654         * emacs-lisp/autoload.el (no-update-autoloads): Declare.
11655         (generate-file-autoloads): Obey it.  Return whether autoloads were
11656         added at point or not.
11657         (update-file-autoloads): Use this new return value.
11658         Remove redundant test for the presence of an autoload cookie.
11660         * emacs-lisp/autoload.el (autoload-find-file): New fun.
11661         This one calls hack-local-variables.
11662         (generate-file-autoloads, update-file-autoloads): Use it.
11664         * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
11665         (bibtex-sort-entry-class): Add safe-local-variable predicate.
11666         (bibtex-sort-entry-class-alist): Don't set the global value.
11667         (bibtex-init-sort-entry-class-alist): New fun.
11668         (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
11669         bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
11670         of bibtex-init-sort-entry-class.
11672 2006-05-28  Richard Stallman  <rms@gnu.org>
11674         * subr.el (load-history-regexp): If FILE is relative, insist
11675         entire last name component must match it.
11676         (load-history-filename-element, load-history-regexp): Doc fixes.
11678 2006-05-29  Kim F. Storm  <storm@cua.dk>
11680         * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
11681         `pos' and `raw-data' for clarity, as eval forms may access these.
11683 2006-05-28  Kim F. Storm  <storm@cua.dk>
11685         * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
11687 2006-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11689         * progmodes/make-mode.el (makefile-browser-map)
11690         (makefile-mode-syntax-table): Move initialization inside declaration.
11691         (makefile-fill-paragraph): Use the default comment-filling code.
11693 2006-05-28  Chong Yidong  <cyd@stupidchicken.com>
11695         * replace.el (query-replace-defaults): New variable.
11696         (query-replace-read-from): Use `query-replace-defaults' for
11697         default value, instead of history list.
11698         (query-replace-read-to): Update `query-replace-defaults'.
11700 2006-05-27  Chong Yidong  <cyd@stupidchicken.com>
11702         * msb.el (mouse-select-buffer): Minor fix to make popup menu work
11703         with no X toolkit.
11705 2006-05-28  Nick Roberts  <nickrob@snap.net.nz>
11707         * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
11708         (tumme-show-all-from-dir): Add autoload.
11710 2006-05-27  Mathias Dahl  <mathias.dahl@gmail.com>
11712         * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
11713         (tumme-remove-tag): Fix bug.
11715 2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
11717         * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
11718         FOOTER args.  Update unique caller.
11719         (ewoc-delete): Compute last node once before looping.
11720         (ewoc--node-branch): Merge into unique caller.
11721         (ewoc--node): Don't define constructor make-ewoc--node for this
11722         structure.
11723         (ewoc): Add member `hf-pp' to this structure.
11724         (ewoc--wrap): New func.
11725         (ewoc-create): Take additional arg NOSEP.  If nil, wrap node and
11726         header/footer pretty-printers.  Save header/footer pretty-printer.
11727         (ewoc-set-hf): Use ewoc's header/footer pretty-printer.
11729         * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
11731 2006-05-27  Mathias Dahl  <mathias.dahl@gmail.com>
11733         * dired.el (dired-mode-map): Change `tumme-tag-remove' to
11734         `tumme-delete-tag'.  Rename `Remove Image Tag' to `Delete Image
11735         Tag'.  Change "Compare directories..." to "Change Directories...".
11736         Move tumme commands to Operate, Regexp and Immediate menus.
11737         Change "Add Comment" to "Add Image Comment".  Change "Add Image
11738         Tag" to "Add Image Tags".
11740         * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
11741         (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
11742         `tumme-delete-tag'.
11744 2006-05-26  Luc Teirlinck  <teirllm@auburn.edu>
11746         * shell.el (shell-mode): Call shell-dirtrack-mode after
11747         list-buffers-directory is made a local variable, to avoid setting
11748         the default value.
11750 2006-05-26  Kevin Ryde  <user42@zip.com.au>
11752         * info.el (Info-index-next): Use where-is-internal to report
11753         actual binding of Info-index-next, rather than hard-coded `,'.
11755 2006-05-26  Eli Zaretskii  <eliz@gnu.org>
11757         * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
11758         and "Find Command in Manual" to here.
11760         * buff-menu.el (list-buffers-noselect): For Info buffers, use
11761         Info-current-file as the file name.
11763 2006-05-26  Jonathan Yavner  <jyavner@member.fsf.org>
11765         * ses.el (defadvice undo-more): Delete this defadvice.  The undo
11766         overrides will now be done a different way.
11767         (ses-set-parameter): Reapply this function for undo.
11768         (ses-set-header-row): Reconstruct header row during undo.
11769         (ses-widen): New function.
11770         (ses-goto-data, ses-reconstruct-all): Use new function.
11771         (ses-command-hook): Widen buffer during undo, before unupdating
11772         the cells.
11773         (ses-insert-row, ses-delete-row): Widen buffer during undo.
11774         (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
11775         (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
11776         formula hasn't been executed yet.
11778 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
11780         * comint.el (comint-kill-whole-line): Rename arg to count.
11781         Fix doc string.
11783 2006-05-26  Chong Yidong  <cyd@stupidchicken.com>
11785         * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
11786         to copy-file.
11788 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
11790         * simple.el (toggle-truncate-lines): Make arg optional for
11791         backward compatibility.
11793 2006-05-26  Thien-Thi Nguyen  <ttn@gnu.org>
11795         * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
11796         (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
11797         DLL arg.  Instead, use ewoc--current-dll.  Update all callers.
11798         (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
11799         (ewoc--adjust): Use ewoc--current-dll.
11800         (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
11802 2006-05-26  Carsten Dominik  <dominik@science.uva.nl>
11804         * textmodes/org.el (org-next-item, org-previous-item): Emit more
11805         compact error message.
11806         (org-tags-view): Refresh category table in each file.
11807         (org-table-justify-field-maybe): Remove superfluous arguments to
11808         `format'.
11809         (org-export-as-html): Insert "<p>" before postamble.
11810         (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
11812 2006-05-26  Kenichi Handa  <handa@m17n.org>
11814         * textmodes/po.el (po-find-charset): Pay attention to the case
11815         FILENAME is a cons (NAME . BUFFER).
11816         (po-find-file-coding-system-guts): Likewise.
11818         * arc-mode.el (archive-set-buffer-as-visiting-file):
11819         Call find-operation-coding-system with (FILENAME . BUFFER).
11821         * tar-mode.el (tar-extract): Call find-operation-coding-system
11822         with (FILENAME . BUFFER).
11824         * international/mule.el (decode-coding-inserted-region):
11825         Call find-operation-coding-system with (FILENAME . BUFFER).
11827 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
11829         * image-mode.el (image-toggle-display): Use buffer contents to
11830         generate image for a remote file.
11832 2006-05-25  Juri Linkov  <juri@jurta.org>
11834         * replace.el (query-replace-read-from, query-replace-read-to):
11835         Remove 8th arg KEEP-ALL in read-from-minibuffer.
11837 2006-05-25  Rajesh Vaidheeswarran  <rv@gnu.org>
11839         * whitespace.el (whitespace-cleanup): Change to cleanup
11840         region if one is active.
11841         * whitespace.el (whitespace-cleanup-internal): New internal method.
11843 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
11845         * dired.el (dired-mode-map): Add help-echo strings to tumme
11846         commands.  Bind `tumme-dired-display-image' to C-t i.
11848         * tumme.el (tumme-display-image): Change documentation string slightly.
11849         (tumme-dired-display-image): Add call to `display-buffer'.
11851 2006-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
11853         * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
11854         Signal error if RAW-DATA is a multibyte string.
11856 2006-05-24  Richard Stallman  <rms@gnu.org>
11858         * subr.el (with-local-quit): When handling `quit' signal,
11859         make a chance for quit-flag to cause a quit.
11861         * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
11862         (ad-disable-advice): Add autoloads.
11864         * subr.el (read-passwd): Copy PROMPT before changing its properties.
11866 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
11868         * dired.el (dired-mode-map): Change menu items for tumme as per
11869         suggestions in emacs-devel.
11871 2006-05-25  Nick Roberts  <nickrob@snap.net.nz>
11873         * dired.el (dired-mode-map): Fix breakage.
11875 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
11877         * tumme.el (tumme-display-dired-image): Rename to...
11878         (tumme-dired-display-image): ...this.
11879         (tumme-track-movement): Change default value to t.
11880         (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
11881         used from `tumme-next-line-and-display' and similar commands.
11883         * dired.el (dired-mode-map): Add Thumbnail submenu under the
11884         Immediate menu.  Add some tumme commands there.
11886 2006-05-24  Luc Teirlinck  <teirllm@auburn.edu>
11888         * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
11890 2006-05-24  Chong Yidong  <cyd@mit.edu>
11892         * menu-bar.el, international/mule-cmds.el: Remove tooltips for
11893         menu entries that open submenus.
11895 2006-05-24  Alan Mackenzie  <acm@muc.de>
11897         * startup.el (command-line): For names of preloaded files, don't
11898         append ".elc" (now done in Fload), and call file-truename on the
11899         lisp directory.
11901         * subr.el (eval-after-load): Fix the doc-string.  Allow FILE to
11902         match ANY loaded file with the right name, not just those in
11903         load-path.  Put a regexp matching the file name into
11904         after-load-alist, rather than the name itself.
11906         * subr.el (load-history-regexp, load-history-filename-element)
11907         (do-after-load-evaluation): New functions.
11909         * international/mule.el (load-with-code-conversion): Do the
11910         eval-after-load stuff by calling do-after-load-evaluation.
11912 2006-05-25  Nick Roberts  <nickrob@snap.net.nz>
11914         * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
11915         has not been killed.
11917 2006-05-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11919         * term/mac-win.el: Set idle timer to clean up expired Apple events.
11920         (mac-ae-get-url): Redispatch Apple event on unknown scheme.
11921         (mac-dispatch-apple-event): Resume Apple event if it is suspended.
11922         Optionally set error message in reply.
11924 2006-05-24  Carsten Dominik  <dominik@science.uva.nl>
11926         * textmodes/org.el (org-open-at-point): Use renamed variable
11927         `org-confirm-shell-link-function'.
11928         (org-confirm-shell-link-function): Rename from
11929         `org-confirm-shell-links'.
11930         (org-export-directory): New function.
11931         (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
11932         (org-export-icalendar): Use `org-export-directory'.
11933         (org-indent-item): Keep cursor position.
11934         (org-link-file-path-type): New option.
11935         (org-export-as-html): Fix bug with plain lists starting in
11936         column 0.
11937         (org-export-as-html): Remove deadline formatting, this happens
11938         now already in `org-html-handle-time-stamps'.
11939         (org-export-html-style): Deadline class removed.
11940         (org-insert-labeled-timestamps-at-point): New option.
11941         (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
11942         of `hide-sublevels 1', in case the first headline is not level 1.
11943         (org-overview, org-content): New fuction.
11944         (org-cycle-global-status, org-cycle-subtree-status): Make these
11945         variables buffer-local.
11946         (org-global-cycle): New command.
11947         (org-shifttab): Use `org-global-cycle'.
11948         (org-insert-heading, org-insert-item): Go to end of new
11949         headline/item after creating it.
11950         (org-export-visible): Rename from `org-export-copy-visible'.
11951         Now creates a temporary org-file and applies an exporting command
11952         to it.
11953         (org-table-eval-formula): Support for lisp forms.
11954         (org-agenda-todo-ignore-scheduled): New option.
11955         (org-agenda-get-todos): Use new option
11956         `org-agenda-todo-ignore-scheduled'.
11957         (org-export-html-inline-images): New value `maybe'.
11958         (org-export-as-html): Inlining of images dependent on link description.
11959         (org-archive-subtree): Check for end-of-buffer before trying
11960         `kill-line'.
11961         (org-agenda-follow-mode): New option.
11962         (org-export-with-tags, org-export-with-timestamps): New options.
11963         (org-html-handle-time-stamps): New function.
11964         (org-keyword-time-regexp): New variable.
11965         (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
11966         (org-agenda-todo-list-sublevels): New option.
11967         (org-html-level-start): When TITLE is nil, just close all levels.
11968         (org-parse-key-lines, org-parse-export-options): Remove functions,
11969         replaced by `org-infile-export-plist'.
11970         (org-combine-plists, org-infile-export-plist)
11971         (org-default-export-plist): New functions.
11972         (org-export-html-preamble, org-export-html-postamble)
11973         (org-export-html-auto-preamble, org-export-html-auto-postamble):
11974         New variables.
11975         (org-export-publishing-directory): New option.
11976         (org-export-as-html, org-export-as-ascii): Use the new property
11977         lists for settings.
11978         (org-export-copy-visible, org-export-as-xoxo):
11979         Respect `org-export-publishing-directory'.
11980         (org-link-search, org-store-link, org-file-apps): Support for
11981         links to BibTeX database entries..
11982         (org-get-current-options, org-set-regexps-and-options):
11983         Implement logging as a startup option.
11984         (org-store-link): Make sure context string is never empty
11985         (org-insert-link): Use relative path when possible.
11986         (org-at-item-checklet-p): New function.
11987         (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
11988         (org-shiftmetaup, org-shiftmetadown, org-metaleft)
11989         (org-metaright, org-metaup, org-metadown, org-shiftup)
11990         (org-shiftdown, org-shiftright, org-shiftleft)
11991         (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
11992         Dispatch using `call-interactively'.
11993         (org-call-with-arg): New defsubst.
11994         (org-tag-alist, org-use-fast-tag-selection): New options.
11995         (org-complete): Use `org-tag-alist'.
11996         (org-fast-tag-insert, org-fast-tag-selection): New functions.
11997         (org-next-item, org-previous-item): New commands.
11998         (org-beginning-of-item, org-end-of-item): Add (interactive) to
11999         make command.
12000         (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
12002 2006-05-23  Thien-Thi Nguyen  <ttn@gnu.org>
12004         * emacs-lisp/ewoc.el (ewoc-delete): New function.
12005         (ewoc-filter): Use `ewoc-delete'.
12007         * emacs-lisp/bindat.el (bindat-pack): Doc fix.
12009 2006-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12011         * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
12012         Signal more user-friendly error messages.
12014         * complete.el (PC-do-completion): Undo the addition of implicit
12015         wildcards if they did not lead to finding any match.
12016         (read-file-name-internal): Don't add the final > if the completion is
12017         not finished.
12019 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
12021         * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
12022         Quote safe-local-variable predicate.
12024 2006-05-22  Thien-Thi Nguyen  <ttn@gnu.org>
12026         * emacs-lisp/ewoc.el (ewoc-set-data): New function.
12028 2006-05-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
12030         * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
12032         * progmodes/make-mode.el (makefile-special-targets-list)
12033         (makefile-macro-table, makefile-target-table): Mark as risky.
12034         (makefile-query-one-target-method): Make this the alias for the
12035         following variable.
12036         (makefile-query-one-target-method-function): Make this the real name.
12038         * textmodes/artist.el (artist-text-renderer): Make this the alias
12039         for the following variable.
12040         (artist-text-renderer-function): Make this the real name.
12042         * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
12043         the alias for the following variable.
12044         (flyspell-generic-check-word-predicate): Make this the real name.
12046         * textmodes/ispell.el (ispell-format-word): Make this the alias
12047         for the following variable.
12048         (ispell-format-word-function): Make this the real name.
12049         (ispell-message-text-end): Mark as risky.
12051         * skeleton.el (skeleton-transformation, skeleton-filter)
12052         (skeleton-pair-filter): Make these the aliases for the following
12053         variables.
12054         (skeleton-transformation-function, skeleton-filter-function)
12055         (skeleton-pair-filter-function): Make these the real names.
12057         * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
12058         and skeleton-pair-filter-function.
12060         * textmodes/sgml-mode.el (sgml-transformation): Make this the
12061         alias for the following variable.
12062         (sgml-transformation-function): Make this the real name.
12063         (sgml-tag-alist): Mark as risky.
12065 2006-05-21  Richard Stallman  <rms@gnu.org>
12067         * simple.el (kill-region): Interactively, pass point, then mark.
12069 2006-05-22  Thien-Thi Nguyen  <ttn@gnu.org>
12071         * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
12073 2006-05-21  Romain Francoise  <romain@orebokech.com>
12075         * dired-x.el (dired-mode-map): Don't bind M-g.
12077 2006-05-20  Richard Stallman  <rms@gnu.org>
12079         * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
12080         (dired-goto-file): Doc fix.
12082 2006-05-21  Kim F. Storm  <storm@cua.dk>
12084         * emulation/cua-base.el: Mention customizing cua-mode as alternative
12085         way to enable built-in cua-mode if user loads older CUA-mode package.
12087         * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
12088         if default-filename is specified.
12090 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
12092         * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
12094         * info.el (info-apropos): Make sure current-file and current-node
12095         have non-nil values.  Speed up by using add-to-list instead of
12096         manual consing.
12098 2006-05-20  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
12100         * progmodes/make-mode.el (makefile-mode): Doc fix.
12102 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
12104         * dired-aux.el (dired-do-shell-command): Doc fix.
12106 2006-05-20  Kevin Ryde  <user42@zip.com.au>
12108         * info-xref.el (info-xref-check-all-custom): Skip :tag part of
12109         ``(custom-manual :tag "Foo" "(foo)Node")''.
12111 2006-05-20  Karl Chen  <quarl@cs.berkeley.edu>
12113         * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
12114         value is an integer.
12116 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
12118         * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
12119         "format".
12120         (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
12122 2006-05-20  Martin Rudalics  <rudalics@gmx.at>
12124         * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
12125         a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
12127 2006-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12129         * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
12130         regexp for keywords.
12132 2006-05-20  Masayuki FUJII  <boochang@m4.kcn.ne.jp>  (tiny change)
12134         * dnd.el (dnd-get-local-file-name): Specify LITERAL in
12135         replace-regexp-in-string.
12137         * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
12138         encode, and escape file name on conversion to URL.
12140 2006-05-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12142         * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
12143         Don't unescape URL.
12144         (dnd-get-local-file-name): Unescape URL on conversion to file name.
12146         * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
12147         on conversion to URLs.
12149         * net/browse-url.el (browse-url-file-url): Encode file name on
12150         conversion to URL.
12152         * term/mac-win.el (mac-ae-open-documents): Escape file name on
12153         conversion to URL.
12155 2006-05-19  Eli Zaretskii  <eliz@gnu.org>
12157         * progmodes/cc-styles.el (c-style-alist): Doc fix.
12159 2006-05-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12161         * term/mac-win.el (mac-bytes-to-digits): Remove function.
12162         (mac-handle-toolbar-switch-mode): Use coercion instead of it.
12164 2006-05-19  Glenn Morris  <rgm@gnu.org>
12166         * calendar/diary-lib.el (diary-bahai-date)
12167         (list-bahai-diary-entries, mark-bahai-diary-entries)
12168         (mark-bahai-calendar-date-pattern): Not interactive.
12169         (add-to-diary-list): New optional arg LITERAL.  Doc fix.
12170         (diary-entries-list): Change format of 4th element in each entry.
12171         (diary-list-entries): Use add-to-diary-list.
12172         (diary-goto-entry): Handle the case where the buffer visiting the
12173         diary has been killed.
12174         (fancy-diary-display): Add 'locator to button rather than 'marker.
12175         Only generate temp-face when there are marks to apply.
12176         (list-sexp-diary-entries): Pass literal to add-to-diary-list.
12177         (diary-fancy-date-pattern): New variable.
12178         (diary-time-regexp): Doc fix.
12179         (diary-anniversary, diary-time): New faces.
12180         (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
12181         diary-time-regexp.  Add font-lock-multiline property where needed.
12182         Use new faces diary-anniversary and diary-time.
12183         (diary-fancy-font-lock-fontify-region-function): New function, to
12184         handle multiline font-lock pattern in fancy diary.
12185         (fancy-diary-display-mode): Set font-lock-fontify-region-function.
12186         (diary-font-lock-keywords): Tweak time regexp.  Use new face
12187         diary-time.
12189 2006-05-19  Alexander Shopov  <ash@contact.bg>  (tiny change)
12191         * international/code-pages.el (mik): Table corrected.
12193 2006-05-18  Kim F. Storm  <storm@cua.dk>
12195         * progmodes/grep.el (grep-find): Don't check grep-find-command
12196         before running command (breaks non-interactive usage).
12198 2006-05-18  Thien-Thi Nguyen  <ttn@gnu.org>
12200         * emacs-lisp/ewoc.el (ewoc--adjust): New func.
12201         (ewoc--insert-new-node): Don't insert trailing newline.
12202         Instead, adjust successor nodes's start markers.
12203         (ewoc--refresh-node): Delete all text from current node's start
12204         marker to the next one's; adjust successor nodes's start markers.
12205         (ewoc--create): Doc fixes.
12206         (ewoc--refresh): Don't insert newline.
12207         (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
12208         * pcvs.el (cvs-make-cvs-buffer):
12209         Specify extra newline for ewoc's header and footer.
12210         (cvs-update-header): Update initial header recognition.
12211         Append newline to final header and footer values.
12212         * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
12214 2006-05-17  Richard Stallman  <rms@gnu.org>
12216         * files.el (file-name-extension): Doc fix.
12218 2006-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12220         * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
12221         we can explicitly enable/disable rather than toggle.
12222         (shell-mode): Use it.
12223         (shell-cd): Don't try to reproduce what `cd' does.
12225 2006-05-17  Kim F. Storm  <storm@cua.dk>
12227         * ido.el (ido-read-internal): Use only nondirectory part of
12228         default item.
12230 2006-05-17  Thien-Thi Nguyen  <ttn@gnu.org>
12232         * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
12233         (ewoc-nth): Doc fix.
12235         (ewoc-map, ewoc-invalidate): Compute PP before looping.
12237 2006-05-16  Eli Zaretskii  <eliz@gnu.org>
12239         * international/mule.el (auto-coding-alist): Add .lha to files
12240         read with no-conversion.
12242         * files.el (auto-mode-alist): Add .lha files to archive file
12243         extensions.
12245         * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
12246         Convert csize to integer when computing offsets within the
12247         compressed archive file.
12249 2006-05-16  Kim F. Storm  <storm@cua.dk>
12251         * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
12252         with read-from-minibuffer.
12254 2006-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
12256         * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
12257         (byte-compile-warnings): Fix safe-local-variable property.
12259 2006-05-16  Ken Manheimer  <ken.manheimer@gmail.com>
12261         * allout.el (allout-show-bodies, allout-old-style-prefixes)
12262         (allout-stylish-prefixes, allout-numbered-bullet)
12263         (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
12264         predicates to qualify `safe-local-variable' property, when
12265         available, else use equivalent lambda.
12266         (allout-current-topic-collapsed-p): Do the right thing regarding
12267         trailing blank lines.
12269 2006-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
12271         * server.el (server-start): Only create a directory if needed.
12272         (server-edit, server-unload-hook): server-start => server-mode.
12273         (kill-emacs-hook): Cleanup upon exit.
12275 2006-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
12277         * hexl.el (hexlify-buffer): Encode process arguments manually.
12279 2006-05-16  Nick Roberts  <nickrob@snap.net.nz>
12281         * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
12282         call to gdb-tooltip-print.
12284 2006-05-15  Romain Francoise  <romain@orebokech.com>
12286         * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
12287         systems, default to "tar" since those systems probably have GNU tar.
12289 2006-05-14  Lars Hansen  <larsh@soem.dk>
12291         * desktop.el (desktop-missing-file-warning): Fix docstring.
12292         (desktop-restore-file-buffer): Correct question asked on missing file.
12294 2006-05-14  Kim F. Storm  <storm@cua.dk>
12296         * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
12297         Add CUA move property.
12299 2006-05-13  Chong Yidong  <cyd@stupidchicken.com>
12301         * custom.el (custom-push-theme): Load the variable before checking
12302         its `standard-value'.
12304 2006-05-13  Lars Hansen  <larsh@soem.dk>
12306         * desktop.el (desktop-save): Use with-temp-buffer.
12308 2006-05-12  Glenn Morris  <rgm@gnu.org>
12310         * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
12311         * calendar/calendar.el (calendar-mode-map):
12312         * calendar/diary-lib.el (include-other-diary-files, diary-mail-entries):
12313         * calendar/appt.el (appt-check, appt-make-list): Refer to
12314         diary-view-entries, diary-list-entries, diary-show-all-entries
12315         rather than obsolete aliases.
12317 2006-05-12  Chong Yidong  <cyd@stupidchicken.com>
12319         * simple.el (line-move-finish): Avoid calling point motion hooks
12320         while processing intangibility.
12322 2006-05-12  Dan Nicolaescu  <dann@ics.uci.edu>
12324         * term/xterm.el (terminal-init-xterm): Fix typo.
12326 2006-05-12  Ken Manheimer  <ken.manheimer@gmail.com>
12328         * allout.el (allout-view-change-hook): Mark as being deprecated,
12329         to be replaced by `allout-exposure-change-hook'.
12330         (allout-exposure-change-hook): New, replacing
12331         `allout-view-change-hook'.
12332         (allout-flag-region): Run new hook `allout-exposure-change-hook',
12333         in addition to `allout-view-change-hook'.
12334         (allout-show-bodies, allout-old-style-prefixes)
12335         (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
12336         lambda forms to prevent their showing up in variable help
12337         presentations as inscrutable byte-compiled code.
12338         (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
12339         Use string-or-null-p to qualify safe-local-variable values.
12340         (allout-reindent-bodies): Use memq to qualify matches against
12341         valid safe-local-variable values.  Also, quote the lambda as above.
12342         (allout-use-mode-specific-leader): Add missing candidate-value
12343         symbols, use memq, and quote the lambda.
12344         (allout-overlay-interior-modification-handler): Remove unused
12345         variables `msg' and 'opened'.
12346         (allout-hidden-p): Constrain invisibility consideration to allout's
12347         invisibility spec, disregarding invisibility for other reasons.
12349 2006-05-12  Reiner Steib  <Reiner.Steib@gmx.de>
12351         * files.el (version-control): Correct safe values.
12353 2006-05-12  Thien-Thi Nguyen  <ttn@gnu.org>
12355         * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
12357         (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
12358         (ewoc--insert-new-node): New func.
12359         Update callers of deleted funcs to use it, instead.
12361 2006-05-11  Glenn Morris  <rgm@gnu.org>
12363         * calendar/calendar.el (diary-show-all-entries): Do not refer to
12364         obsolete alias `show-all-diary-entries'.
12365         (make-diary-entry): Not interactive.
12366         (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
12367         (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
12368         (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
12369         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
12370         (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
12371         (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
12373 2006-05-11  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
12375         * calendar/calendar.el (calendar-french-date-string)
12376         (calendar-mayan-date-string, calendar-chinese-date-string)
12377         (calendar-astro-date-string, calendar-iso-date-string)
12378         (calendar-islamic-date-string, calendar-bahai-date-string)
12379         (calendar-hebrew-date-string, calendar-coptic-date-string)
12380         (calendar-ethiopic-date-string, calendar-persian-date-string):
12381         These functions are not interactive.
12383 2006-05-11  Luc Teirlinck  <teirllm@auburn.edu>
12385         * files.el: Balance parentheses.
12387 2006-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
12389         * files.el, newcomment.el, outline.el, simple.el,
12390         * emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
12391         * progmodes/cc-vars.el, progmodes/compile.el:
12392         Move `safe-local-variable' declarations to the respective files.
12394         * help-fns.el (describe-variable): Don't print safe-var if it is
12395         byte-code.  Improve wording as suggested by Luc Teirlinck.
12397 2006-05-11  Nick Roberts  <nickrob@snap.net.nz>
12399         * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
12400         (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
12401         Use a token for pending-triggers to ensure gdb-var-update
12402         gets called once per user input again for pre-GDB 6.4.
12403         (gdb-var-delete): Match on more complex expressions.
12404         (gdb-var-list-children-handler, gdb-var-create-handler):
12405         Use a token for consistency.
12407 2006-05-11  Carsten Dominik  <dominik@science.uva.nl>
12409         * textmodes/org.el (org-read-date, org-goto-calendar)
12410         (org-agenda-goto-calendar):
12411         Bind `view-calendar-holidays-initially' to nil.
12413 2006-05-11  Thien-Thi Nguyen  <ttn@gnu.org>
12415         * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
12416         Update all callers to do it there, instead.
12418 2006-05-10  Glenn Morris  <rgm@gnu.org>
12420         * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
12421         prefix arg case, to avoid view-diary-entries-initially error.
12422         Reported by Stephen Berman <Stephen.Berman at gmx.net>.
12423         (calendar-date-is-legal-p): Handle dates with no day part.
12425 2006-05-11  Nick Roberts  <nickrob@snap.net.nz>
12427         * comint.el (comint-insert-input): Just make it when
12428         comint-use-prompt regexp is nil (default) and with the mouse.
12429         (comint-copy-old-input): Reinstate from 2004-06-23.
12430         (comint-mode-map): Bind C-c C-m to it.
12432 2006-05-10  J.D. Smith  <jdsmith@as.arizona.edu>
12434         * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
12435         Remove spurious move to point-max (new comint behavior fixes).
12437         * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
12438         compatibility function (Emacs 18/19).
12439         (idlwave-is-continuation-line): Always return point at start of
12440         previous non-blank continuation line.
12441         (keyword-parameters): Fix continued comment font-lock matcher.
12442         (idlwave-font-lock-fontify-region): Written, use as
12443         font-lock-fontify-region-function, to fix continued keyword
12444         fontification issues.
12446 2006-05-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12448         * term/mac-win.el (mac-font-panel-mode): Doc fix.
12449         (mac-service-selection, mac-service-open-file)
12450         (mac-service-open-selection, mac-service-mail-selection)
12451         (mac-service-mail-to, mac-service-insert-text): Rename from
12452         mac-services-*.  All uses changed.
12453         (mac-apple-event-map): Rename event symbol `services' to `service'.
12455 2006-05-10  Thien-Thi Nguyen  <ttn@gnu.org>
12457         * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
12458         (ewoc--node-enter-first, ewoc--node-enter-last)
12459         (ewoc--delete-node-internal): Merge funcs into unique callers.
12461 2006-05-09  Chong Yidong  <cyd@stupidchicken.com>
12463         * emacs-lisp/crm.el (completing-read-multiple): Properly handle
12464         return value of read-from-minibuffer for empty input.
12466 2006-05-09  Miles Bader  <miles@gnu.org>
12468         * comint.el (comint-insert-input): Remove redundant calls to setq
12469         and goto-char.
12471 2006-05-10  Nick Roberts  <nickrob@snap.net.nz>
12473         * comint.el (comint-insert-input): Make it work when
12474         comint-use-prompt-regexp is t.
12476 2006-05-10  Miles Bader  <miles@gnu.org>
12478         * subr.el (field-at-pos): New function.
12480         * comint.el (comint-insert-input): Use it.
12482 2006-05-09  Juri Linkov  <juri@jurta.org>
12484         * battery.el (battery-linux-proc-acpi): Also try
12485         `/proc/acpi/thermal_zone/THR2/temperature'.
12487         * files.el <safe-local-variable>: Remove `eval' and `let' binding
12488         for now unused lambda `string-or-null'.
12490         * add-log.el (change-log-default-name): Put `string-or-null-p'
12491         instead of lambda on `safe-local-variable' property.
12493         * diff-mode.el (diff-context->unified): Use `region-beginning' and
12494         `region-end' instead of `mark' and `point'.
12495         (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
12496         Operate on region in Transient Mark mode when the mark is active.
12497         Use `region-beginning' and `region-end' instead of `mark' and
12498         `point'.
12499         (diff-hunk-text, diff-goto-source): Doc fix.
12501         * startup.el (fancy-splash-screens, normal-splash-screen): Use
12502         face `mode-line-buffer-id' for mode-line buffer face instead of
12503         hard-coded `(:weight bold)'.
12505         * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
12506         buffer-undo-list to t (undo-ask is reproducible by visiting
12507         nested archives).
12509 2006-05-09  Kim F. Storm  <storm@cua.dk>
12511         * progmodes/grep.el (rgrep): Set default directory of *grep*
12512         buffer if we start M-x rgrep in the *grep* buffer and choose
12513         a different base directory.
12515 2006-05-09  Michael Albinus  <michael.albinus@gmx.de>
12517         * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
12518         completion also when ido is loaded.
12520 2006-05-09  Masatake YAMATO  <jet@gyve.org>
12522         * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
12523         "warning" and "import".
12524         (cpp-font-lock-keywords): Added "warning".
12526 2006-05-08  Dan Nicolaescu  <dann@ics.uci.edu>
12528         * term/xterm.el (terminal-init-xterm): Add more key bindings.
12530 2006-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12532         * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
12533         pages at a time, if we signal the end, we should indeed reach that end.
12535 2006-05-08  David Reitter  <david.reitter@gmail.com>
12537         * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
12538         output during execution of the body.
12540 2006-05-08  Kim F. Storm  <storm@cua.dk>
12542         * progmodes/grep.el (lgrep, rgrep): Doc fixes.
12544 2006-05-08  Thien-Thi Nguyen  <ttn@gnu.org>
12546         * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
12547         Use with-current-buffer.
12549 2006-05-07  Kim F. Storm  <storm@cua.dk>
12551         * subr.el (add-to-history): Remove keep-dups arg.
12553         * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
12554         to nil around call to add-to-history.
12556 2006-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12558         * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
12559         than after a buffer modification.
12561 2006-05-08  Nick Roberts  <nickrob@snap.net.nz>
12563         * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
12564         call to...
12565         (gud-watch): ...here so speedbar is raised for already watched
12566         expressions.
12567         (gdb-speedbar-refresh): Delete function.
12568         (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
12569         Use speedbar-timer-fn instead of speedbar-refresh (reverting
12570         earlier change).
12571         (gdb-var-evaluate-expression-handler)
12572         (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
12574         * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
12575         Update localized contents for all buffers except ignored modes.
12577 2006-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12579         * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
12580         (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
12581         (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
12582         (mac-handle-font-panel-closed, mac-handle-font-selection):
12583         New functions.
12584         (mac-font-panel-mode): New minor mode.
12585         (mac-apple-event-map): Add bindings for toolbar toggle button and
12586         font panel.
12587         (menu-bar-showhide-menu): Add mac-font-panel-mode.
12589 2006-05-07  John Paul Wallington  <jpw@pobox.com>
12591         * ibuffer.el (ibuffer-compressed-file-name-regexp):
12592         Avoid `regexp-opt'; simplify regexp for readability.
12594 2006-05-06  Eli Zaretskii  <eliz@gnu.org>
12596         * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
12597         * files.el (buffer-stale-function):
12598         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
12599         * autorevert.el (global-auto-revert-non-file-buffers): Point Info
12600         links to the main manual, not to emacs-xtra.
12602 2006-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12604         * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
12605         MacJapanese if text is ASCII-only.
12607 2006-05-06  Nick Roberts  <nickrob@snap.net.nz>
12609         * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
12610         unless so nil isn't returned.
12611         (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
12613 2006-05-06  Kim F. Storm  <storm@cua.dk>
12615         * subr.el (add-to-history): New function.
12617         * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
12618         (ediff-merge-files-with-ancestor):
12619         * env.el (setenv):
12620         * isearch.el (isearch-update-ring):
12621         * server.el (server-visit-files):
12622         * progmodes/grep.el (lgrep, rgrep):
12623         * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
12624         * progmodes/xscheme.el (xscheme-insert-expression):
12625         Use add-to-history.
12627         * kmacro.el (kmacro-push-ring): Use add-to-history.
12628         (kmacro-ring-length): Remove unused defun.
12629         (kmacro-start-macro): Use kmacro-push-ring.
12631 2006-05-06  Thien-Thi Nguyen  <ttn@gnu.org>
12633         * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
12634         directly instead of a lambda expression that calls it.
12636 2006-05-06  Kim F. Storm  <storm@cua.dk>
12638         * avoid.el (mouse-avoidance-point-position): Use posn-at-point
12639         instead of compute-motion.
12641 2006-05-05  Dan Nicolaescu  <dann@ics.uci.edu>
12643         * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
12644         change.
12646 2006-05-05  Reiner Steib  <Reiner.Steib@gmx.de>
12648         * startup.el (command-line-1): Refer to "Pure Storage" on
12649         pure-space-overflow.
12651 2006-05-05  Martin Rudalics  <rudalics@gmx.at>
12653         * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
12654         provided faces once they all have been used up.
12656 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
12658         * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
12659         reference to the Lisp manual to the warning about pure space
12660         overflow.
12662 2006-05-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
12664         * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
12665         argument to avoid the call to `ispell-internal-change-dictionary'
12666         when not needed.
12667         (ispell-change-dictionary): Use this argument and call
12668         `ispell-internal-change-dictionary' after the possible change
12669         to `ispell-local-dictionary'.
12670         (ispell-internal-change-dictionary): Check for a change in
12671         personal dictionary use too.
12673 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
12675         * startup.el (command-line): On MS-Windows, probe "~", not
12676         "~USER", for warning about non-existent home directory.
12678         * arc-mode.el (archive-l-e): New optional argument `float' means
12679         generate a float value.
12680         (archive-arc-summarize, archive-lzh-summarize)
12681         (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
12682         with 3rd argument non-nil when file's size is being computed.
12683         Format the file sizes with %8.0f instead of %8d.
12685 2006-05-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12687         * cus-start.el (all): Add mac-dnd-known-types.
12689         * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
12690         (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
12691         (mac-TIFF-to-string): New functions.
12692         (x-get-selection, x-selection-value)
12693         (mac-select-convert-to-string): Use them.
12694         (mac-text-encoding-mac-japanese-basic-variant): New constant.
12695         (mac-dnd-types-alist): New customization variable.
12696         (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
12697         (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
12698         (mac-dnd-handle-drag-n-drop-event): New functions.
12699         (mac-drag-n-drop): Remove function.
12700         (global-map): Bind drag-n-drop and M-drag-n-drop to
12701         mac-dnd-handle-drag-n-drop-event.
12703 2006-05-04  Karl Chen  <quarl@NOSPAM.quarl.org>
12705         * progmodes/perl-mode.el (perl-beginning-of-function):
12706         Skip anonymous subs.
12708 2006-05-04  Dan Nicolaescu  <dann@ics.uci.edu>
12710         * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
12711         regexp-opt at run time.
12713         * term.el (term-handle-ansi-escape): Fix off by one error.
12715 2006-05-04  Nick Roberts  <nickrob@snap.net.nz>
12717         * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
12718         (gdb-init-1, gdb-post-prompt): ...and references to it.
12719         (gdb-frame-handler): Strip directory name from filename if present.
12721         * progmodes/gud.el (gdb-force-update): Delete defvar
12722         (gud-speedbar-buttons): ...and references to it.  Use window-start
12723         to try to keep positon in watch expression.
12725 2006-05-03  Richard Stallman  <rms@gnu.org>
12727         * simple.el (next-history-element, previous-history-element): Doc fix.
12729         * isearch.el (isearch-update-ring): Doc fix.
12731 2006-05-03  Dan Nicolaescu  <dann@ics.uci.edu>
12733         * isearch.el (isearch-update-ring): Take history-delete-duplicates
12734         into consideration.  Replace one arm ifs with whens.
12736 2006-05-03  Nick Roberts  <nickrob@snap.net.nz>
12738         * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
12739         (menu): Fix typo.
12741 2006-05-02  Miles Bader  <miles@gnu.org>
12743         * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
12745 2006-05-02  Jay Belanger  <belanger@truman.edu>
12747         * calc/calc-embed.el (calc-override-minor-modes-map)
12748         (calc-override-minor-modes): New variables.
12749         (calc-do-embedded): Make sure that Calc keystrokes aren't
12750         overwritten by minor modes.
12752 2006-05-02  Chong Yidong  <cyd@mit.edu>
12754         * msb.el (msb): If EVENT is a down event, read and discard the up event.
12756 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
12758         * startup.el (command-line-1): Refer to Lisp manual when
12759         pure-space-overflow occurs.
12761         * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
12762         (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
12763         (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
12764         (version-control): Don't use `t' for safe-local-variable declarations.
12766 2006-05-01  Richard Stallman  <rms@gnu.org>
12768         * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
12769         M-r, M-R, M-A, M-SPC or M-DEL.
12770         (diff-mode-map): diff-refine-hunk now on C-c C-w
12771         (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
12773         * help-mode.el (help-mode): view-exit-action calls delete-window
12774         only when it is safe and possible.
12776         * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
12777         in messages.
12779         * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
12781         * tool-bar.el (tool-bar-setup): Put Help and Preferences items
12782         in the default tool-bar-map.
12784 2006-05-01  Michael Albinus  <michael.albinus@gmx.de>
12786         * net/tramp.el (tramp-completion-file-name-handler-alist)
12787         (tramp-run-real-handler, tramp-completion-run-real-handler)
12788         (tramp-completion-handle-file-name-all-completions)
12789         (tramp-completion-handle-file-name-completion): Autoload them.
12790         (tramp-completion-handle-file-exists-p)
12791         (tramp-completion-handle-file-name-directory)
12792         (tramp-completion-handle-file-name-nondirectory)
12793         (tramp-completion-handle-expand-file-name): Remove them.
12794         (tramp-handle-file-name-directory): Return the real directory name.
12795         Returning "/" only doesn't need to be necessary any longer.
12796         (tramp-file-name-handler): Make special attention when in hostname
12797         completion mode.
12798         (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
12799         (tramp-register-file-name-handlers):
12800         Register `tramp-completion-file-name-handler' only when
12801         `partial-completion-mode' is enabled.
12802         (tramp-completion-handle-file-name-all-completions):
12803         Delete directory part from results.
12804         (tramp-get-completion-methods, tramp-get-completion-user-host):
12805         Discard deleting "/", it doesn't work after the change of
12806         `tramp-handle-file-name-directory' above.
12808 2006-05-01  Kim F. Storm  <storm@cua.dk>
12810         * progmodes/grep.el (grep-expand-template): Use save-match-data
12811         and symbol-value.
12813 2006-05-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12815         * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
12816         Use select-frame-set-input-focus instead of raise-frame.
12817         (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
12819 2006-05-01  Nick Roberts  <nickrob@snap.net.nz>
12821         * progmodes/gud.el (gud-def): Add %c case.
12822         (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
12823         (gud-format-command): Make match case sensitive.  Match on %F.
12825 2006-04-30  Glenn Morris  <rgm@gnu.org>
12827         * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
12828         (cal-tex-preamble): Use cal-tex-preamble-extra.
12829         (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
12830         than alias `list-diary-entries'.
12832 2006-04-29  Dan Nicolaescu  <dann@ics.uci.edu>
12834         * help-fns.el (describe-variable): Add info about safe local variables.
12836 2006-04-29  Richard Stallman  <rms@gnu.org>
12838         * bindings.el (mode-line-format): help-echo doc fixes.
12840         * net/tramp.el (tramp-file-name-handler-alist): Delete
12841         expand-file-name and other operations that can cause spurious loading.
12843 2006-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12845         * files.el (safe-local-variable-p): Remove support for the special
12846         value t.
12848         * textmodes/paragraphs.el (sentence-end-without-space):
12849         Fix safety predicate.
12850         (sentence-end-double-space, sentence-end-without-period)
12851         (paragraph-ignore-fill-prefix):
12852         * textmodes/fill.el (colon-double-space):
12853         * abbrev.el (abbrev-mode): Tighten the safety predicate.
12855         * subr.el (booleanp): New fun.
12857         * textmodes/reftex-vars.el (reftex-guess-label-type):
12858         Tighten the safety predicate.
12860 2006-04-28  Kim F. Storm  <storm@cua.dk>
12862         * progmodes/grep.el (defgroup grep): Doc fix.
12863         (grep-auto-highlight): Remove.
12864         (grep-template): New defcustom.
12865         (grep-find-template): Rename from grep-tree-template.
12866         (grep-files-aliases): Rename from grep-tree-files-aliases.
12867         Remove "all" alias, add "l" alias.
12868         (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
12869         (grep-find-ignored-directories): New defcustom to replace
12870         grep-tree-ignore-CVS-directories, to facilitate ignoring
12871         subdirectories for multiple version control systems.
12872         (grep-mode-map): Add Recursive grep item to GREP menu.
12873         (grep-regexp-history, grep-files-history): New defvars.
12874         (grep-probe): New helper function.
12875         (grep-compute-defaults): Use it to simplify code.
12876         Adapt to name changes.
12877         Use `.' as base in grep-find-template rather than <D>.
12878         (grep): Remove superfluous highlight-regexp arg.  Fix doc.
12879         Call grep-compute-defaults unconditionally.
12880         (grep-expand-keywords): New defconst.
12881         (grep-expand-template): Rename from grep-expand-command-macros.
12882         Simplify via grep-expand-keywords.  Look at case-fold-search instead
12883         of grep-tree-ignore-case to add -i option.
12884         Bind case-fold-search to nil while matching keywords.
12885         (grep-tree-last-regexp, grep-tree-last-files): Remove.
12886         (grep-read-regexp, grep-read-files): New helper functions.
12887         (rgrep): Rename from grep-tree.  Rework to use proper histories.
12888         Adapt to changes in defcustoms and functions above.
12889         (lgrep): New command, as grep, but using same interactive UI as rgrep.
12891 2006-04-28  Michael Albinus  <michael.albinus@gmx.de>
12893         * net/tramp.el (tramp-completion-file-name-handler):
12894         Disable Tramp's functionality while loading Tramp itself.
12895         (tramp-register-file-name-handlers): That's a defsubst now.
12896         Code from `tramp-repair-jka-compr' moved here.  Apply it via
12897         `after-init-hook'.
12898         (tramp-repair-jka-compr): Remove.
12900 2006-04-27  Jay Belanger  <belanger@truman.edu>
12902         * calc/calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
12903         read expression when `math-read-big-expr' doesn't work.
12905 2006-04-27  Reiner Steib  <Reiner.Steib@gmx.de>
12907         * startup.el (command-line-1): Display warning when
12908         pure-space-overflow is non-nil.
12910 2006-04-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
12912         * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
12913         risky.
12915 2006-04-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
12917         * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
12918         Return the URL or nil if none can be generated.
12920 2006-04-27  Nick Roberts  <nickrob@snap.net.nz>
12922         * progmodes/gud.el (gud-comint-buffer): Move forward to stop
12923         byte compiler warnings.
12924         (gud-basic-call, gud-find-expr): Let user select an expression
12925         for printing.  Print expression as well as value in GUD buffer.
12927 2006-04-17  Ken Manheimer  <ken.manheimer@gmail.com>
12929         * allout.el: Remove local autoload declaration for
12930         pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
12931         (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
12932         (allout-plain-bullets-string, allout-distinctive-bullets-string)
12933         (allout-use-mode-specific-leader, allout-old-style-prefixes)
12934         (allout-stylish-prefixes, allout-numbered-bullet)
12935         (allout-file-xref-bullet, allout-presentation-padding)
12936         (allout-use-hanging-indents, allout-reindent-bodies): Mark as
12937         safe-local-variable with suitable value spec, and add autoload
12938         cookie for loaddefs inclusion.  We now use an explicit spec everywhere.
12939         (move-beginning-of-line, move-end-of-line): Repair so these compat
12940         functions now actually resituate the point, when appropriate.
12942 2006-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12944         * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
12946         * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
12947         (add-log-iso8601-time-string): Fix call to format-time-string.
12949 2006-04-26  Kim F. Storm  <storm@cua.dk>
12951         * subr.el (posn-string, posn-image, posn-object): Doc fix.
12953 2006-04-26  Masatake YAMATO  <jet@gyve.org>
12955         * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
12956         Add support for "//" style comments.  Remove `b' flag
12957         from ?* in `asm-mode-syntax-table'.
12959 2006-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12961         * follow.el: Use (featurep 'xemacs) everywhere.
12962         (follow-mode): Use define-minor-mode.
12963         (follow-mode-map): Move initialization into the declaration.
12964         Use command remapping.
12965         (follow-emacs-version-xemacs-p): Remove.
12966         (follow-submit-feedback): Remove.
12968         * allout.el (allout-layout, allout-passphrase-verifier-string)
12969         (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
12971         * textmodes/reftex-vars.el (reftex-vref-is-default)
12972         (reftex-fref-is-default, reftex-guess-label-type):
12973         Tighten up a bit the safety predicate.
12975         * textmodes/paragraphs.el (sentence-end-double-space)
12976         (sentence-end-without-period, sentence-end-without-space)
12977         (page-delimiter, paragraph-ignore-fill-prefix):
12978         Tighten up a bit the safety predicate.
12980         * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
12982         * progmodes/python.el (python-continuation-line-p)
12983         (python-beginning-of-statement): syntax-ppss may return
12984         a negative depth.
12985         (python-mode): Don't forcefully enable font-lock.
12987         * time-stamp.el (time-stamp-start, time-stamp-end)
12988         (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
12990         * add-log.el: Remove spurious * in docstrings.
12991         (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
12992         (add-change-log-entry): Use it here, since it's not specific
12993         to iso8601.
12994         (add-log-iso8601-time-string): Don't use it here any more.
12995         (change-log-indent-text, change-log-indent): Rename from add-log-*.
12997         * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
12999 2006-04-25  Ryan Yeske  <rcyeske@gmail.com>
13001         * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
13002         (rcirc-toggle-low-priority): Doc fix.
13003         (rcirc-handler-NOTICE): Remove beginning of line anchor in
13004         ChanServ regexp.
13005         (rcirc-startup-channels-alist): Connect to #rcirc by default, not
13006         #emacs.
13007         (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
13008         (rcirc-decode-coding-system): Use utf-8 as the default.
13009         (rcirc-multiline-minor-mode): Set the fill-column.
13010         (rcirc-format-response-string): Display bright and dim nicks.
13011         (rcirc-browse-url): Update interactive spec to fill ARG.
13012         (rcirc-bright-nick, rcirc-dim-nick): Add faces.
13013         (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
13015 2006-04-24  J.D. Smith  <jdsmith@as.arizona.edu>
13017         * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
13018         case for @Article, etc.
13020 2006-04-23  Michael Albinus  <michael.albinus@gmx.de>
13022         * net/tramp.el (tramp-register-file-name-handlers): New defun.
13023         Added with autoload cookie.
13024         (tramp-unload-file-name-handlers): Rename from
13025         `tramp-unload-file-name-handler-alist'.
13027 2006-04-23  Romain Francoise  <romain@orebokech.com>
13029         * comint.el (comint-match-partial-filename): Doc fix.
13031 2006-04-21  Glenn Morris  <rgm@gnu.org>
13033         * calendar/cal-menu.el (calendar-mode-map): Refer to
13034         `diary-view-entries' rather than alias `view-diary-entries'.
13035         * calendar/diary-lib.el (view-other-diary-entries): Ditto.
13037 2006-04-21  Luc Teirlinck  <teirllm@auburn.edu>
13039         * progmodes/antlr-mode.el (antlr-default):
13040         * cus-edit.el (custom-documentation):
13041         * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
13042         in defface.
13044 2006-04-21  Kim F. Storm  <storm@cua.dk>
13046         * image.el (image-type): New defun split out of create-image.
13047         (create-image): Use it.
13049 2006-04-21  Carsten Dominik  <dominik@science.uva.nl>
13051         * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
13052         (org-open-at-point): Remove the "...done" message to keep output
13053         in the echo area visible.
13054         (org-export-as-xoxo): Fix call to `indent-region'.
13056 2006-04-21  Kevin Ryde  <user42@zip.com.au>
13058         * international/mule.el (keyboard-coding-system): defcustom
13059         info-link fixes: "Specify Coding" has been split, keyboard now in
13060         "Terminal Coding", and "Single-Byte Character Support" is now
13061         "Unibyte Mode".
13063 2006-04-21  Nick Roberts  <nickrob@snap.net.nz>
13065         * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
13066         Use font-lock-warning-face for any errors e.g. no stack.
13067         (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
13069 2006-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
13071         * progmodes/sh-script.el (sh-shell): Mark as safe.
13073         * newcomment.el (comment-start, comment-start-skip)
13074         (comment-end-skip, comment-end): Mark as safe.
13076 2006-04-20  Carsten Dominik  <dominik@science.uva.nl>
13078         * textmodes/org.el (org-deadline-announce): Face removed.
13079         (org-level-faces, org-n-levels): Convert to constant.
13080         (org-compatible-face): New function.
13081         (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
13082         (org-level-5, org-level-6, org-level-7, org-level-8)
13083         (org-special-keyword, org-warning, org-headline-done, org-link)
13084         (org-date, org-tag, org-todo, org-done, org-table, org-formula)
13085         (org-scheduled-today, org-scheduled-previously, org-time-grid):
13086         Face definition revised for better color tty support.
13087         (org-bold-re, org-italic-re, org-underline-re): New constants.
13088         (org-set-font-lock-defaults): Use the new constants.
13089         (org-agenda-highlight-todo): New function.
13090         (org-agenda-todo): Fix bug with point at end of line.
13091         (org-agenda-change-all-lines, org-finalize-agenda-entries):
13092         Fontify TODO keywords.
13093         (org-insert-link): Preserve relative path in ../ links.
13094         (org-export-as-html): Convert links pointing to .org files into
13095         links that will work beteen the exported HTML files.
13096         (org-todo-list): Fix bug when arg=0.
13097         (org-insert-heading): More fine-tuning.
13099 2006-04-19  Romain Francoise  <romain@orebokech.com>
13101         * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
13102         from `rmail-mime-charset-pattern'.
13104 2006-04-18  Dan Nicolaescu  <dann@ics.uci.edu>
13106         * progmodes/python.el (python-mode): Fix typo.
13108 2006-04-18  J.D. Smith  <jdsmith@as.arizona.edu>
13110         * comint.el (comint-previous-input): Don't clobber input line
13111         when moving off either end of the input history ring.
13112         (comint-delete-input): New function, used by
13113         `comint-previous-input' and others.
13114         (comint-previous-matching-input):
13115         Use `coming-delete-input'.  Save the partial input if leaving the
13116         edit line.  Goto point-max before deleting input to avoid
13117         partial input fragments hanging around.
13118         (comint-restore-input): New function, used by `comint-previous-input'.
13120 2006-04-18  Luc Teirlinck  <teirllm@auburn.edu>
13122         * imenu.el (imenu--index-alist): Balance parentheses.
13124 2006-04-18  Dan Nicolaescu  <dann@ics.uci.edu>
13126         * progmodes/python.el (python-mode): Add support for hs-minor-mode.
13128 2006-04-19  Reiner Steib  <Reiner.Steib@gmx.de>
13130         * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
13131         file is nil.
13133 2006-04-18  Richard Stallman  <rms@gnu.org>
13135         * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
13137         * imenu.el (imenu-create-index-function, imenu--index-alist)
13138         (imenu--last-menubar-index-alist, imenu--make-index-alist)
13139         (imenu-default-create-index-function, imenu--generic-function):
13140         Doc fixes.
13142         * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
13144         * help-mode.el (help-mode): Set view-exit-action to delete window.
13146         * env.el (setenv): Get rid of arg UNSET.  Interactive unsetting
13147         now works by passing nil as arg.
13149         * apropos.el (apropos-print): Don't do where-is on self-insert-command.
13151         * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
13152         (read-abbrev-file): Provide default when reading filename.
13154         * files.el (enable-local-variables): Allow :all as value.
13155         (hack-local-variables): Implement that value.
13156         (safe-local-variable-values, safe-local-eval-forms)
13157         (enable-local-variables): Mark as risky.
13158         (find-file-visit-truename, kept-old-versions): Mark safe.
13160         * time-stamp.el (time-stamp-format, time-stamp-line-limit)
13161         (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
13162         (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
13164 2006-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
13166         * progmodes/tcl.el (tcl-send-string, tcl-send-region):
13167         Use forward-line so as to get to BOL even in the presence of fields.
13168         (tcl-eval-region): Strip surrounding space to avoid multiple prompts
13169         in return.
13170         (inferior-tcl): Tell tclsh to work in interactive mode.
13172         * complete.el (partial-completion-mode):
13173         Use 'choose-completion-string-functions to make sure that
13174         choose-completion fills the minibuffer properly.
13176         * complete.el (PC-old-read-file-name-internal): Remove.
13177         (PC-read-include-file-name-internal): Remove.  Turn it into an advice
13178         of read-file-name-internal.
13179         (partial-completion-mode): Enable/disable this advice.
13181 2006-04-18  Juanma Barranquero  <lekktu@gmail.com>
13183         * net/tramp.el (tramp-completion-file-name-handler): Revert change
13184         of 2006-04-17.
13186 2006-04-18  Carsten Dominik  <dominik@science.uva.nl>
13188         * textmodes/org.el (org-insert-heading): Insert heading before
13189         current if at beginning of line.
13190         (org-todo, org-date): New faces.
13191         (org-table-align): Make sure tooltip window contains full text.
13192         (org-no-properties): New defsubst.
13193         (org-set-font-lock-defaults): Use new faces.
13195 2006-04-18  Nick Roberts  <nickrob@snap.net.nz>
13197         * progmodes/gud.el (gud-speedbar-item-info): Display frame address
13198         for root variables.
13200         * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
13201         (gdb-frame-address): Re-use to identify frame for watch expression.
13202         (gdb-var-list, gdb-var-create-handler): Add frame address for root
13203         variables.
13204         (gdb-init-1, gdb-source, gdb-post-prompt)
13205         (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
13206         (gdb-frame-handler): Get gdb-frame-address.
13208 2006-04-17  Michael Albinus  <michael.albinus@gmx.de>
13210         Sync with Tramp 2.0.53.
13212         * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
13213         'control.  Reported by Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>.
13214         (tramp-completion-file-name-handler): Add autoload cookie for
13215         adding to `file-name-handler-alist'.
13217         * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
13218         the prompt.  If it returns earlier (when detecting an error
13219         message), the rest of the output will merge accidently with the
13220         output of the next command.  Reported by M Jared Finder
13221         <jared@hpalace.com>.
13223         * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
13224         for `process-file', in order to let it work for older Emacsen too.
13226 2006-04-17  Ralf Angeli  <angeli@iwi.uni-sb.de>
13228         * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
13229         (tex-font-lock-keywords-3): Use it.
13231 2006-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
13233         * newcomment.el (comment-add): New function.
13234         (comment-region-default, comment-dwim): Use it.
13236 2006-04-15  Michael Olson  <mwolson@gnu.org>
13238         * emacs-lisp/tq.el: Improve comments.
13239         (tq-queue-head-question): New accessor function.
13240         (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
13241         Update for modified queue structure.
13242         (tq-queue-add): Accept `question' argument.
13243         (tq-queue-pop): If a question is pending, send it.
13244         (tq-enqueue): Accept new optional argument `delay-question'.
13245         If this is non-nil, and at least one other question is pending a
13246         response, queue the question rather than sending it immediately.
13248 2006-04-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
13250         * calendar/appt.el (appt-add): Check whether an appointment is
13251         already present in appt-time-msg-list.  Simplify code.
13253 2006-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13255         * progmodes/cc-langs.el (c-mode-menu):
13256         Don't presume c-subword-mode is bound.
13258 2006-04-13  Bill Wohler  <wohler@newt.com>
13260         * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
13261         (customize-package-emacs-version): Use cdr instead of cadr now
13262         that alists use dotted pairs.
13264         * custom.el (defcustom): Fix docstring for :package-version.
13266 2006-04-13  Michael Albinus  <michael.albinus@gmx.de>
13268         * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
13269         (tramp-handle-shell-command): Display output buffer only when
13270         `tramp-display-shell-command-buffer' is true.
13271         (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
13273 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
13275         * textmodes/org.el (org-set-autofill-regexps): Set only the local
13276         values of `adaptive-fill-regexp' and `adaptive-fill-function'.
13278 2006-04-13  Romain Francoise  <romain@orebokech.com>
13280         * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
13281         leaving temporary .cvsignore buffers behind.
13283 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
13285         * textmodes/org.el (org-set-regexps-and-options)
13286         (org-get-current-options): Better names for the startup folding
13287         options.
13289 2006-04-13  Thien-Thi Nguyen  <ttn@gnu.org>
13291         * vc.el (vc-annotate): Arrange for point to end up at the same
13292         line number as in the original, but only when using a new buffer.
13294 2006-04-12  Stuart Herring  <herring@lanl.gov>  (tiny change)
13296         * files.el (hack-one-local-variable-eval-safep):
13297         Recognize `edebug-form-spec' for `put', but only if it passes
13298         `edebug-basic-spec'.  Generalize `put' handling.
13300         * emacs-lisp/edebug.el (edebug-basic-spec): New function for
13301         vetting file-local form specs.
13303         * allout.el (allout-layout): Autoload its `safe-local-variable'
13304         property.
13306 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
13308         * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
13309         (org-agenda-mouse-1-follows-link)
13310         (org-mouse-1-follows-link): New options.
13311         (org-format-agenda-item): Fix bug if TAGS is nil.
13312         (org-agenda-get-scheduled): Quote `priority' symbol in plist.
13314 2006-04-13  Nick Roberts  <nickrob@snap.net.nz>
13316         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
13317         GDB 6.1+ gives full filename for "info sources" so use
13318         file-name-nondirectory.
13320 2006-04-12  Romain Francoise  <romain@orebokech.com>
13322         * subr.el (read-passwd): Bind `message-log-max' to nil.
13324 2006-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13326         * progmodes/perl-mode.el (perl-indent-new-calculate):
13327         Recompute parse-start after jumping backward by a whole sexp.
13329 2006-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13331         * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
13332         window configuration.
13333         (vc-annotate-display-select): Select the buffer so that current-buffer
13334         (and selected-window) is the output buffer at the end of vc-annotate.
13336 2006-04-11  J.D. Smith  <jdsmith@as.arizona.edu>
13338         * vc.el (vc-annotate-color-map): Add custom TTY color map for
13339         8-color terminals, to use all of the colors in a sensible order.
13340         256-color terminals work well with the standard map.
13341         (vc-annotate-lines): Only strip the first color character if it
13342         is "#", to allow for terminal-style named colors.
13343         (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
13344         the correct buffer is scrolled.
13346 2006-04-11  Richard Stallman  <rms@gnu.org>
13348         * emacs-lisp/bytecomp.el (byte-compile-file):
13349         Bind enable-local-variables to :safe, and make normal-mode obey it.
13351         * files.el (enable-local-variables): Allow value :safe.
13352         (normal-mode): Doc fix.
13353         (hack-local-variables): Implement enable-local-variables = :safe.
13354         (hack-local-variables-confirm): Don't prevent quitting.
13356 2006-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13358         * loadhist.el (unload-feature): A bit of sanity check of
13359         load-history entries.  Cancel timer-vars before unbinding them.
13361         * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
13362         quote special chars, and make the trick work on the hex part of the
13363         buffer as well.
13364         (hexl-mode, hexl-save-buffer, hexl-mode-exit)
13365         (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
13367         * startup.el (normal-splash-screen): Fix last change so we don't wait
13368         2 minutes if we don't show the splash screen.
13370 2006-04-11  Carsten Dominik  <dominik@science.uva.nl>
13372         * textmodes/org.el (org-export-plain-list-max-depth)
13373         (org-table-spaces-around-separators)
13374         (org-radio-targets, org-activate-camels)
13375         (org-table-spaces-around-invisible-separators): Options removed.
13376         (org-time-stamp-rounding-minutes, org-remember-templates)
13377         (org-ellipsis, org-activate-links, org-descriptive-links):
13378         New options.
13379         (org-remember-apply-template, org-current-time)
13380         (org-finish-edit-table-field)
13381         (org-link-unescape, org-link-escape)
13382         (org-string-width, org-table-clean-line, org-html-do-expand)
13383         (org-edit-agenda-file-list, org-store-new-agenda-file-list)
13384         (org-read-agenda-file-list): New functions.
13385         (org-table-edit-field)
13386         (org-table-create-or-convert-from-region): New commands
13387         (org-table-toggle-vline-visibility): Command removed.
13388         (org-table-convert-region): Made a command.
13389         (orgtbl-deleta-backward-char, orgtbl-delete-char): Remove commands.
13390         Replace with the normal org- functions.
13391         (org-self-insert-command): Don't trigger realign unnecessarily
13392         when blanking a field that is not full.
13393         (org-mode): `Set buffer-invisibility-spec' for links.
13394         (org-activate-links2): Hide link part and only show descriptive
13395         part of the link.
13396         (org-insert-link): Modify for new linking system.
13397         (org-store-link): Store description separately, for use by
13398         `org-insert-link'.
13399         (org-table-align): Use `org-string-width'.
13400         (defgroup): Completely new group structure for custom variables.
13401         (org-agenda-files): Option: Single file name allowed.  Function:
13402         Optional argument unrestrited means ignore any restricitons.
13403         (org-install-agenda-files-menu): Find a buffer in Org-mode before
13404         trying to modify the menu.  Use generalized access to
13405         `org-agenda-files.'
13406         (org-agenda-list, org-todo-list, org-cycle-agenda-files)
13407         (org-agenda-file-to-front, org-remove-file, org-diary)
13408         (org-tags-view, org-export-icalendar-all-agenda-files)
13409         (org-export-icalendar-combine-agenda-files): Use generalized
13410         access to `org-agenda-files'.
13411         (org-remember-handler): Correctly preserve heading if present.
13412         (org-table-insert-row, org-table-insert-hline): Deal with
13413         invisible characters.
13415 2006-04-10  J.D. Smith  <jdsmith@as.arizona.edu>
13417         * vc.el (vc-annotate-display-mode): Made default 'fullscale.
13418         (vc-annotate-color-map): New 18 element constant
13419         value/saturation, rotating hue colormap, from red->blue.
13420         (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
13421         (vc-annotate-display-select): Switch to annotate-mode elsewhere.
13422         (vc-annotate): To avoid killing the required local variables,
13423         set them before the end of `with-output-to-temp-buffer', and
13424         after first switching to annotate-mode.
13425         (vc-annotate-warp-version): Add buffer argument in goto-line to
13426         ensure annotation, not source, is scrolled.
13428 2006-04-10  Bill Wohler  <wohler@newt.com>
13430         * custom.el (defcustom, custom-handle-keyword):
13431         Add :package-version keyword.
13432         (custom-add-package-version): New function.  Sets value of new
13433         property 'custom-package-version from :package-version keyword.
13434         (defcustom): Create Common Keywords section in docstring.
13435         (defface, defgroup): Replace definitions of a select few keywords
13436         with a reference to the Common Keywords in defcustom.
13437         (defcustom, defface, defgroup): Replace reference to Customization
13438         chapter in manual with hyperlink.
13440         * cus-edit.el (customize-package-emacs-version-alist): New variable.
13441         (customize-changed-options): Add check for custom-package-version.
13442         (customize-package-emacs-version): New function to look up Emacs
13443         version corresponding to the given package version.
13445         * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
13446         defun name, in similar fashion to find-variable-regexp.
13448 2006-04-10  Eli Zaretskii  <eliz@gnu.org>
13450         * international/mule-cmds.el (set-locale-environment): Fix last
13451         change for when the locale's preferences don't specify any encoding.
13453 2006-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13455         * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
13456         so the defined var/fun doesn't need to be quoted.
13458 2006-04-10  Richard Stallman  <rms@gnu.org>
13460         * finder.el (finder-mode-map): Add n and p bindings.
13462 2006-04-10  Nick Roberts  <nickrob@snap.net.nz>
13464         * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
13465         (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
13466         (gdb-setup-windows): Put something in source window if we can't find
13467         the source file.
13468         (gdb-frame-handler): Make it work again with just assembly.
13469         (gdb-data-list-register-values-handler): Make it work when there is
13470         no stack.
13472 2006-04-09  Richard Stallman  <rms@gnu.org>
13474         * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
13475         specs while looking for charset.
13477         * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
13479         * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
13480         Make them faces.
13481         (lm-font-lock-keywords): Update appropriately.
13483 2006-04-10  Kim F. Storm  <storm@cua.dk>
13485         * simple.el (filter-buffer-substring): Add NOPROPS arg, so
13486         it can also replace buffer-substring-no-properties.
13488         * emulation/cua-base.el (cua-delete-region, cua-paste)
13489         (cua-repeat-replace-region): Use filter-buffer-substring.
13491         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
13492         (cua-cut-region-to-global-mark): Likewise.
13494         * emulation/cua-rect.el (cua--extract-rectangle)
13495         (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
13497 2006-04-09  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
13499         * textmodes/bibtex.el (bibtex-entry-update): New optional arg
13500         entry-type.  Add field delimiters to numerical fields if they are
13501         not present.
13503 2006-04-09  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
13505         * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
13506         string-const to return value.
13507         (bibtex-remove-delimiters): Use it.
13509 2006-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13511         * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
13512         cl-byte-compile-compiler-macro unless it exists.
13514 2006-04-08  Eli Zaretskii  <eliz@gnu.org>
13516         * files.el (hack-local-variables-confirm) <offer-save>:
13517         Clarify message text.  Suggested by Ralf Angeli.
13519 2006-04-08  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
13521         * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
13522         (delete-extract-rectangle-line): Use `filter-buffer-substring'
13523         instead of `buffer-substring' and `delete-region'.  (Most of the
13524         code actually copied from `kill-region'.)
13526 2006-04-08  Ryan Yeske  <rcyeske@gmail.com>
13528         * net/rcirc.el (rcirc-default-server): Rename from rcirc-server.
13529         (rcirc-default-port): Rename from rcirc-port.
13530         (rcirc-default-nick): Rename from rcirc-nick.
13531         (rcirc-default-user-name): Rename from rcirc-user-name.
13532         (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
13533         (rcirc-low-priority-flag): New variable.
13534         (rcirc-decode-coding-system): New defcustom.
13535         (rcirc-encode-coding-system): New defcustom.
13536         (rcirc-coding-system-alist): New defcustom.
13537         (rcirc-multiline-major-mode): New defcustom.
13538         (rcirc-nick): New internal variable.
13539         (rcirc-process): Remove variable.
13540         (rcirc-server-buffer): New variable.
13541         (rcirc): Update to use rcirc-default-* variables above.
13542         (rcirc-connect): Do not add window-configuration-hook-here.
13543         (rcirc-server): New internal variable.
13544         (rcirc-connect): Do not send keepalive pings if
13545         rcirc-keepalive-seconds is nil.
13546         (with-rcirc-server-buffer): New macro.
13547         (rcirc-send-string): Encode with rcirc-encode-coding-system.
13548         (rcirc-server-name): Rename from rcirc-server.
13549         (rcirc-buffer-process): New function.
13550         (rcirc-buffer-nick): New function.
13551         (rcirc-buffer-target): Remove function.
13552         (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
13553         New commands.
13554         (rcirc-mode-map): Change binding of C-c C-l to
13555         rcirc-toggle-low-priority.
13556         (rcirc-mode): Initialize coding system based on
13557         rcirc-coding-system-alist.  New change-major-mode-hook to part the
13558         channel on a mode change.  Make kill-buffer-hook buffer-local.
13559         (rcirc-change-major-mode-hook): New function.
13560         (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
13561         (rcirc-last-post-time): New variable.
13562         (rcirc-process-message): Store the last time user posted a message
13563         to this target.
13564         (rcirc-multiline-minor-mode): New mode.
13565         (rcirc-multiline-minor-mode-map): New mode map.
13566         (rcirc-edit-multiline): Put multiline-edit buffer in
13567         rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
13568         (rcirc-print): Ignore any line starting with an ignored nick.
13569         (rcirc-print): Decode using rcirc-decode-coding-system.
13570         (rcirc-track-minor-mode): Update global-mode-string when disabling
13571         this mode.
13572         (minor-mode-alist): Add LowPri indicator.
13573         (rcirc-toggle-low-priority): New function.
13574         (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
13575         next lowpriority buffer with activity.
13576         (rcirc-record-activity): Sort buffers in rcirc-activity by the
13577         last time the user posted a message in to the target.
13578         (rcirc-update-activity-string): New formatting for low priority
13579         buffers.
13580         (rcirc-split-activity): New function.
13581         (rcirc-handler-PART, rcirc-handler-KICK)
13582         (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
13583         (rcirc-nick-away-alist): New variable.
13584         (rcirc-handler-301): New handler.  Away messages are printed once
13585         per change.
13587 2006-04-08  Eli Zaretskii  <eliz@gnu.org>
13589         * info.el (Info-follow-nearest-node): Doc fix.
13591         * international/mule-cmds.el (set-locale-environment): Make sure
13592         the coding-system preferred by the locale's language has the same
13593         EOL conversion type as the original buffer-file-coding-system.
13594         (locale-language-names): Add a few MS Windows language codes.
13596 2006-04-07  Richard Stallman  <rms@gnu.org>
13598         * simple.el (eval-expression): Doc fix.
13600         * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
13601         (eval-defun): Doc fixes.
13603 2006-04-07  Reiner Steib  <Reiner.Steib@gmx.de>
13605         * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
13607 2006-04-07  Nick Roberts  <nickrob@snap.net.nz>
13609         * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
13610         GDB list command without argument for greater generality.
13612 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
13614         * subr.el (string-or-null-p): New function.
13616         * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
13618         * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
13620         * files.el: Update comment about safe-local-variable declarations.
13622 2006-04-06  J.D. Smith  <jdsmith@as.arizona.edu>
13624         * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
13625         See idlwave.org.
13627         * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
13628         See idlwave.org.  Includes code to obsolete idlw-rinfo.el.
13630         * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
13631         See idlwave.org.
13633         * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
13634         version 6.0 (minimal changes).  See idlwave.org.
13636         * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
13637         6.0 (minimal changes).  See idlwave.org.
13639         * progmodes/idlw-rinfo.el: File obsoleted and removed.
13641 2006-04-06  Romain Francoise  <romain@orebokech.com>
13643         * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
13644         symmetric encryption features and a new asynchronous interface to
13645         GnuPG.  This new version is version 1.4, plus whitespace changes.
13647 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
13649         * files.el: Move some `safe-local-variable' declarations to the
13650         respective files.
13652         * textmodes/ispell.el (ispell-check-comments)
13653         (ispell-local-dictionary): Mark as safe.
13655         * abbrev.el (abbrev-mode): Mark as safe.
13657         * add-log.el (change-log-default-name): Mark as safe.
13659         * textmodes/reftex-vars.el (reftex-vref-is-default)
13660         (reftex-fref-is-default, reftex-level-indent)
13661         (reftex-guess-label-type): Mark as safe.
13663         * textmodes/fill.el (colon-double-space): Mark as safe.
13665         * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
13666         (sentence-end-double-space, sentence-end-without-period)
13667         (sentence-end-without-space, sentence-end, sentence-end-base)
13668         (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
13670 2006-04-06  Kim F. Storm  <storm@cua.dk>
13672         * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
13673         the :set-after list.
13674         (ido-downcase-unc-hosts): New user option.  Default on.
13675         (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
13676         when it is set, as regexps are now applied on the fly.
13677         (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
13678         Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
13679         on the fly, but only when ido-process-ignore-lists is set.
13680         Do case insensitive filtering if ido-downcase-unc-hosts is set.
13681         Only downcase names if ido-downcase-unc-hosts is set.
13683 2006-04-06  Juanma Barranquero  <lekktu@gmail.com>
13685         * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
13687         * woman.el (WoMan-xref-man-page): Fix call to `substring'.
13689 2006-04-05  Kim F. Storm  <storm@cua.dk>
13691         * ido.el (ido-mode): Set after ido-unc-hosts and
13692         ido-ignore-unc-host-regexps.
13693         (ido-save-history): Save ido-unc-hosts-cache.
13694         (ido-load-history): Load ido-unc-hosts-cache.
13695         (ido-reread-directory): Refresh unc hosts cache in // dir.
13697         * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
13698         to nil while displaying slash screen.
13700 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
13702         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
13703         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
13705 2006-04-05  Kenichi Handa  <handa@m17n.org>
13707         * international/characters.el: Setup cases of Latin, Greek, and
13708         Cyrillic characters in CJK charsets.
13710 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
13712         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
13713         default-enable-multibyte-characters.  This reverts the change from
13714         revision 6.17 which is no longer necessary because the passphrase
13715         is sent separately now.  GnuPG messages are unreadable under
13716         multibyte locales with default-enable-multibyte-characters set to nil.
13718 2006-04-04  Andreas Schwab  <schwab@suse.de>
13720         * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
13721         and `byte-compile-warnings' as `safe-local-variable'.
13723 2006-04-04  Dan Nicolaescu  <dann@ics.uci.edu>
13725         * man.el (Man-mode-map): Restore the \r binding.
13726         (Man-abstract-xref-man-page): If Man-target-string is a function,
13727         call it.
13728         (Man-highlight-references): Use Man-default-man-entry to get the
13729         target.  Deal with xrefs too.
13730         (Man-highlight-references0): Don't call the target function.
13732         * woman.el (WoMan-xref-man-page): Strip the section number, woman
13733         cannot deal with it.
13735 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
13737         * pgg-gpg.el: Clean up process buffers every time gpg processes
13738         complete.
13740 2006-04-04  Kenichi Handa  <handa@m17n.org>
13742         * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
13743         here.
13744         (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
13745         Temporarily bind inhibit-field-text-motion to t.
13747 2006-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13749         * startup.el (normal-splash-screen): Only set mode-line-format in the
13750         splash buffer, so as not to interfere when debugging the code.
13751         Ignore errors when switching buffer.
13753 2006-04-03  Romain Francoise  <romain@orebokech.com>
13755         * dired.el (dired-dnd-protocol-alist): Fix typo.
13757 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
13759         * savehist.el (savehist): Add :version.
13760         (savehist-ignored-variables): New variable.
13761         (savehist-minibuffer-hook): Don't save variables listed in
13762         `savehist-ignored-variables'.
13764         * dired.el (dired-dnd-protocol-alist): Mention that change does
13765         only apply to new buffers in doc string.
13767 2006-04-03  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
13769         * recentf.el (recentf-open-files-item): Include newline in button
13770         field, so opening a file will work, when the point is at the end
13771         of the file name.  Allow, for example, to [i]search a file by
13772         extension and just push RET to open it.
13774 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
13776         * pgg-gpg.el (pgg-gpg-process-filter)
13777         (pgg-gpg-wait-for-completion): Check if buffer is alive.
13779         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
13780         lines, temporary fix.
13782 2006-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
13784         * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
13786 2006-04-02  Richard Stallman  <rms@gnu.org>
13788         * progmodes/compile.el (compilation-message-face): Make it defcustom.
13790 2006-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
13792         * ibuf-macs.el (define-ibuffer-column): Add a new key:
13793         header-mouse-map.
13795         * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
13796         (ibuffer-mode-header-map): New keymaps.
13797         (ibuffer-update-title-and-summary): Enable mouse face highlighting
13798         and keybindings for column headers.
13799         (name, size, mode) <define-ibuffer-column>: Add a header-mouse-map
13800         property.
13802 2006-04-02  Drew Adams  <drew.adams@oracle.com>
13804         * speedbar.el (speedbar-after-create-hook): Doc fix.
13806 2006-04-02  Michael Ernst  <mernst@alum.mit.edu>
13808         * shell.el (shell-directory-tracker)
13809         (shell-dynamic-complete-command): Doc fixes.
13811 2006-04-01  Matt Hodges  <MPHodges@member.fsf.org>
13813         * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
13814         terminals.
13816 2006-04-01  Kim F. Storm  <storm@cua.dk>
13818         * ido.el (ido-unc-hosts-cache): New defvar.
13819         (ido-unc-hosts): If value of defcustom is a function, call it to
13820         get list of UNC hosts.  Add function-item choices to specify
13821         ido-unc-hosts-net-view or user function.
13822         (ido-ignore-unc-host-regexps): New defcustom.
13823         (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
13824         (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
13825         (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
13827 2006-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13829         * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
13830         wwidth.
13832 2006-03-31  Juanma Barranquero  <lekktu@gmail.com>
13834         * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
13835         (ido-max-work-file-list, ido-switch-buffer)
13836         (ido-read-file-name-as-directory-commands):
13837         Fix typos in docstrings.
13839 2006-03-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13841         * term/mac-win.el (mac-system-coding-system): Define and use after
13842         Mac-specific coding systems are ready.
13844 2006-03-27  Romain Francoise  <romain@orebokech.com>
13846         * net/rcirc.el (rcirc-connect): Add autoload cookie.
13848         * ldefs-boot.el: Update.
13850 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
13852         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
13853         passphrases when it is not needed.
13854         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
13855         passphrase stuff from gpg, should only be necessary when you use
13856         gpg with a smartcard.
13858 2006-03-27  Nick Roberts  <nickrob@snap.net.nz>
13860         * comint.el (comint-dynamic-list-completions): Allow user to
13861         select *Completions* buffer.
13863 2006-03-27  Carsten Dominik  <dominik@science.uva.nl>
13865         * textmodes/org.el (org-get-level-face): Fix bug with level counting.
13867 2006-03-26  Andreas Schwab  <schwab@suse.de>
13869         * progmodes/gud.el (gdb): Only complain about multiple debugging
13870         when the gdb process is still running.
13872 2006-03-25  Eli Zaretskii  <eliz@gnu.org>
13874         * mail/rmail.el (tool-bar-map): Defvar it.
13875         (rmail-tool-bar-map): Tool-bar buttons for Rmail.
13876         (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
13878 2006-03-25  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
13880         * help.el (print-help-return-message): Suggest to use
13881         display-buffer instead of switch-to-buffer-other-window to restore
13882         the previous window without selecting it.
13884 2006-03-25  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13886         * frame.el (select-frame-by-name): Call x-focus-frame also when
13887         window-system is mac.
13889         * term/mac-win.el: Adjust Courier font specifications in
13890         x-fixed-font-alist.
13891         (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
13892         when directly encoding to UTF-16 in native byte order, no BOM.
13894 2006-03-25  Kim F. Storm  <storm@cua.dk>
13896         * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
13897         (cua--init-keymaps): Use it instead of fixed C-return.
13898         (cua-mode): Set after it.
13900         * emulation/cua-rect.el (cua--init-rectangles):
13901         Use cua-rectangle-mark-key instead of fixed C-return.
13903 2006-03-25  Nick Roberts  <nickrob@snap.net.nz>
13905         * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
13906         "run" in .gdbinit.
13907         (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
13909 2006-03-24  Romain Francoise  <romain@orebokech.com>
13911         * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
13912         `display-buffer-other-frame'.
13914 2006-03-24  Kim F. Storm  <storm@cua.dk>
13916         * apropos.el (apropos-synonyms): Add selection => region.
13918 2006-03-24  Nick Roberts  <nickrob@snap.net.nz>
13920         * progmodes/gdb-ui.el (gdb-var-create-regexp)
13921         (gdb-var-list-children-regexp, gdb-var-update-regexp)
13922         (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
13923         (gdb-data-list-register-values-regexp)
13924         (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
13925         Future proof against new fields being added to MI output.
13926         (gdb-send): Don't treat backslashes for program input as
13927         continuations.
13928         (gdb-assembler-handler): Don't use window-start for this handler.
13929         (gdb-frame-handler): Don't change to hollow arrow if overlay
13930         arrow doesn't move to new frame.
13932 2006-03-24  Nick Roberts  <nickrob@snap.net.nz>
13934         * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
13935         prevent compiler warnings.
13936         (gdb-stopped): Check for gud-last-last-frame (case: signal).
13937         (breakpoint-disabled): Make lighter for contrast with overlay arrow.
13938         (gdb-assembler-custom): Use hollow-right-triangle for assembler
13939         buffer too.
13941 2006-03-23  Reiner Steib  <reinersteib+gmane@imap.cc>
13943         * pgg-gpg.el (pgg-gpg-update-agent): Check for
13944         make-network-process, so we can use the same code in Gnus v5-10
13945         too and have this file fully synchronized with that release.
13947 2006-03-23  Romain Francoise  <romain@orebokech.com>
13949         * ibuf-ext.el (ibuffer-read-filter-group-name):
13950         Use `ibuffer-generate-filter-groups' to make completion list match
13951         the filter groups that are really displayed in the Ibuffer buffer.
13952         (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
13954 2006-03-23  Kenichi Handa  <handa@m17n.org>
13956         * international/mule-cmds.el (sort-coding-systems): Describe that
13957         the argument is modified in docstring.
13959 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
13961         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
13962         (pgg-gpg-update-agent): New function.
13963         (pgg-gpg-use-agent-p): New function.
13964         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
13965         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13966         (pgg-gpg-sign-region): Use it.
13968 2006-03-21  Chong Yidong  <cyd@stupidchicken.com>
13970         * cus-edit.el (custom-face-set): Call custom-push-theme before
13971         face-spec set so that `changed' theme is correctly saved.
13972         (custom-face-reset-standard): Reset to recalculated face rather
13973         than defface spec.
13975         * custom.el (custom-push-theme): Only save `changed' theme if the
13976         current face does not match the defface specs.
13978 2006-03-21  Simon Josefsson  <jas@extundo.com>
13980         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
13981         <wilde@sha-bang.de>.
13982         (pgg-gpg-use-agent): New variable.
13983         (pgg-gpg-process-region): Use it.
13984         (pgg-gpg-encrypt-region): Likewise.
13985         (pgg-gpg-encrypt-symmetric-region): Likewise.
13986         (pgg-gpg-decrypt-region): Likewise.
13987         (pgg-gpg-sign-region): Likewise.
13988         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
13990 2006-03-21  Carsten Dominik  <dominik@science.uva.nl>
13992         * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
13993         bracket links.
13995 2006-03-21  Kim F. Storm  <storm@cua.dk>
13997         * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
13998         fringe-indicator-alist instead of modifying global value.
13999         (gdb-frame-handler): Likewise.
14001 2006-03-21  Nick Roberts  <nickrob@snap.net.nz>
14003         * diff-mode.el (diff-function): Make it inherit from diff-header
14004         instead of diff-context.
14006         * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
14007         bitmap.
14008         (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
14009         change names in macro above for consistency.
14010         (gdb-frame-handler): Use hollow-right-triangle for all selected
14011         frames which except the innermost (where execution has stopped).
14012         (gdb-reset): Reset buffer-local values of overlay-arrow.
14014 2006-03-20  Richard Stallman  <rms@gnu.org>
14016         * simple.el (set-mark-command): Doc fix.
14018         * files.el (display-buffer-other-frame): New command.
14019         (ctl-x-4-map): Bind C-x 5 C-o to it.
14021 2006-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14023         * jit-lock.el (jit-lock-function): Check for the actual defer-timer
14024         rather than just defer-time, in case defer-time has been changed but
14025         the timer isn't running yet.
14026         (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
14028 2006-03-19  Luc Teirlinck  <teirllm@auburn.edu>
14030         * help-mode.el (help-follow-symbol): New function.
14031         Essentially identical to the old `help-follow', but do not let
14032         `push-button' do the work when on an xref.
14033         (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
14035 2006-03-19  Richard Stallman  <rms@gnu.org>
14037         * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
14038         preceded by the word `program'.
14039         (help-follow-mouse, help-follow): Throw error if not on xref.
14040         Delete no longer used args.
14042 2006-03-20  Nick Roberts  <nickrob@snap.net.nz>
14044         * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
14045         annotation ensure gud-overlay-arrow-position is redisplayed.
14047 2006-03-19  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
14049         * textmodes/bibtex.el (bibtex-include-OPTkey)
14050         (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
14051         (bibtex-autokey-name-case-convert)
14052         (bibtex-autokey-titleword-case-convert): Make these the aliases
14053         for the following two variables.
14054         (bibtex-autokey-name-case-convert-function)
14055         (bibtex-autokey-titleword-case-convert-function): Make these the
14056         real names.
14057         (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
14058         bibtex-font-lock-crossref sublists.
14059         (bibtex-mode): Revert 2005-12-30 change (which made
14060         completion-ignore-case buffer-local).
14061         (bibtex-url): Simplify.
14063 2006-03-19  Kim F. Storm  <storm@cua.dk>
14065         * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
14066         cursor property value to 2 (to align with C level change).
14068 2006-03-19  Bill Wohler  <wohler@newt.com>
14070         * image.el (image-load-path-for-library): Shorten first line in
14071         docstring.
14073 2006-03-18  Richard Stallman  <rms@gnu.org>
14075         * mail/rmail.el (rmail-reply-regexp): Undo previous change.
14077 2006-03-18  Ben North  <ben@redfrontdoor.org>  (tiny change)
14079         * isearch.el (isearch-other-meta-char): Handle user bindings for
14080         shifted control characters.
14082 2006-03-18  Agustin Martin  <agustin.martin@hispalinux.es>
14084         * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
14085         part that matches email addresses, file names, etc.
14087 2006-03-18  Eli Zaretskii  <eliz@gnu.org>
14089         * term/w32-win.el (mouse-set-font):
14090         Mention w32-list-proportional-fonts in the doc string.
14092 2006-03-18  Kim F. Storm  <storm@cua.dk>
14094         * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
14095         (ido-unc-hosts): New user option to explicitly define list of know
14096         UNC-style hosts for completion.
14097         (ido-cache-unc-host-shares-time): New user option.
14098         (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
14099         New helper functions for UNC file-name support.
14100         (ido-may-cache-directory): Check for UNC host.  Simplify.
14101         (ido-wash-history): Clean out old UNC hosts.
14102         (ido-nonreadable-directory-p): UNC hosts are always readable.
14103         (ido-directory-too-big-p): UNC hosts are never too big.
14104         (ido-set-current-directory): Handle UNC root path.
14105         (ido-file-name-all-completions): Complete UNC host names from
14106         ido-unc-hosts list.  Cache UNC host shares.
14107         (ido-make-file-list-1): Don't filter UNC root.
14108         (ido-exhibit): Check for // in root directory, and switch to UNC
14109         mode by setting ido-current-directory to //.
14111 2006-03-17  Luc Teirlinck  <teirllm@auburn.edu>
14113         * cus-edit.el (customize-changed-options): Mention explicit
14114         version number as default in prompt.
14116 2006-03-17  Bill Wohler  <wohler@newt.com>
14118         * image.el (image-load-path-for-library): Minor docstring fix.
14120 2006-03-17  Carsten Dominik  <dominik@science.uva.nl>
14122         * textmodes/org.el (org-read-date): Include subgroup 5 into
14123         replacement text.
14124         (org-popup-calendar-for-date-prompt): Fix customization type.
14126 2006-03-17  Nick Roberts  <nickrob@snap.net.nz>
14128         * progmodes/gdb-ui.el (gud-watch): Provide completion.
14129         (gdb-continuation): New variable.
14130         (gdb-send): Deal with continuation lines.
14132         * progmodes/gud.el (gud-gdb-complete-command)
14133         (gud-gdb-run-command-fetch-lines): Adapt for use with watch
14134         expressions.
14135         (gud-tooltip-mode): Use buffer-local value.
14137 2006-03-16  Kim F. Storm  <storm@cua.dk>
14139         * ido.el (ido-edit-input): Use selected match, if any.
14141 2006-03-16  Bill Wohler  <wohler@newt.com>
14143         * image.el (image-load-path-for-library): Prefer user's images in
14144         image-load-path.
14146 2006-03-16  Martin Rudalics  <rudalics@gmx.at>
14148         * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
14149         when checking for attempt to drag leftmost or rightmost scrollbar.
14151 2006-03-16  Nick Roberts  <nickrob@snap.net.nz>
14153         * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
14154         (gdb-force-mode-line-update): New function.
14155         (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
14156         (gdb-exited): Use them.
14157         (gdb-signal): New function.
14158         (gdb-annotation-rules): Provide a rule for it.
14160 2006-03-16  Kenichi Handa  <handa@m17n.org>
14162         * international/mule.el (auto-coding-regexp-alist): Add entries
14163         for Unicode BOM.
14165         * sort.el (sort-build-lists): Temporarily bind
14166         inhibit-field-text-motion to t.
14168 2006-03-15  Luc Teirlinck  <teirllm@auburn.edu>
14170         * locate.el (locate-command, locate-make-command-line)
14171         (locate-fcodes-file, locate-update-command)
14172         (locate-prompt-for-command, locate, locate-with-filter)
14173         (locate-get-file-positions): Doc fixes.
14174         (locate-buffer-name, locate-header-face): Remove leading `*' in
14175         defcustom.
14176         (locate-filter-output): Use `keep-lines' instead of its alias
14177         `delete-non-matching-lines'.
14178         (locate-get-filename, locate-get-dirname): Add introductory comment.
14179         (locate-find-directory-other-window): Give appropriate error
14180         message if used outside main listing.
14182 2006-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
14184         * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
14185         the new extend-region feature.
14186         (font-lock-after-change-function): Update correspondingly.
14187         * jit-lock.el (jit-lock-after-change): Update correspondingly.
14188         * progmodes/grep.el (font-lock-lines-before): Don't disable.
14190 2006-03-15  Bill Wohler  <wohler@newt.com>
14192         * image.el (image-load-path-for-library): Fix example by not
14193         recommending that one binds image-load-path.  Just defvar it to
14194         placate compiler and only use it if previously defined.
14196 2006-03-15  Carsten Dominik  <dominik@science.uva.nl>
14198         * textmodes/org.el (org-insert-centered): Use `string-width' to
14199         make underlining work for wide characters.
14200         (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
14201         TAB to `org-cycle', to make sure that no binding in
14202         `outline-mode-map' can supercede it.
14204 2006-03-14  Ken Manheimer  <ken.manheimer@gmail.com>
14206         * allout.el: Increment version to 2.2.1 in file commentary.
14208         (allout-version): Increment to 2.2.1.
14210         (allout-default-layout): New customization variable, used when the
14211         file lacks a specific allout-layout.  Uses allout-layout-type for
14212         recursively nested definition.
14214         (allout-layout-type): Widget defining allout layouts, necessary for
14215         self-recursive definition.
14217         (allout-mode): Incorporate allout-default-layout as fallback for
14218         allout-layout.
14220         (allout-layout): Mark as 'safe-local-variable', and refer mention
14221         fallback to `allout-default-layout' in absence of a specified value.
14222         (allout-passphrase-verifier-string)
14223         (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
14225         (allout-file-passphrase-verifier-string): Obsolete variable, removed.
14227         (allout-get-encryption-passphrase-verifier): Use correct name of
14228         passphrase verifier in docstring.
14230 2006-03-15  Nick Roberts  <nickrob@snap.net.nz>
14232         * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
14233         elements.
14234         (gdb-find-watch-expression): Make it work for arrays too.
14235         Follow change to gdb-var-list.
14236         (gud-watch): Allow the user to enter variable name with a prexix
14237         arg.  Create keybindings.
14238         (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
14239         (gdb-var-list-children-handler, gdb-var-update-handler)
14240         (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
14241         (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
14242         Follow change to gdb-var-list.
14243         (gdb-starting): Don't show the overlay arrows when program is running.
14245         * progmodes/gud.el (gud-speedbar-buttons): Follow change to
14246         gdb-var-list.
14248 2006-03-14  Bill Wohler  <wohler@newt.com>
14250         * image.el (image-load-path-for-library): Pass value of path
14251         rather than symbol.  Always return list of directories.
14252         Guarantee that image directory comes first.
14254 2006-03-14  Alan Mackenzie  <acm@muc.de>
14256         * font-core.el (font-lock-extend-region\(-function\)?.):
14257         New function/variable.
14259         * font-lock.el (font-lock-after-change-function):
14260         Call font-lock-extend-region.  Obey font-lock-lines-before.
14261         (font-lock-default-fontify-region): Remove reference to
14262         font-lock-lines-before.
14264         * jit-lock.el (jit-lock-after-change):
14265         Call font-lock-extend-region.  Obey font-lock-lines-before.
14267 2006-03-14  David Ponce  <david@dponce.com>
14269         * tree-widget.el (tree-widget-themes-load-path)
14270         (tree-widget-themes-directory, tree-widget-theme): Doc fix.
14272 2006-03-13  Ryan Yeske  <rcyeske@gmail.com>
14274         * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
14275         (rcirc-print): Mark the start of text at the end of the prompt.
14276         (rcirc-track-minor-mode): Add autoload cookie.
14277         (rcirc-update-activity-string): Add space to front of mode-line
14278         indicator.
14280 2006-03-13  Miles Bader  <miles@gnu.org>
14282         * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
14283         (rcirc-abbrev-nick): Remove function.
14284         (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
14286 2006-03-13  David Ponce  <david@dponce.com>
14288         * tree-widget.el: Handle themes across all occurrences of the main
14289         themes sub-directory found in tree-widget-themes-load-path.
14290         (tree-widget-themes-directory, tree-widget-theme): Doc fix.
14291         (tree-widget--locate-sub-directory): Return all occurrences.
14292         (tree-widget-themes-path): New function.
14293         Replace tree-widget-themes-directory, and return a list of directories.
14294         (tree-widget-set-parent-theme)
14295         (tree-widget-lookup-image): Use it.
14297 2006-03-13  Carsten Dominik  <dominik@science.uva.nl>
14299         * textmodes/org.el (org-link-search): Avoid self-matching of
14300         links, allow target text to be distributed over several lines.
14301         (org-search-not-link): New function.
14302         (org-set-regexps-and-options, org-get-current-options):
14303         New startup options.
14304         (org-export-as-html): Take odd-level setting from local variable.
14305         (org-fontify-emphasized-text): New option.
14306         (org-set-font-lock-defaults): Include emphasized text.
14307         (org-follow-mhe-link): Allow folder-only links, fix folder name.
14308         (org-font-lock): Customize group renamed from `org-faces'.
14310 2006-03-13  John Paul Wallington  <jpw@pobox.com>
14312         * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
14313         keyword; require `ibuf-ext' feature.  Thanks to Zhang Wei.
14315 2006-03-12  Luc Teirlinck  <teirllm@auburn.edu>
14317         * cus-start.el (all): Delete :version keyword for members of the
14318         fringe group, since the entire group is new in 22.1.
14320 2006-03-13  Nick Roberts  <nickrob@snap.net.nz>
14322         * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
14323         map if value is hexadecimal (an address).
14324         (gud-watch): Only search roots for existing watch expressions.
14325         (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
14326         prevent caching problems with speedbar-update-directory-contents.
14328 2006-03-12  Juri Linkov  <juri@jurta.org>
14330         * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
14331         before comparing with `low' and `warn'.
14333         * info.el (Info-dir-remove-duplicates): Move point to the
14334         beginning of the current line after deleting the entries from
14335         redundant heading.  Use marker for `limit' and compare it with
14336         point before calling `re-search-forward'.
14338 2006-03-11  Luc Teirlinck  <teirllm@auburn.edu>
14340         * simple.el (yank): Fix typo in docstring.
14342 2006-03-11  Ryan Yeske  <rcyeske@gmail.com>
14344         * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
14345         messages, where "D" is the 6th character.
14347 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
14349         * simple.el (yank): Fix last change.
14351 2006-03-11  David Ponce  <david@dponce.com>
14353         * textmodes/ispell.el (ispell-find-aspell-dictionaries): Add aliases
14354         before merging elements from the standard ispell-dictionary-alist.
14355         (ispell-aspell-add-aliases): Add aliases to the passed dictionary
14356         alist, and return the new alist.
14358 2006-03-11  Richard Stallman  <rms@gnu.org>
14360         * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
14362         * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
14363         the way it is implemented is too unclean.
14365         * simple.el (kill-region, yank): Doc fix.
14367         * battery.el (battery-echo-area-format): Doc fix.
14368         (battery-mode-line-format): Likewise.
14369         (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
14370         (battery-linux-proc-acpi): Ignore batteries that say "charged".
14372 2006-03-11  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
14374         * progmodes/octave-mod.el (octave-indent-for-comment):
14375         Behave according to do string.
14377 2006-03-11  Agustin Martin  <agustin.martin@hispalinux.es>
14379         * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
14380         Be visible only if major mode is Mail Mode.
14382         * textmodes/flyspell.el (flyspell-external-point-words)
14383         (flyspell-process-localwords): Fix last changes.
14385 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
14387         * calendar/holidays.el (list-holidays): Doc fix.
14389         * international/mule.el (auto-coding-alist): Add .odt
14390         (OpenOffice's open document) files.
14392         * files.el (auto-mode-alist): Add .odt (OpenOffice's open
14393         document) files.  Mention in the doc string the need to sync with
14394         auto-coding-alist.
14396 2006-03-10  Chong Yidong  <cyd@stupidchicken.com>
14398         * files.el (hack-local-variables-confirm): Don't prompt for ! if
14399         enable-local-variables is set to always query, or there is no
14400         savable variable.
14402 2006-03-10  Bill Wohler  <wohler@newt.com>
14404         * image.el (image-load-path-for-library): Merge at least three
14405         functions from Gnus and MH-E into this one function that can now
14406         be shared.
14408 2006-03-11  Nick Roberts  <nickrob@snap.net.nz>
14410         * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
14411         gdb-remove-mouse-face and remove help-echo too.
14412         (gdb-enqueue-input): Correct conditional clause.
14414 2006-03-10  Glenn Morris  <rgm@gnu.org>
14416         * calendar/calendar.el (calendar-holidays): Doc fix.
14417         * calendar/holidays.el (list-holidays): Doc fix.
14419 2006-03-10  Nick Roberts  <nickrob@snap.net.nz>
14421         * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
14422         it gets called in gdb-prompt anyway.
14423         (gdb-use-separate-io-buffer): Only restore window arrangement for
14424         gdb-many-windows.
14425         (gdb-enqueue-input): Make it harder to send GDB input when program
14426         is running.
14427         (gdb-buffer-list): New variable.
14428         (gdb-remove-mouse-face): New function.
14429         (gdb-starting): Use it when GDB input won't get sent.
14431 2006-03-08  Juanma Barranquero  <lekktu@gmail.com>
14433         * help.el (view-lossage): Remove trailing whitespace before
14434         inserting "\n".
14436 2006-03-07  Chong Yidong  <cyd@stupidchicken.com>
14438         * files.el (hack-local-variables-confirm):
14439         Set coding-system-for-read to nil before writing to .emacs.
14441         * arc-mode.el (archive-extract): Check if an existing buffer name
14442         comes from a different archive.
14444         * help.el (describe-key-briefly): If KEY is a down event, read and
14445         discard the up event.
14447 2006-03-07  Nick Roberts  <nickrob@snap.net.nz>
14449         * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
14450         be edited and use font-lock-warning-face for any changes.
14452         * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
14453         (gdb-edit-value): Use it to report any errors.
14455 2006-03-07  Juanma Barranquero  <lekktu@gmail.com>
14457         * help.el (describe-key): Remove leftover test code.
14459 2006-03-07  Carsten Dominik  <dominik@science.uva.nl>
14461         * textmodes/org.el: Move defvars out of eval-when-compile.
14462         Use buffer-file-name variable.
14463         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
14464         arg `file'.
14465         (org-level-faces): Remove startup dependency.
14466         (org-cycle, org-map-tree, org-scan-tags)
14467         (org-remember-handler): Don't call `outline-level' directly.
14468         (org-mhe-search-all-folders): New option.
14469         (org-mhe-get-message-folder-from-index)
14470         (org-mhe-get-message-folder): Fix indexing search.
14471         (org-format-agenda-item): Handle nil TAGS argument.
14472         (org-cleaned-string-for-export, org-activate-target-links)
14473         (org-make-target-link-regexp): Deal with empty radio target list.
14474         (org-tag): New face.
14475         (org-get-level-face): New function.
14476         (org-set-font-lock-defaults): Simplify setup for headlines.
14477         (org-complete): Pass common substring to `display-completion-list'.
14479 2006-03-06  David Ponce  <david@dponce.com>
14481         * tree-widget.el: Update Commentary header.
14482         (tree-widget-theme-name): Ignore parent themes.
14483         (tree-widget-set-parent-theme): New function.
14484         (tree-widget-set-theme): Use it.
14485         (tree-widget-set-image-properties): Move definition.  Does nothing
14486         if image properties have already been set.
14487         (tree-widget-image-properties): Move definition.  Receive an image
14488         name.  Set the :pointer property.
14489         (tree-widget-lookup-image): Doc fix.  Search in parent themes.
14490         Don't set the :pointer image property.
14491         (tree-widget-convert-widget): New function.  Handle :dynargs
14492         compatibility here.
14493         (tree-widget): Use it to :convert-widget.  Add the :expander-p
14494         predicate to control when the :expander function is entered.
14495         Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
14496         (tree-widget-value-create): Handle :expander-p.  widget-apply
14497         :expander.
14498         (tree-widget-expander-p): New function.  Default value of the
14499         :expander-p property.
14501 2006-03-06  Chong Yidong  <cyd@stupidchicken.com>
14503         * help.el (describe-key): Properly handle the return value of
14504         read-key-sequence when grabbing an up-event.  Cleanup mouse-1
14505         remaps.  Handle string and vector `follow-link' values.
14507 2006-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14509         * complete.el (PC-expand-many-files): Try be more careful when parsing
14510         the shell's output.
14512 2006-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14514         * outline.el (hide-sublevels): Provide better interactive default.
14516 2006-03-06  Kenichi Handa  <handa@m17n.org>
14518         * international/fontset.el (create-fontset-from-fontset-spec):
14519         Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
14521 2006-03-05  Luc Teirlinck  <teirllm@auburn.edu>
14523         * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
14524         backslashes instead of one in regexp.
14525         (gud-tooltip-dereference): Add missing optional argument.
14527 2006-03-04  John Paul Wallington  <jpw@pobox.com>
14529         * wdired.el (toplevel): Require `cl' at compile-time.
14531 2006-03-04  Andreas Schwab  <schwab@suse.de>
14533         * server.el (server-process-filter): Handle errors during
14534         evaluation of the argument.
14536 2006-03-03  John Paul Wallington  <jpw@pobox.com>
14538         * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
14539         escape parentheses at beginning of line.
14540         (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
14541         (t-mouse-mode): Remove period from end of error message.
14543 2006-03-03  Agustin Martin  <agustin.martin@hispalinux.es>
14545         * textmodes/flyspell.el (flyspell-process-localwords):
14546         Be case-sensitive.
14548 2006-03-03  Martin Rudalics  <rudalics@gmx.at>
14550         * cus-edit.el (custom-quote): Remove function, since it has been
14551         moved to custom.el.
14553         * font-lock.el (lisp-font-lock-keywords-2)
14554         * emacs-lisp/rx.el (rx-check-any, rx-check-not)
14555         * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
14556         they have no special meaning.
14558         * midnight.el (clean-buffer-list): Handle case where base-buffer of
14559         indirect buffer gets killed before indirect buffer.  Use dolist.
14561 2006-03-03  Ken Manheimer  <ken.manheimer@gmail.com>
14563         * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
14564         value instead of a literal constant (1) on more pauses.
14566 2006-03-03  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
14568         * textmodes/flyspell.el (flyspell-external-point-words):
14569         Be case-sensitive.
14571 2006-03-03  Ryan Yeske  <rcyeske@gmail.com>
14573         * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
14574         with "www".
14576 2006-03-03  Ken Manheimer  <ken.manheimer@gmail.com>
14578         * allout.el: Restablish intermediate missing comment header to
14579         preserve outline structure.
14580         (allout-beginning-of-current-entry): Skip invisible text.
14581         (allout-open-topic): Fix opening a topic at end-of-buffer.
14582         (allout-minor-mode): Move nearer to allout-mode function.
14584 2006-03-02  Carsten Dominik  <dominik@science.uva.nl>
14586         * textmodes/org.el (org-paste-subtree): Remove (debug) form.
14588 2006-03-02  Nick Roberts  <nickrob@snap.net.nz>
14590         * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
14591         is nil.
14593         * progmodes/gud.el (gud-speedbar-menu-items):
14594         Use buffer-local-value and add missing :visible keyword.
14596         * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
14598 2006-03-01  Carsten Dominik  <dominik@science.uva.nl>
14600         * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
14601         must be `follow-link'.
14603         * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
14605         * textmodes/org.el (org-export-as-html): Fix bugs in HTML
14606         formatting: No nested anchors.
14607         (org-all-targets): Fix bug with XEmacs compatibility.
14608         (org-read-date): Add (require 'parse-time).
14609         (org-set-tags): Fix bug with extra inserted space.
14610         (org-export-html-style): Define a style class for targets.
14611         (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
14612         (org-hide-leading-stars): New option.
14613         (org-hide): New face.
14614         (org-set-font-lock-defaults): Allow to hide leading stars.
14615         (org-get-legal-level, org-tr-level): New functions.
14616         (org-odd-levels-only): New option.
14617         (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
14618         (org-demote, org-promote): Deal with double-star levels.
14619         (org-convert-to-odd-levels): New command.
14621 2006-03-01  Nick Roberts  <nickrob@snap.net.nz>
14623         * speedbar.el (speedbar-update-localized-contents): Try to
14624         preserve window-start.
14625         (speedbar-update-directory-contents): Try to preserve window-start
14626         and window-point.
14627         (speedbar-update-special-contents): Don't move back to start of window.
14629         * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
14630         gdb-speedbar-timer-fn.  Use speedbar-refresh instead of
14631         speedbar-timer-fn.
14632         (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
14633         (gdb-speedbar-expand-node): Use speedbar-delete-subblock
14634         instead of gdb-speedbar-timer-fn.
14636 2006-02-28  Jay Belanger  <belanger@truman.edu>
14638         * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
14639         (math-compose-expr): Use latex option when calling
14640         `math-compose-tex-matrix' for latex mode.
14642 2006-02-28  Nick Roberts  <nickrob@snap.net.nz>
14644         * speedbar.el: Re-instate comments about developing for speedbar
14645         [this is what info and gdb-ui use even if better methods exist now].
14647         * t-mouse.el: New file.
14648         (t-mouse-tty): Use with-temp-buffer.  Add more terminal types.
14649         (t-mouse-lispy-buffer-posn-from-coords): Remove.
14650         (t-mouse-make-event-element): Use posn-at-x-y instead.
14651         (t-mouse-make-event): Deal with Fedora Core 3.
14652         (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
14653         (t-mouse-mouse-position-function): New function.  Use it instead
14654         of advising mouse-position.
14655         (t-mouse-mode): New minor mode.
14656         (t-mouse-stop, t-mouse-run): Remove.  Use t-mouse-mode instead.
14658 2006-02-27  Glenn Morris  <rgm@gnu.org>
14660         * calendar/calendar.el (calendar-holidays): Doc fix.
14662 2006-02-27  Nick Roberts  <nickrob@snap.net.nz>
14664         * progmodes/gdb-ui.el (gdb-source-window): New variable.
14665         Re-introduce the concept of a source window.
14666         (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
14667         consistency with get-buffer-create.
14668         (def-gdb-auto-update-handler, gdb-info-locals-handler)
14669         (gdb-data-list-register-values-handler)
14670         (gdb-stack-list-locals-handler): Try to preserve window-start as
14671         well as window-point.
14672         (gdb-display-source-buffer): New function (old concept).
14673         (gdb-goto-breakpoint): Use it.
14675         * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
14676         for gdb-ui/gdb-mi (old concept).
14678 2006-02-27  Carsten Dominik  <dominik@science.uva.nl>
14680         * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
14681         binding.
14683         * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
14685         * textmodes/reftex-sel.el (reftex-select-label-map)
14686         (reftex-select-bib-map): Add `follow-mouse' binding.
14688 2006-02-26  Luc Teirlinck  <teirllm@auburn.edu>
14690         * jka-cmpr-hook.el (jka-compr-compression-info-list)
14691         (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
14692         Give :set functions to provide automatic updating.
14693         Update docstring.  Give compiler defvars early in the file
14694         and move the defcustoms to a later spot where all called functions
14695         are defined.
14696         (jka-compr-file-name-handler-entry): Doc fix.
14697         (jka-compr-compression-info-list--internal)
14698         (jka-compr-mode-alist-additions--internal)
14699         (jka-compr-load-suffixes--internal): New variables.
14700         (jka-compr-install): Set the three above variables.
14701         Update `load-file-rep-suffixes' instead of `load-suffixes'.
14702         (jka-compr-update, jka-compr-set): New functions.
14703         (auto-compression-mode): Doc fix.
14705         * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
14706         Update `load-file-rep-suffixes' instead of `load-suffixes'.
14707         Use jka-compr-compression-info-list--internal,
14708         jka-compr-mode-alist-additions--internal and
14709         jka-compr-load-suffixes--internal.
14711         * files.el (load-library):
14712         * loadhist.el (file-loadhist-lookup):
14713         * startup.el (command-line):
14714         * subr.el (locate-library):
14715         * emacs-lisp/autoload.el (update-directory-autoloads):
14716         * emacs-lisp/find-func.el (find-library-suffixes):
14717         Use `get-load-suffixes' instead of `load-suffixes'.
14719         * subr.el (locate-library):
14720         * emacs-lisp/find-func.el (find-library-name):
14721         Use `load-file-rep-suffixes' instead of '("").
14723 2006-02-26  Kim F. Storm  <storm@cua.dk>
14725         * ido.el (ido-save-history, ido-load-history): Simplify.
14726         Don't use find-file-noselect to avoid interference from other modes.
14728 2006-02-25  Thien-Thi Nguyen  <ttn@gnu.org>
14730         * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
14731         to use the default shell if filename is not available.
14732         Reported by Giorgos Keramidas.
14734 2006-02-25  John Williams  <jrw@pobox.com>  (tiny change)
14736         * progmodes/etags.el (tags-completion-table): Do completion from
14737         all the tables in the current list, as documented in the manual.
14739 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
14741         * CC Mode Update to 5.31.3.
14743 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
14745         * progmodes/cc-mode.el (c-postprocess-file-styles):
14746         Bind inhibit-read-only to t, around the call to
14747         c-remove-any-local-eval-or-mode-variables, so that it works on a
14748         RO file.
14750 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
14752         * progmodes/cc-awk.el: Correct a typo.
14754 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
14756         * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
14757         c-hungry-delete-backwards, at the request of RMS.  Leave the old
14758         name as an alias.
14760 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
14762         * progmodes/cc-mode.el: Correct a typo.
14764 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
14766         * progmodes/cc-defs.el: Update the version number to 5.31.3.
14768 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
14770         * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
14771         brace-else-brace (error due to mbeg, mend being undefined).
14773 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
14775         * progmodes/cc-mode.el: File Local variables: Solve the problem
14776         where both `mode' and c-file-offsets are specified: `mode' will
14777         overwrite c-f-o's settings:
14778         (c-remove-any-local-eval-or-mode-variables): New function.
14779         (c-postprocess-file-styles): Call the above new function, within
14780         c-tentative-buffer-change, to splat `mode' and `eval' before the
14781         second hack-local-variables.
14783 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
14785         * progmodes/cc-mode.el:
14786         [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
14787         (c-after-change): Protect the match data with save-match-data.
14788         It was getting corrupted by c-after-change-check-<>-operators.
14790         * progmodes/cc-defs.el: [Supersedes patch V1.38]:
14791         (top level): Check for a buggy font-lock-compile-keywords ONLY in
14792         XEmacs.  GNU Emacs 22 now has a check which would throw an error here.
14794         * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
14795         with save-match-data.  It was being corrupted when Font Lock was
14796         not enabled.
14798 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
14800         * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
14801         Mode and Subword Mode.
14803         * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
14804         real labels ("case 1:" or "foo:") from non-labels ("public:").
14805         (c-forward-objc-directive): Replace c-forward-token-2 with crude
14806         coding; c-f-t-2 doesn't move over a token at EOB.
14808         * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
14810         * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
14811         (c-update-modeline): Concatenate the minor mode indicators
14812         directly onto mode-name, removing c-submode-indicators.
14813         Sometimes, c-s-i got separated from the mode name on the mode line.
14815         * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
14816         (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
14818 2006-02-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
14820         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
14821         error message when there's an evaluation error to show whether
14822         it's loaded from source or not.
14823         (c-filter-ops): Make it available at runtime too to work when
14824         `c-make-init-lang-vars-fun' needs to evaluate from source.
14826 2006-02-24  Juanma Barranquero  <lekktu@gmail.com>
14828         * help.el (help): Revert last part of 2006-02-23 change (deletion
14829         of the `provide' call).
14831 2006-02-23  Juri Linkov  <juri@jurta.org>
14833         * compare-w.el (compare-windows-highlight): Add new value
14834         `persistent' and change :type from `boolean' to `choice'.
14835         (compare-windows-overlays1, compare-windows-overlays2):
14836         New internal variables.
14837         (compare-windows-highlight): If compare-windows-highlight is
14838         `persistent', add current overlays to compare-windows-overlays[12]
14839         instead of adding compare-windows-dehighlight to pre-command-hook.
14840         (compare-windows-dehighlight): Delete all overlays from
14841         compare-windows-overlays[12].
14843         * info.el (Info-search): Don't bind search-spaces-regexp to
14844         Info-search-whitespace-regexp in non-regexp isearch mode.
14846 2006-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
14848         * help.el (describe-mode): Pass `mode-name' to format-mode-line.
14850 2006-02-23  Juanma Barranquero  <lekktu@gmail.com>
14852         * textmodes/org.el (org-xemacs-p)
14853         (org-export-html-show-new-buffer, org-table-may-need-update)
14854         (org-insert-item, org-mhe-get-message-real-folder)
14855         (org-mhe-get-message-folder-from-index)
14856         (org-mhe-get-message-folder, org-mhe-get-message-num)
14857         (org-mhe-get-header, org-make-org-heading-search-string)
14858         (org-make-org-heading-camel, org-table-sort-lines)
14859         (org-format-org-table-html, org-format-table-table-html):
14860         Fix typos in docstrings.
14862 2006-02-23  Carsten Dominik  <dominik@science.uva.nl>
14864         * textmodes/org.el (org-cleaned-string-for-export)
14865         (org-solidify-link-text): New function.
14866         (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
14867         XEmacs, just to silence the compiler.
14868         (org-export-as-ascii, org-export-as-html-and-open):
14869         Use `org-cleaned-string-for-export' and create internal links.
14870         (org-follow-mhe-link): Require mh-e, use folder.
14872 2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
14874         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
14876         * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
14877         gdb-debug-log-length.
14878         (gdb-debug-ring): Rename from gdb-debug-log-ring.  Don't make
14879         it a real ring but...
14880         (gud-gdba-marker-filter): ...make it work like mark-ring.
14881         (gdb-enable-debug): Rename from gdb-enable-debug-log.
14882         (gdb-mouse-jump): New function.  Add bindings.
14884 2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
14886         * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
14887         (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
14888         (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
14889         (gdb-debug-log-length): Customize it's length.
14890         (gud-watch, gdb-var-create-handler): Display function::var format
14891         but don't use to create variable object.
14892         (gdb-var-create-handler): Use message-box in place of message.
14893         (gdb-stopped): Call gdb-exited if signalled.
14895 2006-02-22  Carsten Dominik  <dominik@science.uva.nl>
14897         * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
14899         * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
14901         * textmodes/reftex.el (reftex-locate-file): Search all extensions
14902         if `reftex-try-all-extensions' is set.
14904         * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
14905         fail silently when there is no valid argument at point.
14906         (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
14907         `fail-silently' argument.  From a patch by David Reiter.
14909         * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
14910         New commands.
14911         (org-mark-ring): New variable.
14912         (org-mark-ring-length): New option.
14913         (org-open-at-point, org-goto, org-open-file): Push old position
14914         onto the mark ring.
14915         (org-add-hook): New function.
14916         (org-export-table-remove-special-lines): New option.
14917         (org-skip-comments, org-format-org-table-html): Respect new
14918         option `org-export-table-remove-special-lines'.
14919         (org-open-file): Allow special command configuration for
14920         directory link.
14921         (org-file-apps): Fix bugs in customize type, added setting
14922         for directories.
14923         (org-activate-tags, org-format-agenda-item, org-complete)
14924         (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
14925         (org-get-tags, org-get-buffer-tags, org-open-at-point)
14926         (org-link-search, org-make-org-heading-search-string)
14927         (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
14928         (org-radio-targets, org-file-link-context-use-camel-case)
14929         (org-activate-camels): New options.
14930         (org-update-radio-target-regexp, org-all-targets)
14931         (org-make-target-link-regexp, org-activate-target-links):
14932         New functions.
14933         (org-make-org-heading-search-string): New function.
14934         (org-store-link, org-insert-link): Use new option
14935         `org-file-link-context-use-camel-case'.
14936         (org-activate-camels): Use new option `org-activate-camels'.
14937         (org-link-regexp): Add mhe prefix.
14938         (org-open-at-point, org-store-link): Support for mhe links.
14939         (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
14940         (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
14941         (org-mhe-get-header, org-follow-mhe-link): New functions.
14942         (org-remove-angle-brackets, org-add-angle-brackets):
14943         New functions.
14944         (org-bracket-link-regexp): New constant.
14945         (org-read-date): Fix bug that was rejecting all typed dates.
14946         (org-link-search): Make hierarchy above visible after a match.
14947         (org-follow-bbdb-link): Inhibit electric mode for BBDB.
14948         (org-store-link): Fix bug with link creation when cursor is in
14949         an empty line.
14950         (org-open-at-point): Fix bug with matching a link.
14951         Fixed buggy argument sequence in call to `org-view-tags'.
14952         (org-compile-prefix-format): Set `org-prefix-has-tag'.
14953         (org-prefix-has-tag): New variable.
14954         (org-format-agenda-item): Remove tags from headline
14955         if appropriate.
14956         (org-agenda-remove-tags-when-in-prefix): New option.
14958 2006-02-21  Michael Kifer  <kifer@cs.stonybrook.edu>
14960         * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
14961         Fix the regular expressions.
14963 2006-02-21  Richard M. Stallman  <rms@gnu.org>
14965         * progmodes/sh-script.el (sh-mode): Set shell type based on file name
14966         if there's no other specific basis.
14968         * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
14969         as variables at all.
14970         (unsafep-variable): Rename arg; doc fix.
14972         * abbrevlist.el (list-one-abbrev-table): Add autoload.
14974         * calendar/appt.el (diary-selective-display): Add defvar.
14976         * sort.el (sort-columns): Use Posix arg syntax for `sort'.
14978         * isearch.el (search-whitespace-regexp): Fix custom type.
14980         * help.el (describe-key-briefly): Compute interactive args
14981         in same was as before previous change.
14983         * files.el (enable-local-variables): Doc fix.
14985 2006-02-21  Kim F. Storm  <storm@cua.dk>
14987         * fringe.el: Cleanup as file is now pre-loaded.
14988         (fringe-bitmaps): Initialize unconditionally.
14989         (fringe-mode, set-fringe-style): Remove autoload cookies.
14991 2006-02-21  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
14993         * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
14994         `horizontal-bar'.
14995         (fringe-cursor-alist): Use `horizontal-bar'.
14997 2006-02-20  Kim F. Storm  <storm@cua.dk>
14999         * fringe.el (fringe-bitmaps): Update to new bitmap names.
15000         (fringe-indicator-alist, fringe-cursor-alist): Initialize.
15002         * loadup.el: Load "fringe" on window systems.
15004 2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
15006         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
15007         out of scope components.
15009         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
15010         default.
15012 2006-02-20  Chong Yidong  <cyd@stupidchicken.com>
15014         * custom.el (customize-mark-to-save, customize-mark-as-set):
15015         Load the symbol first.
15017 2006-02-20  Juanma Barranquero  <lekktu@gmail.com>
15019         * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
15020         strech spec so it doesn't display as "^J" on the header line
15021         when `Buffer-menu-use-header-line' is t.
15023 2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
15025         * speedbar.el (speedbar-make-button): Keep text properties
15026         of string arguments if desired.
15028         * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
15029         expessions.
15031         * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
15032         of speedbar.
15034 2006-02-19  Ryan Yeske  <rcyeske@gmail.com>
15036         * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
15037         to value of `read-file-name-completion-ignore-case'.
15039 2006-02-19  Chong Yidong  <cyd@stupidchicken.com>
15041         * custom.el (customize-mark-as-set): Push to `user' theme.
15043         * cus-edit.el (custom-save-variables): Allow unthemed values.
15044         (customize-set-variable): Push setting to `user' theme.
15046 2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
15048         * progmodes/gud.el: Don't require font-lock as it's now
15049         automatically loaded.
15050         (gud-speedbar-buttons): Replace gdb-var-changed with
15051         gdb-force-update.
15053         * progmodes/gdb-ui.el (gdb-force-update): Rename from
15054         gdb-var-changed.
15055         (gdb-post-prompt): Use it.
15056         (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
15057         (gdb-var-update-handler, gdb-var-delete)
15058         (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
15059         (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
15060         gdb-force-update in gdb-post-prompt.
15061         (gdb-reset): Clear watch expressions from speedbar when quitting.
15063 2006-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
15065         * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel)
15066         (viper-change-state-to-vi, viper-change-state-to-emacs):
15067         Make aware of cursor coloring in the Emacs state.
15068         (viper-special-read-and-insert-char): Use read-char-exclusive.
15069         (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
15071         * emulation/viper-init.el (viper-emacs-state-cursor-color):
15072         New variable.
15074         * emulation/viper-util.el (viper-save-cursor-color)
15075         (viper-get-saved-cursor-color-in-replace-mode)
15076         (viper-get-saved-cursor-color-in-insert-mode)
15077         (viper-restore-cursor-color): Make aware of the cursor color
15078         in Emacs state.
15079         (viper-get-saved-cursor-color-in-emacs-mode): New function.
15081         * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
15082         (ediff-ignore-case-option3, ediff-actual-diff-options)
15083         (ediff-actual-diff3-options): New variables to control case sensitivity.
15084         (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
15085         (ediff-setup-diff-regions3): Make aware of case-sensitivity.
15086         (ediff-toggle-ignore-case): New function.
15087         (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
15089         * ediff-help.el (ediff-long-help-message-narrow2)
15090         (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
15091         (ediff-long-help-message-word-mode): Add ignore-case command.
15092         (ediff-help-for-quick-help): Add ignore-case command.
15094         * ediff-merg.el: Move provide to the end.
15096         * ediff-ptch.el: Move provide to the end.
15098         * ediff-wind.el: Move provide to the end.
15100         * ediff-mult.el: Move provide to the end.
15101         (ediff-set-meta-overlay): Enable follow-link.
15103         * ediff.el: Move provide to the end.
15104         Break recursive load cycle in eval-when-compile.
15105         (ediff-patch-buffer): Better heuristics.
15107         * ediff-util.el: Move provide to the end.
15108         Break recursive load cycle in eval-when-compile.
15109         (ediff-setup-keymap): Add binding for #c.  Replace some defsubsts with
15110         defuns.
15111         (ediff-submit-report): Pass the values of ediff-diff3-program,
15112         ediff-diff3-options.
15114 2006-02-19  Juanma Barranquero  <lekktu@gmail.com>
15116         * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
15117         the opening bracket of the following bracketing pairs: {}, [], (), <>,
15118         `' (for example, in the docstring of `windmove-default-keybindings').
15120 2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
15122         * progmodes/gud.el (gud-speedbar-buttons): Update properly for
15123         shadow face.  Don't provide binding to edit variable when it is
15124         out of scope.
15126         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
15127         (gdb-var-update-handler): Detect out of scope variables with pre
15128         GDB 6.4 too.
15129         (gdb-post-prompt): Revert change from 2006-02-17 (force update).
15130         Reset status of variable objects to nil in update handlers.
15131         (gdb-var-update-handler-1): Detect when a variable object comes
15132         in scope.  setcar on var changes gdb-var-list directly.
15134 2006-02-17  Juri Linkov  <juri@jurta.org>
15136         * ffap.el (ffap) <defface>: Add explicit face declaration.
15137         (ffap-highlight): Use face `ffap' directly instead of checking
15138         for its existence.
15140         * icomplete.el (icomplete-get-keys): Use `t' for the second arg
15141         `visible-ok' of `other-buffer' to find the right original buffer.
15143         * info.el (Info-search): Skip `Local Variables' node.
15145 2006-02-17  Juri Linkov  <juri@jurta.org>
15147         * info.el (Info-find-file): Check for symbols `apropos', `history',
15148         `toc' in the input filename, and return these symbols as is.
15149         (Info-find-node-2): Set Info-current-file to symbols `apropos',
15150         `history', `toc' instead of strings.
15151         (Info-set-mode-line): For non-string Info-current-file use the
15152         symbol's name inside **.
15153         (Info-isearch-push-state): Add quote before Info-current-file and
15154         Info-current-node.
15155         (Info-isearch-pop-state): Use `equal' instead of `string='.
15156         (Info-extract-pointer, Info-following-node-name): Use
15157         `match-string-no-properties' instead of `match-string'.
15158         (Info-up): Check `old-file' for `stringp'.
15159         (Info-history): Use `equal' instead of `string-equal'.
15160         Check `file' for `stringp'.
15161         (Info-history): Use symbol `history' instead of string as first arg
15162         of `Info-find-node'.
15163         (Info-toc): Check `Info-current-file' for `stringp'.  Use symbol
15164         `toc' instead of string.
15165         (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
15166         instead of `buffer-substring', and `match-string-no-properties'
15167         instead of `match-string'.
15168         (Info-index-nodes): Check for symbols `apropos', `history', `toc'
15169         instead of strings.
15170         (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
15171         Use symbol `apropos' instead of string.
15172         (Info-copy-current-node-name): Check `Info-current-file' for
15173         `stringp' and construct a command with `Info-find-node' from it.
15174         (Info-fontify-node): Use `match-string-no-properties' instead of
15175         `match-string' and check file names for `stringp'.
15176         (Info-desktop-buffer-misc-data): Check for symbols `apropos',
15177         `history', `toc' instead of strings.
15179 2006-02-17  Chong Yidong  <cyd@stupidchicken.com>
15181         * files.el: Rearrange functions and variables in the file local
15182         variables section.
15184 2006-02-17  Reiner Steib  <Reiner.Steib@gmx.de>
15186         * files.el: Add truncate-lines, ispell-check-comments and
15187         ispell-local-dictionary as safe local variables.
15189 2006-02-18  Nick Roberts  <nickrob@snap.net.nz>
15191         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
15192         out of scope variables.
15193         (gud-speedbar-buttons): Use unless.
15195         * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
15196         (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
15197         (gdb-show-changed-values): Also use for out of scope variables.
15198         (gdb-var-update-handler-1): Note if variable goes out of scope.
15200 2006-02-17  Ryan Yeske  <rcyeske@gmail.com>
15202         * net/rcirc.el (rcirc-connect): Make all arguments optional, and
15203         default to global variable values for unsupplied args.
15204         (rcirc-get-buffer-create): Fix bug with setting the target.
15205         (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
15206         test for rcirc-always-use-server-buffer-flag here.
15207         (rcirc-response-formats): Add %N, which is a facified nick.  %n
15208         uses the default face.  Change the ACTION format string.  If the
15209         "nick" is the server, don't print anything for that field.
15210         Comment fixes.
15211         (rcirc-target-buffer): Don't test
15212         rcirc-always-use-server-buffer-flag here.
15213         (rcirc-print): Squeeze extra spaces out of the text before message.
15214         (rcirc-put-nick-channel): Strip potential "@" char from nick
15215         before adding them to nick table.
15216         (rcirc-url-regexp): Improve to match address like "foo.com".
15218 2006-02-17  Eli Zaretskii  <eliz@gnu.org>
15220         * allout.el (allout-hidden-p): Move this defsubst before
15221         allout-overlay-interior-modification-handler, where it is first
15222         used.
15224 2006-02-17  Ken Manheimer  <ken.manheimer@gmail.com>
15226         * allout.el: Use allout invisible-text overlays instead of
15227         selective display for concealed text.  Also, lots of general
15228         cleanup, and improved compatibility code.
15230         (allout-version): Incremented, corrected, revised, and refined
15231         module commentary.
15233         (provide 'allout): Moved to the bottom, added a require of overlay.
15235         (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
15236         `except-current'.
15237         (allout-write-file-hook-handler): Minimize delay.
15238         (count-trailing-whitespace-region): New function so
15239         auto-encryption of current topic can resituate cursor exactly.
15240         PGP/GPG encryption trims trailing whitespace from lines, which
15241         must be accounted for across encryption then decryption.
15243         (allout-command-prefix): Now defaults to "\C-c<space>" rather than
15244         just plain "\C-c", to avoid intruding on user's keybinding space.
15246         (allout-toggle-current-subtree-encryption): Pass along fetch-pass
15247         parameter, so user request to provide a new password is done.
15249         (allout-outside-normal-auto-fill-function, allout-auto-fill):
15250         Refined mechanism for auto-filling behavior while in allout mode.
15252         (allout-mode): Explicitly specify the mode map in the docstring.
15253         Clarify provision for various write-file hook var names.
15254         Adjusted for invisible-text overlays instead of selective-display.
15256         (allout-depth): Really return 0 if not within any topic.  This
15257         rectifies `allout-beginning-of-level' and sequence numbering
15258         errors that occur when cutting and pasting numbered topics.
15259         Changed from a in-line subst to a regular function, as well.
15261         (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
15263         (allout-end-of-subtree, allout-end-of-subtree)
15264         (allout-end-of-entry, allout-end-of-current-heading)
15265         (allout-next-visible-heading, allout-open-topic, allout-show-entry)
15266         (allout-show-children, allout-show-to-offshoot)
15267         (allout-hide-current-entry, allout-show-current-entry): Rectified
15268         handling of trailing blank lines between items.
15270         (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
15271         (allout-current-depth, allout-unprotected, allout-hidden-p)
15272         (allout-on-current-heading-p, allout-listify-exposed)
15273         (allout-chart-subtree, allout-goto-prefix)
15274         (allout-back-to-current-heading, allout-get-body-text)
15275         (allout-snug-back, allout-flag-current-subtree, allout-show-all)
15276         (allout-hide-region-body, allout-toggle-subtree-encryption)
15277         (allout-encrypt-string, allout-encrypted-key-info)
15278         (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
15279         (allout-file-vars-section-data): Adjusted for use with
15280         invisible-text overlays instead of selective-display.
15282         (allout-kill-line, allout-kill-topic, allout-yank-processing):
15283         Reworked for use with invisible text overlays.
15285         (allout-current-topic-collapsed-p): New function.
15287         (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
15288         to know when to close the containing topic.
15290         (allout-pre-command-business, allout-post-command-business):
15291         Simplify undo-batching and dynamic isearch exposure.
15293         (allout-set-overlay-category): New for invisible-text overlays.
15294         Sets properties of allout-overlay-category, used by
15295         allout-flag-region to set invisible-text overlay properties.
15296         (allout-get-invisibility-overlay): Get the first qualifying
15297         invisibility overlay, so we can find the extent of it.
15298         (allout-back-to-visible-text): Get to just before the beginnining
15299         of the current invisibility overlay, if any.
15301         (allout-overlay-insert-in-front-handler)
15302         (allout-overlay-interior-modification-handler)
15303         (allout-before-change-handler, allout-isearch-end-handler): New
15304         functions to handle extraordinary actions affecting concealed
15305         text.
15307         (allout-flag-region): Use overlays instead of selective-display
15308         for invisible text - by inheritence from the properties of
15309         allout-overlay-category in mainline Emacs, and applied
15310         property-by-property in XEmacs, some recent versions of which
15311         don't inherit the properties from the category.  Provisions to
15312         respond to concealed-text edits simplified drastically.
15314         (allout-isearch-rectification, allout-isearch-was-font-lock)
15315         (allout-isearch-expose, allout-enwrap-isearch)
15316         (allout-isearch-abort, allout-pre-was-isearching)
15317         (allout-isearch-prior-pos, allout-isearch-did-quit)
15318         (allout-isearch-dynamic-expose)
15319         (allout-hide-current-entry-completely): Functions deleted.
15321         (allout-undo-aggregation): Explicit undo aggregation no longer
15322         necessary due to transition away from selective-display.
15324         (set-allout-regexp, allout-up-current-level)
15325         (allout-next-visible-heading, allout-forward-current-level)
15326         (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
15327         (allout-kill-line, allout-yank-processing, allout-show-children)
15328         (allout-expose-topic, allout-old-expose-topic)
15329         (allout-listify-exposed, allout-insert-latex-header)
15330         (allout-toggle-subtree-encryption, allout-encrypt-string)
15331         (remove-from-invisibility-spec, allout-hide-current-subtree):
15332         Ditched unused variables.
15334 2006-02-17  Agustin Martin  <agustin.martin@hispalinux.es>
15336         * textmodes/ispell.el (ispell-change-dictionary): Call
15337         ispell-buffer-local-dict instead of
15338         ispell-accept-buffer-local-defs.
15339         (ispell-local-dictionary-alist): Accept as valid any coding-system
15340         supported by Emacs.
15341         (ispell-dictionary-alist-3): Esperanto dictionary's coding system
15342         changed to iso-8859-3.
15344 2006-02-17  Nick Roberts  <nickrob@snap.net.nz>
15346         * speedbar.el (speedbar-frame-width): Make an inline function
15347         instead of a macro.  Use frame-width.
15348         (speedbar-try-completion, speedbar-update-contents)
15349         (speedbar-timer-fn): Use consp.
15350         (speedbar-update-localized-contents): Try to preserve point.
15352         * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
15353         (menu): Re-order menu items.
15354         (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
15355         field.
15356         (gdb-var-update-handler-1): Use it for GDB 6.4+.
15357         (gdb-post-prompt): Speed things by not forcing update.
15359 2006-02-16  Chong Yidong  <cyd@stupidchicken.com>
15361         * wid-edit.el (widget-button-click): For mouse-1, cancel button
15362         press and perform default action if we get a mouse movement event.
15364 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
15366         * calendar/icalendar.el (icalendar--get-event-property)
15367         (icalendar--get-event-property-attributes): Fix typos in
15368         docstrings.
15370         * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
15371         docstring.
15373 2006-02-15  Juanma Barranquero  <lekktu@gmail.com>
15375         * bs.el (bs-mode): Use `buffer-disable-undo'.
15376         (bs--get-file-name): Simplify.
15377         (bs-show-in-buffer): Mark the buffer as not modified.
15379 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
15381         * wid-edit.el (widget-keymap): Bind down-mouse-1 to
15382         widget-button-click.
15384         * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
15385         (custom-mode): Update docstring.
15387         * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
15388         binding.
15390         * files.el (hack-local-variables-confirm): Allow scrolling if the
15391         file variable list is too long.  Kill temp buffer after use.
15393 2006-02-15  Nick Roberts  <nickrob@snap.net.nz>
15395         * progmodes/gud.el (gdb): Improve doc string.
15396         (gdb-script-font-lock-keywords): Expand allowed character set.
15398         * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
15399         (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
15400         (gdb-separate-io-interrupt, gdb-separate-io-quit)
15401         (gdb-separate-io-stop, gdb-separate-io-eof):
15402         Rename from gdb-inferior-* to gdb-separate-*.
15403         (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
15405 2006-02-14  Jay Belanger  <belanger@truman.edu>
15407         * calc/calc-arith.el (math-check-known-scalarp): Make sure
15408         expression is a symbol before checking that it is bound.
15410         * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
15411         test to see if equation can be solved.
15413 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
15415         * wid-edit.el (widget-button-click): Use :pressed-face property
15416         for overlay face, if it exists.
15418         * cus-edit.el (custom-manual, custom-add-see-also)
15419         (custom-add-parent-links, custom-group-link): Add :pressed-face
15420         property to links.
15422         * files.el (hack-local-variables): Remove ignored variables before
15423         checking if any variables need setting.
15425 2006-02-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15427         * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
15429 2006-02-14  Juanma Barranquero  <lekktu@gmail.com>
15431         * help.el (where-is): Fix message for remapped commands.
15433         * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
15434         Fix typos in docstrings.
15436 2006-02-13  Chong Yidong  <cyd@stupidchicken.com>
15438         * files.el (safe-local-variable-values): New option.
15439         (hack-local-variables-prop-line): Return a list of variable-value
15440         pairs if MODE-ONLY is non-nil.
15441         (hack-local-variables): Construct list of variable-value pairs,
15442         and apply or reject them in one go.  Ask for confirmation if
15443         variables are not known safe.
15444         (hack-local-variables-confirm): Complete rewrite.  Support
15445         `safe-local-variable-values'.
15446         (enable-local-variables): Update docstring to reflect new
15447         behavior.
15448         (ignored-local-variables): Ignore ignored-local-variables and
15449         safe-local-variable-values.
15450         (safe-local-variable-p): New function.
15451         (risky-local-variable-p): `safe-local-variable' property check
15452         moved to safe-local-variable-p.
15453         (hack-one-local-variable): Checks moved to hack-local-variables.
15455         (byte-compile-dynamic, c-basic-offset, c-file-style)
15456         (c-indent-level, comment-column, fill-column, fill-prefix)
15457         (indent-tabs-mode, kept-new-versions, no-byte-compile)
15458         (no-update-autoloads, outline-regexp, page-delimiter)
15459         (paragraph-start, paragraph-separate, sentence-end)
15460         (sentence-end-double-space tab-width, version-control):
15461         Add `safe-local-variable' property.
15463         * find-lisp.el: Delete nonexistent `autocompile' file variable.
15465         * icomplete.el, play/landmark.el: Change nonexistent
15466         `outline-layout' file variable to `allout-layout'.
15468 2006-02-14  Nick Roberts  <nickrob@snap.net.nz>
15470         * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
15471         (gdb-get-changed-registers): Test value of gud-minor-mode relative
15472         to gud-comint-buffer.
15473         (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
15474         gdb-ui.el for gdb-mi.el.
15475         (gdb-post-prompt, gdb-get-changed-registers): Move test for
15476         registers buffer to gdb-get-changed-registers.
15477         (gdb-breakpoint-regexp): New regexp.  Allow toggling and
15478         deletion of catchpoints (throw and catch).
15479         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
15480         (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
15481         (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
15482         (gdb-var-list-children-1, gdb-info-breakpoints-custom)
15483         (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
15485 2006-02-13  Jay Belanger  <belanger@truman.edu>
15487         * calc/calc-arith.el (math-check-known-matrixp): Make sure
15488         expression is a symbol before checking that it is bound.
15490 2006-02-13  Richard M. Stallman  <rms@gnu.org>
15492         * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
15493         for the minibuffer too, but not if resize-mini-windows will interfere.
15495         * help.el (describe-key-briefly, describe-key): Do all arg-reading
15496         inside `interactive' spec.
15497         (describe-key-briefly-internal, describe-key-internal):
15498         Functions merged back into their callers.
15500 2006-02-13  Martin Rudalics  <rudalics@gmx.at>
15502         * info.el (info-xref-visited): Inherit from info-xref too.
15503         (Info-set-mode-line): Replace occurrences of `%' by `%%'
15504         when propertizing Info-current-file and Info-current-node.
15506 2006-02-13  Juri Linkov  <juri@jurta.org>
15508         * tumme.el (tumme-thumbnail-storage): Fix docstring.
15509         (tumme-thumb-name): Fix per-directory format.
15511 2006-02-13  Juanma Barranquero  <lekktu@gmail.com>
15513         * subr.el (substitute-key-definition): Doc fix (hide internal arg).
15515 2006-02-12  Miles Bader  <miles@gnu.org>
15517         * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
15519 2006-02-13  Mathias Dahl  <mathias.dahl@gmail.com>
15521         * tumme.el: Remove history section.  If someone needs the it, it
15522         can always be found in CVS.
15524 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
15526         * tumme.el (tumme-thumbnail-storage): Update docstring.  Add info
15527         about the Thumbnail Managing Standard option.
15529 2006-02-12  Richard M. Stallman  <rms@gnu.org>
15531         * subr.el (substitute-key-definition): Doc fix.
15533         * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
15535         * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
15537         * info.el (Info-mode): Doc fix.
15539         * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
15541 2006-02-12  Michael Albinus  <michael.albinus@gmx.de>
15543         * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
15544         because on Solaris a POSIX compatible "id" is needed.  Reported by
15545         Magnus Henoch <mange@freemail.hu>.
15547 2006-02-12  Juri Linkov  <juri@jurta.org>
15549         * tumme.el: Remove todo item about Thumbnail Managing Standard.
15550         (tumme) <defgroup>: Change :group to `multimedia'.
15551         (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
15552         Managing Standard.
15553         (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
15554         Fix dostring.
15555         (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
15556         and %y.  Fix docstring.
15557         (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
15558         (tumme-cmd-create-standard-thumbnail-command): New user options.
15559         (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
15560         is `standard'.  Fix docstring.
15561         (tumme-thumb-width, tumme-thumb-height): New user options.
15562         (tumme-external-viewer): Try to find various viewers.
15563         (tumme-get-thumbnail-image): Use `create-image' instead of
15564         constructing the `image' structure.
15565         (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
15566         `standard'.
15567         (tumme-thumb-name): Add file name generation for standard storage.
15568         Simplify code for other storages.
15569         (tumme-thumb-name): Use width %w and height %h instead of size %s.
15570         Add modification time %m and thumbnail-nq8 %q.
15571         Use `tumme-cmd-create-standard-thumbnail-command' if
15572         tumme-thumbnail-storage is `standard'.
15573         (tumme-dired-insert-marked-thumbs): New autoload command.
15574         (tumme-dired-after-readin-hook): New function.
15575         (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
15576         `tumme-thumb-size'.
15577         (tumme-display-image): Replace size-x %x and size-y %y with
15578         width %w and height %h.
15580         * dired.el (dired-mode-map): Bind `\C-t\C-t' to
15581         `tumme-dired-insert-marked-thumbs'.
15583 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
15585         * tumme.el (tumme-write-tag): Fix small bug (file name did not
15586         include path).
15587         (tumme-mark-tagged-files): Fix bug in regexp used to find rows
15588         matching tag.
15590 2006-02-12  Miles Bader  <miles@gnu.org>
15592         * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
15593         New variables.
15594         (rcirc-abbrev-nick): New function.
15595         (rcirc-format-response-string): Rewrite to use the formats in
15596         `rcirc-response-formats' and expand escape sequences therein.
15597         A text-property `rcirc-text' is added over the actual response
15598         text to make easy to find inside the returned string.
15599         (rcirc-print): When filling, just look for the `rcirc-text'
15600         text-property to find the appropriate fill prefix, instead of
15601         using hardwired patterns.
15603 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
15605         * tumme.el: Enhance some docstrings.  Add todo item about Thumbnail
15606         Managing Standard.
15608 2006-02-11  Kim F. Storm  <storm@cua.dk>
15610         * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
15611         Don't use insert-buffer; do insert-buffer-substring directly.
15612         (ido-file-internal): Set mark for ido-insert-file.  Use insert-file-1.
15614 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
15616         * files.el (revert-buffer, recover-file): Replace buffer-read-only
15617         with inhibit-read-only.  Suggested by Stefan Monnier.
15618         (revert-buffer): Let insert-file-contents discard
15619         buffer-undo-list.  Simplify code.
15620         (find-file, find-file-existing, revert-buffer): Doc-string fixes.
15622 2006-02-11  Eli Zaretskii  <eliz@gnu.org>
15624         * menu-bar.el (menu-bar-select-yank): Add a doc string.
15626         * help.el (describe-key-briefly): Now a wrapper for
15627         describe-key-briefly-internal.  Bind enable-disabled-menus-and-buttons
15628         to t.  Populate yank-menu if empty.
15629         (describe-key-briefly-internal): Renamed from describe-key-briefly.
15630         (describe-key): Now a wrapper for describe-key-internal.  Bind
15631         enable-disabled-menus-and-buttons to t.  Populate yank-menu if empty.
15632         (describe-key-internal): Renamed from describe-key.
15634 2006-02-11  Milan Zamazal  <pdm@zamazal.org>
15636         * progmodes/glasses.el (glasses-separator): Doc fix.
15637         (glasses-original-separator): New defcustom.
15638         (glasses-make-readable, glasses-convert-to-unreadable): Use it.
15640 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
15642         * mwheel.el (mouse-wheel-up-event): Doc fix.
15644 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
15646         * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
15647         (tumme-dir): New function.  Copied from thumbs.el.
15649 2006-02-10  Juanma Barranquero  <lekktu@gmail.com>
15651         * desktop.el (desktop-outvar): Fix typo.
15652         (desktop-save-buffer-p): Doc fix.
15654         * subr.el (substitute-key-definition): Fix typo.
15656 2006-02-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15658         * frame.el (select-frame-set-input-focus): Call x-focus-frame also
15659         when window-system is mac.
15661         * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
15663 2006-02-10  Kim F. Storm  <storm@cua.dk>
15665         * subr.el (substitute-key-definition-key): Pass t for NOERROR to
15666         indirect-function instead of using condition-case.
15668 2006-02-10  Mathias Dahl  <mathias.dahl@gmail.com>
15670         * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
15671         less `colloquial'...
15673 2006-02-09  Mathias Dahl  <mathias.dahl@gmail.com>
15675         * tumme.el: Add a couple of todo items.
15677 2006-02-09  Lars Hansen  <larsh@soem.dk>
15679         * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
15680         (highlight-changes-mode): Don't change desktop-locals-to-save.
15682 2006-02-09  Chong Yidong  <cyd@stupidchicken.com>
15684         * image-mode.el (image-toggle-display): Clear image cache if using
15685         filename.
15687 2006-02-09  Masatake YAMATO  <jet@gyve.org>
15689         * dired-x.el (dired-guess-shell-alist-default): Add .man as
15690         a `dired-man' target.
15692         * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
15693         boundary of symbols.
15695 2006-02-08  Peter Doornbosch  <peter.doornbosch@luminis.nl>  (tiny change)
15697         * vc-svn.el (vc-svn-print-log): Show recent commits as well.
15699 2006-02-09  Juanma Barranquero  <lekktu@gmail.com>
15701         * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
15702         `mapcar'; return nil.
15704 2006-02-08  Chong Yidong  <cyd@stupidchicken.com>
15706         * mouse.el (mouse-drag-track): Don't change window if we rebind to
15707         some other event.
15709 2006-02-08  Ryan Yeske  <rcyeske@gmail.com>
15711         * net/rcirc.el (rcirc-startup-channels-alist):
15712         Add irc.freenode.net and #emacs as defaults.
15713         (rcirc-ignore-all-activity-flag): Remove variable.
15714         (rcirc-authinfo): New variable.
15715         (rcirc-authinfo-filename): Remove variable.
15716         (rcirc-always-use-server-buffer-flag): New flag.
15717         (rcirc): M-x rcirc will automatically connect without prompting.
15718         C-u M-x rcirc will prompt.  Use rcirc-connect to create a
15719         connection in lisp.
15720         (rcirc-process-server-response-1): Remove everything but the nick
15721         portion of the sender so it doesn't need to be done everywhere
15722         else.  Update related code.
15723         (global-map): Remove global keybindings.
15724         (rcirc-get-buffer-create): Make sure rcirc-topic is set.
15725         (rcirc-send-input): Split into several functions.
15726         (rcirc-process-input-line, rcirc-process-message)
15727         (rcirc-process-command): New functions.
15728         (rcirc-target-buffer): New function to determine where to route
15729         messages.
15730         (rcirc-user-nick): Save match data.
15731         (rcirc-toggle-ignore-buffer-activity)
15732         (rcirc-update-activity-string): Remove global ignore functionality,
15733         which can be done now by toggling rcirc-track-minor-mode.
15734         (rcirc-track-minor-mode-map): New keymap.
15735         (rcirc-track-minor-mode): New minor-mode.
15736         (ignore): Make the ignore output nicer.  Always print it when
15737         adding or removing nicks.
15738         (rcirc-url-regexp): Improve.
15739         (rcirc-mangle-text): Remove properties before using text in the
15740         modeline.
15741         (rcirc-authenticate): Authentication data comes from
15742         rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
15743         (rcirc-server-prefix): Inherit from rcirc-server.
15745 2006-02-08  Mathias Megyei  <Mathias.Megyei@micronas.com>  (tiny change)
15747         * Makefile.in (compile): Append "|| true" to the end of the `find'
15748         command, like compile-always does.
15750 2006-02-08  Sam Steingold  <sds@gnu.org>
15752         * net/tramp.el (tramp-maybe-open-connection): Do not wait for
15753         output from a dead connection.
15755 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
15757         * dired.el (dired-mode-map): Add more bindings for tumme.
15759 2006-02-07  Stefan Monnier  <monnier@iro.umontreal.ca>
15761         * wdired.el (wdired-mode-map): Use remap.
15762         (wdired-get-filename): Massage.
15763         (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
15764         (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
15765         `keymap' property rather than `local-map'.
15767 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
15769         * tumme.el (tumme-get-thumbnail-image): New utility function.
15770         Suggested by from Chong Yidong.
15771         (tumme-dired-with-window-configuration): Rename from
15772         `tumme-dired'.  Add code to save window configuration.
15773         (tumme-restore-window-configuration): New command to restore the
15774         window configuration that `tumme-dired-with-window-configuration'
15775         saves before it changes the window configuration.
15776         (tumme-show-all-from-dir): New command to display thumbnails for
15777         all files in a directory entered by the user, like M-x thumbs.
15778         (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
15779         have been created.
15780         (tumme-display-thumbnail-original-image): Call `display-buffer'.
15781         (obsolete-tumme-display-thumbnail-original-image-and-buffer):
15782         Remove obsolete test function.
15784 2006-02-07  Juanma Barranquero  <lekktu@gmail.com>
15786         * vc.el (small-temporary-file-directory): Remove defvar; there's
15787         a defcustom for it in files.el.
15789         * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
15790         Fix typo in message.
15791         (tumme-gallery-generate): Fix typo in `error' message.
15792         (tumme-display-window-height-correction)
15793         (tumme-display-window-width-correction, tumme-line-up-dynamic)
15794         (tumme-line-up-interactive): Dox fixes.
15795         (tumme-cmd-rotate-original-options, tumme-display-properties-format)
15796         (tumme-restore-window-configuration, tumme-format-properties-string)
15797         (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
15798         Fix typos in docstrings.
15800 2006-02-07  Chris Moore  <christopher.ian.moore@gmail.com>
15802         * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
15804 2006-02-07  Nick Roberts  <nickrob@snap.net.nz>
15806         * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
15807         User should use hook if desired.
15809         * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
15810         buffer if necessary.
15811         (gdb-delete-frame-or-window): New function.
15812         (gdb-breakpoints-mode-map): Bind "q" to it.
15814 2006-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15816         * textmodes/nroff-mode.el: Clean up name space.
15817         (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
15818         (nroff-mode): Obey the global setting of nroff-electric-mode.
15819         (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
15821         * calendar/calendar.el (calendar-increment-month): Typo in last change.
15823 2006-02-06  Thien-Thi Nguyen  <ttn@gnu.org>
15825         * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
15827 2006-02-06  Lars Hansen  <larsh@soem.dk>
15829         * generic-x.el (etc-fstab-generic-mode): Add file system types
15830         cifs and usbdevfs.  Allow special chars in file names.
15832 2006-02-05  Jay Belanger  <belanger@truman.edu>
15834         Update copyright notices of the files in lisp/calc.
15836 2006-02-05  Romain Francoise  <romain@orebokech.com>
15838         Update copyright notices of all files in the lisp/play directory.
15840 2006-02-04  Luc Teirlinck  <teirllm@auburn.edu>
15842         * ldefs-boot.el: Regenerate.
15844         * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
15846 2006-02-05  Kim F. Storm  <storm@cua.dk>
15848         * files.el (magic-mode-regexp-match-limit): New defvar.
15849         (set-auto-mode): Use it to limit magic-mode-alist matching.
15851 2006-02-04  Eli Zaretskii  <eliz@gnu.org>
15853         * info.el (Info-index, Info-mode): Improve the description of the
15854         `i' command.
15856         * ldefs-boot.el: Regenerate.
15858 2006-02-03  Werner Lemberg  <wl@gnu.org>
15860         * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
15861         greedy to find the closing bracket in \*[...] and similar
15862         expressions.  This is a first rough fix -- many additional
15863         refinements are necessary to make nroff mode really usable with groff.
15865 2006-02-03  Jens Petersen  <petersen@redhat.com>  (tiny change)
15867         * international/mule-cmds.el (set-locale-environment):
15868         Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
15869         libX11.
15871 2006-02-03  Joe Wells  <jbw@macs.hw.ac.uk>  (tiny change)
15873         * arc-mode.el (archive-maybe-copy): Fix the way directories in the
15874         archive are created in archive-tmpdir.
15876 2006-02-02  John Paul Wallington  <jpw@pobox.com>
15878         * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
15879         (ibuffer-fontification-alist): Use it.
15880         (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
15881         to "* z" and the Ibuffer Mark menu.
15883         * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
15885 2006-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
15887         * textmodes/table.el (*table--cell-describe-mode)
15888         (*table--cell-describe-bindings): Undo last change since
15889         print-help-return-message is not obsoleted by anything at all.
15891 2006-02-02  Luc Teirlinck  <teirllm@auburn.edu>
15893         * emulation/cua-base.el (cua-mode): Doc fix.
15895 2006-02-02  Juanma Barranquero  <lekktu@gmail.com>
15897         * dframe.el (dframe-handle-make-frame-visible)
15898         (dframe-handle-iconify-frame, dframe-get-focus)
15899         (dframe-select-attached-frame, dframe-power-click)
15900         (dframe-frame-mode): Fix typos in docstrings.
15902         * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
15903         (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
15904         Fix typos in docstrings.
15906         * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
15907         (hi-lock-face-buffer, hi-lock-font-lock-hook)
15908         (hi-lock-archaic-interface-message-used)
15909         (hi-lock-file-patterns-range): Fix typos in docstrings.
15911         * savehist.el (savehist-loaded, savehist-load, savehist-install)
15912         (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
15914         * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
15915         Fix typo in docstring.
15917         * net/newsticker.el (newsticker--decode-iso8601-date)
15918         (newsticker--set-customvar, newsticker--buffer-insert-item)
15919         (newsticker--do-run-auto-mark-filter)
15920         (newsticker--parse-generic-feed): Doc fixes.
15921         (newsticker--retrieval-timer-list, newsticker-url-list)
15922         (newsticker-hide-immortal-items-in-echo-area)
15923         (newsticker-hide-obsolete-items-in-echo-area)
15924         (newsticker-new-item-face, newsticker--enclosure)
15925         (newsticker-buffer-update, newsticker-w3m-show-inline-images)
15926         (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
15927         (newsticker--parse-generic-feed, newsticker--cache-contains)
15928         (newsticker--stat-num-items, newsticker-download-enclosures):
15929         Fix typos in docstrings.
15931         * net/rcirc.el (rcirc-debug): Doc fix.
15932         (rcirc-fill-column, rcirc-receive-message-hooks)
15933         (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
15934         (rcirc-mode, rcirc-generate-new-buffer-name)
15935         (rcirc-startup-channels, rcirc-ignore-update-automatic)
15936         (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
15937         Fix typos in docstrings.
15938         (rcirc-print): "?\ " -> "?\s".
15939         (rcirc-cmd-join): Improve argument/docstring consistency.
15941 2006-02-01  Mark A. Hershberger  <mah@everybody.org>
15943         * xml.el (xml-parse-region): Move save-excursion and set-buffer up
15944         before narrow-to-region.
15946 2006-02-01  Richard M. Stallman  <rms@gnu.org>
15948         * simple.el (move-beginning-of-line): Scan properly for invis change.
15950         * replace.el (multi-occur-in-matching-buffers): Fix prev change.
15952 2006-02-01  Michael Albinus  <michael.albinus@gmx.de>
15954         * net/tramp.el (tramp-convert-file-attributes): Set file's gid
15955         change bit only when id-format is 'integer.  Reported by Matt
15956         Hodges <M.P.Hodges@rl.ac.uk>.
15958 2006-02-01  Juanma Barranquero  <lekktu@gmail.com>
15960         * hilit-chg.el (highlight-changes-initial-state)
15961         (highlight-changes-global-initial-state): Doc fixes.
15962         (highlight-changes-global-modes, global-highlight-changes):
15963         Fix typos in docstrings.
15965 2006-02-01  Kim F. Storm  <storm@cua.dk>
15967         * emulation/cua-base.el (cua-mode): Mention that CUA enables
15968         transient-mark-mode in doc string.
15970 2006-01-31  Richard M. Stallman  <rms@gnu.org>
15972         * replace.el (multi-occur): Doc fix.
15973         (multi-occur-in-matching-buffers): Rename from
15974         multi-occur-by-filename-regexp.  Prefix arg says match
15975         buffer names instead of file names.
15977 2006-01-31  Juanma Barranquero  <lekktu@gmail.com>
15979         * bs.el: Allow non-default values of `bs-header-lines-length'.
15980         (bs--running-in-xemacs): Remove (not needed anymore).
15981         (bs--set-window-height): Simplify by using `fit-window-to-buffer'
15982         instead of `shrink-window', thus avoiding having to compute the
15983         height of the window.
15984         (bs--up): Wrap around even when there's no header.
15985         (bs--down): Use `forward-line' instead of `next-line'.
15987 2006-01-30  Chong Yidong  <cyd@stupidchicken.com>
15989         * image-mode.el (image-toggle-display): Use file name if possible,
15990         instead of unnecessarily allocating a (possibly huge) lisp string.
15992 2006-01-30  John Paul Wallington  <jpw@pobox.com>
15994         * subr.el (toplevel): Define `cl-assertion-failed' condition here
15995         because the `assert' macro signals it at runtime.
15997         * emacs-lisp/cl.el (toplevel): Remove definition of
15998         `cl-assertion-failed' condition.
16000 2006-01-30  Nick Roberts  <nickrob@snap.net.nz>
16002         * thumbs.el (thumbs-marked-list): Make buffer-local and
16003         permanent-local.
16004         (thumbs-insert-thumb): Make help-echo non-sticky.
16005         (thumbs-file-alist): Use eolp as check for (non)-image.
16007 2006-01-30  Juanma Barranquero  <lekktu@gmail.com>
16009         * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
16010         (ediff-before-session-group-setup-hooks)
16011         (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
16012         Fix typos in docstrings.
16014         * window.el (bw-dir, bw-eqdir, balance-windows)
16015         (split-window-keep-point): Fix typos in docstrings.
16017         * textmodes/org.el (org-allow-space-in-links, org-closed-string)
16018         (org-quote-string, org-calendar-to-agenda-key)
16019         (org-agenda-sorting-strategy, org-agenda-use-time-grid)
16020         (org-show-following-heading, org-tags-column)
16021         (org-use-tag-inheritance, org, org-allow-space-in-links)
16022         (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
16023         (org-enable-table-editor, org-calc-default-modes)
16024         (org-table-allow-automatic-line-recalculation)
16025         (org-export-html-style, org-export-with-fixed-width)
16026         (org-export-with-sub-superscripts, org-special-keyword)
16027         (org-formula, org-time-grid, org-table-may-need-update)
16028         (org-mode, org-goto-ret, org-goto-left, org-goto-right)
16029         (org-goto-quit, org-get-indentation, org-end-of-item)
16030         (org-move-item-down, org-move-item-up)
16031         (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
16032         (org-remove-occur-highlights, org-read-date, org-goto-calendar)
16033         (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
16034         (org-agenda-log-mode, org-agenda-toggle-diary)
16035         (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
16036         (org-agenda-file-to-end, org-agenda-no-heading-message)
16037         (org-agenda-get-closed, org-format-agenda-item)
16038         (org-cmp-priority, org-cmp-category, org-cmp-time)
16039         (org-agenda-change-all-lines, org-agenda-diary-entry)
16040         (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
16041         (org-link-search, org-camel-to-words, org-open-file)
16042         (org-remember-handler, org-table-convert-region)
16043         (org-table-move-row-down, org-table-move-row-up)
16044         (org-table-copy-region, org-table-wrap-region)
16045         (org-table-toggle-vline-visibility)
16046         (org-table-get-vertical-vector, org-table-modify-formulas)
16047         (org-table-get-specials, org-recalc-commands)
16048         (org-table-rotate-recalc-marks, org-table-eval-formula)
16049         (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
16050         (org-level-color-stars-only, org-insert-heading):
16051         Fix typos in docstrings.
16052         (last-arg): Add defvar.
16054         * makefile.w32-in (WINS): Add erc.
16055         (MH_E_SRC): Update (copied from lisp/Makefile.in).
16057 2006-01-29  Bill Wohler  <wohler@newt.com>
16059         * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
16060         mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
16061         mh-tool-bar.el, mh-xface.el.  Remove mh-customize.el, mh-init.el.
16062         (mh-autoloads): Don't use comments on otherwise empty lines.
16064 2006-01-29  Edward O'Connor  <ted@oconnor.cx>
16066         * emulation/viper.el (viper-major-mode-modifier-list):
16067         Add insert-state and vi-state entries for erc-mode.
16068         (viper-go-away, viper-set-hooks): Add and remove
16069         viper-comint-mode-hook from erc-mode-hook as appropriate.
16071         * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
16073 2006-01-29  Juanma Barranquero  <lekktu@gmail.com>
16075         * bs.el (bs--format-aux): Implement `middle' alignment as
16076         described in the docstring for `bs-attributes-list'.
16077         (bs--get-name): Simplify.  Don't pad the buffer name.
16079 2006-01-27  Agustin Martin  <agustin.martin@hispalinux.es>
16081         * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
16082         English aspell dictionary is installed, use the first entry of
16083         ispell-dictionary-alist-1.
16085 2006-01-27  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
16087         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
16088         Doc fix.
16090 2006-01-27  Michael Albinus  <michael.albinus@gmx.de>
16092         * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
16093         for `process-file', in order to let it work for older Emacsen too.
16095 2006-01-27  Eli Zaretskii  <eliz@gnu.org>
16097         * international/latexenc.el: Add a suitable `coding:' tag.
16098         (latexenc-find-file-coding-system): Undo last change.
16100 2006-01-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
16102         * international/latexenc.el (latexenc-find-file-coding-system):
16103         Make sure latexenc-main-file is a regular file and is readable.
16105 2006-01-27  Andre Spiegel  <spiegel@gnu.org>
16107         * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
16108         Pass FILE to vc-user-login-name.
16110         * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
16112 2006-01-27  Nick Roberts  <nickrob@snap.net.nz>
16114         * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
16115         there are no more images to display.
16116         (thumbs-mark, thumbs-unmark): Revert change so that they move to
16117         the next image.
16119 2006-01-26  Richard M. Stallman  <rms@gnu.org>
16121         * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
16123         * wid-edit.el (advertised-widget-backward): New alias.
16124         (widget-keymap): Use advertised-widget-backward for S-TAB.
16126         * tumme.el: Correct the keywords.
16127         (tumme-dir-max-size): Use defvar.
16128         (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
16130         * simple.el (move-beginning-of-line): Take account of fields.
16131         (clone-indirect-buffer-other-window): Take args like
16132         clone-indirect-buffer, and work like it.
16134         * help-fns.el (describe-function): Don't pass `nil' as default.
16136         * files.el (risky-local-variable-p): Follow var aliases.
16138         * subr.el (lazy-completion-table): Doc fix.
16140         * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
16141         global binding of `line'.
16143 2006-01-25  Andre Spiegel  <spiegel@gnu.org>
16145         * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
16146         Tramp.
16148         * vc.el (vc-default-dired-state-info): Pass FILE to
16149         vc-user-login-name.
16150         (vc-default-update-changelog): Don't use vc-user-login-name, we
16151         don't need it here.
16153         * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
16154         no longer necessary.
16156 2006-01-25  Kenichi Handa  <handa@m17n.org>
16158         * international/mule.el (decode-char): Avoid the overhead of
16159         calling utf-lookup-subst-table-for-decode if
16160         utf-translate-cjk-mode is nil.
16161         (encode-char): Avoid the overhead of calling
16162         utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
16163         nil.
16165 2006-01-22  Kenichi Handa  <handa@m17n.org>
16167         * international/mule.el (make-subsidiary-coding-system): Reset
16168         `coding-system-define-form' property of subsidiaries to nil.
16169         Avoid duplicated entry in coding-system-alist.
16170         (make-coding-system): Avoid duplicated entry in
16171         coding-system-alist.
16172         (define-coding-system-alias): Likewise.
16174 2006-01-24  Luc Teirlinck  <teirllm@auburn.edu>
16176         * completion.el: Minor fixes in introductory comment.
16177         (completion-def-wrapper): Fix alist.
16179 2006-01-25  Nick Roberts  <nickrob@snap.net.nz>
16181         * thumbs.el (thumbs-new-image-size): New function.
16182         (thumbs-increment-image-size-element)
16183         (thumbs-decrement-image-size-element, thumbs-increment-image-size)
16184         (thumbs-decrement-image-size): Delete.
16185         (thumbs-resize-image-1): Rename from thumbs-resize-image.  Keep old
16186         temp files and use to resize.
16187         (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
16188         Use increment argument to enlarge/shrink.  Preserve point.
16189         (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
16190         (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
16191         (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
16192         (thumbs-mark, thumbs-unmark): Preserve point.
16193         (thumbs-modify-image): Keep old temp files and use to modify.
16194         Cleanup old temp files at load time.  Preserve point.
16195         (thumbs-view-image-mode-map): Use new command names.
16197 2006-01-24  Stefan Monnier  <monnier@iro.umontreal.ca>
16199         * log-view.el (log-view-minor-wrap): First rev is the one at point.
16201         * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
16202         the nastiest part of the cyclic dependency.
16203         (cal-menu-update): Use dotimes and calendar-increment-month.
16205         * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
16206         (calendar-week-start-day): Add an :initializer.
16207         (calendar-mode-map): Use suppress-keymap, and command remapping.
16208         (describe-calendar-mode): Setup xref-stack info for the back button.
16209         (calendar-star-date): Insert before delete.
16210         (calendar-set-mode-line): Add file-modified info if applicable.
16211         (calendar-increment-month): New function.
16213 2006-01-24  Tobias C. Rittweiler  <tcr@freebits.de>  (tiny change)
16215         * font-lock.el (lisp-font-lock-keywords-2):
16216         Recognize "& keywords" only at word boundaries.
16218 2006-01-24  Nick Roberts  <nickrob@snap.net.nz>
16220         * thumbs.el (thumbs-extra-images): New variable.  Make it buffer-local
16221         and permanent-local.
16222         (thumbs-max-image-number): New variable.
16223         (thumbs-do-thumbs-insertion): Use them.
16224         (thumbs-per-line): Change default to 4.
16225         (thumbs-marked-list): Rename from thumbs-markedL.
16226         (thumbs-cleanup-thumbsdir, thumbs-delete-images)
16227         (thumbs-rename-images): Use -list instead of L for internal variables.
16228         (thumbs-call-convert): Use call-process instead of shell-command.
16229         (thumbs-insert-thumb): Add filename as help-echo to each image.
16230         (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
16231         Give dir to thumbs-show-thumbs-list.
16232         (thumbs-show-thumbs-list): Set default-directory to that of images.
16233         (thumbs-dired-show): Rename from thumbs-dired-show-all.
16234         (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
16235         (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
16236         (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
16238 2006-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
16240         * ses.el (ses-read-cell): Provide a default value.
16242 2006-01-23  Juanma Barranquero  <lekktu@gmail.com>
16244         * term/w32-win.el (image-library-alist): Add additional names for
16245         GIF library.
16247 2006-01-23  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
16249         * international/latexenc.el (latexenc-find-file-coding-system):
16250         Add file-regular-p check.
16252 2006-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16254         * simple.el (clone-buffer): Don't show the new buffer in the same
16255         window.
16257 2006-01-23  Juri Linkov  <juri@jurta.org>
16259         * faces.el (link, link-visited): New faces based on default values
16260         of `info-xref' and `info-xref-visited'.
16262         * info.el (info-xref): Inherit from `link'.
16263         (info-xref-visited): Inherit from `link-visited'.
16265         * cus-edit.el (custom-buffer-create-internal): Use widget type
16266         `custom-manual' instead of `info-link' and don't set properties
16267         `button-face' and `mouse-face' explicitly.
16268         (custom-browse-group-tag, custom-browse-variable-tag)
16269         (custom-browse-face-tag): Inherit from widget class
16270         `custom-group-link' instead of `push-button'.
16271         (custom-button-unraised): Inherit from `underline' face.
16272         (custom-link): Inherit from `link' face.  Fix doc and group.
16273         (custom-add-parent-links, custom-group-value-create): Don't set
16274         properties `button-face' and `mouse-face' explicitly for
16275         `custom-group-link' widget.
16276         (custom-group-link): Add properties `button-face' and `mouse-face'
16277         to widget definition.
16278         (custom-field-keymap): New variable.  Put `custom-field-keymap' to
16279         editable-field's :keymap property.
16280         (custom-mode): Fix docstring: substitute keybindings for
16281         `widget-forward' and `widget-backward' from `widget-keymap',
16282         `widget-complete' from `custom-field-keymap', replace old
16283         `Custom-move-and-invoke' with `widget-move-and-invoke'.  Untabify.
16285         * desktop.el (desktop-load-file): Check for `fboundp' before
16286         calling `symbol-function'.
16288         * simple.el (clone-buffer, clone-indirect-buffer)
16289         (clone-indirect-buffer-other-window): Use `read-buffer' instead of
16290         `read-string'.  Fix prompts.
16292         * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
16294 2006-01-23  Nick Roberts  <nickrob@snap.net.nz>
16296         * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
16298 2006-01-22  Luc Teirlinck  <teirllm@auburn.edu>
16300         * startup.el (inhibit-splash-screen, initial-scratch-message):
16301         Doc fixes.
16303 2006-01-22  Michael Albinus  <michael.albinus@gmx.de>
16305         Sync with Tramp 2.0.52.
16307         * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
16308         * net/tramp-vc.el: Add code for unloading Tramp.  See comment before
16309         `tramp-unload-tramp' for checklist.
16311         * net/tramp.el: Require `timer-funcs' instead of `timer' if in
16312         XEmacs.  Contributed by Steve Youngs <steve@sxemacs.org>.
16313         (tramp-unload-file-name-handler-alist)
16314         (tramp-unload-tramp): New defuns.
16315         (tramp-advice-PC-expand-many-files): New defadvice.
16316         (tramp-save-PC-expand-many-files, tramp-setup-complete): Defuns
16317         removed.
16318         (tramp-handle-expand-file-name): Remove double slash.
16319         (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
16320         It doesn't matter, because it will be converted later on.
16321         (tramp-handle-file-ownership-preserved-p): Rewritten.  The old
16322         implementation was just heuristic.
16323         (tramp-post-connection): Set uid and gid properties.
16324         (tramp-convert-file-attributes): Set file's gid change bit.
16325         (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
16326         (tramp-handle-expand-file-name): Use "~root" for tilde expansion
16327         in case of su(do)? methods.  The home directory of the local user
16328         will be taken else.
16329         (tramp-open-connection-telnet)
16330         (tramp-open-connection-rsh, tramp-open-connection-su)
16331         (tramp-open-connection-multi): Set PS1 to "$ ".  Otherwise, a
16332         local shell prompt could hurt.  Reported by Romain Francoise
16333         <romain@orebokech.com>.
16334         (tramp-let-maybe): Add `edebug-form-spec' property.
16335         (tramp-handle-expand-file-name): Bind `default-directory' locally
16336         to "/" in order to avoid problems with UNC shares or Cygwin
16337         mounts.
16338         (tramp-md5-function): Fix typo in error message.
16340         * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
16342         * net/tramp-util.el (top): Apply `ignore' instead of `identity'
16343         for byte-compiler pacification.
16345 2006-01-22  Andre Spiegel  <spiegel@gnu.org>
16347         * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
16348         ID-FORMAT `string'.  This allows us to get rid of
16349         `vc-user-login-name UID'.
16351         * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
16353 2006-01-22  John Paul Wallington  <jpw@pobox.com>
16355         * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
16357 2006-01-21  Martin Rudalics  <rudalics@gmx.at>
16359         * emacs-lisp/find-func.el (find-definition-noselect)
16360         (find-variable-noselect): Search variables in C source code too.
16361         (find-function-C-source, find-function-noselect, find-function)
16362         (find-function-other-frame, find-variable-noselect, find-variable)
16363         (find-variable-other-frame, find-variable-at-point):
16364         Fix docstrings.
16366 2006-01-21  Francesco Potort\e,Al\e(B  <pot@gnu.org>
16368         * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
16370 2006-01-21  Agustin Martin  <agustin.martin@hispalinux.es>
16372         * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
16373         Default to disabling the "Save affix" question.
16375 2006-01-21  Marien Zwart  <marienz@gentoo.org>  (tiny change)
16377         * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
16378         the first arg to run-python.
16380 2006-01-21  Eli Zaretskii  <eliz@gnu.org>
16382         * startup.el (command-line-1): Handle --no-desktop if desktop.el
16383         is not loaded.
16385 2006-01-20  Jay Belanger  <belanger@truman.edu>
16387         * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
16388         limit is 0.
16390         * calc/calc-arith.el (math-add-symb-fancy): Check the length of
16391         the correct variable.
16393 2006-01-20  Carsten Dominik  <dominik@science.uva.nl>
16395         * textmodes/org.el (org-open-at-point): Fixed bug with matching a
16396         link.  Fixed buggy argument sequence in call to `org-view-tags'.
16397         (org-compile-prefix-format): Set `org-prefix-has-tag'.
16398         (org-prefix-has-tag): New variable.
16399         (org-format-agenda-item): Remove tags from headline if
16400         appropriate.
16401         (org-agenda-remove-tags-when-in-prefix): New option.
16402         (org-get-tags-at): New function.
16404 2006-01-20  Nick Roberts  <nickrob@snap.net.nz>
16406         * thumbs.el (thumbs-buffer): New variable.  Make it buffer local.
16407         (thumbs-find-image): Move image name and number from buffer name
16408         to mode name.  Set thumbs-buffer.  Preserve point so that large
16409         images remain visible.
16410         (thumbs-file-alist): Construct list in thumbs-buffer and reverse
16411         order.
16412         (thumbs-show-image-num): Get image from thumbs-file-alist.  Set
16413         mode name.
16414         (thumbs-next-image, thumbs-previous-image): Make them work.
16416 2006-01-19  Luc Teirlinck  <teirllm@auburn.edu>
16418         * cus-edit.el (custom-buffer-create-internal): State in the text above
16419         the whole buffer buttons that they do not operate on hidden items.
16420         (custom-face-menu): Use `custom-face-save' instead of
16421         `custom-face-save-command'.
16422         (custom-face-save-command): Make it an alias for `custom-face-save'
16423         and declare it obsolete.
16424         (custom-face-save): Doc fix.
16426         * dired.el (dired-no-confirm): Add quote.
16427         (dired-subdir-alist-pre-R): Add quote in
16428         `make-variable-buffer-local' form and remove unbalanced parenthesis.
16430 2006-01-19  Stefan Monnier  <monnier@iro.umontreal.ca>
16432         * textmodes/table.el (table-mode-indicator): Typo in last change.
16434 2006-01-19  Richard M. Stallman  <rms@gnu.org>
16436         * outline.el (hide-leaves): Don't call outline-end-of-heading.
16437         Fixes bug reported in Nov 2005.
16439         * isearch.el (isearch-forward): Doc fix.
16441         * dired.el (dired-move-to-filename-regexp): Define as alias.
16442         (dired-no-confirm): Use defcustom.
16443         (dired-subdir-alist-pre-R): Put defvar at top level.
16445         * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
16447         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
16448         Mark as risky.
16450         * simple.el (set-mark-command): Doc fix.
16451         (clone-indirect-buffer-other-window):
16452         Read arg like clone-indirect-buffer.
16453         (move-beginning-of-line): Skip invisible newlines.
16455 2006-01-19  Masatake YAMATO  <jet@gyve.org>
16457         * progmodes/cpp.el (cpp-edit-load): Make the order of
16458         listed conditions in a base C code buffer and its associate
16459         CPP Edit buffer the same.
16461 2006-01-19  Kenichi Handa  <handa@m17n.org>
16463         * mail/rmail.el (rmail-enable-mime): Docstring fixed.
16464         (rmail-mime-feature): Likewise.
16465         (rmail-require-mime-maybe): Use display-warning to show a warning
16466         message.
16468         * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
16469         (find-auto-coding): Use auto-coding-regexp-alist-lookup.
16471 2006-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
16473         * array.el: Move defvars out of eval-when-compile.
16474         (array-make-template): Replace undeclared global var with a local one.
16475         (array-mode): Inline initialization functions.
16476         (array-init-local-variables, array-init-max-row)
16477         (array-init-max-column, array-init-columns-per-line)
16478         (array-init-field-width, array-init-rows-numbered)
16479         (array-init-line-length, array-init-lines-per-row): Remove.
16481         * play/doctor.el: Move defvars out of eval-when-compile.  Use dolist.
16482         (doc-mode-map): Define explicitly.
16483         (doctor-txtype): Use mapc.
16485         * textmodes/table.el: Move defvars out of eval-when-compile.
16486         Remove harmful code meant to avoid byte-compiler warnings.
16487         (table-fixed-mode-indicator): Remove.  Use a more complex mode-line
16488         specification that checks table-fixed-width-mode directly.
16489         (table-recognize-region, table-recognize-cell):
16490         Use restore-buffer-modified-p.
16491         (table-fixed-width-mode): Remove code that refreshes
16492         table-fixed-mode-indicator.
16493         (*table--cell-describe-bindings, *table--cell-describe-mode):
16494         Avoid obsolete name print-help-return-message.
16495         (table--test-cell-list): Don't use replace-regexp from elisp.
16496         (table--point-entered-cell-function, table--point-left-cell-function):
16497         Don't set table-fixed-mode-indicator, use force-mode-line-update.
16499         * textmodes/org.el: Move defvars out of eval-when-compile.  Move code
16500         that was after the end of file.  Use buffer-file-name variable.
16501         (org-timestamp-change): Use with-current-buffer.
16502         (org-todo-list): Don't unnecessarily define a new buffer-local var.
16503         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
16504         `file'.
16506         * progmodes/fortran.el: Move defvars out of eval-when-compile.
16507         (fortran-break-line): Remove unused var `opoint'.
16508         (fortran-abbrev-start): Obey help-event-list.
16510 2006-01-18  Jesper Harder  <harder@phys.au.dk>
16512         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
16514 2006-01-18  Masatake YAMATO  <jet@gyve.org>
16516         * progmodes/make-mode.el (makefile-imake-mode): New mode
16517         derived from makefile-mode.
16518         (makefile-imake-mode-syntax-table): New syntax table
16519         derived from makefile-mode-syntax-table.
16520         (makefile-mode): Write about makefile-imake-mode in doc string.
16521         (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
16522         (makefile-imake-font-lock-keywords): New font lock keywords.
16524         * files.el (auto-mode-alist): Add Imakefile.
16526 2006-01-17  Agustin Martin  <agustin.martin@hispalinux.es>
16528         * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
16529         loading the file rather than when turning on flyspell-mode.
16531 2006-01-16  Luc Teirlinck  <teirllm@auburn.edu>
16533         * cus-edit.el (customize-rogue): Minor doc fix.
16535 2006-01-17  Juri Linkov  <juri@jurta.org>
16537         * dired-aux.el (dired-diff): Use dired-dwim-target-directory
16538         instead of the file at the mark as default if the file at the mark
16539         is the same as the file at point or if dired-dwim-target-directory
16540         is not the same as the current directory and the mark is not active.
16542         * log-view.el (log-view-minor-wrap): Use the same logic to get
16543         revisions as `log-view-diff'.
16545         * info.el (Info-revert-find-node): Check for Info-current-file
16546         before preserving new-history.
16548         * man.el (Man-heading-regexp): Add `/'.
16550         * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
16551         (html-mode): Set `sentence-end-base' instead of `sentence-end'.
16553 2006-01-16  Juri Linkov  <juri@jurta.org>
16555         * faces.el (mode-line-faces): New defgroup.
16556         (mode-line-highlight): Move definition after new defgroup.
16557         (mode-line, mode-line-inactive, mode-line-highlight):
16558         Replace :group `modeline' with `mode-line-faces'.
16559         (mode-line-buffer-id): New face.
16560         (modeline-buffer-id): New face alias.
16561         (vertical-border): Remove :group `modeline'.
16563         * bindings.el (propertized-buffer-identification): Use face
16564         `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
16565         (mode-line-next-buffer, mode-line-previous-buffer): New functions.
16566         (mode-line-buffer-identification-keymap): For mouse-1 replace
16567         `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
16568         Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
16569         mouse-3.
16571         * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
16572         Buffer-menu-buffer.  Doc fix.
16573         (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
16574         (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
16575         `Buffer-menu-buffer'.
16577         * info.el (Info-mode-line-node-keymap): New defvar.
16578         (Info-set-mode-line): Use `stringp' to check Info-current-file.
16579         Propertize Info-current-node with `mode-line-buffer-id' and
16580         `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
16582         * time.el (display-time-mail-face): Replace :group `faces' with
16583         `mode-line-faces'.
16585 2006-01-16  Kenichi Handa  <handa@m17n.org>
16587         * international/code-pages.el: Add autoload cookies for cp125[0345678].
16589         * language/european.el (cp1252): New alias for windows-1252.
16591         * international/mule.el (autoload-coding-system): Prepare for EOL
16592         variants.
16594 2006-01-15  Dan Nicolaescu  <dann@ics.uci.edu>
16596         * term.el (term-raw-map): Add mapping for insert.
16597         (term-send-insert): New.
16598         (term-mode): Make variables local here instead of doing it in
16599         `term-emulate-terminal'.
16600         (term-emulate-terminal): Delete incorrect optimization for cr+lf.
16601         Scroll reverse needs to take into account the scroll region.
16602         Saving and restoring the cursor should save the color attributes too.
16603         (term-reset-terminal): Reset the scroll region.
16604         (term-handle-ansi-escape): Cursor up and down should take into
16605         account the scroll region.
16606         (term-set-scroll-region): Rename from `term-scroll-region'.
16607         Move to 0,0 after setting the region.
16608         (term-handle-scroll): Handle scroll up.
16609         (term-down): Fix off by one error.
16610         (term-delete-lines): Do not delete outside the scroll region.
16611         (term-insert-lines): Take into account the scroll region.
16613 2006-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
16615         * textmodes/ispell.el (ispell-internal-change-dictionary)
16616         (ispell-change-dictionary): Undo most of last change of 2006-01-13.
16617         (start, end): Move declaration outside of eval-when-compile.
16619         * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
16620         (flyspell-mode-on): Use it.
16622         * textmodes/ispell.el (ispell-kill-ispell): Run new hook
16623         ispell-kill-ispell-hook.
16625 2006-01-14  Luc Teirlinck  <teirllm@auburn.edu>
16627         * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
16628         (Custom-reset-saved): Do not ask for confirmation in single option
16629         buffers.
16631 2006-01-13  Richard M. Stallman  <rms@gnu.org>
16633         * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
16635 2006-01-13  Romain Francoise  <romain@orebokech.com>
16637         * add-log.el (add-change-log-entry, change-log-merge):
16638         Conditionally use `hard-newline'.
16640 2006-01-13  Martin Rudalics  <rudalics@gmx.at>
16642         * wid-edit.el (widget-field-end): If the overlay is no longer
16643         associated with a buffer, behave as if the overlay didn't exist.
16645         * cus-edit.el (custom-add-see-also, custom-add-parent-links):
16646         Make sure the links use the `custom-link' face.
16648 2006-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
16650         * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
16651         (ld-script-mode): Don't set indent-line-function since we don't
16652         have one.
16654 2006-01-13  Carsten Dominik  <dominik@science.uva.nl>
16656         * textmodes/org.el (org-open-file): Use mailcap for selecting an
16657         application.
16658         (org-file-apps-defaults-gnu): Use mailcap as the default for
16659         selecting an application on a UNIX system.
16660         (org-agenda-show-tags): New command.
16661         (org-table-insert-hline): Keep cursor in current table line.
16662         (org-table-convert): Offset effect of modifying
16663         `org-table-insert-hline'.
16664         (org-format-agenda-item): New optional argument TAG.
16665         (org-compile-prefix-format): Handle %T format for the tag.
16666         (org-expand-wide-chars): New function.
16667         (org-table-insert-row, org-table-insert-hline):
16668         Use `org-expand-wide-chars'.
16669         (org-open-file): Fix bug in program launch.
16670         (org-get-time-of-day): Fix bug with times before 1am.
16671         (org-agenda-menu): Add tags commands.
16673 2006-01-13  Agustin Martin  <agustin.martin@hispalinux.es>
16675         * textmodes/ispell.el (ispell-init-process): Include the used
16676         dictionary in ispell process start message.
16677         (ispell-internal-change-dictionary): When flyspell-mode is active
16678         and dictionary is changed, make sure ispell process is restarted
16679         and flyspell word cache cleared out for the current buffer.
16680         (ispell-change-dictionary): Make sure flyspell word cache is
16681         cleared out in all buffers with active flyspell mode when
16682         dictionary is globally changed.
16683         Call ispell-internal-change-dictionary after dictionary change.
16685 2006-01-13  Eli Zaretskii  <eliz@gnu.org>
16687         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
16689         * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
16690         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
16691         years.  Fix small differences wrt Makefile.in.
16692         (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
16693         Makefile.in does.
16695 2006-01-12  Bill Wohler  <wohler@newt.com>
16697         * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
16698         mh-search.el.
16700 2006-01-12  Masatake YAMATO  <jet@gyve.org>
16702         * progmodes/ld-script.el: Update copyright year.
16704 2006-01-12  Chong Yidong  <cyd@stupidchicken.com>
16706         * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
16707         Don't add widget if setting undefined.
16709 2006-01-12  John Paul Wallington  <jpw@pobox.com>
16711         * help-fns.el (describe-variable): Remove newlines from void
16712         variable output.
16714 2006-01-13  Nick Roberts  <nickrob@snap.net.nz>
16716         * wdired.el (wdired-mode-map): Add help echo for
16717         wdired-abort-changes.
16719         * man.el (Man-file-name-regexp): Adjust for a list of files.
16721 2006-01-12  Masatake YAMATO  <jet@gyve.org>
16723         * progmodes/ld-script.el (auto-mode-alist): Support
16724         suffix conventions used in netbsd and eCos.
16726 2006-01-11  Luc Teirlinck  <teirllm@auburn.edu>
16728         * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
16729         (custom-variable-menu, custom-face-menu, custom-group-menu)
16730         (Custom-mode-menu): Change names of menu items.  (As discussed on
16731         emacs-devel.)
16732         (custom-face-menu): Add "Undo Edits" item.
16734         * startup.el (init-file-user): defcustom -> defvar.
16736         * tooltip.el (tooltip-mode): Doc fix.
16738 2006-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
16740         * reveal.el (reveal-post-command): window-buffer signals an error on
16741         dead windows rather than returning nil.
16742         (reveal-open-new-overlays): An overlay might die while we open others.
16744 2006-01-11  Bill Wohler  <wohler@newt.com>
16746         * cus-dep.el (generated-custom-dependencies-file): Fix typo and
16747         phrasing in docstring.
16749         * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
16750         can give some systems gas.  Add new file mh-buffers.el.
16752 2006-01-06  Masatake YAMATO  <jet@gyve.org>
16754         * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
16755         C preprocessor forward ported from GNU Emacs 21.2.
16757         * progmodes/asm-mode.el (asm-font-lock-keywords):
16758         Use `cpp-font-lock-keywords'.
16760         * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
16762         * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
16763         of $ for "\\.ld[s]?".
16765 2006-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16767         * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
16768         (tcl-indent-line): Return `noindent' if inside a string.
16770         * progmodes/flymake.el (flymake-split-string): Remove more than one
16771         empty string at beg/end of the result.
16772         (flymake-find-buildfile, flymake-find-possible-master-files):
16773         Use expand-file-name.
16774         (flymake-fix-file-name): Don't replace \ with / and don't remove ./
16775         since expand-file-name does it for us.  Use directory-file-name.
16776         (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
16777         (flymake-ler-get-type, flymake-ler-get-text)
16778         (flymake-ler-make-ler): Remove.  Replace by defstruct.  Update callers.
16779         (flymake-current-line-no): Remove spurious interactive spec.
16780         (flymake-delete-temp-directory): Remove unused var `slash-pos'.
16781         (flymake-check-include): Remove arg inc-path merged into inc-name.
16782         (flymake-check-patch-master-file-buffer): Fit in 80 columns.
16783         Arg regexp-list replaced by a simple regexp.
16784         (flymake-master-make-header-init, flymake-master-tex-init):
16785         Correspondingly replace regexp-list with a regexp.  Fix regexp.
16787 2006-01-10  Simon Josefsson  <jas@extundo.com>
16789         * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
16790         describing AUTH PLAIN fix.
16792 2006-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
16794         * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
16795         (report-emacs-bug): Don't record initial prompt text.
16796         Instead, add text properties to prompting text.
16797         (report-emacs-bug-hook): Delete prompting text.
16799 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
16801         * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
16802         `dirs'.  Adjust callers.
16804 2006-01-09  John Paul Wallington  <jpw@gnu.org>
16806         * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
16808 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
16810         * reveal.el (reveal-open-new-overlays): New extracted fun.
16811         (reveal-close-old-overlays): Idem.  Check overlays's liveness before
16812         using them.  Simplify the code.
16813         (reveal-post-command): Use them.  Fix up obsolete windows in
16814         reveal-open-spots.
16816         * progmodes/flymake.el: Use `require' rather than autoload for
16817         XEmacs's overlays.
16818         (flymake-get-common-file-prefix, flymake-build-relative-filename):
16819         Delete.  Use file-relative-name instead.
16820         (flymake-get-syntax-check-program-args, flymake-perl-init):
16821         Simplify the resulting code.
16823         * log-view.el (log-view-file-re, log-view-message-re): Add support
16824         for DaRCS output.
16826 2006-01-09  Alex Schroeder  <alex@gnu.org>
16828         * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
16829         identifiers sometimes added in square brackets at the beginning of
16830         subject lines.
16832 2006-01-07  Richard M. Stallman  <rms@gnu.org>
16834         * cus-edit.el (Custom-set, Custom-save): Doc fix.
16835         (Custom-reset-current, Custom-reset-saved): Change question text.
16836         (Custom-reset-standard): Likewise.
16837         (custom-variable-reset-saved): Doc fix.
16839 2006-01-07  Eli Zaretskii  <eliz@gnu.org>
16841         * startup.el (init-file-user): Doc fix.
16843 2006-01-07  Alex Schroeder  <alex@gnu.org>
16845         * mail/rmail.el (rmail-current-subject): New function.
16846         (rmail-current-subject-regexp): New function.
16847         (rmail-next-same-subject): Use it.
16849         * mail/rmailsum.el (rmail-summary-by-topic):
16850         Use rmail-current-subject and rmail-current-subject-regexp.
16851         (rmail-summary-next-same-subject): Ditto.
16853         * net/rcirc.el (rcirc-send-input): No longer check whether the
16854         process is open, since not all commands need an open process.
16855         (rcirc-send-string): Check whether the process is open before
16856         sending anything.
16857         (rcirc-ignore-list): New option.
16858         (rcirc-ignore-list-automatic): New variable.
16859         (rcirc-print): Take rcirc-ignore-list into account.
16860         (rcirc-cmd-ignore): New command.
16861         (rcirc-ignore-update-automatic): New function.
16862         (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
16863         list if ignored nicks.
16864         (rcirc-handler-NICK): Ditto, and also ignore the new nick.
16866 2006-01-06  David Reitter  <david.reitter@gmail.com>
16868         * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
16869         reflect the address to which the report will be sent.
16871 2006-01-06  Eli Zaretskii  <eliz@gnu.org>
16873         * progmodes/ld-script.el (auto-mode-alist): Recognize linker
16874         scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
16876 2006-01-01  Michael Ernst  <mernst@alum.mit.edu>  (tiny changes)
16878         * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
16880         * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
16881         the doc string: "functoin" => "function".
16882         * ldefs-boot.el: Likewise.
16884         * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
16885         message text: "Duplicat" => "Duplicate".
16887 2006-01-06  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
16889         * files.el (basic-save-buffer-2): If backing-up failed, reset
16890         buffer-backed-up to nil.
16892 2006-01-06  Nick Roberts  <nickrob@snap.net.nz>
16894         * progmodes/gud.el (gdb-script-skip-to-head)
16895         (gdb-script-calculate-indentation): Indent for breakpoint command
16896         lists also.
16898 2006-01-05  Bill Wohler  <wohler@newt.com>
16900         * Makefile.in (compile-always): Add mh-autoloads dependency.
16901         (bootstrap): Remove mh-autoloads dependency, as compile dependency
16902         provides it.
16903         (updates): Remove mh-autoloads dependency, since it probably has
16904         already run recently (via recompile).
16906 2006-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
16908         * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
16909         argument `force' to disable the flyspell-last-buffer optimization.
16910         (flyspell-mode-on): Use it.
16912         * progmodes/flymake.el (flymake-get-cleanup-function): Default to
16913         flymake-simple-cleanup.
16914         (flymake-allowed-file-name-masks): Use this new default.
16915         All the functions are now called in the right buffer rather than
16916         passing the buffer as argument.
16917         (flymake-process-sentinel): Switch to buffer before calling cleanup.
16918         (flymake-parse-err-lines): Remove redundant buffer arg.
16919         (flymake-get-program-dir): Comment out unused function.
16920         (flymake-start-syntax-check, flymake-start-syntax-check-process):
16921         Remove redundant buffer argument.
16922         (flymake-get-real-file-name, flymake-simple-java-cleanup)
16923         (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
16925 2006-01-05  Richard M. Stallman  <rms@gnu.org>
16927         * info.el (Info-find-node): Don't record previous node if have none.
16928         (info): Go to directory only if history is empty.
16930         * simple.el (mark): Doc fix.
16932 2006-01-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16934         * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
16935         already of desired type.
16936         (mac-ae-list): Coerce parameter to "list" type.
16937         (mac-dispatch-apple-event): Replace cadr part of event with a
16938         dummy position so that event-start returns it.
16940 2006-01-05  Carsten Dominik  <dominik@science.uva.nl>
16942         * textmodes/org.el (org-end-of-subtree): New function.
16943         (org-cycle, org-subtree-end-visible-p, org-scan-tags):
16944         Use `org-end-of-subtree'.
16945         (org-agenda, org-agenda-convert-date): Protect calls to
16946         `fit-window-to-buffer'.
16947         (org-tags-view): Force matching of sublevels when doing a
16948         todo-only search.  Define the correct redo command, including the
16949         arguments.
16950         (org-agenda-redo): Display message.
16951         (org-check-for-org-mode): New function.
16952         (org-agenda-type): New variable.
16953         (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
16954         Set `org-agenda-type'.
16955         (org-agenda-check-type): New function.
16956         (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
16957         (org-agenda-week-view, org-agenda-day-view)
16958         (org-agenda-next-date-line, org-agenda-previous-date-line)
16959         (org-agenda-log-mode, org-agenda-toggle-diary)
16960         (org-agenda-toggle-time-grid, org-agenda-date-later)
16961         (org-agenda-date-prompt, org-agenda-diary-entry)
16962         (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
16963         (org-agenda-convert-date, org-agenda-menu):
16964         Use `org-agenda-check-type'.
16965         (org-make-overlay, org-delete-overlay)
16966         (org-detatch-overlay, org-move-overlay, org-overlay-put):
16967         New compatibility functions.
16968         (org-calendar-select-mouse): New command.
16970 2006-01-04  Chong Yidong  <cyd@stupidchicken.com>
16972         * cus-edit.el (Custom-reset-current, Custom-reset-saved)
16973         (Custom-reset-standard): Fix y-or-n-p messages.
16974         (custom-link): New face for links.
16975         (custom-buffer-create-internal, custom-manual): Use it.
16976         (custom-face-save): Push to theme-face before setting face spec.
16978         * wid-edit.el (widget-default-mouse-face-get): New function.
16979         (widget-specify-button): Handle mouse-face like button-face.
16981         * custom.el (load-theme): Clear old theme settings if reloading.
16983 2006-01-03  Luc Teirlinck  <teirllm@auburn.edu>
16985         * cus-edit.el (custom-buffer-create-internal): Move whole buffer
16986         "Erase Customization" button back to same position it occupies in
16987         the individual State menus.
16989 2006-01-04  Kim F. Storm  <storm@cua.dk>
16991         * wid-edit.el (key-sequence): Rework widget to read key binding
16992         using `kbd' syntax.  Use C-q to insert literal key, event, or code.
16993         (widget-key-sequence-default-value): Default value for empty sequence.
16994         (widget-key-sequence-map): New map for reading key binding.  Bind C-q.
16995         (widget-key-sequence-read-event): New command for C-q.
16996         (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
16997         (widget-key-sequence-value-to-external): New functions.
16999 2006-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
17001         * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
17002         Use expand-file-name.
17003         (flymake-delete-temp-directory): Use expand-file-name,
17004         file-name-directory, and directory-file-name.
17005         (flymake-strrchr): Delete.
17006         (flymake-start-syntax-check): Don't pass the redundant buffer argument
17007         to the init-f function.
17008         (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
17009         (flymake-init-find-buildfile-dir)
17010         (flymake-init-create-temp-source-and-master-buffer-copy)
17011         (flymake-simple-make-init-impl, flymake-simple-make-init)
17012         (flymake-master-make-init, flymake-master-make-header-init)
17013         (flymake-simple-make-java-init, flymake-simple-ant-java-init)
17014         (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
17015         (flymake-xml-init): Remove corresponding redundant buffer argument.
17016         (flymake-allowed-file-name-masks): Remove last elems that are equal to
17017         the default anyway.  Clean up regexps.
17019         * progmodes/flymake.el (flymake-temp-source-file-name)
17020         (flymake-master-file-name, flymake-temp-master-file-name)
17021         (flymake-base-dir): New buffer-local vars.
17022         (flymake-buffer-data, flymake-get-buffer-value)
17023         (flymake-set-buffer-value): Replace those hash-tables by the new
17024         buffer-local vars.  Update callers.
17026         * progmodes/flymake.el (flymake-check-start-time)
17027         (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
17028         (flymake-last-change-time, flymake-new-err-info, flymake-timer):
17029         Move definition, so we can remove redundant earlier declaration.
17030         (flymake-replace-regexp-in-string, flymake-split-string)
17031         (flymake-get-temp-dir): Use defalias.
17032         (flymake-popup-menu): Remove `pos' argument.  Use posn-at-point.
17033         (flymake-xemacs-window-edges): Remove unused function.
17034         (flymake-get-point-pixel-pos): Move.
17035         (flymake-pid-to-names, flymake-reg-names)
17036         (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
17037         Replace by a simple list flymake-processes and by process-buffer.
17038         Update callers.  Other than simplify the code, it uses buffers rather
17039         than buffer-names so it doesn't get confused by uniquify.
17040         (flymake-buffer-data): The global value should just be nil.
17042         * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
17043         Optimize the body of a defalias like any other code.
17045         * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
17046         Make sure we've setup font-lock's vars.  It may influence which
17047         function we then call.
17048         (font-lock-default-fontify-buffer): Don't bother calling set-defaults
17049         here since it's too late anyway.
17051 2006-01-03  Romain Francoise  <romain@orebokech.com>
17053         * startup.el (fancy-splash-tail, normal-splash-screen):
17054         Update copyright year.
17056 2006-01-02  J.D. Smith  <jdsmith@as.arizona.edu>
17058         * mouse.el (mouse-drag-track): Rename, from
17059         `mouse-drag-region-1'.  Includes optional argument required to
17060         enable post-drag event processing (e.g. delete region keys).
17061         Can be used without this argument to track a mouse region and operate
17062         on it as soon as the drag completes.
17063         (mouse-drag-region): Use `mouse-drag-track'.
17065 2006-01-02  Chong Yidong  <cyd@stupidchicken.com>
17067         * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
17068         Move to `custom-buffer' group.
17070         * cus-theme.el: Rewrite the Custom New Theme Mode interface.
17071         (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
17072         (custom-theme-insert-face-marker, custom-theme-variable-menu)
17073         (custom-theme-face-menu): New variables.
17074         (custom-theme-add-variable, custom-theme-variable-action)
17075         (custom-variable-reset-theme, custom-theme-delete-variable)
17076         (custom-face-reset-theme, custom-theme-face-action)
17077         (custom-theme-delete-face, custom-theme-merge-theme)
17078         (custom-theme-add-face, custom-theme-visit-theme): New functions.
17080 2006-01-01  Chong Yidong  <cyd@stupidchicken.com>
17082         * custom.el: Move Custom Themes commentary to start of theme code.
17083         (custom-known-themes): Rename `standard' theme to `changed'.
17084         (custom-push-theme): Caller no longer specifies what theme to use
17085         when doing `reset'---the setting is simply removed from the theme.
17086         Delete MODE from `theme-value' and `theme-settings' properties.
17087         (custom-declare-theme): Ignore &rest args since we don't use them.
17089         (custom-loaded-themes): Delete variable.
17090         (custom-theme-load-themes, custom-theme-loaded-p)
17091         (custom-theme-value): Delete functions.
17093         (custom-declare-theme): Signal error on invalid theme names.
17094         (provide-theme): custom-loaded-themes was deleted.
17095         (load-theme): Load the file unconditionally.
17096         (enable-theme): Call `load-theme' if theme is undefined.
17097         (custom-enabled-themes): Only update value for successful loads.
17098         (disable-theme): Complete from enabled themes when interactive.
17099         (custom-variable-theme-value): Calculate theme value directly.
17101         (custom-theme-reset-variables, custom-reset-variables): Mark as
17102         XEmacs compatibility functions.  We don't actually use these.
17104         * cus-edit.el (custom-variable-state-set):
17105         Use custom-variable-theme-value instead of custom-theme-value.
17106         (custom-face-state-set): Rename `standard' theme to `changed'.
17107         (custom-save-variables, custom-save-faces): Delete unneeded
17108         references to custom-reset-variables.
17109         (custom-save-resets): Delete function.
17110         (custom-save-variables, custom-save-faces): MODE argument deleted.
17111         (custom-save-variables, custom-save-faces): Ignore theme values.
17113         * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
17114         compatibility function.
17116 2006-01-01  Richard M. Stallman  <rms@gnu.org>
17118         * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
17119         (Custom-reset-current, Custom-reset-saved): Likewise.
17120         (Custom-reset-standard): Show message if aborted.
17121         (custom-mode): Doc fix, describing those commands.
17123         * mouse.el (mouse-drag-region-1): When following link via mouse-2,
17124         put on event-kind property.
17126 2005-12-31  Chong Yidong  <cyd@stupidchicken.com>
17128         * custom.el (provide-theme): Ban `user' theme name.
17129         (custom-enabling-themes): New variable.
17130         (enable-theme): Don't enable user if custom-enabling-themes is t.
17131         (custom-enabled-themes): Make it a defcustom.
17132         (custom-theme-recalc-face): No-op if face is undefined.
17134         * cus-edit.el (custom-button-mouse): New variable.
17135         (custom-button-mouse): New face.
17136         (custom-raised-buttons, custom-mode): Use it.
17138         * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
17140 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
17142         * progmodes/gud.el (gud-display-line): Support hl-line in the
17143         source buffer.
17145 2005-12-31  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
17147         * mouse.el (mouse-drag-window-above): Verify that the found window
17148         overlaps with the given window in the horizontal dimension.
17150 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
17152         * Makefile.in (cvs-update): New target.
17154         * makefile.w32-in (cvs-update): Ditto.
17156 2005-12-30  Chong Yidong  <cyd@stupidchicken.com>
17158         * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
17159         (custom-new-theme-mode-map): New variable.
17161 2005-12-30  Richard M. Stallman  <rms@gnu.org>
17163         * custom.el (custom-load-themes): Function deleted.
17165         * cus-edit.el (custom-save-loaded-themes): Function deleted.
17166         (custom-save-variables): Don't delete or add custom-load-themes call.
17168 2005-12-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17170         * cus-start.el: Add `visible-cursor'.
17172         * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
17173         (flymake-parse-output-and-residual): Remove `source-buffer' argument.
17174         (flymake-process-filter): Switch to buffer before calling it instead.
17175         (flymake-post-syntax-check, flymake-highlight-err-lines)
17176         (flymake-delete-own-overlays, flymake-parse-err-lines)
17177         (flymake-start-syntax-check, flymake-start-syntax-check-process)
17178         (flymake-count-lines, flymake-parse-residual):
17179         Remove constant buffer argument.
17180         (flymake-start-syntax-check-for-current-buffer): Remove.
17181         Update callers to use flymake-start-syntax-check instead.
17182         (flymake-display-err-menu-for-current-line):
17183         Remove unused var `mouse-pos'.
17184         (flymake-restore-formatting): Comment out unused function.
17185         (flymake-report-status, flymake-report-fatal-status): Remove buffer
17186         argument, use current-buffer instead.  Update callers.
17188 2005-12-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
17190         * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
17191         buffer-local because choose-completion-delete-max-match requires
17192         that we set completion-ignore-case (i.e., binding via let is not
17193         sufficient).
17194         (bibtex-complete): Always set completion-ignore-case and
17195         choose-completion-string-functions.  The latter is needed because
17196         choose-completion-string-functions keeps its value if we quit the
17197         *Completions* buffer without requesting a completion.
17199 2005-12-30  Andreas Schwab  <schwab@suse.de>
17201         * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
17203 2005-12-30  Eli Zaretskii  <eliz@gnu.org>
17205         * jit-lock.el (jit-lock-chunk-size): Doc fix.
17207 2005-12-30  Juri Linkov  <juri@jurta.org>
17209         * locate.el (locate-fcodes-file, locate-header-face)
17210         * progmodes/delphi.el (delphi-other-face)
17211         * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
17213         * paren.el (show-paren-match, show-paren-mismatch): Use existing
17214         group `paren-showing-faces'.
17216         * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
17217         (goto-address): Fix docstring.
17219         * net/webjump.el (webjump-sample-sites): Update URLs.
17221         * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
17223         * subr.el (cancel-change-group): Add listp around pending-undo-list.
17225 2005-12-29  Stefan Monnier  <monnier@iro.umontreal.ca>
17227         * font-lock.el (font-lock-compile-keywords): Signal an error when
17228         font-lock-set-defaults hasn't been called.
17230 2005-12-29  Luc Teirlinck  <teirllm@auburn.edu>
17232         * subr.el (noreturn, 1value): Doc fixes.
17234 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
17236         * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
17237         that assoc-string returns nil.
17239 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
17241         * textmodes/bibtex.el (bibtex-entry-type-whitespace)
17242         (bibtex-entry-type-str, bibtex-empty-field-re)
17243         (bibtex-search-backward-string, bibtex-preamble-prefix)
17244         (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
17245         (bibtex-any-valid-entry-type): New variable.
17246         (bibtex-parse-field-name): Simplify.
17247         (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
17248         (bibtex-preamble-prefix): Include left delimiter.
17249         (bibtex-search-forward-field, bibtex-search-backward-field):
17250         Allow unbounded search past entry boundaries (required by bibtex-pop).
17251         (bibtex-text-in-field-bounds): Use push.
17252         (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
17253         (bibtex-parse-preamble, bibtex-valid-entry)
17254         (bibtex-beginning-first-field): New functions.
17255         (bibtex-skip-to-valid-entry): Use bibtex-valid-entry.  Fix regexp.
17256         (bibtex-map-entries): Fix docstring.
17257         (bibtex-flash-head): New arg prompt.  Simplify.
17258         (bibtex-enclosing-field): Include code of bibtex-inside-field.
17259         (bibtex-insert-kill): Simplify.  Always insert text past the
17260         current field or entry.
17261         (bibtex-format-entry): Use bibtex-parse-field.
17262         (bibtex-pop): Use bibtex-beginning-of-entry and
17263         bibtex-end-of-entry to initiate the search.  Insert empty field if
17264         we found ourselves.
17265         (bibtex-print-help-message): New args field and comma.
17266         Handle entry keys.
17267         (bibtex-make-field): Use bibtex-beginning-of-entry.
17268         (bibtex-end-of-entry): Use bibtex-valid-entry.  Recognize any
17269         invalid entry.
17270         (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
17271         Handle preambles.  Simplify code for thorough test.
17272         (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
17273         New arg comma.  Handle entry heads.
17274         (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
17275         (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
17276         New arg comma.
17277         (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
17278         (bibtex-fill-field): Simplify.
17279         (bibtex-fill-entry): Use bibtex-beginning-first-field and
17280         bibtex-parse-field.
17281         (bibtex-convert-alien): Do not wait before calling bibtex-validate.
17282         (bibtex-complete): Use bibtex-parse-preamble.
17284 2005-12-29  Nick Roberts  <nickrob@snap.net.nz>
17286         * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
17287         Display name of expression instead of convenience variable.
17288         (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
17290         * progmodes/gud.el (gud-tooltip-dereference): Rename from
17291         toggle-gud-tooltip-dereference.
17292         (gud-tooltip-print-command): Move concatenation of "*" to expr to...
17293         (gud-tooltip-tips): ...here when dereferencing.
17295 2005-12-28  Bill Wohler  <wohler@newt.com>
17297         * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
17299 2005-12-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17301         * vc.el (vc-annotate-display): Replace optional arg `color-map' with
17302         compulsory arg `ratio'.  Inline body of vc-annotate-time-span.
17303         (vc-annotate-display-autoscale): Adjust call.
17304         (vc-annotate-display-default): Adjust call.  Make arg compulsory.
17305         Fix interactive spec.
17306         (vc-annotate-time-span): Remove.
17307         (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
17308         (vc-annotate-mode-menu, vc-annotate-display-autoscale)
17309         (vc-annotate-display-select): Use new name.
17311         * vc.el (vc-annotate-mode-map): Remove obsolete binding.
17312         (vc-annotate-mode-menu): Remove left-over redundant declaration.
17313         Correct the construction of span entries.  Simplify.
17314         (vc-annotate-display-select): Fix the nil case.
17315         (vc-annotate): Remove obsolete (and now broken) code.
17316         (vc-annotate-extract-revision-at-line): Remove obsolete code.
17317         (vc-annotate-time-span): Remove unused arg `quantize'.  Simplify.
17319 2005-12-28  Luc Teirlinck  <teirllm@auburn.edu>
17321         * subr.el (lazy-completion-table): Correct typo in docstring.
17323         * startup.el (command-line): Use `custom-reevaluate-setting' for
17324         `send-mail-function'.
17326         * mail/sendmail.el (send-mail-function): Autoload the standard-value.
17328 2005-12-05  Ralf Angeli  <angeli@iwi.uni-sb.de>
17330         * mail/smtpmail.el (smtpmail-try-auth-methods):
17331         Send credentials together with "AUTH PLAIN" command.
17333 2005-12-27  Richard M. Stallman  <rms@gnu.org>
17335         * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
17336         mouse-2, go back to previously selected window, so it's selected
17337         when mouse-2 command runs.
17339 2005-12-27  Juri Linkov  <juri@jurta.org>
17341         * descr-text.el (describe-text-sexp): Use square brackets for
17342         button [Show] to distinguish it from the property value `show'.
17343         (describe-property-list): Use `insert-text-button' with
17344         `help-face' type instead of putting face in quotes, because button
17345         is not created automatically for a list of faces.
17346         (describe-text-properties-1): Put button-type value in quotes to
17347         distinguish from plain text "button".
17348         (describe-char): Display code point values in hex.  Don't use
17349         `symbol-name' for `current-input-method' because it is a string.
17350         Use `insert-text-button' with `help-face' type instead of putting
17351         hardcoded face in quotes, because button is not created automatically.
17353 2005-12-27  Richard M. Stallman  <rms@gnu.org>
17355         * progmodes/glasses.el (glasses-face): More specific custom type.
17357         * files.el (set-visited-file-name): Doc fix.
17359         * textmodes/flyspell.el (flyspell-external-point-words):
17360         Use local var buffer-scan-pos to advance scan for next misspelling.
17361         Advance it only after we find the misspelling.
17363 2005-12-27  Agustin Martin  <agustin.martin@hispalinux.es>
17365         * textmodes/flyspell.el (flyspell-external-point-words):
17366         New criteria for finding the misspelling in the buffer.
17368 2005-12-27  Nick Roberts  <nickrob@snap.net.nz>
17370         * help-mode.el (help-insert-string): Set help-xref-stack-item
17371         rather than call help-setup-xref.
17373         * descr-text.el (describe-char): Revert previous changes for
17374         optional buffer argument.
17376 2005-12-27  Juri Linkov  <juri@jurta.org>
17378         * help-mode.el (help-insert-string): New function.  Save buffer
17379         contents in cases where it is impossible to recompute the old contents.
17381         * descr-text.el (describe-char): Set help-xref-stack-item
17382         explicitly after buffer has been generated.
17384 2005-12-27  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17386         * cus-start.el (all): Add x-gtk-show-hidden-files.
17388 2005-12-26  Richard M. Stallman  <rms@gnu.org>
17390         * replace.el (perform-replace): Calculate match-again
17391         before skipping read-only matches.
17393         * paren.el (paren-showing-faces): New group.
17394         (show-paren-match, show-paren-mismatch): Move to that group.
17396         * button.el (button): Put into group `basic-faces'.
17398         * progmodes/make-mode.el: Remove faces from group `faces'.
17400         * apropos.el (apropos, apropos-value): Doc fix.
17401         (apropos-documentation): Doc fix.
17403 2005-12-26  Stefan Monnier  <monnier@iro.umontreal.ca>
17405         * subr.el (lazy-completion-table): Remove argument `args'.
17407         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
17408         Don't use the `args' argument of lazy-completion-table.
17410 2005-12-26  Nick Roberts  <nickrob@snap.net.nz>
17412         * descr-text.el (describe-char): Add optional argument for buffer.
17413         Set buffer appropriately.  Call help-setup-xref.
17414         Suggested by Stefan Monnier.
17416 2005-12-26  Juri Linkov  <juri@jurta.org>
17418         * descr-text.el: Require `help-fns' at runtime.  Don't require
17419         `button' for byte compilation.
17420         (describe-text-widget): Add `help-echo' for first button.
17421         Use `help-info' for second.
17422         (describe-property-list): Use `help-argument-name' instead of `italic'.
17423         (describe-text-category): Add prompt to interactive spec.
17424         Call `help-setup-xref'.
17425         (describe-char): Use `help-character-set'.  Add `help-echo' for
17426         code point.  Use `help-input-method'.  Remove superfluous insert.
17428 2005-12-25  Richard M. Stallman  <rms@gnu.org>
17430         * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
17431         at point, in case of narrowing.
17433         * progmodes/delphi.el (delphi-other-face): Allow nil in type.
17435         * locate.el (locate-header-face): Allow nil in type.
17437         * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
17439 2005-12-25  Romain Francoise  <romain@orebokech.com>
17441         * battery.el (battery-linux-proc-acpi): Also try
17442         `/proc/acpi/thermal_zone/THM0/temperature'.
17444 2005-12-24  Chong Yidong  <cyd@stupidchicken.com>
17446         * custom.el (custom-push-theme): Fix docstring.
17448         * cus-edit.el (custom-variable-set, custom-variable-save)
17449         (custom-variable-save): Custom-quote widget values.
17450         (customize-save-variable): Fix custom-push-theme call.
17452 2005-12-24  Eli Zaretskii  <eliz@gnu.org>
17454         * w32-fns.el (w32-batch-update-autoloads): New function.
17456         * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
17457         Use w32-batch-update-autoloads, and don't setq generated-autoload-file
17458         from the command line.
17460 2005-12-23  Chong Yidong  <cyd@stupidchicken.com>
17462         * custom.el (custom-push-theme): Clarify docstring.  VALUE nil for
17463         reset means to remove setting from theme entirely.  Don't keep
17464         expanding theme-settings list; delete old entries if necessary.
17466         * cus-edit.el (custom-buffer-create-internal): Move "Erase
17467         customization" button one line up.
17468         (custom-themed): New face.
17469         (custom-magic-alist): New value, THEMED, for theme settings.
17470         (custom-variable-state-set, custom-face-state-set):
17471         Check theme-value instead of saved-value.
17472         (custom-variable-reset-standard, custom-face-reset-standard):
17473         Remove theme setting entirely.  Recalculate new values.
17474         (custom-variable-set, custom-variable-set)
17475         (custom-variable-reset-saved, custom-variable-reset-backup)
17476         (custom-face-set, custom-face-reset-saved): Update `user' theme.
17477         (custom-variable-save): Fix typos.
17479 2005-12-23  Juri Linkov  <juri@jurta.org>
17481         * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
17482         Add autoload cookies.
17483         (edebug-outside-d-c-i-n-s-w): New variable.
17484         (edebug-display, edebug-outside-excursion): Use it to save the
17485         original value of default-cursor-in-non-selected-windows.
17486         Set default-cursor-in-non-selected-windows to t while Edebug
17487         is active.
17488         (edebug-mode, edebug-eval-mode): Doc fix.
17490         * mouse.el (mouse-choose-completion): Replace `buffer-substring'
17491         with `buffer-substring-no-properties' to remove common substring
17492         highlighting.
17494         * info.el (info-other-window, info): Rename function argument
17495         `file' to `file-or-node'.
17496         (Info-complete-menu-item): Use local variable `complete-nodes' to
17497         keep the global value of `Info-complete-nodes' unchanged for
17498         subsequent completions.
17499         (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
17501         * simple.el (get-next-valid-buffer, last-buffer)
17502         (next-error-buffer-p, next-error-find-buffer)
17503         (minibuffer-history-sexp-flag): Doc fix.
17505         * savehist.el (savehist-mode-hook): Add `:group'.
17507         * log-view.el: Call autoload for vc-find-version.
17508         (log-view-current-file): Adjust subgroup numbers.
17509         (log-view-current-tag): Add `length'.
17511 2005-12-23  Richard M. Stallman  <rms@gnu.org>
17513         * vc.el (vc-annotate-car-last-cons): Defn moved up.
17515 2005-12-23  Juri Linkov  <juri@jurta.org>
17517         * hi-lock.el (hi-lock-archaic-interface-message-used)
17518         (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
17519         (hi-lock-mode): Display "Hi" in the mode line only when
17520         hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
17521         (hi-lock-write-interactive-patterns):
17522         Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
17523         (hi-lock-set-pattern, hi-lock-set-file-patterns)
17524         (hi-lock-font-lock-hook): Set 3rd arg `how' of
17525         font-lock-add-keywords to t.
17527 2005-12-23  David Koppelman  <koppel@ece.lsu.edu>
17529         * hi-lock.el (hi-lock-highlight-range): New variable.
17530         (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
17531         only if font-lock-fontified is non-nil.  Remove overlays.
17532         (hi-lock-set-pattern): Call font-lock-fontify-buffer if
17533         font-lock-fontified is non-nil, otherwise use overlays (instead of
17534         text properties).
17535         (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
17536         New variables.
17537         (hi-lock-string-serialize): New function.
17539 2005-12-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17541         * menu-bar.el (menu-find-file-existing): New function.
17542         (menu-bar-file-menu): Use menu-find-file-existing for Open.
17544         * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
17546 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17548         * vc.el: Remove unnecessary leading * in docstrings.
17549         (vc-annotate-mode-map): Move initialization into declaration.
17550         (vc-static-header-alist): Nitpick on the regexp.
17551         (vc-default-init-version): New fun.
17552         (vc-register): Use it.
17553         (vc-insert-headers): Use dolist.
17554         (vc-annotate-get-backend): Remove unused function.
17555         (vc-annotate-add-menu): Remove.  Build the menu directly at toplevel.
17556         (vc-annotate-mode): Remove corresponding call.
17557         (vc-annotate-car-last-cons): Simplify.
17558         (vc-annotate-buffers): Remove var.
17559         (vc-annotate-backend): Make it buffer-local.
17560         (vc-annotate): Move the interaction to the interactive spec.
17561         Add a `buf' argument.
17562         (vc-annotate-warp-version): Use this new `buf' argument to avoid
17563         killing&creating a vc-annotate buffer, which is very disruptive when
17564         the buffers are shown in dedicated frames.
17566 2005-12-23  Nick Roberts  <nickrob@snap.net.nz>
17568         * descr-text.el: Add FSF as maintainer.
17569         (describe-text-mode, describe-text-mode-map)
17570         (describe-text-mode-hook, describe-text-done): Delete.  Use normal
17571         help-mode.
17572         (describe-text-widget, describe-text-sexp)
17573         (describe-property-list, describe-text-category)
17574         (describe-text-properties, describe-text-properties-1)
17575         (describe-char): Use help buttons instead of widgets.
17576         (describe-char-unicodedata-file): Make URL link in doc string.
17578 2005-12-22  Richard M. Stallman  <rms@gnu.org>
17580         * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
17581         (custom-buffer-create-internal): Reword the top-of-buffer help intro.
17582         Don't include buttons that write a file when there's no file.
17583         (custom-variable-menu, custom-face-menu, custom-group-menu):
17584         Don't include commands that write a file when there's no file.
17585         (customize-browse): Reword the top-of-buffer help intro.
17586         (custom-buffer-create-internal): Fix previous change.
17587         (customize-changed-options-previous-release): Prev release is 21.1.
17588         (customize-changed-options): Doc fix.
17589         (customize-changed): New alias.
17590         (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
17591         Say "standard values".
17592         (Custom-reset-standard): Doc fix.
17593         (custom-face-reset-standard): Doc fix.
17595 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17597         * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
17598         even if font-lock-mode is non-nil since it may be t without having
17599         turned on font-lock-mode-internal.
17600         (font-lock-choose-keywords): Minor optimization.
17601         (font-lock-add-keywords, font-lock-remove-keywords)
17602         (font-lock-set-defaults): Don't call make-local-variable on a variable
17603         that we know to already be local.
17605 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17607         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
17608         messages if in the minibuffer.
17610 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
17612         * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
17613         (tex-mode-flyspell-verify, flyspell-get-word)
17614         (flyspell-external-point-words): Don't use point-min/max uselessly.
17616         * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
17617         by Kevin Rodgers.  Instead, just hide the completions buffer if we
17618         don't need to show it.
17620 2005-12-21  Luc Teirlinck  <teirllm@auburn.edu>
17622         * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
17624 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
17626         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
17627         delete-windows-on with an inexistent buffer.
17629 2005-12-22  Nick Roberts  <nickrob@snap.net.nz>
17631         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
17632         Delete defcustom variable :tag names.
17634 2005-12-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17636         * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
17637         (log-view-font-lock-keywords): Ajust subgroup numbers.
17638         (log-view-current-tag): Don't hard code the number of subgroups.
17640 2005-12-20  Juri Linkov  <juri@jurta.org>
17642         * tooltip.el (tooltip): Move defgroup before define-minor-mode.
17643         (tooltip-x-offset, tooltip-y-offset): Doc fix.
17645         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
17646         (menu-bar-non-minibuffer-window-p): Instead of checking
17647         display-multi-frame-p, use selected-frame when menu-updating-frame
17648         is nil.
17650 2005-12-20  Stuart Herring  <herring@lanl.gov>  (tiny change)
17652         * align.el (align-rules-list): Use [ \t] instead of \s-
17653         for column separators in text mode.
17655 2005-12-20  Nick Roberts  <nickrob@snap.net.nz>
17657         * help-mode.el (help-customize-variable, help-customize-face):
17658         Don't pop help-xref-stack as help-follow no longer pushes
17659         anything on to it.
17661 2005-12-20  Carsten Dominik  <dominik@science.uva.nl>
17663         * textmodes/org.el (org-agenda-custom-commands): New option.
17664         (org-agenda): Offer custom commands on splash screen.
17665         (org-make-tags-matcher): Parser for Boolean logic added.
17666         (org-agenda-set-tags): New command.
17667         (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
17668         (org-set-tags): Efficiency improvements.
17669         (org-auto-align-tags): New option.
17670         (org-todo, org-demote, org-promote): Realign tags.
17671         (org-tags-completion-function): Use also "&" and "|" as separators.
17672         (org-org-menu): Agenda commands simplified.
17674 2005-12-19  Luc Teirlinck  <teirllm@auburn.edu>
17676         * cus-edit.el (customize-apropos, customize-apropos-options):
17677         Docstring changes.
17679         * font-lock.el (font-lock): Add tags to the links in the defgroup.
17681 2005-12-19  Chong Yidong  <cyd@stupidchicken.com>
17683         * longlines.el (longlines-mode): Wrap while widened.
17684         (longlines-decode-region, longlines-encode-region): Compute max
17685         just once.
17687 2005-12-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17689         * cus-edit.el (mac): New group.
17691         * cus-start.el (all): Add user options in macterm.c.  Add test for
17692         Mac-related built-ins.  Fix test for GTK-related built-ins.
17694         * term/mac-win.el (mac-handle-language-change)
17695         (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
17696         (mac-services-open-selection, mac-services-mail-selection)
17697         (mac-services-mail-to, mac-services-insert-text)
17698         (mac-dispatch-apple-event): Add docstrings.
17699         (x-get-selection, mac-select-convert-to-string): Select coding
17700         system from `utf-16be' and `utf-16le' using `byteorder'.
17702 2005-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
17704         * subr.el (lazy-completion-table): Don't be fooled if the var holds
17705         a "list" (lambda ...) rather than a real completion list.
17707         * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
17708         lexical-let when encountering ((lambda (...) ...) ...).
17710 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
17712         * progmodes/sh-script.el (sh-mode):
17713         * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
17714         * textmodes/picture.el (picture-mode): Update docstrings.
17716 2005-12-17  Eli Zaretskii  <eliz@gnu.org>
17718         * makefile.w32-in (autoloads, custom-deps): Warn that parts of
17719         commands enclosed in $(ARGQUOTE)s should not be split between two
17720         lines, as that will break with GNU Make >3.80, when sh.exe is used
17721         and arg quoting is with '..'.
17722         (autoloads): Don't break the quoted --eval expression between
17723         several lines.
17725 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
17727         * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
17728         Capture error from printing circular structures.
17730 2005-12-17  Martin Rudalics  <rudalics@gmx.at>
17732         * wid-edit.el (widget-checkbox-action): Clear undo info.
17734 2005-12-16  Bill Wohler  <wohler@newt.com>
17736         * menu-bar.el (kill-this-buffer): Set a good example by using menu
17737         bar, not menubar in comment.
17739 2005-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
17741         * progmodes/cc-engine.el (c-after-change-check-<>-operators):
17742         After-change-functions should not clobber the match data.
17744 2005-12-16  Juri Linkov  <juri@jurta.org>
17746         * simple.el (choose-completion): Use `buffer-substring-no-properties'
17747         instead of `buffer-substring'.
17748         (completion-common-substring): Doc fix.
17749         (completion-setup-function): Use minibuffer-completion-contents
17750         instead of minibuffer-contents.  Don't set common-string-length
17751         initially.  Remove special handling of partial-completion-mode.
17752         Move computation of completion-base-size into one cond.
17753         Call completion-base-size-function in mainbuf.  In computation of
17754         completion-base-size for file name completion don't move point to
17755         the end of the minibuffer.  Move computation of common-string-length
17756         into one cond.  Start putting faces only when common-string-length>=0.
17757         Add condition to put completions-common-part when
17758         common-string-length>0.
17760         * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
17761         place point at the first different character in the minibuffer
17762         even if this position is at the beginning of the minibuffer.
17764         * info.el (Info-read-node-name-1): In completion-base-size-function's
17765         lambda return 1 if common-substring or minibuffer-completion-contents
17766         starts with (, and 0 otherwise.
17768         * emacs-lisp/crm.el (crm-minibuffer-completion-help):
17769         Use `crm-current-element' for second arg of `display-completion-list'.
17771 2005-12-16  Klaus Zeitler  <kzeitler@lucent.com>
17773         * files.el (set-auto-mode): Look for an interpreter specified on
17774         the first line also if search for mode specification succeeded,
17775         but the mode is not known.
17777 2005-12-16  Carsten Dominik  <dominik@science.uva.nl>
17779         * textmodes/org.el (org-tags-match-list-sublevels): New option.
17780         (org-open-at-point): Implement tag searches as links.
17781         (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
17782         (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
17783         (org-tags-sparse-tree, org-tags-view, org-set-tags)
17784         (org-agenda-dispatch): New commands.
17785         (org-use-tag-inheritance, org-tags-column): New options.
17786         (org-tab-follows-link, org-return-follows-link): New options.
17787         (org-tags): New customize group.
17788         (org-start-icalendar-file): Get local time zone.
17789         (org-tags-completion-function): New function.
17790         (org-set-font-lock-defaults): Make sure links will also be
17791         highlighted inside headlines.
17793 2005-12-16  Mark Plaksin  <happy@usg.edu>  (tiny change)
17795         * term.el (term-emulate-terminal):
17796         Let term-handle-ansi-terminal-messages override what Bash says about
17797         its current directory.
17799 2005-12-16  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
17801         * bindings.el (last-buffer): Move to simple.el.
17802         * simple.el (last-buffer): Move here.
17803         (get-next-valid-buffer): New function.
17804         (next-buffer): Use frame-local buffer list, maintain buried buffer list.
17805         (prev-buffer): Ditto.  Rename to `previous-buffer'.
17807         * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
17808         * bindings.el (global-map): Ditto.
17810 2005-12-15  Luc Teirlinck  <teirllm@auburn.edu>
17812         * cus-edit.el: Introductory comment change.
17813         (custom-magic-alist): Change message string for the `rogue' state.
17815 2005-12-15  Richard M. Stallman  <rms@gnu.org>
17817         * tooltip.el: Delete defcustom variable :tag names.
17819         * complete.el (partial-completion-mode): Doc fix.
17821         * textmodes/flyspell.el (flyspell-external-point-words):
17822         Use save-excursion to ensure we don't move backward in the
17823         search loop, not even one character.
17824         (flyspell-delete-all-overlays): Use remove-overlays directly.
17826         * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
17827         (ispell-start-process): Set that variable.
17828         Clear ispell-buffer-local-name.
17829         (ispell-internal-change-dictionary):
17830         Set ispell-current-dictionary after killing process.
17831         (ispell-buffer-local-dict):
17832         Don't set spell-personal-dictionary after killing process.
17833         (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
17834         (ispell-tex-skip-alists, ispell-html-skip-alists)
17835         (ispell-skip-region-alist): Mark as risky.
17837         * net/newsticker.el (newsticker--retrieval-timer-list)
17838         (newsticker--display-timer, newsticker-running-p)
17839         (newsticker-ticker-running-p): Definitions moved up.
17841 2005-12-16  Nick Roberts  <nickrob@snap.net.nz>
17843         * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
17845 2005-12-15  David Ponce  <david@dponce.com>
17847         * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
17848         (recentf-edit-list, recentf-open-files): Signal an error when
17849         there is no recent file.
17851 2005-12-14  Lennart Borgman  <lennart.borgman.073@student.lu.se>
17853         * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
17854         read-only except for texinfo-format-region evaluation.
17856 2005-12-14  Richard M. Stallman  <rms@gnu.org>
17858         * vc.el (vc-default-previous-version, vc-default-next-version)
17859         (vc-do-command): Doc fixes.
17861 2005-12-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
17863         * textmodes/bibtex.el (bibtex-expand-strings)
17864         (bibtex-autokey-expand-string, bibtex-name-part)
17865         (bibtex-entry-type-whitespace, bibtex-entry-type-str)
17866         (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
17867         (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
17868         (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
17869         (bibtex-entry-postfix, bibtex-known-entry-type-re)
17870         (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
17871         (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
17872         (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
17873         (bibtex-beginning-of-last-entry): Remove.
17874         (bibtex-parse-field-name): Use bibtex-field-name.  Issue error
17875         message if comma is missing but buffer is read-only.
17876         (bibtex-parse-field-text): Handle whitespaces at the end of field
17877         text.  Return 3-element list with beginning and end of field text
17878         and end of field.
17879         (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
17880         (bibtex-parse-field): Remove arg name.  Use bibtex-field-name.
17881         (bibtex-search-forward-field, bibtex-search-backward-field):
17882         Search always delimited by limits of entry.  Use more efficient
17883         search algorithms.
17884         (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
17885         bibtex-end-of-name-in-field.
17886         (bibtex-text-in-field-bounds): Handle BibTeX strings when
17887         extracting the content of a field.
17888         (bibtex-text-in-field): Use search limits.
17889         (bibtex-parse-string-prefix): Handle empty string keys based on
17890         bibtex-string-empty-key.
17891         (bibtex-parse-string): Fix docstring.
17892         (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
17893         (bibtex-preamble-prefix, bibtex-strings): New functions.
17894         (bibtex-skip-to-valid-entry): Include preceding whitespace in
17895         BibTeX entries (consistent with other BibTeX functions).
17896         (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
17897         (bibtex-search-entry): Fix docstring.  Simplify.
17898         (bibtex-flash-head, bibtex-complete-string-cleanup)
17899         (bibtex-count-entries, bibtex-sort-buffer): Simplify.
17900         (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
17901         (bibtex-parse-entry): New optional arg content.
17902         (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
17903         Use bibtex-text-in-field-bounds.
17904         (bibtex-print-help-message): Handle BibTeX strings and preambles.
17905         (bibtex-end-of-entry): Use bibtex-preamble-prefix and
17906         bibtex-parse-string-postfix.
17907         (bibtex-find-text-internal): New function.
17908         (bibtex-remove-delimiters): Use it.
17909         (bibtex-find-text): Use it.  New optional arg help.
17910         (bibtex-complete): Handle BibTeX string and preamble entries.
17911         (bibtex-Preamble): Fix order of closing delimiters.
17913 2005-12-14  Stefan Monnier  <monnier@iro.umontreal.ca>
17915         * vc.el (vc-default-revert): New fun.
17917         * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
17919 2005-12-14  Romain Francoise  <romain@orebokech.com>
17921         * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
17922         (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
17923         (font-lock-remove-keywords): Likewise.
17925 2005-12-14  Juri Linkov  <juri@jurta.org>
17927         * log-view.el (log-view-diff): Doc fix.
17929         * isearch.el (isearch-query-replace): Use (mark) instead of
17930         isearch-opoint if mark is active in transient-mark-mode.
17932 2005-12-14  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
17934         * isearch.el (isearch-query-replace): Check for isearch-other-end.
17936 2005-12-14  Per Abrahamsen  <abraham@dina.kvl.dk>
17938         * progmodes/cpp.el (cpp-face): New widget.
17939         (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
17941 2005-12-14  Juri Linkov  <juri@jurta.org>
17943         * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
17944         around `erase-buffer' and `insert'.
17946         * descr-text.el (describe-text-properties): Replace buffer name
17947         "*Help-2*" with "*Help*<2>".
17948         (describe-char): Add functions print-help-return-message,
17949         toggle-read-only.  Use help-setup-xref with nil to not store
17950         describe-char in help-xref-stack.  Use help-make-xrefs to
17951         make [back] button.
17953         * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
17955         * wdired.el (wdired-old-point): New internal variable.
17956         (wdired-change-to-wdired-mode): Set it buffer-locally.
17957         (wdired-abort-changes): Restore point after aborting changes.
17959 2005-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
17961         * vc.el (vc-do-command): Add a new value t for okstatus.
17963         * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
17964         frame in case of errors.
17966 2005-12-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17968         * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
17969         so it comes after "On the Left" in the menu.
17971 2005-12-12  Luc Teirlinck  <teirllm@auburn.edu>
17973         * cus-edit.el (customize-apropos, customize-apropos-options)
17974         (customize-apropos-faces, customize-apropos-groups): Doc fixes.
17976 2005-12-12  Bill Wohler  <wohler@newt.com>
17978         * vc-svn.el (vc-svn-registered): Fix problem of visiting
17979         non-writable Subversion-controlled files by saving window
17980         configuration before calling vc-do-command.  vc-do-command calls
17981         pop-to-buffer on error which is unexpected during registration.
17983 2005-12-12  Jay Belanger  <belanger@truman.edu>
17985         * calc/README: Update the summary of changes.
17987 2005-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
17989         * descr-text.el (describe-char): Rework last fix to solve the problem
17990         is the same way it's solved for everything else in that function
17991         (i.e. by extracting the info before setting up the *Help* buffer).
17993 2005-12-12  Kim F. Storm  <storm@cua.dk>
17995         * subr.el (version-regexp-alist): Allow space as separator before
17996         non-numeric part, e.g. "1.0 alpha".
17997         (version-to-list): Interpret .X.Y version as 0.X.Y version.
17999 2005-12-12  Carsten Dominik  <dominik@science.uva.nl>
18001         * textmodes/org.el (org-agenda, org-timeline, org-todo):
18002         Implement Logging and the keep-modes setting.
18003         (org-get-category): Make sure a string is returned.
18004         (org-log-done): New function.
18005         (org-log-done, org-closed-string): New options.
18007 2005-12-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
18009         * tooltip.el (tooltip-y-offset): Change default to 20.
18011 2005-12-12  Richard M. Stallman  <rms@gnu.org>
18013         * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
18015         * frame.el (display-hourglass): Doc fix.
18017         * help.el (help-for-help-internal): Simplify entry for `a'.
18019         * info.el (Info-on-current-buffer): Doc fix.
18020         (info-insert-file-contents): Don't test (featurep 'jka-compr).
18022         * startup.el (inhibit-splash-screen): Make this the real name.
18023         (inhibit-startup-message): Make this the alias.
18024         (command-line): Find only simple.el, and use its directory
18025         to fill in other preloaded files' names.
18026         (command-line): Deactivate the mark if deactivate-mark is set.
18028         * international/mule.el (load-with-code-conversion):
18029         Bind deactivate-mark.
18031         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
18033 2005-12-11  Luc Teirlinck  <teirllm@auburn.edu>
18035         * cus-edit.el (customize-apropos): Avoid listing an option more
18036         than once under different aliases.  No longer list user options
18037         that are not defined with defcustom (unless a prefix arg is given).
18038         Doc fix.
18039         (customize-apropos-options): Doc fix.
18041 2005-12-11  Juri Linkov  <juri@jurta.org>
18043         * frame.el (set-background-color, set-foreground-color)
18044         (set-cursor-color, set-mouse-color, set-border-color):
18045         Add explicit prompts to read colors by `facemenu-read-color'.
18046         (show-trailing-whitespace, blink-cursor-delay)
18047         (blink-cursor-interval, display-hourglass, hourglass-delay):
18048         Remove tags.
18049         (display-hourglass, hourglass-delay): Doc fix.
18050         (cursor-in-non-selected-windows): Capitalize words in tag.
18052         * faces.el (frame-background-mode): Replace `choice-item' keywords
18053         with `const' to not make [default] button.  Change default value tag
18054         from `default' to `automatic'.  Doc fix.
18055         (trailing-whitespace) <defface>: Change group `whitespace' to
18056         `whitespace-faces'.
18058 2005-12-11  Richard M. Stallman  <rms@gnu.org>
18060         * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
18062 2005-12-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18064         * term/mac-win.el: Create keymap for mac-apple-event-map.
18066 2005-12-11  Nick Roberts  <nickrob@snap.net.nz>
18068         * tooltip.el (tooltip-mode): Move to start of file so that it
18069         appears at top of customize buffer.
18071         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
18072         Add the gud groupname.
18073         (gud-tooltip-mode): Add the tooltip groupname.
18074         (gud-tooltip-echo-area): Add the gud groupname.  Remove tag to
18075         avoid conflict with tooltip-use-echo-area.
18077 2005-12-10  Romain Francoise  <romain@orebokech.com>
18079         * help.el (help-for-help-internal): Add `r' in doc string.
18081 2005-12-10  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
18083         * align.el (align-regexp, align-highlight-rule):
18084         Use region-beginning and region-end instead of point and mark, so that
18085         repetition (with `repeat-complex-command') recomputes the region
18086         bounds.
18088 2005-12-10  Lennart Borgman  <lennart.borgman.073@student.lu.se>
18090         * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
18091         (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
18092         (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
18093         (balance-windows): Rewrite using the above new functions.
18095 2005-12-10  David Koppelman  <koppel@ece.lsu.edu>
18097         * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
18098         react if global-hi-lock-mode seems intended.
18099         (global-hi-lock-mode): Renamed from hi-lock-mode.
18100         (hi-lock-archaic-interface-message-used)
18101         (hi-lock-archaic-interface-deduce): New variables.
18102         (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
18103         (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
18104         (hi-lock-find-patterns, hi-lock-font-lock-hook):
18105         Replace hi-lock-buffer-mode with hi-lock-mode.
18107 2005-12-10  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
18109         * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
18110         completion list, even after a partial completion has been
18111         inserted in the current buffer.  If there are more than 1
18112         completion, redisplay the *Completions* buffer; if the
18113         completion is unique, delete the *Completions* window.
18115 2005-12-10  Eli Zaretskii  <eliz@gnu.org>
18117         * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
18118         strings and long subject lines that were broken into multiple
18119         lines at arbitrary places.  Handle subjects that have "Re: " in
18120         the middle.
18122 2005-12-10  John W. Eaton  <jwe@octave.org>
18124         * progmodes/octave-mod.el (octave-electric-space): Don't indent
18125         comments or strings if octave-auto-indent is nil.
18127 2005-12-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18129         * term/mac-win.el: Require url when compiling.
18130         Call mac-process-deferred-apple-events after loading init files.
18131         (mac-apple-event-map): New defvar.  Define event handlers in it.
18132         (core-event, internet-event): New Apple event class symbols.
18133         (open-application, reopen-application, open-documents)
18134         (print-documents, open-contents, quit-application)
18135         (application-died, show-preferences, autosave-now, get-url):
18136         New Apple event ID symbols.
18137         (about): New HICommand ID symbol.
18138         (mac-event-spec, mac-event-ae): New macros.
18139         (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
18140         (mac-ae-selection-range, mac-ae-text-for-search)
18141         (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
18142         (mac-application-menu-map): Remove keymap.  Handlers for HICommand
18143         and Services menu events are now defined in mac-apple-event-map.
18144         (mac-drag-n-drop): Remove selection range handling.
18146 2005-12-10  Kenichi Handa  <handa@m17n.org>
18148         * simple.el (zap-to-char):
18149         * isearch.el (isearch-process-search-char): Translate CHAR by
18150         translation-table-for-input.
18152 2005-12-09  Chong Yidong  <cyd@stupidchicken.com>
18154         * foldout.el (foldout-exit-fold): Properly hide subtree.
18156 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
18158         * files.el (save-buffer):
18159         * international/ucs-tables.el (ucs-set-table-for-input):
18160         * mail/mail-extr.el (mail-extract-address-components):
18161         * mail/sendmail.el (mail-mode): Reformat doc string.
18163 2005-12-09  Juri Linkov  <juri@jurta.org>
18165         * isearch.el (isearch-highlight): Change main overlay priority
18166         from 1 to 1001.  Simplify.
18167         (isearch-lazy-highlight-update): Change lazy overlay priority
18168         from 0 to 1000.
18170         * replace.el (replace-highlight): Change overlay priority from
18171         1 to 1001.
18173         * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
18174         Change overlay priority from 1 to 1001.  Reuse existing overlay.
18176         * compare-w.el (compare-windows-highlight): Change overlay
18177         priority from 1 to 1000.
18179         * menu-bar.el (menu-bar-edit-menu): Add listp around
18180         pending-undo-list to disable menu item "undo" when pending
18181         undo list is empty.
18183         * locate.el (locate): Disable undo in *Locate* buffer.
18185 2005-12-09  Kim F. Storm  <storm@cua.dk>
18187         * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
18189 2005-12-09  David Ponce  <david@dponce.com>
18191         * recentf.el: Improvement of the menu code.
18192         (recentf-enabled-p): Move before first use.  Use `kill-emacs-hook'
18193         instead of menu hook.
18194         (recentf-show-menu, recentf-hide-menu): New functions.
18195         (recentf-menu-customization-changed, recentf-mode): Use them.
18196         (recentf-menu-action, recentf-max-menu-items)
18197         (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
18198         (recentf-arrange-by-rule-others)
18199         (recentf-arrange-by-rules-min-items)
18200         (recentf-arrange-by-rule-subfilter): Don't use
18201         `recentf-menu-customization-changed'.
18202         (recentf-arrange-rules): Likewise.  Accept functions to compute
18203         sub-menu titles.
18204         (recentf-menu-filter): Likewise.  Doc fix.
18205         (recentf-menu-value-shortcut): Doc fix.
18206         (recentf-dump-variable): Quote atom value.
18207         (recentf-make-menu-items): Update to use it as a menu filter.
18208         (recentf-match-rule): New function.
18209         (recentf-arrange-by-rule): Use it.
18210         (recentf-indirect-mode-rule): New function.
18211         (recentf-build-mode-rules): Use it.
18212         (recentf-dir-rule): New function.
18213         (recentf-arrange-by-dir): Use it.
18214         (recentf-filter-changer-current): Rename from
18215         `recentf-filter-changer-state'.  All references updated.
18216         (recentf-filter-changer-alist): Update filter names.
18217         (recentf-filter-changer-select): New function.
18218         (recentf-filter-changer): Use it.  Make a sub-menu from filters
18219         available in `recentf-filter-changer-alist'.
18220         (recentf-data-cache, recentf-clear-data)
18221         (recentf-update-menu): Remove.  All references updated.
18222         (recentf-match-rule-p, recentf-build-dir-rules)
18223         (recentf-filter-changer-goto-next)
18224         (recentf-filter-changer-get-current)
18225         (recentf-filter-changer-get-next): Remove.
18227 2005-12-08  Luc Teirlinck  <teirllm@auburn.edu>
18229         * cus-edit.el (custom-buffer-create-internal): Relabel the whole
18230         buffer "Reset" button to "Reset to Current" for consistency with
18231         the State buttons.
18233 2005-12-08  John Paul Wallington  <jpw@pobox.com>
18235         * ibuf-ext.el (define-ibuffer-filter filename):
18236         If `dired-directory' is a list then really use its car.
18238 2005-12-08  Kim F. Storm  <storm@cua.dk>
18240         * emulation/cua-rect.el (cua--rectangle-aux-replace):
18241         Fix indention of text on right side of replaced rectangle.
18243 2005-12-09  Nick Roberts  <nickrob@snap.net.nz>
18245         * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
18246         No need to check gud-comint-buffer is bound.
18247         (gdb): Prevent multiple debugging when first session uses gdba.
18249 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18251         CC Mode update to 5.31.
18253         * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
18254         Emacsen which lack `define-minor-mode'.  (Currently Emacs <21.
18255         We might do this function properly in the future).
18257         * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
18258         New macros c-sentence-end and c-default-value-sentence end, to cope
18259         with Emacs 22's new function `sentence-end'.
18261 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18263         * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
18264         compat issue using `c-put-overlay' and `c-delete-overlay'.
18266         * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
18267         New compat macros to handle overlays/extents.
18269 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18271         * progmodes/cc-fix.el: Add definitions of the macros push and pop
18272         (for GNU Emacs 20.4).
18274         * progmodes/cc-defs.el
18275         (i): Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4).
18277         * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
18278         highlighting mechanism so it will work in XEmacs too.
18280         * progmodes/cc-defs.el: Insert c-int-to-char.
18282         * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
18283         call to the new macro c-int-to-char.  This solves XEmacs's
18284         regarding characters as different from integers.
18286 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18288         * progmodes/cc-fonts.el (c-make-syntactic-matcher):
18289         New internal helper.
18291         (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
18292         construct to make the indirect face lookup work in XEmacs.
18294         (c-cpp-matchers): Append the negation char face to the existing
18295         fontification, so that the cpp face doesn't disappear.
18296         Use `c-make-syntactic-matcher' to avoid negation chars in comments
18297         and strings.
18299         * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
18300         to map to `font-lock-negation-char-face' in emacsen where it exists.
18302 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18304         * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
18306         * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
18307         Rename "c-subword-move-mode" as "c-subword-mode".
18309         * progmodes/cc-mode.el: Added tty suitable bindings for C-c
18310         <delete> and C-c C-<delete>.  (To the c-hungry- delete functions).
18312 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18314         * progmodes/cc-mode.el: Added autoload directive for
18315         `c-subword-move-mode' for use in older emacsen.
18317 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18319         * progmodes/cc-mode.el:
18320         (i): Insert a binding for C-c C-backspace into
18321         c-bind-special-erase-keys which works in TTYs.
18322         (ii): Make sure that when file styles are used, any explicitly
18323         given style variables take priority over those in the style.
18324         Do this by calling `hack-local-variables' a second time.
18326         * progmodes/cc-vars.el: Add language specific customization
18327         widgets for AWK to c-doc-comment-style, c-require-final-newline
18328         and c-default-style.  Add a defcustom for awk-mode-hook.
18329         Give c-syntactic-element and c-syntactic-context doc-strings by
18330         directly setting their `variable-documentation' propery.
18331         This allows Emacs 22.1 to read these with C-h v.
18333         * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
18335 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18337         * progmodes/cc-fonts.el, cc-vars.el
18338         (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
18339         (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
18340         Masatake YAMATO.
18342         (c-doc-comment-style): Made GtkDoc default in C mode.
18344         * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
18345         and C-c C-<delete>.
18347         (c-bind-special-erase-keys): New function for use on
18348         `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
18350         * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
18351         <delete> key behavior in XEmacs according to `delete-forward-p'.
18352         C.f. `c-electric-delete'.
18354 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18356         * progmodes/cc-mode.el: Give c-hungry-backspace and
18357         c-hungry-delete-forward permanent key bindings.
18359         * progmodes/cc-cmds.el (c-electric-semi&comma):
18360         Bind c-syntactic-context for calls to "criteria functions", for
18361         consistency with other calls to user functions.
18363         * progmodes/cc-cmds.el (c-indent-command): Expunge use of
18364         `current-prefix-arg', since this might be the prefix arg to a
18365         command which calls c-indent-command as a function.  Change the
18366         interactive spec from "p" to "P".
18368         * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
18369         reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
18370         was difficult to understand.
18372 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18374         * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
18375         first char of an identifier.
18377         * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
18378         +" syntax in C++.
18380 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18382         * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
18383         auto-fill doesn't split a c-comment's last word from a hanging
18384         "*/" when a space is typed between them after fill-column.
18386         * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
18388         * progmodes/cc-styles.el (c-set-style)
18389         (c-setup-paragraph-variables): Abort the command if we're not in a
18390         CC Mode buffer.
18392         * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
18393         with blank comment-prefix, and a blank line as the comment's
18394         second line.
18396 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18398         * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
18399         Incorporate the patterns added in the Emacs development branch
18400         for the new Emacs 22 face `font-lock-negation-char-face'.
18402         * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
18403         of "red" since it stands out better in xterms and DOS terminals.
18405         * progmodes/cc-engine.el (c-literal-faces):
18406         Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
18408 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18410         * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
18411         forcibly enable c-electric-flag.
18413         * progmodes/cc-vars.el, cc-cmds.el: New clean-up
18414         `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
18415         after the comment-prefix of a C-style comment will close that comment.
18417 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18419         * progmodes/cc-fonts.el (c-basic-matchers-before)
18420         (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
18421         in Pike.
18423         * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
18424         digraphs.
18426         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
18427         (c-cpp-message-directives, c-cpp-include-directives)
18428         (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
18429         (c-cpp-expr-directives): Introduce new language constants to
18430         control cpp syntax in a cleaner way.
18432         (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
18434         (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
18436         * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
18437         (c-multiline-string-start-char): New language constants and
18438         variables to specify how newlines in string literals work.
18440         (c-font-lock-invalid-string): Use them.
18442         * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
18443         unbalanced close brace is entered.  Optimization by avoiding going
18444         back over arbitrarily large blocks.  Removed hints that this
18445         function only would be relevant/useful in AWK.
18447         (c-electric-brace): Indent syntactically after the cleanups since
18448         lineup functions might do it differently then.
18450         * progmodes/cc-engine.el, cc-langs.el
18451         (c-opt-op-identifier-prefix): New language constant and variable.
18453         (c-just-after-func-arglist-p, c-after-special-operator-id)
18454         (c-search-decl-header-end, c-inside-bracelist-p): Use it.
18456         * progmodes/cc-align.el, cc-engine.el
18457         (c-after-special-operator-id): New helper to handle C++ operator
18458         identifiers.
18460         (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
18461         (c-guess-basic-syntax): Handle C++ operator identifiers in
18462         declarations.
18464         * progmodes/cc-langs.el (c-assignment-operators): Add the
18465         trigraph version of ^= too.
18467         * progmodes/cc-langs.el (c-assignment-operators): Add the
18468         trigraph version of |= in C++.
18470         * progmodes/cc-fonts.el (c-font-lock-declarators):
18471         Handle `c-decl-hangon-kwds' after the identifier name.
18473         * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
18474         whether an arglist is "nonempty", ignore a comment after the open
18475         paren if it isn't followed by a non-comment token on the same line.
18477         * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
18478         Enable heuristics below the point to cope with classes inside special
18479         brace lists in Pike.
18481 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18483         * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
18485 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18487         * progmodes/cc-guess.el (cc-guess-install): New function to
18488         install an already guessed style in another buffer.
18490         * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
18491         sets `inhibit-read-only' - `c-save-buffer-state' should be used
18492         anyway if the change always is undone.
18494 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18496         Implement togglable electricity:
18498         * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
18499         saying when it should be used.
18501         * progmodes/cc-engine.el: Add the new buffer-local variable,
18502         c-electric-flag.
18504         * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
18505         c-toggle-auto-newline.
18507         * progmodes/cc-mode.el: Rename c-toggle-auto-state to
18508         c-toggle-auto-newline.  Remove the binding for
18509         c-toggle-auto-hungry-state.  Add the binding C-c C-l for the new
18510         c-toggle-electric-state.
18512         * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
18514         * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
18515         c-\(forward\|backward\)-subword.
18516         (c-update-modeline): Add the new modeline flag `l' for
18517         `c-electric-flag'.  Make the auto-newline flag `a' dependent on `l'.
18518         (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
18519         Make the old name an alias of the new name.
18520         (c-toggle-electric-state): New function.
18521         (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
18522         Adapt these functions to do electric things only when
18523         c-electric-flag is non-nil.
18524         (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
18525         new functions from c-electric-brace.
18526         (c-point-syntax): Add a check for "virtual semicolons" in AWK
18527         mode, so that the tentative extra newline doesn't change the
18528         syntax of the following brace.
18529         (c-electric-brace): Restructure by extracting the above functions.
18530         Tidy up the coding somewhat.
18531         (c-electric-semi&comma, c-electric-colon, c-electric-paren):
18532         restructure a bit.
18534 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18536         * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
18537         anchor position(s) using faces.  Thanks to Masatake YAMATO for the idea.
18539         * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
18540         (c-submode-indicators): Change name from `c-auto-hungry-string'
18541         since it's now used to track another submode.
18543         (c-update-modeline): Convert to function and extended to check
18544         `c-subword-move-mode'.
18546         (c-forward-into-nomenclature, c-backward-into-nomenclature):
18547         Convert to compat aliases for `c-forward-subword' and
18548         `c-backward-subword'.
18550         * progmodes/cc-subword.el: New functions and minor mode to handle
18551         SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
18553         (c-forward-subword, c-backward-subword, c-mark-subword)
18554         (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
18555         (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
18556         Functions corresponding to the standard word handling functions.
18558         (c-subword-move-mode): Minor mode that replaces all the standard
18559         word handling functions with their subword equivalences.
18561 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18563         * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
18564         entry for one-liner-defun.
18566         * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
18567         name in its def-edebug-spec.
18569         * progmodes/cc-cmds.el (c-electric-brace): Make the
18570         one-liner-defun clean-up work with empty-defun-braces.  o-l-d now
18571         compacts space before a comment, if this will make things fit on
18572         one line.
18574         Introduce an "awk" style, mainly for auto-newline and clean-ups.
18576         * progmodes/cc-align.el: New function c-snug-1line-defun-close.
18578         * progmodes/cc-cmds.el: In c-electric-brace, add code for new
18579         clean-up one-liner-defun.
18581         * progmodes/cc-styles.el: Add the new "awk" style.
18583         * progmodes/cc-vars.el: Add description of one-liner-defun to
18584         c-cleanup-list's doc-string.  New user options,
18585         c-max-one-liner-length.  In c-default-style, set the default style
18586         for AWK to "awk".
18588 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18590         * progmodes/cc-engine.el (c-forward-label): Fix fontification of
18591         macros inside labels.
18593         * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
18594         `c-at-statement-start-p' and `c-at-expression-start-p'.
18596         * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
18597         error if the mark isn't set.
18599         * progmodes/cc-engine.el (c-guess-continued-construct)
18600         (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
18601         accurately detect functions inside functions.
18603         * progmodes/cc-engine.el (c-at-expression-start-p): New function
18604         like `c-at-statement-start-p' that additionally recognizes commas
18605         and expression parentheses as delimiters.
18607         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
18608         to avoid heuristics that doesn't work for unclosed blocks.
18609         (c-at-statement-start-p): New function.
18611         * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
18612         Objective-C directives, e.g. directives spanning lines should work
18613         reasonably well now.
18615         (c-put-c-type-property, c-clear-c-type-property): New helpers.
18617         (c-forward-objc-directive): New function to move over any ObjC
18618         directive.
18620         (c-just-after-func-arglist-p, c-guess-basic-syntax)
18621         (c-basic-matchers-before): Use it.
18623         (c-font-lock-objc-iip-decl): Remove.
18625         * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
18626         in the template arglist recognition.
18628         * progmodes/cc-styles.el (c-style-alist): Fix several
18629         inconsistencies in the Whitesmith style.
18631         * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
18632         New lineup function to get lines after Whitesmith style blocks
18633         correctly indented.
18635         (c-lineup-whitesmith-in-block): Back out the compensation for
18636         opening parens since it's done using `add' lists in the style
18637         definition instead.  Don't use the anchor position since it varies
18638         too much between the syntactic symbols. :P
18640         * progmodes/cc-vars.el (c-valid-offset): Update.
18642         * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
18643         lists where the offsets are combined according to several
18644         different methods: `first', `min', `max', and `add'.
18645         Report offset evaluation errors with `c-benign-error' so that some kind
18646         of reindentation still is done.
18648         * progmodes/cc-engine.el (c-guess-basic-syntax):
18649         Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
18650         `arglist-close'.
18652         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
18653         situations for `arglist-cont-nonempty' and `arglist-close'.
18655         * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
18657         * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
18658         cc-bytecomp-boundp' in a number of places.
18660         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
18661         macro related issue.
18663 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18665         * progmodes/cc-awk.el: Change the terminology of regexps: A char
18666         list is now [asdf], a char class [:alpha:].
18667         Include code for char classes.
18668         Set c-awk-NL-prop on lines ending in open strings.  (Bug fix.)
18669         Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
18671         Remove (nearly all of) the cruft associated with AWK Mode's former
18672         concept of "virtual semicolons":
18674         Adapt c-beginning-of-statement, c-end-of-statement (together with
18675         subfunctions) to use the new notion of "virtual semicolon" in
18676         place of the old awkward special handling for AWK.  There remains
18677         much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
18678         * progmodes/cc-cmds.el:
18679         (c-ascertain-adjacent-literal): In the backwards direction, now
18680         recognises AWK regexp delimiters as string delimiters.
18681         (c-after-statement-terminator-p): Adapt for virtual semicolons;
18682         check more rigorously for "end of macro".
18683         (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
18684         virtual semicolons;
18685         (c-beginning-of-statement): Adapt for virtual semicolons; Separate
18686         out the code for forward movement into ...
18687         (c-end-of-statement): Now contains the code for forward movement,
18688         adapted for virtual semicolons.
18690         * progmodes/cc-engine.el:
18691         (c-ws*-string-limit-regexp): New regexp.
18692         (c-forward-single-comment, c-backward-single-comment): Comment out
18693         the (now redundant) "special" AWK stuff.
18695         * progmodes/cc-styles.el, cc-vars.el: Change the settings of
18696         c-string-par-start, c-string-par-separate to be more like Text
18697         Mode than Fundamental Mode.
18699 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18701         * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
18702         to the fontified region so that fontification doesn't occur
18703         outside it (could happen e.g. when fontifying a line with an
18704         unfinished declaration).
18706 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18708         * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
18709         start of the file.  ^L now separate sections of the file.
18710         (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
18711         (c-awk-one-line-possibly-open-string-re)
18712         (c-awk-regexp-one-line-possibly-open-char-class-re)
18713         (c-awk-one-line-possibly-open-regexp-re)
18714         (c-awk-one-line-non-syn-ws*-re): New defonsts.
18715         (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
18717         Amend the concept of "virtual semicolons" (in the indentation
18718         engine) for languages like AWK, such that they are now
18719         conceptually attached to end of the last token of a statement, not
18720         the end of the line.  (In AWK Mode, however, the pertinent text
18721         property is still physically set on the EOL.)  Remove the specific
18722         tests for awk-mode, thus facilitating the introduction of other
18723         language modes where EOLs can end statements.
18724         (Note: The funtionality in cc-cmds.el, specifically
18725         c-beginning/end-of-statement has yet to be amended.)
18727         * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
18728         New macros.
18730         * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
18731         c-stmt-delim-chars.  New c-lang-defvars: c-at-vsemi-p-fn,
18732         c-vsemi-status-unknown-p-fn (in a new page).
18734         * progmodes/cc-engine.el: In c-beginning-of-statement-1,
18735         c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
18736         numerous awkward forms like
18737         (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
18738         with (c-at-vsemi-p).  Fix a few typos.  In c-guess-basic-syntax, new
18739         variable before-ws-ip, the place just after char-before-ip appears.
18741         * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
18742         a comment.
18744 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18746         * progmodes/cc-cmds.el (c-electric-brace): Clean up using
18747         `c-tentative-buffer-changes'.
18749         * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
18750         convert to macro to choose between Emacs and XEmacs at compile time.
18752         (c-set-region-active): New set counterpart to `c-region-is-active-p'.
18754         (c-tentative-buffer-changes): New macro to handle temporary buffer
18755         changes in a convenient way.
18757         (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
18758         for `c-tentative-buffer-changes'.
18760         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
18761         the checks for paren sexps between the point and the keyword, to
18762         avoid some false alarms.
18764         * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
18765         Fixed a situation where an error could be thrown for unbalanced
18766         parens.  Changed to make use of c-keyword-member' to avoid some
18767         repeated regexp matches.
18769         (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
18770         These language variable are no longer necessary.
18772         (c-block-stmt-kwds): New language constant used by
18773         c-looking-at-inexpr-block'.
18775         (c-guess-basic-syntax): Remove an optional check that looked at
18776         the existence of the now removed language variables.
18778         * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
18779         (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
18780         object instantiation expressions as declarations in some contexts.
18781         This bug only affected languages where the declarator can't be
18782         enclosed in parentheses.
18784         * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
18785         insert newlines before and after substatement braces.
18787         * progmodes/cc-engine.el: Improved the heuristics for recognizing
18788         function declaration headers and the handling of C++ style member
18789         init lists.
18791         (c-just-after-func-arglist-p): Rewritten to use
18792         `c-forward-decl-or-cast-1'.  Now behaves a bit differently too.
18794         (c-beginning-of-member-init-list): Remove since it isn't used anymore.
18796         (c-guess-basic-syntax): Adapt case 5B for the new
18797         `c-just-after-func-arglist-p'.  Merge cases 5B.1 and 5B.3.
18798         Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
18799         covers all cases now).
18801         * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
18803 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18805         * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
18806         c-string-par-start/separate c-sentence-end-with-esc-eol,
18807         initialised in c-setup-paragraph-variables, used in string
18808         scanning subroutines of c-beginning-of-statement.
18810         * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
18811         which precedes the newly inserted `{'.
18813 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18815         * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
18816         function for declaration level blocks.  It should now cope with
18817         templates better and also be a lot more comprehensible.
18819         (c-looking-at-decl-block): The new function.
18821         (c-search-uplist-for-classkey): The old one.  It's now a wrapper
18822         for compatibility.
18824         (c-add-class-syntax, c-guess-continued-construct)
18825         (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
18827         (c-decl-block-key): Change to tell apart ambiguous and
18828         unambiguous keywords.  Pike specials are now handled directly in
18829         the code instead.
18831         (c-block-prefix-disallowed-chars, c-block-prefix-charset):
18832         New language constants and variables to make the backward skip in
18833         `c-looking-at-decl-block' as tight as possible.
18835         (c-nonsymbol-token-char-list): New language constant.
18837         * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
18838         find balanced template arglists backwards.
18840         * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
18841         making char classes for `c-syntactic-skip-backward'.
18843         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
18844         16D - can't be a class-close at that point.
18846         * progmodes/cc-engine.el (c-guess-basic-syntax)
18847         (c-add-class-syntax): Don't narrow out the enclosing declaration
18848         level.  This makes everything a lot easier, and it was actually
18849         only four small places that needed it to work.  Some places that
18850         previously did `widen' are removed now, which has the effect that
18851         `c-guess-basic-syntax' never will look at things outside the
18852         current narrowment now.  The anchor position for `topmost-intro'
18853         is affected by this, but it was so bogus it was basically useless
18854         before, and now it's equally bogus but in a slightly different way.
18856         (c-narrow-out-enclosing-class): Gone.
18858         (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
18859         the narrowed region.
18861         (c-least-enclosing-brace): Remove silly optional argument.
18863         * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
18864         the point could be left directly after an open paren when finding
18865         the beginning of the first decl in the block.
18867         * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
18868         Specify which submatch to use.
18870         * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
18872         (c-decl-start-re): No longer any need for special treatment of
18873         ObjC due to the above.
18875         (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
18876         presumably follows C in that regard.
18878         * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
18879         New language constants to specify operator tokens inside
18880         identifiers in a more high level way.
18882         (c-opt-identifier-prefix-key): New internal language constant.
18884         (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
18885         (c-identifier-start, c-identifier-key): Now completely calculated
18886         from other constants.
18888         (c-identifier-last-sym-match): Decommission since it's no longer used.
18890         (c-operators): Use `c-identifier-ops'.  Document `postfix-if-paren'.
18892         * progmodes/cc-engine.el (c-forward-name): Remove the
18893         optimization when c-identifier-key is equal to c-symbol-key since
18894         it doesn't work in byte compiled files.  Don't record empty
18895         regions as identifiers.
18897         * progmodes/cc-langs.el (c-filter-ops): New helper function to
18898         simplify access to `c-operators' and its likes.
18900         (c-operator-list, c-all-op-syntax-tokens)
18901         (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
18902         (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
18903         (c-primary-expr-regexp, c-cast-parens): Use it.
18905         * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
18906         an explicit language in functions.
18908         * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
18909         variant of adornment.
18911         * progmodes/cc-langs.el (c-any-class-key): Remove unused language
18912         variable.
18914         (c-type-decl-prefix-key): Remove some now unnecessary cruft from
18915         the Pike value.
18917         * progmodes/cc-engine.el (c-on-identifier)
18918         (c-simple-skip-symbol-backward): Small fix for handling "-"
18919         correctly in `skip-chars-backward'.  Affected the operator lfun
18920         syntax in Pike.
18922         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
18923         diagnostic message about precompiled language vars not being used.
18925         * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
18926         "__attribute__" is followed by a parenthesis.
18928         (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
18929         (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
18930         language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
18932         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
18933         Internal cleanups to properly detect the declared identifiers in
18934         various declarations.
18936         (c-decl-start-kwds): New language constant to recognize
18937         declarations that can start anywhere.  Used for class declarations
18938         in Pike.
18940         (c-specifier-key, c-not-decl-init-keywords)
18941         (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
18942         (c-find-decl-spots): Implement `c-decl-start-kwds'.
18944         (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
18945         (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
18946         handling of the compiler specific extension keywords into a new
18947         language constant `c-decl-hangon-kwds' that defines keyword
18948         clauses to be ignored in declarations.
18950         (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
18951         past unrecognized tokens when handling `c-colon-type-list-kwds'.
18952         Necessary to stop at the declared identifier in e.g. IDL valuetype
18953         declarations.
18955         (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
18956         (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
18957         (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
18958         (c-forward-decl-or-cast-1): Recognize the declared identifier in
18959         class and enum declarations as such and not as part of the type.
18961         (c-forward-decl-or-cast-1, c-forward-label): Relax the
18962         interpretation of PRECEDING-TOKEN-END when there's no preceding token.
18964         (c-forward-decl-or-cast-1): Don't disregard sure signs of
18965         declarations when there's some syntax error later on.
18967         (c-complex-decl-matchers): Did away with a reference to
18968         `c-specifier-key'.
18970         * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
18971         value - this variable is always dynamically bound.
18973         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
18974         * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
18975         * cc-cmds.el, cc-defs.el: Change the policy for marking up
18976         functions that might do hidden buffer changes: All such internal
18977         functions are now marked instead of those that don't.
18979         (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
18980         (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
18981         (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
18982         (c-literal-type): Allow these functions to make hidden buffer changes,
18983         so that they are free to use text property caching later on.
18985         (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
18986         (c-electric-brace, c-electric-slash, c-electric-star)
18987         (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
18988         (c-electric-paren, c-electric-continued-statement, c-indent-command)
18989         (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
18990         (c-context-line-break): Add `c-save-buffer-state' calls to comply
18991         with the changed semantics of the functions above.
18993         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
18994         when macros occur in obscure places.  Optimized the sexp movement
18995         a bit.
18997 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18999         Enhancements for c-beginning-of-statement to work in AWK Mode:
19001         * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
19002         (completed statement) with `}' (statement completed by closing
19003         brace or semicolon) and `$' (statement completed by EOL).
19005         (c-awk-virtual-semicolon-ends-prev-line-p)
19006         (c-awk-virtual-semicolon-ends-line-p)
19007         (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
19008         (c-awk-at-statement-end-p): New functions.
19010         * progmodes/cc-cmds.el: Simplify the structure of functions
19011         c-forward-over-illiterals, c-back-over-illiterals.  Enhance these
19012         two functions and c-beginning-of-statement to handle AWK Mode.
19014         * progmodes/cc-engine.el: Enhance c-forward-single-comment,
19015         c-backward-single-comment for AWK mode.  Attempt to clarify their
19016         doc-strings.
19018         * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
19020 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
19022         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
19023         label handling.  Labels are now recognized in a uniform and more
19024         robust way, regardless of context.  Text properties are put on all
19025         labels to recognize the following declarations better.
19026         Multiword labels are handled both in indentation and fontification for
19027         the benefit of language extensions like Qt.  For consistency, keywords
19028         in labels are now fontified with the label face instead.
19029         That also applies to "case" and "default".
19031         (c-beginning-of-statement-1): Fix some bugs in the label
19032         handling.  Disregard `c-nonlabel-token-key' in labels that begin
19033         with `c-label-kwds'.
19035         (c-find-decl-spots): Support that the callback adds more
19036         `c-decl-end' spots to find.
19038         (c-forward-decl-or-cast-1): Don't treat a list of plain
19039         identifiers followed by a colon as a declaration.
19041         (c-forward-label): New function to recognize labels.
19043         (c-guess-basic-syntax): Replace uses of `c-label-key' with
19044         `c-forward-label'.  Moved the label recognition cases (14 and 15)
19045         earlier since they aren't so context sensitive now.  Handle labels
19046         on the top level gracefully.  Moved access label recognition to
19047         the generic label case (CASE 15) - removed CASE 5E.
19049         (c-font-lock-declarations): Add recognition of labels in the
19050         same round since we need to handle labels in parallell with other
19051         declarations to recognize both accurately.  It should also improve
19052         speed.
19054         (c-simple-decl-matchers, c-basic-matchers-after):
19055         Move `c-font-lock-labels' so that it only is used on decoration level 2
19056         since `c-font-lock-declarations' handles it otherwise.
19058         (c-complex-decl-matchers): Remove the simplistic recognition of
19059         access labels.
19061         (c-decl-prefix-re): Remove the kludges that was necessary to cope
19062         with labels earlier.
19064         (c-decl-start-re): New language variable to make
19065         `c-font-lock-declarations' stop for the special protection labels
19066         in Objective-C that start with `@'.
19068         (c-label-key): Remove since it's no longer used.
19070         (c-recognize-colon-labels, c-label-prefix-re): New language
19071         constants to support recognition of generic colon-terminated labels.
19073         (c-type-decl-end-used): `c-decl-end' is now used whenever there
19074         are colon terminated labels.
19076         * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
19077         first argument starts with a special brace list.
19079         * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
19080         (c-font-lock-declarations): Break out the declaration and cast
19081         recognition from `c-font-lock-declarations' to a new function, so
19082         that it can be used in the indentation engine.
19084         * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
19085         up to the start of the literal.  Fixed bug with the point on the
19086         wrong side of the search limit that could happen when the start
19087         position is inside a literal.
19089         * progmodes/cc-engine.el (c-parse-state)
19090         (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
19091         so that it's kept a little bit back to increase the hit rate.
19093         (c-parse-state): Change the macro handling and fixed some
19094         glitches.  Macro context is checked more often than necessary now,
19095         but otoh less garbage conses are generated.
19097         * progmodes/cc-engine.el (c-parse-state)
19098         (c-invalidate-state-cache): Cache the last position where
19099         `c-state-cache' applies.  This can speed up refontification quite
19100         a bit in blocks where there are many non-brace parens before the point.
19102         (c-state-cache-end): New variable for this.
19104         (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
19105         cache variable.
19107         * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
19108         get close initial continue positions when the start position is
19109         inside a literal or macro.  Do not call the callback for spots
19110         before the start position (which can happen e.g. for `c-decl-end'
19111         spots inside comments).  Optimize better in special cases when the
19112         region is a single line inside a literal or macro (typically when
19113         the current line is refontified).
19115         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
19116         to `c-add-stmt-syntax' - there's no need to explicitly whack off
19117         entries from the paren state.
19119         * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
19120         special case for "else if" clauses.
19122         * progmodes/cc-engine.el (c-looking-at-inexpr-block)
19123         (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
19125         * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
19126         New language variable to recognize the gcc extension with statement
19127         blocks inside expressions.
19129         * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
19130         it somewhat more comprehensible.  The argument AT-BLOCK-START is
19131         no longer used and hence removed.
19133         (c-guess-continued-construct, c-guess-basic-syntax): Update calls
19134         to `c-add-stmt-syntax'.
19136         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
19137         Use `c-beginning-of-statement-1' instead of duplicating parts of it.
19138         This fixes bogus label recognition.
19140         * progmodes/cc-engine.el (c-add-type, c-check-type)
19141         (c-forward-name, c-forward-type): Improve storage of template
19142         types in `c-found-types' so that they can be recognized better.
19144         (c-syntactic-content): Add option to skip past nested parens.
19146         * progmodes/cc-engine.el (c-forward-name):
19147         Set `c-last-identifier-range' all the time.  It's less work that way.
19148         Handle that there might not be an identifier to store in
19149         `c-last-identifier-range'.
19151         (c-forward-type): Handle that `c-last-identifier-range' might be
19152         nil from `c-forward-name'.
19154         * progmodes/cc-defs.el (c-safe-scan-lists)
19155         (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
19157         * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
19158         to work even if the form fails.
19160         * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
19161         down in a large file in one go.
19163         (c-get-fallback-start-pos): New helper function for `c-parse-state'.
19165         * progmodes/cc-align.el (c-lineup-assignments): New lineup
19166         function which is like `c-lineup-math' but returns nil instead of
19167         `c-basic-offset' when it doesn't match.
19169         (c-lineup-math): Change to use `c-lineup-assignments'.
19171 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
19173         * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
19174         c-beginning-of-statement.  New subfunctions
19175         c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
19177 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
19179         * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
19180         hardcoded char classes whereever possible.  Changed a couple of
19181         places to use skip by syntax instead of skip by char class.
19183         * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
19184         Fix a bug in the regexp that caused extreme backtracking.
19186         * progmodes/cc-langs.el (c-block-comment-starter)
19187         (c-block-comment-ender): New language constants to specify in a
19188         single place how block comments look.
19190         (c-comment-start-regexp, c-block-comment-start-regexp)
19191         (comment-start, comment-end, comment-start-skip)
19192         (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
19193         (c-syntactic-ws, c-nonempty-syntactic-ws)
19194         (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
19195         `c-line-comment-starter', `c-block-comment-starter' and
19196         `c-block-comment-ender'.
19198         (c-block-comment-regexp, c-unterminated-block-comment-regexp):
19199         New language constants to break up things a bit.
19201         (c-simple-ws): New language constant for simple whitespace.
19203         * progmodes/cc-defs.el (c-concat-separated): New convenience function.
19205         * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
19206         in `regexp-opt' in Emacs 20 and XEmacs when strings contain
19207         newlines.  Allow and ignore nil elements in the list.
19209 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
19211         * progmodes/cc-cmds.el: Comment out a (n almost certainly
19212         superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
19214         * progmodes/cc-cmds.el: Tidy up the comments in
19215         c-beginning-of-statement and subfunctions.
19217         * progmodes/cc-awk.el: Replace calls to put-text-property to the
19218         more flexible c-put-char-property and c-clear-char-properties.
19219         Add the author's email address.
19221         * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
19223         * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
19224         closing "*/" of a block comment.
19226         * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
19227         subfunctions) so that it works at BOB and EOB.
19229         * progmodes/cc-cmds.el, cc-vars.el: More updating of
19230         c-beginning-of-statement, including new variable
19231         c-block-comment-start-regexp.
19233 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
19235         * progmodes/cc-langs.el (c-known-type-key): Optimize simple
19236         symbols from `*-font-lock-extra-types' so that there's no need to
19237         use `regexp-opt' on those lists.
19239         * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
19240         `c-type-modifier-kwds' is empty.
19242         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
19243         there are several strings on the same line.
19245         * progmodes/cc-engine.el (c-literal-limits): Remove the
19246         compatibility function for older emacsen.  `c-literal-limits-fast'
19247         has now taken the place of this function.
19249         * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
19250         with older emacsen: We now require `pps-extended-state'.
19252 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
19254         * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
19255         which obviates the need to hack sentence-end.  This now handles
19256         escaped newlines in strings correctly.  Correct minor bugs in
19257         c-move-over-sentence and in c-beginning-of-statement.
19259         * progmodes/cc-cmds.el (c-beginning-of-statement (and
19260         subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
19261         that movement over macros and code are rigorously separated from
19262         eachother.  Correct a few incidental bugs.
19264         * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
19265         Improve its doc-string.  Improve the handling of certain specific cases.
19267 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
19269         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
19270         (c-guess-basic-syntax): Change the way class-level labels are
19271         recognized; they can now contain essentially any symbols.
19273         (c-opt-extra-label-key): New language variable to cope with the
19274         special protection label syntax in Objective-C.
19276         (c-opt-access-key): Remove; this is now handled better by
19277         `c-nonlabel-token-key' and `c-opt-extra-label-key'.
19279         (c-complex-decl-matchers): Update to handle that
19280         `c-opt-access-key' no longer exists.
19282         * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
19283         improved label recognition in `c-beginning-of-statement-1'.
19285         * progmodes/cc-engine.el (c-beginning-of-member-init-list):
19286         Recognize bitfields better.
19288         * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
19289         Remove some cruft and fixed a bug that could cause it to go to a
19290         position further down.
19292         * progmodes/cc-langs.el, cc-engine.el
19293         (c-beginning-of-statement-1): Improve detection of labels in
19294         declaration contexts.
19296         (c-beginning-of-decl-1): Use it.
19298         (c-nonlabel-token-key): New language constant and variable needed
19299         by `c-beginning-of-statement-1'.
19301         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
19302         manifested itself due to the correction in `c-forward-sexp'.
19304         * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
19305         Make these behave as documented when used at the buffer limits.
19307         * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
19308         (c-type-decl-end-used): Made this a language variable.
19310         * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
19311         correctly when `combine-after-change-calls' is used together with
19312         temporary narrowings.
19314         * progmodes/cc-engine.el (c-beginning-of-statement-1):
19315         Report labels correctly when the start point is immediately after the
19316         colon.
19318         * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
19319         Remove since it isn't used anymore.
19321         * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
19322         bracket arglists such as template parens in C++.
19324         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
19325         in the last check-in.  Some optimization.
19327         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
19328         where it could stop at the same level in a preceding sexp when
19329         PAREN-LEVEL is set.
19331         * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
19332         text property lookup only when it's needed.
19334         * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
19335         Change the policy for paren marked angle brackets to be more
19336         persistent; once marked they remain marked even when they're found
19337         to be unbalanced in the searched region.  This should keep the
19338         paren syntax around even when individual lines are refontified in
19339         multiline template arglists.
19341         (c-parse-and-markup-<>-arglists): New dynamically bound variable
19342         to control markup so that incorrect angle bracket arglists aren't
19343         marked in contexts where the correct value for
19344         `c-disallow-comma-in-<>-arglists' isn't known.
19346         (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
19347         argument has become `c-parse-and-markup-<>-arglists'.
19349         (c-remove-<>-arglist-properties): Remove - no longer used.
19351         (c-after-change-check-<>-operators): New function used on
19352         `after-change-functions' to avoid that "<" and ">" characters that
19353         are part of longer operators have paren syntax.
19355         (c-<>-multichar-token-regexp): New language variable used by
19356         `c-after-change-check-<>-operators'.
19358         (c-after-change): Call `c-after-change-check-<>-operators'.
19360         (c-font-lock-<>-arglists): Use the context properties set by
19361         `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
19362         correctly to avoid doing invalid markup.
19364         (c-font-lock-declarations): Remove code that undoes the invalid
19365         markup done by `c-font-lock-<>-arglists'.
19367         (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
19368         after `c-font-lock-declarations'.
19370         * progmodes/cc-engine.el (c-syntactic-skip-backward):
19371         Add paren-level feature.
19373         (c-guess-basic-syntax): Improve the anchor position for
19374         `template-args-cont' in nested template arglists.  There's still
19375         much to be desired in this area, though.
19377 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
19379         * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
19380         Make the "Text Filling and Line Breaking" commands work for AWK buffers.
19382 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
19384         * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
19385         Removed; (c-major-mode-is 'awk-mode) can be used instead now.
19387         * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
19388         it doesn't work no longer are supported.
19390         * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
19391         * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
19392         requires support for the syntax-table' text property, which rules
19393         out Emacs 19 and XEmacs < 21.4.  Removed various compatibility
19394         cruft associated with those versions.
19396         * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
19397         for the `syntax-table' text property, which rules out Emacs 19 and
19398         XEmacs < 21.4.  Removed various compatibility cruft associated
19399         with those versions.
19401         * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
19402         support for the `syntax-table' text property.
19404         * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
19405         variable and use an extra quoted face name instead.  All the
19406         emacsen flavors handle that correctly.
19408         * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
19409         (c-font-lock-declarators, c-font-lock-declarations)
19410         (c-complex-decl-matchers, c-basic-matchers-after): Use a text
19411         property to mark the items in in declarator lists to handle
19412         refontification inside multiline declarations better.
19414         * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
19415         construct like "a * b = c;" as a declaration.
19417 2005-12-08  Kim F. Storm  <storm@cua.dk>
19419         * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
19420         (cua-rectangle-modifier-key): ... this.  New defcustom.  Can now
19421         select either meta, hyper, or super modifier for rectangle commands.
19422         (cua--rectangle-modifier-key): New defvar.
19423         (cua--M/H-key): Use it.  Remove special case for `space'.
19424         (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
19425         on X, to meta otherwise.  Always bind C-return to toggle
19426         rectangle.  Pass ?\s instead of `space' to cua--M/H-key.
19428         * emulation/cua-rect.el (cua-help-for-rectangle):
19429         Use cua--rectangle-modifier-key.  Handle super modifier too.
19430         (cua--init-rectangles): Always bind C-return to toggle rectangle.
19431         Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
19433         * ido.el: Move Acknowledgements and History after Commentary.
19434         Minor changes to Commentary.
19436         * emulation/cua-base.el (cua--select-keymaps): Enable repeat
19437         keymap if cua--prefix-override-timer is `shift'.
19438         (cua--shift-control-prefix): New function; emulate "type prefix
19439         key twice" functionality to handle shifted prefix key override.
19440         (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
19441         New commands.
19442         (cua--init-keymaps): Bind them to S-C-c and S-C-x.
19444 2005-12-08  Carsten Dominik  <dominik@science.uva.nl>
19446         * textmodes/org.el (org-insert-heading): Try to do items before
19447         headings.
19448         (org-agenda-mode): Quote `org-agenda-mode-hook'.
19449         (org-insert-item): New function.
19450         (org-renumber-ordered-list): Don't skip to higher level lists.
19452 2005-12-08  Juri Linkov  <juri@jurta.org>
19454         * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
19456         * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
19458         * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
19460         * pcvs.el (defun-cvs-mode): Put `definition-name' property on
19461         the constructed function name fun-1.
19463         * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
19464         because such links don't lead to parent documentation.
19466 2005-12-08  Kenichi Handa  <handa@m17n.org>
19468         * descr-text.el (describe-char): Use *Help-2* buffer if the
19469         current buffer is *Help*.  Call describe-text-properties while
19470         setting the original buffer.
19472 2005-12-07  Bill Wohler  <wohler@newt.com>
19474         * files.el (auto-mode-alist): Remove mh-letter-mode.  Unnecessary,
19475         and causes problems with non-MH users (such as Gnus users).
19477 2005-12-08  Nick Roberts  <nickrob@snap.net.nz>
19479         * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
19480         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
19481         (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
19482         command "info sources".  Move calls to GDB command "list".
19483         (gdb-find-file-hook): Just use gdb-source-file-list.
19484         (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
19485         (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
19486         (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
19487         (gdb-data-list-register-values-handler): Use correct trigger name.
19489 2005-12-07  Kim F. Storm  <storm@cua.dk>
19491         * ido.el (ido-completion-map): Rename from ido-mode-map.
19492         (ido-common-completion-map, ido-file-completion-map)
19493         (ido-file-dir-completion-map, ido-buffer-completion-map):
19494         Rename from ido-mode-....-map.
19495         (ido-init-completion-maps): Rename from ido-init-mode-maps.
19496         (ido-setup-completion-map): Rename from ido-define-mode-map.
19497         (ido-read-internal): Bind minibuffer-local-filename-completion-map
19498         to ido-completion-map.
19500 2005-12-07  Kenichi Handa  <handa@m17n.org>
19502         * international/mule-cmds.el
19503         (set-display-table-and-terminal-coding-system): If the coding
19504         system specified in `unibyte-display' property is different from
19505         the arg coding-system, don't setup standard-display-table.
19507 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
19509         * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
19510         that comments end at \n, regardless of selective-display.
19512 2005-12-07  Nick Roberts  <nickrob@snap.net.nz>
19514         * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
19515         (gdb-version): New variables.
19516         (gdb-source-file-list, gdb-register-names)
19517         (gdb-changed-registers): New variables for use with GDB 6.4+.
19518         (gdb-ann3): Replace with...
19519         (gdb-init-1, gdb-init-2): ...two new functions.
19520         (gdba, gdb-prompt): Call gdb-init-1.
19521         (gdb-get-version): New function.  Call gdb-init-2 from here.
19522         (gud-watch): Make it work with mouse events too.
19523         (gdb-post-prompt): Don't add to queue until GDB version is known.
19524         (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
19525         (gdb-locals-mode): Use gdb-version.
19526         (gdb-memory-format-map, gdb-memory-unit-map)
19527         (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
19528         (gdb-locals-font-lock-keywords-1)
19529         (gdb-locals-font-lock-keywords-2): New variables.
19530         (gdb-find-file-hook): Make it work with GDB 6.4+ too.
19531         (gdb-set-gud-minor-mode-existing-buffers-1)
19532         (gdb-var-list-children-1, gdb-var-list-children-handler-1)
19533         (gdb-var-update-1, gdb-var-update-handler-1)
19534         (gdb-data-list-register-values-handler)
19535         (gdb-data-list-register-values-custom)
19536         (gdb-get-changed-registers, gdb-get-changed-registers-handler)
19537         (gdb-stack-list-locals-handler, gdb-get-register-names):
19538         New functions for use with GDB 6.4+.
19539         (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
19540         (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
19541         (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
19542         (gdb-stack-list-locals-regexp)
19543         (gdb-data-list-register-names-regexp): New regexps for use with
19544         GDB 6.4+.
19546 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
19548         * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
19550 2005-12-06  Nozomu Ando  <nand@mac.com>
19552         * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
19553         prompts work for AUTH PLAIN.  Also reported by Steve Allan
19554         <seallan@verizon.net>.
19556 2005-12-06  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
19558         * frame.el (set-frame-parameter): Add doc string.
19560 2005-12-06  Carsten Dominik  <dominik@science.uva.nl>
19562         * textmodes/org.el (org-occur-highlights): New variable.
19563         (org-highlight-new-match, org-remove-occur-highlights): New functions.
19564         (org-highlight-sparse-tree-matches): New option.
19565         (org-do-occur): New function.
19566         (org-get-heading): Make it work also at beginning of line.
19567         (org-category-table): New variable.
19568         (org-get-category-table, org-get-category)
19569         (org-camel-to-words, org-link-search): New functions.
19570         (org-select-this-todo-keyword): New variable.
19571         (org-todo-list): New command.
19572         (org-shiftright, org-shiftleft): New commands.
19573         (org-agenda-todo): Add prefix argument.
19574         (org-show-hierarchy-above): New option.
19575         (org-show-todo-tree): Numerical prefix creates tree for specific
19576         TODO keyword.
19577         (org-outline-level): New function, to assign a level to plain
19578         lists items.
19579         (org-cycle-include-plain-lists): New option.
19580         (org-mode): Use `org-outline-level' as value of `outline-level'.
19581         (org-cycle): Temporarily switch `outline-regexp' if
19582         `org-cycle-include-plain-lists' is non-nil.
19583         (org-start-icalendar-file): Fix format bug.
19584         (org-agenda-get-day-entries): Create category table.
19585         (org-agenda-get-todos, org-agenda-get-timestamps)
19586         (org-agenda-get-deadlines, org-agenda-get-scheduled)
19587         (org-agenda-get-blocks): Use `org-get-category'.
19588         (org-context-in-file-links): Rename from
19589         `org-line-numbers-in-file-links'.
19591 2005-12-06  Romain Francoise  <romain@orebokech.com>
19593         * window.el (balance-windows): Delete extraneous third arg in call
19594         to `enlarge-window'.
19596 2005-12-06  Kenichi Handa  <handa@m17n.org>
19598         * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
19600 2005-12-06  Nick Roberts  <nickrob@snap.net.nz>
19602         * progmodes/gdb-ui.el (gdb-var-create-handler)
19603         (gdb-var-evaluate-expression-handler, gdb-frame-handler)
19604         (gdb-var-list-children-handler, gdb-var-update-handler):
19605         Current buffer is already gdb-partial-output-buffer, don't
19606         make it current again.
19608 2005-12-05  Luc Teirlinck  <teirllm@auburn.edu>
19610         * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
19611         (list-buffers-noselect): Use it.
19613 2005-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
19615         * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
19616         (mail-yank-ignored-headers): Use regexp-opt.
19617         (mail-mode-map): Move initialization into declaration.
19618         (mail-sent-via): Remove unused shadowed var `to-line'.
19619         (mail-mailer-swallows-blank-line): Use with-temp-buffer.
19620         (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
19621         (mail-do-fcc): Use dolist and push.
19622         (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
19623         (mail-yank-ignored-headers): Don't autoload.
19625 2005-12-05  Kenichi Handa  <handa@m17n.org>
19627         * international/mule-cmds.el (set-language-info-internal): New fun.
19628         (set-language-info): Call set-language-info-internal to update
19629         language-info-alist.  If LANG-ENV is the current one, call
19630         set-language-environment to make INFO effective now.
19631         (set-language-info-alist): Likewise.
19632         (locale-language-names): With locale "en", use English
19633         lang. env. but set the default codings to iso-8859-1.
19635 2005-12-04  Nick Roberts  <nickrob@snap.net.nz>
19637         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
19638         (gdb-speedbar-auto-raise): Echo new state in minibuffer.
19639         (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
19640         for plain strings.
19641         (gdb-frames-mode): Remove redundant call to font-lock-mode.
19642         (gdb-all-registers): Rename from toggle-gdb-all-registers.
19643         Create registers buffer if necessary.  Echo new state in minibuffer.
19644         (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
19646 2005-12-03  Chong Yidong  <cyd@stupidchicken.com>
19648         * info.el (Info-fontify-node): Match external links using
19649         non-directory part of filename.
19651 2005-12-04  Juri Linkov  <juri@jurta.org>
19653         * font-core.el (global-font-lock-mode): Use define-global-minor-mode
19654         instead of easy-mmode-define-global-mode.  Add `:group font-lock'.
19655         (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
19656         because there is no customization option for it.
19658         * font-lock.el (lisp-font-lock-keywords-1):
19659         Add define-global-minor-mode.
19661         * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
19663         * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
19664         properties on the constructed variable names.
19666         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
19667         Put `definition-name' properties on the constructed function names
19668         next-sym and prev-sym.
19670         * emacs-lisp/find-func.el (find-function-regexp):
19671         Add define-global-minor-mode.  Replace `easy-mmode-define-global-mode'
19672         with `easy-mmode-define-[a-z-]+'.  Add easy-menu-define.
19673         (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
19674         and easy-menu-define.
19676         * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
19677         easy-mmode-define-global-mode and define-global-minor-mode.
19678         (lisp-imenu-generic-expression): Add define-global-minor-mode.
19680         * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
19681         instead of easy-mmode-define-global-mode.
19683         * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
19684         Use define-minor-mode instead of easy-mmode-define-minor-mode.
19686         * cus-edit.el (customize-group, customize-group-other-window):
19687         Filter out autoloaded options from the group completion list by
19688         using heuristics that autoloaded groups don't have `custom-autoload'
19689         property on their symbols (they have only `custom-loads').
19691         * simple.el (completion-setup-function): Put completions-common-part
19692         face on complete completion string too (i.e. completion string
19693         without completions-first-difference face).
19695         * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
19697 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
19699         * view.el (view-mode): Doc fix.
19701         * disp-table.el (standard-display-european): Add to the warning
19702         message a reference to the doc string.
19704         * play/yow.el (apropos-zippy): Call print-help-return-message,
19705         similar to other Help and Apropos commands.
19707         * help.el (print-help-return-message): If pop-up-frames is
19708         non-nil, set up help-return-method to delete the help window and,
19709         possibly, its frame as well, and don't display message about
19710         scrolling the help window.  Doc fix.
19711         (help-return-method): Doc fix.
19713 2005-12-03  Martin Rudalics  <rudalics@gmx.at>
19715         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
19716         whereby names of length one or names starting with a
19717         symbol-constituent character would not be returned.
19719 2005-12-03  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
19721         * subr.el (atomic-change-group): Add edebug and indentation spec.
19723 2005-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
19725         * completion.el (save-completions-file-name): Fix typo in last change.
19727 2005-12-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
19729         * info.el: Move back/forward history to the beginning of the tool bar.
19731 2005-12-02  Ken Manheimer  <ken.manheimer@gmail.com>
19733         * allout.el (eval-when-compile): Remove unnecessary load of cl.
19734         Add fset of allout-real-isearch-abort during compile to fix
19735         byte-compilation warnings.
19736         (allout-mode-p): Move definition of this macro above all uses, or
19737         byte compilation in barren Emacs (eg, during Emacs build) will
19738         lack the definition.
19739         (allout-mode): Move this variable above any uses, or byte
19740         compilation will fail.
19741         (allout-resolve-xref): Remove use of personal file-reference function.
19742         (allout-toggle-current-subtree-encryption): Do the current (ie,
19743         visible containing) topic, rather than nearest around point.  Doc fix.
19744         (allout-toggle-subtree-encryption): New function, workhorse that
19745         works on nearest topic containing point.
19746         (allout-encrypt-string): Signal requirement for newer version of pgg.
19747         (allout-resumptions): Doc fix.
19749 2005-12-02  Eli Zaretskii  <eliz@gnu.org>
19751         * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
19753 2005-12-02  Agustin Martin  <agustin.martin@hispalinux.es>
19755         * textmodes/flyspell.el (flyspell-external-point-words):
19756         Consider a misspelling as found in the string search if: (a) misspelling
19757         and found string lengths match, or (b) misspelling is found as
19758         element in a boundary-chars separated longer string, or (c)
19759         ispell-program-name is really ispell and misspelling is found as
19760         part of a TeX string.  After successful match move beginning of
19761         search region to end of match.  Warn about not found misspellings
19762         once the process is done.
19763         (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
19765 2005-12-02  Nick Roberts  <nickrob@snap.net.nz>
19767         * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
19768         tool bar (removed inadvertently).
19770 2005-12-02  Juri Linkov  <juri@jurta.org>
19772         * log-view.el (log-view-diff): Clarify doc string.
19774 2005-12-01  Bill Wohler  <wohler@newt.com>
19776         * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
19777         triggers lm-verify errors.
19779 2005-12-01  Luc Teirlinck  <teirllm@auburn.edu>
19781         * simple.el (transient-mark-mode, line-number-mode)
19782         (column-number-mode, size-indication-mode): Remove `:require nil'.
19784 2005-12-01  Nick Roberts  <nickrob@snap.net.nz>
19786         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
19787         in the margin also.
19788         (gdb-breakpoints-mode-map): Use D instead of d for
19789         gdb-delete-breakpoint.
19790         (gdb-get-frame-number): Require a number to match on.
19791         (gdb-threads-mode-map): Add follow-link binding.
19793 2005-11-30  Jason Rumney  <jasonr@gnu.org>
19795         * isearch.el (isearch-mode-map): Avoid exiting search on
19796         language-change event.
19798 2005-11-30  Romain Francoise  <romain@orebokech.com>
19800         * speedbar.el (speedbar-default-position): New defcustom.
19801         (speedbar-frame-reposition-smartly): Use it.
19803         * dframe.el (dframe-reposition-frame-emacs): Fix position
19804         computation for `left' location.
19805         Update copyright year.
19807 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
19809         * help.el (help-map): Move initialization into declaration.
19811         * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
19813         * help-fns.el (help-argument-name): Don't autoload.
19814         It's useless and triggers a bug in cus-dep.el causing ldefs-boot
19815         to be re-loaded when customizing the `help' group.
19817 2005-11-30  John Paul Wallington  <jpw@gnu.org>
19819         * help-fns.el (describe-function-1): Fill arglist output.
19821 2005-11-30  Kim F. Storm  <storm@cua.dk>
19823         * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
19824         (cua--rectangle-post-command): Cleanup overlays and deactivate mark
19825         after revert-buffer (or anything else which kills all local variables).
19827         * apropos.el (apropos-parse-pattern): Doc fix.
19828         Set apropos-regexp directly, rather than expecting callers to do so.
19829         (apropos-command, apropos, apropos-value, apropos-documentation):
19830         Simplify calls to apropos-parse-pattern.
19832 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
19834         * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
19835         (hi-lock-face-phrase-buffer): Use hi-yellow face.
19836         (hi-lock-write-interactive-patterns): Use comment-region.
19838         * longlines.el (longlines-mode): Add mail-setup-hook.
19840         * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
19842         * simple.el (sendmail-user-agent-compose, next-line):
19843         Conditionally use hard-newline.
19845 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
19847         * international/latexenc.el (latex-inputenc-coding-alist):
19848         Reword doc string.
19850 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
19852         * help.el (describe-key-briefly, describe-key): Recognize default
19853         bindings.
19855 2005-11-29  Romain Francoise  <romain@orebokech.com>
19857         * view.el (view-inhibit-help-message): New defcustom.
19858         (view-mode-enter): Use it.
19860 2005-11-29  Michael Kifer  <kifer@cs.stonybrook.edu>
19862         * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
19863         Preserve user position.
19865 2005-11-28  Luc Teirlinck  <teirllm@auburn.edu>
19867         * font-lock.el: Throw error if facemenu is not loaded to prevent
19868         accidental change of loading order in loadup.el.  (Suggested by RMS.)
19870         * loadup.el: Add comment explaining why facemenu must be loaded
19871         before font-lock.
19873 2005-11-28  Jay Belanger  <belanger@truman.edu>
19875         * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
19876         (calc-dispatch-map): Add more keys for `calc-same-interface'.
19878         * calc/calc-misc.el (calc-dispatch-help): Update docstring.
19880         * calc/calc-embed.el (calc-do-embedded): Update help message.
19882         * calc/calc-prog.el (calc-user-define-invokation): Update help message.
19884 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
19886         * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
19888         * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
19889         called-interactively-p.
19890         (elp-profilable-p): Rename from elp-not-profilable-p.
19891         Invert result and take into account macros and autoloaded functions.
19892         (elp-instrument-function): Update call.
19893         (elp-instrument-package): Update call.  Add completion.
19894         (elp-pack-number): Use match-string.
19895         (elp-results-jump-to-definition-by-mouse): Merge into
19896         elp-results-jump-to-definition and then remove.
19897         (elp-output-insert-symname): Make help echo text single-line.
19899         * replace.el (query-replace-map): Move initialization into declaration.
19900         (occur-engine): Use with-current-buffer.
19901         (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
19902         (occur-mode-mouse-goto): Replace with an alias.
19904 2005-11-28  Juri Linkov  <juri@jurta.org>
19906         * simple.el (quoted-insert): Let-bind input-method-function to nil.
19908         * term/w32-win.el: Bind [S-tab] to [backtab].
19910         * info.el (Info-fontify-node): Set 2nd arg `noerror' of
19911         `Info-find-file' to t.
19913         * replace.el (occur-mode-mouse-goto): Pop, don't switch.
19914         (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
19915         and same-window-regexps.
19916         (occur-next-error): Don't move point for arg 0.
19918 2005-11-28  Chong Yidong  <cyd@stupidchicken.com>
19920         * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
19922 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
19924         * log-edit.el (log-edit-changelog-use-first): New var.
19925         (log-edit-changelog-ours-p): Use it.
19926         (log-edit-insert-changelog): Set it with new arg `use-first'.
19927         (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
19928         (log-edit-hook): Add them to the list of suggested options.
19930         * textmodes/flyspell.el (flyspell-last-buffer): New var.
19931         (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
19932         redundant work.
19933         (flyspell-mode-on): Use add-hook for after-change-functions.
19934         (flyspell-mode-off): Use remove-hook for after-change-functions.
19935         (flyspell-changes): Make it buffer-local.
19936         (flyspell-after-change-function): Make it non-interactive.  Use push.
19937         (flyspell-post-command-hook): Check input-pending-p while processing
19938         the potentially long list of buffer changes.
19940 2005-11-28  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
19942         * buff-menu.el (list-buffers-noselect): Display the selected
19943         frame's buffer list, not the global one.
19945 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
19947         * xt-mouse.el (xterm-mouse-event): Set last-input-event so
19948         that (list last-input-event) works as in interactive spec.
19950 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
19952         * loadup.el ("facemenu"): Load facemenu before font-lock, because
19953         `facemenu-keymap' needs to be defined when font-lock is loaded.
19954         Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
19956 2005-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
19958         * completion.el: Remove useless leading * in defcustom docstrings.
19959         (save-completions-file-name): Use ~/.emacs.d if available.
19960         (completion-standard-syntax-table): Rename from
19961         cmpl-standard-syntax-table and fold initialization into declaration,
19962         thus removing cmpl-make-standard-completion-syntax-table.
19963         (completion-lisp-syntax-table, completion-c-syntax-table)
19964         (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
19965         (cmpl-saved-syntax, cmpl-saved-point): Remove.
19966         (symbol-under-point, symbol-before-point)
19967         (symbol-under-or-before-point, symbol-before-point-for-complete)
19968         (add-completions-from-c-buffer): Use with-syntax-table.
19969         (make-completion): Don't return a list of completion entries.
19970         Update callers.
19971         (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
19972         (completion-initialize): Rename from initialize-completions.
19973         (completion-find-file-hook): Rename from cmpl-find-file-hook.
19974         (kill-emacs-save-completions): Collect stats here.
19975         (save-completions-to-file, load-completions-from-file):
19976         Use with-current-buffer.
19977         (completion-def-wrapper): Rename from def-completion-wrapper.  Make it
19978         into a function.  Move all calls to toplevel.
19979         (completion-lisp-mode-hook): New fun.
19980         (completion-c-mode-hook, completion-setup-fortran-mode):
19981         Set the syntax-table here.  Use local-set-key.
19982         (completion-saved-bindings): New var.
19983         (dynamic-completion-mode): Make it into a proper minor mode.
19984         (load-completions-from-file): Remove unused var `num-uses'.
19986         * emacs-lisp/cl-macs.el (defstruct): Don't define the default
19987         constructor if it is explicitly overridden.
19989         * complete.el (PC-completion-as-file-name-predicate):
19990         Use minibuffer-completing-file-name.
19991         (partial-completion-mode): Use find-file-not-found-functions.
19992         (PC-lisp-complete-symbol): Use with-syntax-table.
19993         (PC-look-for-include-file): Remove dead setq.
19994         (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
19995         (PC-complete): Use with-current-buffer.
19997         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
19998         escape single quotes.
20000 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
20002         * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
20003         of `if' whose condition always returned nil.  Doc fix.
20005         * buff-menu.el (Buffer-menu-revert-function): Make the selected
20006         window's buffer the current buffer around the call to
20007         `list-buffers-noselect'.  This is necessary to mark that buffer
20008         with a `.' in the Buffer Menu when called from Lisp, for instance
20009         by Auto Revert Mode.
20011 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
20013         * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
20014         attaching to it.
20015         (gdb-pre-prompt): Make sure gdb-error is reset.
20017         * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
20018         with a child process, detect it.
20019         (gud-speedbar-buttons): Match regexp more carefully.
20021 2005-11-27  Richard M. Stallman  <rms@gnu.org>
20023         * mouse.el (mouse-drag-move-window-bottom):
20024         Use adjust-window-trailing-edge.
20026 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
20028         * simple.el (blink-matching-open): Ignore
20029         `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
20030         (blink-matching-paren-on-screen): Update docstring.
20032         * paren.el (show-paren-mode): No longer change
20033         `blink-matching-paren-on-screen'.
20035 2005-11-27  John Paul Wallington  <jpw@pobox.com>
20037         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
20038         (gdb-threads-select, gdb-edit-register-value):
20039         Use `posn-set-point' instead of `mouse-set-point' because the
20040         latter is not fbound when configured without X.
20042 2005-11-27  Kim F. Storm  <storm@cua.dk>
20044         * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
20045         existing face when partially highlighting a TAB in a rectangle.
20047 2005-11-26  Kim F. Storm  <storm@cua.dk>
20049         * ido.el (ido-mode-map): Doc fix.
20050         (ido-mode-common-map, ido-mode-file-map)
20051         (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
20052         (ido-define-mode-map): Rewrite.  Select one of the new maps as
20053         parent for ido-mode-map instead of building from scratch.
20054         (ido-init-mode-maps): New defun to initialize new maps.
20055         (ido-mode): Call it.
20056         (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
20057         (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
20059 2005-11-26  John Paul Wallington  <jpw@pobox.com>
20061         * arc-mode.el (archive-extract): Use `posn-set-point' instead of
20062         `mouse-set-point' because the latter is not fbound when configured
20063         without X.
20065 2005-11-26  Thien-Thi Nguyen  <ttn@gnu.org>
20067         * files.el (file-relative-name): Doc fix.
20069 2005-11-26  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
20071         * progmodes/octave-inf.el (inferior-octave-startup): Force a
20072         non-empty string for secondary prompt PS2.
20074 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
20076         * progmodes/compile.el (compilation-setup): Fix last change.
20078 2005-11-26  Nick Roberts  <nickrob@snap.net.nz>
20080         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
20081         (gdb-mouse-toggle-breakpoint-margin)
20082         (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
20083         Add gdb-server-prefix to keep out of command history.
20084         (gdb-edit-register-value): New function.
20085         (gdb-registers-mode-map): Bind mouse-2 and RET to it.
20086         (gdb-info-registers-custom): Use above map.
20088 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
20090         * custom.el (enable-theme): Signal error if argument is not a
20091         theme.  Don't recalculate a face if it's not loaded yet.
20093         * cus-face.el (custom-theme-set-faces): Don't change saved-face if
20094         the `user' theme is in effect.
20096         * info.el (Info-on-current-buffer): Record actual filename in
20097         Info-current-file, instead of t, or a fake filename if a non-file
20098         buffer.  Make autoload.
20099         (Info-find-node, Info-revert-find-node): No need to check for
20100         Info-current-file nil.
20101         (Info-set-mode-line, Info-up, Info-copy-current-node-name):
20102         Info-current-file is now never `t'.
20103         (Info-fontify-node): Many simplifications due to Info-current-file
20104         always being valid.  Use Info-find-file to find node filename.
20106 2005-11-25  David Kastrup  <dak@gnu.org>
20108         * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
20109         new character, then delete" in order to preserve markers.
20111 2005-11-25  David Ponce  <david@dponce.com>
20113         * recentf.el (recentf-arrange-by-rule): Handle a special
20114         `auto-mode-alist'-like "strip suffix" rule.
20115         (recentf-build-mode-rules): Handle second level auto-mode entries.
20117 2005-11-25  Michael Kifer  <kifer@cs.stonybrook.edu>
20119         * emulation/viper-keym.el (viper-ESC-key): Use different values
20120         in terminal and window modes.
20122         * emulation/viper.el (viper-emacs-state-mode-list): Delete mail-mode,
20123         add jde-javadoc-checker-report-mode.
20125         * ediff-wind.el (ediff-make-wide-display): Slight simplification.
20127         * ediff.el (ediff-date): Change the date of last update.
20129 2005-11-24  Chong Yidong  <cyd@stupidchicken.com>
20131         * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
20132         Use define-minor-mode, and make it a local mode.  Turn on font-lock.
20133         (hi-lock-mode): New global minor mode.
20134         (turn-on-hi-lock-if-enabled): New function.
20135         (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
20136         Change arguments to regexp and face instead of a font-lock pattern.
20137         Directly set face property, instead of refontifying.
20138         (hi-lock-font-lock-hook): Check if font-lock is being turned on.
20139         (hi-lock-find-patterns): Use line-number-at-pos.
20141         (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode.  Use new
20142         arguments for hi-lock-set-pattern.
20143         (hi-lock-unface-buffer, hi-lock-set-file-patterns):
20144         Call font-lock-fontify-buffer.
20145         (hi-lock-find-file-hook, hi-lock-current-line)
20146         (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
20148         (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
20149         turned off.
20151         * progmodes/compile.el (compilation-setup): Don't fiddle with
20152         font-lock-defaults.
20154 2005-11-25  Nick Roberts  <nickrob@snap.net.nz>
20156         * progmodes/gdb-ui.el (gdb-var-create-handler)
20157         (gdb-var-list-children-handler): Find values for all variable
20158         objects.  gud-speedbar-buttons decides whether to display them.
20160 2005-11-24  Romain Francoise  <romain@orebokech.com>
20162         * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
20163         buffer name with a space.
20165 2005-11-24  Carsten Dominik  <dominik@science.uva.nl>
20167         * textmodes/org.el (org-export-plain-list-max-depth): Rename from
20168         `org-export-local-list-max-depth'.  Change default value to 3.
20169         (org-auto-renumber-ordered-lists)
20170         (org-plain-list-ordered-item-terminator): New options.
20171         (org-at-item-p, org-beginning-of-item, org-end-of-item)
20172         (org-get-indentation, org-get-string-indentation)
20173         (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
20174         New functions.
20175         (org-move-item-down, org-move-item-up): New commands.
20176         (org-export-as-html): New classes for CSS support.  Bug fix in
20177         regular expression detecting fixed-width regions.  Respect
20178         `org-local-list-ordered-item-terminator'.
20179         (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
20180         also a list item.
20181         (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
20182         New item moving functions.
20184 2005-11-24  Juri Linkov  <juri@jurta.org>
20186         * isearch.el (isearch-repeat): With empty search ring set
20187         `isearch-error' to the error string instead of signaling error
20188         with the function `error'.
20190 2005-11-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
20192         * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
20194 2005-11-24  Nick Roberts  <nickrob@snap.net.nz>
20196         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
20197         and variable.
20198         (gdb-var-create-handler, gdb-var-list-children-handler):
20199         Don't match on "char **...".
20200         (gdb-var-update-handler): Find values for all variable objects.
20201         (gdb-info-frames-custom): Identify frames by leading "#".
20203         * progmodes/gud.el (gud-speedbar-menu-items): Add
20204         gdb-speedbar-auto-raise as radio button.
20205         (gud-speedbar-buttons): Raise speedbar if requested.
20206         Don't match on "char **...".
20207         (gud-speedbar-buttons): Add (pointer) value for non-leaves.
20208         Make it editable.
20210 2005-11-23  Chong Yidong  <cyd@stupidchicken.com>
20212         * info.el (Info-fontify-node): Handle the case where
20213         Info-current-file is t.
20215 2005-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
20217         * simple.el (blink-matching-open): Fix off-by-one in last change.
20219 2005-11-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
20221         * term/mac-win.el: Don't change default directory.
20223 2005-11-22  Luc Teirlinck  <teirllm@auburn.edu>
20225         * cus-edit.el (Custom-reset-standard): Make it handle Custom group
20226         buffers correctly.  (It used to throw an error in such buffers.)
20227         Make it ask for confirmation in group buffers and other Custom
20228         buffers containing more than one customization item.
20230 2005-11-22  John Paul Wallington  <jpw@gnu.org>
20232         * net/goto-addr.el (goto-address-fontify): Put `follow-link'
20233         property on mail and url overlays.
20234         (goto-address-at-point): Use `posn-set-point' instead of
20235         `mouse-set-point' because the latter is not fbound when configured
20236         without X.
20238 2005-11-22  Lars Hansen  <larsh@soem.dk>
20240         * ls-lisp.el (ls-lisp-parse-symlink): Delete.
20241         (ls-lisp-classify, ls-lisp-format): Delete call to
20242         ls-lisp-parse-symlink.
20243         (ls-lisp-handle-switches): Handle symlinks to directories as
20244         directories when ls-lisp-dirs-first in non-nil.
20246 2005-11-21  Luc Teirlinck  <teirllm@auburn.edu>
20248         * startup.el (command-line): Make sure that loaddefs.el is handled
20249         correctly in load-history.
20251 2005-11-22  Nick Roberts  <nickrob@snap.net.nz>
20253         * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
20254         (gdb-struct-string, gdb-array-string): New constants.
20255         (gdb-info-locals-handler): Use them.
20256         (gdb-reset): Reset gdb-var-list to nil.
20258 2005-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
20260         * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
20261         in patterns.
20263 2005-11-21  Juri Linkov  <juri@jurta.org>
20265         * custom.el (defcustom): Update link types in docstring.
20267 2005-11-20  Martin Rudalics  <rudalics@gmx.at>
20269         * custom.el (defgroup): Add doc-string-elt info.
20271         * widget.el (define-widget): Don't use declare for the doc-string-elt.
20273 2005-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
20275         * newcomment.el (comment-enter-backward): Fix last fix.
20277         * simple.el (blink-matching-open):
20278         * paren.el (show-paren-function): Allow new paren-class info.
20280 2005-11-20  Chong Yidong  <cyd@stupidchicken.com>
20282         * faces.el: Revert 2005-11-17 change.  :ignore-defface is now
20283         handled automagically.
20285 2005-11-20  Andreas Schwab  <schwab@suse.de>
20287         * descr-text.el (describe-char): When copying overlays put them
20288         over the full char description instead of just the first character
20289         of it.
20291 2005-11-20  Juri Linkov  <juri@jurta.org>
20293         * simple.el (what-cursor-position):
20294         * descr-text.el (describe-char): Use Lisp-readable syntax
20295         for octal and hex.  Reorder decimal, octal and hex values.
20296         Remove excess whitespace in the output.  Use `=' in `column='
20297         like in `point=' and `Hscroll='.
20299         * international/mule-cmds.el (encoded-string-description):
20300         Use Lisp-readable syntax for hex.
20302 2005-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
20304         * newcomment.el (comment-enter-backward): Handle the case where the
20305         comment is closed by EOB.
20307 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
20309         * longlines.el (longlines-before-revert-hook)
20310         (longlines-after-revert-hook): New functions.
20311         (longlines-mode): Turn off longlines temporarily when reverting.
20312         Add a message-setup-hook.
20313         (longlines-decode-buffer): New function.
20314         (longlines-wrap-line): Preserve marker positions.
20316 2005-11-19  Andreas Schwab  <schwab@suse.de>
20318         * emacs-lisp/shadow.el: Handle compressed files.
20320 2005-11-19  Romain Francoise  <romain@orebokech.com>
20322         * net/browse-url.el (browse-url-default-browser): Signal an error
20323         if no usable browser can be found, rather than try to load w3.
20325 2005-11-16  Ryan Yeske  <rcyeske@gmail.com>
20327         * net/rcirc.el (rcirc-mangle-text): Add bold face property without
20328         replacing existing properties.
20329         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
20330         (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
20331         tty specs.
20332         (rcirc-server-prefix, rcirc-server): New faces.
20333         (rcirc-url-regexp): Generate with rx macro.
20334         (rcirc-last-server-message-time): New variable.
20335         (rcirc-filter): Record time of last message.
20336         (rcirc-keepalive): Kill processes that did not send a message
20337         since the last ping.
20338         (rcirc-mode): Give rcirc-topic a local binding here.
20340 2005-11-19  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
20342         * subr.el (read-passwd): Fontify the prompt as we do with other
20343         prompts.
20345 2005-11-19  Ryan Yeske  <rcyeske@gmail.com>
20347         * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
20348         binding buffer-read-only to nil.
20350 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
20352         * complete.el (partial-completion-mode):
20353         Mention completion-auto-help in the doc string.
20355         * man.el (Man-highlight-references): Doc fix.  Reformat code in a
20356         more Lisp-ish way.
20358 2005-11-19  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
20360         * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
20361         digits, not 8, to avoid misalignment for files larger than 100MB.
20363 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
20365         * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
20366         Mention "keyboard shortcuts" in the help text.
20368 2005-11-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
20370         * startup.el (fancy-splash-default-action): Discard only
20371         mouse-down and succeeding mouse-up events in the splash screen
20372         window so that drag-n-drop event can be processed.
20374 2005-11-18  Chong Yidong  <cyd@stupidchicken.com>
20376         * longlines.el (longlines-mode): Add hacks for mail-mode and
20377         message-mode.
20379 2005-11-18  Carsten Dominik  <dominik@science.uva.nl>
20381         * textmodes/org.el (org-table-sort-lines): New command.
20382         (org-tbl-menu): Add entry for `org-table-sort-lines'.
20383         (org-add-file): Command removed, use `org-agenda-file-to-front'
20384         instead.
20385         (org-export-icalendar): Use `org-icalendar-combined-name'.
20386         (org-cycle-agenda-files, org-agenda-file-to-end)
20387         (org-agenda-file-to-front): New commands.
20388         (org-table-tab-jumps-over-hlines, org-export-html-style):
20389         New options.
20390         (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
20391         (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
20392         New functions.
20393         (org-fill-paragraph): Call `org-table-align' in tables.
20394         (org-mode): Call `org-set-autofill-regexps'.
20395         (org-export-as-html): Support for local handformatted lists.
20396         Modified to produce valid HTML 4.0.  Use `org-export-html-style'.
20397         (org-export-local-list-max-depth): New option.
20398         (org-html-expand): Use `org-html-protect'.
20400 2005-11-18  Nick Roberts  <nickrob@snap.net.nz>
20402         * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
20403         to "p".
20404         (gdb): Move definition of gud-pp to...
20406         * progmodes/gdb-ui.el (gdb-ann3): ...here.  Make it work in the
20407         speedbar.
20408         (gdb-find-watch-expression): New function.
20410 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
20412         * faces.el (face-attribute, set-face-attribute): Mention existence
20413         of `:ignore-defface' setting in docstring.
20415 2005-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
20417         * simple.el (completion-setup-function): Fix last change.
20419 2005-11-17  John Paul Wallington  <jpw@pobox.com>
20421         * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
20422         Use `posn-set-point' instead of `mouse-set-point' because the
20423         latter is not fbound when configured without X.
20425         * comint.el (comint-insert-input): Likewise.
20427 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
20429         * simple.el (hard-newline): New variable.
20430         (sendmail-user-agent-compose, next-line): Use it.
20432         * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
20433         (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
20434         (mail-mail-reply-to, mail-mail-followup-to)
20435         (mail-position-on-field, mail-signature, mail-yank-original)
20436         (mail-attach-file): Likewise.
20438         * mail/mailheader.el (mail-header-format)
20439         (mail-header-format-function): Likewise.
20441         * add-log.el (add-change-log-entry, change-log-merge): Likewise.
20443 2005-11-17  Juri Linkov  <juri@jurta.org>
20445         * font-lock.el (font-lock-faces): Rename this defgroup from
20446         `font-lock-highlighting-faces'.
20447         (font-lock-comment-face, font-lock-comment-delimiter-face)
20448         (font-lock-string-face, font-lock-doc-face)
20449         (font-lock-keyword-face, font-lock-builtin-face)
20450         (font-lock-function-name-face, font-lock-variable-name-face)
20451         (font-lock-type-face, font-lock-constant-face)
20452         (font-lock-warning-face, font-lock-negation-char-face)
20453         (font-lock-preprocessor-face)
20454         (font-lock-regexp-grouping-backslash)
20455         (font-lock-regexp-grouping-construct): Rename :group from
20456         `font-lock-highlighting-faces' to `font-lock-faces'.
20458         * cus-edit.el (lisp, c, tex):
20459         * progmodes/ada-mode.el (ada):
20460         * progmodes/asm-mode.el (asm):
20461         * progmodes/cperl-mode.el (cperl-faces):
20462         * progmodes/cpp.el (cpp):
20463         * progmodes/dcl-mode.el (dcl):
20464         * progmodes/f90.el (f90):
20465         * progmodes/fortran.el (fortran):
20466         * progmodes/icon.el (icon):
20467         * progmodes/idlwave.el (idlwave-misc):
20468         * progmodes/m4-mode.el (m4):
20469         * progmodes/make-mode.el (makefile):
20470         * progmodes/meta-mode.el (meta-font):
20471         * progmodes/modula2.el (modula2):
20472         * progmodes/octave-mod.el (octave):
20473         * progmodes/pascal.el (pascal):
20474         * progmodes/perl-mode.el (perl):
20475         * progmodes/prolog.el (prolog):
20476         * progmodes/ps-mode.el (PostScript-edit):
20477         * progmodes/scheme.el (scheme):
20478         * progmodes/sh-script.el (sh-script):
20479         * progmodes/simula.el (simula):
20480         * progmodes/tcl.el (tcl):
20481         * textmodes/nroff-mode.el (nroff):
20482         * textmodes/reftex-vars.el (reftex-fontification-configurations):
20483         * textmodes/sgml-mode.el (sgml):
20484         * textmodes/texinfo.el (texinfo):
20485         Add :link (custom-group-link font-lock-faces) to defgroup.
20487         * hi-lock.el (hi-lock): Rename this defgroup from
20488         `hi-lock-interactive-text-highlighting'.  Change parent group from
20489         `faces' to `font-lock'.  Add link to the manual.
20490         (hi-lock-mode, hi-lock-file-patterns-range)
20491         (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
20492         `hi-lock-interactive-text-highlighting' to `hi-lock'.
20493         (hi-lock-faces): Add :group `faces'.
20495         * cus-edit.el (custom-variable-prompt): Clarify the code.
20497         * faces.el (face-read-string): Set the default value arg of
20498         completing-read.
20500 2005-11-16  Luc Teirlinck  <teirllm@auburn.edu>
20502         * rfn-eshadow.el (file-name-shadow-properties)
20503         (file-name-shadow-tty-properties, file-name-shadow-mode):
20504         Remove autoloads, because the file is now preloaded.
20506 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
20508         * printing.el (easy-menu-intern): Don't define.
20509         (pr-get-symbol): Use easy-menu-intern only if defined.
20511         * simple.el (blink-matching-open): Simplify a bit.
20512         (completion-setup-function): Fix the case of partial-completion-mode
20513         when the minibuffer's contents start with "-".
20514         Obey completion-base-size-function even when
20515         minibuffer-completing-file-name is non-nil.
20517 2005-11-16  Richard M. Stallman  <rms@gnu.org>
20519         * net/eudcb-ph.el (eudc-ph-open-session):
20520         Use set-process-query-on-exit-flag.
20522         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
20524         * international/ucs-tables.el (ucs-set-table-for-input):
20525         Use make-local-variable, not make-variable-buffer-local.
20527         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
20528         Improve warning message text.
20530         * savehist.el (savehist-save-hook): Add :group.
20532         * menu-bar.el (menu-bar-help-menu):
20533         Rename Find Extra Packages to External Packages.
20535         * cus-edit.el (Custom-reset-standard): Verify that
20536         :custom-standard-value prop exists before calling it.
20538         * apropos.el (apropos-calc-scores): Use apropos-pattern.
20540 2005-11-16  Martin Rudalics  <rudalics@gmx.at>
20542         * wid-edit.el (color): Enclose %t in %{...%}.
20544         * cus-edit.el (face): Enclose %t in %{...%}.
20546 2005-11-16  Hrvoje Niksic  <hniksic@xemacs.org>
20548         * savehist.el (savehist-mode-hook): Re-add the var.
20549         (savehist-mode): Use it.
20551 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
20553         * textmodes/flyspell.el: Fix commenting convention.
20554         Remove unnecessary leading * in custom docstrings.
20555         (flyspell-emacs): Remove unused var.
20556         (flyspell-delete-region-overlays): Use remove-overlays.
20557         (flyspell-accept-buffer-local-defs): Use save-current-buffer.
20558         (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
20559         (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
20560         (flyspell-debug-signal-word-checked): Use with-current-buffer.
20561         (make-flyspell-overlay): Don't locally reuse a global name.
20562         (flyspell-highlight-incorrect-region)
20563         (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
20564         (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
20565         (flyspell-notify-misspell): Remove unused args `start' and `end'.
20566         (flyspell-word): Adjust call accordingly.  Use ispell-send-string.
20567         Wrap calls to accept-process-output inside with-local-quit since it's
20568         often called from a post-command-hook.
20569         (flyspell-correct-word, flyspell-auto-correct-word):
20570         Use ispell-send-string.
20571         (flyspell-xemacs-popup): Remove unused arg `event'.  Update call.
20573         * calendar/diary-lib.el (diary-list-entries): Also hide the
20574         terminating newline.
20576 2005-11-16  Carsten Dominik  <dominik@science.uva.nl>
20578         * textmodes/reftex.el (reftex-use-fonts): Remove the check for
20579         window-system, to allow fonts on tty.
20581 2005-11-17  Nick Roberts  <nickrob@snap.net.nz>
20583         * progmodes/gud.el (gud-speedbar-item-info): New function.
20584         (gud-install-speedbar-variables): Use it to display data type
20585         of watch expression as a tooltip in speedbar.
20587 2005-11-15  Luc Teirlinck  <teirllm@auburn.edu>
20589         * font-core.el (global-font-lock-mode): Add :version keyword,
20590         because default was changed.
20592         * jka-cmpr-hook.el (auto-compression-mode): Ditto.
20594         * startup.el (command-line): Use `custom-reevaluate-setting' for
20595         `file-name-shadow-mode'.
20597         * loadup.el: Preload rfn-eshadow.
20599         * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
20600         Add :version keyword.
20601         (file-name-shadow-properties, file-name-shadow-tty-properties)
20602         (file-name-shadow): Add :version keyword.
20604         * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
20605         instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
20606         in the custom-group property of the symbol frames and the fringe
20607         group got no link to its parent group frames.
20608         Doc fix.
20610 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
20612         * progmodes/gud.el (gud-stop-subjob): New function.
20613         (gud-menu-map, gud-tool-bar-map): Use it.
20615 2005-11-16  Kim F. Storm  <storm@cua.dk>
20617         * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
20618         than kill it.
20619         (gud-tool-bar-map): Likewise.  Move cont/until/finish buttons
20620         to a more useful/logical place.
20622 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
20624         * progmodes/gud.el (gud-menu-map): Make visibility of stop and
20625         go buttons complementary.
20627 2005-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
20629         * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
20630         (rfn-eshadow-sifn-equal): New function.
20631         (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
20633 2005-11-15  Michael Kifer  <kifer@cs.stonybrook.edu>
20635         * emulation/viper-utils.el (viper-non-word-characters-reformed-vi):
20636         Quote `-' in string.
20638         * emulation/viper.el (viper-emacs-state-mode-list): Ensure that
20639         rcirc-mode buffers come up in Emacs state.
20641         * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
20642         operation.
20644 2005-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
20646         * term.el (term-termcap-format): Fix typos.
20647         (term-down): Fix the negative argument case.
20649 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
20651         * progmodes/gdb-ui.el: Remove face-alias left over from change on
20652         2005-08-15.
20653         (gdb-ann3): New command gud-go.
20654         (menu): Accomodate gdb-mi.el.
20655         (gdb-assembler-custom): Make buffer of selected window current
20656         so that set-window-point works.
20658         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
20659         buttons and include new ones.
20661 2005-11-16  Kim F. Storm  <storm@cua.dk>
20663         * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
20664         (gud-menu-map): Use it.
20666 2005-11-14  Luc Teirlinck  <teirllm@auburn.edu>
20668         * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
20669         that works correctly for Custom and that does not override a user
20670         who disables it.
20672         * help-mode.el (help-make-xrefs, help-xref-on-pp)
20673         (help-xref-interned, help-follow): Make hyperlinks for variables
20674         that are unbound, but have a non-nil variable-documentation property.
20676         * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
20677         mode hook.  (It conflicted with defcustoms for some mode hooks.)
20678         Use the `variable-documentation' property to give the mode hook a
20679         docstring and expand that docstring.
20681 2005-11-14  Hrvoje Niksic  <hniksic@xemacs.org>
20683         * savehist.el (savehist-mode): Don't bother with
20684         `custom-set-minor-mode'.
20685         (savehist-coding-system): Check XEmacs version.
20686         (history-length): Declare also at run time.
20687         (savehist-mode): Don't emit a message.  Don't run the minor mode hook.
20688         Don't set the customize state.
20689         (savehist-minibuffer-hook): Special case for when
20690         minibuffer-history-variable is equal to t.
20692 2005-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
20694         * files.el (write-file): Refresh VC status.
20696         * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
20697         (mark-diary-entries, make-diary-entry): Check default-major-mode rather
20698         than fundamental-mode to see if the mode was set.
20700 2005-11-14  Romain Francoise  <romain@orebokech.com>
20702         * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
20703         dummy function in `eval-when-compile' to avoid compiler warning.
20704         Require `man' at compile time.
20706 2005-11-14  Jay Belanger  <belanger@truman.edu>
20708         * calc/calc-alg.el (calcFunc-write-out-power): Rename it to
20709         calcFunc-powerexpand.
20710         (math-write-out-power): Rename it to math-powerexpand; have it
20711         handle negative exponents.
20712         (calc-writeoutpower): Rename it to calc-powerexpand.
20714         * calc/calc-ext.el: Change calcFunc-writeoutpower and
20715         calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
20716         autoloads.
20717         Add calcFunc-ldiv to autoloads.
20719         * calc/calc-arith.el (calcFunc-ldiv): New function.
20721         * calc/calc.el (calc-left-divide): New function.
20723 2005-11-14  Juri Linkov  <juri@jurta.org>
20725         * cus-edit.el (custom-variable-prompt): Set the default value arg
20726         of completing-read.
20728         * cus-dep.el (custom-make-dependencies): Reverse the list of
20729         found dependencies.
20731 2005-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
20733         * menu-bar.el (menu-bar-options-menu): Delete "Syntax
20734         Highlighting" entry, it is on by default now.
20735         (menu-bar-options-save): Do not save global-font-lock-mode.
20737 2005-11-13  Richard M. Stallman  <rms@gnu.org>
20739         * textmodes/flyspell.el (flyspell-large-region):
20740         Call flyspell-accept-buffer-local-defs.
20742 2005-11-13  Agustin Martin  <agustin.martin@hispalinux.es>
20744         * textmodes/flyspell.el (flyspell-notify-misspell):
20745         Fix misspelling of "Misspelling".
20746         (flyspell-process-localwords): New function.
20747         (flyspell-large-region): Call flyspell-process-localwords and
20748         flyspell-delete-region-overlays.
20749         (flyspell-delete-region-overlays): New function.
20750         (flyspell-delete-all-overlays): Call that.
20752 2005-11-13  Richard M. Stallman  <rms@gnu.org>
20754         * help.el (help-for-help-internal): Improve doc of C-h a.
20755         (describe-key): Improve prompt; doc fix.
20757 2005-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
20759         * vc-svn.el (vc-svn-registered): Catch all errors.
20761         * cus-dep.el (custom-make-dependencies): Typo.
20763 2005-11-13  Michael Albinus  <michael.albinus@gmx.de>
20765         * net/tramp-util.el (top): Fix compilation warning.
20767 2005-11-13  Kim F. Storm  <storm@cua.dk>
20769         * help.el (help-for-help-internal): Fix `a' entry.  Add `d' entry.
20771 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
20773         * progmodes/gud.el (gud-menu-map): Move parentheses (again).
20774         (gud-speedbar-buttons): Match on "const char *" too.
20776         * progmodes/gdb-ui.el (gdb-var-create-handler)
20777         (gdb-var-list-children-handler): Match on "const char *" too.
20778         (gdb-var-evaluate-expression-handler): Match on empty string.
20779         (gdb-var-update-handler): Only call
20780         gdb-var-evaluate-expression-handler when required.
20782 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
20784         * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
20785         selected window.  This still doesn't work for speedbar.
20786         (gud-speedbar-buttons): Handle string expressions properly.
20788         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
20789         (gdb-var-create-handler): Handle string expressions properly.
20790         (gdb-var-list-children-regexp, gdb-var-list-children-handler):
20791         Handle string expressions properly.  Move "type" field into regexp.
20793 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
20795         * bookmark.el (bookmark-maybe-message): New function to reduce
20796         code duplication: invokes `message' iff baud-rate is high enough.
20797         (bookmark-write-file): Use above instead of an inline conditional.
20798         (bookmark-load): Same.
20800 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
20802         * bookmark.el (bookmark-write-file): Don't visit the destination
20803         file, just write the data to it using write-region.  This is
20804         similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
20805         change to avoid visiting the file in the first place.
20807 2005-11-12  Chong Yidong  <cyd@stupidchicken.com>
20809         * hi-lock.el (hi-lock-mode): Set the default value of
20810         font-lock-defaults.
20812 2005-11-11  Luc Teirlinck  <teirllm@auburn.edu>
20814         * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
20815         arg to `file-attributes'.
20816         (find-lisp-format): The UID and GID can now be strings.
20818 2005-11-12  Kim F. Storm  <storm@cua.dk>
20820         * help.el (help-map): Bind C-h d to apropos-documentation.
20822         * simple.el (what-cursor-position): Print (EOB) instead of (100%)
20823         when point is at end-of-buffer.
20825         * apropos.el (apropos-match-face): Doc fix.
20826         (apropos-sort-by-scores): Add new choice `verbose'.
20827         (apropos-documentation-sort-by-scores): New defcustom.
20828         (apropos-pattern): Now contains the pattern entered by the user.
20829         (apropos-pattern-quoted): New defvar.
20830         (apropos-regexp): New defvar, containing the regexp corresponding
20831         to apropos-pattern.
20832         (apropos-all-words-regexp): Rename from apropos-all-regexp.
20833         (apropos-read-pattern): New defun.  Use it to read pattern arg in
20834         interactive calls; returns list of words for a word list, and
20835         string for a regexp.
20836         (apropos-parse-pattern): Rename from apropos-rewrite-regexp.  Now
20837         parses a list of words or regexp as returned by apropos-read-pattern.
20838         (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
20839         (apropos-score-doc): Return a very high score if the string
20840         entered by the user matches literally.
20841         (apropos-variable): Doc fix.  Use apropos-read-pattern.
20842         (apropos-command): Doc fix.  Use apropos-read-pattern and
20843         apropos-parse-pattern.  Call apropos-print with nosubst=t.
20844         (apropos, apropos-value): Doc fix.  Use apropos-read-pattern and
20845         apropos-parse-pattern.
20846         (apropos-documentation): Doc fix.  Use apropos-read-pattern and
20847         apropos-parse-pattern.  Locally bind apropos-sort-by-scores to
20848         apropos-documentation-sort-by-scores.  Call apropos-print with
20849         nosubst=t.
20850         (apropos-documentation-internal): Pass doc string through
20851         substitute-key-definition before adding text properties.
20852         Highlight substring matching literal user input if possible.
20853         (apropos-documentation-check-doc-file): Remove locals beg and end.
20854         Fix calculation of score (as added twice).  Pass doc string through
20855         substitute-key-definition before adding text properties.
20856         (apropos-documentation-check-elc-file): Pass doc string through
20857         substitute-key-definition before adding text properties.
20858         Highlight substring matching literal user input if possible.
20859         (apropos-print): Add new arg NOSUBST; if set, command and variable
20860         doc strings have already been passed through substitute-key-definition.
20861         Add code to handle apropos-accumulator items without score element
20862         for backwards compatibility (e.g. with woman package).
20863         Only show scores if apropos-sort-by-scores is `verbose'.
20865 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
20867         * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
20868         Add jka-compr-load-suffixes to load-suffixes.
20870         * jka-compr.el: Require jka-cmpr-hook.
20871         (jka-compr-info-compress-message, jka-compr-info-compress-program)
20872         (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
20873         (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
20874         (jka-compr-info-can-append, jka-compr-info-strip-extension)
20875         (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
20876         (jka-compr-info-regexp): Remove.  Provided by jka-cmpr-hook.
20877         (jka-compr-uninstall): Remove entries from
20878         jka-compr-added-to-file-coding-system-alist after they are used.
20879         (jka-compr-error): Remove unused var `curbuf'.
20880         (jka-compr-file-local-copy): Remove unused var `notfound'.
20882 2005-11-10  Romain Francoise  <romain@orebokech.com>
20884         * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
20886 2005-11-11  Nick Roberts  <nickrob@snap.net.nz>
20888         * progmodes/gud.el (gud-menu-map): Move parentheses.
20889         (gdb): New command gud-pv.
20891 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
20893         * tar-mode.el: Remove spurious or unnecessary leading stars
20894         in docstrings.
20895         (tar-header-block-tokenize): Also obey default-file-name-coding-system.
20896         (tar-parse-octal-integer-safe): Use mapc.
20897         (tar-header-block-summarize): Remove unused var `ck'.
20898         (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
20899         cleared before.  Obey default-enable-multibyte-characters.
20900         Use mapconcat.  Simplify setting of tar-header-offset.
20901         (tar-mode-map): Move initialization inside delcaration.
20902         (tar-flag-deleted): Use `abs'.
20903         (tar-expunge-internal): Remove unused var `line'.
20904         (tar-expunge-internal): Don't hardcode point-min==1.
20905         (tar-expunge): Widen while doing set-buffer-multibyte.
20906         (tar-rename-entry): Use file-name-coding-system.
20907         (tar-alter-one-field): Don't hardcode point-min==1.
20908         (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
20909         (tar-pad-to-blocksize): Don't hardcode point-min==1.  Clarify the code.
20911 2005-11-10  Masatake YAMATO  <jet@gyve.org>
20913         * add-log.el (add-log-current-defun): Handle class::method
20914         notation of c++.  Fix incorrect comment.
20916 2005-11-10  Alan Mackenzie  <acm@muc.de>
20918         * help-fns.el (describe-variable): Make C-h v work when a variable
20919         has variable documentation yet is unbound.
20921 2005-11-10  Masatake YAMATO  <jet@gyve.org>
20923         * man.el (Man-highlight-references): Set an empty
20924         string to `Man-arguments' if it is nil.
20925         Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
20927 2005-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
20929         * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
20930         commenting conventions.
20932         * cus-dep.el (custom-make-dependencies): Simplify.
20933         Better follow the commenting conventions.
20935 2005-11-09  Richard M. Stallman  <rms@gnu.org>
20937         * apropos.el (apropos-pattern): Rename from apropos-regexp.
20938         (apropos-orig-pattern): Rename from apropos-orig-regexp.
20939         All uses changed.
20940         (apropos-rewrite-regexp): Doc fix.
20941         (apropos-variable, apropos-command, apropos, apropos-value):
20942         Change prompt; carry through the argument renaming.
20944 2005-11-09  Luc Teirlinck  <teirllm@auburn.edu>
20946         * find-lisp.el: Require dired.
20947         (find-lisp-find-dired-internal): Do not call
20948         `abbreviate-file-name' on DIR.
20950 2005-11-10  Nick Roberts  <nickrob@snap.net.nz>
20952         * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
20954 2005-11-09  Nick Roberts  <nickrob@snap.net.nz>
20956         * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
20957         when using the speedbar.
20958         (gdb): New command gud-pp.
20959         (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
20961 2005-11-09  Juri Linkov  <juri@jurta.org>
20963         * replace.el (occur-excluded-properties): New defcustom.
20964         (occur-1, occur-engine, occur-accumulate-lines): Use it.
20966 2005-11-08  Jay Belanger  <belanger@truman.edu>
20968         * calc/calc-units.el (math-convert-units): Replace any composite
20969         unit by its definition.
20971 2005-11-08  Lars Hansen  <larsh@soem.dk>
20973         * emacs-lisp/autoload.el (update-directory-autoloads):
20974         Add obsolete function alias.
20976 2005-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
20978         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
20979         comment-indent-function.
20980         (lisp-comment-indent): Replace by an alias for comment-indent-default.
20982         * reveal.el (reveal-post-command): Rework the handling of
20983         reveal-open-spots, so as to be more reliable.  There were several
20984         tricky corner cases where an open spot might be lost, or where
20985         a closed spot might end up on the list of open spots.
20986         Only reveal text that's ellipsised.
20988 2005-11-07  Carsten Dominik  <dominik@science.uva.nl>
20990         * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
20992 2005-11-07  John Paul Wallington  <jpw@gnu.org>
20994         * ibuffer.el (ibuffer): Search iconified frames too when
20995         getting Ibuffer buffer's window.
20997 2005-11-06  Richard M. Stallman  <rms@gnu.org>
20999         * progmodes/compile.el (compilation-internal-error-properties):
21000         save-excursion around the computation of MARKER.
21002 2005-11-06  Piet van Oostrum  <piet@cs.uu.nl>
21004         * textmodes/flyspell.el (flyspell-external-point-words):
21005         flyspell-get-word returns a list, not just a string.
21007 2005-11-06  John Paul Wallington  <jpw@pobox.com>
21009         * ibuffer.el (ibuffer): Search all visible frames when getting
21010         Ibuffer buffer's window.
21012 2005-11-07  Masatake YAMATO  <jet@gyve.org>
21014         * man.el (Man-reference-regexp): Accept spaces between
21015         `Man-name-regexp' and `Man-section-regexp'.
21016         (Man-apropos-regexp): New variable.
21017         (Man-abstract-xref-man-page): Use value for `Man-target-string'
21018         if available.
21019         (Man-highlight-references, Man-highlight-references0):
21020         Handle the case when `Man-arguments' includes "-k".
21021         (Man-highlight-references0): Rename the argument `TARGET-POS' to
21022         `TARGET'. `TARGET' can be a number, function or nil.
21024 2005-11-06  Nick Roberts  <nickrob@snap.net.nz>
21026         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
21027         (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
21028         (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
21029         (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
21030         (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
21031         (gdb-send-item): Use buffer-local-value and simplify.
21033 2005-11-05  Luc Teirlinck  <teirllm@auburn.edu>
21035         * startup.el (command-line): Use `custom-reevaluate-setting' for
21036         `global-font-lock-mode'.
21038         * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
21039         by default, except in batch mode or when the -D option is given.
21041         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
21042         specified keyword args on to `define-minor-mode'.  Update docstring.
21044 2005-11-05  Romain Francoise  <romain@orebokech.com>
21046         * replace.el (occur-engine): Add marker at end of line, too.
21048 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
21050         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
21051         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
21052         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
21053         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
21054         argument to all these routines, so the passphrase can be managed
21055         externally and passed in to the system.
21056         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
21057         pgg-add-passphrase-to-cache function.
21059         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
21060         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
21061         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
21062         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
21063         argument to all these routines, so the passphrase can be managed
21064         externally and passed in to the system.
21065         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
21066         function.
21068 2005-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
21070         * font-lock.el: Don't deal with font-lock-face-attributes here,
21071         move the code ...
21073         * startup.el (command-line): ... here.  Use face-spec-set instead
21074         of custom-declare-face.
21076         * faces.el (face-spec-set): Reset the face if spec is not nil.
21078 2005-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
21080         * newcomment.el (comment-region-internal): Box more tightly in the
21081         common case where there's no TAB in the boxed text.
21083 2005-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
21085         * info.el (info-tool-bar-map): Use images prev-node, next-node and
21086         up-node.
21088 2005-11-04  Ulf Jasper  <ulf.jasper@web.de>
21090         * net/newsticker.el: Commentary updated.  Code formatting changed.
21091         (newsticker-version): Change to "1.9".
21092         (newsticker, newsticker-feed): Doc fix.
21093         (newsticker-url-list): Doc fix.  Add option "Weekly".
21094         (newsticker-retrieval-interval): Add option "Weekly".
21095         (newsticker-headline-processing): Doc fix.
21096         (newsticker-auto-mark-filter): Remove.
21097         (newsticker-auto-mark-filter-list): New.
21098         (newsticker-layout, newsticker-sort-method): Doc fix.
21099         (newsticker-hide-old-items-in-newsticker-buffer)
21100         (newsticker-heading-format, newsticker-item-format)
21101         (newsticker-desc-format): Doc fix.
21102         (newsticker-show-all-rss-elements): Remove.
21103         (newsticker-show-all-news-elements): New.
21104         (newsticker-faces, newsticker-ticker): Doc fix.
21105         (remove-from-invisibility-spec): Code formatting.
21106         (newsticker--process-ids): New.
21107         (newsticker-mode): Doc fix.
21108         (newsticker-mode): Change mode-line-format.
21109         (newsticker-start): Remove debug output.
21110         (newsticker-start-ticker): Doc fix.  Add autoload cookie.
21111         (newsticker-w3m-show-inline-images): Code formatting.
21112         (newsticker-next-item): Call `force-mode-line-update'.
21113         (newsticker-previous-item): Call `force-mode-line-update'.
21114         (newsticker-next-feed): Call `force-mode-line-update'.
21115         (newsticker-previous-feed): Call `force-mode-line-update'.
21116         (newsticker-mark-all-items-at-point-as-read): Code formatting.
21117         (newsticker-show-old-items): Do not show descs.
21118         (newsticker-hide-entry): Hide too much.
21119         (newsticker-hide-entry, newsticker-show-entry)
21120         (newsticker-toggle-auto-narrow-to-feed): Code formatting.
21121         (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
21122         (newsticker-toggle-auto-narrow-to-item): Code formatting.
21123         (newsticker-set-auto-narrow-to-item): Update buffer immediately.
21124         (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
21125         (newsticker-get-news): Call `force-mode-line-update'.
21126         Collect process ids.
21127         (newsticker--sentinel): Change coding system handling.
21128         Move image retrieval to new functions newsticker--get-logo-url-*.
21129         Move feed parsing to new functions newsticker--parse-*.
21130         Update list of process ids.
21131         (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
21132         (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
21133         (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
21134         (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
21135         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
21136         (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
21137         (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
21138         (newsticker--decode-coding-string): Remove.
21139         (newsticker--decode-numeric-entities): Check input.  Format code.
21140         (newsticker--remove-whitespace): Check input.
21141         (newsticker--do-forget-preformatted): Doc fix.
21142         (newsticker--decode-rfc822-date): Allow for missing time.
21143         (newsticker--update-process-ids): New.
21144         (newsticker--image-sentinel): Change comment.
21145         (newsticker--image-read): Change error message.
21146         (newsticker--imenu-goto): Doc fix.  Show headline title.
21147         (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
21148         (newsticker--buffer-do-insert-text): Clean whitespace in
21149         html-rendered headline title.  Code formatting.
21150         Call `newsticker--buffer-print-extra-elements'.
21151         (newsticker--buffer-print-extra-element): Remove.
21152         (newsticker--buffer-print-extra-elements): New.
21153         (newsticker--buffer-do-print-extra-element): New.
21154         (newsticker--buffer-insert-enclosure): Doc fix.  Use MBytes for
21155         large sizes.
21156         (newsticker--run-auto-mark-filter)
21157         (newsticker--do-run-auto-mark-filter):
21158         Use `newsticker-auto-mark-filter-list'.
21160 2005-11-04  Ryan Yeske  <rcyeske@gmail.com>
21162         * net/rcirc.el: Use split-string OMIT-NULLS argument.
21163         (rcirc-print): Force redisplay before running hooks.  Do long
21164         buffer truncation after making new text read-only.  Deal with nil
21165         text when decoding strings.  If TARGET is nil, use either the
21166         currently selected buffer, if it is an rcirc buffer and of the
21167         same process or the process buffer.
21168         (rcirc-mode): Remove header-line.  Recompute short buffer names.
21169         Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
21170         (rcirc-short-buffer-name): Add variable.
21171         (rcirc-kill-buffer-hook): Recompute short buffer names.
21172         Remove nick from private channel.
21173         (rcirc-send-input): Send command text to current-buffer.
21174         Don't clear overlay arrow here.
21175         (rcirc-short-buffer-name): Return a short buffer name.
21176         (rcirc-update-short-buffer-names, rcirc-abbreviate)
21177         (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
21178         buffer-name abbreviations.
21179         (rcirc-kill-buffer-hook-1): Split to make debugging easier.
21180         Do not touch nick-table when killing a parted channel.
21181         (rcirc-window-configuration-change): Rename from rcirc-update-activity.
21182         Clear arrow from current buffer if it is now hidden.
21183         (rcirc-current-buffer): Add variable.
21184         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
21185         (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
21186         Remove -face from names.
21187         (rcirc-update-activity-string): Print "DND" when globally ignoring
21188         activity.
21189         (rcirc-ignore-buffer-activity-flag): Rename from
21190         rcirc-ignore-channel-activity.
21191         (rcirc-ignore-all-activity-flag): Doc fix.
21192         (rcirc-channels): Remove variable.
21193         (rcirc-kill-buffer-hook):
21194         (rcirc-get-buffer-create): Add nick to private channel.
21195         (rcirc-multiline-edit-submit): Remove tabs.
21196         (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
21197         folded.
21198         (rcirc-remove-nick-channel): Bug fix.
21199         (rcirc-toggle-ignore-buffer-activity): Rename from
21200         rcirc-toggle-ignore-channel-activity.
21201         (rcirc-record-activity): Add buffers to the front of the list.
21202         (rcirc-update-activity): Remove killed buffers from list.
21203         (rcirc-process-server-response-1): Remove last argument if it is
21204         null before calling handler.
21205         (rcirc): Add "rcirc" defcustom prefix.
21206         (rcirc-prompt): Simplify default prompt.
21207         Use custom-initialize-default.
21208         (rcirc-private-chats): Remove variable.
21209         (rcirc-prompt): Change initialization.
21210         (rcirc-version): Remove function.
21211         (rcirc-id-string): Add constant.
21212         (rcirc-last-buffer): Remove variable.
21213         (rcirc-buffer-alist): Add variable.
21214         (rcirc-connect): Update variable setup.
21215         (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
21216         (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
21217         default.
21218         (rcirc-handler-generic): Trigger activity.
21219         (rcirc-send-message): Create the buffor of the target.
21220         (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
21221         (rcirc-get-buffer): Just return nil if there is no matching buffer.
21222         (rcirc-multiline-edit-cancel): Remove function.
21223         (rcirc-set-last-buffer): Remove function.
21224         (rcirc-get-any-buffer): Add function.
21225         (rcirc-join-channels): Don't print /join text.
21226         (rcirc-toggle-ignore-channel-activity): Add and update echo area
21227         messages.
21228         (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
21229         (rcirc-handler-NOTICE): Recognize CTCP responses.
21230         (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
21231         constructing TOPIC string for buffers we are not JOINed.
21232         (rcirc-handler-CTCP-response): Add handler.
21233         (rcirc-multiline-edit-submit): Restore the window-configuration
21234         before adjusting point.
21235         (rcirc): Add customization group.
21236         (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
21237         (rcirc-user-full-name, rcirc-startup-channels-alist)
21238         (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
21239         (rcirc-ignore-all-activity-flag, rcirc-time-format)
21240         (rcirc-input-ring-size, rcirc-read-only-flag)
21241         (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
21242         (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
21243         Change defvar to defcustom.
21244         (rcirc-update-prompt): Add optional ALL arg, which will update
21245         prompts in all rcirc buffers.  Regexp quote replacement text.
21246         (rcirc-fill-column): Accept frame-width as a value.
21247         (rcirc-set-changed): Add function.
21248         (rcirc-next-active-buffer): Write more meaningful messages.
21249         (rcirc-faces): Add customization group.
21250         (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
21251         (rcirc-nick-in-message-face, rcirc-prompt-face)
21252         (rcirc-mode-line-nick-face): Move into rcirc-faces group.
21253         (with-rcirc-process-buffer): Move before first usage.
21254         (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
21255         (rcirc-debug-flag): Rename from `rcirc-log-p'.
21256         (rcirc-debug): Rename from `rcirc-log'.
21257         (rcirc-format-response-string): Do not print `-' chars for a
21258         NOTICE with no sender.  Simplify output of server responses.
21260 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
21262         (rcirc-browse-url-map, rcirc-browse-url-at-point)
21263         (rcirc-browse-url-at-mouse, rcirc-mangle-text):
21264         Make urls mouse and RET clickable.
21266 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
21268         * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
21270 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
21272         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
21273         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
21274         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
21275         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
21276         argument to all these routines, so the passphrase can be managed
21277         externally and passed in to the system.
21278         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
21279         pgg-add-passphrase-to-cache function.
21281         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
21282         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
21283         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
21284         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
21285         argument to all these routines, so the passphrase can be managed
21286         externally and passed in to the system.
21287         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
21288         function.
21290 2005-11-04  Edward O'Connor  <hober0@gmail.com>  (tiny change)
21292         * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
21293         from goto-address-url-regexp.
21295 2005-11-04  Carsten Dominik  <dominik@science.uva.nl>
21297         * textmodes/org.el (org-read-date, org-goto-calendar)
21298         (org-recenter-calendar, org-agenda-goto-calendar):
21299         Temporarily clear `calendar-move-hook'.
21301 2005-11-04  Michael Kifer  <kifer@cs.stonybrook.edu>
21303         * ediff-merg.el (ediff-merge-region-is-non-clash):
21304         Return t, if not merging.
21306         * ediff-util.el (ediff-previous-difference): Don't skip regions that
21307         have merge clashes.
21309 2005-11-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21311         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
21312         Undo previous change.
21314         * startup.el (command-line): Use `custom-reevaluate-setting' for
21315         mouse-wheel-down-event and mouse-wheel-up-event.  Don't call
21316         tty-register-default-colors on Mac.
21318 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
21320         * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
21321         (gdb-buffer-type): Make it automatically buffer local...
21322         (gdb-get-create-buffer): ...and set it accordingly.
21323         (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
21324         actually work.
21326 2005-11-03  Dan Nicolaescu  <dann@ics.uci.edu>
21328         * font-lock.el (font-lock-warning-face): Use the more vivid red1,
21329         not red.
21331 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
21333         * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
21334         case GUD buffer is not visible.
21335         (gdb-goto-breakpoint): Try to force display in source buffer.
21336         (gdb-frame-gdb-buffer): Copy other similar functions.
21337         (gdb-restore-windows): Don't display source if not asked for.
21338         (gdb-assembler-buffer-name): Don't capitalise.
21340 2005-11-03  Richard M. Stallman  <rms@gnu.org>
21342         * wid-edit.el (key-sequence): New widget type.
21344         * simple.el (set-mark-command-repeat-pop): New variable.
21345         (set-mark-command): Only interpret plan C-@ after a pop as a pop
21346         if set-mark-command-repeat-pop is true.
21348         * info.el (Info-fontify-node): Don't display extra "see" if there
21349         already is one here.
21351         * mouse.el: Fix special handling of DEL after dragging a region:
21352         (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
21353         (mouse-region-delete-keys): Change to defcustom.  Add [backspace].
21355         * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
21357         * textmodes/ispell.el (ispell-command-loop): Change `i' description
21358         not to assume it pertains to an affix.
21360         * textmodes/flyspell.el (flyspell-post-command-hook):
21361         Bind deactivate-mark to prevent deactivation.
21363 2005-11-03  Lars Hansen  <larsh@soem.dk>
21365         * dired-x.el: Add menu bindings for dired-do-find-marked-files,
21366         dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
21367         dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
21369 2005-11-03  Romain Francoise  <romain@orebokech.com>
21371         * net/eudcb-mab.el: Now part of GNU Emacs.  Update FSF's address.
21372         Update copyright years.
21374 2005-11-03  Sam Steingold  <sds@gnu.org>
21376         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
21377         Use system-type instead of window-system because window-system is not
21378         correctly defined during loadup.
21380 2005-11-02  Mark A. Hershberger  <mah@everybody.org>
21382         * xml.el (xml-syntax-table): Allow xml.el to compile in XEmacs.
21383         (xml-parse-tag): Join strings separated by a comment properly.
21385 2005-11-02  Andreas Schwab  <schwab@suse.de>
21387         * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
21389 2005-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
21391         * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
21392         (byte-optimize-pure-func): Quote the eval'd value.
21394         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
21395         Rename from perl-font-lock-syntactic-face-function.
21396         Change the calling convention so it can be used as a font-lock MATCHER.
21397         Do the parse-partial-sexp loop outselves.
21398         (perl-font-lock-syntactic-keywords): Use it.
21399         (perl-mode): Don't set font-lock-syntactic-face-function any more.
21401 2005-11-02  Nick Roberts  <nickrob@snap.net.nz>
21403         * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
21404         disassembly buffer too.
21405         (gdb-exited): Remove overlay arrows when execution has finished.
21406         (gdb-info-frames-custom, gdb-info-threads-custom)
21407         (gdb-info-registers-custom): Don't add inappropriate text
21408         properties if inferior is not active.
21410 2005-11-02  Glenn Morris  <rgm@gnu.org>
21412         * progmodes/fortran.el (fortran-blink-match):
21413         Use `blink-matching-delay'.
21415 2005-11-02  John Mongan  <jmongan@mccammon.ucsd.edu>  (tiny change)
21417         * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
21419 2005-11-02  Lars Hansen  <larsh@soem.dk>
21421         * net/tramp.el (tramp-action-out-of-band): Handle scp message
21422         "Permission denied".
21424 2005-11-01  Richard M. Stallman  <rms@gnu.org>
21426         * textmodes/flyspell.el (flyspell-external-point-words):
21427         Pass nil to flyspell-get-word.
21429 2005-11-02  Kim F. Storm  <storm@cua.dk>
21431         * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
21432         item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
21434 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
21436         * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
21437         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
21438         (calendar-mouse-print-dates): Add optional `event' argument.
21439         Update interactive-spec.
21440         (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
21441         Use `calendar-event-to-date' instead of `event'.
21443 2005-11-02  Masatake YAMATO  <jet@gyve.org>
21445         * progmodes/ld-script.el (ld-script-builtins):
21446         Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
21447         "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
21448         (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
21450 2005-11-01  Romain Francoise  <romain@orebokech.com>
21452         * vc-sccs.el: Update copyright year.
21453         * ezimage.el: Likewise.
21455 2005-11-01  KOBAYASHI Yasuhiro  <kobayays@otsukakj.co.jp>  (tiny change)
21457         * info.el (Info-fontify-node): Use `string-width' for fontifying
21458         underlined titles.
21460 2005-11-01  Juri Linkov  <juri@jurta.org>
21462         * info.el (Info-fontify-node): Downcase node header keywords Node,
21463         Prev, Next, Up before comparison.
21464         (Info-history): Insert absolute directory name, and put invisible
21465         property on it.
21467 2005-11-01  Juri Linkov  <juri@jurta.org>
21469         * info.el (Info-file-supports-index-cookies): New variable.
21470         (Info-find-node-2): Check makeinfo version for index cookie support.
21471         (Info-index-nodes): Search for nodes with index cookies only when
21472         Info-file-supports-index-cookies is t.  Otherwise, search nodes
21473         with "Index" in the node name.
21474         (Info-index-node): Search index cookie in the current node only when
21475         Info-file-supports-index-cookies is t.  Otherwise, check the word
21476         "Index" in the node name.
21477         (Info-find-emacs-command-nodes): Remove code that searches nodes
21478         with "Index" node name in the top menu.
21480 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
21482         * progmodes/scheme.el (scheme-mode-variables): Use the default
21483         comment-indent-function.
21485         * faces.el (face-attribute): Handle the case where a face inherits from
21486         a non-existent face.
21488         * simple.el (eval-expression-print-format): Use lisp-readable syntax
21489         for octal and hexa output, and merge the char into the paren.
21490         (kill-new): Use push.
21491         (copy-to-buffer): Use with-current-buffer.
21492         (completion-setup-function): Move code in loop to remove redundancy.
21493         (minibuffer-local-must-match-map): Don't add bindings that duplicate
21494         those inherited from minibuffer-local-completion-map.
21496         * savehist.el (savehist-mode) <defcustom>:
21497         Use custom-set-minor-mode if available.
21498         (savehist-mode) <defun>: Run the minor mode hook, set the custom state
21499         and emit a message if applicable.
21501 2005-11-01  Hrvoje Niksic  <hniksic@xemacs.org>
21503         * savehist.el: Sync up to version 19.
21504         (savehist-mode): New minor mode.
21505         (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
21506         (savehist-length): Remove (use history-length instead).
21507         (savehist-file-modes): Rename from savehist-modes.
21508         (savehist-save-hook, savehist-loaded): New vars.
21509         (savehist-load): Use savehist-mode.  Try to smooth up transition from
21510         old format to new format.
21511         (savehist-install): Allow savehist-autosave-interval to be nil.
21512         (savehist-save): Run the new hook.  Be more careful to only trim the
21513         history variables.
21514         (savehist-trim-history): New fun.  Replaces savehist-process-for-saving.
21515         (savehist-printable): Print into a buffer rather than char-by-char.
21517 2005-11-01  John Wiegley  <johnw@newartisans.com>
21519         * iswitchb.el (iswitchb-define-mode-map): Re-enable the
21520         toggle-ignore keybinding (C-a).  The author said it had been
21521         disabled much earlier due to a possible incompatibility, but after
21522         many months of usage I have encountered no problems (and it is a
21523         rather useful option, especially for switching to " *temp*").
21525         * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
21526         support for OS/X's AddressBook, by calling out to the open source
21527         program "contacts" (installable through Fink).
21529         * net/eudc.el (eudc-expand-inline): If the
21530         `eudc-multiple-match-handling-method' is set to `all', delete the
21531         query string before inserting the query result.
21533         * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
21534         flag, to prevent Eshell from using the system ls when
21535         `eshell-ls-insert-directory' is in used.
21536         (eshell-ls-insert-directory): Disable font-lock in directory
21537         buffer so that Eshell's own fontification is seen.  This broke
21538         recently due to changes in font-lock, so this goes back to version
21539         21 behavior.
21541 2005-11-01  Nick Roberts  <nickrob@snap.net.nz>
21543         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
21544         (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
21545         (gdb-many-windows): Doc fix.
21547 2005-10-31  Romain Francoise  <romain@orebokech.com>
21549         * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
21551 2005-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
21553         * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
21554         that global-font-lock-mode can be enabled by default.
21556         * font-lock.el (font-lock-keywords, font-lock-mode-internal)
21557         (font-lock-add-keywords, font-lock-remove-keywords)
21558         (font-lock-fontify-buffer): Remove autoload cookies.
21560         * jit-lock.el (jit-lock-register): Likewise.
21562         * emacs-lisp/syntax.el (syntax-ppss): Likewise.
21564 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
21566         * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
21567         intact if there is no gud-comint-buffer.
21569 2005-10-31  Luc Teirlinck  <teirllm@auburn.edu>
21571         * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
21572         old prompt comint-prompt-read-only is t and GDB commands are
21573         issued from tool bar etc.
21575 2005-10-31  Masatake YAMATO  <jet@gyve.org>
21577         * vc.el (vc-directory-exclusion-list): Add "{arch}".
21579 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
21581         * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
21582         (thumbs-thumbsdir): Make .emacs.d if it does not exist.
21584 2005-10-30  Michael Albinus  <michael.albinus@gmx.de>
21586         * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
21587         starting at beginning of line.  Fontification is messed up when
21588         `open-paren-in-column-0-is-defun-start' set to t.
21589         Reported by John Paul Wallington <jpw@pobox.com>.
21591 2005-10-30  Luc Teirlinck  <teirllm@auburn.edu>
21593         * comint.el (comint-send-input): Call `comint-update-fence' when
21594         `comint-process-echoes' and `comint-prompt-read-only' are both
21595         non-nil, to avoid leftover read-only newline.
21597 2005-10-30  Richard M. Stallman  <rms@gnu.org>
21599         * textmodes/flyspell.el (flyspell-external-point-words):
21600         Detect when WORD can't be checked properly because
21601         flyspell-get-word finds just part of it, and move on.
21603         * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
21604         boundarychar for Polish.
21605         (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
21606         (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
21608 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
21610         * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
21611         (gdb-registers-font-lock-keywords): Delete.
21612         (gdb-registers-mode): Don't fontify.
21613         (gdb-info-registers-custom): Use text properties instead as, in
21614         future, changed register values will use font-lock-warning-face.
21615         (gdb-local-font-lock-keywords): Rename to...
21616         (gdb-locals-font-lock-keywords): ...for consistency.
21618 2005-10-30  Andre Spiegel  <spiegel@gnu.org>
21620         * vc.el (vc-switch-backend): Better error message if the buffer is
21621         not visiting a file under version control.
21623         * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
21625 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
21627         * startup.el (command-line): Use ~/.emacs.d/init.el instead of
21628         ~/.emacs.d/.emacs.
21630 2005-10-29  Richard M. Stallman  <rms@gnu.org>
21632         * replace.el (occur-mode-mouse-goto): Always go to other window.
21633         (occur-mode-goto-occurrence): Always switch in same window.
21635         * simple.el (undo): Display message at end, not at start.
21637         * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
21638         New arg REUSE-CELL.
21639         (cancel-timer-internal): New function.
21640         (timer-event-handler): Use cancel-timer-internal,
21641         and pass the cell it returns to timer-activate...
21643         * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
21644         (jit-lock-deferred-fontify, jit-lock-context-fontify)
21645         (jit-lock-after-change): Test memory-full.
21647 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
21649         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
21650         part of the decoded armor to find the key-identifier.
21651         (pgg-gpg-lookup-key-owner): New function to return the
21652         human-readable identifier of a key owner.
21653         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
21654         key itself.
21655         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
21656         the key value) if we have a key and can match it against a secret
21657         key.  Also, added a note pointing out fact that the prompt only
21658         indicates the first matching key.
21660         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
21661         pgg-decrypt-region.
21662         (pgg-pending-timers): A new hash for tracking the passphrase cache
21663         timers, so that new ones supercede old ones.
21664         (pgg-add-passphrase-to-cache): Rename from
21665         `pgg-add-passphrase-cache' to reduce confusion (all callers
21666         changed).  Modified to cancel old timers when new ones are added.
21667         (pgg-remove-passphrase-from-cache): Rename from
21668         `pgg-remove-passphrase-cache' to reduce confusion (all callers
21669         changed).  Modified to cancel old timers when their keys are
21670         removed from the cache.
21671         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
21672         XEmacs, an indirection to delete-itimer.
21673         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
21674         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
21675         users can only check cache without risk of prompting.  Correct bug in
21676         notruncate behavior.
21677         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
21678         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
21679         Add informative docstrings.
21680         (pgg-decrypt): Convey provided passphrase in subordinate call to
21681         pgg-decrypt-region.
21683         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
21684         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
21685         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
21686         `passphrase' argument, so the passphrase can be managed externally
21687         and then passed in to the system.
21689         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
21690         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
21691         so the passphrase cache can be used reliably with identifiers
21692         besides a pgp packet's key id.
21694         * pgg-gpg.el (pgg-pgp-encrypt-region)
21695         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
21696         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
21697         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
21698         argument to all these routines, so the passphrase can be managed
21699         externally and passed in to the system.
21701         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
21702         `notruncate' argument, so the passphrase cache can be used
21703         reliably with identifiers besides a pgp packet's key id.
21705 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
21707         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
21708         symmetric encryption.
21709         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
21710         encrypted session key.
21711         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
21712         message ask for the passphrase in a proper way.
21714         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
21715         New user commands for symmetric encryption.
21717 2005-10-29  Roland Winkler  <roland.winkler@physik.uni-erlangen.de>
21719         * textmodes/conf-mode.el (conf-assignment-sign)
21720         (conf-assignment-regexp): Fix docstrings.
21721         (conf-mode-initialize): New function.
21722         (conf-mode): Remove optional args.  Use delay-mode-hooks to
21723         recognize recursive calls.
21724         (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
21725         (conf-space-mode, conf-colon-mode, conf-ppd-mode)
21726         (conf-xdefaults-mode): Use define-derived-mode and
21727         conf-mode-initialize.
21729 2005-10-29  Romain Francoise  <romain@orebokech.com>
21731         * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
21733 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
21735         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
21736         part of the decoded armor to find the key-identifier.
21737         (pgg-gpg-lookup-key-owner): New function to return the
21738         human-readable identifier of a key owner.
21739         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
21740         key itself.
21741         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
21742         the key value) if we have a key and can match it against a secret
21743         key.  Also, added a note pointing out fact that the prompt only
21744         indicates the first matching key.
21746         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
21747         pgg-decrypt-region.
21748         (pgg-pending-timers): A new hash for tracking the passphrase cache
21749         timers, so that new ones supercede old ones.
21750         (pgg-add-passphrase-to-cache): Rename from
21751         `pgg-add-passphrase-cache' to reduce confusion (all callers
21752         changed).  Modified to cancel old timers when new ones are added.
21753         (pgg-remove-passphrase-from-cache): Rename from
21754         `pgg-remove-passphrase-cache' to reduce confusion (all callers
21755         changed).  Modified to cancel old timers when their keys are
21756         removed from the cache.
21757         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
21758         XEmacs, an indirection to delete-itimer.
21759         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
21760         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
21761         users can only check cache without risk of prompting.  Correct bug in
21762         notruncate behavior.
21763         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
21764         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
21765         Add informative docstrings.
21766         (pgg-decrypt): Convey provided passphrase in subordinate call to
21767         pgg-decrypt-region.
21769 2005-10-20  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
21771         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
21772         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
21773         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
21774         `passphrase' argument, so the passphrase can be managed externally
21775         and then passed in to the system.
21777         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
21778         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
21779         so the passphrase cache can be used reliably with identifiers
21780         besides a pgp packet's key id.
21782         * pgg-gpg.el (pgg-pgp-encrypt-region)
21783         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
21784         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
21785         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
21786         argument to all these routines, so the passphrase can be managed
21787         externally and passed in to the system.
21789         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
21790         `notruncate' argument, so the passphrase cache can be used
21791         reliably with identifiers besides a pgp packet's key id.
21793 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
21795         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
21796         symmetric encryption.
21797         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
21798         encrypted session key.
21799         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
21800         message ask for the passphrase in a proper way.
21802         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
21803         New user commands for symmetric encryption.
21805 2005-10-28  Bill Wohler  <wohler@newt.com>
21807         * help-mode.el (help-url): New button type.  Calls browse-url.
21808         (help-xref-url-regexp): New regexp to recognize URLs in docstring.
21809         Similar to Info nodes: URL `url'.
21810         (help-make-xrefs): Create help-url buttons for
21811         help-xref-url-regexp matches.
21813 2005-10-29  Nick Roberts  <nickrob@snap.net.nz>
21815         * tool-bar.el (tool-bar-add-item-from-menu)
21816         (tool-bar-local-item-from-menu): Fix doc strings.
21818 2005-10-28  Romain Francoise  <romain@orebokech.com>
21820         * ldefs-boot.el: Update.
21822         * subr.el (locate-library): Move from help-fns.el.
21823         * help-fns.el (locate-library): Move to subr.el.
21825 2005-10-28  Richard M. Stallman  <rms@gnu.org>
21827         * net/tramp.el (tramp-completion-mode): defvar moved up.
21829         * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
21831         * tool-bar.el (tool-bar-mode): Delete autoload cookie.
21833         * files.el (find-file-noselect): Use %d to format large file size.
21835         * bindings.el (mode-line-format): Add %e.
21837         * loadup.el ("facemenu"): Load unconditionally.
21838         ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
21839         ("x-dnd"): Load, when appropriate.
21841         * startup.el (command-line): Call before-init-hook earlier.
21842         Warn about some bad characters in -u user name.
21844         * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
21845         (flyspell-external-point-words): Error if misspelled word is not found.
21846         Set flyspell-large-region-beg at end of word.
21848 2005-10-28  Andreas Schwab  <schwab@suse.de>
21850         * view.el (View-revert-buffer-scroll-page-forward):
21851         Use view-page-size-default.
21853 2005-10-28  Juri Linkov  <juri@jurta.org>
21855         * international/quail.el (quail-get-current-str): Translate last
21856         raw character for deterministic input methods.
21858 2005-10-27  Jay Belanger  <belanger@truman.edu>
21860         * calc/calc-ext.el: Add functions to autoloads.
21861         (math-identity-matrix-p, math-ident-row-p): New functions.
21863         * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
21864         multiplication by an identity matrix; don't turn multiplication by
21865         an inverse matrix into division.
21866         (math-div-symbol-fancy): Replace division by matrices with
21867         multiplication by inverse.
21869         * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
21871         * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
21872         (calc-writeoutpower): New functions.
21874 2005-10-27  Romain Francoise  <romain@orebokech.com>
21876         * replace.el (occur-engine): Include colon in mouse-face highlight.
21878         * dired-x.el: Change Maintainer field.
21880 2005-10-26  Chong Yidong  <cyd@stupidchicken.com>
21882         * longlines.el (longlines-mode): Bind after-change-functions to
21883         nil during initial decoding and final encoding.
21885 2005-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
21887         * term.el (term-emulate-terminal, term-handle-colors-array)
21888         (term-handle-ansi-escape): Specify the terminfo capabilities
21889         implemented.
21891 2005-10-26  Richard M. Stallman  <rms@gnu.org>
21893         * info.el (Info-fontify-node): Fix detection of sentence-break
21894         before *Note.
21896 2005-10-26  Romain Francoise  <romain@orebokech.com>
21898         * smerge-mode.el: Add `tools' to file keywords.
21900 2005-10-26  Nick Roberts  <nickrob@snap.net.nz>
21902         * progmodes/gud.el (gud-menu-map): Only display gud-until icon
21903         when the fringe is not available.
21905         * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
21906         (def-gdb-auto-update-trigger): Simplify construction.
21907         (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
21908         def-gdb-auto-updated-buffer as gdb-info-locals-handler is
21909         defined explicitly.
21910         (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
21911         def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
21912         defined explicitly.
21913         (gdb-info-locals-custom): Remove as it's a no-op.
21915 2005-10-25  Chong Yidong  <cyd@stupidchicken.com>
21917         * longlines.el (longlines-mode): Remove narrowing before
21918         performing the initial decoding or final encoding.
21920 2005-10-25  Romain Francoise  <romain@orebokech.com>
21922         * emacs-lisp/find-func.el (find-library-name): Also strip
21923         extension if library name ends in .el, to take advantage of
21924         `find-library-suffixes'.
21926 2005-10-25  Richard M. Stallman  <rms@gnu.org>
21928         * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
21930 2005-10-25  Juri Linkov  <juri@jurta.org>
21932         * textmodes/texinfo.el (texinfo-mode): Change charset of one
21933         quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
21935 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
21937         * play/blackbox.el (blackbox-mode-map): Move init into declaration.
21938         (blackbox-redefine-key): Add argument `map'.
21940         * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
21941         regions when moving the jit-lock-context-unfontify-pos boundary.
21943 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
21945         * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
21947 2005-10-25  Masatake YAMATO  <jet@gyve.org>
21949         * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
21951 2005-10-25  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>
21953         * play/blackbox.el (blackbox-redefine-key): New function.
21954         (blackbox-mode-map): Use it to remap existing bindings for cursor
21955         motion instead of binding literal keys.
21957 2005-10-25  Glenn Morris  <rgm@gnu.org>
21959         * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
21960         diary does not end in a newline.  Do not assume a blank line at
21961         the start of the diary file.
21963 2005-10-25  Kenichi Handa  <handa@m17n.org>
21965         * international/quail.el (quail-translate-key): If the input
21966         method is deterministic and failed to handle the last key, restart
21967         the key handling loop from an appropriate key.
21969 2005-10-25  Michael Albinus  <michael.albinus@gmx.de>
21971         * vc.el (vc-dired-mode): Extend comment for binding of
21972         `directory-listing-before-filename-regexp'.
21974 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
21976         * textmodes/texinfo.el (texinfo-mode):
21977         * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
21978         not to unnecessarily expose emacs-mule's internal char codes.
21980 2005-10-25  Nick Roberts  <nickrob@snap.net.nz>
21982         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
21983         Display hand pointer and help-echo on disabled icon too.
21984         (gdb-mouse-until): New function.
21985         (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
21987 2005-10-24  Chong Yidong  <cyd@stupidchicken.com>
21989         * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
21990         with 2005-10-23 change to doctor.el.
21992         * finder.el (finder-mode-map): Add follow-link binding.
21994 2005-10-25  Kim F. Storm  <storm@cua.dk>
21996         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
21997         to gdb-mouse-toggle-breakpoint-fringe.
21998         (gdb-mouse-toggle-breakpoint-margin): Rename from
21999         gdb-mouse-toggle-breakpoint.  Fix doc.
22000         (gdb-mouse-toggle-breakpoint-fringe): New defun.
22001         (gdb-put-string): Add optional SPROPS arg.  Add props to string.
22002         (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
22003         string properties also for fringe breakpoint bitmaps.
22005 2005-10-24  Carsten Dominik  <dominik@science.uva.nl>
22007         * textmodes/org.el (org-start-icalendar-file): Fix format form.
22009 2005-10-25  Masatake YAMATO  <jet@gyve.org>
22011         * simple.el (completion-common-substring):
22012         Use `completion-common-substring' prior to `completion-base-size'.
22014 2005-10-24  Hrvoje Niksic  <hniksic@xemacs.org>
22016         * savehist.el: Require CL while compiling.
22017         (savehist-history-variables): Remove.
22018         (savehist-save-minibuffer-history, savehist-additional-variables)
22019         (savehist-minibuffer-history-variables): New vars.
22020         (savehist-save): Use them.
22021         (savehist-uninstall, savehist-minibuffer-hook): New funs.
22022         (savehist-install): New fun, extracted from savehist-load.
22023         (savehist-load): Use them.
22025 2005-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
22027         * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
22028         a dummy doc-string-elt property.
22029         (defalias, defvaralias, define-category): Add a docstring property.
22031         * image.el (defimage):
22032         * widget.el (define-widget):
22033         * custom.el (defface, defcustom): Add `doc-string' declaration.
22035         * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
22036         (defadvice): Add `doc-string' declaration.
22038         * emacs-lisp/byte-run.el (macro-declaration-function):
22039         Handle `doc-string' declarations.
22040         (define-obsolete-function-alias, define-obsolete-variable-alias):
22041         Add `doc-string' declaration.
22043 2005-10-24  Kenichi Handa  <handa@m17n.org>
22045         * international/utf-7.el (utf-7): Add autoload cookie.
22047         * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
22049 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
22051         * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
22052         list of directories passed to batch-update-autoloads.  Add "." to
22053         the list of the echoed directories.
22055         * pgg-def.el:
22056         * pgg-gpg.el:
22057         * pgg-parse.el:
22058         * pgg-pgp.el:
22059         * pgg-pgp5.el:
22060         * pgg.el: Moved here from the gnus subdirectory.
22062 2005-10-24  Nick Roberts  <nickrob@snap.net.nz>
22064         * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
22065         in case comint-prompt-read-only is set to t.
22067         * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
22068         in case comint-prompt-read-only is set to t.
22070 2005-10-24  Ulf Jasper  <ulf.jasper@web.de>
22072         * calendar/icalendar.el (icalendar-version): Increase to 0.13.
22073         Now a string.
22074         (icalendar-import-format): Handle CLASS, STATUS, URL.
22075         Rename `subject' to `summary'.
22076         (icalendar-import-format-summary): Rename from
22077         `icalendar-import-format-subject'.
22078         (icalendar-import-format-url, icalendar-import-format-status)
22079         (icalendar-import-format-class): New variables.
22080         (icalendar--rris): Take variable argument list.
22081         (icalendar--datestring-to-isodate): Remove unnecessary
22082         calendar-style check when converting dates with explicit month names.
22083         (icalendar-export-region): Change return type of conversion
22084         subroutines.  Bury current buffer unless error occurred.
22085         (icalendar--convert-to-ical)
22086         (icalendar--parse-summary-and-rest): New functions.
22087         (icalendar--convert-ordinary-to-ical)
22088         (icalendar--convert-weekly-to-ical)
22089         (icalendar--convert-yearly-to-ical)
22090         (icalendar--convert-block-to-ical)
22091         (icalendar--convert-cyclic-to-ical)
22092         (icalendar--convert-anniversary-to-ical): Change return type.
22093         Strip trailing blanks from subject.
22094         (icalendar--convert-sexp-to-ical): Change return type.
22095         Strip trailing blanks from subject.  Handle simple sexp
22096         entries as generated by icalendar.el.
22097         (icalendar--convert-float-to-ical)
22098         (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
22099         (icalendar-import-file): Doc fix.
22100         (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
22101         Correct call to icalendar--rris.
22102         (icalendar--convert-ical-to-diary): Doc fix.  Rename `subject' to
22103         `summary'.
22104         (icalendar--add-diary-entry): Rename `subject' to `summary'.
22106 2005-10-24  Romain Francoise  <romain@orebokech.com>
22108         * server.el (server-sentinel): Set query-on-exit flag to nil on
22109         new client processes (it isn't inherited from the server process).
22111         * replace.el (occur-engine): Rearrange text properties.
22113 2005-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
22115         * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
22116         case-fold-search is nil.
22117         (debug-help-follow): Use help-xref-interned directly.
22119 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
22121         * thumbs.el (thumbs-image-type): Add .pbm.
22123 2005-10-23  Richard M. Stallman  <rms@gnu.org>
22125         * faces.el (inhibit-face-set-after-frame-default): New variable.
22126         (set-face-attribute): Bind it.
22127         (face-set-after-frame-default): Test it.
22129         * help-fns.el (describe-simplify-lib-file-name): New function.
22130         (describe-function-1, describe-variable): Use it.
22132         * faces.el (describe-face): Use describe-simplify-lib-file-name.
22134         * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
22135         Eliminate nil as possible value.
22136         (tooltip-hide-delay): Reduce internal-border-width.
22138         * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
22139         (menu-bar-file-menu) <new-file>: Likewise.
22141         * simple.el (line-move-finish): Ignore fields computing LINE-END.
22143         * international/mule.el (load-with-code-conversion):
22144         Pass full file name to `eval-buffer' unless preloading.
22146         * textmodes/flyspell.el (flyspell-large-region):
22147         Call ispell-check-version.
22149         * textmodes/ispell.el (ispell-local-dictionary-overridden):
22150         Fix the make-variable-buffer-local call that was supposed
22151         to be for this variable.
22152         (ispell-aspell-supports-utf8): Doc fix.
22153         (ispell-find-aspell-dictionaries): Preserve elements of
22154         ispell-dictionary-alist for dictionaries that aspell doesn't report.
22155         (ispell-aspell-find-dictionary): Return nil on error.
22157         * play/doctor.el (doctor-doc): Don't say "psychiatrist".
22158         (doctor-symptoms): Likewise.
22160         * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
22162 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
22164         * cus-edit.el (custom-button, custom-button-pressed): New vars.
22165         (custom-raised-buttons): Add :set spec.
22166         (custom-button-unraised, custom-button-pressed-unraised):
22167         New faces, so that custom-raised-buttons actually does something.
22168         (custom-mode): Use custom-button and custom-button-pressed.
22170         * wid-edit.el (widget-specify-button): Don't ignore
22171         widget-mouse-face on graphic terminals.
22172         (widget-move-and-invoke): Cleanup.
22174 2005-10-23  Thien-Thi Nguyen  <ttn@gnu.org>
22176         * whitespace.el (whitespace-cleanup): Doc fix.
22178 2005-10-23  Romain Francoise  <romain@orebokech.com>
22180         * emulation/viper.el (viper-set-hooks): Quote forms passed to
22181         `eval-after-load' to avoid evaluating their result.
22183 2005-10-23  Michael Albinus  <michael.albinus@gmx.de>
22185         * files.el (directory-listing-before-filename-regexp):
22186         New defvar.  Replaces `dired-move-to-filename-regexp' from dired.el.
22188         * dired.el (dired-move-to-filename-regexp): Remove.
22189         All occurrences replaced by `directory-listing-before-filename-regexp'.
22191         * dired-x.el, locate.el, vc.el:
22192         Replace `dired-move-to-filename-regexp' by
22193         `directory-listing-before-filename-regexp'.  In vc.el it is
22194         overwritten locally; maybe this can be handled in files.el too.
22196         * net/ange-ftp.el (ange-ftp-date-regexp): Remove.  All occurrences
22197         replaced by `directory-listing-before-filename-regexp'.
22199 2005-10-23  Andreas Schwab  <schwab@suse.de>
22201         * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
22202         and eval-next-after-load.
22204 2005-10-23  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
22206         * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
22207         exist, create it.
22209 2005-10-23  Ken Manheimer  <ken.manheimer@gmail.com>
22211         * allout.el: Remove autoloads for mailcrypt and crypt++.
22212         Require pgg, pgg-gpg during compilation.
22213         (allout-version): Increment version number to 2.1, and use a literal
22214         rather than RCS Id.
22215         (allout-default-encryption-scheme): Remove.
22216         (allout-passphrase-verifier-handling)
22217         (allout-passphrase-verifier-string)
22218         (allout-file-passphrase-verifier-string)
22219         (allout-passphrase-hint-string): Rename -key- to -passphrase-.
22220         (allout-passphrase-hint-handling): Rename and simplify.
22221         (allout-init): Use `find-file-hook' if available, otherwise
22222         `find-file-hooks'.
22223         (allout-mode): Use `write-file-functions' if available, otherwise
22224         `local-write-file-hooks' and, instead of making auto-save-hook
22225         buffer local, make the write-file-hook activity contingent to
22226         allout-mode.
22227         (allout-mode): Use key-binding substitution in the docstring.
22228         (allout-kill-line): Spell-out kill ring data structure mutation
22229         instead of using byte-compiler-complaint-provoking `pop'.
22230         (allout-insert-listified): Use `insert' rather than `insert-string'
22231         (allout-toggle-current-subtree-encryption): Update docstring, adjust
22232         to new gpp-based encryption, use new `allout-encrypted-topic-p'.
22233         (allout-encrypt-string): Totally revamped vis new underlying
22234         encryption facilities.
22235         (allout-mc-activate-passwd): Remove.
22236         (allout-obtain-passphrase): New, more or less replaces
22237         allout-mc-activate-passwd.
22238         (allout-encrypted-key-info): More or less replaces
22239         allout-encrypted-text-type.
22240         (outlineify-sticky, outlinify-sticky): Add autoload cookie.
22241         (my-mark-marker): Use `(featurep 'xemacs)'.
22243 2005-10-23  Lars Hansen  <larsh@soem.dk>
22245         * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
22246         (byte-compile-file-form-defmumble, byte-compile-defun)
22247         (byte-compile-defmacro): Use it.
22248         (byte-compile-form): Don't call byte-compile-set-symbol-position
22249         when a byte-compile handler is called.
22251 2005-10-22  Romain Francoise  <romain@orebokech.com>
22253         * savehist.el (savehist-history-variables): Add `grep-find-history'.
22255         * subr.el (eval-after-load): Convert library name to an absolute
22256         file name using locate-library, since load-history no longer has
22257         library names in it.
22259 2005-10-22  Richard M. Stallman  <rms@gnu.org>
22261         * files.el (make-temp-file): Move from subr.el.
22262         * subr.el (make-temp-file): Move to files.el.
22264         * window.el (get-buffer-window-list): Move from subr.el.
22265         * subr.el (get-buffer-window-list): Move to window.el.
22267         * image.el (image-load-path): Use eval-at-startup to initialize.
22269         * subr.el (eval-at-startup): New macro.
22271         * subr.el: Much rearrangement of functions and division
22272         into pages.  No code changes.
22274 2005-10-22  Kenichi Handa  <handa@m17n.org>
22276         * tar-mode.el (tar-extract): Be sure to call
22277         find-operation-coding-system if set-auto-coding doesn't find a
22278         coding system.
22280 2005-10-22  Kim F. Storm  <storm@cua.dk>
22282         * image.el (image-type-header-regexps): Rename from image-type-regexps.
22283         Change users.
22284         (image-type-file-name-regexps): New defconst.
22285         (image-type-from-data): Simplify loop.
22286         (image-type-from-buffer): New defun.
22287         (image-type-from-file-header): Use it instead of image-type-from-data.
22288         Use image-search-load-path instead of only looking in data-directory.
22289         (image-type-from-file-name): New defun.
22290         (image-search-load-path): Change `pathname' to `filename'.
22291         Make PATH arg optional, default to image-load-path.
22293 2005-10-21  Richard M. Stallman  <rms@gnu.org>
22295         * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
22297         * textmodes/paragraphs.el (sentence-end-base): New variable.
22298         (sentence-end): Use sentence-end-base.
22300 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
22302         * font-lock.el (font-lock-default-fontify-region): Check the multiline
22303         property independently from the font-lock-multiline variable.
22305 2005-10-21  Richard M. Stallman  <rms@gnu.org>
22307         * emacs-lisp/find-func.el (find-library-name): Doc fix.
22309         * startup.el (command-line): Convert library names
22310         in `load-history' to absolute file names.
22312         * subr.el (symbol-file): Doc fix.
22314         * loadhist.el (file-loadhist-lookup): Call locate-library
22315         instead of find-library-name.  Don't try converting
22316         abs file names to library names, since load-history no longer
22317         has library names in it.
22318         (file-dependents, file-provides, file-requires): Doc fixes.
22320 2005-10-21  Juri Linkov  <juri@jurta.org>
22322         * progmodes/etags.el (tags-table-mode): New function.
22323         (tags-verify-table): Replace initialize-new-tags-table with
22324         tags-table-mode.
22326         * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
22327         default value.
22328         (desktop-modes-not-to-save): Add tags-table-mode to the
22329         default value.
22331         * info.el (Info-index-next): Add total number of index
22332         alternatives to the message.
22334         * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
22335         backward only space (instead of space and period) before looking
22336         at sentence end.
22338         * simple.el (set-variable): Use user-variable-p instead of symbolp.
22339         Add the old variable value as 4th default-value arg of read-string.
22341 2005-10-21  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
22343         * cus-face.el (custom-declare-face): Make face from X resources
22344         also on Mac.
22346         * disp-table.el (standard-display-g1, standard-display-graphic):
22347         Refuse to use string glyphs also on Mac.
22348         (standard-display-european): Don't set terminal coding system also
22349         on Mac.
22351         * frame.el (display-screens): Use x-display-screens also on Mac.
22353 2005-10-21  Romain Francoise  <romain@orebokech.com>
22355         * net/rcirc.el: Now part of GNU Emacs.  Update FSF's address.
22357 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
22359         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
22360         and $? into sexps.
22362         * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
22363         warning face on open-paren-in-column-0.
22365         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
22366         boundary case.  Fix typo.
22367         Suggested by Martin Rudalics <rudalics@gmx.at>.
22369 2005-10-21  Carsten Dominik  <dominik@science.uva.nl>
22371         * textmodes/org.el (org-combined-agenda-icalendar-file)
22372         (org-icalendar-include-todo, org-icalendar-combined-name): New options.
22373         (org-export-icalendar-this-file)
22374         (org-export-icalendar-all-agenda-files)
22375         (org-export-icalendar-combine-agenda-files): New commands.
22376         (org-export-icalendar, org-print-icalendar-entries)
22377         (org-start-icalendar-file, org-finish-icalendar-file)
22378         (org-ical-ts-to-string): New functions.
22379         (org-read-date, org-goto-calendar)
22380         (org-agenda-goto-calendar): Inhibit displaying diary entries by
22381         call to `calendar'.
22382         (orgtbl-setup): Remove the :keys arguments from the menu description.
22383         (org-after-save-iCalendar-file-hook): New variable.
22385 2005-10-21  Kenichi Handa  <handa@m17n.org>
22387         * language/vietnamese.el (tcvn-5712): Make it an alias of
22388         vietnamese-tcvn coding-system.
22390 2005-10-20  Michael Albinus  <michael.albinus@gmx.de>
22392         * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
22393         group id is given.
22395 2005-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
22397         * progmodes/sh-script.el (sh-escaped-line-re): New var.
22398         (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
22399         (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
22400         whose line is either continued or ends with a comment.
22402 2005-10-20  Romain Francoise  <romain@orebokech.com>
22404         * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
22406         * replace.el (occur-engine): Add follow-link property.
22408         * font-core.el (font-lock-mode): Doc fix.
22410 2005-10-20  Richard M. Stallman  <rms@gnu.org>
22412         * net/rcirc.el: New file.
22414 2005-10-20  Bryan Henderson  <bryanh@giraffe-data.com>  (tiny change)
22416         * term.el (term-term-name): Initialize to "eterm-color".
22418 2005-10-20  Ken Manheimer  <ken.manheimer@gmail.com>
22420         * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
22421         for encryption functionality.
22422         Move allout customization subgroup from `editing' to `outlines' group.
22423         Fix commentary keywords to legitimate ones.
22424         Update author info (using my current email address, obscurified).
22425         (allout-encrypt-string, allout-encryption-produce-work-buffer)
22426         (allout-encrypted-topic-p, allout-encrypted-text-type)
22427         (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
22428         (allout-situate-encryption-key-verifier)
22429         (allout-get-encryption-key-verifier, allout-verify-key)
22430         (allout-next-topic-pending-encryption)
22431         (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
22432         (outline-topic-encryption-bullet, outline-default-encryption-scheme)
22433         (outline-key-verifier-handling, outline-key-hint-handling)
22434         (outline-encrypt-unencrypted-on-saves): New defcustoms.
22435         (allout-file-key-verifier-string, allout-encryption-scheme)
22436         (allout-key-verifier-string, allout-key-hint-string)
22437         (allout-after-save-decrypt): New variables.
22438         (allout-write-file-hook-handler, allout-auto-save-hook-handler)
22439         (allout-after-saves-handler): New hook functions.
22440         (allout-post-command-business): Do allout-after-save-decrypt.
22441         (allout-enable-file-variable-adjustment): Custom var to enable
22442         mechanism for adding and adjusting settings of Emacs file variables.
22443         (allout-adjust-file-variable, allout-file-vars-section-data):
22444         New functions, implement the mechanism.
22445         (outlineify-sticky): Use the file vars mechanism.
22446         (allout-inhibit-protection, allout-during-write-cue)
22447         (allout-override-protect, allout-before-change-protect): Remove.
22448         (allout-flag-region, allout-open-topic): Adjust read-only text.
22449         (allout-open-line-not-read-only): Add to facilitate read-only
22450         text based protection.
22451         (allout-kill-line): Revise to adjust read-only text, clue the
22452         user about the inhibition.
22453         (allout-unprotected): Use unwind-protect.
22454         (allout-shift-in, allout-shift-out): Disallow manually shifting a
22455         topic deeper than the offspring depth of the previous topic -
22456         avoiding confusing "containment discontinuities".
22457         (allout-reindent-bodies): Fix retention of body relative hanging
22458         indent during promotion of collapsed bodies.
22459         (allout-open-topic): Make it easy to open new topic with same
22460         bullet as current topic - topic creation functions provided with
22461         any universal argument provokes now prompt for bullet, defaulting
22462         to the bullet of the previous topic.
22463         (allout-plain-bullets-string, allout-distinctive-bullets-string):
22464         Plain bullet alternates `.' period and `,' comma only.  All other
22465         bullets are relegated to special status (but customizable).
22466         (allout-end-of-entry): Rename from allout-end-of-current-entry
22467         since it actually operates w.r.t. most immediately containing
22468         entry, visible or not.
22469         (allout-hide-current-entry, allout-show-current-entry): Use the
22470         revised version.
22471         (allout-old-expose-topic): Solidify deprecation.
22472         (allout-end-of-subtree): Add so we can span concealed as well
22473         as visible topics.
22474         (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
22475         (allout-end-of-current-heading): Tweak to just respect the first line.
22476         (allout-get-body-text): Add.
22477         (allout-ascend-to-depth, allout-ascend): Position at end of prefix
22478         when invoked interactively.
22479         (allout-up-current-level): Use `interactive-p'.
22480         (allout-mode, allout-init): Miscellaneous docstring and
22481         operational refinements, as well as hookups of new encryption stuff.
22482         (allout-beginning-of-current-entry): Now works as advertised.
22483         (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
22484         (allout-isearch-rectification): Refine condition for isearching.
22485         (allout-isearch-abort, allout-enwrap-isearch)
22486         (allout-flag-region, my-region-active-p): Relocate some macros.
22487         (allout-title): Fallback title is (buffer-name), not
22488         non-existing (current-buffer-name).
22489         (subst-char-in-string): Define if absent (for some XEmacs versions).
22491 2005-10-20  Jari Aalto  <jari.aalto@cante.net>
22493         * mail/sendmail.el (mail-setup-hook, mail-aliases)
22494         (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
22495         (mail-citation-prefix-regexp, mail-signature-file)
22496         (mail-default-headers, mail-bury-selects-summary)
22497         (mail-send-nonascii): Add autoload cookies.
22499 2005-10-20  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
22501         * frame.el (blink-cursor-mode): Add `mac' to the list of
22502         window-system's that support blinking cursor.
22504 2005-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
22506         * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
22508 2005-10-20  Eli Zaretskii  <eliz@gnu.org>
22510         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
22511         Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
22512         to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
22514 2005-10-20  Kim F. Storm  <storm@cua.dk>
22516         * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
22517         (ido-set-current-directory): Don't add / after final @.
22518         (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
22519         Explicitly handle ange-ftp completion oddities.
22520         (ido-make-file-list): Don't rotate list at tramp root to avoid
22521         triggering tramp file handler for expand-file-name via get-file-buffer.
22523 2005-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
22525         * savehist.el (savehist-coding-system): Revert to checking XEmacs.
22527 2005-10-19  Jay Belanger  <belanger@truman.edu>
22529         * calc/calc-units.el (math-standard-units): Add units, adjust
22530         symbols and update values.
22531         (math-unit-prefixes): Add more prefixes.
22533 2005-10-19  Romain Francoise  <romain@orebokech.com>
22535         * bookmark.el (bookmark-menu-heading): New face.
22536         (bookmark-bmenu-list): Use it.
22537         Don't fiddle with `baud-rate' at top-level.
22539 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
22541         * image.el (create-image, find-image): Mention max-image-size in
22542         docstring.
22544 2005-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
22546         * savehist.el (savehist-load): Revert to checking XEmacs.
22548         * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
22549         Various docstring and line-width fixups.
22550         (conf-mode): Use cond.
22551         Set font-lock-defaults.  Don't set comment-use-syntax.
22553 2005-10-18  David Ponce  <david@dponce.com>
22555         * tree-widget.el (tree-widget-button-click): New function.
22556         (tree-widget-button-keymap): Use it.
22558 2005-10-18  Romain Francoise  <romain@orebokech.com>
22560         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
22561         (bookmark-bmenu-hide-filenames): Add follow-link property.
22562         Improve help-echo text.
22564         * ffap.el (find-file-at-point): Doc fix.
22566 2005-10-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
22568         * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
22570 2005-10-18  Masatake YAMATO  <jet@gyve.org>
22572         Install to the CVS repository what I forgot to install in my
22573         2005-10-16 changes.
22575         * progmodes/python.el (python-complete-symbol): Pass the common
22576         prefix substring of completion to `display-completion-list'.
22578         * textmodes/org.el (org-complete): Ditto.
22580 2005-10-18  Masatake YAMATO  <jet@gyve.org>
22582         Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
22584         * woman.el (WoMan-xref-man-page): New button type derived
22585         from `Man-abstract-xref-man-page'.
22586         (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
22588         * man.el (Man-abstract-xref-man-page): New button type.
22589         (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
22590         (Man-highlight-references): Add new optional argument `xref-man-type'.
22592 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
22594         * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
22596 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
22598         * cus-edit.el (Custom-move-and-invoke): Delete.
22599         (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
22601         * wid-edit.el (widget-move-and-invoke): New function, from
22602         Custom-move-and-invoke.
22604 2005-10-17  Bill Wohler  <wohler@newt.com>
22606         Move all remaining images from lisp/toolbar to etc/images, move
22607         lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar.  Place
22608         the low resolution images in their own directory (low-color).
22610         * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
22611         * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
22612         * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
22613         * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
22614         * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
22615         * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
22616         * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
22618         * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
22619         * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
22620         * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
22621         * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
22622         * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
22623         * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
22624         * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
22625         * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
22626         * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
22627         * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
22628         * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
22629         * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
22630         * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
22631         * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
22632         * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
22634         To conform with convention, replace the underscore (_) in the
22635         following image names with dash (-) or (/) as appropriate.
22637         * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
22638         * toolbar/fld_open.*: Move to etc/images/fld-open.*.
22639         * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
22640         * toolbar/jump_to.*: Move to etc/images/jump-to.*.
22641         * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
22642         * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
22643         * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
22644         * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
22645         * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
22646         * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
22647         * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
22648         * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
22649         * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
22650         * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
22651         * toolbar/mail_send.*: Move to etc/images/mail/send.*.
22653         * info.el (info-tool-bar-map): Replace underscores in image names
22654         with dashes.
22656         * makefile.w32-in (WINS): Remove toolbar.
22658         * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
22660         * tool-bar.el: Move to lisp from toolbar.  Now that
22661         toolbar is empty, it should be deleted when folks run "cvs up -P".
22663 2005-10-18  Jay Belanger  <belanger@truman.edu>
22665         * calc/calc-store.el (calc-store-into): Get the proper variable name
22666         to display in message.
22668 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
22670         * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
22671         expressions display in speedbar for all buffers when debugging.
22672         (gdb-speedbar-expand-node): Ensure node contraction is always updated.
22674         * speedbar.el (speedbar-set-mode-line-format): Indent properly.
22675         (speedbar-insert-button, speedbar-make-button):
22676         Use add-text-properties.
22677         (speedbar-update-localized-contents)
22678         (speedbar-update-directory-contents)
22679         (speedbar-update-special-contents): Use dolist.
22680         (speedbar-buffer-easymenu-definition): Add a menu separator.
22682 2005-10-17  Jason Rumney  <jasonr@gnu.org>
22684         * makefile.w32-in: Use $(lisp) consistently.
22685         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
22686         for shell specific generation of mh-autoloads.
22688 2005-10-17  Richard M. Stallman  <rms@gnu.org>
22690         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
22692 2005-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
22694         * jit-lock.el (jit-lock-fontify-now):
22695         Move jit-lock-context-unfontify-pos to avoid wasted work.
22697 2005-10-17  Michael Albinus  <michael.albinus@gmx.de>
22699         * net/tramp.el (tramp-completion-mode): New defvar.  Used in
22700         `tramp-completion-mode' for checking if we are in completion mode.
22701         (tramp-completion-handle-file-name-all-completions): Reorder code
22702         in order to complete for file names only in case there are no
22703         method/user/host completions.  This is necessary for cooperation
22704         with ido.  Reported by Kim F. Storm <storm@cua.dk>.
22706 2005-10-16  Chong Yidong  <cyd@stupidchicken.com>
22708         * longlines.el (longlines-search-forward)
22709         (longlines-search-backward): Match any number of spaces.
22711 2005-10-16  Thien-Thi Nguyen  <ttn@gnu.org>
22713         * diff-mode.el (diff-mode): Doc fix.
22715 2005-10-16  David Reitter  <david.reitter@gmail.com>
22717         * mail/sendmail.el (send-mail-function): Use mailclient-send-it
22718         as default on darwin and windows systems.
22720 2005-10-16  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
22722         * arc-mode.el (archive-zip-extract): Doc fix.
22724 2005-10-16  Romain Francoise  <romain@orebokech.com>
22726         * mouse.el (mouse-1-click-follows-link): Doc fix.
22728 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
22730         * savehist.el: Don't require CL at runtime.
22731         (savehist-xemacs): Remove.
22732         (savehist-coding-system): Use utf-8 if present, regardless of religion.
22733         (savehist-no-conversion): Use (featurep 'xemacs).
22734         (savehist-load): Check existence of start-itimer rather than XEmacs.
22735         Use an idle timer.
22736         (savehist-process-for-saving): Replace use of CL funs `subseq' and
22737         `delete-if-not'.
22739 2005-10-16  Hrvoje Niksic  <hniksic@xemacs.org>
22741         * savehist.el: Newer version.
22742         (savehist-autosave-interval, savehist-coding-system, savehist-timer)
22743         (savehist-last-checksum, savehist-no-conversion): New vars.
22744         (savehist-autosave, savehist-process-for-saving, savehist-printable):
22745         New functions.
22746         (savehist-load, savehist-save): Use them.
22747         (savehist-delimit): Remove.
22749 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
22751         * progmodes/compile.el (compilation-goto-locus): Display the
22752         compilation buffer first and the source buffer second, in case they're
22753         in overlapping frames.  Don't raise the compilation frame if it was the
22754         selected window upon entry.  Pass the `other-window' arg to
22755         pop-to-buffer.
22757         * info.el (Info-fontify-node): Use dolist.
22758         Change add-text-properties to put-text-property.
22760 2005-10-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
22762         * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
22763         bound of search.
22765 2005-10-16  Masatake YAMATO  <jet@gyve.org>
22767         * dabbrev.el (dabbrev-completion): Pass the common
22768         prefix substring of completion to `display-completion-list'.
22770         * filecache.el (file-cache-minibuffer-complete)
22771         (file-cache-complete): Ditto.
22773         * tempo.el (tempo-display-completions): Ditto.
22775         * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
22777         * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
22779         * eshell/em-hist.el (eshell-list-history): Ditto.
22781         * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
22783         * mail/mailalias.el (mail-complete): Ditto.
22785         * progmodes/etags.el (complete-tag): Ditto.
22787         * progmodes/make-mode.el (makefile-complete): Ditto.
22789         * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
22791         * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
22793         * progmodes/pascal.el (pascal-complete-word)
22794         (pascal-show-completions): Ditto.
22796         * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
22798         * simple.el (completion-common-substring): New variable.
22799         (completion-setup-function): Use `completion-common-substring'
22800         to put faces.
22802 2005-10-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
22804         * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
22805         (x-get-selection, mac-select-convert-to-string): Convert from/to
22806         UTF-16 clipboard data as in native byte order, no BOM.
22808 2005-10-16  Nick Roberts  <nickrob@snap.net.nz>
22810         * progmodes/gud.el (gud-tool-bar-map): Rename the images
22811         appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
22812         (gud-sentinel): Use speedbar-frame to check for speedbar.
22814 2005-10-15  Richard M. Stallman  <rms@gnu.org>
22816         * savehist.el: New file.
22818 2005-10-14  Karl Chen  <quarl@cs.berkeley.edu>
22820         * textmodes/tex-mode.el (tex-font-lock-keywords-2):
22821         Fix bug in \bf fontification.
22823 2005-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
22825         * pcvs.el (cvs-edit-log-files): New var.
22826         (cvs-mode-edit-log): New arg `file'.
22827         (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
22828         Instead force the use of the original file and nothing else.
22829         (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
22830         the cvs-minor-wrap-function is set.
22831         (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
22833 2005-10-14  Bill Wohler  <wohler@newt.com>
22835         * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
22836         * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
22837         * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
22838         * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
22839         * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
22840         * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
22841         * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
22842         * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
22843         * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
22844         * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
22845         * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
22846         * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
22847         * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
22848         * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
22849         * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
22851         * progmodes/gud.el (gud-tool-bar-map): Rename the images
22852         appropriately (for example, gud-break to gud/break).
22854 2005-10-14  Chong Yidong  <cyd@stupidchicken.com>
22856         * longlines.el (longlinges-search-function)
22857         (longlines-search-forward, longlines-search-backward): New functions.
22858         (longlines-mode): Set isearch-search-fun-function to
22859         longlinges-search-function.
22861         * mouse.el (mouse-drag-region-1): Handle the case where a
22862         double-click event is bound to an arbitrary function.
22864 2005-10-14  David Ponce  <david@dponce.com>
22866         * recentf.el (recentf-track-opened-file)
22867         (recentf-track-closed-file, recentf-update-menu)
22868         (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
22869         (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
22870         mouse-1-click-follows-link.
22872 2005-10-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
22874         * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
22875         Gnome file-manager.png.  Suggested by
22876         Joachim Nilsson <joachim.nilsson@vmlinux.org>.
22878         * toolbar/README: Add diropen.xpm.
22880 2005-10-13  Bill Wohler  <wohler@newt.com>
22882         * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
22883         restrictions.  Suggested by David Robinow <drobinow@gmail.com>.
22885 2005-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
22887         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
22888         Don't waste the byte-compiler's time on constant data.
22890 2005-10-13  Kenichi Handa  <handa@m17n.org>
22892         * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
22893         byte with `escape-glyph' face.
22895         * international/fontset.el (ccl-encode-unicode-font):
22896         Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
22897         Handle the case that ucs-mule-to-mule-unicode translates a character to
22898         ASCII (usually for IPA characters).
22900 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
22902         * info.el (Info-fontify-node): Don't be fooled by a lone "...".
22903         Don't hide the underline of titles if font-lock-mode is disabled.
22905 2005-10-12  Bill Wohler  <wohler@newt.com>
22907         * makefile.w32-in (MH-E-SRC): New.  Used by mh-autoloads.
22908         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
22909         files in MH-E-SRC have been updated.
22910         (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
22912 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
22914         * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
22915         (mixal-mode-syntax-table): Add \n as end-comment.
22916         (mixal-operation-codes-alist): Immediately initialize to full value.
22917         (mixal-add-operation-code): Remove.
22918         (mixal-describe-operation-code): Make the arg non-optional.
22919         Use the interactive spec instead.
22920         Use mixal-operation-codes-alist rather than mixal-operation-codes.
22921         (mixal-font-lock-keywords): Don't highlight comments here any more.
22922         (mixal-font-lock-syntactic-keywords): New var.
22923         (mixal-mode): Use it.  Fix comment-start-skip.
22925 2005-10-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
22927         * startup.el (command-line-x-option-alist): -nb => -nbi.
22929 2005-10-12  Kim F. Storm  <storm@cua.dk>
22931         * startup.el (fancy-splash-default-action): Discard mouse click in
22932         the splash screen window, as it has no sensible meaning in the
22933         next window to be selected.  Fixes error reported by Jan D.
22935 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
22937         * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
22939 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
22941         * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
22942         Try to fix up minor layout issues like indentation, line break, etc...
22943         (mixal-mode-syntax-table): Don't try to specify comment syntax,
22944         because it doesn't work.
22945         (mixal-operation-codes): Add some more codes.
22946         (mixal-font-lock-keywords): Process comments here.
22947         (mixal-mode): mixasm no longer needs -g option.
22949 2005-10-11  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
22951         * progmodes/sh-script.el (sh-tmp-file):
22952         Use mktemp -t.  Finish support for es and rc shells.
22954 2005-10-11  Jay Belanger  <belanger@truman.edu>
22956         * calc/calcalg2.el (calc-integral): With an argument, compute the
22957         definite integral.
22959 2005-10-11  Chong Yidong  <cyd@stupidchicken.com>
22961         * mouse.el (mouse-drag-region-1): Don't try to catch a
22962         double-click when doing follow-link (it's overridden anyway).
22964 2005-10-11  Juanma Barranquero  <lekktu@gmail.com>
22966         * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
22967         (autoload-print-form-outbuf): Add docstring.
22969 2005-10-11  Juri Linkov  <juri@jurta.org>
22971         * info.el (Info-mode-menu): Delete menu item "Edit".
22972         (Info-mode): Delete description of Info-edit from docstring,
22973         and rearrange descriptions of Info commands in the order
22974         they are documented in the Info manual.
22976 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
22978         * calendar/appt.el (appt-check): Use diary-selective-display var.
22980 2005-10-10  Richard M. Stallman  <rms@gnu.org>
22982         * net/newsticker.el (newsticker-start, newsticker-show-news):
22983         Add autoload cookies.
22985 2005-10-10  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>
22987         * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
22989 2005-10-10  Karl Chen  <quarl@cs.berkeley.edu>
22991         * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
22993 2005-10-10  Jay Belanger  <belanger@truman.edu>
22995         * calc/calc-arith.el (math-check-known-scalarp)
22996         (math-check-known-matrixp): Check the values of arguments that are
22997         variables.
22998         (math-check-known-square-matrixp): New function.
22999         (math-known-square-matrixp): Use math-check-known-square-matrixp.
23000         (math-super-types): Add sqmatrix type.
23002         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
23003         mode name `square' to `sqmatrix'.
23005         * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
23006         mode name `square' to `sqmatrix'.
23008 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
23010         * progmodes/etags.el (select-tags-table-mode): Don't use
23011         selective-display.
23012         (tags-select-tags-table): Pass `button' to the action function.
23013         (select-tags-table): Place the side-info on button properties rather
23014         than in hidden text.  Abbreviate file names.
23015         (select-tags-table-mode-map): Inherit rather than copy buttom-map.
23016         (select-tags-table-select): Add `button' argument.
23017         Get side-info from the button property rather than from hidden text.
23019 2005-10-11  Nick Roberts  <nickrob@snap.net.nz>
23021         * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
23022         (gud-speedbar-buttons): Preserve point if possible.
23023         (gud-sentinel): Restore previous speedbar display type.
23025         * progmodes/gdb-ui.el (gdba): Improve diagram.
23026         (def-gdb-auto-update-handler, gdb-info-locals-handler)
23027         (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
23028         Call get-buffer-window once.
23030 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
23032         * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
23033         (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
23034         (pascal-indent-command): Remove unused var `ind'.
23035         (pascal-indent-case): Remove unused var `oldpos'.
23036         (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
23037         since it's now used as a proper minor mode map.
23038         (pascal-outline): Rename to pascal-outline-mode.
23039         (pascal-outline-mode): Use define-minor-mode.
23040         (pascal-outline-mode, pascal-outline-change): Use overlays rather than
23041         selective-display.
23043 2005-10-10  Andreas Schwab  <schwab@suse.de>
23045         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
23046         number.  Reported by Karl Chen <quarl@cs.berkeley.edu>.
23048         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
23049         outside source directory.
23051 2005-10-10  Carsten Dominik  <dominik@science.uva.nl>
23053         * textmodes/org.el (org-mode-map): Explicit definition of `C-c
23054         C-x' as a prefix.
23055         (orgtbl-mode-map): Full keymap instead of sparse, because all
23056         `self-insert-command' keys are redefined in this map.
23057         (org-export-as-html): Specify charset for HTML file, by taking it
23058         from the coding system.
23060 2005-10-10  Kenichi Handa  <handa@m17n.org>
23062         * textmodes/flyspell.el (flyspell-check-word-p):
23063         If unread-command-events is non-empty, don't call sit-for.
23065 2005-10-09  Richard M. Stallman  <rms@gnu.org>
23067         * font-lock.el (font-lock-syntactic-keywords)
23068         (font-lock-keywords): Doc fixes.
23070         * textmodes/flyspell.el (flyspell-external-point-words):
23071         Simplify logic, and don't try to check for consecutive appearances
23072         of one incorrect word.
23074 2005-10-10  Nick Roberts  <nickrob@snap.net.nz>
23076         * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
23077         separator.
23079         * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
23080         (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
23081         (gud-expansion-speedbar-buttons): New function.
23082         (gud-speedbar-buttons): Check for gud-comint-buffer.
23084 2005-10-09  Bill Wohler  <wohler@newt.com>
23086         * Makefile.in (updates): Add mh-loaddefs dependency.
23088 2005-10-09  Chong Yidong  <cyd@stupidchicken.com>
23090         * speedbar.el (speedbar-file-key-map): Fix typo.
23092 2005-10-09  Daniel Brockman  <daniel@brockman.se>
23094         * cus-start.el (line-spacing): Add custom spec.
23096 2005-10-09  Romain Francoise  <romain@orebokech.com>
23098         * textmodes/ispell.el (ispell-check-version): Fix last change.
23100 2005-10-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
23102         * term/x-win.el: Remove -i, --icon-type from comment.
23104         * startup.el (command-line-x-option-alist): Remove options -i,
23105         -itype, --icon-type, added -nb, --no-bitmap-icon.
23107 2005-10-09  Nick Roberts  <nickrob@snap.net.nz>
23109         * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
23110         instead of :active.
23112 2005-10-08  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
23114         * textmodes/ispell.el (ispell-check-version):
23115         Ignore hyphen, and all that follows, in aspell's version text.
23117 2005-10-08  Jay Belanger  <belanger@truman.edu>
23119         * calc/calc-arith.el (math-known-square-matrixp): New function.
23120         (math-pow-fancy): Check for matrices before distributing exponent
23121         across products.
23123         * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
23124         fullscreen keypad.  Suggested by Luc Teirlinck.
23125         (calc-keypad-show-input): Add space for formatting.
23127         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
23128         Add square matrix option.
23130         * calc/calc-poly.el (math-expand-term): Check for matrices instead
23131         of checking calc-matrix-mode when deciding how to expand.
23133         * calc/calc.el (calc-set-mode-line): Add square matrix option.
23135 2005-10-08  Lars Hansen  <larsh@soem.dk>
23137         * net/tramp.el (tramp-perl-directory-files-and-attributes):
23138         Add error handling.
23139         (tramp-handle-directory-files-and-attributes): Handle perl error msg.
23141 2005-10-08  Michael Albinus  <michael.albinus@gmx.de>
23143         Sync with Tramp 2.0.51.
23145         * net/tramp.el (tramp-handle-set-visited-file-modtime)
23146         (tramp-handle-insert-file-contents, tramp-handle-write-region):
23147         Insert special handling for `last-coding-system-used', again
23148         it still seems to be necessary (unlike stated before).
23149         Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
23150         (tramp-password-prompt-regexp): There might be other words before
23151         trailing ":".  Reported by Kurt Steinkraus <kurt@steinkraus.us>.
23152         (tramp-chunksize): Improve docstring.
23153         (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
23154         Emacs 20.  Use `tramp-octal-to-decimal' therefore.  Reported by
23155         Christian Joergensen <bugs@razor.dk>.
23157 2005-10-07  Glenn Morris  <rgm@gnu.org>
23159         * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
23160         (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
23161         precision'.
23163 2005-10-07  Romain Francoise  <romain@orebokech.com>
23165         * ibuf-ext.el (ibuffer-do-shell-command-pipe)
23166         (ibuffer-do-shell-command-pipe-replace)
23167         (ibuffer-do-shell-command-file, ibuffer-do-eval)
23168         (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
23169         (ibuffer-do-revert, ibuffer-do-replace-regexp)
23170         (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
23171         (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
23172         (ibuffer-filter-by-name, ibuffer-filter-by-filename)
23173         (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
23174         (ibuffer-filter-by-content, ibuffer-filter-by-predicate
23175         (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
23176         (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
23177         Autoload file sans suffix.
23179         * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
23181 2005-10-07  David Ponce  <david@dponce.com>
23183         * recentf.el (recentf-menu-open-all-flag): New option.
23184         (recentf-digit-shortcut-command-name): New function.
23185         (recentf--shortcuts-keymap): New variable.
23186         (recentf-menu-shortcuts): New variable.
23187         (recentf-make-menu-items): Initialize it.  Replace the "More..."
23188         menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
23189         (recentf-menu-value-shortcut): New function.
23190         (recentf-make-menu-item): Use it.  No more in-lined.
23191         (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
23192         (recentf-open-most-recent-file): Rename from
23193         `recentf-open-file-with-key'.  Don't depend on key binding.
23194         (recentf-mode-map): New variable.
23195         (recentf-mode): Use it.
23197 2005-10-06  Bill Wohler  <wohler@newt.com>
23199         * mh-e/mh-loaddefs.el: Remove.  Now generated automatically.
23201         * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
23202         (MH-E-SRC): New.  Used by mh-autoloads.
23203         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
23204         files in MH-E-SRC have been updated.
23205         (compile, recompile, bootstrap): Depend on mh-autoloads.
23207 2005-10-07  Nick Roberts  <nickrob@snap.net.nz>
23209         * progmodes/gud.el (gud-menu-map): Only display un-intuitive
23210         gud-break and gud-remove icons when the fringe is not available.
23212         * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
23213         Typo.
23215 2005-10-06  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>
23217         * play/zone.el (zone): Wrap body with save-window-excursion.
23219 2005-10-06  Stefan Monnier  <monnier@iro.umontreal.ca>
23221         * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
23222         Use the new `list-only' arg to diary-list-entries.
23224         * calendar/diary-lib.el: Use overlays rather than selective-display.
23225         (diary-selective-display): New var.
23226         (diary-header-line-format): Use it.
23227         (diary-list-entries): Add argument `list-only'.
23228         Put the buffer in diary-mode.  Don't add \^M at beg and end.
23229         Replace \^M by invisible overlays.
23230         (diary-unhide-everything): Replace \^M by invisible overlays.
23231         (print-diary-entries): Look for overlays rather than \^M.
23232         Add a space to the temp buffer name.
23233         (diary-show-all-entries, mark-diary-entries, make-diary-entry):
23234         Put the buffer in diary-mode.
23235         (list-sexp-diary-entries): Replace \^M by invisible overlays.
23236         (diary-anniversary): Make the year arg optional.
23237         (diary-time-regexp): New const.
23238         (diary-font-lock-keywords): Use it to accept a few more time formats.
23240         * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
23242 2005-10-06  Thien-Thi Nguyen  <ttn@gnu.org>
23244         * textmodes/artist.el (artist-ellipse-mirror-quadrant):
23245         Fix bug introduced 2005-07-03: Use (car (last ...))
23246         to faithfully reproduce replaced artist-last.
23247         (artist-set-arrow-points-for-poly): Likewise.
23248         Suggested by Johan Bockg\e,Ae\e(Brd.
23250 2005-10-06  Juanma Barranquero  <lekktu@gmail.com>
23252         * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
23253         * wid-edit.el (widget):
23254         * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
23255         * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
23257 2005-10-06  Kenichi Handa  <handa@m17n.org>
23259         * international/mule-cmds.el (set-language-environment):
23260         Fix setting up of case-table for unibyte mode.
23262         * simple.el (what-cursor-position): If the character is displayed
23263         by some `display' text property, show that.  Don't use
23264         single-key-description for eight-bit characters in multibyte mode.
23266 2005-10-06  Nick Roberts  <nickrob@snap.net.nz>
23268         * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
23269         (gdb-ann3): Set it.
23270         (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
23271         (gdb-info-frames-custom): Use inverse-video for first five
23272         characters of selected frame only.
23273         (gdb-get-frame-number): Select frame even when point is on frame
23274         number.
23276 2005-10-06  Masatake YAMATO  <jet@gyve.org>
23278         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
23279         Put `font-lock-function-name-face'.
23280         (gdb-info-frames-custom): Put `font-lock-function-name-face'
23281         and `font-lock-variable-name-face'
23282         (gdb-registers-font-lock-keywords): New font lock keywords definition.
23283         (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
23284         (gdb-memory-font-lock-keywords): New font lock keywords definition.
23285         (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
23286         (gdb-local-font-lock-keywords): New font lock keywords definition.
23287         (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
23288         (gdb-threads-font-lock-keywords): New font lock keywords definition.
23289         (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
23291 2005-10-05  Michael Kifer  <kifer@cs.stonybrook.edu>
23293         * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
23294         (ediff-merge-region-is-non-clash-to-skip): Previously called
23295         ediff-merge-region-is-non-clash.
23297         * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
23298         Use insert-buffer-substring.
23300         * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
23301         selecting files to patch.  Also bug fixes.
23303         * ediff-util.el (ediff-setup): Bug fix.
23304         (ediff-next-difference): Never skip clashes that differ in white
23305         space only.
23307         * ediff-wind.el (ediff-setup-control-frame)
23308         (ediff-destroy-control-frame): Check the menubar feature.
23310         * emulation/viper-cmd.el (viper-normalize-minor-mode-map-alist)
23311         (viper-refresh-mode-line): Use make-local-variable to localize
23312         some vars instead of make-variable-buffer-local.  Suggested by
23313         Stefan Monnier.
23315         * emulation/viper-init.el (viper-make-variable-buffer-local):
23316         Delete alias.
23317         (viper-restore-cursor-type, viper-set-insert-cursor-type):
23318         Use make-local-variable instead of make-variable-buffer-local.
23319         Suggested by Stefan Monnier.
23321         * emulation/viper.el (viper-mode): Don't use
23322         viper-make-variable-buffer-local.
23323         (viper-comint-mode-hook): Use make-local-variable on
23324         require-final-newline.
23325         (viper-non-hook-settings): Don't use make-variable-buffer-local.
23327 2005-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
23329         * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
23330         also the second char of a comment-start sequence.
23331         (scheme-sexp-comment-syntax-table): New var.
23332         (lambda, define): Set their scheme-doc-string-elt property.
23333         (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
23334         Use lisp-font-lock-syntactic-face-function now that it properly
23335         handles |...| symbols.
23336         (scheme-mode-variables): Set lisp-doc-string-elt-property,
23337         parse-sexp-lookup-properties and font-lock-extra-managed-props.
23339         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
23340         bit from # to |.
23341         (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
23343         * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
23344         (lisp-doc-string-elt-property): New var.
23345         (lisp-font-lock-syntactic-face-function): Use it.
23346         Rewrite to recognize docstrings even for forms not at toplevel.
23348         * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
23349         annotation on the | part of #| rather than on the # part.
23350         (scheme-font-lock-syntactic-face-function): New function, to
23351         distinguish strings from |...| symbols.
23352         (scheme-mode-variables): Use it.  Also fix up the font-lock-time
23353         syntax-table so that #|...|# is properly highlighted.
23355         * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
23356         Don't mark as docstring the 3rd elem of an unknown toplevel form.
23358 2005-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
23360         * bindings.el (global-map): Resync [home] and [end] bindings with C-a
23361         and C-e.
23363         * emacs-lisp/eldoc.el: Move comments into docstrings.
23364         (eldoc-message-commands): Initialize in its declaration.
23365         Add move-beginning-of-line and move-end-of-line.
23366         (eldoc-add-command, eldoc-add-command-completions)
23367         (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
23369         * outline.el (outline-mark-subtree): Activate the mark.
23371         * calendar/appt.el (appt-time-regexp): New var.
23372         (appt-add, appt-make-list): Use it.
23373         (appt-convert-time): Clean up.
23375         * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
23376         Don't set any syntax-table property here.
23377         (tex-font-lock-verb): New function.  Do it here.
23378         (tex-font-lock-syntactic-keywords): Use it.
23380 2005-10-04  Richard M. Stallman  <rms@gnu.org>
23382         * wid-edit.el (widget-file-complete): Get the widget start point
23383         the right way.  Default directory to `/' if file has none.
23385         * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
23387         * textmodes/flyspell.el (flyspell-mode-on):
23388         Call ispell-maybe-find-aspell-dictionaries.
23390         * textmodes/ispell.el (ispell-word, ispell-region):
23391         Call ispell-maybe-find-aspell-dictionaries.
23392         (ispell-accept-buffer-local-defs):
23393         Don't call ispell-maybe-find-aspell-dictionaries.
23395 2005-10-04  Richard M. Stallman  <rms@gnu.org>
23397         * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
23399 2005-10-04  Emilio C. Lopes  <eclig@gmx.net>
23401         * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
23402         instead of `fboundp' in order to allow for anonymous functions.
23404 2005-10-04  Chong Yidong  <cyd@stupidchicken.com>
23406         * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
23407         case the user clicks on the link while another window is selected.
23408         (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
23410         * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
23411         functionality.
23412         (dframe-help-echo): Save point in case mouse tracking is off.
23414 2005-10-04  Thien-Thi Nguyen  <ttn@gnu.org>
23416         * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
23418 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
23420         * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
23421         not change the global value of those vars.
23423         * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
23424         make-local-variable which we do not need any more.
23426 2005-10-03  Chong Yidong  <cyd@stupidchicken.com>
23428         * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
23429         (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
23430         (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
23431         (speedbar-path-line): Define obsolete aliases.
23432         (speedbar-line-directory): Doc fix.
23434         * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
23435         (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
23436         instead of speedbar-line-path.
23438 2005-10-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
23440         * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
23441         to nil if dropping on a window.  Handle dropping on a minibuffer window
23442         like dropping on a non-window part of Emacs.
23444 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
23446         * net/ange-ftp.el: Use with-current-buffer.
23447         (ange-ftp-insert-directory): Do not follow symlinks any more.
23449         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
23450         Remove interactive spec.
23452 2005-10-03  Kim F. Storm  <storm@cua.dk>
23454         * ido.el (ido-mode): Use custom-initialize-set.
23456 2005-10-02  Richard M. Stallman  <rms@gnu.org>
23458         * progmodes/ebnf2ps.el (ebnf-eps-production-list):
23459         Use insert-buffer-substring.
23461         * net/tramp.el: Pacify byte compiler warnings in pacification code.
23462         (tramp-handle-file-local-copy): Use insert-buffer-substring.
23464 2005-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
23466         * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
23467         in last change.
23468         (ange-ftp-insert-directory): Fix up the search for the case where
23469         `file' is absolute.
23471 2005-10-02  Romain Francoise  <romain@orebokech.com>
23473         * progmodes/compile.el (compile-goto-error): Delete extra paren.
23475 2005-10-02  Andreas Schwab  <schwab@suse.de>
23477         * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
23478         directory component in the session info.
23480 2005-10-01  Richard M. Stallman  <rms@gnu.org>
23482         * comint.el (comint-redirect-subvert-readonly): Doc fix.
23484         * simple.el (next-error-internal): New function.
23486         * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
23487         (compilation-start): Pass new arg to compilation-buffer-name.
23488         (compile-goto-error): Use next-error-internal.
23490 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
23492         * speedbar.el: Remove RCS tag.
23493         (speedbar-check-read-only): Handle non-existent files.
23495         * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
23497         * info.el (Info-speedbar-hierarchy-buttons)
23498         (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
23500 2005-10-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
23502         * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
23503         Do not match newline.
23504         (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
23505         (bibtex-summary): Remove unnecessary save-excursion.
23506         (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
23508 2005-10-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
23510         * term/mac-win.el: Add charset info for "iso10646-1".
23511         Modify default fontset to use ATSUI-compatible fonts for some charsets
23512         if available.
23514 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
23516         * speedbar.el: Re-apply arch tag.
23517         (speedbar-version): Rename to version 1.0.  Suggested by Eric
23518         M. Ludlam.
23519         Reapply two changes from Emacs CVS' version of speedbar lost
23520         during the merge:
23521         (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
23522         (speedbar-frame-parameters): Improve customize type.
23524 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
23526         * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
23527         (ange-ftp-file-directory-p): Fix the symlink case.
23528         (ange-ftp-insert-directory): When listing a single file, get a list of
23529         the parent buffer and extract the relevant line.  Inspired from a patch
23530         by Katsumi Yamaoka <yamaoka@jpl.org>.
23531         (ange-ftp-file-name-sans-versions): Simplify.
23533 2005-09-30  Bill Wohler  <wohler@newt.com>
23535         Move MH-E image files from toolbar and mail directories into
23536         etc/images.
23538         * mail/reply2.*: Move to etc/images/mail/reply*.
23540         * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
23541         * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
23542         etc/images.
23544         * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
23545         * toolbar/reply*: Move to etc/images/mail.
23547         * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
23549 2005-09-30  Eric M. Ludlam  <zappo@gnu.org>
23551         * speedbar.el: New version 1.0pre3.
23553         Frame management code (including timer, and mouse click specifics)
23554         moved to dframe.el:
23555         (speedbar-attached-frame): Removed.  Use dframe-attached-frame.
23556         (speedbar-timer): Removed.  Use dframe-timer.
23557         (speedbar-close-frame): Removed.  Use dframe-close-frame.
23558         (speedbar-activity-change-focus-flag): Removed.  Use
23559         dframe-activity-change-focus-flag.
23560         (speedbar-update-speed, speedbar-navigating-speed): Obsolete.  Use
23561         dframe-update-speed.
23563         (speedbar-current-frame): New macro.  Use this instead of the
23564         variable speedbar-frame.
23566         (speedbar-use-images, speedbar-expand-image-button-alist)
23567         (speedbar-insert-image-button-maybe): Moved to sb-image.el.
23569         (speedbar-find-image-on-load-path): Removed.  Replaced by
23570         defezimage in ezimage.el.
23571         (speedbar-expand-image-button-alist): Removed.  Replaced by
23572         ezimage-expand-image-button-alist in ezimage.el.
23574         (speedbar-ignored-directory-regexp)
23575         (speedbar-add-ignored-directory-regexp)
23576         (speedbar-ignored-directory-expressions)
23577         (speedbar-line-directory, speedbar-buffers-line-directory)
23578         (speedbar-directory-line, speedbar-buffers-line-directory):
23579         Renamed, replacing `path' with `directory'.
23581         (speedbar-create-directory, speedbar-expand-line-descendants)
23582         (speedbar-toggle-line-expansion)
23583         (speedbar-contract-line-descendants): New commands.
23585         (speedbar-query-confirmation-method, speedbar-select-frame-method)
23586         (speedbar-use-tool-tips-flag): New options.
23588         (speedbar-check-read-only, speedbar-require-version)
23589         (speedbar-insert-separator, speedbar-buffers-tail-notes)
23590         (speedbar-handle-delete-frame, speedbar-try-completion)
23591         (speedbar-update-localized-contents): New functions.
23593         (speedbar-incompatible-version, speedbar-ro-to-do-point)
23594         (speedbar-object-read-only-indicator): New variables.
23596         (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
23597         New hooks.
23599         (speedbar-separator-face): New face.
23601         (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
23602         (speedbar-ignored-modes): Add fundamental-mode.
23603         (speedbar-directory-unshown-regexp): Add . directories.
23605         (speedbar-key-map): Remove old SPC and DEL page up/down keys.
23606         (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
23607         `]' for full expand/close.
23608         (speedbar-buffers-key-map): Add SPC to toggle node expansion.
23610         (speedbar-check-vc): Support hidden files.
23611         (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
23612         (speedbar-this-file-in-vc): Use vc-state if available.  If VC
23613         state is nil, it is not checked out.
23615         (speedbar-line-text, speedbar-line-token): Support expand buttons
23616         with no text.
23617         (speedbar-refresh): Universal argument acts as power-click.
23618         (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
23619         that buffer to get variable values.
23621         And many other bugfixes.
23623         * dframe.el, ezimage.el, sb-image.el: New files.
23625         * sb-*.xpm: Remove files.  New image files installed into
23626         etc/images/ezimage.
23628 2005-09-30  Kenichi Handa  <handa@m17n.org>
23630         * ps-mule.el (ps-mule-show-warning): If a character is in
23631         ps-print-translation-table, don't treat it as non-printable.
23633 2005-09-30  David Ponce  <david@dponce.com>
23635         * tree-widget.el (tree-widget-themes-load-path): New variable.
23636         (tree-widget-themes-directory): Doc fix.
23637         (tree-widget-image-formats) [Emacs]: Doc fix.
23638         (tree-widget--locate-sub-directory): New function.
23639         (tree-widget-themes-directory): Use it.
23641         * recentf.el (recentf-filename-handlers): Rename from
23642         `recentf-filename-handler'.  Allow a list of functions.
23643         (recentf-menu-items-for-commands): Fix :help strings.
23644         (recentf-apply-filename-handlers): New function.
23645         (recentf-expand-file-name): Use it.
23646         (recentf-cleanup): Remove duplicates too.
23648 2005-09-29  Juri Linkov  <juri@jurta.org>
23650         * faces.el: Rearrange face definitions to be in the same order as
23651         their face descriptions in "(emacs)Standard Faces".
23653         * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
23655         * tooltip.el (tooltip): Add group `basic-faces'.
23657         * buff-menu.el (Buffer-menu-buffer): Remove group
23658         `font-lock-highlighting-faces'.
23660         * progmodes/compile.el (compilation-error, compilation-warning)
23661         (compilation-info, compilation-line-number, compilation-column-number):
23662         Change group from `font-lock-highlighting-faces' to `compilation'.
23664         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
23665         (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
23666         (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
23667         (vhdl-font-lock-reserved-words-face)
23668         (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
23669         `font-lock-highlighting-faces'.
23671         * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
23673 2005-09-28  Kim F. Storm  <storm@cua.dk>
23675         * emulation/cua-base.el: Set CUA move property on additional commands:
23676         up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
23677         forward-sexp, backward-sexp, forward-list, backward-list.
23679 2005-09-28  Romain Francoise  <romain@orebokech.com>
23681         * comint.el (comint-show-output): Really set point at the
23682         beginning of the output when not using `comint-use-prompt-regexp'.
23684 2005-09-27  Jay Belanger  <belanger@truman.edu>
23686         * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
23687         in TeX mode.
23689 2005-09-26  Juanma Barranquero  <lekktu@gmail.com>
23691         * textmodes/org.el (org-table-sum): Fix format string.
23693         * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
23694         Quote face names.
23696 2005-09-26  Romain Francoise  <romain@orebokech.com>
23698         * isearch.el (isearch-forward-regexp): Close doc string.
23700 2005-09-25  Richard M. Stallman  <rms@gnu.org>
23702         * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
23704         * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
23706         * progmodes/compile.el (compilation-error-properties):
23707         When getting the file from the previous error message,
23708         correctly decode the new data format.
23710         * progmodes/cc-cmds.el (c-electric-paren):
23711         Call old-blink-paren only for close-paren.
23713 2005-09-24  Andreas Schwab  <schwab@suse.de>
23715         * term/rxvt.el (rxvt-register-default-colors): Delete redundant
23716         condition.
23718 2005-09-25  Romain Francoise  <romain@orebokech.com>
23720         * dired-aux.el (dired-copy-file-recursive):
23721         * dired.el (dired-delete-file):
23722         * ediff-mult.el (ediff-dir-diff-copy-file):
23723         * ediff-util.el (ediff-test-save-region):
23724         * forms.el (forms-mode):
23725         * ido.el (ido-file-internal, ido-delete-file-at-head):
23726         * log-edit.el (log-edit-done):
23727         * ses.el (ses-yank-resize):
23728         * play/gomoku.el (gomoku-human-plays, gomoku)
23729         (gomoku-human-resigns, gomoku-prompt-for-other-game)
23730         (gomoku-offer-a-draw):
23731         * play/landmark.el (lm-human-resigns, lm):
23732         * net/eudcb-ldap.el (eudc-ldap-check-base):
23733         * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
23734         * progmodes/ebrowse.el (ebrowse-find-pattern):
23735         * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
23736         * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
23737         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
23739         * vc.el (vc-delete-file):
23740         * play/gomoku.el (gomoku-terminate-game, gomoku)
23741         (gomoku-prompt-for-move, gomoku-human-takes-back):
23742         * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
23743         (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
23745 2005-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
23747         * term/rxvt.el (rxvt-register-default-colors): Add support for 255
23748         color rxvt terminals by using the code xterm.el used to use before
23749         2005-04-09 in order to match the colors used by rxvt.
23751 2005-09-24  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
23753         * term/rxvt.el (rxvt-register-default-colors): Add support for 88
23754         colors rxvt-unicode terminals by using the same code as xterm.el.
23756 2005-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
23758         * textmodes/tex-mode.el (tex-font-lock-append-prop)
23759         (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
23760         new symbol used for the tex-verbatim face.
23762 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
23764         * woman.el (woman-file-name):
23765         * wid-edit.el (widget-file-prompt-value)
23766         (widget-coding-system-prompt-value):
23767         * w32-fns.el (set-w32-system-coding-system):
23768         * vc.el (vc-version-diff, vc-annotate):
23769         * textmodes/reftex-auc.el (reftex-arg-cite)
23770         (reftex-arg-index-tag):
23771         * textmodes/refer.el (refer-get-bib-files):
23772         * textmodes/artist.el (artist-figlet-choose-font):
23773         * terminal.el (terminal-emulator):
23774         * replace.el (occur-read-primary-args):
23775         * rect.el (string-rectangle, string-insert-rectangle):
23776         * ps-print.el (ps-print-preprint):
23777         * progmodes/pascal.el (pascal-goto-defun):
23778         * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
23779         * progmodes/compile.el (compilation-find-file):
23780         * printing.el (pr-interactive-n-up):
23781         * play/animate.el (animate-birthday-present):
23782         * net/rcompile.el (remote-compile):
23783         * man.el (man, Man-goto-section, Man-follow-manual-reference):
23784         * mail/rmailsum.el (rmail-summary-search-backward)
23785         (rmail-summary-search):
23786         * mail/rmailout.el (rmail-output-read-rmail-file-name)
23787         (rmail-output-read-file-name):
23788         * mail/rmail.el (rmail-search, rmail-search-backwards):
23789         * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
23790         * locate.el (locate):
23791         * international/quail.el (quail-show-keyboard-layout):
23792         * international/mule.el (set-buffer-file-coding-system)
23793         (revert-buffer-with-coding-system, set-file-name-coding-system)
23794         (set-terminal-coding-system, set-keyboard-coding-system)
23795         (set-next-selection-coding-system):
23796         * international/mule-diag.el (describe-coding-system)
23797         (describe-font, describe-fontset):
23798         * international/mule-cmds.el (universal-coding-system-argument)
23799         (search-unencodable-char, describe-input-method)
23800         (set-language-environment, describe-language-environment):
23801         * international/codepage.el (codepage-setup):
23802         * international/code-pages.el (codepage-setup):
23803         * info.el (Info-search, Info-follow-reference)
23804         (Info-search-backward):
23805         * emacs-lisp/advice.el (ad-read-advised-function)
23806         (ad-read-advice-class, ad-clear-cache, ad-activate)
23807         (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
23808         (ad-enable-advice, ad-disable-advice, ad-remove-advice)
23809         (ad-read-regexp):
23810         * ediff-util.el (ediff-toggle-regexp-match):
23811         * ediff-ptch.el (ediff-prompt-for-patch-file):
23812         * dired-aux.el (dired-diff):
23813         * diff.el (diff):
23814         * cus-edit.el (custom-variable-prompt):
23815         * calendar/timeclock.el (timeclock-ask-for-project):
23816         * calc/calcalg3.el (calc-get-fit-variables):
23817         * calc/calc-store.el (calc-edit-variable)
23818         (calc-permanent-variable):
23819         * vc-mcvs.el (vc-mcvs-register):
23820         * shadowfile.el (shadow-define-literal-group):
23821         * woman.el (woman-file-name):
23822         * vc.el (vc-version-diff, vc-merge):
23823         * textmodes/reftex-index.el (reftex-index-complete-tag):
23824         * format.el (format-decode-buffer, format-decode-region):
23825         * emulation/viper-cmd.el (viper-read-string-with-history):
23826         * emacs-lisp/debug.el (cancel-debug-on-entry):
23827         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
23828         * ediff.el (ediff-merge-revisions)
23829         (ediff-merge-revisions-with-ancestor, ediff-revision):
23830         * completion.el (interactive-completion-string-reader):
23831         * calc/calc-prog.el (calc-user-define-formula):
23832         Follow convention for reading with the minibuffer.
23834 2005-09-24  Steven Huwig  <steven_h@acm.org>  (tiny change)
23836         * progmodes/python.el (python-describe-symbol): Add globals() and
23837         locals() to the arguments of emacs.ehelp.
23839 2005-09-24  Magnus Henoch  <mange@freemail.hu>
23841         * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
23842         New function, code extracted from ispell-valid-dictionary-list.
23843         (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
23844         Call it.
23846 2005-09-24  Eli Zaretskii  <eliz@gnu.org>
23848         * subr.el (version-regexp-alist): Extend valid syntax for version
23849         strings: allow any of the characters -,_,+ to separate the
23850         alpha/beta/rc part from the version part.  Doc fix.
23851         (version-to-list): Doc fix.  Bind case-fold-search to t, as advertised.
23853 2005-09-23  David Reitter  <david.reitter@gmail.com>
23855         * mail/mailclient.el: New file.
23857 2005-09-23  Richard M. Stallman  <rms@gnu.org>
23859         * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
23860         (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
23861         Doc fixes.
23863         * progmodes/cc-mode.el (c-font-lock-init):
23864         Specify font-lock-lines-before.
23866 2005-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
23868         * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
23869         whole conflict.
23871 2005-09-23  Carsten Dominik  <dominik@science.uva.nl>
23873         * textmodes/org.el (org-mode-map, orgtbl-mode-map):
23874         Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix.  Make use
23875         of `remap' feature when available.  Additional key bindings for
23876         better tty support.
23877         (org-mode-restart, org-force-self-insert): New commands.
23878         (org-time-stamp-inactive): New command.
23879         (org-remap): New function.
23880         (org-table-auto-blank-field, org-level-color-stars-only): New options.
23881         (org-enable-fixed-width-editor): Move to `org-structure'
23882         customization group.
23883         (org-self-insert-command, orgtbl-self-insert-command): Modify to
23884         blank field after field motion commands.
23886 2005-09-23  Kenichi Handa  <handa@m17n.org>
23888         * international/mule-cmds.el (set-language-environment):
23889         Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
23890         have to call utf-translate-cjk-load-tables.
23892 2005-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
23894         * mouse.el (mouse-move-drag-overlay): Fix last change.
23896 2005-09-22  David Ponce  <david@dponce.com>
23898         * tree-widget.el (tree-widget-value-create): Fix previous change.
23900 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
23902         * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
23904 2005-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
23906         * mouse.el (mouse-move-drag-overlay): New function.
23907         (mouse-drag-region-1): Use it.
23908         Try to simplify a bit the state handling.  Handle clicks on links
23909         inside intangible areas.
23910         (mouse-save-then-kill): Minor simplification.
23911         (mouse-secondary-overlay): Make it always non-nil instead of
23912         recreating it each time.
23913         (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
23914         (mouse-kill-secondary, mouse-secondary-save-then-kill):
23915         Simplify accordingly.
23917 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
23919         * term/rxvt.el (rxvt-standard-colors): Fix some colors.
23921 2005-09-20  Michael Kifer  <kifer@cs.stonybrook.edu>
23923         * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
23924         (ediff-file-name-sans-prefix): Treat nil as an empty string.
23925         (ediff-fixup-patch-map): Better heuristic for intuiting the file names
23926         to patch.
23928         * ediff-util.el: Use insert-buffer-substring.
23930         * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
23932         * emulation/viper-cmd.el (viper-change-state): Don't move over the
23933         field boundaries in the minibuffer.
23934         (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
23935         (viper-minibuffer-post-command-hook): New hook.
23936         (viper-line): Don't move cursor at bolp.
23938         * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
23940         * emulation/viper-init.el: Add alias to make-variable-buffer-local to
23941         avoid compiler warnings.
23943         * emulation/viper-macs.el (ex-map): Better messages.
23945         * emulation/viper-utils.el (viper-beginning-of-field): New function.
23947         * emulation/viper.el: Replace make-variable-buffer-local with
23948         viper-make-variable-buffer-local everywhere, to avoid warnings.
23950 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
23952         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
23953         Delete unused var `old-selected-window'.
23954         (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
23955         (mouse-drag-secondary): Delete unused var `start-frame'.
23957 2005-09-19  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
23959         * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
23961 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
23963         * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
23964         Re-indent within 80 columns.  Use inhibit-read-only.
23966 2005-09-19  Romain Francoise  <romain@orebokech.com>
23968         * calendar/diary-lib.el (mark-diary-entries): Revert last change.
23970 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
23972         * font-lock.el (font-lock-default-fontify-region): Don't add a line
23973         unconditionally, since the after-change-function already did it.
23975 2005-09-19  Miles Bader  <miles@gnu.org>
23977         * net/newsticker.el: Get rid of CVS keyword.
23979 2005-09-19  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
23981         * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
23982         The prompt is formatted later.
23984 2005-09-19  David Ponce  <david@dponce.com>
23986         * tree-widget.el (tree-widget-value-create): Save the converted
23987         tree :node widget.
23989 2005-09-19  Juanma Barranquero  <lekktu@gmail.com>
23991         * progmodes/sh-script.el (sh-blink): Fix spurious reference to
23992         variable `message'.
23994 2005-09-18  Michael Albinus  <michael.albinus@gmx.de>
23996         * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
23997         to cover prompts like "login as:".  Reported by Slawomir Nowaczyk
23998         <slawomir.nowaczyk.847@student.lu.se>.
24000 2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
24002         * image.el (image-load-path): Use symbol `data-directory' instead
24003         of its value, for backward compatibility with packages that bind
24004         it during `find-image'.  Suggested by Katsumi Yamaoka.
24005         (image-search-load-path): Handle symbols whose values are strings.
24007 2005-09-18  Romain Francoise  <romain@orebokech.com>
24009         * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
24010         with-current-buffer form in save-excursion.
24012 2005-09-18  Deepak Goel  <deego@gnufans.org>
24014         * apropos.el (apropos-command): Fix `message' call: first arg
24015         should be a format spec.  In this and all other cases that appear
24016         below and elsewhere in the source code, I made a change only when
24017         two conditions were satisfied: [1] I can think of a possibility
24018         that the arguments would cause an error, for example, the code in
24019         question relies on external variables such as filenames.  [2] I
24020         was sure that the arg to `message' could not have been nil in the code.
24022         * textmodes/tildify.el (tildify-region): Ditto.
24024         * textmodes/reftex-index.el (reftex-index-change-entry)
24025         (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
24026         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
24027         * textmodes/org.el (org-complete, org-deadline, org-schedule)
24028         (org-priority, org-table-sum):
24029         * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
24030         * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
24031         (flyspell-word, flyspell-display-next-corrections):
24032         * textmodes/bibtex.el (bibtex-print-help-message):
24033         * textmodes/artist.el (artist-key-set-point-poly):
24034         * term/mac-win.el (mac-services-insert-text):
24035         * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
24036         (vhdl-hooked-abbrev, vhdl-template-insert-fun)
24037         (vhdl-port-paste-testbench, vhdl-compose-new-component)
24038         (vhdl-compose-configuration):
24039         * progmodes/sh-script.el (sh-blink, sh-show-indent)
24040         (sh-set-indent, sh-learn-line-indent):
24041         * progmodes/ps-mode.el (ps-mode-target-column):
24042         * progmodes/idlwave.el (idlwave-make-tags)
24043         (idlwave-scan-library-catalogs):
24044         * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
24045         * progmodes/gud.el (gud-jdb-analyze-source):
24046         * progmodes/flymake.el (flymake-log):
24047         * progmodes/ebnf2ps.el (ebnf-generate-region):
24048         * progmodes/cmacexp.el (c-macro-expansion):
24049         * progmodes/ada-xref.el (ada-treat-cmd-string):
24050         * progmodes/ada-mode.el (ada-create-case-exception-substring)
24051         (ada-justified-indent-current, ada-batch-reformat):
24052         * play/zone.el (zone):
24053         * play/landmark.el (lm-move):
24054         * play/decipher.el (decipher-show-alphabet):
24055         * net/newsticker.el (newsticker--display-jump)
24056         (newsticker--display-scroll):
24057         * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
24058         (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
24059         * mail/feedmail.el (feedmail-dump-message-to-queue):
24060         * eshell/esh-proc.el (eshell-remove-process-entry):
24061         * emulation/ws-mode.el (ws-last-error):
24062         * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
24063         (viper-record-kbd-macro):
24064         * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
24065         * emacs-lisp/lisp-mnt.el (lm-report-bug):
24066         * emacs-lisp/find-func.el (find-function-noselect):
24067         * calendar/timeclock.el (timeclock-status-string)
24068         (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
24069         (timeclock-when-to-leave-string):
24070         * calendar/icalendar.el (icalendar--convert-ical-to-diary):
24071         * calc/calc-units.el (calc-enter-units-table):
24072         * calc/calc-mode.el (calc-mode-record-mode):
24073         * woman.el (woman-mini-help):
24074         * wdired.el (wdired-change-to-wdired-mode):
24075         * vc.el (vc-retrieve-snapshot):
24076         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
24077         * startup.el (display-startup-echo-area-message):
24078         * simple.el (set-goal-column):
24079         * ses.el (ses-command-hook, ses-recalculate-cell):
24080         * server.el (server-process-filter):
24081         * printing.el (pr-interface-txt-print, pr-interface-printify)
24082         (pr-interface-ps):
24083         * pcvs.el (cvs-help):
24084         * log-edit.el (log-edit, log-edit-mode-help):
24085         * iswitchb.el (iswitchb-possible-new-buffer):
24086         * isearch.el (isearch-edit-string):
24087         * image-mode.el (image-mode, image-minor-mode):
24088         * ibuf-macs.el (define-ibuffer-filter):
24089         * hi-lock.el (hi-lock-find-patterns):
24090         * files.el (toggle-read-only):
24091         * ediff-util.el (ediff-copy-diff)
24092         (ediff-write-merge-buffer-and-maybe-kill):
24093         * echistory.el (Electric-history-undefined):
24094         * dnd.el (dnd-insert-text):
24095         * dired-aux.el (dired-query):
24096         * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
24097         * bookmark.el (bookmark-bmenu-locate):
24098         * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
24099         Fix `message' calls to ensure first arg is a format string.
24100         The change was made only when these two conditions were satisfied:
24101         [1] when there is a possibility that the arguments would cause an error
24102         for example, if the code in question relies on external variables
24103         such as filenames, and
24104         [2] if the arg to `message' could not have been nil in the code.
24106         * pcomplete.el (pcomplete--help): Fix `message' format spec.
24107         Not having a %s would be weird, though not technically wrong.
24109 2005-09-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
24111         * term/mac-win.el (mac-add-charset-info): Doc fix.
24113 2005-09-17  Romain Francoise  <romain@orebokech.com>
24115         * shell.el (shell-resync-dirs): Handle echoing processes more
24116         reliably.  Don't insert resync command if `comint-process-echoes'
24117         is non-nil.
24119 2005-09-17  Magnus Henoch  <mange@freemail.hu>
24121         * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
24122         (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
24123         aspell versions >= 0.60.
24124         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
24125         only if ispell-aspell-supports-utf8 is non-nil.
24127 2005-09-17  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
24129         * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
24130         buffer-local value to lisp-indent-function.
24132 2005-09-17  Milan Zamazal  <pdm@zamazal.org>
24134         * progmodes/glasses.el (glasses-make-readable): If
24135         glasses-separator differs from underscore, put appropriate
24136         overlays over underscore characters.
24137         (glasses-convert-to-unreadable): If glasses-separator differs from
24138         underscore, try to convert glasses-separator characters to
24139         underscores.
24141 2005-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
24143         * calendar/diary-lib.el (mark-diary-entries): Don't move point.
24144         Use with-syntax-table and dolist.
24146 2005-09-16  Carsten Dominik  <dominik@science.uva.nl>
24148         * textmodes/reftex-auc.el:
24149         * textmodes/reftex-cite.el:
24150         * textmodes/reftex-dcr.el:
24151         * textmodes/reftex-global.el:
24152         * textmodes/reftex-parse.el:
24153         * textmodes/reftex-ref.el:
24154         * textmodes/reftex-sel.el:
24155         * textmodes/reftex-toc.el:
24156         * textmodes/reftex-vars.el:
24157         * textmodes/reftex.el: Small changes to remove compiler warnings.
24159         * textmodes/reftex-index.el: Likewise.
24160         (reftex-query-index-phrase): More efficient use of markers.
24162 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
24164         * image.el (image-load-path): New variable.
24165         (image-search-load-path): New function.
24166         (find-image): Search for images in `image-load-path'.
24168 2005-09-15  Richard M. Stallman  <rms@gnu.org>
24170         * follow.el: Change Maintainer field.
24172 2005-09-15  David Ponce  <david@dponce.com>
24174         * recentf.el (recentf-save-file-modes): New option.
24175         (recentf-save-list): Use it.
24177 2005-09-15  Nick Roberts  <nickrob@snap.net.nz>
24179         * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
24180         (mode-line-mule-info, mode-line-modified): Move bindings from
24181         mouse-3 to mouse-1.
24183 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
24185         * simple.el (sendmail-user-agent-compose): Revert last change.
24187 2005-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
24189         * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
24190         Use with-current-buffer.
24191         (ange-ftp-gwp-start): Remove unused var `gw-user'.
24192         (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
24193         (ange-ftp-insert-directory): Remove unused var `short'.
24194         (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
24196         * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
24197         (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
24199         * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
24200         (check-calendar-holidays, diary-list-entries): Autoload.
24201         Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
24202         (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
24204         * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
24205         which mistakenly removed a call to display-buffer.
24207 2005-09-14  Juanma Barranquero  <lekktu@gmail.com>
24209         * obsolete/iso-insert.el: Move to obsolete/ from international/.
24211 2005-09-14  Thien-Thi Nguyen  <ttn@gnu.org>
24213         * progmodes/hideshow.el
24214         (hs-hide-comments-when-hiding-all): Remove autoload cookie.
24215         (hs-allow-nesting): New user var.
24216         (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
24217         (hs-hide-block-at-point): When nesting allowed,
24218         if there is already an overlay in place, delete it.
24219         (hs-safety-is-job-n): Delete func; remove call sites.
24220         (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
24221         (hs-overlay-at): New func.
24222         (hs-already-hidden-p, hs-show-block): Use it.
24223         (hs-hide-all): Don't pre-clean if nesting allowed.
24224         (hs-show-all): Temporarily disallow
24225         nesting around call to `hs-discard-overlays'.
24227 2005-09-14  Chong Yidong  <cyd@stupidchicken.com>
24229         * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
24230         Delete unused local var.
24232 2005-09-13  Juanma Barranquero  <lekktu@gmail.com>
24234         * help-fns.el (describe-categories): "?\ " -> "?\s".
24235         (help-do-arg-highlight): Recognize also ARG-n, as in
24236         `move-to-left-margin' (ARG+n is already recognized).  Simplify.
24238         * international/codepage.el (dos-unsupported-char-glyph):
24239         * net/newsticker.el (tool-bar-map, w3-mode-map)
24240         (w3m-minor-mode-map):
24241         * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
24242         (ent-alist):
24243         * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
24245 2005-09-13  Chong Yidong  <cyd@stupidchicken.com>
24247         * custom.el (custom-push-theme): Handle the case where a symbol is
24248         bound but face properties have not yet been assigned.
24250         * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
24251         Fix behavior if noerase is `t' and there is no mail buffer.
24253         * simple.el (sendmail-user-agent-compose): Use a new mail buffer
24254         if `continue' is nil, rather than signal an error.
24256 2005-09-12  Richard M. Stallman  <rms@gnu.org>
24258         * font-lock.el (font-lock-keywords): Add autoload.
24260         * help-fns.el (describe-variable): Rearrange to put source link
24261         in a predictable place.
24263         * net/newsticker.el: New file.
24265 2005-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
24267         * calendar/calendar.el (calendar-for-loop): Add edebug info.
24268         (calendar-basic-setup): Use the new nil arg.
24269         (number-of-diary-entries): Move to diary-lib.el.
24271         * calendar/diary-lib.el: Use with-current-buffer, match-string.
24272         (diary-list-entries): Use with-syntax-table and dolist.
24273         Rename from list-diary-entries.
24274         Use number-of-diary-entries if `number' is nil.
24275         (diary, diary-view-entries): Use this new name and new nil arg value.
24276         (number-of-diary-entries): Move from calendar.el.
24277         (diary-unhide-everything): New function.
24278         (include-other-diary-files, fancy-diary-display)
24279         (diary-show-all-entries, make-diary-entry): Use it.
24280         (diary-mail-entries): Use buffer-string.
24281         (mark-diary-entries): Fix long standing paren typo.
24282         (diary-sexp-entry): Use count-lines.
24283         (make-diary-entry): Avoid `previous-line'.
24284         (diary-mode-map): New var.
24285         (diary-mode): Redraw cal after saving.  Setup header-line.
24286         (fancy-diary-display-mode): Use local-set-key.
24288         * startup.el (command-line): Try calling various terminal-init-foo-bar
24289         functions by stripping hyphenated suffixes from $TERM.
24291         * files.el (normal-mode): Check boundness of font-lock-keywords.
24293 2005-09-12  Richard M. Stallman  <rms@gnu.org>
24295         * progmodes/compile.el: Don't decide a file's directory
24296         until the user actually tries to go there.
24297         (compilation-next-error-function):
24298         Pass compilation-find-file the directory from the file-struct.
24299         (compilation-internal-error-properties): Separate local FILE-STRUCT
24300         from FILE.  Doc the args better.  Rename arg FMT to FMTS.
24301         (compilation-find-file): Arg DIR renamed to DIRECTORY.
24302         Expand it, and if nil, use default-directory.
24303         (compilation-get-file-structure): Don't mix specified directory
24304         with default directory.  Put specified directory into
24305         file-struct.  Don't make the file name absolute.
24307         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
24308         (compile-command): Add autoload.
24309         (compilation-disable-input): Add autoload.
24311 2005-09-11  Stephen Gildea  <gildea@stop.mail-abuse.org>
24313         * time-stamp.el: Mention variable `time-stamp-pattern' in doc
24314         strings of the variables it can override.
24315         (time-stamp): New (as yet undocumented) time-stamp-format escapes
24316         %Q and %q, for fully-qualified domain name and unqualified host name.
24318 2005-09-11  Kim F. Storm  <storm@cua.dk>
24320         * emacs-lisp/authors.el (authors-aliases): Update list.
24321         (authors-fixed-entries): Update mldrag.el entry.
24323 2005-09-10  Alan Mackenzie  <acm@muc.de>
24325         * textmodes/page.el (narrow-to-page): Exclude _entire_ multi-line
24326         delimiter from the region narrowed to.
24328 2005-09-10  Magnus Henoch  <mange@freemail.hu>
24330         * textmodes/ispell.el (ispell-check-version): Signal an error if
24331         aspell version is less than 0.60.
24333 2005-09-10  Pascal Dupuis  <Pascal.Dupuis@esat.kuleuven.be>  (tiny change)
24335         * progmodes/octave-inf.el (inferior-octave-startup):
24336         Resync current dir at the end.
24338 2005-09-10  Emilio C. Lopes  <eclig@gmx.net>
24340         * woman.el (woman-topic-at-point-default):
24341         Rename to woman-use-topic-at-point-default.
24342         (woman-topic-at-point): Rename to woman-use-topic-at-point.
24343         (woman-file-name): Reflect renames above.  Automatically use the
24344         word at point as topic if woman-use-topic-at-point is non-nil.
24345         Otherwise offer it as default but don't insert it in the
24346         minibuffer.  Also use `test-completion' instead of `assoc' as
24347         suggested by Stefan Monnier.
24349 2005-09-10  Andre Spiegel  <spiegel@gnu.org>
24351         * vc.el (vc-directory, vc-update-change-log): Throw an error on
24352         the attempt to do it over Tramp.  This is not yet supported.
24354 2005-09-10  Eli Zaretskii  <eliz@gnu.org>
24356         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
24357         (menu-bar-non-minibuffer-window-p): New functions.
24358         ("Split Window", "Save As..."): Use them.
24359         ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
24360         ("Print Buffer", "Truncate Long Lines in this Buffer"):
24361         Use menu-bar-menu-frame-live-and-visible-p.
24362         ("Save Buffer", "Insert File", "Open Directory...")
24363         ("Open File...", "Visit New File..."):
24364         Use menu-bar-non-minibuffer-window-p.
24365         (kill-this-buffer-enabled-p, dired <menu-enable>):
24366         Use menu-bar-non-minibuffer-window-p.
24368 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
24370         * cus-start.el (all): Don't complain about fringe-related
24371         built-ins if fringes are not supported.  Ditto about
24372         selection-related built-ins.  Fix the test for GTK-related built-ins.
24374         * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
24375         ("Postscript Print Buffer", "Print Region", "Save As...")
24376         ("Save", "Insert File...", "Open Directory...")
24377         ("Open File...", "Visit New File..."")
24378         ("Truncate Long Lines in this Buffer"): Don't look at
24379         menu-updating-frame if this display does not support multiple frames.
24381 2005-09-09  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
24383         * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
24385 2005-09-09  Emilio C. Lopes  <eclig@gmx.net>
24387         * woman.el: Format- and whitespace-related changes.
24389 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
24391         * woman.el: Fix my email address.
24393 2005-09-08  Richard M. Stallman  <rms@gnu.org>
24395         * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
24396         (sh-mode): Locally set skeleton-pair-default-alist.
24398         * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
24400         * progmodes/flymake.el: Require `compile' unconditionally.
24402         * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
24404         * woman.el (woman-file-name): Provide a default, not initial input.
24406         * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
24408         * font-lock.el (font-lock-support-mode): Doc fix.
24410         * descr-text.el (describe-property-list): Handle non-symbol prop names.
24412 2005-09-08  Richard M. Stallman  <rms@gnu.org>
24414         * simple.el (blink-matching-open): Get rid of text props from
24415         the string shown in echo area.  Don't permanently set point.
24416         Some rearrangements.
24418 2005-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
24420         * recentf.el (recentf-filename-handler): Add custom choice
24421         `abbreviate-file-name'.
24423         * msb.el (msb--very-many-menus): Fix typo.
24425         * disp-table.el (standard-display-european): Don't set
24426         enable-multibyte-characters to nil.
24428 2005-09-08  David Ponce  <david@dponce.com>
24430         * recentf.el (recentf-show-file-shortcuts-flag): New option.
24431         (recentf-expand-file-name): Doc fix.
24432         (recentf-dialog-mode-map): Define digit shortcuts.
24433         (recentf--files-with-key): New variable.
24434         (recentf-show-digit-shortcut-filter): New function.
24435         (recentf-open-files-items): New function.
24436         (recentf-open-files): Use it.
24437         (recentf-open-file-with-key): New command.
24439 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
24441         * buff-menu.el (Buffer-menu-sort-by-column): New function.
24442         Suggested by Kim F. Storm.
24443         (Buffer-menu-sort-button-map): Global keymap for sort buttons.
24444         (Buffer-menu-make-sort-button): Use global keymap.
24446 2005-09-07  Michael Albinus  <michael.albinus@gmx.de>
24448         * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
24449         (Man-getpage-in-background-advice): Remove defadvice; it isn't
24450         necessary any longer with the remapped command.
24451         (Man-bgproc-sentinel-advice): Remove defadvice which counts
24452         formatting time only.
24454         * net/tramp.el (tramp-action-password)
24455         (tramp-multi-action-password): Compile the password prompt from
24456         `method', `user' and `host'.  Sometimes it isn't obvious which
24457         password to enter, for example with remote files offered by
24458         recentf.el, or with multiple steps.  Suggested by Robert Marshall
24459         <robert@chezmarshall.freeserve.co.uk>.
24461 2005-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
24463         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
24464         Fix regexp for when "s///" is at the beginning of line.
24466 2005-09-07  Jay Belanger  <belanger@truman.edu>
24468         * calc/calc-poly.el (math-expand-term): Multiply out any powers
24469         when in matrix mode.
24471 2005-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
24473         * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
24474         non-anonymous functions.
24476 2005-09-06  Chong Yidong  <cyd@stupidchicken.com>
24478         * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
24479         when using a header line.  Otherwise, use mouse-1-click-follows-link.
24481         * mouse.el (mouse-drag-header-line): Do nothing if the header-line
24482         can't be moved; don't signal an error.
24484 2005-09-05  Chong Yidong  <cyd@stupidchicken.com>
24486         * cus-theme.el (custom-theme-write-faces): Save the current face
24487         spec, not the defface spec.
24489         * custom.el (custom-known-themes): Clarify meaning of "standard".
24490         (custom-push-theme): Save old values in the standard theme.
24491         (disable-theme): Correct typo.
24492         (custom-face-theme-value): Deleted unused function.
24493         (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
24495 2005-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
24497         * progmodes/compile.el (compilation-goto-locus): Take into account
24498         iconified frames when determining whether the buffer is
24499         already visible.
24500         Don't reset window height if the window already existed.
24502 2005-09-04  Chong Yidong  <cyd@stupidchicken.com>
24504         * custom.el (load-theme): Rename from require-theme.
24505         Add interactive spec.
24506         (enable-theme): Rename from custom-enable-theme.
24507         Add interactive spec.
24508         (disable-theme): Rename from custom-disable-theme.
24509         Add interactive spec.
24510         (custom-make-theme-feature): Doc fix.
24511         (custom-theme-directory): Doc fix.
24512         (provide-theme): Call enable-theme.
24514 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
24516         * obsolete/lazy-lock.el (lazy-lock-mode):
24517         * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
24518         font-lock-mode if it's off.  Print a warning instead.
24520         * progmodes/compile.el (compilation-start): Ignore errors if the
24521         process died before we get to send-eof.
24523         * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
24524         Undo last change.  Enclosing the result in quotes broke things on Unix
24525         since tex-send-command passes it through shell-quote-argument.
24526         (tex-send-command): Pass `file' through convert-standard-filename
24527         when possible.
24528         (tex-uptodate-p): Handle the case where TeX hasn't put additional
24529         info in a transcript.
24531 2005-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
24533         * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
24534         fix compilation warning.  Reorder the key definitions to group
24535         together keys emitted by the current version of xterm.
24537         * progmodes/vhdl-mode.el (vhdl-highlight-faces)
24538         (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
24539         Reorder predicates to correct min-color usage.
24541 2005-09-01  Chong Yidong  <cyd@stupidchicken.com>
24543         * longlines.el (longlines-mode): Inhibit read-only when encoding.
24544         Kill local variables when longlines-mode is turned off.
24546 2005-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
24548         * international/mule-cmds.el (set-locale-environment): Soothe compiler.
24550         * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
24552         * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
24554         * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
24555         (font-lock-lines-before): Change default to being inactive.
24556         (font-lock-default-fontify-region): Obey font-lock-lines-before.
24557         (font-lock-after-change-function): Don't handle f-l-lines-before here.
24559 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
24561         * net/tramp.el (tramp-handle-make-auto-save-file-name):
24562         Deactivate temporarily advice if active (not needed for Emacs 22,
24563         but for backwards compatibility).
24564         (tramp-exists-file-name-handler): Rewrite.  First implementation
24565         was too simple.
24566         (tramp-advice-make-auto-save-file-name):
24567         Call `tramp-handle-make-auto-save-file-name' (again, just for
24568         backwards compatibility).
24570 2005-08-31  Reto Zimmermann  <reto@gnu.org>
24572         * progmodes/vhdl-mode.el
24573         (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
24574         (vhdl-end-p): Fix indentation bug "else" after "-- when".
24575         (vhdl-set-default-project): New function (easier setting of default).
24576         (vhdl-port-copy): Handle extended identifiers for generics.
24577         (vhdl-compiler-alist): Better description for error message regexp.
24578         (vhdl-make): Query for target, use previous as default.
24579         (vhdl-port-copy): Fix port copy for port names starting with "signal".
24580         (vhdl-font-lock-keywords-2): Fix fontification for record
24581         el. assign.
24582         (vhdl-speedbar-make-subpack-line): Add package body link.
24583         (vhdl-generate-makefile-1): Not include itself as dependency.
24584         (vhdl-font-lock-init): Highlight c-preprocessor directives.
24585         (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
24586         (vhdl-get-syntactic-context): Handle c-preprocessor directives.
24587         (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
24588         (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
24589         (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
24590         (vhdl-import-project): Add string argument for `error'.
24591         (vhdl-compose-configuration)
24592         (vhdl-compose-configuration-architecture): Add configuration
24593         declaration generation.
24594         (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
24595         (vhdl-trailer-re): Add "record" keyword (better indentation).
24596         (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
24597         "[^ \t-\"]+".
24598         (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
24599         (vhdl-testbench-entity-file-name)
24600         (vhdl-testbench-architecture-file-name): Allow separate
24601         customization of testbench file names.
24602         (vhdl-beginning-of-block): Handle optional subprogram parameter list.
24603         (vhdl-get-visible-signals): Allow newline within alias declaration.
24604         (vhdl-update-sensitivity-list): Signal read only on certain attributes.
24605         (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
24606         (member-ignore-case): Alias for missing function in XEmacs.
24607         (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
24608         (vhdl-update-sensitivity-list): Ignore case on read signals.
24609         (vhdl-replace-string): Adjust case only for file names.
24610         (vhdl-update-sensitivity-list): Fix search for read signals.
24611         (vhdl-update-sensitivity-list): Exclude formal parameters.
24612         (vhdl-get-visible-signals): Include aliases of signals.
24613         (vhdl-get-visible-signals): Fix signal name searching.
24614         (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
24615         (vhdl-fixup-whitespace-region): Fix for character
24616         literals (e.g. `:').
24618 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
24620         * ansi-color.el (comint-last-output-start):
24621         * bs.el (font-lock-verbose):
24622         * diff-mode.el (add-log-buffer-file-name-function):
24623         * dired-x.el (vm-folder-directory):
24624         * faces.el (help-xref-stack-item):
24625         * files.el (font-lock-keywords):
24626         * find-lisp.el (dired-buffers, dired-subdir-alist):
24627         * ido.el (cua-inhibit-cua-keys):
24628         * log-view.el (cvs-minor-wrap-function):
24629         * outline.el (font-lock-warning-face):
24630         * simple.el (compilation-current-error):
24631         * speedbar.el (ange-ftp-path-format, efs-path-regexp)
24632         (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
24633         * tooltip.el (comint-prompt-regexp):
24634         * w32-fns.el (explicit-shell-file-name):
24635         * term/mac-win.el (mac-charset-info-alist)
24636         (mac-services-selection, mac-system-script-code):
24637         * term/tty-colors.el (msdos-color-values):
24638         * term/w32-win.el (xlfd-regexp-registry-subnum):
24639         * term/x-win.el (x-keysym-table, x-selection-timeout)
24640         (x-session-id, x-session-previous-id):
24641         * textmodes/ispell.el (mail-yank-prefix):
24642         * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
24643         * textmodes/org.el (calc-embedded-close-formula)
24644         (calc-embedded-open-formula)
24645         (font-lock-unfontify-region-function):
24646         * textmodes/reftex-global.el (isearch-next-buffer-function)
24647         (TeX-master):
24648         * textmodes/reftex.el (font-lock-keywords):
24649         * textmodes/tex-mode.el (font-lock-comment-face)
24650         (font-lock-doc-face):
24651         * textmodes/texinfo.el (outline-heading-alist):
24652         Add defvars.
24654         * textmodes/artist.el (x-pointer-crosshair): Add defvar.
24655         (artist-spray-chars, artist-mode-init, artist-replace-string)
24656         (artist-select-erase-char, artist-vap-find-endpoints-horiz)
24657         (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
24658         (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
24660         * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
24661         (conf-align-assignments): "?\ " -> "?\s".
24663         * textmodes/reftex-index.el (TeX-master): Add defvar.
24664         (reftex-index-phrases-marker): Move up defvar.
24666         * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
24667         (reftex-toc-include-labels-indicator)
24668         (reftex-toc-include-index-indicator)
24669         (reftex-toc-max-level-indicator): Move up declarations.
24671         * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
24672         of args to `tramp-run-real-handler', even if it's empty in this case.
24674 2005-08-31  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
24676         * dired.el (dired-move-to-filename-regexp): Add date format for
24677         Mac OS X 10.3 in East Asian locales.
24679 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
24681         * files.el (make-auto-save-file-name): Add file name handler call
24682         if applicable.
24684         * net/tramp.el (tramp-file-name-handler-alist)
24685         (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
24686         (tramp-handle-make-auto-save-file-name): Rename from
24687         `tramp-make-auto-save-file-name'.
24688         (tramp-exists-file-name-handler): New defun.
24689         (tramp-advice-make-auto-save-file-name): Make defadvice only when
24690         `make-auto-save-file-name' is not a magic file name operation.
24692 2005-08-30  Richard M. Stallman  <rms@gnu.org>
24694         * files.el (risky-local-variable-p):
24695         Match `-predicates' and `-commands.
24697         * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
24698         (custom-save-all): Visit the file if necessary;
24699         kill the buffer if we created it.
24700         (custom-save-delete): Don't visit file or kill buffer here.
24702 2005-08-30  Carsten Dominik  <dominik@science.uva.nl>
24704         * textmodes/org.el (org-special-keyword): New face.
24705         (org-table-copy-down, org-table-eval-formula)
24706         (org-table-recalculate, org-init-section-numbers):
24707         Use `string-to-number' instead of `string-to-int'.
24708         (org-get-location): Use `insert-buffer-substring' instead of
24709         `insert-buffer'.
24710         (org-modify-diary-entry-string): New function.
24711         (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
24712         (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
24713         (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
24714         active region.
24715         (org-export-as-html): Handle QUOTE keyword.
24716         (org-quote-string): New option.
24717         (org-bookmark-jump-unhide): New function, used for
24718         `bookmark-after-jump-hook'.
24719         (org-diary-default-entry): Apply only when not called through
24720         `org-agenda'.
24722 2005-08-30  Juanma Barranquero  <lekktu@gmail.com>
24724         * net/eudc.el (mode-popup-menu):
24725         * play/handwrite.el (ps-printer-name, ps-lpr-command):
24726         * progmodes/ada-mode.el (compile-auto-highlight)
24727         (skeleton-further-elements):
24728         * progmodes/autoconf.el (font-lock-syntactic-keywords):
24729         * progmodes/cmacexp.el (msdos-shells):
24730         * progmodes/compile.el (font-lock-extra-managed-props)
24731         (font-lock-keywords, font-lock-maximum-size)
24732         (font-lock-support-mode):
24733         * progmodes/grep.el (font-lock-lines-before):
24734         * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
24735         * progmodes/mixal-mode.el (compile-command):
24736         * progmodes/perl-mode.el (font-lock-comment-face)
24737         (font-lock-doc-face, font-lock-string-face):
24738         * progmodes/prolog.el (comint-prompt-regexp):
24739         * progmodes/sh-script.el (font-lock-comment-face)
24740         (font-lock-set-defaults, font-lock-string-face):
24741         * progmodes/sql.el (font-lock-keyword-face)
24742         (font-lock-set-defaults, font-lock-string-face):
24743         * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
24744         (itimer-version, lazy-lock-defer-contextually)
24745         (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
24746         Add defvars.
24748         * progmodes/cperl-mode.el (cperl-electric-lbrace)
24749         (cperl-electric-keyword, cperl-electric-pod)
24750         (cperl-electric-backspace, cperl-forward-re)
24751         (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
24752         (vc-rcs-header, vc-sccs-header): Add defvars.
24754         * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
24755         (font-lock-syntactic-keywords, gud-find-expr-function):
24756         Add defvars.
24758         * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
24759         (gdb-frame-parameters): Declare before use.
24761         * progmodes/gud.el (gdb-active-process, gdb-define-alist)
24762         (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
24763         (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
24764         (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
24766         * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
24767         (idlwave-help-with-source): Use `insert-buffer-substring', not
24768         `insert-buffer'.
24770 2005-08-29  Juri Linkov  <juri@jurta.org>
24772         * outline.el (hide-entry, hide-leaves, outline-toggle-children):
24773         Put outline-back-to-heading function call inside save-excursion.
24775 2005-08-29  Juanma Barranquero  <lekktu@gmail.com>
24777         * man.el (Man-init-defvars, Man-translate-references)
24778         (Man-support-local-filenames, Man-highlight-references):
24779         * progmodes/sql.el (sql-interactive-mode):
24780         * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
24782         * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
24783         (compilation-mode-font-lock-keywords): Add defvars.
24784         (checkdoc-interactive-loop): "?\ " -> "?\s".
24786         * emacs-lisp/lisp-mode.el (font-lock-comment-face)
24787         (font-lock-doc-face, font-lock-string-face)
24788         (font-lock-keywords-case-fold-search): Add defvars.
24789         (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
24791         * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
24792         Don't pass X and Y (they are ignored anyway).
24793         (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
24794         (mouse-delete-window): Make arguments optional.
24796         * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
24797         (caesar-translate-table, minor-modes, news-buffer-save)
24798         (news-group-name, news-minor-modes): Add defvars.
24800         * emacs-lisp/lselect.el (mouse-highlight-priority)
24801         (x-lost-selection-functions, zmacs-regions):
24802         * emacs-lisp/pp.el (font-lock-verbose):
24803         * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
24804         * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
24805         (ses-mode-map):
24806         * emacs-lisp/tcover-unsafep.el (safe-functions):
24807         * international/mule-cmds.el (mac-system-coding-system)
24808         (mac-system-locale):
24809         * language/ethio-util.el (rmail-current-message)
24810         (rmail-message-vector):
24811         * language/thai-util.el (thai-auto-composition-mode):
24812         * mail/metamail.el (rmail-current-message, rmail-message-vector):
24813         * mail/mspools.el (rmail-inbox-list, vm-crash-box)
24814         (vm-folder-directory, vm-init-file, vm-init-file-loaded)
24815         (vm-primary-inbox, vm-spool-files):
24816         * mail/rmail.el (deleted-head, font-lock-fontified)
24817         (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
24818         (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
24819         (total-messages):
24820         * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
24821         (rmail-summary-mode-map):
24822         * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
24823         (rmail-last-label, rmail-last-multi-labels)
24824         (rmail-summary-vector, rmail-total-messages):
24825         * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
24826         * mail/rmailsum.el (msgnum):
24827         * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
24828         (rmail-current-message):
24829         * obsolete/fast-lock.el (font-lock-face-list):
24830         * obsolete/rnewspost.el (mail-reply-buffer):
24831         * obsolete/scribe.el (compile-command):
24832         * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
24834 2005-08-28  John Paul Wallington  <jpw@gnu.org>
24836         * ibuf-ext.el (ibuffer-auto-update-changed):
24837         Use `frame-or-buffer-changed-p' to check whether we need to update.
24838         (ibuffer-auto-mode): Don't advise `get-buffer-create' and
24839         `kill-buffer'.  Initialise `ibuffer-auto-buffers-changed'
24840         as a `frame-or-buffer-changed-p' state vector instead.
24842 2005-08-27  Romain Francoise  <romain@orebokech.com>
24844         * textmodes/makeinfo.el (makeinfo-compile):
24845         Use `compilation-start'.  Set `next-error-function' according to
24846         `disable-errors'.
24847         (makeinfo-next-error): New function.
24848         (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
24849         (makeinfo-buffer): Likewise.
24851         * progmodes/compile.el (compilation-start): Add autoload cookie.
24853         * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
24854         * textmodes/sgml-mode.el: Likewise.
24855         * progmodes/python.el: Likewise.
24857 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
24859         * simple.el (blink-matching-paren-distance): Document the meaning
24860         of nil value, and allow to customize to nil.
24862         * eshell/esh-ext.el (eshell-windows-shell-file): Look for
24863         command.com, not command.exe.
24865 2005-08-26  John Wiegley  <johnw@newartisans.com>
24867         * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
24868         code around a bit so that an extraneous nil argument is not added
24869         to a command when no args are given.
24871         * eshell/esh-arg.el (eshell-parse-double-quote): If a
24872         double-quoted argument resolves to nil, return it as an empty
24873         string rather than as nil.  This made it impossible to pass "" to
24874         a shell script as a null string argument.
24876 2005-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
24878         * outline.el (outline-invent-heading): New fun.
24879         (outline-promote, outline-demote): Use it.
24880         (outline-move-subtree-down): Remove unused vars `re' and `txt'.
24881         (outline-end-of-subtree): Remove unused var `opoint'.
24883 2005-08-26  David Reitter  <david.reitter@gmail.com>
24885         * menu-bar.el (truncate-lines, write-file, print-buffer)
24886         (ps-print-buffer-faces, ps-print-buffer, split-window):
24887         Disable menu items when the frame they refer to is invisible, or when
24888         they refer to a buffer and the minibuffer is selected.
24890 2005-08-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
24892         * progmodes/flymake.el (flymake-highlight-err-lines):
24893         Use save-excursion around flymake-highlight-line to preserve point.
24895 2005-08-26  Eli Zaretskii  <eliz@gnu.org>
24897         * progmodes/octave-mod.el: Change Author and Maintainer address.
24898         (octave-maintainer-address): Change Kurt's email address.
24899         * progmodes/octave-inf.el: Change Author and Maintainer address.
24900         * progmodes/octave-hlp.el: Change Author and Maintainer address.
24902 2005-08-26  Kim F. Storm  <storm@cua.dk>
24904         * subr.el (version-list-<, version-list-<=, version-list-=):
24905         Rename from integer-list-*.
24906         (version-list-not-zero): Likewise.  Fix while loop.
24907         (version=): Use version-list-= instead of string-equal.
24909 2005-08-26  Richard M. Stallman  <rms@gnu.org>
24911         * outline.el (outline-promote): Try shortening the heading.
24912         As last resort, read the heading to use.
24913         (outline-demote): As last resort, read the heading to use.
24915 2005-08-26  Romain Francoise  <romain@orebokech.com>
24917         * progmodes/compile.el (compilation-start): Doc fix.
24919         * progmodes/antlr-mode.el (antlr-default): Fix defface form.
24920         (antlr-font-lock-additional-keywords): Fix reference to
24921         `antlr-font-lock-literal-regexp' erroneously changed during the
24922         mass face rename.
24923         (antlr-run-tool): Use `compilation-start'.
24925         * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
24926         instead of the obsolete `compile-internal'.
24928 2005-08-26  Juanma Barranquero  <lekktu@gmail.com>
24930         * calendar/cal-bahai.el (date, displayed-month, displayed-year)
24931         (number, original-date):
24932         * calendar/cal-china.el (date):
24933         * calendar/cal-coptic.el (date):
24934         * calendar/cal-french.el (date):
24935         * calendar/cal-hebrew.el (date, entry, number, original-date):
24936         * calendar/cal-islam.el (date, number, original-date):
24937         * calendar/cal-iso.el (date):
24938         * calendar/cal-julian.el (date):
24939         * calendar/cal-mayan.el (date):
24940         * calendar/cal-menu.el (date, event):
24941         * calendar/cal-persia.el (date):
24942         * calendar/lunar.el (date):
24943         * calendar/solar.el (date): Add defvars.
24945         * emerge.el:
24946         * ibuffer.el:
24947         * info-xref.el:
24948         * obsolete/bg-mouse.el:
24949         * obsolete/sun-curs.el:
24950         * obsolete/swedish.el: Move the `defvar's to the top level.
24952         * smerge-mode.el (smerge-refined-change): Add :group.
24954 2005-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
24956         * smerge-mode.el (smerge-remove-props): Make the args non-optional.
24957         (smerge-keep-n): Remove props.
24958         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
24959         (smerge-keep-current, smerge-kill-current): Don't remove props anymore
24960         now that it's done in smerge-keep-n.
24961         (smerge-refined-change): New face.
24962         (smerge-refine-chopup-region, smerge-refine-highlight-change)
24963         (smerge-refine): New funs.
24964         (smerge-basic-map): Bind smerge-refine.
24966 2005-08-25  Juri Linkov  <juri@jurta.org>
24968         * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
24969         compilation-process-setup-function and compilation-disable-input
24970         in grep-mode instead of let-bindings in grep.
24972         * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
24973         Delete "Automatic File De/compression" (auto-compression-mode).
24975 2005-08-25  Juanma Barranquero  <lekktu@gmail.com>
24977         * obsolete/bg-mouse.el: Move to obsolete/ from term/.
24978         Silence warning about non-existent variable.
24980 2005-08-25  Richard M. Stallman  <rms@gnu.org>
24982         * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
24983         Rename "Describe Key" to "Describe Key or Mouse Operation".
24985         * mail/mailalias.el (build-mail-aliases): Delete comments
24986         from the contents before processing them.
24988         * isearch.el (isearch-edit-string): Erase the Search prompt
24989         if user enters an empty string and there is no default.
24991         * comint.el (comint-file-name-prefix): Add autoload.
24993 2005-08-25  Joe Corneli  <jcorneli@math.utexas.edu>
24995         * subr.el (play-sound): Rearrange to avoid warning.
24997 2005-08-25  Carsten Dominik  <dominik@science.uva.nl>
24999         * calendar/diary-lib.el (diary-modify-entry-list-string-function):
25000         New hook.
25001         (add-to-diary-list): Call `diary-modify-entry-list-string-function'.
25003 2005-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
25005         * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
25007         * custom.el (custom-theme-set-variables): Sort minor modes last.
25009 2005-08-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
25011         * subr.el (version-separator, version-regexp-alist): New vars used by
25012         version comparison funs.
25013         (integer-list-<, integer-list-=, integer-list-<=)
25014         (integer-list-not-zero): New funs for integer list comparison.
25015         (version-to-list, version=, version<, version<=): New funs for version
25016         comparison.
25018 2005-08-24  Juanma Barranquero  <lekktu@gmail.com>
25020         * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
25021         (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
25022         time to silence the byte-compiler.
25024         * ibuffer.el (ibuffer-compile-make-eliding-form)
25025         (ibuffer-check-formats): Use `with-no-warnings' to hide references
25026         to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
25027         so it's silly to get warnings for it).
25028         (ibuffer-auto-mode, ibuffer-cached-filter-formats)
25029         (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
25030         (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
25031         (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
25032         (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
25033         (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
25034         Defvar at compile time.
25035         (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
25036         (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
25037         Declare them before use.
25039         * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
25040         (info-xref-good, info-xref-bad): Defvar at compile time.
25042         * obsolete/mlsupport.el (filter-region, execute-monitor-command):
25043         Use `let*' instead of `let'.
25045         * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
25046         (*mouse-y*, menu, char): Defvar at compile time.
25047         (sc::menu): Declare it before use.
25048         (sc::pack-one-line): Use `let', not `let*'.
25050         * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
25051         (mail-send-hook): Defvar at compile time.
25053         * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
25054         Defvar at compile time.
25056         * term/sun-mouse.el (current-global-mousemap)
25057         (current-local-mousemap): Declare them before use.
25059 2005-08-24  Carsten Dominik  <dominik@science.uva.nl>
25061         * bookmark.el (bookmark-after-jump-hook): New hook.
25062         (bookmark-jump): Run `bookmark-after-jump-hook'.
25064 2005-08-23  Juri Linkov  <juri@jurta.org>
25066         * faces.el (minibuffer-prompt): Doc fix.
25068 2005-08-23  Juanma Barranquero  <lekktu@gmail.com>
25070         * progmodes/xscheme.el: Trivial changes to silence warnings.
25071         (xscheme-previous-mode, xscheme-previous-process-state):
25072         Add defvars.
25073         (xscheme-last-input-end, xscheme-process-command-line)
25074         (xscheme-process-name, xscheme-buffer-name)
25075         (xscheme-expressions-ring-max, xscheme-expressions-ring)
25076         (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
25077         (xscheme-control-g-synchronization-p)
25078         (xscheme-control-g-disabled-p, xscheme-string-receiver)
25079         (default-xscheme-runlight, xscheme-runlight)
25080         (xscheme-runlight-string, xscheme-process-filter-state)
25081         (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
25082         Move to beginning of file.
25083         (scheme-interaction-mode-commands-alist)
25084         (scheme-interaction-mode-map, scheme-debugger-mode-map):
25085         Declare them before use.  Note: the initialization code for the
25086         variables has not been moved because it uses functions that reference
25087         the variables.
25088         (xscheme-control-g-message-string, xscheme-process-filter-alist)
25089         (xscheme-prompt-for-expression-map): Declare them before use.
25090         (scheme-debugger-mode-commands): "?\ " -> "?\s".
25092 2005-08-23  Ed Swarthout  <ed.swarthout@gmail.com>  (tiny change)
25094         * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
25096 2005-08-22  Juri Linkov  <juri@jurta.org>
25098         * faces.el (set-face-underline): Delete this duplicate function
25099         and make an obsolete alias to set-face-underline-p.
25100         (set-face-underline-p): Use docstring of set-face-underline.
25101         (describe-face): Create hyperlink to parent face.
25103         * info.el (Info-insert-dir): Use save-excursion around
25104         insert-buffer-substring.
25105         (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
25106         (Info-escape-percent): Delete function.
25107         (Info-fontify-node): Replace Info-escape-percent by
25108         replace-regexp-in-string with REP arg set to lambda that
25109         duplicates `%' and preserves text properties.
25111         * progmodes/compile.el (compilation-disable-input): Doc fix.
25112         (define-compilation-mode): Doc fix and refill.
25113         (kill-compilation): Use `mode-name' in the error message.
25114         (compilation-find-file): Use `compilation-error' in the
25115         read-file-name's prompt.
25117 2005-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
25119         * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
25120         (smerge-auto-leave): Make undo re-enable the mode.
25121         (debug-ignored-errors): Add the user-error of impossible resolution.
25122         (smerge-resolve): Move things around a bit, in preparation for later.
25123         (smerge-diff): Don't fail if the buffer has no associated file.
25124         (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
25125         (smerge-conflict-overlay): New function.
25126         (smerge-match-conflict): Don't add text properties here.
25127         (smerge-find-conflict): Instead, add an overlay here.
25128         Also check for the case where we're inside a conflict already, so as to
25129         obviate the need for font-lock-multiline, which is unbearably slow with
25130         large conflicts and ciomplex font-lock patterns.
25131         (smerge-remove-props): Remove overlay rather than text-properties.
25132         (smerge-mode): Don't set font-lock-multiline.
25133         Remove overlays when turned off.
25135 2005-08-21  Kim F. Storm  <storm@cua.dk>
25137         * ido.el (ido-ignore-item-p): Use save-match-data.
25138         Bind case-fold-search to ido-case-fold locally.
25140 2005-08-20  Richard M. Stallman  <rms@gnu.org>
25142         * files.el (normal-mode): If font lock is on, turn it off and on.
25144         * subr.el (replace-regexp-in-string): Doc fix.
25146         * startup.el (command-line-1): Don't suppress startup screen
25147         due to existing processes.
25149         * progmodes/grep.el (grep): Bind compilation-disable-input to t.
25151         * progmodes/compile.el (compilation-disable-input): Default to nil.
25153 2005-08-20  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
25155         * progmodes/compile.el (compilation-disable-input): New defcustom.
25156         (compilation-start): If compilation-disable-input is non-nil, send
25157         EOF to the compilation process.
25159 2005-08-20  Eli Zaretskii  <eliz@gnu.org>
25161         * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
25162         Run the argument of tex-shell-cd-command through
25163         convert-standard-filename, to get the correct style of slashes on
25164         Windows, and enclose the result in quotes, in case the file name
25165         includes whitespace or other special characters.
25167 2005-08-19  Andreas Schwab  <schwab@suse.de>
25169         * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
25170         process.
25172 2005-08-18  Luc Teirlinck  <teirllm@auburn.edu>
25174         * cus-start.el (minibuffer-prompt-properties): Correct typo.
25176 2005-08-18  Kim F. Storm  <storm@cua.dk>
25178         * scroll-lock.el: Fix errors due to incorrect line wrapping.
25180 2005-08-18  Richard M. Stallman  <rms@gnu.org>
25182         * scroll-lock.el: New file.
25184 2005-08-18  Thien-Thi Nguyen  <ttn@gnu.org>
25186         * dired.el (dired-move-to-end-of-filename):
25187         Handle fifo as rendered by "ls -lF": Don't include trailing "|".
25189 2005-08-18  Kim F. Storm  <storm@cua.dk>
25191         * ido.el (ido-everywhere): Fix defcustom :set function to disable
25192         rather than toggle mode when custom value is nil.
25193         (ido-everywhere): Fix defun doc string.
25195 2005-08-17  Richard M. Stallman  <rms@gnu.org>
25197         * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
25198         as tag instead of "Inviolable".
25200 2005-08-17  Kim F. Storm  <storm@cua.dk>
25202         * windmove.el (windmove-coordinates-of-position): Remove.
25203         (windmove-coordinates-of-window-position): Remove.
25204         (windmove-reference-loc): Use posn-at-point instead.
25206         * subr.el (insert-for-yank-1): Doc fix.
25208         * ido.el (ido-enter-matching-directory): Rename from
25209         ido-enter-single-matching-directory.  Change `slash' choice to
25210         `only'.  Add `first' choice.
25211         (ido-exhibit): Adapt to above changes.
25213 2005-08-16  Luc Teirlinck  <teirllm@auburn.edu>
25215         * Makefile.in: Expand comment about building loaddefs.el.
25217 2005-08-16  Nick Roberts  <nickrob@snap.net.nz>
25219         * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
25220         Comment use of defadvice.
25222         * progmodes/gud.el (gud-jump): Rework for gdb-ui.
25224 2005-08-15  Dan Nicolaescu  <dann@ics.uci.edu>
25226         * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
25227         * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
25228         * progmodes/gdb-ui.el, progmodes/idlw-help.el,
25229         * progmodes/idlw-shell.el, progmodes/ld-script.el,
25230         * progmodes/which-func.el, ruler-mode.el, strokes.el,
25231         * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
25232         for backward compatibility for faces that did not appear in the
25233         previous Emacs release.
25235         * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
25237 2005-08-15  Kim F. Storm  <storm@cua.dk>
25239         * emulation/cua-base.el (cua-delete-region): Return t if
25240         deleted region was non-empty.
25241         (cua-replace-region): Inhibit overwrite-mode for
25242         self-insert-command if replaced region was non-empty.
25243         (cua--explicit-region-start, cua--status-string): Make them
25244         buffer-local at top-level...
25245         (cua-mode): ...rather than when mode is enabled.
25247 2005-08-15  Thien-Thi Nguyen  <ttn@gnu.org>
25249         * progmodes/vhdl-mode.el (vhdl-emacs-21):
25250         Set t for Emacs 21, 22, and so on.
25252 2005-08-15  David Ponce  <david@dponce.com>
25254         * tree-widget.el: Update Commentary header.
25255         (tree-widget-theme): Doc fix.
25256         (tree-widget-space-width): New option.
25257         (tree-widget-image-properties): Look up in the default theme too.
25258         (tree-widget--cursors): Only for images with arrow pointer shape.
25259         (tree-widget-lookup-image): Pointer shape is hand by default.
25260         (tree-widget-icon): Rename generic icon widget from
25261         `tree-widget-control'.
25262         (tree-widget-*-icon): Rename from `tree-widget-*-control' and
25263         derive from `tree-widget-icon'.
25264         (tree-widget-handle): Improve default look and feel of the text
25265         representation.
25266         (tree-widget): Rename :*-control properties to :*-icon properties.
25267         Add :action and :help-echo properties.
25268         (tree-widget-after-toggle-functions): Move.
25269         (tree-widget-close-node, tree-widget-open-node): Remove.
25270         (tree-widget-before-create-icon-functions): New hook.
25271         (tree-widget-value-create): Update to allow customization of icons
25272         and nodes at run-time via that new hook.
25273         (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
25274         (tree-widget-icon-action, tree-widget-icon-help-echo)
25275         (tree-widget-action, tree-widget-help-echo): New functions.
25277 2005-08-15  Kim F. Storm  <storm@cua.dk>
25279         * ido.el (ido-buffer-internal): Use with-no-warnings.
25280         (ido-make-merged-file-list): Use while-no-input.
25282 2005-08-15  Richard M. Stallman  <rms@gnu.org>
25284         * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
25285         (flyspell-large-region): Fix doc and custom type.
25287 2005-08-14  Richard M. Stallman  <rms@gnu.org>
25289         * files.el (interpreter-mode-alist): Doc fix.
25291         * mail/rmail.el (rmail-nonignored-headers): New variable.
25292         (rmail-clear-headers): Use it.
25293         (rmail-reply): Better handling of mail-followup-to header.
25295         * progmodes/sh-script.el (sh-font-lock-keywords-var):
25296         Rename variable from sh-font-lock-keywords.  In the `shell' entry,
25297         don't try to refer to executable-font-lock-keywords.
25298         (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
25299         (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
25300         (sh-font-lock-keywords): Append executable-font-lock-keywords here.
25301         (sh-mode): Set comment-start-skip, local-abbrev-table,
25302         imenu-case-fold-search.
25303         (sh-set-shell): Don't set them here.
25304         (sh-feature): Simplify.  Get rid of the eval-a-variable feature.
25305         Don't cache the results in the original alist; don't ever modify
25306         that alist.
25308         * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
25310         * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
25311         empty.
25313 2005-08-15  Andreas Schwab  <schwab@suse.de>
25315         * desktop.el: Put autoload cookie at risky-local-variable declarations.
25317         * dired.el, info.el, mail/rmail.el: Revert last change.
25319 2005-08-14  Thien-Thi Nguyen  <ttn@gnu.org>
25321         * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
25322         modification in `eval-after-load' form.
25323         * info.el: Likewise.
25324         * mail/rmail.el: Likewise.
25326 2005-08-14  Juri Linkov  <juri@jurta.org>
25328         * progmodes/compile.el (compilation-mode-font-lock-keywords):
25329         Remove highlighting of "Compilation started".  Highlight only
25330         the word "finished" in "Compilation finished".  Add highlighting
25331         of "interrupt", "killed", "terminated" and the exit code.
25332         (compilation-start): Add newline after header.  Use exactly the
25333         same time stamp format as the finishing message.
25334         (compilation-mode-map): Add ellipsis to "Search Files (grep)".
25336         * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
25337         (grep-mode-font-lock-keywords): Don't highlight "Grep started".
25338         Add highlighting of "interrupt", "killed", "terminated".
25340         * delsel.el (delete-selection-pre-hook): If overwrite-mode is
25341         enabled and the current command is self-insert-command, call it
25342         explicitly with overwrite-mode bound to nil, to not allow it
25343         to delete the character after the selected region.
25345 2005-08-12  Matt Hodges  <MPHodges@member.fsf.org>
25347         * emacs-lisp/eldoc.el: Add move-beginning-of-line,
25348         move-end-of-line, end-of-line, and beginning-of-line to the list
25349         of commands after which the echo area is updated.
25351 2005-08-12  Eli Zaretskii  <eliz@gnu.org>
25353         * cus-edit.el (custom-save-all, custom-save-delete):
25354         Bind recentf-exclude to exclude custom-file.
25356 2005-08-12  Ehud Karni  <ehud@unix.mvs.co.il>
25358         * mail/rmailsum.el (rmail-summary-end-of-message): New command
25359         to go to the bottom of the mail message.  Added to
25360         `rmail-summary-mode-map' with key "/".
25361         (rmail-summary-show-message): New (internal) function for use by
25362         both `rmail-summary-beginning/end-of-message'.
25363         (rmail-summary-beginning-of-message): Change to use
25364         rmail-summary-show-message.
25366         * mail/rmail.el (rmail-end-of-message): New command to go to the
25367         end of the current message.  Added to `rmail-mode-map' with key "/".
25368         (rmail-beginning-of-message): Fix to work as documented.
25369         (rmail-mode): Change documentation.
25371         * progmodes/compile.el (compilation-start): Add the line
25372         "Compilation started" with compilation start time.
25373         (compilation-mode-font-lock-keywords): Add `started' to keywords.
25375 2005-08-11  Luc Teirlinck  <teirllm@auburn.edu>
25377         * menu-bar.el (menu-bar-options-menu): Standardize capitalization
25378         of menu items.
25380 2005-08-11  Richard M. Stallman  <rms@gnu.org>
25382         * simple.el (pop-global-mark): Reverse test of widen-automatically.
25384         * battery.el (battery-status-function): Don't use ignore-errors.
25386 2005-08-11  Lute Kamstra  <lute@gnu.org>
25388         * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
25389         define-obsolete-variable-alias.
25391 2005-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
25393         * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
25394         (ange-ftp-send-cmd): Revert last change, and expand
25395         the comment explaining the problem.
25397 2005-08-10  Luc Teirlinck  <teirllm@auburn.edu>
25399         * ldefs-boot.el: Update.
25401         * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
25402         item to "Time, Load and Mail".  Change help echo text.
25404         * time.el (display-time-use-mail-icon, display-time-format)
25405         (display-time-string-forms): Shorten first line of docstrings.
25407 2005-08-10  Lars Hansen  <larsh@soem.dk>
25409         * desktop.el (desktop-buffer-mode-handlers):
25410         Make non-customizable.  Add autoload cookie.  Change initial value to
25411         nil; add elements in respective modules instead.  Fix doc string.
25412         (desktop-load-file): New function.
25413         (desktop-minor-mode-handlers): New autoloaded variable.
25414         (desktop-create-buffer): Call minor mode handlers.
25415         Use desktop-load-file to load major and minor mode modules prior to
25416         checking for a handler.
25417         (desktop-save): Don't add nil to desktop-minor-modes for minor
25418         modes with nil function in desktop-minor-mode-table.  Don't delete
25419         desktop file before rewriting it.
25420         (desktop-locals-to-save): Add autoload cookie.  Don't make
25421         automatically buffer-local.  Add variables column-number-mode,
25422         size-indication-mode, indent-tabs-mode,
25423         indicate-buffer-boundaries, indicate-empty-lines and
25424         show-trailing-whitespace.
25425         (desktop-clear): Allow desktop-clear-preserve-buffers to contain
25426         regexps.  Don't use desktop-clear-preserve-buffers-regexp.
25427         (desktop-clear-preserve-buffers-regexp): Delete.
25428         (desktop-clear-preserve-buffers): Update initial value and docstring.
25429         (desktop-save-buffer): Fix doc string.
25431         * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
25432         (hilit-chg-desktop-restore): New function.
25433         (highlight-changes-mode): Add highlight-changes-mode to
25434         desktop-locals-to-save.
25436         * dired.el: Add handler to desktop-buffer-mode-handlers.
25437         (dired-restore-desktop-buffer): Remove autoload cookie.
25438         (dired-mode): Add autoload cookie.
25440         * info.el: Add handler to desktop-buffer-mode-handlers.
25441         (Info-restore-desktop-buffer): Remove autoload cookie.
25442         (Info-mode): Add autoload cookie.
25444         * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
25445         (mh-restore-desktop-buffer): Remove autoload cookie.
25446         (mh-folder-mode): Add autoload cookie.
25448         * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
25449         (rmail-restore-desktop-buffer): Remove autoload cookie.
25451 2005-08-11  Masatake YAMATO  <jet@gyve.org>
25453         * hexl.el (hexl-address-region):
25454         (hexl-ascii-region, hexl-font-lock-keywords):
25455         (hexl-highlight-line-range): Use the term "region"
25456         instead of "area" for consistency with the other symbols
25457         defined in hexl.el.
25459 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
25461         * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
25462         correct group: it is set with `menu-bar-make-mm-toggle' (pointed
25463         out by Juri Linkov).  Add `display-battery-mode'.
25465 2005-08-09  Juri Linkov  <juri@jurta.org>
25467         * progmodes/compile.el (compilation-mode-font-lock-keywords):
25468         Remove `-text' from face variable names.
25469         (compilation-error-file-name, compilation-warning-file-name)
25470         (compilation-info-file-name): Delete faces.
25471         (compilation-line-number, compilation-column-number):
25472         Remove face underlining.
25473         (compilation-message-face): Set to `underline' value by default.
25474         (compilation-error-face, compilation-warning-face)
25475         (compilation-info-face): Remove `-file-name' from face names.
25476         (compilation-error-text-face, compilation-warning-text-face)
25477         (compilation-info-text-face): Delete face variables.
25478         (compilation-text-face): Delete function.
25480         * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
25481         (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
25482         (grep-error-face): Set to `compilation-error' instead of
25483         `compilation-error-face' (which is redefined to `grep-hit-face' in
25484         grep buffers).
25485         (grep-mode-font-lock-keywords): Remove `-text' from face variable
25486         names.  Use `grep-error-face' instead of `compilation-error-text-face'.
25488         * dired-aux.el (dired-do-query-replace-regexp):
25489         Use `query-replace-read-args'.
25491         * replace.el (query-replace-read-from, query-replace-read-to)
25492         (query-replace-read-args): Rename arg `string' to `prompt'.
25494         * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
25496 2005-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
25498         * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
25499         uploading files.
25500         (ange-ftp-canonize-filename): Handle file names beginning with ~
25501         correctly.
25503 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
25505         * textmodes/fill.el (canonically-space-region)
25506         (fill-context-prefix, fill-french-nobreak-p)
25507         (fill-delete-newlines, fill-comment-paragraph)
25508         (justify-current-line): "?\ " -> "?\s".
25510 2005-08-09  Ben North  <ben@redfrontdoor.org>  (tiny change)
25512         * textmodes/fill.el (fill-nonuniform-paragraphs):
25513         Improve argument/docstring consistency.
25515 2005-08-09  Richard M. Stallman  <rms@gnu.org>
25517         * textmodes/ispell.el (ispell-word): More fboundp checks.
25519         * files.el (find-file-noselect): Don't call set-buffer-major-mode.
25520         (find-file-noselect-1): Call it here, only if RAWFILE.
25521         (normal-mode): Always set some major mode.
25522         (save-some-buffers-action-alist): Change some explanation strings.
25523         (file-name-non-special): In the `quote' method, use unwind-protect.
25525 2005-08-09  Magnus Henoch  <mange@freemail.hu>
25527         * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
25528         (ispell-have-aspell-dictionaries): New variable.
25529         (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
25530         (ispell-get-aspell-config-value): New function.
25531         (ispell-aspell-find-dictionary): New function.
25532         (ispell-aspell-add-aliases): New function.
25533         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
25534         appropriate.  Don't look for ispell dictionaries if we use aspell.
25535         (ispell-menu-map): Don't build a submenu of dictionaries.
25537 2005-08-09  Richard M. Stallman  <rms@gnu.org>
25539         * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
25540         (sql-read-passwd): Use read-passwd.
25542         * progmodes/idlw-toolbar.el (idlwave-toolbar)
25543         (idlwave-toolbar-is-possible): Add defvars.
25545         * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
25546         Avoid warnings.
25548         * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
25549         (idlwave-system-class-info, idlwave-executive-commands-alist):
25550         Use defvar.
25552         * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
25554         * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
25555         Avoid warnings.
25557         * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
25558         and content-type: headers.
25560         * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
25562         * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
25563         and rename some of them to be more self-explanatory.
25565         * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
25567         * startup.el (command-line-1): Implement -scriptload.
25569         * replace.el (occur-engine): Initial *Occur* output not undoable.
25571         * menu-bar.el (menu-bar-file-menu): Rename some menu items
25572         and improve help strings.
25574         * isearch.el (isearch-repeat): When changing direction,
25575         mark search successful.
25577         * ediff-init.el: Use (featurep 'xemacs).
25579         * comint.el (send-invisible): Identify buffer, if not selected.
25581         * align.el: Delete autoload for c-guess-basic-syntax.
25583 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
25585         * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
25586         Improve argument/docstring consistency.  Doc fixes.
25587         (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
25588         (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
25589         (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
25590         (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
25591         (r2bv-organization, r2bv-pages, r2bv-primary-author)
25592         (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
25593         (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
25594         Defvar at compile time.
25596 2005-08-09  Juri Linkov  <juri@jurta.org>
25598         * info.el: Replace `info' with upper-case `Info' where appropriate.
25599         (info-title-1, info-title-2, info-title-3, info-title-4)
25600         (info-menu-header): Move up face definitions.
25601         (info-menu-star): Rename from `info-menu-5'.
25602         (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
25603         (Info-fontify-visited-nodes): Fix docstring.
25604         (Info-hide-note-references): Fix docstring.
25605         (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
25606         menu items in the same way as on cross-references.
25607         (info-apropos): Fix sorting order and formatting to be like in the
25608         stand-alone Info browser.  Display error messages for 1 sec.
25609         (Info-mode-map): Move down `c' key binding.  Bind `^' to `Info-up'.
25610         (Info-mode-menu): Remove item for `Info-search-case-sensitively'
25611         from the menu bar.
25612         (Info-insert-dir): Restore point after calling
25613         `insert-buffer-substring'.
25615 2005-08-08  Richard M. Stallman  <rms@gnu.org>
25617         * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
25618         (recompute-lucid-menubar): Add defvars.
25620         * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
25622         * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
25624         * net/net-utils.el (run-dig): Rename from `dig'.
25626         * play/gametree.el (gametree-mode): Use make-local-variable,
25627         not make-variable-buffer-local.
25629         * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
25631         * ansi-color.el (ansi-color-make-extent)
25632         (ansi-color-set-extent-face): Use fboundp, not functionp.
25634         * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
25635         not make-variable-buffer-local.
25637         * bookmark.el (Info-current-file): Add defvar.
25638         (bookmark-jump-noselect): Use with-no-warnings.
25640         * completion.el (c-mode-map, fortran-mode-map): Add defvars.
25642         * ebuff-menu.el (Helper-return-blurb): Add defvar.
25644         * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
25646         * find-file.el (ada-procedure-start-regexp)
25647         (ada-package-start-regexp): Add defvars.
25649         * info.el (Info-insert-dir): Use insert-buffer-substring.
25651         * xml.el (xml-att-def-re): Add defvar.
25653         * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
25654         calling convention.
25656         * subr.el (while-no-input): Return t if there is input.
25658 2005-08-08  Luc Teirlinck  <teirllm@auburn.edu>
25660         * cus-start.el (all): Add `overflow-newline-into-fringe'.
25662 2005-08-08  Juanma Barranquero  <lekktu@gmail.com>
25664         * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
25665         (scheme-prev-l/c-dir/file): Fix typos in docstrings.
25667 2005-08-08  Emilio C. Lopes  <eclig@gmx.net>
25669         * cmuscheme.el (scheme-start-file): Replace reference to
25670         `user-emacs-directory' by "~/.emacs.d/".
25672 2005-08-08  Thien-Thi Nguyen  <ttn@gnu.org>
25674         * info.el (Info-dir-remove-duplicates): Avoid case folding
25675         in loop; instead, keep downcased strings for comparison.
25676         Suggested by Helmut Eller.
25678 2005-08-07  Michael Albinus  <michael.albinus@gmx.de>
25680         Sync with Tramp 2.0.50.
25682         * net/tramp.el: Remove defvar of `last-coding-system-used' in the
25683         XEmacs case; not necessary anymore.
25684         (tramp-user-regexp): Allow "@" as part of user name.
25685         (tramp-handle-set-visited-file-modtime)
25686         (tramp-handle-insert-file-contents)
25687         (tramp-handle-write-region): No special handling for
25688         `last-coding-system-used, because this is done in
25689         `tramp-accept-process-output' now.
25690         (tramp-accept-process-output): New defun.
25691         (tramp-process-one-action, tramp-process-one-multi-action)
25692         (tramp-wait-for-regexp, tramp-wait-for-output)
25693         (tramp-discard-garbage-erase-buffer): Call it.  Reported by David
25694         Howells <dhowells@redhat.com>.
25695         (clear-visited-file-modtime): Defadvice removed.  The check for
25696         unset buffer's modtime does not need to be based on
25697         `tramp-buffer-file-attributes'.  Suggested by RMS.
25698         (tramp-message): Insert "\n" if not being at beginning of line.
25699         (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
25700         sequence with same logic.
25701         (tramp-completion-handle-expand-file-name): Discard call of
25702         `tramp-drop-volume-letter'.  It is not necessary, and there have
25703         been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
25704         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
25705         (tramp-do-copy-or-rename-file-out-of-band): Transfer message
25706         should always be visible.
25707         (tramp-handle-insert-directory, tramp-setup-complete)
25708         (tramp-set-process-query-on-exit-flag)
25709         (tramp-append-tramp-buffers): Pacify byte-compiler.
25710         (tramp-bug): Delete non-existing variables from list.
25711         Apply `tramp-load-report-modules' as pre-hook.
25712         Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
25713         `shell-prompt-pattern' because of non-7bit characters.
25714         Reported by Sebastian Luque <sluque@mun.ca>.
25715         (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
25716         (tramp-match-string-list): Remove function.
25717         (tramp-wait-for-regexp): Remove call of that function.
25718         Suggested by Kim F. Storm <storm@cua.dk>.
25719         (tramp-set-auto-save-file-modes): Use octal integer code #o600
25720         instead of octal character code ?\600.  The latter resulted in a
25721         syntax error with XEmacs.
25723         * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
25724         XEmacs case; not necessary anymore.
25725         (tramp-smb-handle-write-region): No special handling for
25726         `last-coding-system-used, because this is done in
25727         `tramp-accept-process-output' now.
25728         (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
25730 2005-08-06  Luc Teirlinck  <teirllm@auburn.edu>
25732         * wid-edit.el (widget-choice-value-create):
25733         Unconditionally respect user choice.  Set :explicit-choice back to nil
25734         when no longer needed.
25735         (widget-choice-action): Unconditionally respect user choice.
25736         Eliminate :explicit-choice-value.
25738         * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
25740         * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
25741         with `indicate-empty-lines' and `indicate-buffer-boundaries'.
25742         (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
25743         running new function `toggle-indicate-empty-lines'.
25744         Rename "Customize" item to "Customize fringe".
25745         Rename "Indicators" item to "Buffer boundaries" and change help echo.
25746         (menu-bar-showhide-fringe-ind-menu): Change several help echos.
25747         Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
25748         Delete "Empty lines only" item.
25749         (menu-bar-showhide-fringe-ind-customize): New function.
25750         (menu-bar-showhide-fringe-ind-mixed)
25751         (menu-bar-showhide-fringe-ind-box)
25752         (menu-bar-showhide-fringe-ind-right)
25753         (menu-bar-showhide-fringe-ind-left)
25754         (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
25755         instead of `fringe-indicators'.
25757 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
25759         * emulation/viper.el (viper-emacs-state-mode-list):
25760         Add recentf-dialog-mode.  Change the date of last update.
25762 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
25764         * emulation/viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
25765         (viper-exec-yank, viper-put-back): Don't display modification msg
25766         if in the minibuffer.
25768         * emulation/viper-init.el (viper-replace-overlay-cursor-color)
25769         (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
25770         Make variables frame local.
25772         * emulation/viper-util.el (viper-append-filter-alist):
25773         Use append instead of nconc.
25775         * emulation/viper.el (viper-vi-state-mode-list)
25776         (viper-emacs-state-mode-list): Move help-mode and
25777         completion-list-mode from the first list to the second.
25778         (viper-mode): Docstring.
25779         (viper-go-away, viper-non-hook-settings): Don't localize
25780         minor-mode-alist in newer Emacsen.  Add advice to
25781         set-cursor-color.  Don't bind "\C-c\\".
25783 2005-08-06  Emilio C. Lopes  <eclig@gmx.net>
25785         * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
25786         (scheme-macro-expand-command): New user options.
25787         (scheme-trace-procedure, scheme-expand-current-form): New commands.
25788         (scheme-form-at-point, scheme-start-file)
25789         (scheme-interactively-start-process): New functions.
25790         (scheme-get-process): New function, extracted from `scheme-proc'.
25791         (run-scheme): Call `scheme-start-file' to get start file, and pass
25792         it to `make-comint'.
25793         (switch-to-scheme, scheme-proc):
25794         Call `scheme-interactively-start-process' if no Scheme buffer/process
25795         is available.
25797 2005-08-06  Juri Linkov  <juri@jurta.org>
25799         * progmodes/compile.el (compilation-mode-font-lock-keywords):
25800         Use `compilation-text-face', `compilation-info-text-face' and
25801         `compilation-error-text-face' instead of `font-lock-keyword-face'.
25802         (compilation-error): New face.
25803         (compilation-error-file-name): Inherit from
25804         `compilation-error' instead of `font-lock-warning-face'.
25805         (compilation-warning-file-name): Inherit from
25806         `compilation-warning' instead of `font-lock-warning-face'.
25807         (compilation-info, compilation-error-file-name)
25808         (compilation-warning-file-name, compilation-info-file-name)
25809         (compilation-line-number, compilation-column-number): Doc fix.
25810         (compilation-error-text-face, compilation-warning-text-face)
25811         (compilation-info-text-face): New face variables.
25812         (compilation-line-face, compilation-column-face)
25813         (compilation-enter-directory-face)
25814         (compilation-leave-directory-face): Doc fix.
25815         (compilation-text-face): New function.
25817         * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
25818         instead of 1 to display binary file names as info file links.
25819         (grep-error-face): Use `compilation-error-face' instead of
25820         `font-lock-keyword-face'.
25821         (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
25822         and `compilation-warning-text-face' instead of
25823         `font-lock-keyword-face'.  Use `compilation-error-text-face'
25824         instead of `grep-error-face'.
25826 2005-08-05  Kenichi Handa  <handa@m17n.org>
25828         * international/code-pages.el: Add autoload cookies for all coding
25829         systems.
25831 2005-08-04  Luc Teirlinck  <teirllm@auburn.edu>
25833         * cus-start.el (all): Put undo.c where it alphabetically belongs.
25835 2005-08-04  Juri Linkov  <juri@jurta.org>
25837         * progmodes/compile.el (compilation-mode-map):
25838         * progmodes/grep.el (grep-mode-map):
25839         Bind TAB to `compilation-next-error' and [backtab] to
25840         `compilation-previous-error'.
25842         * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
25843         matching line numbers, column numbers and their ranges with regexp
25844         matching only line numbers.
25845         (grep-context-face): New face variable.
25846         (grep-mode-font-lock-keywords): Use it.
25848         * faces.el (read-face-name): Delete duplicate faces.
25850 2005-08-02  Juanma Barranquero  <lekktu@gmail.com>
25852         * thumbs.el (thumbs-find-image): Don't make variables
25853         automatically buffer local.
25854         (thumbs-current-tmp-filename, thumbs-current-image-filename)
25855         (thumbs-image-num): Make automatically buffer local.
25856         (thumbs-show-thumbs-list): Use `make-local-variable', not
25857         `make-variable-buffer-local'.
25858         (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
25860         * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
25861         (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
25862         (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
25863         (bother, bye, canyou, chatlst, continue, deathlst, describe)
25864         (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
25865         (feelings-about, foullst, found, hello, history, howareyoulst)
25866         (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
25867         (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
25868         (neglst, obj, object, owner, please, problems, qlist)
25869         (random-adjective, relation, remlst, repetitive-shortness)
25870         (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
25871         (shortlst, something, sportslst, stallmanlst, states, subj)
25872         (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
25873         (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
25874         Defvar at compile time.
25876         * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
25877         not `make-variable-buffer-local'.
25879 2005-08-02  Kim F. Storm  <storm@cua.dk>
25881         * emulation/cua-rect.el (cua--highlight-rectangle): Only show
25882         rectangle overlay in selected window.
25884 2005-08-01  Luc Teirlinck  <teirllm@auburn.edu>
25886         * cus-start.el (all): Put `indicate-empty-lines' in fringe group
25887         instead of display group.  Make `indicate-buffer-boundaries'
25888         customizable through Custom.
25890 2005-08-01  Juanma Barranquero  <lekktu@gmail.com>
25892         * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
25893         (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
25894         (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
25895         (gdb-put-string): Fix typos in docstrings.
25897 2005-08-01  Nick Roberts  <nickrob@snap.net.nz>
25899         Update copyright notices of files in progmodes directory for
25900         release of Emacs 22.1.
25902         * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
25904         * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
25905         Don't barf if the GUD buffer has been killed.
25907 2005-08-01  Kim F. Storm  <storm@cua.dk>
25909         * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
25911 2005-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
25913         * simple.el (next-error-follow-minor-mode):
25914         make-variable-buffer-local -> make-local-variable.
25916         * emacs-lisp/cl-extra.el: Require CL also when compiling.
25918         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
25919         (byte-compile-form-make-variable-buffer-local): New functions to warn
25920         about misuses of make-variable-buffer-local where make-local-variable
25921         was meant.
25923 2005-07-29  Juanma Barranquero  <lekktu@gmail.com>
25925         * bs.el (bs-attributes-list): Doc fix.
25926         (bs): Update url-link.
25928         * desktop.el (desktop-save-buffer): Fix typos in docstring.
25929         (desktop-load-default): Simplify.
25931         * ibuffer.el (ibuffer-columnize-and-insert-list)
25932         (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
25933         (ibuffer-unmark-all, ibuffer-toggle-marks)
25934         (ibuffer-unmark-forward, ibuffer-unmark-backward)
25935         (ibuffer-compile-make-format-form, ibuffer-format-column)
25936         (ibuffer-current-buffers-with-marks)
25937         (ibuffer-update-title-and-summary): "?\ " -> "?\s".
25938         (ibuffer): Doc fix.
25939         (ibuffer-mode): Fix typo in docstring.
25940         (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
25941         with `define-obsolete-variable-alias'.
25942         (ibuffer-elide-long-columns): Mark as obsolete.  Doc fix.
25944 2005-07-29  Kenichi Handa  <handa@m17n.org>
25946         * international/mule-cmds.el (select-message-coding-system):
25947         Be sure to use LF for end-of-line.  If no coding system is decided,
25948         return iso-8859-1-unix.
25950 2005-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
25952         * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
25953         (ange-ftp-pending-error-line): New vars.
25954         (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
25955         to handle the non-fatal no-route-to-host messages.
25956         (internal-ange-ftp-mode): Make the no-match regexp more efficient.
25958 2005-07-28  Juanma Barranquero  <lekktu@gmail.com>
25960         * isearch.el (isearch-mode-map, isearch-other-meta-char)
25961         (isearch-quote-char, isearch-printing-char)
25962         (isearch-text-char-description): "?\ " -> "?\s".
25963         (isearch-lazy-highlight-cleanup)
25964         (isearch-lazy-highlight-initial-delay)
25965         (isearch-lazy-highlight-interval)
25966         (isearch-lazy-highlight-max-at-a-time)
25967         (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
25968         Declare with define-obsolete-*-alias macros.
25969         (isearch-forward): Fix typo in docstring.
25970         (search-invisible, search-ring-yank-pointer)
25971         (regexp-search-ring-yank-pointer): Doc fixes.
25973         * recentf.el (recentf-menu-append-commands-p): Declare with
25974         `define-obsolete-variable-alias'.
25975         (recentf-max-saved-items, recentf-menu-filter)
25976         (recentf-arrange-by-rule-subfilter): Doc fixes.
25977         (recentf-menu-append-commands-flag)
25978         (recentf-initialize-file-name-history, recentf-expand-file-name)
25979         (recentf-clear-data): Fix typos in docstrings.
25981 2005-07-28  Nick Roberts  <nickrob@snap.net.nz>
25983         * progmodes/gdb-ui.el: Smarten comments.
25984         (gdb-info-breakpoints-custom): Use nowarn when finding file.
25986 2005-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
25988         * term/apollo.el (terminal-init-apollo): New function containing
25989         all former top level forms in the file.
25990         * term/bobcat.el (terminal-init-bobcat):
25991         * term/cygwin.el (terminal-init-cygwin):
25992         * term/iris-ansi.el (terminal-init-iris-ansi):
25993         * term/linux.el (terminal-init-linux):
25994         * term/news.el (terminal-init-news):
25995         * term/rxvt.el (terminal-init-rxvt):
25996         * term/sun.el (terminal-init-sun):
25997         * term/tvi970.el (terminal-init-tvi970):
25998         * term/vt100.el (terminal-init-vt100):
25999         * term/vt102.el (terminal-init-vt102):
26000         * term/vt125.el (terminal-init-vt125):
26001         * term/vt200.el (terminal-init-vt200):
26002         * term/vt201.el (terminal-init-vt201):
26003         * term/vt220.el (terminal-init-vt220):
26004         * term/vt240.el (terminal-init-vt240):
26005         * term/vt300.el (terminal-init-vt300):
26006         * term/vt320.el (terminal-init-vt320):
26007         * term/vt400.el (terminal-init-vt400):
26008         * term/vt420.el (terminal-init-vt420):
26009         * term/wyse50.el (terminal-init-wyse50):
26010         * term/xterm.el (terminal-init-xterm): Likewise.
26012         * term/README: Describe the terminal-init-* functionality.
26014         * startup.el (command-line): After loading the terminal initialization
26015         file call the corresponding terminal initialization function.
26017 2005-07-27  Kenichi Handa  <handa@m17n.org>
26019         * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
26020         negative.
26022         * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
26023         (ps-mule-composition-prologue): Fix for the case that
26024         RelativeCompose is false.
26026 2005-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
26028         * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
26030         * descr-text.el (describe-char): Handle the case where the list of
26031         chars is displayed in a separate frame.
26032         Be a bit more discriminating when looking for the char.
26034 2005-07-26  Juanma Barranquero  <lekktu@gmail.com>
26036         * bookmark.el (bookmark-automatically-show-annotations)
26037         (bookmark-read-annotation-text-func): Doc fixes.
26038         (bookmark-save): Improve argument/docstring consistency.
26039         (bookmark-get-bookmark, bookmark-get-bookmark-record)
26040         (bookmark-alist-from-buffer)
26041         (bookmark-upgrade-file-format-from-0)
26042         (bookmark-grok-file-format-version)
26043         (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
26044         (bookmark-read-annotation-mode)
26045         (bookmark-insert-current-bookmark, bookmark-jump)
26046         (bookmark-exit-hook): Fix typos in docstrings.
26047         (bookmark-exit-hooks): Define as obsolete alias.
26048         (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
26049         not `bookmark-exit-hooks'.  Fix docstring.
26050         (bookmark-bmenu-select): "?\ " -> "?\s".
26052 2005-07-25  Ari Roponen  <arjuropo@cc.jyu.fi>  (tiny change)
26054         * startup.el (command-line): Fix typo.
26056 2005-07-24  Richard M. Stallman  <rms@gnu.org>
26058         * tooltip.el (tooltip-mode): Test emacs-basic-display,
26059         not emacs-quick-startup.
26061 2005-07-24  Juanma Barranquero  <lekktu@gmail.com>
26063         * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
26064         (reb-next-match, reb-show-subexp): Use `with-selected-window'
26065         instead of `reb-with-current-window'.
26066         (reb-prev-match): Likewise.  Also, don't move left if the search
26067         was unsuccessful.
26068         (reb-initialize-buffer): New function.
26069         (re-builder, reb-change-syntax): Use it.
26071         * man.el (Man-goto-page): Make second argument NOERROR optional.
26073 2005-07-23  Richard M. Stallman  <rms@gnu.org>
26075         * man.el (Man-bgproc-sentinel): Check here for failure to find
26076         any man page in the output, and report the error here.
26077         (Man-arguments): Make it permanent local.
26078         (Man-goto-page): New arg NOERROR.  Never kill the current buffer.
26079         (Man-mode): Pass t for NOERROR.
26081         * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
26082         (grep-mode-font-lock-keywords):
26083         Don't use compilation-...-face for messages that are not file names.
26085         * progmodes/compile.el (compilation-mode-font-lock-keywords):
26086         Don't use compilation-...-face for messages that are not file names.
26088 2005-07-22  Juri Linkov  <juri@jurta.org>
26090         * startup.el (normal-splash-screen): Update menu name.
26092         * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
26094 2005-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
26096         * term/xterm.el: Load term/rxvt if the terminal is actually an
26097         rxvt terminal.
26098         (xterm-rxvt-set-background-mode): Remove, not used anymore.
26100         * term/rxvt.el (function-key-map): Use substitute-key-definition
26101         to bind {C,S,C-S}-{f1-f10}.  Add a few missing key bindings.
26103         * term/cygwin.el: New file.
26105 2005-07-22  Kim F. Storm  <storm@cua.dk>
26107         * image-file.el (insert-image-file, image-file-yank-handler):
26108         Fix last change to maintain a (unique) yank-handler on yanked images.
26110 2005-07-22  Eduardo Mu\e,Aq\e(Boz  <emufer@terra.es>  (tiny change)
26112         * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
26113         of the file size (as in "177B" for 177 bytes).  This happens with
26114         "ls -lh" on FreeBSD.
26116 2005-07-22  Juanma Barranquero  <lekktu@gmail.com>
26118         * hilit-chg.el (highlight-changes-global-initial-state)
26119         (highlight-compare-buffers, hilit-chg-turn-on-maybe)
26120         (hilit-chg-fixup, highlight-changes-mode):
26121         Fix typos in docstrings.
26122         (highlight-changes-global-modes, highlight-changes-rotate-faces):
26123         Doc fixes.
26125 2005-07-21  Luc Teirlinck  <teirllm@auburn.edu>
26127         * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
26128         mode function using `eval-after-load'.
26130 2005-07-21  Kim F. Storm  <storm@cua.dk>
26132         * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
26133         included when reporting an Emacs crash, and tell about the DEBUG file.
26135         * image-file.el (insert-image-file): Add yank-handler.
26136         (image-file-yank-handler): Yank handler to make unique copies of
26137         images when they are yanked into a buffer next to each other.
26139 2005-07-21  Juanma Barranquero  <lekktu@gmail.com>
26141         * comint.el (comint-use-prompt-regexp, comint-send-input)
26142         (comint-source-default, comint-extract-string)
26143         (comint-get-source, comint-word, comint-completion)
26144         (comint-source, comint-prompt-read-only, comint-update-fence):
26145         Fix typos in docstrings.
26146         (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
26147         Declare with define-obsolete-*-alias macros.
26148         (comint-previous-matching-input-from-input)
26149         (comint-next-matching-input-from-input)
26150         (comint-previous-matching-input, comint-next-matching-input)
26151         (comint-forward-matching-input):
26152         Improve argument/docstring consistency.
26154         * desktop.el (desktop-clear-preserve-buffers-regexp):
26155         Also preserve the *server* buffer.
26157         * simple.el (clone-indirect-buffer): Doc fix.
26158         (fixup-whitespace, just-one-space)
26159         (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
26160         (next-error, next-error-highlight)
26161         (next-error-highlight-no-select, next-error-last-buffer)
26162         (next-error-buffer-p, next-error-find-buffer, next-error)
26163         (previous-error, next-error-no-select, previous-error-no-select)
26164         (open-line, split-line, minibuffer-prompt-width, kill-new)
26165         (binary-overwrite-mode): Fix typos in docstrings.
26166         (set-fill-column): Fix typo in message.
26168         * skeleton.el (skeleton-proxy-new): Doc fix.
26170         * strokes.el (strokes-load-hook): Doc fix.
26171         (strokes-grid-resolution, strokes-get-grid-position)
26172         (strokes-renormalize-to-grid, strokes-read-stroke)
26173         (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
26174         (strokes-global-map): Fix typos in docstrings.
26175         (strokes-help): Doc fix.  Fix help message and pass it through
26176         `substitute-command-keys'.
26178         * tempo.el (tempo-insert-prompt, tempo-interactive)
26179         (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
26180         (tempo-insert-string-functions, tempo-local-tags)
26181         (tempo-define-template, tempo-insert-template)
26182         (tempo-insert-prompt-compat, tempo-is-user-element)
26183         (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
26184         Fix typos in docstrings.
26186         * vcursor.el (vcursor-other-window, vcursor-bind-keys)
26187         (vcursor-key-bindings, vcursor-use-vcursor-map)
26188         (vcursor-find-window, vcursor-scroll-down)
26189         (vcursor-disable, vcursor-beginning-of-buffer)
26190         (vcursor-end-of-buffer): Fix typos in docstrings.
26191         (vcursor-relative-move, vcursor-get-char-count):
26192         Improve argument/docstring consistency.
26194         * version.el: "?\ " -> "?\s".
26196         * wid-edit.el (widget-default-create, widget-after-change)
26197         (widget-default-format-handler, widget-checklist-add-item)
26198         (widget-radio-add-item, widget-choose, widget-specify-secret)
26199         (widget-field-value-create, widget-field-value-get)
26200         (widget-editable-list-format-handler)
26201         (widget-editable-list-entry-create, widget-group-value-create)
26202         (widget-documentation-link-add)
26203         (widget-documentation-string-value-create): "?\ " -> "?\s".
26204         (widget-convert-text): Doc fix.
26205         (widget-narrow-to-field, widget-field-find)
26206         (widget-url-link-action, widget-emacs-library-link-action)
26207         (widget-color-notify): Fix typos in docstrings.
26209         * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
26210         (x-select-text, set-w32-system-coding-system)
26211         (w32-add-charset-info): Fix typos in docstrings.
26213         * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
26214         (cua-enable-cua-keys, cua-use-hyper-key)
26215         (cua-virtual-rectangle-edges): Fix typos in docstrings.
26216         (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
26218         * net/tramp.el (tramp-handle-load): Fix typo in error message.
26220         * emacs-lisp/re-builder.el (regexp-builder): Declare with
26221         `defalias' instead of faking it.
26223         * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
26224         (eshell-ls-missing, eshell-ls-dired-initial-args)
26225         (eshell-ls-use-in-dired): Fix typos in docstrings.
26227 2005-07-20  Kim F. Storm  <storm@cua.dk>
26229         * emulation/cua-base.el (cua-mode): Improve doc string.
26231 2005-07-20  Juanma Barranquero  <lekktu@gmail.com>
26233         * abbrev.el (expand-region-abbrevs): Doc fix.
26234         (inverse-add-mode-abbrev, inverse-add-global-abbrev):
26235         Improve argument/docstring consistency.
26237         * arc-mode.el (archive-get-descr, archive-alternate-display):
26238         Doc fixes.
26239         (archive-l-e): Improve argument/docstring consistency.
26240         (archive-tmpdir, archive-unixdate, archive-unixtime)
26241         (archive-chmod-entry): Fix typos in docstrings.
26242         (archive-unflag, archive-unflag-backwards)
26243         (archive-unmark-all-files): "?\ " -> "?\s".
26245         * buff-menu.el (Buffer-menu-unmark): Doc fix.
26246         (Buffer-menu-not-modified, Buffer-menu-execute)
26247         (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
26248         (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
26250         * composite.el (compose-string, encode-composition-rule)
26251         (compose-last-chars): Fix typos in docstrings.
26253         * desktop.el (desktop-enable, desktop-basefilename):
26254         Declare with `define-obsolete-variable-alias'.
26255         (desktop-internal-v2s): Don't quote keywords.
26256         (desktop-clear): "?\ " -> "?\s".
26258         * dired.el (dired-align-file, dired-flag-backup-files)
26259         (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
26260         (dired-listing-switches, dired-ls-F-marks-symlinks)
26261         (dired-dwim-target, dired-load-hook, dired-mode-hook)
26262         (dired-directory, dired-faces, dired, dired-revert)
26263         (dired-mode, dired-summary, dired-view-file)
26264         (dired-copy-filename-as-kill, dired-delete-file)
26265         (dired-no-confirm, dired-unmark-all-marks)
26266         (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
26267         (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
26268         (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
26269         Fix typos in message strings.
26271         * dired-x.el (virtual-dired): Declare with `defalias'.
26272         (dired-mark-unmarked-files, dired-local-variables-file)
26273         (dired-omit-here-always): Doc fix.
26274         (dired-omit-mode, dired-find-subdir)
26275         (dired-enable-local-variables, dired-clean-up-buffers-too)
26276         (dired-extra-startup, dired-mark-extension, dired-jump)
26277         (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
26278         (dired-smart-shell-command, dired-guess-shell-alist-user)
26279         (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
26280         (dired-x-bind-find-file, dired-x-submit-report):
26281         Fix typos in docstrings.
26282         (dired-mark-unmarked-files): "?\ " -> "?\s".
26284         * dirtrack.el (dirtrack-list): Fix typos in docstring.
26286         * faces.el (describe-face): "?\ " -> "?\s".
26287         (read-all-face-attributes, read-face-font, modify-face)
26288         (face-attr-construct, italic): Fix typos in docstrings.
26289         (frame-update-face-colors): Declare with
26290         `define-obsolete-function-alias'.
26292         * files.el (find-file-noselect, recode-file-name): Doc fixes.
26293         (insert-directory, kill-some-buffers): "?\ " -> "?\s".
26294         (magic-mode-alist, buffer-file-numbers-unique)
26295         (write-file-functions, get-free-disk-space):
26296         Fix typos in docstrings.
26297         (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
26298         (write-contents-hooks, write-file-hooks):
26299         Declare with `define-obsolete-variable-alias'.
26301         * forms-d2.el (arch-rj): Fix typo in docstrings.
26302         (arch-tocol): Likewise.  "?\ " -> "?\s".
26304         * frame.el (set-frame-font, cursor-in-non-selected-windows):
26305         Fix typo in docstring.
26306         (set-screen-width, set-screen-height): Delete redundant info in
26307         doctrings.
26308         (new-frame, screen-height, screen-width): Declare with
26309         `define-obsolete-function-alias'.
26310         (delete-frame-hook, blink-cursor): Declare with
26311         `define-obsolete-variable-alias'.
26313         * paths.el (prune-directory-list): Fix typos in docstring.
26315         * pcvs-util.el (cvs-flags-query, cvs-strings->string)
26316         (cvs-prefix-get): Fix typos in docstrings.
26318         * ps-print.el (ps-extend-face-list, ps-extend-face)
26319         (ps-print-background-image): Fix typos in docstrings.
26320         (ps-default-fg, ps-default-bg): Doc fixes.
26322         * s-region.el (s-region-bind): Doc fix.
26323         (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
26325         * textmodes/org.el (org-table-formula-substitute-names)
26326         (org-table-get-vertical-vector): Doc fixes.
26327         (org-table-recalculate): Remove unused argument to `message'.
26329 2005-07-19  Carsten Dominik  <dominik@science.uva.nl>
26331         * textmodes/org.el (org-table-column-names)
26332         (org-table-column-name-regexp)
26333         (org-table-named-field-locations): New variables.
26334         (org-archive-subtree): Protect `this-command' when calling
26335         `org-copy-subtree' and `org-cut-subtree', to avoid appending to
26336         the kill buffer.
26337         (org-complete): Remove fixed-formula completion.
26338         (org-edit-formulas-map): New variable.
26339         (org-table-edit-formulas): New command.
26340         (org-finish-edit-formulas, org-abort-edit-formulas)
26341         (org-show-variable, org-table-get-vertical-vector): New functions.
26342         (org-table-maybe-eval-formula): Handle `:=' fields.
26343         (org-table-get-stored-formulas, org-table-store-formulas)
26344         (org-table-get-formula, org-table-modify-formulas)
26345         (org-table-replace-in-formulas): Handle named field formulas.
26346         (org-table-get-specials): Store locations of named fields.
26348 2005-07-19  Juri Linkov  <juri@jurta.org>
26350         * progmodes/grep.el (grep-regexp-alist)
26351         (grep-mode-font-lock-keywords, grep-process-setup):
26352         Use default GNU grep match color "01;31m" instead of "01;41m".
26353         (grep-regexp-alist, grep-mode-font-lock-keywords):
26354         Use `\\[[0-9]*m' instead of `\\[00m'.
26355         (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
26356         sgr_start where its handling is more important.  Use the real
26357         length of sgr_start instead of constant 8.
26358         (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
26359         specially.  Delete all remaining escape sequences.
26360         (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
26361         (grep-regexp-alist): Make hyperlink only for binary file name
26362         instead of the whole line.
26363         (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
26364         (grep-mode): Add autoload.
26366         * emacs-lisp/find-func.el (find-function-regexp):
26367         Add `define-compilation-mode'.
26369 2005-07-19  Juri Linkov  <juri@jurta.org>
26371         * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
26372         (compare-windows-sync-string-size, compare-windows-recenter)
26373         (compare-windows-highlight, compare-windows): Add version 22.1.
26374         (compare-windows) <defface>: Inherit from lazy-highlight instead
26375         of duplicating its default value.
26377         * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
26378         (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
26380         * descr-text.el (describe-char): Create link buttons for `charset'
26381         and `code point'.  Add the current input method name with a link
26382         button to `to input' field.  Print face names of display table
26383         characters in `The display table entry is displayed by' section
26384         instead of printing face-id in the `display' field.
26385         Guess hardcoded faces and create a link button for them.
26386         Skip empty fields when calculating max-width.
26387         Treat `widget-create' specially while inserting strings from the
26388         collected field list.
26389         (describe-char-after): Made obsolete in version 22.1, not 21.5.
26391         * diff-mode.el (diff-file-header): Change foreground color from
26392         yellow to green on light backgrounds.
26393         (diff-context): Inherit from `shadow' only for color/grayscale
26394         with more than 88 colors.
26395         (diff-indicator-removed, diff-indicator-added)
26396         (diff-indicator-changed): New faces.
26397         (diff-font-lock-keywords): Use new faces.  Regroup rules.
26398         Add "^---$" for `normal' diff format.  Fontify `#' lines with
26399         font-lock-comment-delimiter-face and font-lock-comment-face.
26400         Add `#' to ^[^...] in the rule for `diff-context-face'.
26402         * faces.el (mode-line-highlight): Replace RoyalBlue4 with
26403         a button-like box.  Inherit from `highlight' on low colors.
26404         (shadow): Use shades of gray only for color/grayscale with
26405         more than 88 colors.  Use green for light backgrounds with
26406         8 colors, and yellow for dark backgrounds with 8 colors.
26408         * font-lock.el (font-lock-regexp-grouping-backslash):
26409         Don't inherit from escape-glyph (use bold for all cases).
26411         * info.el (info-xref-visited): Use light foreground color `violet'
26412         for dark backgrounds instead of dark color `magenta3'.
26413         (info-title-1): Use `yellow' color for dark backgrounds.
26415         * isearch.el (isearch): Use not-too-dark magenta3 instead of
26416         too-light magenta2.
26418         * replace.el (match): Use slightly more light RoyalBlue3 instead
26419         of dark RoyalBlue4.
26421         * wid-edit.el (widget-inactive): Inherit from `shadow'.
26423 2005-07-19  Juanma Barranquero  <lekktu@gmail.com>
26425         * novice.el (disabled-command-hook): Declare it with
26426         `define-obsolete-variable-alias'.
26428         * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
26429         (desktop-buffer-misc-functions, desktop-buffer-handlers)
26430         (desktop-load-default): Add release to obsolescence info.
26431         (desktop-globals-to-clear, desktop-buffer-mode-handlers)
26432         (desktop-append-buffer-args, desktop-read):
26433         Fix typos in docstrings.
26434         (desktop-kill): Fix typo in message.
26435         (desktop-save): Doc fix.
26437 2005-07-19  Michael Kifer  <kifer@cs.stonybrook.edu>
26439         * emulation/viper-cmd.el (viper-escape-to-state): Bug fix.
26440         (viper-envelop-ESC-key): Change the definition of fast
26441         keysequence so it'll work with keyboard macros.
26443         * ediff.el (ediff-patch-buffer): Change the docstring.
26445 2005-07-19  Kenichi Handa  <handa@m17n.org>
26447         * international/mule-cmds.el (select-safe-coding-system): Try to
26448         use an auto-coding (if any) before anything else.  If the found
26449         auto-coding is invalid, show a warning message.
26451         * international/mule.el (find-auto-coding): New function created
26452         by modifying the body of set-auto-coding.
26453         (set-auto-coding): Use find-auto-coding to find a coding.
26455 2005-07-18  Richard M. Stallman  <rms@gnu.org>
26457         * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
26458         not isearch-mode-end-hook-error.
26459         (allout-before-change-protect): Fix error message.
26461 2005-07-18  Juri Linkov  <juri@jurta.org>
26463         * allout.el (allout-mode):
26464         * calculator.el (calculator-copy):
26465         * custom.el (custom-known-themes):
26466         * dired.el (dired-desktop-buffer-misc-data)
26467         (dired-restore-desktop-buffer):
26468         * dired-x.el (dired-omit-marker-char):
26469         * files.el (basic-save-buffer):
26470         * font-core.el (font-lock-mode):
26471         * calendar/calendar.el (calendar-goto-hebrew-date)
26472         (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
26473         (calendar-goto-persian-date):
26474         * language/ethio-util.el (ethio-sera-to-fidel-region):
26475         * textmodes/picture.el (picture-mode):
26476         Delete duplicate duplicate words.
26478 2005-07-18  Juri Linkov  <juri@jurta.org>
26480         * isearch.el (isearch-mode-map): Remove key bindings for regexp
26481         chars * ? } |.
26482         (isearch-fallback): Don't call `isearch-process-search-char'.
26483         (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
26484         (isearch-process-search-char): Call `isearch-fallback' for regexp
26485         chars * ? } |.
26486         (isearch-return-char): Make obsolete with `make-obsolete' instead
26487         of simply documenting it as obsolete in the docstring.
26488         (isearch-fallback): Refill docstring.
26490         * international/isearch-x.el
26491         (isearch-process-search-multibyte-characters): Remove unneeded
26492         `concat'.  Add intermediate values to `junk-hist' instead of
26493         `minibuffer-history'.  Test the length of `str'.
26495 2005-07-18  Juanma Barranquero  <lekktu@gmail.com>
26497         * allout.el (allout-resolve-xref): Fix typos in error strings.
26498         (allout-before-change-protect): Remove unneeded `concat'.
26500         * array.el (array-mode, array-reconfigure-rows)
26501         (untabify-backward): Fix typos in docstrings.
26502         (array-reconfigure-rows): Use `insert-buffer-substring', not
26503         `insert-buffer'.
26505         * calendar/icalendar.el (icalendar--get-unfolded-buffer):
26506         * progmodes/ada-mode.el (ada-make-body):
26507         Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
26509         * dired.el (dired-log):
26510         * tar-mode.el (tar-subfile-save-buffer):
26511         * play/zone.el (zone-pgm-stress-destress):
26512         Use `insert-buffer-substring', not `insert-buffer'.
26514 2005-07-17  Simon Josefsson  <jas@extundo.com>
26516         * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
26518 2005-07-16  Jose E. Marchesi  <jemarch@gnu.org>
26520         * mail/smtpmail.el (smtpmail-auth-supported): Add plain auth method.
26521         (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
26523 2005-07-17  Kim F. Storm  <storm@cua.dk>
26525         * ido.el (dired-other-window): Add ido property.
26527 2005-07-16  Juanma Barranquero  <lekktu@gmail.com>
26529         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
26530         Fix typo in docstring.
26531         (byte-compile-interactive-only-functions): Add `insert-buffer' and
26532         `insert-file-literally'.
26534         * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
26535         info and delete redundant message.  Doc fix.
26536         (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
26537         (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
26539 2005-07-16  Richard M. Stallman  <rms@gnu.org>
26541         * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
26542         (byte-compile-and): Use byte-compile-and-recursion.
26543         (byte-compile-or-recursion): New function.
26544         (byte-compile-or): Use that.
26545         (byte-compile-if): Guard the else-clause too.
26546         (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
26548         * isearch.el (isearch-mode-end-hook-quit): New variable.
26549         (isearch-done): Bind it.
26550         (isearch-mode-end-hook): Doc fix.
26552         * allout.el (allout-isearch-did-quit): Variable deleted.
26553         (allout-real-isearch-abort): Function name no longer used.
26554         (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
26555         (allout-isearch-rectification): isearch-mode always exists.
26556         Don't set allout-isearch-did-quit.
26557         (allout-isearch-expose): Check isearch-mode-end-hook-error, not
26558         allout-isearch-did-quit.
26559         (allout-enwrap-isearch): Just add the hook.
26560         (allout-isearch-abort): Function deleted.
26561         (allout-pre-command-business): Avoid warning.
26563         * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
26564         Correctly avoid warnings.
26565         (pascal-outline): Likewise.
26567         * progmodes/f90.el (f90-abbrev-start): Avoid warning.
26569         * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
26571         * play/tetris.el (tetris-mode): Avoid warning.
26573         * play/snake.el (snake-mode): Avoid warning.
26575         * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
26576         (gamegrid-set-display-table): Avoid warning.
26577         (gamegrid-set-timer): Likewise.
26578         (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
26579         (gamegrid-add-score-with-update-game-score-1): Take FILE
26580         as argument.
26581         (gamegrid-add-score-with-update-game-score): Pass that argument.
26582         Rename have-shared-game-dir to gamegrid-shared-game-dir.
26584         * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
26586         * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
26587         (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
26589         * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
26590         and insert-file.
26592         * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
26593         (sc-ask): Avoid warnings.
26595         * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
26596         (eshell-hist-initialize): Use that var the natural way.
26598         * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
26600         * emacs-lisp/re-builder.el (reb-cook-regexp):
26601         Avoid warning calling lre-compile-string.
26602         (reb-color-display-p): Avoid warning.
26604         * calculator.el (calculator-last-input): Guard uses
26605         of event-key and key-press-event-p.
26606         (event-key, key-press-event-p): Delete definitions.
26608         * emacs-lisp/find-gc.el (find-gc-unsafe-list)
26609         (find-gc-source-directory, find-gc-subrs-callers)
26610         (find-gc-noreturn-list, find-gc-source-files)
26611         (find-gc-subrs-called): Vars renamed and defvar'd.
26613         * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
26614         (checkdoc-overlay-put, checkdoc-delete-overlay)
26615         (checkdoc-overlay-start, checkdoc-overlay-end)
26616         (checkdoc-mode-line-update, checkdoc-char=):
26617         Define such that compiler knows they are defined.
26618         (checkdoc-call-eval-buffer): Delete.  Use eval-buffer directly.
26619         (checkdoc-read-event): Delete.  Use read-event directly.
26621         * whitespace.el (whitespace-make-overlay)
26622         (whitespace-overlay-put, whitespace-delete-overlay)
26623         (whitespace-overlay-start, whitespace-overlay-end):
26624         Define such that compiler knows they are defined.
26625         (whitespace): Move conditional inside.
26627         * tempo.el (tempo-insert-template): Suppress warning.
26629         * ediff-diff.el (longlines-mode): Add defvar.
26631 2005-07-16  Gary Howell  <g1howell-list@yahoo.com>  (tiny change)
26633         * server.el: Bind "C-x #" in a way that works even if C-x is
26634         redefined to a command key, not a prefix key.
26636 2005-07-16  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>  (tiny change)
26638         * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
26639         cl-make-type-test till execution time.
26641 2005-07-16  Markus Rost  <rost@math.uni-bielefeld.de>
26643         * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
26644         arg ARG and use it.
26646 2005-07-16  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>  (tiny change)
26648         * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
26650 2005-07-15  Luc Teirlinck  <teirllm@auburn.edu>
26652         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
26653         a defcustom with two :set or :type keywords.
26655 2005-07-15  Richard M. Stallman  <rms@gnu.org>
26657         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
26658         Don't give ^M comment-end syntax.
26660 2005-07-16  Nick Roberts  <nickrob@snap.net.nz>
26662         * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
26663         Don't consider gdbmi (gdb-mi.el has its own update functions).
26664         (gdb-var-delete): Make it work for gdbmi as well.
26665         (gdb-speedbar-expand-node): Move var-update here for gdbmi.
26667         * progmodes/gud.el (etags, sdb): Only require etags when needed.
26668         (gud-speedbar-menu-items): Correct logic for enabling items.
26670 2005-07-15  Kim F. Storm  <storm@cua.dk>
26672         * ido.el: Fix commentary.
26673         (ido-define-mode-map): Move ido-next-work-file to C-M-o.
26674         Use with-no-warnings around ffap-guesser.
26675         (ido-file-internal, ido-read-file-name, ido-read-directory-name):
26676         Let bind minibuffer-completing-file-name to t.
26678 2005-07-15  Juanma Barranquero  <lekktu@gmail.com>
26680         * startup.el (site-run-file, keyboard-type): Doc fixes.
26681         (command-line): Check for "--basic-display" argument; also for
26682         "--quick", not "--bare-bones" (which was renamed).
26683         (fancy-splash-text): Add missing item "Getting New Versions".
26684         (normal-splash-screen): Fix typos and improve consistency with
26685         `fancy-splash-text'.  Update copyright year.
26687         * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
26688         valid binding for `help-char'.
26690         * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
26692 2005-07-14  Dan Nicolaescu  <dann@ics.uci.edu>
26694         * term.el (term-mode): Disable cua-mode for term buffers.
26696 2005-07-14  Juanma Barranquero  <lekktu@gmail.com>
26698         * add-log.el (add-log-mailing-address, change-log-merge):
26699         Doc fixes.
26700         (change-log-get-method-definition): Fix typo in docstring.
26702 2005-07-14  Kim F. Storm  <storm@cua.dk>
26704         * emulation/cua-base.el:
26705         (cua--pre-command-handler-1, cua--pre-command-handler)
26706         (cua--post-command-handler-1, cua--post-command-handler):
26707         Split in two.  Check (buffer local) value of cua-mode.
26708         (cua-selection-mode): New command.
26710 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
26712         * custom.el (custom-initialize-safe-set)
26713         (custom-initialize-safe-default): Doc fixes.
26715         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
26716         and simplify :init-value again.
26718         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
26719         and simplify :init-value again.  Delete autoload.
26721         * startup.el (command-line): Use `custom-reevaluate-setting' again
26722         for tooltip-mode.
26724         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
26725         a defcustom with two :initialize keywords.
26727 2005-07-13  Juanma Barranquero  <lekktu@gmail.com>
26729         * allout.el (my-mark-marker, allout-isearch-prior-pos)
26730         (allout-unprotected, allout-undo-aggregation, allout-snug-back)
26731         (allout-post-command-business, allout-flag-region)
26732         (isearch-reenable-font-lock, allout-yank)
26733         (allout-insert-latex-header, allout-insert-latex-trailer)
26734         (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
26735         (allout-latex-verb-quote): Fix typos in docstrings.
26736         (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
26737         (allout-unprotected, allout-prefix-data):
26738         Improve argument/docstring consistency.
26739         (allout-chart-subtree): Fix argument spec.
26740         (allout-open-topic): Rename `use_sib_bullet' argument to
26741         `use-sib-bullet'.  Doc fix.
26743         * whitespace.el (whitespace-check-buffer-leading)
26744         (whitespace-check-buffer-trailing)
26745         (whitespace-check-buffer-indent)
26746         (whitespace-check-buffer-spacetab)
26747         (whitespace-check-buffer-ateol, whitespace-highlighted-space)
26748         (whitespace-check-leading-whitespace)
26749         (whitespace-check-trailing-whitespace)
26750         (whitespace-check-spacetab-whitespace)
26751         (whitespace-check-indent-whitespace)
26752         (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
26753         (whitespace-modes): Fix typos in docstrings.
26754         (defgroup, defcustom): Doc fixes.
26756         * winner.el (winner-mode, winner-boring-buffers)
26757         (winner-pending-undo-ring): Doc fixes.
26758         (winner-ring): Remove unneeded `progn'.
26759         (winner-equal): `defsubst' it.
26760         (winner-redo): Fix message.
26762 2005-07-13  Kim F. Storm  <storm@cua.dk>
26764         * simple.el (line-move-1): Always use vertical-motion to
26765         do the last (or only) line move to ensure some movement.
26766         Undo 2005-06-23 change--don't check for overlays.
26768 2005-07-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
26770         * term/mac-win.el (ccl-encode-mac-roman-font)
26771         (ccl-encode-mac-centraleurroman-font)
26772         (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
26773         (ccl-encode-mac-dingbats-font): Remove check for ASCII.
26774         Change charset-id boundary of dimension to ?\xef.
26775         (mac-char-fontspec-list): New constant.
26776         (fontset-add-mac-fonts): Use it.  Accept non-string `base-family'
26777         argument.  Nil uses itself as family in font-spec.  Previous
26778         behavior for nil is now provided by non-nil non-string argument.
26779         All callers changed.  Add font-specs for Mac fonts to
26780         "fontset-default" unless iso8859-1 fonts are installed.
26782 2005-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
26784         * progmodes/sh-script.el (sh-get-indent-info): Only indent
26785         a continuation line if the \ is preceded by SPC or TAB.
26786         (sh-get-indent-info): Simplify.
26787         (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
26788         Use with-current-buffer.
26790         * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
26791         when the matched text is empty.
26793 2005-07-12  Luc Teirlinck  <teirllm@auburn.edu>
26795         * startup.el (command-line): Revert to previous handling of
26796         tooltip-mode.  Explain in comment why the complexity is needed.
26798         * tooltip.el (tooltip-mode): Revert to previous implementation of
26799         its defcustom.
26801         * frame.el (blink-cursor-mode): Revert to previous implementation
26802         of its defcustom.  Update comment.
26804 2005-07-12  Lars Hansen  <larsh@soem.dk>
26806         * desktop.el: Update e-mail address.
26808 2005-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
26810         * term/mac-win.el (mac-services-mail-selection)
26811         (mac-services-mail-to): New functions.
26812         (mac-application-menu-map): Bind them.
26814 2005-07-12  wulei  <milton@wulei.net>  (tiny change)
26816         * progmodes/gdb-ui.el: Add note about buffering with Windows.
26818 2005-07-11  Luc Teirlinck  <teirllm@auburn.edu>
26820         * custom.el (custom-reevaluate-setting): Doc fix.
26822 2005-07-11  Jay Belanger  <belanger@truman.edu>
26824         * calc/calc.el (calc-embedded-announce-formula-alist)
26825         (calc-embedded-open-close-plain-alist)
26826         (calc-embedded-open-close-mode-alist): Add checks for additional
26827         major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
26829 2005-07-11  Juanma Barranquero  <lekktu@gmail.com>
26831         * custom.el (custom-enable-theme): Don't add theme to
26832         `custom-enabled-themes' with `push' because there is no
26833         setf-method for `delq'.
26835 2005-07-11  Richard M. Stallman  <rms@gnu.org>
26837         * custom.el (custom-declare-variable): Doc fix.
26839         * dired-aux.el (dired-compare-directories): Remove "." and ".."
26840         from the alists.
26842         * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
26843         Do nothing if edebug-active.
26845         * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
26846         (edebug-display): Do it here instead.
26848 2005-07-10  Richard M. Stallman  <rms@gnu.org>
26850         * cus-face.el (custom-theme-set-faces): Make it work.
26851         (custom-reset-faces): Doc fix.
26852         (custom-theme-reset-internal-face, custom-theme-face-value):
26853         Functions deleted.
26855         * custom.el (custom-push-theme): Maintain list of the settings
26856         of a given theme in its theme-settings property.
26857         Maintain position of old settings in the theme-value
26858         or theme-face property.
26859         (custom-enabled-themes): New variable.
26860         (custom-theme-enabled-p): New function.
26861         (provide-theme): Update custom-enabled-themes.
26862         Disable and reenable the `user' theme.
26863         (require-theme): Doc fix.
26864         (custom-do-theme-reset, custom-remove-theme): Functions deleted.
26865         (custom-theme-value, custom-theme-variable-value): Likewise.
26866         (custom-theme-reset-internal): Likewise.
26867         (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
26868         (custom-enable-theme, custom-disable-theme): New functions.
26869         (custom-variable-theme-value, custom-face-theme-value): Likewise.
26870         (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
26871         (custom-theme-reset-variables): Simplify.
26872         (deftheme, custom-declare-theme, custom-make-theme-feature):
26873         Definitions moved.
26875 2005-07-10  Chong Yidong  <cyd@stupidchicken.com>
26877         * longlines.el (longlines-show-region)
26878         (longlines-unshow-hard-newlines): Recognize hard newlines by
26879         non-nil hard property, instead of t.
26881 2005-07-10  Michael Kifer  <kifer@cs.stonybrook.edu>
26883         * emulation/viper-cmd.el (viper--key-maps): New variable.
26884         (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
26885         emulation-mode-map-alists.
26886         (viper-envelop-ESC-key): Use viper-subseq.
26887         (viper-search-forward/backward/next): Disable debug-on-error.
26889         * emulation/viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
26890         (viper-ESC-key): New defcustoms.
26892         * emulation/viper-macs.el (ex-map-read-args): Use viper-subseq.
26894         * emulation/viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
26895         (viper-subseq): Copy of subseq from cl.el.
26897         * emulation/viper.el (viper-go-away, viper-set-hooks): Use
26898         emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
26900         * emulation/viper-mous.el (viper-current-frame-saved): Use defvar.
26902         * emulation/viper-init.el: Get rid of -face in face names.
26904         * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
26905         Make it work with longlines mode.
26907         * ediff-mult.el (ediff-meta-mode-hook): New variable.
26909         * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
26911         * ediff-init.el: Get rid of -face in face names.
26913 2005-07-10  Richard M. Stallman  <rms@gnu.org>
26915         * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
26916         and with-timeout-unsuspend.
26918         * emacs-lisp/debug.el (debug): Call with-timeout-suspend
26919         and with-timeout-unsuspend.
26921         * emacs-lisp/timer.el (with-timeout-timers): New variable.
26922         (with-timeout): Bind that variable to record timers.
26923         (with-timeout-suspend, with-timeout-unsuspend): New functions.
26925         * emacs-lisp/debug.el (debug-help-follow): New function.
26926         (debugger-mode-map): Use that instead of help-follow.
26927         (debugger-setup-buffer): Use eval-buffer-list
26928         to handle eval-buffer frames.
26930 2005-07-10  N. Raghavendra  <raghu@mri.ernet.in>  (tiny change)
26932         * timezone.el (timezone-parse-date): Change first regexp
26933         so it will not mistakenly match dates with no time zone.
26935 2005-07-10  Jeff Dwork  <jeff.dwork@amd.com>  (tiny change)
26937         * facemenu.el (facemenu-read-color): Do case-insensitive matching.
26939 2005-07-10  Luc Teirlinck  <teirllm@auburn.edu>
26941         * custom.el (custom-initialize-safe-set)
26942         (custom-initialize-safe-default): New functions.
26944         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
26945         and simplify :init-value.
26947         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
26948         and simplify :init-value.  Delete obsolete comment.
26950         * startup.el (command-line): Use `custom-reevaluate-setting' to
26951         handle `tooltip-mode'.  Delete obsolete comment.
26953         * files.el (set-visited-file-name): Avoid calling
26954         `file-name-nondirectory' with a nil argument.
26956 2005-07-09  Richard M. Stallman  <rms@gnu.org>
26958         * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
26959         was called with nil for the buffer, handle the read position right.
26960         Handle read position for eval-region, too.
26962 2005-07-09  Juri Linkov  <juri@jurta.org>
26964         * fringe.el (fringe-mode): Add period in docstring.
26965         (fringe-query-style): Build prompt depending on `all-frames' arg.
26967         * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
26968         to not create links to unrelated functions in the Help buffer.
26970         * progmodes/compile.el (compilation-mode-hook, compilation-mode):
26971         Doc fix.
26973         * simple.el (next-error-hook): New variable.
26974         (next-error): Use it.  Doc fix.
26976         * textmodes/ispell.el (ispell-command-loop): Add current
26977         dictionary name and program name to mode-line-format.
26978         (ispell-region, ispell-process-line): Add current dictionary name
26979         and program name to messages.
26981 2005-07-08  Jay Belanger  <belanger@truman.edu>
26983         * calc/calc.el (calc-embedded-announce-formula-alist)
26984         (calc-embedded-open-close-formula-alist)
26985         (calc-embedded-open-close-word-alist)
26986         (calc-embedded-open-close-plain-alist)
26987         (calc-embedded-open-close-new-formula-alist)
26988         (calc-embedded-open-close-mode-alist)
26989         (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
26990         (calc-embedded-mode-hook): New variables.
26992         * calc/calc-embed.el (calc-embedded-firsttime)
26993         (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
26994         New variables.
26995         (calc-do-embedded): Use calc-embedded-firsttime,
26996         calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
26997         determine whether or not to run hooks.
26998         (calc-embedded-make-info): Set calc-embedded-firsttime-buf and
26999         calc-embedded-firsttime-formula appropriately.
27000         Set calc-embedded delimiter variables according to mode.
27002 2005-07-08  Richard M. Stallman  <rms@gnu.org>
27004         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
27005         Check for "emacs", etc., as entire symbol, not just as word.
27006         (checkdoc-file-comments-engine): Use regexp-quote on FN.
27008         * files.el (set-visited-file-name): Report the error
27009         for "empty filename" earlier.
27010         (kill-some-buffers): Ignore buffers already dead.
27012         * fringe.el (fringe-mode): Doc fix.
27014         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
27015         Check for (featurep 'xemacs) and turn off warnings in what it guards.
27016         Use unwind-protect to ensure byte-compile-unresolved-functions
27017         is updated.
27019         * whitespace.el (whitespace-buffer-leading-cleanup):
27020         Simplify w/ skip-chars-forward.
27021         (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
27023         * mail/rmail.el (rmail-only-expunge): Fix paren error.
27024         Unconditionally try to leave point at the same old place.
27026 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>  (tiny change)
27028         * comint.el (comint-postoutput-scroll-to-bottom)
27029         (comint-show-maximum-output): Take scroll-margin into consideration.
27031 2005-07-08  Kim F. Storm  <storm@cua.dk>
27033         * ido.el (ido-use-filename-at-point): New choice `guess'.
27034         (ido-file-internal): Try ffap-guesser if selected.
27036         * ido.el (ido-before-fallback-functions): New hook.
27037         (ido-buffer-internal, ido-file-internal, ido-read-buffer)
27038         (ido-read-file-name): Run it.
27040 2005-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
27042         * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
27043         strings rather than a list of symbols to the completion function.
27045 2005-07-07  Jay Belanger  <belanger@truman.edu>
27047         * calc/calc-units.el (math-apply-units): Change the places in
27048         which units are simplified.
27050 2005-07-07  Luc Teirlinck  <teirllm@auburn.edu>
27052         * cus-edit.el (customize-option, customize-option-other-window):
27053         Make them handle aliases.
27055         * custom.el (custom-variable-p): Make it recursively follow
27056         aliases.  Mention that in the docstring.
27058 2005-07-07  Richard M. Stallman  <rms@gnu.org>
27060         * cus-start.el (exec-path): Use `directory' instead of `file'.
27061         Fix tag for nil.
27063 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
27065         * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
27066         when called non-interactively.  Doc fix.
27068 2005-07-07  Lute Kamstra  <lute@gnu.org>
27070         * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
27071         new address as well.
27073 2005-07-07  Kenichi Handa  <handa@m17n.org>
27075         * international/mule.el (make-coding-system):
27076         Describe `ascii-incompatible' property in the docstring.
27077         (set-file-name-coding-system): Signal an error if coding-system is
27078         ascii-incompatible.
27079         (set-keyboard-coding-system): Likewise.
27081         * international/mule-cmds.el (set-default-coding-systems):
27082         Don't set default-file-name-coding-system and
27083         default-keyboard-coding-system if coding-system is ASCII-incompatible.
27085         * international/utf-16.el: Declare that all UTF-16-based coding
27086         systems are ASCII-incompatible.
27088 2005-07-07  Nick Roberts  <nickrob@snap.net.nz>
27090         * progmodes/gud.el: Require font-lock for displaying errors.
27091         Used by gdb-ui.el.
27093 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
27095         * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
27096         values for the pattern lists which are `read'able but not
27097         `append'able (like symbols).
27099 2005-07-06  Richard M. Stallman  <rms@gnu.org>
27101         * progmodes/flymake.el (flymake-float-time): Instead of
27102         with-no-warnings, test for XEmacs.
27103         (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
27104         to avoid warning.
27106 2005-07-06  Juanma Barranquero  <lekktu@gmail.com>
27108         * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
27110 2005-07-05  Lute Kamstra  <lute@gnu.org>
27112         * battery.el: Add support for Darwin (with much debugging help
27113         from Samuel Lauber <sam124@operamail.com>).
27114         (battery-status-function, battery-echo-area-format)
27115         (battery-mode-line-format): Add support for pmset on Darwin.
27116         (battery-load-low, battery-load-critical): New user options.
27117         (battery-pmset): New function.
27119 2005-07-05  Lute Kamstra  <lute@gnu.org>
27121         Update FSF's address in GPL notices.
27123         * textmodes/page-ext.el: Update FSF's address.
27125 2005-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
27127         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
27128         filling from using prefix when filling a single-line docstring.
27130         * progmodes/flymake.el: Remove useless eval-when-compile.
27132         * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
27134 2005-07-04  Richard M. Stallman  <rms@gnu.org>
27136         * textmodes/org.el (org-file-apps-defaults-gnu):
27137         Rename from org-file-apps-defaults-linux.
27138         (org-default-apps): Don't test system-type for `linux'.
27139         (org-file-apps): Doc fix.
27141 2005-07-04  David Ponce  <david@dponce.com>
27143         * tree-widget.el: Improve header Commentary section.
27144         (tree-widget) [defgroup]
27145         (tree-widget-image-enable, tree-widget-themes-directory)
27146         (tree-widget-theme, tree-widget-image-properties-emacs)
27147         (tree-widget-image-properties-xemacs, tree-widget-create-image)
27148         (tree-widget-image-formats, tree-widget-control)
27149         (tree-widget-empty-control, tree-widget-leaf-control
27150         (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
27151         (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
27152         (tree-widget-keep, tree-widget-after-toggle-functions)
27153         (tree-widget-open-node, tree-widget-close-node): Doc fix.
27154         (tree-widget-open-control, tree-widget-close-control): Fix doc and
27155         :help-echo message.
27156         (tree-widget-set-theme): Doc fix.  Use `string-equal'.
27157         (tree-widget-image-properties): Doc fix.  Clearer implementation.
27158         (tree-widget--cursors): New constant.
27159         (tree-widget-lookup-image): New function split from
27160         `tree-widget-find-image'.  Clearer implementation.
27161         (tree-widget-find-image): Use it.
27162         (tree-widget-button-keymap): Use `set-keymap-parent'.
27163         (tree-widget) [define-widget]: Use `widget-children-value-delete'.
27164         Define the sub-widgets here.
27165         (tree-widget-node): Check that :node is not a tree-widget.
27166         (tree-widget-get-super, tree-widget-open-control)
27167         (tree-widget-close-control, tree-widget-empty-control)
27168         (tree-widget-leaf-control, tree-widget-guide)
27169         (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
27170         (tree-widget-no-handle, tree-widget-value-delete)
27171         (tree-widget-map): Remove.
27172         (tree-widget-children-value-save): Doc fix.  Simplified.
27173         (tree-widget-value-create): Update according to previous changes.
27175 2005-07-04  Carsten Dominik  <dominik@science.uva.nl>
27177         * textmodes/org.el: Leading space replaced by TABS.
27178         (org-recalc-marks, org-table-rotate-recalc-marks)
27179         (org-table-get-specials): Treat "^" and "_" marks.
27180         (org-table-justify-field-maybe): Optional argument NEW.
27181         (org-table-eval-formula): Parsing of the format simplified.
27182         New modes C,I.  Honor the %= parameter in the current table.
27183         Avoid unnecessary re-align by using the NEW argument to
27184         `org-table-justify-field-maybe'.
27185         (org-calc-default-modes): Default for date-format mimicks org-mode.
27186         (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
27188 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
27190         * cus-face.el (custom-theme-set-faces): Make it handle face
27191         aliases whose alias declarations are pre- or autoloaded.
27193 2005-07-04  Juri Linkov  <juri@jurta.org>
27195         * faces.el (read-face-name): Put the code for getting a face name
27196         from the buffer before adding the faces from the `face' property.
27197         Use `completing-read-multiple' instead of `completing-read'.
27198         Require `crm'.  Add default value and post-process the returned
27199         list of faces.
27201         * emacs-lisp/crm.el (crm-find-current-element)
27202         (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
27204         * emacs-lisp/lisp-mode.el (eval-defun-1):
27205         * emacs-lisp/edebug.el (edebug-eval-defun):
27206         Remove unnecessary quotes.
27208 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
27210         * progmodes/prolog.el (prolog-eof-string): Doc fixes.
27211         (prolog-indent-level): Fix typo in docstring.
27213         * info.el (Info-history, Info-history-forward)
27214         (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
27216         * add-log.el (add-change-log-entry):
27217         * comint.el (comint-dynamic-list-input-ring)
27218         (comint-dynamic-list-completions):
27219         * dabbrev.el (dabbrev-expand):
27220         * delim-col.el (delimit-columns-rectangle-line):
27221         * diff-mode.el (diff-context->unified, diff-reverse-direction)
27222         (diff-unified->context):
27223         * ediff-init.el (ediff-abbrev-jobname):
27224         * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
27225         (ediff-replace-session-activity-marker-in-meta-buffer):
27226         * info.el (Info-summary):
27227         * lpr.el (printify-region):
27228         * printing.el (pr-create-interface):
27229         * ps-print.el (ps-print-quote):
27230         * ses.el (ses-column-widths, ses-print-cell)
27231         (ses-adjust-print-width, ses-center):
27232         * shell.el (shell-file-name-quote-list):
27233         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
27234         (strokes-fill-current-buffer-with-whitespace)
27235         (strokes-xpm-for-stroke, strokes-list-strokes)
27236         (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
27237         * term.el (term-dynamic-list-input-ring)
27238         (term-dynamic-list-completions):
27239         * calc/calc.el (math-format-stack-value):
27240         * emacs-lisp/edebug.el (edebug-display-freq-count):
27241         * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
27242         (delphi-new-comment-line):
27243         * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
27244         * progmodes/executable.el (executable-set-magic):
27245         * progmodes/python.el (inferior-python-mode):
27246         * progmodes/scheme.el (scheme-mode-syntax-table):
27247         * progmodes/sh-script.el (sh-maybe-here-document):
27248         * progmodes/sql.el (sql-copy-column):
27249         * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
27250         * textmodes/bibtex.el (bibtex-mode):
27251         * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
27252         (sgml-auto-attributes):
27253         * textmodes/table.el (table-insert, table-shorten-cell)
27254         (table--generate-source-scan-lines, table-delete-row)
27255         (*table--cell-delete-char, table--spacify-frame)
27256         (table--horizontally-shift-above-and-below)
27257         (table--cell-insert-char, table--cell-blank-str)
27258         (table--fill-region-strictly):
27259         * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
27260         * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
27262         * add-log.el (change-log):
27263         * apropos.el (apropos):
27264         * comint.el (comint-completion, comint-source):
27265         * dabbrev.el (dabbrev):
27266         * delim-col.el (columns):
27267         * diff-mode.el (diff-mode):
27268         * ediff.el (ediff):
27269         * ediff-diff.el (ediff-diff):
27270         * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
27271         * ediff-mult.el (ediff-mult):
27272         * ediff-ptch.el (ediff-ptch):
27273         * ediff-wind.el (ediff-window):
27274         * facemenu.el (facemenu):
27275         * indent.el (indent):
27276         * info.el (info):
27277         * jka-cmpr-hook.el (compression, jka-compr):
27278         * lpr.el (lpr):
27279         * outline.el (outlines):
27280         * pcmpl-cvs.el (pcmpl-cvs):
27281         * pcmpl-rpm.el (pcmpl-rpm):
27282         * printing.el (printing):
27283         * ps-print.el (postscript, ps-print, ps-print-horizontal)
27284         (ps-print-vertical, ps-print-headers, ps-print-font)
27285         (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
27286         (ps-print-background, ps-print-printer, ps-print-page)
27287         (ps-print-miscellany):
27288         * ses.el (ses):
27289         * shell.el (shell, shell-directories, shell-faces):
27290         * startup.el (initialization):
27291         * strokes.el (strokes):
27292         * term.el (term):
27293         * uniquify.el (uniquify):
27294         * w32-vars.el (w32):
27295         * calc/calc.el (calc):
27296         * emacs-lisp/bytecomp.el (bytecomp):
27297         * emacs-lisp/cl-indent.el (lisp-indent):
27298         * emacs-lisp/edebug.el (edebug):
27299         * emacs-lisp/elp.el (elp):
27300         * emacs-lisp/testcover.el (testcover):
27301         * emacs-lisp/trace.el (trace):
27302         * emulation/viper-ex.el (viper-ex):
27303         * emulation/viper-mous.el (viper-mouse):
27304         * mail/mailalias.el (mailalias):
27305         * mail/supercite.el (supercite, supercite-frames)
27306         (supercite-attr, supercite-cite, supercite-hooks):
27307         * net/rcompile.el (remote-compile):
27308         * net/rlogin.el (rlogin):
27309         * obsolete/ooutline.el (outlines):
27310         * progmodes/delphi.el (delphi):
27311         * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
27312         (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
27313         (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
27314         (ebnf-optimization):
27315         * progmodes/etags.el (etags):
27316         * progmodes/executable.el (executable):
27317         * progmodes/idlwave.el (idlwave):
27318         * progmodes/pascal.el (pascal):
27319         * progmodes/prolog.el (prolog):
27320         * progmodes/python.el (python):
27321         * progmodes/scheme.el (scheme):
27322         * progmodes/sh-script.el (sh, sh-script):
27323         * progmodes/sql.el (SQL):
27324         * progmodes/tcl.el (tcl):
27325         * textmodes/bibtex.el (bibtex, bibtex-autokey):
27326         * textmodes/enriched.el (enriched):
27327         * textmodes/makeinfo.el (makeinfo):
27328         * textmodes/sgml-mode.el (sgml):
27329         * textmodes/table.el (table-hooks):
27330         * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
27331         * textmodes/texinfo.el (texinfo):
27332         * textmodes/two-column.el (two-column):
27333         Finish `defgroup' description with period.
27335         * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
27336         * eshell/esh-var.el (eshell-var):
27337         * progmodes/vhdl-mode.el (vhdl-testbench):
27338         * textmodes/org.el (org): Fix typos in docstrings.
27340         * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
27341         consistency.
27343         * progmodes/flymake.el (flymake-find-file): Remove.
27344         (flymake-float-time): Use `with-no-warnings'.
27345         (flymake-check-start-time, flymake-check-was-interrupted)
27346         (flymake-err-info, flymake-is-running, flymake-last-change-time)
27347         (flymake-new-err-info): `defvar' at compile time.
27349 2005-07-03  Juanma Barranquero  <lekktu@gmail.com>
27351         * replace.el (occur-hook): Doc fix.
27352         (occur-1): Don't call `occur-hook' if there are no matches.
27354 2005-07-03  Richard M. Stallman  <rms@gnu.org>
27356         * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
27357         global-map, save the same map.
27358         (global-map): Don't alter it at top level.
27359         (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
27360         Then alter it here instead.
27361         (tpu-edt-off): Set global-map to the saved one.
27363         * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
27364         All references simplified.
27365         (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p.  Uses changed.
27366         (zmacs-regions): Add defvar.
27367         (repeat-complex-command-map): Everything about that deleted.
27369         * textmodes/artist.el (artist-key-is-drawing)
27370         (artist-key-endpoint1, artist-key-poly-point-list)
27371         (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
27372         (artist-key-compl-table, artist-rb-save-data)
27373         (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
27374         Don't put them in eval-when-compile.
27375         (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
27377         * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
27378         Use with-no-warnings.
27380         * net/browse-url.el (dos-windows-version): Add defvar.
27382         * mail/supercite.el (filladapt-prefix-table): Add defvar.
27384         * mail/rmailsum.el (rmail-summary-redo): Add defvar.
27385         (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
27386         (rmail-new-summary-line-count): Rename from new-summary-line-count.
27387         Add defvar.
27388         (rmail-summary-beginning-of-message): Use with-no-warnings.
27389         (rmail-summary-first-message, rmail-summary-last-message): Likewise.
27391         * emulation/vip.el (vip-replace-string, ex-map, ex-read):
27392         Use with-no-warnings.
27394         * emulation/vi.el (vi-mark-region): Use c-mark-function.
27395         (c-mark-function): Add point-moving-unit property.
27396         (vi-goto-line): Use with-no-warnings.
27398         * emulation/edt.el (edt-last-copied-word): Add defvar.
27399         (zmacs-region-stays): Likewise.
27400         (edt-mark-section-wisely): Use c-mark-function for C.
27401         Use makr-defun for Fortran.
27402         (time-string): defvar deleted.
27403         (edt-display-the-time): Don't set time-string.
27405         * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
27407         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
27408         Don't warn when name is not constant
27409         or for defining the group `emacs'.
27411         * tooltip.el (gud-tooltip-mode): Add defvar.
27413         * startup.el (default-frame-background-mode): Add defvar.
27415         * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
27417         * info.el (tool-bar-map): Add defvar.
27419         * dired.el (dnd-protocol-alist): Add defvar.
27421         * dired-aux.el (dired-query): Display question with answer, when
27422         the user answers.
27424         * custom.el (custom-add-option): Doc fix.
27426         * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
27428 2005-07-03  Eli Zaretskii  <eliz@gnu.org>
27430         * font-lock.el (font-lock-regexp-grouping-construct): Fix the
27431         bogus name from the last change.
27433 2005-07-02  Luc Teirlinck  <teirllm@auburn.edu>
27435         * custom.el (custom-declare-variable): Fix typos in comment.
27436         (custom-known-themes): Doc fix.
27437         (custom-theme-directory): New defcustom.
27438         (require-theme): Make it check `custom-theme-directory'.
27440         * cus-theme.el (custom-new-theme-mode): New function.
27441         (custom-theme-name, custom-theme-variables, custom-theme-faces)
27442         (custom-theme-description): Add compiler defvars.
27443         (customize-create-theme): Add doc to the "*New Custom Theme*"
27444         buffer.  Use `custom-new-theme-mode'.
27445         (custom-theme-write): Put the created buffer in emacs-lisp-mode
27446         and save it to the `custom-theme-directory'.  Make this the
27447         default directory of the buffer.
27449 2005-07-02  David Hunter  <hunterd_42@comcast.net>  (tiny change)
27451         * progmodes/flymake.el (flymake-mode, flymake-mode-off):
27452         Fix unbalanced parentheses.
27454 2005-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
27456         * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
27457         into flymake-mode and delegate to flymake-mode.
27459         * find-file.el (ff-which-function-are-we-in): Clean up.
27461 2005-07-02  Juanma Barranquero  <lekktu@gmail.com>
27463         * replace.el (occur-rename-buffer): Fix docstring.
27465         * emulation/edt.el (*EDT-keys*, edt-default-global-map)
27466         (edt-last-copied-word, edt-learn-macro-count)
27467         (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
27468         (edt-rect-start-point, edt-user-global-map, rect-start-point)
27469         (time-string, zmacs-region-stays):
27470         * emulation/edt-mapper.el (edt-save-function-key-map)
27471         (EDT-key-name): `defvar' to silence the byte-compiler.
27473 2005-07-02  Martin Rudalics  <rudalics@gmx.at>
27475         * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
27476         font-lock-regexp-backslash.  Doc fix.
27477         (font-lock-regexp-backslash-grouping-construct): Rename from
27478         font-lock-regexp-backslash-construct.  Doc fix.
27479         (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
27480         grouping constructs.
27482 2005-07-02  Eli Zaretskii  <eliz@gnu.org>
27484         * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
27485         updating all the prerequisites.
27487 2005-07-01  Juanma Barranquero  <lekktu@gmail.com>
27489         * textmodes/org.el (org-agenda-start-on-weekday)
27490         (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
27491         (org-agenda-use-time-grid, org-archive-location)
27492         (org-allow-space-in-links, org-usenet-links-prefer-google)
27493         (org-enable-table-editor, org-export-default-language)
27494         (org-export-html-show-new-buffer, org-fill-paragraph)
27495         (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
27496         (org-goto-quit, org-occur, org-eval-in-calendar)
27497         (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
27498         (org-agenda-diary-entry, org-remember-help)
27499         (org-table-convert-region, org-at-table-p)
27500         (org-table-move-row-down, org-table-move-row-up)
27501         (org-table-copy-region, org-table-toggle-vline-visibility)
27502         (org-table-get-stored-formulas, org-table-get-specials)
27503         (org-recalc-commands, org-table-eval-formula)
27504         (org-table-formula-substitute-names, orgtbl-make-binding)
27505         (org-format-org-table-html, org-format-table-table-html)
27506         (org-format-table-table-html-using-table-generate-source)
27507         (org-customize): Fix typos in docstrings.
27508         (org-level-2, org-at-timestamp-p, org-agenda-day-view)
27509         (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
27510         (org-back-to-heading): Doc fixes.
27511         (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
27512         (org-agenda-change-all-lines, org-get-header):
27513         Improve argument/docstring consistency.
27514         (orgtbl-error): Fix error message.
27516         * progmodes/flymake.el (flymake-find-possible-master-files)
27517         (flymake-master-file-compare, flymake-get-line-err-count)
27518         (flymake-highlight-line, flymake-gui-warnings-enabled):
27519         Fix typos in docstrings.
27520         (flymake-parse-line, flymake-get-project-include-dirs-function)
27521         (flymake-get-prev-err-line-no, flymake-goto-prev-error):
27522         Doc fixes.
27523         (flymake-get-project-include-dirs-function)
27524         (flymake-make-err-menu-data):
27525         Improve argument/docstring consistency.
27527 2005-07-01  Lute Kamstra  <lute@gnu.org>
27529         * battery.el (battery-linux-proc-apm): Fix typo in docstring.
27530         Catch errors with ignore-errors.  Use temporary buffer.
27531         (battery-linux-proc-acpi): Fix typo in docstring.  Document `%r'.
27533         * facemenu.el (facemenu-unlisted-faces): Delete foreground and
27534         background color faces.
27535         (facemenu-set-foreground, facemenu-set-background):
27536         Use facemenu-set-face-from-menu.
27537         (facemenu-set-face-from-menu): Treat face names that start with
27538         "fg:" or "bg:" as special.
27539         (facemenu-add-new-color): Don't create faces.  Simplify.
27541 2005-06-30  Richard M. Stallman  <rms@gnu.org>
27543         * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
27544         (crm-find-current-element): Likewise.
27546 2005-06-30  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
27548         * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
27550 2005-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
27552         * arc-mode.el (archive-extract): Make it work as a mouse binding.
27553         (archive-mouse-extract): Make it an obsolete alias.
27554         (archive-mode-map): Don't use archive-mouse-extract any more.
27555         (archive-mode, archive-extract): write-contents-hooks ->
27556         write-contents-functions.
27557         (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
27558         first arg.
27559         (archive-rename-entry): Update the call.
27560         (archive-zip-summarize): Remove unused var `method'.
27561         (archive-lzh-summarize): Remove unused var `creator'.
27563         * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
27564         dedicated frame upon exit.
27566         * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
27567         (archive-zip-extract, archive-zip-expunge)
27568         (archive-zip-update, archive-zip-update-case): Use executable-find.
27569         (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
27570         Use restore-buffer-modified-p.
27571         (archive-extract, archive-add-new-member, archive-write-file-member):
27572         Use with-current-buffer.
27573         (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
27575 2005-06-30  Andreas Schwab  <schwab@suse.de>
27577         * progmodes/gud.el (gud-filter): Remove unneeded progn.
27579 2005-06-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
27581         * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
27583 2005-06-30  Juri Linkov  <juri@jurta.org>
27585         * faces.el (vertical-border): Inherit from mode-line-inactive
27586         only on tty.
27588 2005-06-30  Juanma Barranquero  <lekktu@gmail.com>
27590         * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
27591         example, -NLINES in the `occur' docstring).
27593         * replace.el (occur-1): When no matches are found, do not set the
27594         `buffer-read-only' and modified flags for the occur buffer,
27595         because it is deleted.
27597         * emulation/cua-base.el (cua-check-pending-input)
27598         (cua-repeat-replace-region, cua-mode, cua-debug)
27599         (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
27600         Fix typos in docstrings.
27602         * emulation/cua-gmrk.el (cua-toggle-global-mark)
27603         (cua-cut-region-to-global-mark)
27604         (cua--cut-rectangle-to-global-mark):
27605         Remove period from end of messages.
27607         * emulation/cua-rect.el (cua-do-rectangle-padding):
27608         Remove period from end of messages.
27609         (cua--rectangle-seq-format): Fix typo in docstring.
27610         (cua-sequence-rectangle, cua-fill-char-rectangle):
27611         Improve argument/docstring consistency.
27613 2005-06-29  Juri Linkov  <juri@jurta.org>
27615         * faces.el (default-frame-background-mode): New internal variable.
27616         (frame-set-background-mode): Use it.
27618         * startup.el (normal-top-level): Set default-frame-background-mode
27619         instead of frame-background-mode.  Before setting it, test for its
27620         nil value.  Remove tests for frame-background-mode and frame
27621         parameter `reverse'.  Add test for "unspecified-fg".
27623         * term/xterm.el (xterm-rxvt-set-background-mode):
27624         * term/rxvt.el (rxvt-set-background-mode):
27625         Set default-frame-background-mode instead of frame-background-mode.
27627 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
27629         * simple.el (set-variable): Warn about obsolete user variables.
27631         * imenu.el (imenu--completion-buffer):
27632         * mouse.el (mouse-buffer-menu-alist):
27633         * msb.el (msb-invisible-buffer-p):
27634         * calendar/diary-lib.el (diary-header-line-format):
27635         * emacs-lisp/pp.el (pp-buffer):
27636         * progmodes/cperl-mode.el (cperl-do-auto-fill):
27637         * textmodes/picture.el (picture-replace-match):
27638         Change space constants followed by a sexp to "?\s ".
27640         * play/decipher.el (decipher-loop-with-breaks):
27641         * textmodes/texinfo.el (texinfo-insert-@item): Change space
27642         constants "protected" from end of line by a comment to "?\s".
27644 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
27646         * font-lock.el (save-buffer-state): Use `declare'.
27648         * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
27649         reset the syntax-table to cperl-mode-syntax-table.
27650         (cperl-mode): Make _ into word-syntax during font-locking so "print" in
27651         "foo_print_bar" is not matched as a reserved keyword.
27653 2005-06-29  Carsten Dominik  <dominik@science.uva.nl>
27655         * textmodes/org.el (orgtbl-setup): New function, for delayed
27656         setup for the orgtbl commands.
27657         (org-calc-default-modes): New option.
27658         (orgtbl-make-binding): Use `defun' to get better help display.
27659         (org-diary): Call `org-compile-prefix-format'.
27660         (org-table-formula-substitute-names): New function.
27661         (org-agenda-day-view, org-agenda-week-view): New commands.
27662         (org-agenda-toggle-week-view): Command removed.
27663         (org-tbl-menu): Split off from org-org-menu.
27664         (org-mode): Move removal of outline-mode menus to here.
27665         (org-table-formula-debug): New option.
27666         (org-table-insert-row): Keep first field if just "#" or "*".
27667         (org-mode): Paragraph regexps fixed.
27668         (org-table-recalculate-regexp): New constant.
27669         (org-table-justify-field-maybe): Avoid replace if not necessary.
27670         (org-copy-special, org-cut-special): Use `call-interactively'.
27671         (org-table-copy-region): Take region from `interactive' call.
27672         (org-trim): Return string even if no match.
27673         (org-formula): New face.
27674         (org-set-font-lock-defaults): No longer highlight "FIXME".
27675         But highlight formula-related fields in table.
27676         (org-table-p): Use regexp, not fontification.
27677         (org-table-align): Handle white space at end of line.
27678         (org-table-formula-evaluate-inline): New option.
27679         (org-mode): Auto-wrapping in comment lines turned off.
27680         (org-table-copy-down): Evaluate only in copied field, not in
27681         destination.
27682         (org-table-current-formula): Variable removed.
27683         (org-table-store-formulas, org-table-get-stored-formulas)
27684         (org-table-modify-formulas, org-table-replace-in-formulas)
27685         (org-table-maybe-eval-formula): New functions.
27686         (org-table-get-formula): Modify to use stored formulas.
27687         (org-table-insert-column, org-table-delete-column)
27688         (org-table-move-column): Call `org-table-modify-formulas'.
27689         (org-complete): Add completion for keyword formulas.
27690         (orgtbl-mode): Pull orgtbl-mode-map to start of
27691         minor-mode-map-alist.
27693 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
27695         * progmodes/python.el (python-check): Require `compile' before
27696         modifying its variables.
27698         * newcomment.el (comment-indent-default): Don't get fooled by an early
27699         end of buffer.
27701 2005-06-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
27703         * ps-print.el (ps-print-version): Fix version number.
27705 2005-06-28  Luc Teirlinck  <teirllm@auburn.edu>
27707         * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
27709 2005-06-28  Richard M. Stallman  <rms@gnu.org>
27711         * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
27712         (flyspell-local-mouse-map): Declaration deleted.
27713         (flyspell-mouse-map): Bind only mouse-2.
27714         (flyspell-mode-map): Don't test flyspell-use-local-map.
27715         (flyspell-overlay-keymap-property-name): Var deleted.
27716         (flyspell-mode-on): Don't make local bindings for
27717         flyspell-mouse-map and flyspell-mode-map.
27718         (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
27720         * textmodes/ispell.el (ispell-word): Do not ignore short words.
27722         * progmodes/compile.el (compilation-next-error-function):
27723         Don't switch buffers; operate on the current buffer.
27725         * progmodes/compile.el (compilation-error-file-name)
27726         (compilation-warning-file-name, compilation-info-file-name)
27727         (compilation-line-number, compilation-column-number): New faces.
27728         (compilation-error-face, compilation-warning-face)
27729         (compilation-info-face, compilation-line-face)
27730         (compilation-column-face): Use them.
27732         * facemenu.el (facemenu-add-face): Warn when font-lock is active.
27734         * comint.el (comint-password-prompt-regexp): Accept ", try again".
27736         * bindings.el (global-map): Bind insertchar and its variants.
27738 2005-06-27  Richard M. Stallman  <rms@gnu.org>
27740         * textmodes/artist.el (artist-text-overwrite)
27741         (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
27743 2005-06-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
27745         * ps-print.el: It was not working the page selection for printing.
27746         Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
27747         (ps-print-version): New version 6.6.7.
27748         (ps-end-sheet): New fun.
27749         (ps-header-sheet, ps-end-job): Call it.
27751 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
27753         * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
27755 2005-06-27  Lute Kamstra  <lute@gnu.org>
27757         * facemenu.el (facemenu-unlisted-faces): Add foreground and
27758         background color faces.
27759         (facemenu-get-face): Delete function.
27760         (facemenu-set-face-from-menu): Don't call facemenu-get-face.
27761         (facemenu-add-new-color): Make second argument mandatory.
27762         Create the appropriate face and return it.  Simplify.
27763         (facemenu-set-foreground, facemenu-set-background): Don't check if
27764         color is defined.  Use return value of facemenu-add-new-color.
27766 2005-06-26  Nick Roberts  <nickrob@snap.net.nz>
27768         * progmodes/gud.el (gud-filter): Add missing argument to
27769         with-selected-window.
27771 2005-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
27773         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
27774         a :require to the defcustom.
27776         * emacs-lisp/autoload.el (make-autoload): Add the :setter for
27777         defcustoms corresponding to minor modes.
27779 2005-06-26  David Ponce  <david@dponce.com>
27781         * recentf.el: Require tree-widget instead of wid-edit.
27782         (recentf-filename-handler): Fix widget :type.
27783         (recentf-cancel-dialog, recentf-open-more-files)
27784         (recentf-open-files-action): Doc fix.
27785         (recentf-dialog-goto-first): New function.
27786         (recentf-dialog-mode-map): Set parent keymap first.
27787         (recentf-dialog-mode): Define with define-derived-mode.
27788         Don't display continuation lines in dialogs.
27789         (recentf-edit-list): Rename from recentf-edit-selected-items.
27790         (recentf-edit-list-select): Rename from recentf-edit-list-action.
27791         Simplify.
27792         (recentf-edit-list-validate): New function.
27793         (recentf-edit-list): Update accordingly.
27794         (recentf-open-files-item-shift): Remove.
27795         (recentf-open-files-item): Convert menu elements into tree and
27796         link widgets.  Don't create the widgets.
27797         (recentf-open-files): Update accordingly.
27798         (recentf-save-list): Untabify.
27800 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
27802         * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
27803         (keep-lines): Add INTERACTIVE arg.  Never delete lines only
27804         partially contained in the active region.  Do not take active
27805         region into account when called from Lisp, unless INTERACTIVE arg
27806         is non-nil.  Use `forward-line' instead of `beginning-of-line' to
27807         avoid trouble with fields.  Make marker point nowhere when no
27808         longer used.  Always return nil.  Doc fix.
27809         (flush-lines): Add INTERACTIVE arg.  Do not take active region
27810         into account when called from Lisp, unless INTERACTIVE arg is
27811         non-nil.  Use `forward-line' instead of `beginning-of-line' to
27812         avoid trouble with fields.  Make marker point nowhere when no
27813         longer used.  Always return nil.  Doc fix.
27814         (how-many): Add INTERACTIVE arg.  Make RSTART and REND args
27815         interchangeable.  Do not take active region into account when
27816         called from Lisp, unless INTERACTIVE arg is non-nil.  Do not print
27817         message in echo area when called from Lisp, unless INTERACTIVE arg
27818         is non-nil.  Avoid saying "1 occurrences".  Do not use markers.
27819         Return the number of matches.  Doc fix.
27820         (occur): Doc fix.
27821         (perform-replace): Make comment follow double space convention for
27822         the sake of `outline-minor-mode'.
27824         * faces.el (facep): Doc fix.
27826 2005-06-25  Richard M. Stallman  <rms@gnu.org>
27828         * facemenu.el (facemenu-enable-faces-p): New function.
27829         (facemenu-background-menu, facemenu-foreground-menu)
27830         (facemenu-face-menu): Add menu-enable property.
27832         * jka-compr.el (jka-compr-insert-file-contents):
27833         Special handling if cannot find the uncompression program.
27835         * cus-face.el (custom-face-attributes): Add autoload.
27837         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
27838         Bind comment-indent-function locally.
27840         * window.el (save-selected-window): Use save-current-buffer.
27842         * subr.el (with-selected-window): Use save-current-buffer.
27844         * progmodes/gud.el (gud-filter): Simplify using with-selected-window
27845         and with-current-buffer.
27847 2005-06-24  Richard M. Stallman  <rms@gnu.org>
27849         * simple.el (line-move-1): Fix previous change.
27851 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
27853         * replace.el (occur-1): Set `buffer-read-only' and the
27854         buffer-modified flag before running `occur-hook' to protect
27855         against unintentional buffer switches that can lead to data loss.
27857 2005-06-24  Nick Roberts  <nickrob@snap.net.nz>
27859         * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
27860         (gud-gdb-marker-filter): Use font-lock-warning-face for any
27861         initial error.
27863         * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
27864         after fresh input.
27865         (gdb-var-create-handler): Put name of expression in quotes.
27867 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
27869         * emacs-lisp/ring.el (ring-elements): Make it return a list of the
27870         elements of RING in order, and without bogus nil elements.
27872 2005-06-23  Richard M. Stallman  <rms@gnu.org>
27874         * simple.el (set-variable): Args renamed; doc fix.
27875         (line-move-1): When there are overlays around, use vertical-motion.
27877         * faces.el (escape-glyph): Use brown against light background.
27878         (nobreak-space): Rename from no-break-space.
27879         Fix previous change.
27881         * dired-aux.el (dired-do-copy): Fix arg prompt.
27883         * mail/sendmail.el (mail-setup-with-from): Fix custom type.
27885 2005-06-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
27887         * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
27888         rather than "Distributor".
27890 2005-06-23  Lute Kamstra  <lute@gnu.org>
27892         * emacs-lisp/debug.el (debugger-special-form-p): New defun.
27893         (debug-on-entry): Use it.  New interactive declaration that uses
27894         function-called-at-point.
27896 2005-06-23  Kim F. Storm  <storm@cua.dk>
27898         * subr.el (save-match-data): Add comment about using evaporate arg
27899         to set-match-data.
27901 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
27903         * cus-edit.el (customize-face)
27904         (customize-face-other-window): Handle face aliases.
27906         * faces.el (face-documentation, set-face-attribute)
27907         (face-spec-set): Handle face aliases.
27909 2005-06-22  Juanma Barranquero  <lekktu@gmail.com>
27911         * help-mode.el (help-make-xrefs): If a symbol representing a face
27912         name is not followed by the word "face", it could still be a
27913         function or variable name, so don't bypass other checks.
27915 2005-06-22  Juri Linkov  <juri@jurta.org>
27917         * ps-print.el (ps-face-foreground-name, ps-face-background-name):
27918         Replace aliased functions with calls where second arg `inherit' is t.
27920 2005-06-22  Nick Roberts  <nickrob@snap.net.nz>
27922         * progmodes/gdb-ui.el (gdb-error): New variable.
27923         (gdb-error): New function.
27924         (gdb-annotation-rules): Act on error-begin and error annotations.
27925         (gdb-concat-output): Use font-lock-warning-face for errors.
27927 2005-06-22  Miles Bader  <miles@gnu.org>
27929         * bindings.el (propertized-buffer-identification): Use renamed
27930         `Buffer-menu-buffer' face.
27932         * faces.el (vertical-border): Rename from `vertical-divider'.
27933         (escape-glyph): Change dark-background color back to `cyan'.
27935 2005-06-21  Juri Linkov  <juri@jurta.org>
27937         * faces.el (face-user-default-spec): Try getting `customized-face'
27938         prior to `saved-face'.
27939         (frame-background-mode): Refill docstring.
27941         * emacs-lisp/lisp-mode.el (eval-defun-1):
27942         * emacs-lisp/edebug.el (edebug-eval-defun):
27943         Set `saved-face' temporarily to nil before calling form.
27944         Set `customized-face' to the new spec after that.
27946 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
27948         * subr.el (1value, lambda, key-substitution-in-progress):
27949         Doc fixes.
27951         * autoinsert.el (auto-insert-alist):
27952         * ses.el (ses-call-printer):
27953         * subr.el (noreturn):
27954         * emacs-lisp/lisp.el (check-parens):
27955         * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
27956         * net/browse-url.el (browse-url-mosaic):
27957         * progmodes/cc-defs.el (c-safe-scan-lists):
27958         * progmodes/ebnf-abn.el (ebnf-abn-lex):
27959         * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
27960         * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
27961         * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
27962         * progmodes/ebnf-iso.el (ebnf-iso-lex):
27963         * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
27965 2005-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
27967         * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
27969 2005-06-21  Glenn Morris  <gmorris@ast.cam.ac.uk>
27971         * calendar/appt.el (appt-make-list): Activate the package, if
27972         not already active (for backwards compatibility).
27974 2005-06-20  Kim F. Storm  <storm@cua.dk>
27976         * subr.el (add-to-ordered-list): Test membership with eq.  Simplify.
27978 2005-06-20  Miles Bader  <miles@gnu.org>
27980         * faces.el (vertical-divider): New face.
27982 2005-06-20  Juanma Barranquero  <lekktu@gmail.com>
27984         * simple.el (kill-whole-line): Doc fix.
27985         (next-error-buffer-p, next-error-find-buffer)
27986         (clone-indirect-buffer): Fix typos in docstrings.
27987         (comment-line-break-function): Doc fix: don't say variable
27988         is automatically buffer-local (it isn't).
27990 2005-06-19  Michael Albinus  <michael.albinus@gmx.de>
27992         * net/tramp-ftp.el (top):
27993         * net/tramp-smb.el (top):
27994         * net/tramp-util.el (top):
27995         * net/tramp-uu.el (top):
27996         * net/tramp-vc.el (top):
27997         * net/tramp.el (top): Revert copyright years back to original
27998         ones.  Tramp has a life outside GNU Emacs.
28000 2005-06-19  Nick Roberts  <nickrob@snap.net.nz>
28002         * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
28004 2005-06-18  Juri Linkov  <juri@jurta.org>
28006         * progmodes/grep.el (grep-regexp-alist): Use backreference at the
28007         end of first regexp to limit the match to the position between
28008         line number and source line with same separator character as used
28009         between file name and line number.  In the second regexp limit
28010         mouse-face area to file name and line number by adding new group
28011         for them and referring it in HYPERLINK arg.
28012         (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
28013         (grep-mode): Set font-lock-lines-before to 0 to not refontify the
28014         previous line where grep markers may be already removed.
28016 2005-06-18  Peter Kleiweg  <p.c.j.kleiweg@rug.nl>
28018         * progmodes/ps-mode.el: Update version and maintainer's email address.
28020 2005-06-18  Steve Youngs  <steve@xemacs.org>
28022         * net/browse-url.el (browse-url-browser-function)
28023         (browse-url-default-browser): Add firefox.
28024         (browse-url-firefox-program, browse-url-firefox-arguments)
28025         (browse-url-firefox-startup-arguments)
28026         (browse-url-firefox-new-window-is-tab): New defcustoms.
28027         (browse-url-firefox, browse-url-firefox-sentinel): New functions.
28029 2005-06-17  Richard M. Stallman  <rms@gnu.org>
28031         * startup.el (command-line): Warn if specified user name has
28032         no home directory.
28034         * term.el (term-get-old-input, term-input-filter, term-input-sender)
28035         (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
28037         * longlines.el (longlines-mode, longlines-show-hard-newlines):
28038         Doc fixes.
28040         * faces.el (underline): Try bold if terminal doesn't support underline.
28042         * mail/sendmail.el (mail-setup-with-from): New variable.
28043         (mail-insert-from-field): New function.
28044         (sendmail-send-it): Call it.
28045         (mail-setup): Optionally call it here.
28047         * term/linux.el: Call tty-no-underline.
28049 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
28051         * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
28053 2005-06-17  Miles Bader  <miles@gnu.org>
28055         * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
28056         (ediff-current-diff-C, ediff-current-diff-Ancestor)
28057         (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
28058         (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
28059         (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
28060         (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
28061         Remove "-face" suffix from face names.
28062         (ediff-current-diff-face-A, ediff-current-diff-face-B)
28063         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
28064         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
28065         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
28066         (ediff-even-diff-face-A, ediff-even-diff-face-B)
28067         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
28068         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
28069         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
28070         New backward-compatibility aliases for renamed faces.
28071         (ediff-current-diff-face-A, ediff-current-diff-face-B)
28072         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
28073         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
28074         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
28075         (ediff-even-diff-face-A, ediff-even-diff-face-B)
28076         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
28077         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
28078         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
28079         Use renamed ediff faces.
28081         * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
28082         Remove "-face" suffix from face names.
28083         (eshell-test-ok-face, eshell-test-failed-face):
28084         New backward-compatibility aliases for renamed faces.
28085         (eshell-run-test): Use renamed eshell-test faces.
28087         * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
28088         face name.
28089         (eshell-prompt-face): New backward-compatibility alias for renamed
28090         face.
28091         (eshell-emit-prompt): Use renamed eshell-prompt face.
28093         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
28094         (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
28095         (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
28096         (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
28097         Remove "-face" suffix from face names.
28098         (eshell-ls-directory-face, eshell-ls-symlink-face)
28099         (eshell-ls-executable-face, eshell-ls-readonly-face)
28100         (eshell-ls-unreadable-face, eshell-ls-special-face)
28101         (eshell-ls-missing-face, eshell-ls-archive-face)
28102         (eshell-ls-backup-face, eshell-ls-product-face)
28103         (eshell-ls-clutter-face):
28104         New backward-compatibility aliases for renamed faces.
28105         (eshell-ls-decorated-name): Use renamed eshell-ls faces.
28107         * progmodes/cc-fonts.el (c-nonbreakable-space-face):
28108         Remove "-face" suffix from face name.
28109         (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
28110         instead of literal face.
28112 2005-06-17  Juanma Barranquero  <lekktu@gmail.com>
28114         * emacs-lisp/warnings.el (display-warning, lwarn)
28115         (warning-minimum-log-level): Doc fixes.
28116         (warning-minimum-level, warning-minimum-log-level):
28117         Add :debug to :type choices.
28119         * progmodes/ada-mode.el (ada-format-paramlist)
28120         (ada-get-indent-case, ada-check-matching-start)
28121         (ada-check-defun-name, ada-goto-matching-decl-start)
28122         (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
28123         (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
28124         (ada-make-subprogram-body): Follow error conventions.
28125         (ada-case-exception-file, ada-indent-comment-as-code)
28126         (ada-indent-handle-comment-special, ada-indent-renames)
28127         (ada-indent-return, ada-search-directories-internal)
28128         (ada-tab-policy, ada-case-exception-substring)
28129         (ada-other-file-alist, ada-matching-start-re)
28130         (ada-matching-decl-start-re, ada-contextual-menu-last-point)
28131         (ada-imenu-generic-expression, ada-compile-goto-error)
28132         (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
28133         (ada-popup-menu, ada-add-extensions, ada-mode)
28134         (ada-region-selected, ada-create-case-exception)
28135         (ada-create-case-exception-substring, ada-after-keyword-p)
28136         (ada-activate-keys-for-case, ada-adjust-case-region)
28137         (ada-adjust-case-buffer, ada-format-paramlist)
28138         (ada-scan-paramlist, ada-insert-paramlist)
28139         (ada-indent-newline-indent)
28140         (ada-indent-newline-indent-conditional)
28141         (ada-justified-indent-current, ada-goto-previous-word)
28142         (ada-indent-current, ada-get-indent-open-paren)
28143         (ada-get-indent-paramlist, ada-get-indent-end)
28144         (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
28145         (ada-get-indent-block-start, ada-get-indent-subprog)
28146         (ada-get-indent-noindent, ada-get-indent-label)
28147         (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
28148         (ada-search-prev-end-stmt, ada-goto-next-non-ws)
28149         (ada-goto-stmt-end, ada-goto-next-word)
28150         (ada-check-matching-start, ada-check-defun-name)
28151         (ada-goto-matching-decl-start, ada-goto-matching-start)
28152         (ada-goto-matching-end, ada-search-ignore-string-comment)
28153         (ada-in-decl-p, ada-looking-at-semi-or)
28154         (ada-looking-at-semi-private, ada-in-paramlist-p)
28155         (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
28156         (ada-untab-hard, ada-move-to-start, ada-move-to-end)
28157         (ada-next-procedure, ada-previous-procedure, ada-next-package)
28158         (ada-previous-package, ada-create-menu)
28159         (ada-fill-comment-paragraph-justify)
28160         (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
28161         (ada-other-file-name, ada-last-which-function-line)
28162         (ada-last-which-function-subprog, ada-which-function)
28163         (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
28164         (ada-gen-treat-proc, ada-check-emacs-version)
28165         (ada-continuation-indent, ada-align-region-separate):
28166         Fix typos in docstrings.
28167         (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
28169 2005-06-16  Lute Kamstra  <lute@gnu.org>
28171         * simple.el (fundamental-mode): Run after-change-major-mode-hook
28172         conditionally.
28174 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
28176         * comint.el (comint-replace-by-expanded-filename)
28177         (comint-prompt-regexp, comint-delimiter-argument-list)
28178         (comint-preinput-scroll-to-bottom):
28179         * info.el (Info-hide-cookies-node):
28180         * ls-lisp.el (ls-lisp-classify):
28181         * find-file.el (ff-search-directories, ff-special-constructs)
28182         (ff-find-other-file):
28183         * font-lock.el (font-lock-keywords):
28184         * shell.el (shell-prompt-pattern)
28185         (shell-dynamic-complete-functions, shell-mode)
28186         (shell-delimiter-argument-list):
28187         * term.el (term-replace-by-expanded-filename)
28188         (term-prompt-regexp, term-delimiter-argument-list):
28189         * woman.el (woman-ignore, woman0-if):
28190         * emacs-lisp/derived.el (derived-mode-init-mode-variables):
28191         * emacs-lisp/elint.el (elint-init-env):
28192         * emacs-lisp/regexp-opt.el (regexp-opt-depth):
28193         * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
28194         * language/ethio-util.el (ethio-tilde-escape)
28195         (ethio-use-three-dot-question):
28196         * net/zone-mode.el (zone-mode-load-time-setup):
28197         * progmodes/cc-align.el (c-lineup-argcont):
28198         * progmodes/cc-awk.el (c-awk-beginning-of-defun):
28199         * progmodes/cperl-mode.el (cperl-set-style-back):
28200         * progmodes/inf-lisp.el (inferior-lisp-prompt):
28201         * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
28202         Fix spellings in docstrings.
28204         * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
28205         * progmodes/modula2.el (m2-for): Fix spellings.
28207         * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
28209         * simple.el (undo-more): Don't use `format' on `error' arguments.
28210         Improve argument/docstring consistency.
28211         (pending-undo-list): Doc fix.
28213         * smerge-mode.el (smerge-ensure-match):
28214         * emulation/vip.el (vip-ex):
28215         * net/zone-mode.el (zone-mode-update-serial):
28216         * progmodes/idlwave.el (idlwave-complete):
28217         * progmodes/vhdl-mode.el (vhdl-visit-file)
28218         (vhdl-compose-wire-components):
28219         Don't use `format' on `error' arguments.
28221         * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
28222         (tooltip-use-echo-area, tooltip-process-prompt-regexp)
28223         (tooltip-help-tips): Fix typos in docstrings.
28225 2005-06-16  David Ponce  <david@dponce.com>
28227         * tree-widget.el (tree-widget-value-create): Simplify last change.
28229 2005-06-15  Matt Hodges  <MPHodges@member.fsf.org>
28231         * ido.el (ido-incomplete-regexp): New variable.
28232         (ido-set-matches-1): Handle invalid-regexp error and set
28233         ido-incomplete-regexp.
28234         (ido-incomplete-regexp): New face.
28235         (ido-completions): Use it.
28236         (ido-complete, ido-exit-minibuffer, ido-completions):
28237         Handle incomplete regexps.
28238         (ido-completions): Add check for complete match when entering a regexp.
28240 2005-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
28242         * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
28244 2005-06-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
28246         * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
28247         by field delimiters.
28249 2005-06-15  David Ponce  <david@dponce.com>
28251         * tree-widget.el: eval-and-compile inlined functions so they will
28252         be available at run-time too.
28253         (tree-widget-super-format-handler)
28254         (tree-widget-format-handler): Remove.
28255         (tree-widget-value-create): Handle the :indent property.
28257 2005-06-15  Miles Bader  <miles@gnu.org>
28259         * progmodes/which-func.el (which-func): Only inherit
28260         `font-lock-function-name-face' when that makes sense against the
28261         default mode-line face, otherwise set the face color explicitly.
28263         * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
28264         faces instead of (non-existent) variables.
28266 2005-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
28268         * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
28269         (iswitchb-get-matched-buffers): Likewise.  Simplify.
28271 2005-06-14  Miles Bader  <miles@gnu.org>
28273         * progmodes/ld-script.el (ld-script-location-counter):
28274         Remove "-face" suffix from face name.
28275         (ld-script-location-counter-face):
28276         New backward-compatibility alias for renamed face.
28277         (ld-script-location-counter-face): Use renamed face.
28279         * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
28280         (cperl-hash): Remove "-face" suffix from face names.
28281         (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
28282         New backward-compatibility aliases for renamed faces.
28283         (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
28284         (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
28286         * progmodes/which-func.el (which-func): Remove "-face" suffix from face
28287         name.
28288         (which-func-face): New backward-compatibility alias for renamed face.
28289         (which-func-format): Use renamed which-func face.
28291         * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
28292         (vhdl-function, vhdl-directive, vhdl-reserved-word)
28293         (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
28294         names.
28295         (vhdl-speedbar-entity, vhdl-speedbar-architecture)
28296         (vhdl-speedbar-configuration, vhdl-speedbar-package)
28297         (vhdl-speedbar-library, vhdl-speedbar-instantiation)
28298         (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
28299         (vhdl-speedbar-architecture-selected)
28300         (vhdl-speedbar-configuration-selected)
28301         (vhdl-speedbar-package-selected)
28302         (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
28303         names.
28304         (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
28305         Use renamed faces.
28306         (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
28307         (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
28308         (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
28309         Use renamed faces.
28310         (syntax-alist): Don't use "font-lock-" or "-face" in generated face
28311         names.
28312         (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
28313         (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
28314         (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
28315         (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
28316         (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
28317         (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
28319         * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
28320         face name.
28321         (sh-heredoc-face): New backward-compatibility alias for renamed face.
28322         (sh-heredoc-face): Use renamed sh-heredoc face.
28324         * progmodes/idlw-help.el (idlwave-help-link):
28325         Remove "-face" suffix from face name.
28326         (idlwave-help-link-face):
28327         New backward-compatibility alias for renamed face.
28328         (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
28330         * progmodes/idlw-shell.el (idlwave-shell-bp-face)
28331         (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
28332         (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
28333         New backward-compatibility aliases for renamed faces.
28334         (idlwave-shell-disabled-breakpoint-face)
28335         (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
28337         * progmodes/flymake.el (flymake-errline, flymake-warnline):
28338         Remove "-face" suffix from face names.
28339         (flymake-errline-face, flymake-warnline-face):
28340         New backward-compatibility aliases for renamed faces.
28341         (flymake-highlight-line): Use renamed flymake faces.
28343         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
28344         (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
28345         (ebrowse-member-class, ebrowse-progress):
28346         Remove "-face" suffix from face names.
28347         (ebrowse-tree-mark-face, ebrowse-root-class-face)
28348         (ebrowse-file-name-face, ebrowse-default-face)
28349         (ebrowse-member-attribute-face, ebrowse-member-class-face)
28350         (ebrowse-progress-face):
28351         New backward-compatibility aliases for renamed faces.
28352         (ebrowse-show-progress, ebrowse-show-file-name-at-point)
28353         (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
28354         (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
28355         (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
28357         * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
28358         antlr-syntax)
28359         (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
28360         (antlr-literal): Remove "-face" suffix and "font-lock-" from face
28361         names.
28362         (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
28363         (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
28364         (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
28365         (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
28366         backward-compatibility aliases for renamed faces.
28367         (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
28368         (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
28369         (antlr-tokenref-face, antlr-literal-face): Variables renamed to
28370         remove "font-lock-".  Use renamed antlr-mode faces.
28371         (antlr-font-lock-additional-keywords): Use renamed faces.  Replace
28372         literal face-names with face variable references.
28374         * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
28375         face name.
28376         (Buffer-menu-buffer-face): New backward-compatibility alias for
28377         renamed face.
28378         (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
28380 2005-06-15  Daniel Pfeiffer  <occitan@esperanto.org>
28382         * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
28383         Eliminate "-face" suffix.
28384         (makefile-targets): Inherit from font-lock-function-name-face and
28385         eliminate "-face" suffix.
28386         (makefile-shell): Remove attributes and eliminate "-face" suffix.
28387         (makefile-*-font-lock-keywords): Append makefile-targets in rule
28388         actions, instead of prepending, to make it less visible.
28389         (makefile-previous-dependency, makefile-match-dependency):
28390         Don't match a target on a continuation line.
28392         * files.el (auto-mode-alist): Put Makefile in gmake mode.
28394 2005-06-15  Nick Roberts  <nickrob@snap.net.nz>
28396         * progmodes/gdb-ui.el (menu): Re-order menu items.
28397         (gdb-tooltip-print): Respect tooltip-use-echo-area.
28399         * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
28400         Define in tooltip.el.
28401         (gud-tooltip-process-output): Respect tooltip-use-echo-area.
28402         (gud-tooltip-tips): Respect tooltip-use-echo-area and
28403         gud-tooltip-echo-area.
28405         * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
28406         backward compatibility and make obsolete.
28407         (tooltip-help-tips): Use tooltip-use-echo-area.
28408         (tooltip-show-help-function): Rename to...
28409         (tooltip-show-help): ...this, because it is a function.
28410         (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
28412 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
28414         * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
28415         (edebug-print-length, edebug-print-level, edebug-print-circle)
28416         (edebug-modify-breakpoint, edebug-eval-last-sexp)
28417         (edebug-eval-print-last-sexp): Doc fixes.
28419 2005-06-14  Kim F. Storm  <storm@cua.dk>
28421         * ido.el (ido-mode): Make a new keymap every time we enable ido,
28422         as the coverage buffer/file/both may change.
28424 2005-06-14  Lute Kamstra  <lute@gnu.org>
28426         * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
28427         and run-mode-hooks.  Simplify.
28429         * mail/rmailedit.el (rmail-edit-mode):
28430         * progmodes/octave-inf.el (inferior-octave-mode):
28431         * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
28433         * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
28434         and run-mode-hooks.
28435         (recentf-edit-list, recentf-open-files): Don't call
28436         kill-all-local-variables directly.
28438         * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
28440 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
28442         * emacs-lisp/byte-run.el (make-obsolete)
28443         (define-obsolete-function-alias): Rename arguments FUNCTION and
28444         NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
28445         (make-obsolete-variable, define-obsolete-variable-alias):
28446         Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
28447         respectively.
28449         * isearchb.el (isearchb-activate):
28450         * pcvs.el (cvs-mode):
28451         * ses.el (ses-load):
28452         * vc-arch.el (vc-arch-checkin, vc-arch-diff):
28453         * net/tramp.el (tramp-find-file-exists-command)
28454         (tramp-find-shell):
28455         * progmodes/ada-mode.el (ada-create-case-exception)
28456         (ada-create-case-exception-substring, ada-make-subprogram-body):
28457         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
28458         * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
28459         * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
28460         * textmodes/org.el (org-promote, org-evaluate-time-range)
28461         (org-agenda-next-date-line, org-agenda-previous-date-line)
28462         (org-agenda-error, org-open-at-point, org-table-move-row)
28463         (org-format-table-table-html-using-table-generate-source)
28464         (org-shiftcursor-error, org-ctrl-c-ctrl-c):
28465         * textmodes/reftex.el (reftex-access-scan-info):
28466         * textmodes/reftex-toc.el (reftex-toc-dframe-p)
28467         (reftex-toc-promote-prepare): Follow error conventions.
28469         * diff-mode.el (diff-mode): Fix typo in docstring.
28471         * forms.el (forms--intuit-from-file): Fix reference to
28472         `forms-number-of-fields' in error message.
28473         (forms-print): Fix quoting in error message.
28475         * forms.el (forms-mode):
28476         * emulation/vi.el (vi-goto-insert-state):
28477         * progmodes/flymake.el (flymake-new-err-info)
28478         (flymake-start-syntax-check-for-current-buffer)
28479         (flymake-simple-cleanup):
28480         * eshell/esh-var.el (eshell/export):
28481         * progmodes/gud.el (xdb):
28482         * textmodes/flyspell.el (flyspell-incorrect-hook)
28483         (flyspell-maybe-correct-transposition)
28484         (flyspell-maybe-correct-doubling): Fix quoting in docstring.
28486 2005-06-13  Luc Teirlinck  <teirllm@auburn.edu>
28488         * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
28489         minibuffer prompt.
28491 2005-06-13  Kim F. Storm  <storm@cua.dk>
28493         * subr.el (add-to-ordered-list): New defun.
28495         * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
28496         add cua--keymap-alist to emulation-mode-map-alists.
28498 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
28500         * subr.el (complete-in-turn): New macro.
28501         (dynamic-completion-table, lazy-completion-table): Add debug info.
28503         * faces.el (read-face-name): Use complete-in-turn complete non-aliases
28504         in preference to face aliases.
28506         * textmodes/fill.el (fill-match-adaptive-prefix): New function.
28507         (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
28508         Remove unused vars `start' and `firstline'.
28509         (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
28510         (justify-current-line, fill-individual-paragraphs): Remove unused vars.
28512 2005-06-13  Eli Zaretskii  <eliz@gnu.org>
28514         * cus-start.el (all): Don't complain about missing GTK-related
28515         variables, unless either `gtk' is boundp or this isn't a
28516         `windows-nt' build.
28518 2005-06-13  Lute Kamstra  <lute@gnu.org>
28520         * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
28521         run-mode-hooks.
28523         * ediff-mult.el (ediff-meta-mode):
28524         * ediff-util.el (ediff-mode): Use run-mode-hooks.
28526         * ledit.el (ledit-mode): Use delay-mode-hooks.
28528         * woman.el (woman-mode-line-format): Delete constant.
28529         (woman-mode-map): Initialize it properly.
28530         (woman-mode): Set mode-class property to special.
28531         Use delay-mode-hooks and run-mode-hooks.  Use the right keymap.
28532         Set major-mode and mode-name.  Don't set mode-line-format directly.
28533         (Man-getpage-in-background): Don't reference woman-mode-line-format.
28535         * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
28536         string argument obsolete.
28538 2005-06-13  Carsten Dominik  <dominik@science.uva.nl>
28540         * textmodes/org.el (org-CUA-compatible): New option.
28541         (org-disputed-keys): New variable.
28542         (org-key): New function.
28543         (orgtbl-make-binding): Add docstring to the created function.
28544         (org-mode): Set paragraph start/separate regexps.
28545         (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
28546         (org-archive-location, org-archive-mark-done)
28547         (org-archive-stamp-time): New options.
28548         (org-archive-subtree): New command.
28549         (org-fill-paragraph): New function.
28550         (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
28551         (org-fake-empty-table-line): Function removed.
28552         (org-format-org-table-html): Do not create empty table lines at
28553         separator lines.  Improved table header treatment.
28554         (org-link-format): New option.
28555         (org-make-link): New function.
28556         (org-insert-link, org-store-link): Use org-make-link.
28557         (org-open-file): Quote file name for shell command, to allow
28558         spaces in file names.
28559         (org-link-regexp): Fix bug with mailto link.
28560         (org-link-maybe-angles-regexp, org-protected-link-regexp):
28561         New constants.
28562         (org-export-as-html): Deal with the optional angles around a link.
28563         Better treatment of file: links.
28564         (org-open-at-point): Replace @{ and @} with < and >.
28565         (org-run-mode-hooks): Function removed.
28566         (org-agenda-mode): No longer use `org-run-mode-hooks'.
28568 2005-06-13  Nick Roberts  <nickrob@snap.net.nz>
28570         * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
28571         MI command -data-list-register-values.
28572         (gdb-post-prompt): Indent properly.
28574 2005-06-13  Juanma Barranquero  <lekktu@gmail.com>
28576         * hilit-chg.el (highlight-changes-colors): Rename from
28577         `highlight-changes-colours'.
28578         (highlight-changes-colours): Keep as obsolete alias.
28579         (highlight-changes-face-list): Doc fix.
28580         (hilit-chg-make-list): Use `highlight-changes-colors'.
28582 2005-06-12  Mark A. Hershberger  <mah@everybody.org>
28584         * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
28585         defun-prompt-regexp.
28587 2005-06-12  Eli Zaretskii  <eliz@gnu.org>
28589         * loadup.el: Don't say we are dumping under 2 names on windows-nt
28590         and cygwin.
28592         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
28593         Don't use an old loaddefs.el, as in Makefile.in.
28595 2005-06-12  Lute Kamstra  <lute@gnu.org>
28597         * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
28599         * man.el (Man-mode-map): Initialize it properly.
28600         (Man-mode): Set mode-class property to special.
28602         * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
28604 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
28606         * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
28607         A newline is needed in the docstring there.
28609         * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
28610         Doc fixes.
28612 2005-06-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
28614         * printing.el: Doc fix.  The menubar is no more changed when printing
28615         is loaded, it only changes when pr-menu-bind or pr-update-menus is
28616         called.  Now, the menubar changing will work in Emacs 20, 21 and 22.
28617         (pr-version): New version number (6.8.4).
28618         (pr-menu-bind): New command.
28619         (pr-update-menus): Docstring and code fix.
28620         (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
28621         Docstring fix.
28622         (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
28623         (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
28625 2005-06-11  Thien-Thi Nguyen  <ttn@gnu.org>
28627         * emacs-lisp/ewoc.el: Doc fixes for public funcs:
28628         "Returns" to "return", document useful return values, etc.
28630 2005-06-11  Alan Mackenzie  <acm@muc.de>
28632         * textmodes/fill.el (fill-context-prefix): Try `adaptive-fill-function'
28633         BEFORE `adaptive-fill-regexp' when determining a fill prefix.
28634         (adaptive-file-function): Minor amendment to doc-string.
28636 2005-06-11  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
28638         * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
28639         (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
28640         Fix :type--it is `integer', not `string'.
28642         * faces.el (modeline-highlight): Rename from (the erroneous)
28643         `modeline-higilight'.
28645 2005-06-11  Lute Kamstra  <lute@gnu.org>
28647         * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
28648         lisp-interaction-mode-map but make it the parent.
28649         (edebug-eval-mode): Use define-derived-mode.
28651 2005-06-11  Andreas Schwab  <schwab@suse.de>
28653         * bindings.el: Add binding of `ESC functionkey' for every
28654         `M-functionkey'.
28655         * hexl.el (hexl-mode-map): Likewise.
28657 2005-06-10  Michael Hotchin  <michael@hotchin.net>  (tiny change)
28659         * progmodes/compile.el (compilation-error-regexp-alist-alist)
28660         [msft]: update regexp for newer msft compilers.
28662 2005-06-10  Mark A. Hershberger  <mah@everybody.org>
28664         * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
28665         ATTLIST portions of included DTDs.
28666         (xml-parse-dtd): Eliminate use of inefficient match-data.
28668 2005-06-10  Miles Bader  <miles@gnu.org>
28670         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
28671         (mpuz-text): Remove "-face" suffix from face names.
28672         (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
28673         (mpuz-text-face): New backward-compatibility aliases for renamed faces.
28674         (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
28676         * play/gomoku.el (gomoku-O, gomoku-X):
28677         Remove "-face" suffix from face names.
28678         (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
28679         New backward-compatibility aliases for renamed faces.
28680         (gomoku-font-lock-keywords): Use renamed gomoku faces.
28682 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
28684         * thumbs.el: Fixes for changes of 2005-06-09.
28685         (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
28686         as a directory.
28687         (thumbs-thumbname): Remove directory separator from format string;
28688         `thumbs-thumbsdir' now returns a valid directory name.
28689         (thumbs-temp-dir): New defsubst.
28690         (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
28691         Use it.
28693         * cus-edit.el (minibuffer):
28694         * files.el (make-backup-file-name-function):
28695         * filesets.el (filesets-external-viewers):
28696         * hilit-chg.el (highlight-changes-colours)
28697         (highlight-changes-face-list, highlight-changes-rotate-faces):
28698         * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
28699         * kmacro.el (kmacro-call-macro):
28700         * log-edit.el (log-edit-changelog-full-paragraphs):
28701         * mouse.el (mouse-1-click-follows-link):
28702         * skeleton.el (skeleton-autowrap):
28703         * subr.el (insert-for-yank-1):
28704         * tempo.el (tempo-insert-region):
28705         * terminal.el (terminal-emulator):
28706         * time.el (display-time-mail-face):
28707         * vc.el (vc-annotate):
28708         * vcursor.el (vcursor-copy-line):
28709         * woman.el (woman-bold-headings, woman-ignore)
28710         (woman-default-faces, woman-monochrome-faces):
28711         * calendar/todo-mode.el (todo-insert-threshold):
28712         * emulation/pc-select.el (pc-select-selection-keys-only)
28713         (pc-selection-mode):
28714         * emulation/vip.el (vip-find-char-forward):
28715         * emulation/viper-cmd.el (viper-find-char-forward):
28716         * international/mule-cmds.el
28717         (select-safe-coding-system-accept-default-p)
28718         (input-method-exit-on-invalid-key):
28719         * international/mule-diag.el (describe-coding-system):
28720         * international/ucs-tables.el (unify-8859-on-encoding-mode):
28721         * net/browse-url.el (browse-url-xterm-program):
28722         * obsolete/lazy-lock.el (lazy-lock-mode):
28723         * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
28724         (cperl-mode):
28725         * progmodes/cpp.el (cpp-face-light-name-list)
28726         (cpp-face-dark-name-list):
28727         * progmodes/delphi.el (delphi-newline-always-indents):
28728         Fix spellings in docstrings.
28730         * ido.el (ido-mode, ido-file-extensions-order)
28731         (ido-default-file-method, ido-default-buffer-method)
28732         (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
28733         (ido-decorations, ido-read-file-name-as-directory-commands)
28734         (ido-read-file-name-non-ido, ido-work-directory-list)
28735         (ido-ignore-item-temp-list, ido-current-directory)
28736         (ido-magic-forward-char, ido-enter-find-file)
28737         (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
28738         (ido-find-file, ido-read-buffer): Fix typos in docstrings.
28740 2005-06-10  Lute Kamstra  <lute@gnu.org>
28742         * play/dunnet.el (dun-mode): Use define-derived-mode.
28743         (dungeon-mode-map): Rename to dun-mode-map.  Keep old name as an
28744         obsolete alias.
28746         * play/doctor.el (doctor-mode-map): Remove defvar.
28747         (doctor-mode): Use define-derived-mode.
28749         * mail/mspools.el (mspools-mode):
28750         * net/eudc-hotlist.el (eudc-hotlist-mode):
28751         * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
28753 2005-06-10  Miles Bader  <miles@gnu.org>
28755         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
28756         Remove "-face" suffix from face names.
28757         (flyspell-incorrect-face, flyspell-duplicate-face):
28758         New backward-compatibility aliases for renamed faces.
28759         (flyspell-mode-on, make-flyspell-overlay)
28760         (flyspell-highlight-incorrect-region)
28761         (flyspell-highlight-duplicate-region)
28762         (flyspell-display-next-corrections)
28763         (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
28765         * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
28766         from face name.
28767         (texinfo-heading-face): New backward-compatibility alias for
28768         renamed face.
28769         (texinfo-heading-face): Use renamed texinfo-heading face.
28771         * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
28772         suffix from face names.
28773         (tex-math-face, tex-verbatim-face):
28774         New backward-compatibility aliases for renamed faces.
28775         (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
28776         (tex-insert-quote): Use `tex-verbatim-face' variable instead of
28777         literal face name.
28779         * textmodes/table.el (table-cell): Remove "-face" suffix from face
28780         name.
28781         (table-cell-face): New backward-compatibility alias for renamed face.
28782         (table--put-cell-face-property, table--update-cell-face):
28783         Use renamed table-cell face.
28785         * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
28786         from face name.
28787         (sgml-namespace-face): New backward-compatibility alias for
28788         renamed face.
28789         (sgml-namespace-face): Use renamed sgml-namespace face.
28791         * textmodes/org.el (org-level-1, org-level-2, org-level-3)
28792         (org-level-4, org-level-5, org-level-6, org-level-7)
28793         (org-level-8, org-warning, org-headline-done)
28794         (org-deadline-announce, org-scheduled-today)
28795         (org-scheduled-previously, org-link, org-done, org-table)
28796         (org-time-grid): Remove "-face" suffix from face names.
28797         (org-level-1-face, org-level-2-face, org-level-3-face)
28798         (org-level-4-face, org-level-5-face, org-level-6-face)
28799         (org-level-7-face, org-level-8-face, org-warning-face)
28800         (org-headline-done-face, org-deadline-announce-face)
28801         (org-scheduled-today-face, org-scheduled-previously-face)
28802         (org-link-face, org-done-face, org-table-face)
28803         (org-time-grid-face):
28804         New backward-compatibility aliases for renamed faces.
28805         (org-level-faces, org-set-font-lock-defaults, org-timeline)
28806         (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
28807         (org-agenda-get-timestamps, org-agenda-get-scheduled)
28808         (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
28810         * emulation/viper-init.el (viper-search, viper-replace-overlay)
28811         (viper-minibuffer-emacs, viper-minibuffer-insert)
28812         (viper-minibuffer-vi): Remove "-face" suffix from face names.
28813         (viper-search-face, viper-replace-overlay-face)
28814         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
28815         (viper-minibuffer-vi-face):
28816         New backward-compatibility aliases for renamed faces.
28817         (viper-search-face, viper-replace-overlay-face)
28818         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
28819         (viper-minibuffer-vi-face): Use renamed viper faces.
28821         * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
28822         Remove "-face" suffix from face names.
28823         (testcover-nohits-face, testcover-1value-face):
28824         New backward-compatibility aliases for renamed faces.
28825         (testcover-mark): Use renamed testcover faces.
28827         * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
28828         face name.
28829         (diary-button-face): New backward-compatibility alias for renamed face.
28830         (diary-entry): Use renamed diary-button face.
28832         * calendar/calendar.el (diary, calendar-today, holiday)
28833         (mark-visible-calendar-date): Remove "-face" suffix from face names.
28834         (diary-face, calendar-today-face, holiday-face):
28835         New backward-compatibility aliases for renamed faces.
28836         (eval-after-load "facemenu", diary-entry-marker)
28837         (calendar-today-marker, calendar-holiday-marker, diary-face):
28838         Use renamed calendar faces.
28840         * compare-w.el (compare-windows): Remove "-face" suffix from face name.
28841         (compare-windows-face): New backward-compatibility alias for
28842         renamed face.
28843         (compare-windows-highlight): Use renamed compare-windows face.
28845         * strokes.el (strokes-char): Remove "-face" suffix from face name.
28846         (strokes-char-face): New backward-compatibility alias for renamed face.
28847         (strokes-encode-buffer): Use renamed strokes-char face.
28849         * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
28850         (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
28851         Remove "-face" suffix from face names.
28852         (cvs-header-face, cvs-filename-face, cvs-unknown-face)
28853         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
28854         (cvs-msg-face): New backward-compatibility aliases for renamed faces.
28855         (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
28856         Use renamed pcvs faces.
28857         * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
28858         * pcvs-defs.el (cvs-mode-map): Likewise.
28859         * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
28861         * info.el (info-title-1, info-title-2, info-title-3)
28862         (info-title-4): Remove "-face" suffix from and downcase face names.
28863         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
28864         (Info-title-4-face):
28865         New backward-compatibility aliases for renamed faces.
28866         (Info-fontify-node): Use renamed info faces.
28868         * hilit-chg.el (highlight-changes, highlight-changes-delete):
28869         Remove "-face" suffix from face names.
28870         (highlight-changes-face, highlight-changes-delete-face):
28871         New backward-compatibility aliases for renamed faces.
28872         (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
28873         (hilit-chg-make-list): Use renamed highlight-changes faces.
28875         * generic-x.el (show-tabs-tab, show-tabs-space):
28876         Remove "-face" suffix from face names.
28877         (show-tabs-tab-face, show-tabs-space-face):
28878         New backward-compatibility aliases for renamed faces.
28879         (show-tabs-generic-mode-font-lock-defaults-1)
28880         (show-tabs-generic-mode-font-lock-defaults-2):
28881         Use renamed show-tabs faces.
28883         * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
28884         (smerge-markers): Remove "-face" suffix from face names.
28885         (smerge-mine-face, smerge-other-face, smerge-base-face)
28886         (smerge-markers-face):
28887         New backward-compatibility aliases for renamed faces.
28888         (smerge-mine-face, smerge-other-face, smerge-base-face)
28889         (smerge-markers-face): Use renamed smerge faces.
28891         * log-view.el (log-view-file, log-view-message): Remove "-face"
28892         suffix from face names.
28893         (log-view-file-face, log-view-message-face):
28894         New backward-compatibility aliases for renamed faces.
28895         (log-view-file-face, log-view-message-face): Use renamed log-view
28896         faces.
28898         * paren.el (show-paren-match, show-paren-mismatch):
28899         Remove "-face" suffix from face names.
28900         (show-paren-match-face, show-paren-mismatch-face):
28901         New backward-compatibility aliases for renamed faces.
28902         (show-paren-function): Use renamed show-paren faces.
28904         * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
28905         (ruler-mode-margins, ruler-mode-fringes)
28906         (ruler-mode-column-number, ruler-mode-fill-column)
28907         (ruler-mode-comment-column, ruler-mode-goal-column)
28908         (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
28909         suffix from face names.
28910         (ruler-mode-default-face, ruler-mode-pad-face)
28911         (ruler-mode-margins-face, ruler-mode-fringes-face)
28912         (ruler-mode-column-number-face, ruler-mode-fill-column-face)
28913         (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
28914         (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
28915         New backward-compatibility aliases for renamed faces.
28916         (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
28917         (ruler-mode-column-number, ruler-mode-fill-column)
28918         (ruler-mode-comment-column, ruler-mode-goal-column)
28919         (ruler-mode-tab-stop, ruler-mode-current-column)
28920         (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
28921         faces.
28923         * whitespace.el (whitespace-highlight): Remove "-face" suffix from
28924         face name.
28925         (whitespace-highlight-the-space): Use renamed face.
28926         (whitespace-highlight-face): New backward-compatibility alias for
28927         renamed face.
28929         * woman.el (woman-italic, woman-bold, woman-unknown)
28930         (woman-addition, woman-symbol-face):
28931         Remove "-face" suffix from face names.
28932         (woman-italic-face, woman-bold-face, woman-unknown-face)
28933         (woman-addition-face):
28934         New backward-compatibility aliases for renamed faces.
28935         (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
28936         (woman-decode-region, woman-replace-match)
28937         (woman-display-extended-fonts, woman-special-characters)
28938         (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
28939         Use renamed woman faces.
28941         * longlines.el (longlines-visible-face): Face removed.
28943         * diff-mode.el (diff-header, diff-file-header, diff-index)
28944         (diff-hunk-header, diff-removed, diff-added, diff-changed)
28945         (diff-function, diff-context, diff-nonexistent): Remove "-face"
28946         suffix from face names.
28947         (diff-header-face, diff-file-header-face, diff-index-face)
28948         (diff-hunk-header-face, diff-removed-face, diff-added-face)
28949         (diff-changed-face, diff-function-face, diff-context-face)
28950         (diff-nonexistent-face): New backward-compatibility aliases for
28951         renamed faces.
28952         (diff-header-face, diff-file-header-face)
28953         (diff-index, diff-index-face, diff-hunk-header)
28954         (diff-hunk-header-face, diff-removed, diff-removed-face)
28955         (diff-added, diff-added-face, diff-changed-face, diff-function)
28956         (diff-function-face, diff-context-face, diff-nonexistent)
28957         (diff-nonexistent-face): Use renamed diff-mode faces.
28959         * progmodes/compile.el (compilation-warning-face)
28960         (compilation-info-face): Remove "-face" suffix from face names.
28961         (compilation-warning-face, compilation-info-face):
28962         New backward-compatibility aliases for renamed faces.
28963         (compilation-warning-face, compilation-info-face):
28964         Use renamed compilation faces.
28966         * add-log.el (change-log-date, change-log-name)
28967         (change-log-email, change-log-file, change-log-list)
28968         (change-log-conditionals, change-log-function)
28969         (change-log-acknowledgement): Remove "-face" suffix from face names.
28970         (change-log-date-face, change-log-name-face)
28971         (change-log-email-face, change-log-file-face)
28972         (change-log-list-face, change-log-conditionals-face)
28973         (change-log-function-face, change-log-acknowledgement-face):
28974         New backward-compatibility aliases for renamed faces.
28975         (change-log-font-lock-keywords): Use renamed change-log faces.
28977         * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
28978         (custom-set, custom-changed, custom-saved, custom-button)
28979         (custom-button-pressed, custom-documentation, custom-state)
28980         (custom-comment, custom-comment-tag, custom-variable-tag)
28981         (custom-variable-button, custom-face-tag, custom-group-tag-1)
28982         (custom-group-tag): Remove "-face" suffix from face names.
28983         (custom-magic-alist, custom-magic-value-create)
28984         (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
28985         (custom-invalid-face, custom-rogue-face, custom-modified-face)
28986         (custom-set-face, custom-changed-face, custom-saved-face)
28987         (custom-button-face, custom-button-pressed-face)
28988         (custom-documentation-face, custom-state-face)
28989         (custom-comment-face, custom-comment-tag-face)
28990         (custom-variable-tag-face, custom-variable-button-face)
28991         (custom-face-tag-face, custom-group-tag-face-1)
28992         (custom-group-tag-face):
28993         New backward-compatibility aliases for renamed faces.
28995         * wid-edit.el (widget-documentation, widget-button)
28996         (widget-field, widget-single-line-field, widget-inactive)
28997         (widget-button-pressed): "-face" suffix removed from face names.
28998         (widget-documentation-face, widget-button-face)
28999         (widget-field-face, widget-single-line-field-face)
29000         (widget-inactive-face, widget-button-pressed-face):
29001         New backward-compatibility aliases for renamed faces.
29002         (widget-documentation-face, widget-button-face)
29003         (widget-button-pressed-face, widget-specify-field)
29004         (widget-specify-inactive): Use renamed widget faces.
29006 2005-06-10  Kenichi Handa  <handa@m17n.org>
29008         * term/x-win.el (x-clipboard-yank): Remove condition-case
29009         wrapping.
29011 2005-06-11  Kenichi Handa  <handa@m17n.org>
29013         * add-log.el (change-log-font-lock-keywords): Make the regexp for
29014         date lines stricter.
29016 2005-06-10  Zhang Wei  <id.brep@gmail.com>
29018         * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
29019         of x-get-selection.
29021 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
29023         * comint.el (comint-mode, comint-snapshot-last-prompt):
29024         * frame.el (frame-current-scroll-bars):
29025         * term.el (term-mode, term-check-proc, term-input-sender)
29026         (term-simple-send, term-extract-string, term-word)
29027         (term-match-partial-filename):
29028         * window.el (window-current-scroll-bars):
29029         * emulation/cua-base.el (cua-normal-cursor-color)
29030         (cua-read-only-cursor-color, cua-overwrite-cursor-color)
29031         (cua-global-mark-cursor-color):
29032         * mail/undigest.el (rmail-forward-separator-regex):
29033         Fix typos in docstrings.
29035         * comint.el (comint-check-proc, make-comint-in-buffer)
29036         (comint-source-default): Doc fixes.
29038         * term.el (term-send-string): Improve argument/docstring consistency.
29040 2005-06-09  Luc Teirlinck  <teirllm@auburn.edu>
29042         * comint.el (comint-send-input): Bind `inhibit-read-only' around
29043         call to `delete-region'.
29044         (comint-mode-hook): Do not enable Font Lock by default.
29046 2005-06-09  Lute Kamstra  <lute@gnu.org>
29048         * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
29049         could be void.
29051 2005-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
29053         * emacs-lisp/debug.el (debugger-will-be-back): New var.
29054         (debug): Use it.
29055         (debugger-step-through, debugger-continue, debugger-jump)
29056         (debugger-return-value): Set it when needed.
29057         (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
29058         Use inhibit-read-only.
29060 2005-06-09  Juanma Barranquero  <lekktu@gmail.com>
29062         * window.el (shrink-window-if-larger-than-buffer)
29063         (window-size-fixed): Fix typo in docstring.
29065         * thumbs.el: Don't set `auto-image-file-mode'.  Do not create the
29066         thumbnails directory on loading.
29067         (thumbs-conversion-program): Use `eq' to check the system type,
29068         not `equal'.
29069         (thumbs-temp-dir): Initialize to `temporary-file-directory',
29070         not "/tmp".  Fix docstring.
29071         (thumbs-thumbsdir): New function to return the thumbnails
29072         directory, creating it if needed.
29073         (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
29074         (thumbs-temp-file): Delete variable and make it into a function.
29075         (thumbs-resize-image, thumbs-modify-image): Use it.
29076         (thumbs-kill-buffer): Simplify.
29077         (thumbs-gensym): Defalias or duplicate CL `gensym'.
29078         (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
29079         docstrings.
29081 2005-06-09  Kim F. Storm  <storm@cua.dk>
29083         * subr.el (save-match-data): Add RESEAT arg `evaporate' to
29084         set-match-data to free markers in match-data.
29086         * replace.el (replace-match-data): Pass RESEAT arg `t' to
29087         match-data to unchain markers in match-data.
29089 2005-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
29091         * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
29092         the debugger immediately anyway.  Undo the 2005-06-06 change, rendered
29093         unnecessary now.
29095 2005-06-08  Richard M. Stallman  <rms@gnu.org>
29097         * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
29098         give the variable a doc string that doesn't say don't set it directly.
29100         * textmodes/ispell.el (ispell-check-version):
29101         Use match-string-no-properties.
29102         (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
29103         (ispell-buffer-local-words): Likewise.
29105         * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
29106         except on terminals with enough colors to really display it.
29107         (makefile-dependency-regex): Delete spurious `bb'.
29109         * faces.el (escape-glyph): Use blue once again in last case.
29110         (no-break-space): Redefine so that it isn't invisible on a tty.
29112 2005-06-08  Kim F. Storm  <storm@cua.dk>
29114         * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
29115         also when reading directory name.
29117 2005-06-08  Lute Kamstra  <lute@gnu.org>
29119         * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
29120         (flyspell-mode-line-string): Remove autoload cookie.
29121         (flyspell-mode): Remove defvar.
29123 2005-06-07  Lute Kamstra  <lute@gnu.org>
29125         * textmodes/org.el (org-run-mode-hooks): New function.
29126         (org-agenda-mode): Use it.
29128 2005-06-07  David McCabe  <davemccabe@gmail.com>  (tiny change)
29130         * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
29132 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
29134         * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
29136 2005-06-06  Luc Teirlinck  <teirllm@auburn.edu>
29138         * font-lock.el (font-lock-add-keywords): Doc fix.
29140 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
29142         * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
29143         (tex-compile-default): In the absence of any history, use the order in
29144         tex-compile-alist to choose the preferred command.
29145         (tex-compile-commands): Reorder a bit.
29147         * textmodes/flyspell.el (flyspell-auto-correct-binding)
29148         (flyspell-incorrect-face, flyspell-duplicate-face):
29149         Use (X)Emacs-agnostic code.
29150         (flyspell-mode-map): Don't overwrite at each load.  Remove code
29151         redundant with the subsequent add-minor-mode.  Merge Emacs and
29152         XEmacs code.
29153         (flyspell-word): Minor simplification.
29154         (flyspell-math-tex-command-p): Quieten the byte-compiler.
29155         (flyspell-external-point-words): Remove unused vars `size' and `start'.
29156         (flyspell-do-correct): Rename from flyspell-xemacs-correct.
29157         Merge the corresponding Emacs code.
29158         (flyspell-correct-word, flyspell-xemacs-popup):
29159         Use flyspell-do-correct.
29161         * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
29162         a dedicated window.
29164         * international/latexenc.el (latexenc-find-file-coding-system):
29165         Undo part of last patch, to turn off a compiler warning.
29167 2005-06-06  Juri Linkov  <juri@jurta.org>
29169         * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
29170         Rename `tmm-inactive-face' to `tmm-inactive'.
29172 2005-06-06  Matt Hodges  <MPHodges@member.fsf.org>
29174         * iswitchb.el: Rename faces.
29176 2005-06-06  Kim F. Storm  <storm@cua.dk>
29178         * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
29179         (cua-global-mark): Remove -face suffix from face names.
29181         * emulation/cua-gmrk.el (cua--init-global-mark):
29182         Remove cua-global-mark face setup.
29184 2005-06-06  Richard M. Stallman  <rms@gnu.org>
29186         * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
29187         just like other allowed characters.
29188         (makefile-match-dependency): Exclude leading and training whitespace
29189         from the range of regexp subexp 1.
29190         (makefile-macroassign-regex): Don't try to match the body,
29191         just the name of the macro being defined.
29193         * info.el (Info-read-node-name-2): New function.
29194         (Info-read-node-name-1): Use that.
29195         Add a completion-base-size-function property.
29197         * simple.el (completion-setup-function): Look for
29198         completion-base-size-function property of minibuffer-completion-table.
29200         * files.el (locate-file-completion): Doc fix.
29202         * printing.el: Don't call pr-update-menus; user must do that.
29204         * emacs-lisp/debug.el (debugger-window): New variable.
29205         (debug): Use debugger-window if it is set and still alive.
29206         Record debugger-window for next entry.
29208         * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
29210 2005-06-06  Matthias F\e,Av\e(Brste  <slashdevslashnull@gmx.net>
29212         * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
29213         (hack-one-local-variable, hack-local-variables)
29214         (hack-local-variables-prop-line): Pass that arg.
29216 2005-06-06  Kim F. Storm  <storm@cua.dk>
29218         * ido.el (ido-first-match, ido-only-match, ido-subdir)
29219         (ido-indicator): Remove -face suffix from face names.
29221 2005-06-06  Juri Linkov  <juri@jurta.org>
29223         * font-lock.el (font-lock-regexp-backslash)
29224         (font-lock-regexp-backslash-construct): New faces.
29225         (lisp-font-lock-keywords-2): Use new faces.  Match `?:' only
29226         after `('.  Add `while-no-input' to control structures.
29228         * faces.el (no-break-space, shadow): New faces.
29229         (escape-glyph): Use less loud colors pink2 and red4.
29231         * diff-mode.el (diff-context-face)
29232         * dired.el (dired-ignored)
29233         * rfn-eshadow.el (file-name-shadow)
29234         * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
29236         * info.el (Info-title-1-face): Use green instead of yellow because
29237         bold yellow is not readable on light backgrounds.
29239         * progmodes/compile.el (compilation-start): Move `erase-buffer' up
29240         before selecting the desired mode to not spend time fontifying
29241         old contents.
29243 2005-06-06  Juanma Barranquero  <lekktu@gmail.com>
29245         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
29246         (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
29248         * ps-print.el (ps-default-fg, ps-default-bg):
29249         Fix typos in docstrings.
29251         * isearchb.el (isearchb): Don't pass a spurious second argument to
29252         `iswitchb-completions'.
29254 2005-06-05  Nick Roberts  <nickrob@snap.net.nz>
29256         * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
29257         to preserve point.
29258         (gdb-find-file-hook): Add doc string.
29260         * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
29261         C dereferenced pointer expression.
29262         (gud-tool-bar-map): Put it on the tool bar.  Re-order icons.
29264         * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
29266         * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
29267         * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
29268         * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
29269         * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
29270         * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
29271         Make background transparent.
29273 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
29275         * font-lock.el (font-lock-add-keywords): Doc fix.  Comment change.
29276         (font-lock-remove-keywords): Doc fix.
29277         (font-lock-mode-major-mode): Compiler defvar.
29278         (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
29280         * font-core.el (font-lock-mode-major-mode): Compiler defvar.
29281         (font-lock-mode): Update `font-lock-mode-major-mode'.
29282         (font-lock-set-defaults): Compiler defvar.
29283         (font-lock-default-function): Take `font-lock-mode-major-mode'
29284         into account.
29286         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
29287         keep track of which major mode it enabled the minor mode for.
29288         Use find-file-hook again.  Update docstring.
29290         * simple.el (eval-expression-print-level)
29291         (eval-expression-print-length, eval-expression-debug-on-error):
29292         Doc fixes.
29294 2005-06-04  Matt Hodges  <MPHodges@member.fsf.org>
29296         * iswitchb.el (iswitchb-single-match-face)
29297         (iswitchb-current-match-face, iswitchb-virtual-matches-face)
29298         (iswitchb-invalid-regexp-face): New faces.
29299         (iswitchb-completions): Use them.
29300         (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
29301         now marked as an obsolete alias.
29302         (iswitchb-read-buffer): Remove check for bound font variables.
29303         (iswitchb-invalid-regexp): New free variable.
29304         (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
29305         set iswitchb-invalid-regexp.
29306         (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
29307         invalid regexps.
29308         (iswitchb-completions): Add check for complete match when entering
29309         a regexp.
29310         (iswitchb-completions): Remove require-match argument.
29311         (iswitchb-exhibit): Fix caller.
29312         (iswitchb-common-match-inserted): New variable.
29313         (iswitchb-complete, iswitchb-completion-help): Use it.
29315 2005-06-04  David Reitter  <david.reitter@gmail.com>  (tiny change)
29317         * url/url-http.el (url-http-chunked-encoding-after-change-function):
29318         Use `url-http-debug' instead of `message'.
29320 2005-06-04  Thierry Emery  <thierry.emery@free.fr>  (tiny change)
29322         * url/url-http.el (url-http-parse-headers): Pass redirected URL
29323         as a callback argument.
29325 2005-06-04  Kim F. Storm  <storm@cua.dk>
29327         * simple.el (line-move): Only call sit-for when moving backwards.
29329         * ido.el (ido-make-merged-file-list-1): New defun split from
29330         ido-make-merged-file-list.
29331         (ido-make-merged-file-list): Bind throw-on-input around call to
29332         ido-make-merged-file-list-1.  Return input-pending-p if
29333         interrupted by more input available.
29334         (ido-read-internal): Handle input-pending-p return value from
29335         ido-make-merged-file-list.
29337 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
29339         * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
29340         compatibility code.
29342         * international/latexenc.el (latexenc-find-file-coding-system):
29343         Don't inherit the EOL part of the coding-system from the
29344         tex-main buffer.  Fit within 80 columns.
29346 2005-06-03  Matt Hodges  <MPHodges@member.fsf.org>
29348         * tmm.el (tmm-inactive-face): New face.
29349         (tmm-remove-inactive-mouse-face): New function.
29350         (tmm-prompt, tmm-add-one-shortcut)
29351         (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
29352         but not selectable.
29354 2005-06-03  Juanma Barranquero  <lekktu@gmail.com>
29356         * faces.el (face-equal): Improve argument/docstring consistency.
29358 2005-06-03  Daniel Pfeiffer  <occitan@esperanto.org>
29360         * progmodes/make-mode.el (makefile-targets-face)
29361         (makefile-shell-face, makefile-makepp-perl-face): Add :version.
29362         (makefile-bsdmake-dependency-regex)
29363         (makefile-makepp-rule-action-regex)
29364         (makefile-bsdmake-rule-action-regex): New constants.
29365         (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
29367         * progmodes/compile.el (compilation-error-regexp-alist-alist):
29368         Allow (...) within `...' for makepp messages.
29370 2005-06-03  Michael Kifer  <kifer@cs.stonybrook.edu>
29372         * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
29374         * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
29375         "." files are deleted from all file lists before comparison.
29377         * emulation/viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
29378         (viper-ESC-key): Made them customizable.
29380         * emulation/viper.el (viper-non-hook-settings):
29381         Fix the names of defadvices.
29383 2005-06-01  Luc Teirlinck  <teirllm@auburn.edu>
29385         * autorevert.el (auto-revert-buffers): Use save-match-data.
29387 2005-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
29389         * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
29390         menu items with a nil command binding.
29392 2005-06-01  Juanma Barranquero  <lekktu@gmail.com>
29394         * emacs-lisp/cl-macs.el (defsetf):
29395         Improve argument/docstring consistency.
29397         * faces.el (list-faces-display): Improve the formatting by
29398         computing the maximum length required for any face-name (reworked
29399         patch of 1999-01-11, accidentally deleted on 1999-07-21).
29400         (internal-find-face): Remove redundant info in docstring.
29402 2005-06-01  Nick Roberts  <nickrob@snap.net.nz>
29404         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
29405         (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
29406         (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
29407         (gdb-assembler-custom): Improve regexps.
29408         (def-gdb-auto-update-handler): Use window point to preserve point.
29410 2005-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
29412         * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
29414 2005-05-31  Jay Belanger  <belanger@truman.edu>
29416         * calc/calc-embed.el (calc-embedded-word): Change argument passed
29417         to calc-embedded.
29418         (calc-embedded-make-info): Have plain prefix argument select
29419         entire line.
29421 2005-05-31  Juanma Barranquero  <lekktu@gmail.com>
29423         * faces.el (list-faces-display): Signal error if passed a regexp
29424         that matches no face name.
29426         * simple.el (filter-buffer-substring): Fix typo in docstring.
29428 2005-05-31  Richard M. Stallman  <rms@gnu.org>
29430         * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
29431         (vhdl-emacs-21): Doc fix.
29432         (vhdl-mode): Unconditionally set comment-padding.
29433         (vhdl-fixup-whitespace-region): Insert spaces only where
29434         there are none.
29435         (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
29437 2005-05-30  John Wiegley  <johnw@newartisans.com>
29439         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
29440         * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
29441         * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
29442         `directory-sep-char' to ?/, and all uses of `string-to-int' to
29443         `string-to-number'.
29445 2005-05-30  Jay Belanger  <belanger@truman.edu>
29447         * calc/calc.el (calc-bug-address): Fix docstring.
29448         (calc-window-hook, calc-trail-window-hook): New variables.
29449         (calc-trail-display): Restore use of calc-trail-window-hook.
29450         (calc): Restore use of calc-window-hook.
29452 2005-05-31  Masatake YAMATO  <jet@gyve.org>
29454         * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
29456         * help-fns.el (help-C-file-name): Add autoload mark for
29457         `find-function-noselect'.
29459 2005-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
29461         * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
29462         (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
29464 2005-05-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
29466         * calendar/diary-lib.el (mark-included-diary-files): Only kill
29467         included diary buffer if it was not already being visited.
29468         Reported by Stephen Berman <Stephen.Berman@gmx.net>.
29470         * calendar/icalendar.el (top-level): Do not require appt.
29472         * mail/supercite.el (sc-select-attribution): Only use a list
29473         element from sc-attrib-selection-list if it returns a string.
29474         Reported by Davide G. M. Salvetti <salve@debian.org>.
29476 2005-05-30  Juanma Barranquero  <lekktu@gmail.com>
29478         * thumbs.el (thumbs-thumbname): The resulting thumbname now
29479         includes a hash value to improve its uniqueness, and has a ".jpg"
29480         extension.  Also, it is now a valid filename on all systems.
29481         (thumbs-make-thumb): Use `let', not `let*'.
29482         (thumbs-show-thumbs-list): Check for JPEG availability.
29484 2005-05-30  Richard M. Stallman  <rms@gnu.org>
29486         * filesets.el (filesets-menu-ensure-use-cached):
29487         Prevent warning when emacs-version>= is undefined.
29489         * printing.el (pr-interactive-n-up): Use string-to-number.
29491         * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
29493         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
29494         Warn only when name to be defined is quoted.
29496 2005-05-30  Nick Roberts  <nickrob@snap.net.nz>
29498         * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
29499         Make regexp more robust.
29500         (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
29501         Force regeneration of disassembly.
29503 2005-05-29  Jay Belanger  <belanger@truman.edu>
29505         * calc/calc.el (calc-user-invocation): Check if
29506         calc-invocation-macro is non-nil.
29508 2005-05-29  Juri Linkov  <juri@jurta.org>
29510         * add-log.el (change-log-font-lock-keywords):
29511         Add `+' to e-mail regexp to accept mail address with keywords.
29513         * man.el (Man-name-regexp): Add `:' to accept qualified names.
29515 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
29517         * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
29519         * ielm.el (inferior-emacs-lisp-mode): Ditto.
29521 2005-05-29  Richard M. Stallman  <rms@gnu.org>
29523         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
29524         Undo the change that moves to end of the current word.
29526 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
29528         * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
29529         Throw error when count <= 0 to ensure input is a number.
29530         (gdb-read-memory-custom): Pick up address from buffer.
29531         (gdb-memory-mode): Allow user to increment and decrement
29532         memory address from header line.
29534 2005-05-29  Richard M. Stallman  <rms@gnu.org>
29536         * textmoddes/flyspell.el (flyspell-version): Function deleted.
29537         (flyspell-auto-correct-previous-hook): Doc fix.
29539         * jit-lock.el (jit-lock-function, jit-lock-after-change):
29540         Do nothing if memory is full.
29542         * font-lock.el (font-lock-fontify-syntactically-region):
29543         Pass t for GREEDY to looking-back.
29545         * saveplace.el (save-place-alist-to-file): Write the file
29546         using write-region.
29548         * subr.el (looking-back): New argument GREEDY.
29550         * progmodes/compile.el (compilation-start): Set the mode
29551         before inserting the initial text.
29553         * progmodes/which-func.el (which-func-update-1): Turn the mode
29554         off in case of error by setting which-func-mode.
29556 2005-05-29  Peter Heslin  <p.j.heslin@durham.ac.uk>  (tiny change)
29558         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
29559         Narrow down to what's on the screen, and recenter overlays
29560         at the end of the next word.
29562 2005-05-29  Manuel Serrano  <Manuel.Serrano@sophia.inria.fr>
29564         * textmodes/flyspell.el (flyspell-emacs, flyspell-use-local-map):
29565         8Vars moved up.
29566         (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
29567         (flyspell-abbrev-p): Default to nil.
29568         (flyspell-use-global-abbrev-table-p): Doc fix.
29569         (flyspell-large-region): Allow nil as value.
29570         (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
29572         (mail-mode-flyspell-verify): More robust handling
29573         of `mail-header-separator'.  More efficient signature detection.
29574         Allow for regexp metacharacters in message-header-separator.
29575         Adding `To' not to be checked in mail-mode-flyspell-verify.
29577         (flyspell-prog-mode): Run flyspell-prog-mode-hook.
29578         (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
29579         Bind flyspell-auto-correct-binding.
29580         Bind C-. and C-, .
29581         (flyspell-mode-map): Likewise.
29582         (flyspell-mode): Doc fix.
29583         (flyspell-accept-buffer-local-defs): Preserve current buffer.
29584         (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
29585         (flyspell-word-cache-result): New var, always local.
29586         (flyspell-check-pre-word-p): Doc fix.
29587         (flyspell-check-changed-word-p): Handle spc like newline.
29588         (flyspell-post-command-hook): Set flyspell-word-cache-result.
29589         (flyspell-word-search-backward, flyspell-word-search-forward):
29590         New functions.
29591         (flyspell-word): Return t if nothing to check.
29592         When parsing TeX code, check for after } or \.
29593         Use flyspell-word-search-backward to find previous word.
29594         Return nil if duplicated word.
29595         For word already checked, return same value as last time.
29596         Set flyspell-word-cache-result after checking.
29597         Don't clobber the return value.
29598         (flyspell-get-word): Major rewrite.
29599         (flyspell-external-point-words): New locals pword, pcount.
29600         Fix size used in progress message.
29601         Find the proper corresponding word in flyspell-large-region-buffer.
29602         (flyspell-region): Check for flyspell-large-region = nil.
29603         (flyspell-highlight-incorrect-region): Clean up overlays in region.
29604         (flyspell-auto-correct-word): Check that WORD is a cons.
29605         (flyspell-correct-word): Likewise.
29607 2005-05-29  Daniel Pfeiffer  <occitan@esperanto.org>
29609         * progmodes/make-mode.el (makefile-rule-action-regex)
29610         (makefile-macroassign-regex, makefile-makepp-mode)
29611         (makefile-bsdmake-mode): Continuation lines may be empty.
29612         Reported by Joshua Varner.
29613         (makefile-makepp-font-lock-keywords): Add $(stem).
29615 2005-05-28  Karl Berry  <karl@gnu.org>
29617         * textmodes/tex-mode.el: Now that tex-send-command calls
29618         shell-quote-argument (2005-03-31 change), remove all calls to
29619         shell-quote-argument; they all end up invoking tex-send-command.
29620         The double quoting loses on filenames with non-safe characters,
29621         such as "@".  Reported by Frederik Fouvry.
29623 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
29625         * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
29626         about preserving point.
29628 2005-05-27  Jay Belanger  <belanger@truman.edu>
29630         * calc/calc-misc.el (calc-info-goto-node): Use info instead of
29631         Info-goto-node.
29633         * calc/calc-embed.el (calc-embed-arg): New variable.
29634         (calc-do-embedded-activate, calc-embedded-activate-formula)
29635         (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
29636         variable by new variable.
29637         (calc-embedded-make-info): Replace undeclared variable by new
29638         variable.  When selecting region with positive prefix
29639         argument, use end of previous line instead of beginning of line.
29641         * calc/calc-aent.el (calc-arg-values): Declare it.
29643         * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
29644         Declare them.
29646         * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
29648         * calc/calc.el (calc-alg-map): Declare it.
29650         * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
29652 2005-05-28  Nick Roberts  <nickrob@snap.net.nz>
29654         * progmodes/gdb-ui.el (gdb-all-registers): New variable.
29655         (gdb-registers-buffer, toggle-gdb-all-registers):
29656         Toggle display of floating point registers.
29657         (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
29659         * progmodes/gud.el (gud-goto-info): Use info.  Don't use require.
29660         (toggle-gud-tooltip-dereference):
29661         Rename from gud-toggle-tooltip-dereference.
29663 2005-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
29665         * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
29667 2005-05-27  Jay Belanger  <belanger@truman.edu>
29669         * calc/calc-prog.el (calc-kbd-report): Remove.
29670         (calc-kbd-query): Rewrite.
29672 2005-05-27  Juanma Barranquero  <lekktu@gmail.com>
29674         * image.el (image-library-alist): Move to image.c.
29675         (image-type-available-p): Doc fix.
29677 2005-05-27  Lute Kamstra  <lute@gnu.org>
29679         * calc/calc.el (calc):
29680         * outline.el (outline-1, outline-2, outline-3, outline-4)
29681         (outline-5, outline-6, outline-7, outline-8):
29682         * textmodes/dns-mode.el (dns-mode):
29683         * textmodes/sgml-mode.el (sgml-namespace-face):
29684         * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
29685         (tex-verbatim-face, tex-use-reftex):
29686         * textmodes/texinfo.el (texinfo-heading-face):
29687         Specify customization group.
29689         * longlines.el: Don't require easy-mmode.
29690         (longlines-visible-face): Specify customization group.
29692 2005-05-27  Kenichi Handa  <handa@m17n.org>
29694         * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
29695         encoding table of windows-1251.
29697         * international/ucs-tables.el (ucs-set-table-for-input):
29698         If translation-table-for-input of a coding system is a symbol, get
29699         its translation-table property.
29701         * international/code-pages.el: Don't register a coding system into
29702         non-iso-charset-alist more than once.
29703         (cp-make-coding-system): Likewise.
29705 2005-05-26  John Wiegley  <johnw@newartisans.com>
29707         * eshell/esh-cmd.el (eshell-eval-command): If the return value of
29708         `eshell-resume-eval' is wrapped in a list, it indicates that the
29709         command was run asynchronously.  In that case, unwrap the value
29710         before checking the delimiter value.
29712         * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
29713         character before a space at the end of a line is \, assume the space
29714         is part of the last argument rather than a final argument separator.
29716         * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
29717         is in use, and the target is `t' or `nil' (which are the most common
29718         values), don't assume that the symbol target is a buffer.
29720 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
29722         * calendar/calendar.el (calendar-mode-line-format):
29723         Use mode-line-highlight as mouse-face.
29725         * time.el (display-time-string-forms, display-time-update):
29726         Use mode-line-highlight as mouse-face.
29728 2005-05-26  Jay Belanger  <belanger@truman.edu>
29730         * calc/calc.el (calc-language-alist): Remove extra defvar.
29732 2005-05-26  Lute Kamstra  <lute@gnu.org>
29734         * arc-mode.el (archive-mode):
29735         * bookmark.el (bookmark-read-annotation-mode)
29736         (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
29737         * bs.el (bs-mode):
29738         * calc/calc-yank.el (calc-edit-mode):
29739         * calc/calc.el (calc-mode, calc-trail-mode):
29740         * calculator.el (calculator-mode):
29741         * chistory.el (command-history-mode):
29742         * comint.el:
29743         * cus-edit.el (custom-mode):
29744         * descr-text.el (describe-text-mode):
29745         * ebuff-menu.el (Electric-buffer-menu-mode):
29746         * ediff-util.el (ediff-mode):
29747         * emacs-lisp/re-builder.el (reb-mode):
29748         * emulation/vi.el (vi-mode-setup):
29749         * emulation/ws-mode.el (wordstar-mode):
29750         * eshell/esh-mode.el (eshell-mode):
29751         * forms.el (forms-mode):
29752         * help-mode.el (help-mode):
29753         * hexl.el (hexl-mode):
29754         * ibuffer.el (ibuffer-mode):
29755         * ielm.el (inferior-emacs-lisp-mode):
29756         * info.el (Info-mode, Info-edit-mode):
29757         * international/swedish.el:
29758         * ledit.el (ledit-from-lisp-mode):
29759         * locate.el (locate-mode):
29760         * mail/rmail.el (rmail-mode):
29761         * mail/rmailedit.el (rmail-edit-mode):
29762         * mail/rmailsum.el (rmail-summary-mode):
29763         * mail/supercite.el (sc-electric-mode):
29764         * net/eudc.el (eudc-mode):
29765         * net/quickurl.el (quickurl-list-mode):
29766         * net/snmp-mode.el (snmp-mode, snmpv2-mode):
29767         * obsolete/ooutline.el (outline-mode):
29768         * obsolete/options.el (Edit-options-mode):
29769         * obsolete/rnews.el (news-mode):
29770         * obsolete/rnewspost.el (news-reply-mode):
29771         * play/5x5.el (5x5-mode):
29772         * play/decipher.el (decipher-mode, decipher-stats-mode):
29773         * play/gomoku.el (gomoku-mode):
29774         * play/snake.el (snake-mode):
29775         * play/solitaire.el (solitaire-mode):
29776         * play/tetris.el (tetris-mode):
29777         * progmodes/ada-mode.el (ada-mode):
29778         * progmodes/antlr-mode.el (antlr-mode):
29779         * progmodes/autoconf.el (autoconf-mode):
29780         * progmodes/dcl-mode.el (dcl-mode):
29781         * progmodes/delphi.el (delphi-mode):
29782         * progmodes/ebrowse.el (ebrowse-tree-mode)
29783         (ebrowse-electric-list-mode, ebrowse-member-mode)
29784         (ebrowse-electric-position-mode):
29785         * progmodes/f90.el (f90-mode):
29786         * progmodes/fortran.el (fortran-mode):
29787         * progmodes/icon.el (icon-mode):
29788         * progmodes/idlw-help.el (idlwave-help-mode):
29789         * progmodes/idlw-shell.el (idlwave-shell-mode):
29790         * progmodes/idlwave.el (idlwave-mode):
29791         * progmodes/inf-lisp.el (inferior-lisp-mode):
29792         * progmodes/m4-mode.el (m4-mode):
29793         * progmodes/meta-mode.el (metafont-mode, metapost-mode):
29794         * progmodes/modula2.el (modula-2-mode):
29795         * progmodes/octave-inf.el (inferior-octave-mode):
29796         * progmodes/octave-mod.el (octave-mode):
29797         * progmodes/pascal.el (pascal-mode):
29798         * progmodes/sh-script.el (sh-mode):
29799         * progmodes/sql.el (sql-mode, sql-interactive-mode):
29800         * progmodes/vhdl-mode.el (vhdl-mode):
29801         * progmodes/xscheme.el (scheme-interaction-mode):
29802         * replace.el (occur-mode):
29803         * ses.el (ses-mode):
29804         * simple.el (completion-list-mode):
29805         * skeleton.el:
29806         * speedbar.el (speedbar-mode):
29807         * term.el (term-mode):
29808         * terminal.el (terminal-edit-mode):
29809         * textmodes/reftex-index.el (reftex-index-mode)
29810         (reftex-index-phrases-mode):
29811         * textmodes/reftex-sel.el (reftex-select-label-mode)
29812         (reftex-select-bib-mode):
29813         * textmodes/reftex-toc.el (reftex-toc-mode):
29814         * wdired.el (wdired-change-to-wdired-mode):
29815         * wid-browse.el (widget-browse-mode):
29816         Use run-mode-hooks.
29818         * array.el (array-mode):
29819         * calendar/todo-mode.el (todo-mode):
29820         * man.el (Man-mode):
29821         * play/landmark.el (lm-mode):
29822         * play/mpuz.el (mpuz-mode):
29823         Use kill-all-local-variables and run-mode-hooks.
29825         * subr.el (delay-mode-hooks): Specify indentation.
29827 2005-05-26  Mark A. Hershberger  <mah@everybody.org>
29829         * xml.el (xml-substitute-special): Don't die for undefined xml
29830         entities.
29832 2005-05-26  Jay Belanger  <belanger@truman.edu>
29834         * calc/calc-prog.el (calc-user-define-edit): Don't find substring
29835         of nil.
29837 2005-05-27  Nick Roberts  <nickrob@snap.net.nz>
29839         * progmodes/gdb-ui.el (gdb-frame-address):
29840         Rename from gdb-current-address.
29841         (gdb-previous-frame-address): Rename from gdb-previous-address.
29842         (gdb-selected-frame): Rename from gdb-current-frame.
29843         (gdb-get-selected-frame): Rename from gdb-get-current-frame.
29844         (gdb-frame-number): Rename from gdb-current-stack-level.
29845         (gdb-ann3): Match new mode-name for disassembly buffer.
29846         Extend initialization of variables.
29847         (gdb-post-prompt): Update disassembly from gdb-frame-handler.
29848         (gdb-memory-mode): Use mouse-face in header line.
29849         (gdb-assembler-buffer-name): Call it disassembly and give frame
29850         in mode line.
29851         (gdb-source-spec-regexp, gdb-assembler-custom)
29852         (gdb-invalidate-assembler, gdb-frame-handler):
29853         Make robust to leading zeroes in address format.
29855 2005-05-26  Carsten Dominik  <dominik@science.uva.nl>
29857         * textmodes/org.el (org-mode): Use `define-derived-mode' to
29858         define `org-mode'.
29859         (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
29861 2005-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
29863         * log-edit.el (log-edit-changelog-entries): Distinguish between
29864         filenames like xfns.c and fns.c.
29866 2005-05-25  Luc Teirlinck  <teirllm@auburn.edu>
29868         * buff-menu.el (Buffer-menu-revert-function): Improve handling of
29869         point after reverting.
29870         (Buffer-menu-make-sort-button): Handle the case where
29871         `Buffer-menu-use-header-line' is nil.
29873 2005-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
29875         * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
29876         New funcs.  In minibuffer-local-completion-map bind `]', `/'
29877         and `:' to them.
29879 2005-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
29881         * startup.el (normal-top-level): Allow modification of load-path while
29882         we're iterating over it.
29884 2005-05-25  Juanma Barranquero  <lekktu@gmail.com>
29886         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
29887         (thumbs-cleanup-thumbsdir, thumbs-call-convert)
29888         (thumbs-resize-interactive, thumbs-insert-image)
29889         (thumbs-insert-thumb, thumbs-dired-show-marked)
29890         (thumbs-find-image-at-point, thumbs-delete-images)
29891         (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
29892         (thumbs-increment-image-size, thumbs-decrement-image-size):
29893         Fix typos in docstrings.
29895 2005-05-24  Andre Spiegel  <spiegel@gnu.org>
29897         * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
29898         (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
29899         (cperl-mode): Use them.
29901 2005-05-24  Juanma Barranquero  <lekktu@gmail.com>
29903         * window.el (quit-window, shrink-window-if-larger-than-buffer):
29904         Doc fixes.
29906 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
29908         * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
29909         Bind C-d to gdb-inferior-io-eof.
29911         * dired.el (dired-dnd-popup-notice): Use message-box.
29913 2005-05-23  Masatake YAMATO  <jet@gyve.org>
29915         * bindings.el (mode-line-major-mode-keymap):
29916         Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
29918         * faces.el (mode-line-highlight): New face.
29920         * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
29921         as mouse-face.
29923         * bindings.el (top-level, help-echo, mode-line-modified)
29924         (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
29925         as mouse-face.
29927 2005-05-23  Juanma Barranquero  <lekktu@gmail.com>
29929         * progmodes/cc-engine.el (c-guess-basic-syntax):
29930         Remove spurious call to `zerop'.
29932         * emacs-lisp/cl.el (acons, pairlis): Add docstring.
29934 2005-05-23  Martin Stjernholm  <bug-cc-mode@gnu.org>
29936         CC Mode update to 5.30.10:
29938         * progmodes/cc-fonts.el (c-font-lock-declarators): Fix bug where
29939         the point could go past the limit in decoration level 2, thereby
29940         causing errors during interactive fontification.
29942         * progmodes/cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp
29943         bug when the file is evaluated interactively.
29945         * progmodes/cc-engine.el (c-guess-basic-syntax): Handle operator
29946         declarations somewhat better in C++.
29948         * progmodes/cc-styles.el, cc-mode.el (c-run-mode-hooks):
29949         New helper macro to make use of `run-mode-hooks'
29950         which has been added in Emacs 21.1.
29951         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
29952         (awk-mode): Use it.
29953         (make-local-hook): Suppress warning about obsoleteness.
29955         * progmodes/cc-engine.el, cc-align.el, cc-cmds.el
29956         (c-append-backslashes-forward, c-delete-backslashes-forward)
29957         (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
29958         Compensate for return value from `forward-line' when it has moved
29959         but not to a different line due to eob.
29961         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchoring in
29962         `objc-method-intro' and `objc-method-args-cont'.
29964 2005-05-23  Alan Mackenzie  <bug-cc-mode@gnu.org>
29966         CC Mode update to 5.30.10:
29968         * progmodes/cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's
29969         address in the copyright statement.  Incidentally, change "along with
29970         GNU Emacs" to "along with this program" where it occurs.
29972         * progmodes/cc-mode.el: Add a fourth parameter `t' to the awk-mode
29973         autoload, so that it is interactive, hence can be found by M-x awk-mode
29974         whilst cc-mode is yet to be loaded.  Reported by Glenn Morris
29975         <gmorris+emacs@ast.cam.ac.uk>.
29977         * progmodes/cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
29978         Mode's regexps.
29980 2005-05-23  Kevin Ryde  <user42@zip.com.au>
29982         * progmodes/cc-align.el (c-lineup-argcont): Ignore conses for {} pairs
29983         from c-parse-state, to avoid a lisp error (on bad code).
29985 2005-05-23  Lute Kamstra  <lute@gnu.org>
29987         * subr.el (font-lock-defaults): Remove defvar as it's already
29988         defined in font-core.el.
29990         * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
29992 2005-05-23  Nick Roberts  <nickrob@snap.net.nz>
29994         * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
29995         more general and work when GDB variable "print pretty" is on,
29996         as with Emacs, for example.
29998 2005-05-22  Luc Teirlinck  <teirllm@auburn.edu>
30000         * font-core.el: Update comment.
30002         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
30003         Use `after-change-major-mode-hook' instead of `find-file-hook'.
30005         * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
30007 2005-05-22  Eli Zaretskii  <eliz@gnu.org>
30009         * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
30010         and `yank-handler' in the doc strings.
30012 2005-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
30014         * emacs-lisp/cl.el (eql): Remove.  It's a builtin already.
30016 2005-05-22  Richard M. Stallman  <rms@gnu.org>
30018         * help.el (describe-key): Move print-help-return-message call
30019         out of conditional.
30021         * progmodes/etags.el (list-tags): Use with-no-warnings.
30023         * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
30024         (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
30025         (starttls-extra-args, starttls-extra-arguments): Add defvars.
30027         * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
30029         * language/viet-util.el (viet-viscii-nonascii-translation-table):
30030         Add defvar.
30032         * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
30033         Use defvar, not defconst.
30035         * hexl.el (hexl-follow-line): Use with-no-warnings.
30037         * emulation/tpu-extras.el: Use write-file-functions instead of
30038         write-file-hooks.
30040         * dired.el (dired-font-lock-keywords): Fontify files with junk
30041         extensions even if marked by -F.
30043 2005-05-22  Juanma Barranquero  <lekktu@gmail.com>
30045         * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
30046         (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
30047         * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
30048         (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
30049         (concatenate, list-length, get*, getf, cl-remprop):
30050         * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
30051         (etypecase, progv, lexical-let, lexical-let*)
30052         (multiple-value-bind, multiple-value-setq, shiftf):
30053         Improve argument/docstring consistency.
30055         * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
30057 2005-05-22  Andre Spiegel  <spiegel@gnu.org>
30059         * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
30060         doesn't exist.
30062         * vc.el (vc-trunk-p): Add autoload cookie.  The function is used in
30063         vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
30065 2005-05-22  Nick Roberts  <nickrob@snap.net.nz>
30067         * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
30068         already deleted variables: auto-fill-hook, blink-paren-hook,
30069         lisp-indent-hook, inhibit-local-variables, unread-command-event,
30070         suspend-hooks, comment-indent-hook, meta-flag,
30071         before-change-function, after-change-function,
30072         font-lock-doc-string-face.
30074 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
30076         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
30078 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
30080         * mail/rmail.el (rmail-reply): Filter the list in reply-to through
30081         rmail-dont-reply-to.
30083 2005-05-21  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
30085         * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
30086         literal blank when splitting new-header-values.
30088 2005-05-21  Matt Hodges  <MPHodges@member.fsf.org>
30090         * calendar/cal-menu.el (cal-menu-update): Add separator as a
30091         string so that tmm doesn't create a completion entry for it.
30093         * textmodes/table.el (table-disable-menu): Ditto.
30095 2005-05-21  Richard M. Stallman  <rms@gnu.org>
30097         * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
30099         * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
30101         * net/rcompile.el (remote-compile): Use compilation-start.
30103         * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
30105 2005-05-21  Daniel Pfeiffer  <occitan@esperanto.org>
30107         * files.el (auto-mode-alist): Check GNUmakefile before makefile.
30108         Default to makefile-bsdmake-mode on BSD systems.
30110         * imenu.el (imenu-generic-expression, imenu--generic-function'):
30111         REGEXP may also be a search function now.  The part of doc-string
30112         for describing the structure was 95% identical to that of
30113         `imenu--generic-function'.  Unify it there.
30115         * progmodes/make-mode.el (makefile-imenu-generic-expression):
30116         Use function to find dependencies, because regexp alone is so complex,
30117         it easily goes into an endless loop.
30118         (makefile-makepp-mode): Also add submenu for Perl functions
30119         defined in the makefile.
30120         (makefile-bsdmake-mode): Special imenu-generic-expression no
30121         longer needed, due to function call.
30122         (makefile-match-dependency): Take BOUND into account when checking
30123         if we're through.
30125 2005-05-20  Jay Belanger  <belanger@truman.edu>
30127         * calc/calc-units.el (calc-invalidate-units-table):
30128         Use inhibit-read-only.
30129         (math-build-units-table-buffer): Use view-mode.
30131 2005-05-20  David Kastrup  <dak@gnu.org>
30133         * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
30134         easy-menu-add is not a nop on Emacs; and clarify when to call it.
30136 2005-05-20  Lute Kamstra  <lute@gnu.org>
30138         * diff-mode.el (diff-header-face, diff-file-header-face)
30139         (diff-index-face, diff-hunk-header-face, diff-removed-face)
30140         (diff-added-face, diff-changed-face, diff-function-face)
30141         (diff-context-face, diff-nonexistent-face): Put them in the
30142         diff-mode customization group.
30144 2005-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
30146         * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
30148         * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
30150         * font-lock.el (lisp-font-lock-keywords-2): Don't error.
30151         Minor regexp-optimization.
30153 2005-05-20  Carsten Dominik  <dominik@science.uva.nl>
30155         * textmodes/org.el (org-agenda-toggle-time-grid): New command.
30156         (org-agenda-use-time-grid, org-agenda-time-grid): New options.
30157         (org-agenda-add-time-grid-maybe): New function.
30158         (org-agenda): Call `org-agenda-add-time-grid-maybe'.
30159         (org-table-create): `dotimes' instead of `mapcar'.
30160         (org-xor): Simplify implementation.
30161         (org-agenda): `inhibit-redisplay' turned on.
30162         (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
30163         a consistent line after a state change.
30164         (org-agenda-remove-times-when-in-prefix): New option.
30165         (org-prefix-has-time): New variable.
30166         (org-parse-time-string): Optional argument NODEFAULT.
30167         (org-format-agenda-item): Parse items for time-of-day
30168         specifications and move these into the prefix if possible.
30169         (org-agenda-priority): Get current heading, not previous heading
30170         during agenda remote editing.
30172 2005-05-20  Juanma Barranquero  <lekktu@gmail.com>
30174         * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
30175         (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
30176         (remove-duplicates, delete-duplicates, substitute)
30177         (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
30178         (nsubstitute-if-not, find, find-if, find-if-not, position)
30179         (position-if, position-if-not, count, count-if, count-if-not)
30180         (mismatch, search, sort*, stable-sort, merge, member*)
30181         (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
30182         (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
30183         (intersection, nintersection, set-difference, nset-difference)
30184         (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
30185         (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
30186         (nsublis, tree-equal): Improve argument/docstring consistency.
30188         * subr.el (send-string, send-region): Remove obsolescence declaration.
30189         (window-dot, set-window-dot, read-input, show-buffer)
30190         (eval-current-buffer, string-to-int):
30191         Add release number to obsolescence declarations.
30193 2005-05-19  Kim F. Storm  <storm@cua.dk>
30195         * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
30196         (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
30198 2005-05-20  Matt Hodges  <MPHodges@member.fsf.org>
30200         * faces.el (list-faces-display): Make back button respect optional
30201         regexp arg.
30203 2005-05-19  Juanma Barranquero  <lekktu@gmail.com>
30205         * calculator.el (calculator-radix-grouping-mode)
30206         (calculator-radix-grouping-digits, calculator-displayer)
30207         (calculator-radix-grouping-separator, calculator-copy-displayer):
30208         * dabbrev.el (dabbrev-search-these-buffers-only):
30209         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
30210         (diff-advance-after-apply-hunk, diff-mode-hook)
30211         (diff-minor-mode-prefix):
30212         * imenu.el (imenu-use-popup-menu):
30213         * jit-lock.el (jit-lock-context-time):
30214         * newcomment.el (comment-fill-column, comment-column)
30215         (comment-style, comment-padding, comment-multi-line)
30216         (comment-empty-lines, comment-auto-fill-only-comments):
30217         * reveal.el (reveal-around-mark):
30218         * uniquify.el (uniquify-buffer-name-style)
30219         (uniquify-after-kill-buffer-p)
30220         (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
30221         (uniquify-min-dir-content, uniquify-separator)
30222         (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
30223         * w32-vars.el (w32-fixed-font-alist):
30224         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
30225         * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
30226         * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
30227         * progmodes/perl-mode.el (perl-indent-level)
30228         (perl-continued-statement-offset, perl-continued-brace-offset)
30229         (perl-brace-offset, perl-brace-imaginary-offset)
30230         (perl-label-offset, perl-indent-continued-arguments)
30231         (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
30232         * progmodes/tcl.el (tcl-indent-level)
30233         (tcl-continued-indent-level, tcl-auto-newline)
30234         (tcl-tab-always-indent, tcl-electric-hash-style)
30235         (tcl-help-directory-list, tcl-use-smart-word-finder)
30236         (tcl-application, tcl-command-switches, tcl-prompt-regexp)
30237         (inferior-tcl-source-command):
30238         * textmodes/fill.el (enable-kinsoku):
30239         * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
30240         * textmodes/table.el (table-yank-handler):
30241         Specify missing group (and type, if simple) in defcustom.
30243 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
30245         * progmodes/compile.el (compilation-finish-function): Fix defvar.
30247 2005-05-19  Richard M. Stallman  <rms@gnu.org>
30249         * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
30251         * subr.el (event-basic-type): Don't get an error.
30252         (left-fringe-p): Function deleted.
30254         * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
30255         (list-buffers-noselect): Set `font-lock-face' property, not `face'.
30257         * dired-aux.el (dired-copy-file-recursive): Handle symlinks
30258         in recursive copy.
30260         * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
30262         * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
30264         * emacs-lisp/bytecomp.el
30265         (byte-compile-file-form-custom-declare-variable):
30266         Call byte-compile-nogroup-warn if appropriate.
30268         * progmodes/compile.el (compilation-finish-function): Mark obsolete.
30269         (compilation-set-window): Don't call left-fringe-p; do it directly.
30271 2005-05-19  Jay Belanger  <belanger@truman.edu>
30273         * calc/calc-graph.el (calc-graph-format-data): Make sure
30274         var-PlotRejects is bound before trying to check its value.
30276 2005-05-19  Carsten Dominik  <dominik@science.uva.nl>
30278         * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
30279         definition of this variable from reftex-global.el to reftex.el,
30280         because it is needed in the menu.
30282 2005-05-19  Lute Kamstra  <lute@gnu.org>
30284         * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
30285         years are fixed.  Don't insert a space after a dash.
30287 2005-05-19  Kim F. Storm  <storm@cua.dk>
30289         * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
30291 2005-05-19  Daniel Pfeiffer  <occitan@esperanto.org>
30293         * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
30294         strings, because (eq ... ?\\) is fairly frequent.
30296         * progmodes/make-mode.el (makefile-add-this-line-targets):
30297         Simplify and integrate into `makefile-pickup-targets'.
30298         (makefile-add-this-line-macro): Simplify and integrate into
30299         `makefile-pickup-macros.
30300         (makefile-pickup-filenames-as-targets): Simplify.
30301         (makefile-previous-dependency, makefile-match-dependency):
30302         Don't stumble over `::'.
30304 2005-05-19  Nick Roberts  <nickrob@snap.net.nz>
30306         * subr.el (post-command-idle-hook, post-command-idle-delay):
30307         Remove obsoletion of post-command-idle-hook and
30308         post-command-idle-delay.
30310         * faces.el (list-faces-display): Provide button when describe-face
30311         is called to take user back to the list of faces.
30313         * help-fns.el (describe-variable): Remove hyperlinks in a
30314         variable's value as these are quite frequently inappropriate.
30316         * follow.el (follow-submit-feedback, follow-mode):
30317         Remove references to post-command-idle-hook.
30319 2005-05-18  Daniel Pfeiffer  <occitan@esperanto.org>
30321         * progmodes/make-mode.el (makefile-previous-dependency)
30322         (makefile-match-dependency): Check for := (and in bsd mode also
30323         !=) to give a better result, even when font-lock is not on.
30325 2005-05-18  Jay Belanger  <belanger@truman.edu>
30327         * calc/calc-help.el (calc-s-prefix-help):
30328         Add `calc-copy-special-constant' to help string.
30330 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
30332         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
30334 2005-05-18  Jay Belanger  <belanger@truman.edu>
30336         * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
30337         in linear factors are in proper order.
30339 2005-05-18  Carsten Dominik  <dominik@science.uva.nl>
30341         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
30342         Support for jurabib.
30344         * textmodes/reftex.el (featurep): Define aliases for overlay
30345         commands, for XEmacs compatibility, and use these aliases in
30346         overlay initializations.
30347         (reftex-highlight): Use `reftex-move-overlay'.
30348         (reftex-unhighlight): Use `reftex-delete-overlay'.
30349         (reftex-uniq): Function removed.  Use `reftex-uniquify' instead.
30350         (reftex-access-search-path): Use `reftex-uniquify' instead of
30351         `reftex-uniq'.
30353         * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
30354         `before-string' property modification enables for Emacs as well.
30355         (reftex-select-item): Use `reftex-delete-overlay'.
30356         (reftex-select-mark): Use `reftex-make-overlay' and
30357         `reftex-overlay-put'.
30358         (reftex-select-unmark): Use `reftex-delete-overlay' and
30359         `reftex-overlay-put'.
30361 2005-05-18  Lute Kamstra  <lute@gnu.org>
30363         * emacs-lisp/lisp.el (check-parens): Fix docstring.
30365 2005-05-18  Juanma Barranquero  <lekktu@gmail.com>
30367         * add-log.el (add-change-log-entry):
30368         * array.el (array-make-template, array-reconfigure-rows)
30369         (array-init-max-row, array-init-max-column)
30370         (array-init-columns-per-line, array-init-field-width):
30371         * replace.el (replace-match-maybe-edit, perform-replace):
30372         * textmodes/spell.el (spell-region):
30373         Replace `read-input' by `read-string'.
30375         * forms.el (forms-mode):
30376         * finder.el (finder-compile-keywords):
30377         * shadowfile.el (shadow-read-files):
30378         Replace `eval-current-buffer' by `eval-buffer'.
30380         * terminal.el (te-pass-through):
30381         * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
30382         (ange-ftp-raw-send-cmd):
30383         * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
30384         (send-process-next-char, telnet-initial-filter, telnet):
30385         Replace `send-string' by `process-send-string'.
30387         * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
30388         (prolog-consult-region): Replace `send-string' by
30389         `process-send-string'; replace `send-region' by `process-send-region'.
30391         * progmodes/delphi.el (delphi-log-msg):
30392         Replace `set-window-dot' by `set-window-point'.
30394         * subr.el (window-dot, set-window-dot, read-input, send-string)
30395         (send-region, show-buffer, eval-current-buffer):
30396         Make really obsolete, as the comment says.
30398 2005-05-17  Kim F. Storm  <storm@cua.dk>
30400         * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
30401         (cua--init-keymaps): Bind C-return instead of S-return to set
30402         rectangle mark.
30404         * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
30405         instead of S-return to toggle/clear rectangle mark.
30407 2005-05-17  Daniel Pfeiffer  <occitan@esperanto.org>
30409         * progmodes/make-mode.el (makefile-dependency-skip): New variable.
30410         (makefile-macroassign-regex, makefile-make-font-lock-keywords):
30411         Also fontify plain strings assigned to variables, mostly so that a
30412         colon has a face and is thus not taken as a dependency separator.
30413         (makefile-previous-dependency): Inline the new matcher, because it
30414         is too complex to work in both directions.
30415         (makefile-match-dependency): Eliminate `backward' arg (see above).
30416         Completely reimplemented so as to not sometimes go into an endless
30417         loop.  It should also be more efficient, because first it only
30418         searches for `:', instead of applying the very complex regexp.
30419         (makefile-mode): Cancel `font-lock-support-mode', because blocks
30420         to be fontified in one piece can be too long for JIT.
30421         Makefiles are never *that* big.
30423 2005-05-17  Reiner Steib  <Reiner.Steib@gmx.de>
30425         * dired.el (dired-mode): Simplify.
30427 2005-05-17  Lute Kamstra  <lute@gnu.org>
30429         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
30430         defcustom for the mode hook variable.
30432         * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
30433         Emacs Lisp Reference Manual.
30435 2005-05-17  Juanma Barranquero  <lekktu@gmail.com>
30437         * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
30438         (evenp, list*):
30439         * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
30440         * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
30442         * net/tramp-smb.el (tramp-smb-open-connection):
30443         Pass `tramp-chunksize' as fifth (required) argument.
30445 2005-05-16  Daniel Pfeiffer  <occitan@esperanto.org>
30447         * font-lock.el (lisp-font-lock-keywords-1):
30448         Set `font-lock-negation-char-face' for [^...] char group.
30449         (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
30451         * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
30452         a var, and refine it to mask one more level of nested vars.
30453         (makefile-rule-action-regex): Turn it into a var, and refine it so
30454         it recognizes backslashed continuation lines as belonging to the
30455         same command.
30456         (makefile-macroassign-regex): Refine it so it recognizes
30457         backslashed continuation lines as belonging to the same command.
30458         (makefile-var-use-regex): Don't look at the next char, because it
30459         might be the same one to be skipped by the initial [^$], leading
30460         to an overlooked variable use.
30461         (makefile-make-font-lock-keywords): Remove two parameters, which
30462         are now variables that some of the modes set locally.
30463         Handle dependency and rule action matching through functions, because
30464         regexps alone match too often.  Dependency matching now comes
30465         last, so it can check, whether a colon already matched something else.
30466         (makefile-mode): Inform that font-lock improves makefile parsing
30467         capabilities.
30468         (makefile-match-dependency, makefile-match-action): New functions.
30470 2005-05-16  Juanma Barranquero  <lekktu@gmail.com>
30472         * emacs-lisp/cl-extra.el (equalp): Doc fix.
30474         * align.el (align-regexp):
30475         * ansi-color.el (ansi-color-get-face):
30476         * array.el (array-reconfigure-rows, array-init-max-row)
30477         (array-init-max-column, array-init-columns-per-line)
30478         (array-init-field-width):
30479         * dired-aux.el (dired-trample-file-versions):
30480         * dired-x.el (dired-mark-sexp):
30481         * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
30482         * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
30483         * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
30484         * faces.el (face-read-integer):
30485         * files.el (backup-extract-version, insert-directory):
30486         * hexl.el (hexl-insert-decimal-char):
30487         * server.el (server-process-filter):
30488         * shell.el (shell-extract-num):
30489         * startup.el (command-line-1):
30490         * term.el (term-command-hook):
30491         * time-stamp.el (time-stamp, time-stamp-string-preprocess)
30492         (time-stamp-do-number):
30493         * time.el (display-time-update):
30494         * timezone.el (timezone-parse-date, timezone-zone-to-minute)
30495         (timezone-fix-time):
30496         * vms-patch.el (vms-suspend-resume-hook):
30497         * calendar/appt.el (appt-convert-time):
30498         * calendar/cal-bahai.el (mark-bahai-diary-entries):
30499         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
30500         * calendar/cal-islam.el (mark-islamic-diary-entries):
30501         * calendar/calendar.el (calendar-cursor-to-date)
30502         (calendar-star-date):
30503         * calendar/diary-lib.el (diary-attrtype-convert)
30504         (mark-diary-entries, diary-entry-time):
30505         * calendar/solar.el (solar-get-number):
30506         * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
30507         * emacs-lisp/re-builder.el (reb-display-subexp):
30508         * emulation/edt.el (edt-set-scroll-margins):
30509         * emulation/tpu-extras.el (tpu-set-scroll-margins):
30510         * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
30511         (vip-get-ex-count):
30512         * emulation/viper-ex.el (viper-get-ex-token)
30513         (viper-get-ex-buffer, viper-get-ex-count, ex-next):
30514         * international/fontset.el (fontset-plain-name):
30515         * mail/feedmail.el (feedmail-look-at-queue-directory):
30516         * mail/mailalias.el (mail-get-names):
30517         * mail/rmail.el (rmail-convert-to-babyl-format):
30518         * mail/rmailsum.el (rmail-make-basic-summary-line)
30519         (rmail-summary-next-same-subject, rmail-summary-rmail-update)
30520         (rmail-summary-goto-msg):
30521         * mail/smtpmail.el (smtpmail-read-response):
30522         * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
30523         (ange-ftp-vms-add-file-entry):
30524         * play/gametree.el (gametree-looking-at-ply)
30525         (gametree-current-branch-score):
30526         * progmodes/ada-xref.el (ada-prj-find-prj-file)
30527         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
30528         * progmodes/cperl-mode.el (condition-case):
30529         * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
30530         (ebrowse-set-member-buffer-column-width)
30531         (ebrowse-select-1st-to-9nth):
30532         * progmodes/etags.el (etags-snarf-tag):
30533         * progmodes/flymake.el (flymake-parse-line):
30534         * progmodes/idlw-shell.el (idlwave-shell-parse-line)
30535         (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
30536         (idlwave-shell-menu-def):
30537         * progmodes/ps-mode.el (ps-run-goto-error):
30538         * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
30539         (vhdl-speedbar-contract-level):
30540         * term/mac-win.el (x-handle-numeric-switch):
30541         * term/sun-mouse.el (sun-get-frame-data):
30542         * term/w32-win.el (x-handle-numeric-switch):
30543         * term/x-win.el (x-handle-numeric-switch):
30544         * textmodes/ispell.el (ispell-parse-output):
30545         * textmodes/nroff-mode.el (nroff-outline-level):
30546         * textmodes/reftex-cite.el (reftex-bib-sort-year)
30547         (reftex-bib-sort-year-reverse, reftex-format-citation):
30548         * textmodes/reftex-parse.el (reftex-init-section-numbers)
30549         (reftex-section-number):
30550         * textmodes/texinfmt.el (texinfo-paragraphindent):
30551         Replace `string-to-int' by `string-to-number'.
30553         * international/latexenc.el: Add page marker to force the "Local
30554         Variables:" string out of the last page.
30556 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
30558         * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
30559         tooltip-change-major-mode.
30560         (gud-tooltip-print-command): Remove case where gud-minor-mode
30561         is gdb ("--fullname").
30562         (gud-tooltip-tips): Turn GUD tooltips off for this case and
30563         explain to user.
30565 2005-05-16  Jay Belanger  <belanger@truman.edu>
30567         * calc/calc-store.el (calc-copy-special-constant): New function.
30569         * calc/calc-ext.el (calc-init-extensions): Add binding for
30570         `calc-copy-special-constant'.
30572         * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
30573         for the `calc-copy-special-constant' command.
30575 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
30577         * subr.el (left-fringe-p): New function.
30579         * progmodes/compile.el (compilation-setup): Set local value of
30580         overlay-arrow-string to "" always.
30581         (compilation-set-window): Left fringe then don't scroll.
30582         No left fringe then no arrow and scroll message to top.
30583         (compilation-context-lines): Adjust doc string accordingly.
30585 2005-05-16  Kim F. Storm  <storm@cua.dk>
30587         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
30588         (ido-magic-delete-char): New commands for C-f, C-b, C-d.
30589         (ido-wide-find-dir-or-delete-dir): New command for M-d.
30590         (ido-define-mode-map): Bind them.  Add C-x prefix to fallback commands.
30591         (ido-read-file-name): Handle commands with ido property value
30592         equal to find-file as reading a file name, to allow C-d to enter dired.
30593         (ibuffer-find-file): Add ido property with value find-file.
30595 2005-05-15  Kim F. Storm  <storm@cua.dk>
30597         * subr.el (open-network-stream-nowait): Remove.
30598         (open-network-stream-server): Remove.
30600 2005-05-15  Richard M. Stallman  <rms@gnu.org>
30602         * faces.el (describe-face): Output a definition link button.
30604         * help-mode.el (help-face-def): New button type.
30606         * emacs-lisp/copyright.el (copyright-fix-years):
30607         Match properly if the first year is 2-digit.
30608         Don't mess up the whitespace after the years by filling.
30610         * dired-aux.el (dired-mark-confirm):
30611         Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
30613         * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
30614         (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
30615         (dired-mark-pop-up): Handle FILES = (t FILE) specially.
30617         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
30618         Set font-lock-comment-start-skip.
30620         * font-lock.el (font-lock-comment-start-skip): New variable.
30621         (font-lock-comment-end-skip): New variable.
30622         (font-lock-fontify-syntactically-region): Use them if non-nil.
30624 2005-05-15  Jay Belanger  <belanger@truman.edu>
30626         * calc/calc-store.el (calc-store-value): Return a string rather
30627         than display it as a message.
30628         Use calc-var-name for variable name.
30629         (calc-store-into): Add the result of calc-store-value to message.
30630         (calc-copy-variable): Add a message.
30631         (calc-store-exchange): Improve error messages.
30632         (calc-store-binary, calc-store-map): Don't reset the values of
30633         special constants.
30635 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
30637         * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
30638         manual to docstring.
30640         * files.el (hack-local-variables-confirm): Add STRING argument.
30641         Make the function handle non file visiting buffers correctly.
30642         (hack-local-variables-prop-line, hack-local-variables)
30643         (hack-one-local-variable): Use STRING arg of
30644         `hack-local-variables-confirm'.
30646 2005-05-14  Michael Albinus  <michael.albinus@gmx.de>
30648         Sync with Tramp 2.0.49.
30650         * net/tramp.el (tramp-handle-dired-call-process)
30651         (tramp-handle-insert-directory):`insert-buffer' cannot be used
30652         because the contents of the Tramp buffer is changed before
30653         insertion (`expand-file' and alike).
30654         (tramp-handle-insert-directory): If `localname' has an empty
30655         nondirectory name, it must not be quoted.
30656         (tramp-pre-connection): Add parameter CHUNKSIZE.  Make local
30657         variable `tramp-chunksize'.  Change callees.
30658         (tramp-open-connection-setup-interactive-shell): Check remote host
30659         for buggy `send-process-string' implementation.
30660         Set `tramp-chunksize' if found.  Reported by Michael Kifer
30661         <kifer@cs.sunysb.edu> (and a lot of other people all the years).
30662         (tramp-handle-shell-command): `insert-buffer' cannot be used
30663         because the contents of the Tramp buffer is changed before
30664         insertion (`expand-file' and alike).  Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
30665         <frederic.bothamy@free.fr>.
30666         (tramp-set-auto-save): Actions should be done for Tramp file name
30667         handler only.  Ange-FTP has its own auto-save mechanism.
30668         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
30669         (tramp-set-auto-save-file-modes): Set file modes of
30670         `buffer-auto-save-file-name' to ?\600 as fallback solution.
30671         Reported by Ferenc Wagner <wferi@tba.elte.hu>.
30672         (tramp-bug): Remove obsolete variable.
30673         (tramp-append-tramp-buffers): Rewrite partly.  More suitable check
30674         for presence of `mml-mode'.  Make it running for older Emacsen as well.
30676 2005-05-14  John Paul Wallington  <jpw@pobox.com>
30678         * ibuf-ext.el (define-ibuffer-filter filename):
30679         If `dired-directory' is a list, use its car.
30681 2005-05-14  Daniel Brockman  <daniel@brockman.se>  (tiny change)
30683         * ibuffer.el (define-ibuffer-column filename):
30684         If `dired-directory' is a list, use its car.
30686 2005-05-14  Richard M. Stallman  <rms@gnu.org>
30688         * subr.el (symbol-file): Doc fix.
30690         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
30691         (byte-compile-form): Call byte-compile-nogroup-warn.
30692         (byte-compile-warning-types): Doc fix.
30694         * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
30696         * progmodes/cc-engine.el (c-literal-faces):
30697         Add font-lock-comment-delimiter-face.
30699         * net/net-utils.el (dig): Use with-no-warnings.
30701         * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
30702         (sc-recite-frame-alist, sc-default-cite-frame)
30703         (sc-default-uncite-frame, sc-default-recite-frame)
30704         (sc-attrib-selection-list, sc-rewrite-header-list):
30705         Mark as risky-local-variable.
30707         * international/ogonek.el (ogonek-jak, ogonek-how):
30708         Don't use beginning-of-buffer.
30710         * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
30712         * calendar/solar.el (solar-data-list): Move definition up.
30714         * dnd.el (dnd-protocol-alist): Add autoload.
30716         * progmodes/sh-script.el: Many doc usage fixes.
30717         (sh-indent-after-do): Change default to match common styles.
30719 2005-05-13  Luc Teirlinck  <teirllm@auburn.edu>
30721         * files.el (interpreter-mode-alist)
30722         (auto-mode-interpreter-regexp): Doc fixes.
30724 2005-05-13  Matt Hodges  <MPHodges@member.fsf.org>
30726         * tmm.el (tmm-get-keymap): Include only active menus and menu items.
30728         * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
30730 2005-05-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
30732         * dired.el (dired-mode): make-variable-buffer-local =>
30733         make-local-variable.
30735 2005-05-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
30737         * term/mac-win.el (mac-select-convert-to-string): Try coding
30738         systems in mac-script-code-coding-systems if specified one cannot
30739         encode string for `com.apple.traditional-mac-plain-text'.
30741 2005-05-13  Daniel Pfeiffer  <occitan@esperanto.org>
30743         * progmodes/make-mode.el (makefile-targets-face)
30744         (makefile-shell-face, makefile-makepp-perl-face): New faces.
30745         (makefile-dependency-regex): Fix it to not make the colon in
30746         $(var:a=b) special.
30747         (makefile-rule-action-regex): New regexp for highlighting embedded
30748         Shell strings.
30749         (makefile-macroassign-regex): Handle != for highlighting as
30750         embedded Shell strings.
30751         (makefile-var-use-regex): New const.
30752         (makefile-statements, makefile-automake-statements)
30753         (makefile-gmake-statements, makefile-makepp-statements)
30754         (makefile-bsdmake-statements): New consts.
30755         (makefile-make-font-lock-keywords): New function.
30756         (makefile-automake-font-lock-keywords)
30757         (makefile-gmake-font-lock-keywords)
30758         (makefile-makepp-font-lock-keywords)
30759         (makefile-bsdmake-font-lock-keywords): New consts.
30760         (makefile-mode-map): Add switchers between the various submodes.
30761         (makefile-mode): Document the availability of the variants.
30762         (makefile-automake-mode, makefile-gmake-mode)
30763         (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
30765         * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
30766         new variants of makefile-mode.
30768 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
30770         * font-lock.el (font-lock-comment-delimiter-face): Fix up
30771         the inheritance.
30773 2005-05-12  Luc Teirlinck  <teirllm@auburn.edu>
30775         * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
30776         (inferior-lisp-load-hook): Convert defcustoms back to defvars.
30778         * files.el (normal-mode): Extend the scope of the
30779         `enable-local-variables' binding to include the `set-auto-mode' call.
30780         (magic-mode-alist): Doc fix.
30782 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
30784         * font-lock.el (font-lock-comment-delimiter-face): Inherit from
30785         font-lock-comment-face rather than copying its setting.
30787 2005-05-12  Andreas Schwab  <schwab@suse.de>
30789         * eshell/esh-mode.el (eshell-send-input): Doc fix.
30791 2005-05-12  Lute Kamstra  <lute@gnu.org>
30793         * emacs-lisp/generic.el (define-generic-mode): Don't generate a
30794         defcustom for the mode hook variable.  Delete the last argument.
30795         * generic-x.el: Fix callers of define-generic-mode.
30796         (generic-x-modes): Delete group.
30797         (show-tabs-tab-face, show-tabs-space-face): Put them in the
30798         generic-x customization group.
30800 2005-05-12  Kim F. Storm  <storm@cua.dk>
30802         * font-lock.el (font-lock-negation-char-face): Default to "off".
30804         * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
30805         font-lock-negation-char-face to ! in !=.
30807 2005-05-12  Masatake YAMATO  <jet@gyve.org>
30809         * add-log.el (find-change-log): Fix typos in the docstring
30810         of function.
30812 2005-05-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
30814         * international/latexenc.el (latexenc-find-file-coding-system):
30815         Avoid `re-search-forward' when looking for input encoding because
30816         of speed and safety.  Better regular expressions for recognizing
30817         input encoding.  Limit a search for TeX-master/tex-main-file to
30818         the local variable section.
30820 2005-05-11  Dan Nicolaescu  <dann@ics.uci.edu>
30822         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
30823         syntax of $ to "'" (quote).
30825 2005-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
30827         * dnd.el (dnd-protocol-alist): Improve custom type.
30829         * dired.el (dired-dnd-protocol-alist): New variable.
30830         (dired-mode): Use `dired-dnd-protocol-alist'.  Move call of
30831         `dired-mode-hook' to the end.
30833 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
30835         * font-lock.el (font-lock-fontify-syntactically-region): Don't use
30836         comment-end if comment-start-skip is not set.
30837         Obey the font-lock-comment-delimiter-face variables.
30839 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
30841         * files.el (executable-find): Move from executable.el.  Use
30842         locate-file.
30843         * progmodes/executable.el (executable-find): Move to files.el.
30845         * font-lock.el (font-lock-fontify-keywords-region): Use a marker
30846         when trying to ensure forward progress.
30848 2005-05-11  Chong Yidong  <cyd@stupidchicken.com>
30850         * mouse-sel.el (mouse-sel-follow-link-p): New function.
30851         (mouse-select, mouse-select-internal, mouse-extend-internal):
30852         Use it to implement mouse-1-click-follows-link functionality.
30854 2005-05-11  Richard M. Stallman  <rms@gnu.org>
30856         * font-lock.el (font-lock-fontify-syntactically-region):
30857         Use font-lock-comment-delimiter-face for comment delimiters.
30859 2005-05-10  Jay Belanger  <belanger@truman.edu>
30861         * calc/calc-help.el (calc-m-prefix-help): Add mention of
30862         preserving embedded modes.
30864 2005-05-10  Richard M. Stallman  <rms@gnu.org>
30866         * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
30868         * progmodes/ada-mode.el (ada-adjust-case-skeleton):
30869         Move from ada-stmt.el.
30870         (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
30872         * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
30873         Move to ada-mode.el.
30874         (ada-stmt-mode-hook): Delete; do the work in ada-mode.
30876         * cus-edit.el (custom-file): Call file-chase-links.
30878         * files.el (read-directory-name): Fix previous change.
30879         (hack-local-variables-confirm): New function.
30880         (hack-local-variables-prop-line, hack-local-variables)
30881         (hack-one-local-variable): Use it.
30883 2005-05-10  Lute Kamstra  <lute@gnu.org>
30885         * font-lock.el (font-lock-keywords-alist)
30886         (font-lock-removed-keywords-alist): Clarify docstrings.
30888 2005-05-10  Nick Roberts  <nickrob@snap.net.nz>
30890         * progmodes/gdb-ui.el (gdb-macro-info): New variable.
30891         (gdb-source-info): Check for preprocessor info.
30892         (gdb-tooltip-print-1): New function.  Don't print tooltip if it is
30893         a macro for a function.
30894         (gdb-info-breakpoints-custom): Try to find file again if not already
30895         found (user might have used GDB dir command).
30896         (gdb-get-location): Update gdb-location-alist correctly for change
30897         to gdb-info-breakpoints-custom.
30899         * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
30900         (gud-tooltip-print-command): Add gdbmi case.
30901         (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
30902         preprocessor info.
30904 2005-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
30906         * startup.el (fancy-splash-insert): Fix typo in doc string.
30908 2005-05-09  Juanma Barranquero  <lekktu@gmail.com>
30910         * obsolete/float.el (string-to-float):
30911         * obsolete/hilit19.el (hilit-add-pattern):
30912         * obsolete/rnews.el (news-parse-range, news-select-message)
30913         (news-get-pruned-list-of-files): Replace `string-to-int' by
30914         `string-to-number'.
30916         * obsolete/uncompress.el: Set `find-file-not-found-functions', not
30917         `find-file-not-found-hooks'; use `add-hook'.
30918         (uncompress-while-visiting): Set `write-file-functions', not
30919         `write-file-hooks'; use `add-hook'.
30921 2005-05-09  Kim F. Storm  <storm@cua.dk>
30923         * emulation/cua-base.el (cua-copy-region, cua-cut-region)
30924         (cua-paste): Handle clipboard action.
30925         (cua--init-keymaps): Remap clipboard-kill-region and
30926         clipboard-kill-ring-save.
30928 2005-05-08  Eli Zaretskii  <eliz@gnu.org>
30930         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
30931         Improve commentary.
30933         * simple.el (next-error-overlay-arrow-position): Revert the change
30934         made on 2005-04-30.
30936 2005-05-07  Jay Belanger  <belanger@truman.edu>
30938         * calc/calcsel2.el (calc-commute-left, calc-commute-right)
30939         (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
30940         `calc-sel-reselect'.
30942         * calc/calc-mode.el (calc-save-modes): Reset the modes list if
30943         Calc is in embedded mode.
30945 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
30947         * progmodes/compile.el (compilation-setup):
30948         Set overlay-arrow-string to an empty string on text terminals.
30950         * textmodes/ispell.el (ispell-program-name): Try looking for
30951         "aspell" along exec-path, and if found, use it as the default
30952         speller program.
30954 2005-05-07  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
30956         * international/mule.el (sgml-xml-auto-coding-function):
30957         Recognize encoding='FOO' in single quotes as well as in double quotes.
30959 2005-05-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
30961         * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
30962         as well as `interactive', so that defmacro* would recognize
30963         `declare' forms.
30965 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
30967         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
30968         Explain more about the LIGHTER arg's usage in the doc string.
30969         Add commentary to clarify what the code does.  Fix the regexp that
30970         strips whitespace from LIGHTER.  Quote LIGHTER before using it,
30971         since it could have characters special to regular expressions.
30973 2005-05-07  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
30975         * replace.el (occur-1): Bind inhibit-read-only so that
30976         erase-buffer doesn't barf on read-only text properties (likewise
30977         for add-text-properties in occur-engine).  Mark buffer as unmodified.
30978         (occur-engine): Don't set buffer-read-only here.
30980 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
30982         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
30983         list-buffers-directory.  This caused the *cvs-commit* buffer to be
30984         sometimes mistakenly reused as a *cvs* buffer.
30986 2005-05-07  Nick Roberts  <nickrob@snap.net.nz>
30988         * tooltip.el: Move code for GUD tooltips into gud.el.
30989         (require): CL no longer needed to compile case.
30990         (tooltip-mode): Do not toggle functions for GUD tooltips.
30991         (tooltip-gud-tips-p): Remove.  Replace with minor mode
30992         gud-tooltip-mode in gud.el.
30993         (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
30994         (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
30995         tooltip-gud prefix with gud-tooltip and obsolete.
30996         (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
30997         (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
30998         (tooltip-mouse-motion): Mouse movement functions/variable.
30999         Rename in gud.el by adding gud prefix.
31000         (tooltip-gud-original-filter, tooltip-gud-dereference)
31001         (tooltip-gud-event, tooltip-toggle-gud-tips)
31002         (tooltip-gud-process-output, tooltip-gud-print-command)
31003         (tooltip-gud-tips): GUD tooltip functions/variables.  Rename in
31004         gud.el by replacing tooltip-gud prefix with gud-tooltip.
31005         (gdb-tooltip-print): Move to gdb-ui.el.
31007         * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
31008         (require): CL needed to compile case.
31009         (gud-tooltip-mode): Use to toggle GUD tooltips instead of
31010         tooltip-gud-tips-p.  Make it a minor-mode.
31011         (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
31012         (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
31013         (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
31014         (gud-tooltip-change-major-mode)
31015         (gud-tooltip-activate-mouse-motions-if-enabled)
31016         (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
31017         (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
31018         (gud-tooltip-original-filter, gud-tooltip-dereference)
31019         (gud-tooltip-event, tooltip-toggle-gud-tips)
31020         (gud-tooltip-process-output, gud-tooltip-print-command)
31021         (gud-tooltip-tips): Move from tooltip.el.
31023         * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
31024         (gdb-cpp-define-alist-flags): Doc fix.
31025         (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
31026         gud-tooltip-mode is t.
31028 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
31030         * net/goto-addr.el (goto-address-fontify): Make sure the overlays
31031         evaporate if their text is deleted.
31032         (goto-address-at-point): Make it work as a mouse binding as well.
31033         (goto-address-at-mouse): Obsolete it.  Update users.
31035 2005-05-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
31037         * calendar/appt.el (top-level): No longer activate on load.
31039 2005-05-06  Juanma Barranquero  <lekktu@gmail.com>
31041         * calendar/cal-bahai.el (mark-bahai-diary-entries):
31042         * net/webjump.el (webjump):
31043         * progmodes/idlw-help.el (idlwave-do-context-help1)
31044         (idlwave-highlight-linked-completions):
31045         * textmodes/po.el (po-find-file-coding-system-guts):
31046         Replace `assoc-ignore-case' by `assoc-string'.
31048 2005-05-06  Eli Zaretskii  <eliz@gnu.org>
31050         * files.el (locate-file): Doc fix.
31052         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
31053         Remove the redundant test for ms-dos.
31055         * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
31056         look for the preprocessor with exec-suffixes.  If not found in
31057         standard places, look in exec-path.  Remove most of the tests that
31058         used system-type.
31060         * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
31062         * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
31064         * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
31065         file-name clash with jka-compr.el on 8+3 filesystems.
31067 2005-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
31069         * term/mac-win.el: Don't define or bind scroll bar functions if
31070         x-toolkit-scroll-bars is t.
31071         (x-select-text, x-get-selection-value): Clear
31072         x-last-selected-text-clipboard if x-select-enable-clipboard is
31073         nil.
31074         (PRIMARY): Put mac-scrap-name property.
31075         (mac-select-convert-to-file-url): New function.
31076         (public.file-url): New selection target type.  Add to
31077         selection-converter-alist.
31078         (x-get-selection, x-selection-value): Handle it.
31079         (x-cut-buffer-or-selection-value): New alias.
31081 2005-05-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
31083         * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
31084         entry to avoid calling bibtex-find-entry with arg global
31085         being t.  Remove arg key.
31086         (bibtex-summary-function, bibtex-complete-crossref-cleanup)
31087         (bibtex-copy-summary-as-kill): Change accordingly.
31089 2005-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
31091         * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
31092         (org-agenda-date-later): Use with-current-buffer.
31094 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
31096         * emacs-lisp/byte-run.el (define-obsolete-function-alias)
31097         (define-obsolete-variable-alias): Doc Fixes.
31099 2005-05-06  Kim F. Storm  <storm@cua.dk>
31101         * simple.el (line-move-1): Fix 2005-04-26 change.  Must still use
31102         vertical-motion when selective-display is active.
31104         * ido.el (ido-setup-hook): New hook.
31105         (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
31106         (ido-input-stack): New var.
31107         (ido-define-mode-map): Bind M-b to ido-push-dir.  Move old
31108         ido-next-work-file binding to M-O.
31109         Bind M-f to ido-wide-find-file-or-pop-dir.
31110         (ido-define-mode-map): Don't run ido-define-mode-map-hook.
31111         (ido-read-internal): Run ido-setup-hook.
31112         Catch quit in read-file-name and read-string to cancel edit.
31113         Handle new push, pop, and pop-all exit codes (for M-b/M-f).
31114         Automatically pop-all when completing a directory name (RET).
31115         (ido-file-internal): Add with-no-warnings around ffap and dired code.
31116         (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
31117         (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
31118         (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
31119         New functions for M-b/M-f to move among the directory components.
31120         (ido-make-merged-file-list): Catch quit to cancel merge.
31121         (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
31122         (ido-completion-help): No warnings for ido-completion-buffer-full.
31124 2005-05-05  Daniel Pfeiffer  <occitan@esperanto.org>
31126         * font-lock.el (font-lock-negation-char-face): New face and variable.
31127         * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
31128         * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
31129         * progmodes/cperl-mode.el (cperl-init-faces): Use it.
31130         * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
31132 2005-05-05  Juanma Barranquero  <lekktu@gmail.com>
31134         * emacs-lisp/byte-run.el (define-obsolete-function-alias):
31135         Fix typo in docstring.
31137         * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
31138         (ebrowse-print-statistics-line)
31139         (ebrowse-electric-position-mode-hook): Fix typo in docstring.
31141         * term/w32-win.el (image-library-alist): Add additional name for
31142         Xpm library.
31144 2005-05-05  Nick Roberts  <nickrob@snap.net.nz>
31146         * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
31147         use gcc instead of cpp.
31149         * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
31150         (gdb-create-define-alist): Use it.
31151         (gdb-cpp-define-alist-program): Update for MS-DOS.
31153 2005-05-04  Nick Roberts  <nickrob@snap.net.nz>
31155         * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
31157 2005-05-04  Richard M. Stallman  <rms@gnu.org>
31159         * help.el (describe-key): No error when UNTRANSLATED is nil.
31161         * simple.el (line-move-1): Fix previous change to signal errors
31162         appropriately.
31164 2005-05-03  Ulf Jasper  <ulf.jasper@web.de>
31166         * calendar/icalendar.el (icalendar-version): Now at 0.12.
31167         (icalendar-duration-correction): Remove.
31168         (icalendar--get-event-properties): Split result at commas.
31169         (icalendar--decode-isoduration): New optional argument
31170         DURATION-CORRECTION.
31171         (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
31172         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
31173         (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
31174         (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
31175         (icalendar--convert-anniversary-to-ical): New functions, extracted
31176         from icalendar-export-region, with bug fixes.
31177         (icalendar-export-region): Use the above functions.
31178         (icalendar-import-buffer): Check before saving diary file.
31179         (icalendar--convert-recurring-to-diary)
31180         (icalendar--convert-non-recurring-all-day-to-diary)
31181         (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
31182         extracted from icalendar--convert-ical-to-diary, with bug fixes.
31183         (icalendar--convert-ical-to-diary): Use the above functions.
31185 2005-05-03  Nick Roberts  <nickrob@snap.net.nz>
31187         * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
31188         Remove these recent additions.
31189         (c-mode): Restore to before 2005-04-28.
31191         * progmodes/cc-vars.el (cc-define-list-program): Remove this
31192         recent addition.
31194         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
31195         (gdb-define-alist): New variables.
31196         (gdb-create-define-alist): New function.
31197         (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
31198         (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
31199         with string-to-number.
31200         (gdb-reset): Kill gdb-define-alist.  Move assignments outside loop.
31202         * progmodes/gud.el: Replace string-to-int with string-to-number.
31203         (gud-find-file): Handle gdb-define-alist.
31205         * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
31207 2005-05-02  Jay Belanger  <belanger@truman.edu>
31209         * calc/calc-aent.el (math-read-token):
31210         * calc/calc-bin.el (calc-word-size):
31211         * calc/calc-ext.el (calc-read-number-fancy):
31212         * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
31213         (math-parse-date, math-parse-standard-date, calcFunc-tzone):
31214         * calc/calc-frac.el (calc-over-notation):
31215         * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
31216         (calc-graph-num-points, calc-graph-init):
31217         * calc/calc-prog.el (calc-read-parse-table-part)
31218         (calc-edit-macro-repeats):
31219         * calc/calc-yank.el (calc-do-grab-rectangle):
31220         * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
31221         Replace `string-to-int' by `string-to-number'.
31223 2005-05-02  Kim F. Storm  <storm@cua.dk>
31225         * kmacro.el: Use executing-kbd-macro-index variable.
31227 2005-05-02  Thien-Thi Nguyen  <ttn@gnu.org>
31229         * net/rlogin.el (rlogin-parse-words): Delete func.
31230         (rlogin): Use split-string, not rlogin-parse-words.
31231         Also, if there are option-like elements in the parsed args,
31232         take the host to be the first arg immediately following them.
31233         Suggested by Michael Mauger.
31235 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
31237         * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
31239 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
31241         * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
31242         (cc-mode-cpp-program): Rename to cc-define-list-program and
31243         move to cc-vars.el.
31245         * progmodes/cc-vars.el (cc-define-list-program):
31246         Change to "gcc -E -dM -".  Make customizable.
31248 2005-05-02  Kim F. Storm  <storm@cua.dk>
31250         * emulation/cua-base.el: Fix check for CUA-mode if no init file.
31252 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
31254         * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
31256         * international/mule-util.el (truncate-string): Remove alias and
31257         obsolete declaration.
31259         * international/mule-cmds.el (update-iso-coding-systems):
31260         Remove alias and obsolete declaration.
31262         * international/mule.el (coding-system-parent): Remove alias and
31263         obsolete declaration.
31265         * subr.el (define-function, sref): Remove aliases and obsolete
31266         declarations.
31267         (chars-in-region): Remove obsolete declaration.
31269 2005-05-01  Richard M. Stallman  <rms@gnu.org>
31271         * info.el (Info-mode): Set widen-automatically to nil, locally.
31273         * simple.el (widen-automatically): New variable.
31274         (pop-global-mark): Obey widen-automatically.
31276 2005-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
31278         * term/xterm.el (function-key-map): Call substitute-key-definition
31279         before the keymap size is increased by a lot of define-key calls.
31281 2005-05-01  Richard M. Stallman  <rms@gnu.org>
31283         * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
31284         Rename ARG to ELEMENT.  Doc fix.
31286 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
31288         * allout.el (allout-exposure): Remove macro and obsolete declaration.
31289         Remove references to allout-exposure/change to allout-new-exposure.
31291         * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
31292         bytecode symbols.
31294         * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
31295         (compiled-function-p, focus-frame, unfocus-frame):
31296         Remove aliases and obsolete declarations.
31297         Back out inadvertent changes from previous commit.
31299 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
31301         * files.el (require-final-newline): Make Custom tags consistent
31302         with mode-require-final-newline.
31303         (mode-require-final-newline): Doc fix.
31305 2005-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
31307         * international/latexenc.el (latexenc-find-file-coding-system):
31308         Fix regular expressions.
31310 2005-05-01  David Kastrup  <dak@gnu.org>
31312         * international/latexenc.el (latexenc-find-file-coding-system):
31313         Fix regular expressions.
31315 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
31317         * subr.el (string-to-int): Make obsolete.
31319 2005-04-30  Richard M. Stallman  <rms@gnu.org>
31321         * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
31323         * loadup.el: Load jka-comp-hook.
31325         * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
31326         (jka-compr-handler): Add autoload.  `put' calls moved
31327         to jka-comp-hook.el.
31328         (compression, jka-compr): defgroups moved to jka-comp-hook.el.
31329         (jka-compr-inhibit): Autoload.
31331         * jka-comp-hook.el: New file.
31332         Enable the mode by default.
31334         * files.el (backup-buffer-copy): Use copy-file instead
31335         of write-region, and put back the 'excl.
31337 2005-04-30  Chong Yidong  <cyd@stupidchicken.com>
31339         * progmodes/flymake.el (flymake-split-string)
31340         (flymake-split-string, flymake-log, flymake-pid-to-names)
31341         (flymake-reg-names, flymake-get-source-buffer-name)
31342         (flymake-unreg-names, flymake-add-line-err-info)
31343         (flymake-add-err-info): Clarify docstrings.
31344         (flymake-popup-menu, flymake-make-emacs-menu)
31345         (flymake-make-xemacs-menu): Add docstrings.
31346         (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
31347         Set variables directly throughout.
31349 2005-04-30  Nick Roberts  <nickrob@snap.net.nz>
31351         * progmodes/cc-mode.el (cc-create-define-alist): Check that file
31352         exists.  Initialize cc-define-alist.
31353         (c-mode): Add cc-create-define-alist locally to after-save-hook.
31354         If there is no file (Macroexpansion) don't create an alist.
31356 2005-04-29  Sam Steingold  <sds@gnu.org>
31358         * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
31359         (cc-create-define-alist): Use it instead of the hard-coded string.
31361 2005-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
31363         * international/mule-conf.el (file-coding-system-alist): Fix regexp
31364         for latexenc.
31366 2005-04-29  Lute Kamstra  <lute@gnu.org>
31368         * emacs-lisp/generic.el: Improve commentary section.
31369         (define-generic-mode): Improve docstring.
31371 2005-04-29  Carsten Dominik  <dominik@science.uva.nl>
31373         * textmodes/org.el (many places): Change to quiet the byte compiler.
31374         (org-prefix-format-compiled): New variable.
31375         (org-compile-prefix-format): New function.
31376         (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
31377         (org-agenda-prefix-format, org-timeline-prefix-format): New options.
31378         (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
31379         (org-get-entries-from-diary): Use `org-get-time-of-day' for
31380         consistency with entries from `org-mode' files.
31381         (org-get-time-of-day): Fix bug with partial matches early in a line.
31382         (org-non-link-chars): New constant.
31383         (org-link-regexp): Respect `org-non-link-chars'.
31384         (org-agenda-day-view): Remove command.
31385         (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
31386         (org-follow-bbdb-link, org-store-link): Search also company field.
31387         (org-highlight-overlay): New variable.
31388         (org-highlight, org-unhighlight): New functions.
31389         (org-agenda-mode): Add pre-command-hook to remove highlight.
31390         (org-evaluate-time-range): Behavior depends upon whether time stamp
31391         contains a time or not.
31392         (org-show-subtree, org-show-entry): New functions.
31393         (org-agenda-cleanup-fancy-diary): Remove empty lines.
31395 2005-04-28  Luc Teirlinck  <teirllm@auburn.edu>
31397         * comint.el (comint-output-filter-functions): Add autoload cookie.
31399 2005-04-28  Kim F. Storm  <storm@cua.dk>
31401         * ido.el (ido-everywhere): Fix last change.
31403 2005-04-28  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
31405         * international/latexenc.el: New file.
31406         * international/mule-conf.el (file-coding-system-alist): For .tex,
31407         .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
31409 2005-04-28  Lute Kamstra  <lute@gnu.org>
31411         * font-lock.el (font-lock-add-keywords)
31412         (font-lock-remove-keywords): Clarify docstring.
31413         (font-lock-keywords-alist, font-lock-removed-keywords-alist):
31414         Don't start docstrings with a `*'.
31415         (font-lock-update-removed-keyword-alist): Give it a docstring.
31417         * generic-x.el: Update commentary section.
31418         Only require font-lock when compiling.
31419         Define all modes conditionally.
31420         Place all generic modes in the generic-x-modes customization group.
31421         (generic-x-modes): New customization group.
31422         (generic-default-modes, generic-mswindows-modes)
31423         (generic-unix-modes, generic-other-modes): New constants.
31424         (generic-define-mswindows-modes, generic-define-unix-modes):
31425         Update docstrings.  Make them obsolete.
31426         (generic-extras-enable-list): New default value.  Update docstring.
31427         Improve :type.  Change :set function.
31428         (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
31429         Fix docstring.
31431         * emacs-lisp/generic.el (generic-mode-internal):
31432         Simplify font-lock-defaults.
31433         (define-generic-mode): Fix docstring.
31435 2005-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
31437         * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
31438         font-lock-face property to highlight matches.
31440 2005-04-28  Nick Roberts  <nickrob@snap.net.nz>
31442         * progmodes/cc-mode.el (cc-create-define-alist): New function.
31443         (cc-define-alist): New variable.
31444         (c-mode): Make it local and initialize it.
31446         * progmodes/gdb-ui.el (gdb-active-process): New variable.
31447         (gdb-exited): New function.
31448         (gdb-annotation-rules): Use it.
31449         (gdb-starting): Set gdb-active-process to t.
31450         (gdb-stopping): Amend doc string.
31451         (gdb-reset): Set gdb-active-process to nil.
31453         * tooltip.el (tooltip-gud-tips): Show the associated #define
31454         directives when a C program under GDB is not executing.
31456 2005-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
31458         * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
31459         font-lock-fontify-syntactic-keywords.
31461         * font-lock.el (font-lock-default-fontify-region): Don't force
31462         parse-sexp-lookup-properties to nil.
31464 2005-04-27  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
31466         * man.el (man-mode-syntax-table): Set up `:' to have
31467         word-constituent syntax.
31469 2005-04-27  Lute Kamstra  <lute@gnu.org>
31471         * novice.el (disable-command): Don't add spurious newlines to the
31472         init file.  Reported by Dan Jacobson <jidanni@jidanni.org>.
31474 2005-04-26  Jay Belanger  <belanger@truman.edu>
31476         * calc/calc-yank.el (calc-edit-finish): Make sure there is more
31477         than one window before deleting window.
31479 2005-04-26  Luc Teirlinck  <teirllm@auburn.edu>
31481         * shell.el (shell-prompt-pattern): Doc fix.
31482         (shell-mode): Set paragraph-separate buffer locally to "\\'".
31484         * comint.el (comint-prompt-regexp, comint-get-old-input)
31485         (comint-use-prompt-regexp)
31486         (comint-use-prompt-regexp-instead-of-fields)
31487         (comint-replace-by-expanded-history, comint-send-input)
31488         (comint-output-filter, comint-get-old-input-default)
31489         (comint-line-beginning-position, comint-bol, comint-show-output)
31490         (comint-backward-matching-input, comint-forward-matching-input)
31491         (comint-next-prompt, comint-previous-prompt):
31492         Rename `comint-use-prompt-regexp-instead-of-fields' to
31493         `comint-use-prompt-regexp'.  Keep old name as alias and declare
31494         obsolete.
31495         (comint-use-prompt-regexp): Shorten first line of doc string.
31497         * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
31498         Set paragraph-separate buffer locally to "\\'".
31500         * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
31501         Adapt to above name change.
31503         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
31504         (smbclient-prompt-regexp): Ditto.
31506         * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
31508 2005-04-27  Nick Roberts  <nickrob@snap.net.nz>
31510         * progmodes/gdb-ui.el (gdb-location-alist): Rename from
31511         gdb-location-list.
31512         Break lines that are over 80 characters wide.
31514 2005-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
31516         * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
31517         New fun and var, to preserve compatibility.
31519         * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
31521 2005-04-26  Dominique de Waleffe  <ddw@missioncriticalit.com>  (tiny change)
31523         * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
31524         name to file-newer-than-file-p.
31526 2005-04-26  Richard M. Stallman  <rms@gnu.org>
31528         * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
31530         * progmodes/python.el (python-mode):
31531         Use new name eldoc-documentation-function.
31533         * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
31535         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
31536         (eldoc-documentation-function):
31537         Rename from eldoc-print-current-symbol-info-function.  Calls changed.
31539 2005-04-26  Nick Roberts  <nickrob@snap.net.nz>
31541         * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
31543 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
31545         * term/xterm.el (function-key-map): Fix strings for
31546         {C,S,A,C-S}-f[1-4].  Use substitute-key-definition to bind
31547         {C,S,A,C-S}-{f1-f12}.
31549 2005-04-26  Kenichi Handa  <handa@m17n.org>
31551         * international/mule-cmds.el (select-safe-coding-system):
31552         Fix previous change.
31554 2005-04-26  Lute Kamstra  <lute@gnu.org>
31556         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
31558         * font-lock.el (font-lock-fontify-region-function): Fix docstring.
31559         (font-lock-comment-delimiter-face): Ditto.
31561         * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
31563 2005-04-25  Jay Belanger  <belanger@truman.edu>
31565         * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
31566         to t while inserting information; use help-mode.
31568 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
31570         * term.el (ansi-term-color-vector): Use the xterm colors.
31571         (term-raw-map): Don't add mappings for \eO and \e[.  Map deletechar.
31573 2005-04-25  Lute Kamstra  <lute@gnu.org>
31575         * font-core.el (font-lock-defaults): Fix docstring.
31577         * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
31579 2005-04-25  Kenichi Handa  <handa@m17n.org>
31581         * international/mule-cmds.el (select-safe-coding-system):
31582         Don't check consistency with coding: spec, etc if raw-text or
31583         no-conversion was found to be safe.
31585 2005-04-24  Richard M. Stallman  <rms@gnu.org>
31587         * mail/sendmail.el (mail-font-lock-keywords): Match any number of
31588         citation markers at start of each line.
31590         * mail/rmail.el (rmail-font-lock-keywords): Match any number of
31591         citation markers at start of each line.
31593         * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
31595         * files.el (mode-require-final-newline): Fix previous change.
31596         (require-final-newline): Fix type label.
31598 2005-04-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
31600         * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
31601         statement in buffer (broken by 2004-11-24 change).
31603 2005-04-24  Kim F. Storm  <storm@cua.dk>
31605         * ido.el (ido-everywhere): Save and restore old read-buffer-function
31606         and read-file-name-function values.  Don't overwrite existing
31607         non-nil values if ido-mode is enabled without ido-everywhere.
31609 2005-04-24  Luc Teirlinck  <teirllm@auburn.edu>
31611         * files.el (mode-require-final-newline): Minor doc fix.
31613 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
31615         * subr.el (syntax-after): Doc fix.
31616         (syntax-class): If argument is nil, return nil.  Mask off upper 16
31617         bits, not 8 bits.
31619         * files.el (mode-require-final-newline): Doc fix.
31620         (backup-buffer-copy): Fix last change.
31622 2005-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
31624         * term/mac-win.el: Require select.  Set selection-coding-system to
31625         mac-system-coding-system.  Call menu-bar-enable-clipboard.
31626         (x-last-selected-text-clipboard, x-last-selected-text-primary)
31627         (x-select-enable-clipboard): New variables.
31628         (x-select-text, x-get-selection, x-selection-value)
31629         (x-get-selection-value, mac-select-convert-to-string)
31630         (mac-services-open-file, mac-services-open-selection)
31631         (mac-services-insert-text): New functions.
31632         (CLIPBOARD, FIND): Put mac-scrap-name property.
31633         (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
31634         (public.tiff): Put mac-ostype property.
31635         (selection-converter-alist): Add entries for them.
31636         (mac-application-menu-map): New keymap.
31637         (interprogram-cut-function, interprogram-paste-function): Set to
31638         x-select-text and x-get-selection-value, respectively.
31639         (split-window-keep-point): Set to t.
31641 2005-04-23  Richard M. Stallman  <rms@gnu.org>
31643         * files.el (read-directory-name): Always pass non-nil
31644         DEFAULT-FILENAME arg to read-file-name.
31645         (backup-buffer-copy, basic-save-buffer-2): Take care against
31646         writing thru an unexpected existing symlink.
31647         (revert-buffer): In indirect buffer, revert the base buffer.
31648         (magic-mode-alist): Doc fix.
31649         (buffer-stale-function): Doc fix.
31650         (minibuffer-with-setup-hook): Avoid warning.
31651         (mode-require-final-newline): Doc and custom fix.
31653         * follow.el (follow-end-of-buffer): Use with-no-warnings.
31655         * font-lock.el (font-lock-comment-face): On terminals with few colors,
31656         use the default appearance.
31657         (font-lock-comment-delimiter-face): New face, new variable.
31659         * imenu.el (imenu--generic-function): The official position of a
31660         definition is the start of the line that BEG is in.
31662         * midnight.el (midnight-timer): Move defvar up.
31664         * mouse.el (mouse-drag-region-1): Delete some debugging code.
31666         * saveplace.el (save-place-to-alist): Use with-no-warnings.
31668         * startup.el (command-line): Use with-no-warnings.
31670         * window.el (window-size-fixed): New defvar.
31672         * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
31674         * mail/rmail.el (rmail-font-lock-keywords):
31675         Use font-lock-comment-delimiter-face.
31677         * mail/sendmail.el (mail-font-lock-keywords):
31678         Use font-lock-comment-delimiter-face.
31680         * progmodes/compile.el (next-error-highlight-timer): New defvar.
31682 2005-04-23  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
31684         * progmodes/compile.el (compilation-mode-font-lock-keywords):
31685         Specify t for LAXMATCH when matching directories.
31686         Save match data around compilation-compat-error-properties form.
31688 2005-04-23  David Kastrup  <dak@gnu.org>
31690         * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
31691         Mention that the autoloaded aliases should be kept for AUCTeX.
31693 2005-04-23  Andreas Schwab  <schwab@suse.de>
31695         * isearch.el (isearch-forward): Doc fix.
31697 2005-04-23  Eli Zaretskii  <eliz@gnu.org>
31699         * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
31700         (jit-lock-stealth-nice): Change default value to 0.5.
31702 2005-04-23  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
31704         * abbrev.el (write-abbrev-file): Write table entries in
31705         alphabetical order by table name.
31707 2005-04-22  Kim F. Storm  <storm@cua.dk>
31709         * ido.el (ido-read-internal): Fix `list' completion.
31711 2005-04-22  Kenichi Handa  <handa@m17n.org>
31713         * recentf.el (recentf-save-file-coding-system): New variable.
31714         (recentf-save-list): Encode the file by
31715         recentf-save-file-coding-system and add coding: tag.
31717 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
31719         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
31721 2005-04-21  Lute Kamstra  <lute@gnu.org>
31723         * loadhist.el (unload-feature): Don't remove a function from hooks
31724         if it is about to be restored to an autoload .  Remove functions
31725         that will become unbound from auto-mode-alist.  Simplify the code.
31727         * subr.el (assq-delete-all): New implementation that is linear,
31728         not quadratic.  Suggested by David Kastrup <dak@gnu.org>.
31729         (rassq-delete-all): New function.
31731         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
31732         Add size-indication-mode.
31734 2005-04-21  Kenichi Handa  <handa@m17n.org>
31736         * international/mule-cmds.el: Add autoload for widget-value in
31737         eval-when-compile.
31739 2005-04-21  Nick Roberts  <nickrob@snap.net.nz>
31741         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
31742         Add tooltip-mode.
31744         * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
31746 2005-04-20  Luc Teirlinck  <teirllm@auburn.edu>
31748         * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
31749         (inferior-lisp-filter-regexp, inferior-lisp-program)
31750         (inferior-lisp-load-command, inferior-lisp-prompt)
31751         (inferior-lisp-mode-hook, lisp-source-modes)
31752         (inferior-lisp-load-hook): defvar->defcustom.
31753         (inferior-lisp-program, inferior-lisp-prompt)
31754         (inferior-lisp-load-hook): Doc fixes.
31755         (inferior-lisp-install-letter-bindings): Small change in
31756         introductory comment.
31758 2005-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
31760         * vc.el (vc-annotate-color-map): Change some colors so that text
31761         using them as foreground is readable on both white and black
31762         backgrounds.
31764 2005-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
31766         * international/mule-conf.el (translation-table-for-input):
31767         Remove redundant declaration.
31769 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
31771         * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
31773         * tooltip.el (tooltip-gud-tips-p): Expand documentation.
31774         (tooltip-toggle-gud-tips): New function.
31776 2005-04-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
31778         * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
31779         right angle brackets.
31781 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
31783         * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
31785 2005-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
31787         * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
31788         Remove.  Update callers to use expand-file-name instead.
31790         * subr.el (syntax-class): New function.
31792         * simple.el (blink-matching-open): Use it.
31794         * paren.el (show-paren-function): Use it to recognize parens that are
31795         also used in 2-char comment markers.
31797 2005-04-19  Lute Kamstra  <lute@gnu.org>
31799         * loadhist.el (unload-feature): Update for new format of
31800         load-history.  Simplify the code.
31802 2005-04-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
31804         * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
31805         (mac-add-charset-info): New function.  Initialize variable
31806         mac-charset-info-alist using it.
31807         (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
31808         for translation.
31809         (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
31810         (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
31811         (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
31812         New CCL programs.
31814 2005-04-19  Kim F. Storm  <storm@cua.dk>
31816         * simple.el (next-buffer, prev-buffer, next-error)
31817         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
31818         (clone-indirect-buffer-other-window): Move bindings to bindings.el.
31820         * bindings.el (next-buffer, prev-buffer, next-error)
31821         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
31822         (clone-indirect-buffer-other-window): Move bindings from simple.el.
31823         (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
31824         (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
31826 2005-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
31828         * isearch.el (isearch-edit-string): Make the search-ring available for
31829         minibuffer history commands.
31830         (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
31831         the default history commands now work just as well.
31832         (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
31834 2005-04-18  Kim F. Storm  <storm@cua.dk>
31836         * emulation/cua-base.el (cua--pre-command-handler): Add more
31837         elaborate check for shift modifier on non-window systems.
31839 2005-04-18  Lars Hansen  <larsh@math.ku.dk>
31841         * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
31843 2005-04-18  Kim F. Storm  <storm@cua.dk>
31845         * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
31846         and make it optional.  Don't test tooltip-gud-echo-area here.
31847         (tooltip-gud-process-output, gdb-tooltip-print):
31848         Pass tooltip-gud-echo-area to tooltip-show.
31849         (tooltip-help-tips): Remove second optional arg to tooltip-show.
31851 2005-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
31853         * tooltip.el (tooltip-mode): `emacs-quick-startup' and
31854         `display-graphic-p' may not be bound yet.
31856 2005-04-17  Luc Teirlinck  <teirllm@auburn.edu>
31858         * startup.el (command-line): No longer enable Xterm Mouse mode by
31859         default in terminals compatible with xterm.
31861         * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
31863 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
31865         * tooltip.el (tooltip-gud-echo-area): Rename from
31866         tooltip-use-echo-area.
31867         (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
31868         (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
31869         area independently of where help tooltips are displayed.
31871 2005-04-17  David Kastrup  <dak@gnu.org>
31873         * cus-theme.el (custom-theme-write-variables): Quote variables
31874         where necessary.
31876 2005-04-17  Richard M. Stallman  <rms@gnu.org>
31878         * simple.el (yank-excluded-properties): Add follow-link to value.
31880         * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
31882         * startup.el (fancy-splash-max-time): Just 30 seconds.
31883         (fancy-splash-delay): Just 7.
31884         (fancy-splash-screens): No time limit other than fancy-splash-max-time.
31886         * loadhist.el (unload-feature): Update for new format of load-history.
31887         Simplify the code.
31889         * mail/rmail.el (rmail-ignored-headers): Ignore more headers
31890         (rmail-font-lock-keywords): Don't fontify the text of a citation.
31892         * mail/sendmail.el (mail-font-lock-keywords):
31893         Don't fontify subject text.
31894         Don't fontify the text of a citation.
31896 2005-04-17  Mark H. Weaver  <mhw@netris.org>  (tiny change)
31898         * comint.el (comint-output-filter): Run comint-output-filter-functions
31899         with point where the user had it.
31901 2005-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
31903         * international/ucs-tables.el (ucs-set-table-for-input):
31904         Disable when using unify-on-decoding.
31906 2005-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
31908         * emulation/cua-base.el (cua-global-mark-face): Add special case
31909         for displays supporting a high number of colors.
31911 2005-04-16  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
31913         * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
31915 2005-04-16  Chong Yidong  <cyd@stupidchicken.com>
31917         * filesets.el (filesets-add-buffer): If user supplies a name of a
31918         non-existing fileset, create a new fileset.
31920 2005-04-16  Carsten Dominik  <dominik@science.uva.nl>
31922         * textmodes/org.el (org-up-heading-all): Fix bug with
31923         `outline-up-heading-all'.
31925 2005-04-16  Andreas Schwab  <schwab@suse.de>
31927         * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
31928         /etc/permissions.d/* and /etc/aliases.d/*.
31930 2005-04-16  Kenichi Handa  <handa@m17n.org>
31932         * international/code-pages.el (cp-make-coding-system):
31933         Set `translation-table-for-input' property value to the symbol
31934         ucs-mule-to-mule-unicode, not to that value.
31935         (pt154): Escape guillemet by `\'.
31937 2005-04-15  Luc Teirlinck  <teirllm@auburn.edu>
31939         * loadup.el: Load tooltip if x-show-tip is fboundp.
31941         * startup.el (command-line): Add comment.
31943         * tooltip.el (tooltip-mode): Specify correct standard value for
31944         Custom in init-value.
31946 2005-04-15  Nick Roberts  <nickrob@snap.net.nz>
31948         * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
31949         possible.
31951 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
31953         * textmodes/org.el (org-agenda-date-prompt): Rename from
31954         `org-agenda-date-today'.
31955         (org-evaluate-time-range): Insert at point instead of directly
31956         after time range.
31957         (org-first-headline-recenter, org-subtree-end-visible-p)
31958         (org-optimize-window-after-visibility-change): New functions
31959         (org-agenda-post-command-hook): Don't allow point at end of line,
31960         to make sure it always hits the text properties.
31961         (org-agenda-next-date-line, org-agenda-previous-date-line):
31962         New commands.
31963         (org-set-regexps-and-options): Category may contain white space.
31964         (org-agenda-get-deadlines, org-agenda-get-scheduled):
31965         Improve marker positions.
31966         (org-agenda-new-marker): Argument POS made optional.
31967         (org-agenda-get-timestamps): Deadlines which are done are listed
31968         in org-done-face now.
31969         (org-agenda-get-todos, org-agenda-get-timestamps)
31970         (org-agenda-get-deadlines, org-agenda-get-scheduled):
31971         Set `undone-face' and `done-face' properties.
31972         (org-last-todo-state-is-todo): New variable.
31973         (org-todo): Set `org-last-todo-state-is-todo'.
31974         (org-agenda-todo): Change face according to
31975         `org-last-todo-state-is-todo'.  And change other lines referring to
31976         the same entry.
31977         (org-calendar-goto-agenda): New command.
31978         (org-calendar-to-agenda-key): New option.
31979         (org-startup-folded): New allowed value `content'.
31980         (org-set-regexps-and-options): Accept new value `content' for
31981         `org-startup-folded'.
31982         (org-get-current-options): Handle new value `content' for
31983         `org-startup-folded'.
31984         (org-insert-todo-heading): New command.
31985         (org-mode): Insert first line "*-* mode: org-mode -*-" when called
31986         interactively in empty file and option
31987         `org-insert-mode-line-in-empty-file' has been set.
31988         (org-agenda-todo, org-agenda-priority): Modify to use
31989         `org-agenda-change-all-lines'.
31990         (org-warning-face): Change color on dark background.
31992 2005-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
31994         * international/mule-cmds.el (set-locale-environment): On Mac OS,
31995         use preferences AppleLocale and AppleLanguages, and variable
31996         mac-system-locale for default locale.  On Mac OS Classic, use
31997         mac-system-coding-system for default coding systems.
31999         * term/mac-win.el: Don't set file-name-coding-system.
32000         Decode variables system-name, emacs-build-system, user-login-name, and
32001         user-full-name by mac-system-coding-system on Mac OS Classic.
32002         (mac-system-coding-system): New variable.
32004 2005-04-13  Luc Teirlinck  <teirllm@auburn.edu>
32006         * startup.el (command-line): Handle `xterm-mouse-mode' before
32007         reading init file.
32009         * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
32011 2005-04-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
32013         * progmodes/sh-script.el (sh-here-document-word): Make it a
32014         defcustom.  Doc fix.
32015         (sh-add): Bash uses $(( )) for arithmetic.
32016         (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
32017         (sh-maybe-here-document): Remove quotes and leading whitespace
32018         from heredoc word when closing.  Indent heredoc with tabs if word
32019         starts with "-".
32021 2005-04-13  Richard M. Stallman  <rms@gnu.org>
32023         * simple.el (undo): Fix previous change.
32025         * custom.el (defface): Doc fix.
32027 2005-04-13  Lute Kamstra  <lute@gnu.org>
32029         * Makefile.in (DONTCOMPILE): Remove list.
32030         (compile, compile-always): Don't use DONTCOMPILE.
32031         (update-authors): Load the library in which batch-update-authors
32032         is defined.
32033         * makefile.w32-in (DONTCOMPILE): Remove list.
32034         (compile, compile-always): Fix comments.
32035         (update-authors): Load the library in which batch-update-authors
32036         is defined.
32038         * generic-x.el (generic-mode-ini-file-find-file-hook):
32039         Rename to ini-generic-mode-find-file-hook.
32040         Keep generic-mode-ini-file-find-file-hook as an alias.
32041         (ini-generic-mode-find-file-hook): Rename from
32042         generic-mode-ini-file-find-file-hook.  Fix docstring.
32043         (ini-generic-mode): Docstring change.
32044         (bat-generic-mode-run-as-comint): Silence the byte compiler.
32046         * help.el (describe-key-briefly): UNTRANSLATED can be nil when
32047         called from lisp.
32049         * generic.el: Move to the emacs-lisp subdir.
32051 2005-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
32053         * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
32054         and C-S- function and cursor motion keys.
32056 2005-04-12  Luc Teirlinck  <teirllm@auburn.edu>
32058         * startup.el (command-line): Enable Xterm Mouse mode by default.
32059         * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
32060         for Custom.  No longer show "Mouse" in mode line when enabled.
32061         Doc fix.
32063 2005-04-12  Kim F. Storm  <storm@cua.dk>
32065         * emulation/cua-base.el (cua-rectangle-face)
32066         (cua-rectangle-noselect-face): Define face attributes here.
32068         * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
32070 2005-04-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
32072         * startup.el (command-line): Turn off blinking cursor if
32073         cursorBlink in resources is off or false.
32075 2005-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
32077         * term/mac-win.el (dnd): Require dnd.
32078         (mac-drag-n-drop): Call dnd-handle-one-url.
32079         (kTextEncodingMacRoman, kTextEncodingISOLatin1)
32080         (kTextEncodingISOLatin2): Remove constants.
32081         (mac-script-code-coding-systems): New constant.
32082         (mac-handle-language-change): New function.
32083         (special-event-map): Bind it to `language-change' event.
32084         (mac-centraleurroman, mac-cyrillic): New coding systems.
32085         (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
32086         (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
32087         and mac-cyrillic-encoder to encode-mac-centraleurroman and
32088         encode-mac-cyrillic, respectively.
32090 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
32092         * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
32093         Don't set overlay-arrow-string to "=>" as this is done
32094         globally in C now.
32096 2005-04-12  Lute Kamstra  <lute@gnu.org>
32098         * generic-x.el (rc-generic-mode, rul-generic-mode):
32099         Fix auto-mode-alist entries.
32100         (etc-fstab-generic-mode): Tweak fontification.
32102         * generic.el (generic-make-keywords-list): Fix docstring.
32103         (generic-mode-internal): Simplify generic-font-lock-keywords.
32105 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
32107         * whitespace.el (whitespace-buffer-leading)
32108         (whitespace-buffer-trailing): Revert the incorrect test inversion.
32109         However, fix the highlight area for the leading and
32110         trailing whitespaces to show space.
32112 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
32114         * whitespace.el (whitespace-version): Bump to 3.5.
32116         (whitespace-buffer-leading, whitespace-buffer-trailing):
32117         Invert sense of the test to highlight the whitespace.
32119 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
32121         * progmodes/gud.el (gud-display-line): GUD uses its own
32122         overlay arrow now so don't set overlay-arrow-string.
32123         (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
32125 2005-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
32127         * term.el (term-ansi-current-bold, term-ansi-current-underline)
32128         (term-ansi-current-reverse, term-ansi-current-invisible)
32129         (term-ansi-face-already-done): Change to boolean.
32130         (term-reset-terminal, term-handle-colors-array): Handle the above
32131         vars accordingly.
32132         (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
32133         (term-emulate-terminal): Use the new name.
32135         * faces.el (secondary-selection): Use yellow1, not yellow.
32136         (trailing-whitespace): Use red1, not red.
32138 2005-04-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
32140         * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
32141         (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
32142         (dired-dnd-handle-file): Call dnd-get-local-file-uri.
32144         * cus-edit.el (dnd): New group.
32146         * term/w32-win.el (dnd): Require dnd
32147         (w32-drag-n-drop): Call dnd-handle-one-url.
32149         * x-dnd.el: Require dnd.
32150         (x-dnd-handle-uri-list, x-dnd-handle-file-name):
32151         Call dnd-handle-one-url.
32152         (x-dnd-types-alist, x-dnd-insert-utf8-text)
32153         (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
32154         to dnd-insert-text.
32155         (x-dnd-protocol-alist, x-dnd-open-file-other-window)
32156         (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
32157         (x-dnd-get-local-file-name, x-dnd-open-local-file)
32158         (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
32160         * dnd.el (dnd-protocol-alist): New file with generic DND functions.
32162 2005-04-11  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
32164         * wdired.el: Doc fixes.
32165         (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
32166         (wdired-use-dired-vertical-movement): Rename from
32167         wdired-always-move-to-filename-beginning.
32168         (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
32169         (wdired-change-to-wdired-mode): Change mode name.
32170         (wdired-newline): Delete.
32172 2005-04-11  Richard M. Stallman  <rms@gnu.org>
32174         * whitespace.el (whitespace-highlight-the-space):
32175         Don't call whitespace-unhighlight-the-space here.
32177         * simple.el (undo): Record t in undo-equiv-table
32178         for the redo record made by an undo-in-region.
32180 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
32182         * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
32183         (gdb-frame-inferior-io-buffer): New Functions to control
32184         display of separate IO buffer.
32185         (menu): Add them to menu-bar.
32186         (gdb-display-buffer): Check for buffer another frame.
32187         Protect GUD buffer.
32188         (gdb-setup-windows): Create IO buffer if not already there.
32189         (gdb-memory-mode): Remove purecopy noops.
32191 2005-04-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
32193         * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
32194         and pass to self-insert-command.
32196 2005-04-11  Lute Kamstra  <lute@gnu.org>
32198         * generic.el: Commentary section cleanup.
32199         (generic): Delete.
32200         (generic-use-find-file-hook, generic-lines-to-scan)
32201         (generic-find-file-regexp, generic-ignore-files-regexp)
32202         (default-generic-mode, generic-mode-find-file-hook)
32203         (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
32204         * generic-x.el (generic-x): Docstring fix.  Put it in the data group.
32205         (generic-use-find-file-hook, generic-lines-to-scan)
32206         (generic-find-file-regexp, generic-ignore-files-regexp)
32207         (default-generic-mode, generic-mode-find-file-hook)
32208         (generic-mode-ini-file-find-file-hook): Move from generic.el.
32210 2005-04-10  Karl Fogel  <kfogel@red-bean.com>
32212         * bookmark.el (bookmark-write-file): Catch errors writing file.
32213         This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
32215 2005-04-10  Richard M. Stallman  <rms@gnu.org>
32217         * startup.el (fancy-splash-tail): Update copyright year.
32218         (command-line): Split part of -Q into -D.
32219         (emacs-basic-display): New defvar.
32220         (fancy-splash-text): Correct name of menu item.
32222         * saveplace.el (save-place-alist-to-file): Catch errors writing file.
32224         * info.el (Info-fontify-node): Handle fontification of multiple * Menu
32225         lines in one node.
32227         * comint.el (comint-send-input): New arg ARTIFICIAL.
32228         Callers in this file changed.
32230         * abbrev.el (define-abbrevs): Read system abbrevs properly.
32232         * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
32234 2005-04-10  Chong Yidong  <cyd@stupidchicken.com>
32236         * url/url-ldap.el (url-ldap): Add docstring.  Fix call to
32237         `ldap-search-internal'.
32239 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
32241         * files.el (set-auto-mode-1): Use line-end-position.
32243         * international/latin-1.el:
32244         * international/latin-2.el:
32245         * international/latin-3.el:
32246         * international/latin-4.el:
32247         * international/latin-5.el:
32248         * international/latin-8.el:
32249         * international/latin-9.el: Give punctuation syntax to NBSP.
32251         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
32252         (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
32253         Use char-classes to accept non-ascii letters, accepted in some recent
32254         bibtex implementations.
32256 2005-04-10  Luc Teirlinck  <teirllm@auburn.edu>
32258         * custom.el (custom-set-minor-mode): Any non-nil value for the
32259         variable should enable the mode when set through Custom.
32261 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
32263         * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
32264         TAB binding so tab-always-indent is obeyed.
32265         (vhdl-minibuffer-local-map): Move initialization into declaration.
32266         (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
32267         (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
32268         (vhdl-hooked-abbrev): Avoid test for XEmacs.
32269         (vhdl-current-line): Use line-beginning-position.
32270         (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
32271         with-output-to-temp-buffer, so the current position can be recorded.
32273 2005-04-10  Masatake YAMATO  <jet@gyve.org>
32275         * progmodes/compile.el (compilation-error-regexp-alist-alist):
32276         Add regexp for gcov.
32278 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
32280         * calendar/time-date.el (time-to-seconds, seconds-to-time)
32281         (days-to-time, time-subtract, time-add): Don't use the #xhhhh
32282         syntax which Emacs 20 doesn't support.
32284 2005-04-09  Richard M. Stallman  <rms@gnu.org>
32286         * help.el (describe-key-briefly, describe-key):
32287         Replace strings as event types with "(any string)".
32289 2005-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
32291         * arc-mode.el (archive-mode-map): Move initialization into
32292         the declaration.  Override *all* bindings of `undo'.
32293         (archive-lemacs): Remove, use (featurep 'xemacs) instead.
32295 2005-04-09  Jay Belanger  <belanger@truman.edu>
32297         * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
32299 2005-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
32301         * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
32302         (xterm-register-default-colors): Update color values computation
32303         to match xterm-200.
32305 2005-04-09  Kenichi Handa  <handa@m17n.org>
32307         * international/code-pages.el (iso-latin-7): Fix the map.
32309 2005-04-08  Luc Teirlinck  <teirllm@auburn.edu>
32311         * emacs-lisp/lisp.el (defun-prompt-regexp)
32312         (parens-require-spaces, buffer-end, end-of-defun)
32313         (insert-parentheses): Doc fixes.
32315 2005-04-08  Kim F. Storm  <storm@cua.dk>
32317         * comint.el (comint-highlight-prompt): Fix face spec.
32318         * hi-lock.el (hi-green): Likewise.
32320 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
32322         * cus-edit.el (custom-modified-face):
32323         * comint.el (comint-highlight-input): Fix previous changes.
32324         * term.el (term-handle-ansi-escape): Add a comment.
32326 2005-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
32328         * whitespace.el (whitespace-highlight-the-space): Put the same overlay
32329         in the buffer and in whitespace-highlighted-space.
32330         (whitespace-unhighlight-the-space): Simplify.
32331         (whitespace-buffer): Simplify.
32333 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
32335         * textmodes/table.el (table-cell-face): Add special case for
32336         displays supporting a high number of colors.
32337         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
32338         (vhdl-font-lock-reserved-words-face)
32339         (vhdl-speedbar-architecture-face)
32340         (vhdl-speedbar-instantiation-face)
32341         (vhdl-speedbar-architecture-selected-face)
32342         (vhdl-speedbar-instantiation-selected-face): Likewise.
32343         * progmodes/sh-script.el (sh-heredoc-face): Likewise.
32344         * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
32345         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
32346         (ebrowse-root-class-face, ebrowse-member-attribute-face)
32347         (ebrowse-progress-face): Likewise.
32348         * progmodes/compile.el (compilation-info-face): Likewise.
32349         * progmodes/cc-fonts.el (c-invalid-face): Likewise.
32350         * emacs-lisp/re-builder.el (reb-match-3): Likewise.
32351         * calendar/calendar.el (diary-face): Likewise.
32352         * woman.el (woman-italic-face, woman-bold-face)
32353         (woman-unknown-face): Likewise.
32354         * wid-edit.el (widget-button-pressed-face): Likewise.
32355         * whitespace.el (whitespace-highlight-face): Likewise.
32356         * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
32357         * pcvs-info.el (cvs-marked-face): Likewise.
32358         * info.el (info-xref): Likewise.
32359         * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
32360         * hilit-chg.el (highlight-changes-face)
32361         (highlight-changes-delete-face): Likewise.
32362         * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
32363         (hi-red-b): Likewise.
32364         * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
32365         * font-lock.el (font-lock-keyword-face)
32366         (font-lock-function-name-face, font-lock-warning-face): Likewise.
32367         * cus-edit.el (custom-invalid-face, custom-modified-face)
32368         (custom-set-face, custom-changed-face, custom-variable-tag-face)
32369         (custom-group-tag-face-1, custom-group-tag-face): Likewise.
32370         * comint.el (comint-highlight-prompt): Likewise.
32372 2005-04-08  Lute Kamstra  <lute@gnu.org>
32374         * font-lock.el (font-lock-keywords): Docstring fixes.
32376 2005-04-08  Kenichi Handa  <handa@m17n.org>
32378         * ps-mule.el (ps-mule-show-warning): If the number of unprintable
32379         chars are more than a limit, print " and more..." at the tail.
32381 2005-04-08  Kim F. Storm  <storm@cua.dk>
32383         * emacs-lisp/authors.el (authors-aliases): Update list.
32384         (authors-ignored-files): New list.
32385         (authors-fixed-entries): Fix typo.
32386         (authors-renamed-files-alist): Update list.
32387         (authors-add): Check authors-ignored-files.
32389 2005-04-08  Carsten Dominik  <dominik@science.uva.nl>
32391         * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
32392         optional, to ensure backward compatibility.
32394 2005-04-08  Stephen Eglen  <stephen@gnu.org>
32396         * textmodes/flyspell.el (flyspell-large-region): Doc fix.
32398 2005-04-08  Kim F. Storm  <storm@cua.dk>
32400         * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
32402         * mouse.el (mouse-on-link-p): Doc fix.
32404 2005-04-07  Luc Teirlinck  <teirllm@auburn.edu>
32406         * ielm.el (ielm-prompt-read-only): Doc fix.
32408         * comint.el (comint-prompt-read-only): Doc fix.
32410 2005-04-07  Benjamin Rutt  <brutt@bloomington.in.us>
32412         * ffap.el (ffap-pass-wildcards-to-dired): New user option to
32413         ensure dired always handles wildcards passed to ffap.
32414         (find-file-at-point): Use it.
32415         (ffap-dired-wildcards): Doc fix.
32417 2005-04-07  Juri Linkov  <juri@jurta.org>
32419         * simple.el (next-error-overlay-arrow-position): New defvar.
32420         Put "=>" on its property `overlay-arrow-string'.  Add it to
32421         `overlay-arrow-variable-list'.
32423         * progmodes/compile.el (compilation-setup):
32424         Set `next-error-overlay-arrow-position' to nil.  Also set it to
32425         nil in the local hook `kill-buffer-hook'.  Make local variable
32426         `overlay-arrow-string' and set it to "=>".
32427         (compilation-goto-locus): Set BOL position to
32428         `next-error-overlay-arrow-position' instead of
32429         `overlay-arrow-position'.
32431         * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
32432         locally instead of adding it to the global hook.
32433         (Info-kill-buffer): Move up.
32435 2005-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
32437         * term/xterm.el (xterm-standard-colors): Update color values from
32438         xterm-200.
32440 2005-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
32442         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
32444         * fast-lock.el:
32445         * lazy-lock.el: Move them to the obsolete subdir.
32447 2005-04-06  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
32449         * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
32450         (wdired-add-replace-advice): Remove.
32451         (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
32453 2005-04-06  Kim F. Storm  <storm@cua.dk>
32455         * startup.el (command-line): Add --bare-bones alias for -Q.
32457 2005-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
32459         * term/mac-win.el: Use create-fontset-from-mac-roman-font to
32460         create the startup fontset if a font specification ends with
32461         `mac-roman'.
32463 2005-04-06  Lute Kamstra  <lute@gnu.org>
32465         * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
32466         change.
32468         * emacs-lisp/copyright.el (copyright-update-year): Replace the
32469         right subexpression.  Suggested by Jay Bingham <jay.bingham@hp.com>.
32471 2005-04-05  Lute Kamstra  <lute@gnu.org>
32473         * generic.el (generic-mode-internal): Fix 2005-03-31 change.
32474         (define-generic-mode): Ditto.  Fix debug declaration.
32476         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
32477         Put them in the generic-x group.
32479         * calendar/timeclock.el (timeclock): Doc fix.
32481         * generic.el (define-generic-mode): Don't use custom-current-group.
32482         Document default :group value.
32483         * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
32484         (define-global-minor-mode): Don't use custom-current-group.
32486 2005-04-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
32488         * startup.el (command-line-1): Display startup-echo-area-message
32489         when fancy splash screen is in use.
32491         * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
32492         (sh-escaped-newline): New face.
32493         (sh-font-lock-keywords) <shell>: Improve regexp for escaped
32494         newline, and use sh-escaped-newline face.
32496         * progmodes/tcl.el (tcl-escaped-newline): New face.
32497         (tcl-builtin-list): New variable.
32498         (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
32499         newlines.  Fix keywords subexpression number.
32501 2005-04-05  Carsten Dominik  <dominik@science.uva.nl>
32503         * textmodes/org.el (org-diary-default-entry): Fix call to
32504         `add-to-diary-entry'.
32506 2005-04-05  Kim F. Storm  <storm@cua.dk>
32508         * ediff-init.el: Use (featurep 'xemacs).
32510 2005-04-05  David Ponce  <david@dponce.com>
32512         * cus-edit.el (face): Derive from symbol widget.  Display sample
32513         of the current face on the fly.
32514         (widget-face-sample-face-get, widget-face-notify): New functions.
32515         (widget-face-value-create): Remove.
32517         * wid-edit.el (widget-field-end): Temporarily remove field
32518         narrowing before to call `get-char-property'.
32520 2005-04-04  Jay Belanger  <belanger@truman.edu>
32522         * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
32523         (math-read-subscripts): New variable.
32524         (math-read-preprocess-string): Process subscripts.
32526 2005-04-04  Luc Teirlinck  <teirllm@auburn.edu>
32528         * comint.el (comint-prompt-read-only): Doc fix.
32530         * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
32531         `-1'.  Doc fix.
32533 2005-04-04  Carsten Dominik  <dominik@science.uva.nl>
32535         * textmodes/org.el (org-insert-mode-line-in-empty-file):
32536         Change default value to nil.
32538 2005-04-04  Lute Kamstra  <lute@gnu.org>
32540         * autorevert.el (auto-revert-mode): Specify :group.
32541         * battery.el (display-battery-mode): Specify :group.
32542         * diff-mode.el (diff-minor-mode): Specify :group.
32543         * font-core.el (font-lock-mode): Specify :group.
32544         * hl-line.el (hl-line-mode): Specify :group.
32545         * iimage.el (iimage): New customization group.
32546         (iimage-mode): Specify :group.
32547         * longlines.el (longlines-mode): Specify :group.
32548         * master.el: Don't require easy-mmode.
32549         (master): New customization group.
32550         (master-mode): Specify :group.
32551         * msb.el (msb-mode): Specify :group.
32552         * reveal.el (reveal-mode): Specify :group.
32553         * simple.el (next-error-follow-minor-mode): Specify :group.
32554         * smerge-mode.el (smerge-mode): Specify :group.
32555         * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
32556         * emulation/cua-base.el (cua-mode): Specify :group.
32557         * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
32558         * language/thai-util.el (thai-auto-composition-mode)
32559         (thai-word-mode): Specify :group.
32560         * mail/supercite.el (sc-minor-mode): Specify :group.
32561         * progmodes/cwarn.el (cwarn-mode): Specify :group.
32562         * progmodes/flymake.el (flymake-mode): Specify :group.
32563         * progmodes/glasses.el (glasses-mode): Specify :group.
32564         * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
32565         * textmodes/enriched.el (enriched-mode): Specify :group.
32566         * textmodes/refill.el (refill-mode): Specify :group.
32568         * add-log.el (change-log-font-lock-keywords): Names in
32569         parenthesized lists can contain spaces.
32571 2005-04-04  Thien-Thi Nguyen  <ttn@gnu.org>
32573         * startup.el (fancy-splash-text): Shorten default text of
32574         "Emacs Tutorial" line.  Also, if the current language env
32575         indicates an available tutorial file other than TUTORIAL,
32576         extract its title and append it to the line in parentheses.
32577         (fancy-splash-insert): If arg is a thunk, funcall it.
32579 2005-04-04  Jay Belanger  <belanger@truman.edu>
32581         * calc.el (calc-language-alist): Add tags to customization type.
32583 2005-04-03  Luc Teirlinck  <teirllm@auburn.edu>
32585         * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
32586         Doc fix.
32588 2005-04-03  Marcelo Toledo  <marcelo@gnu.org>
32590         * add-log.el (change-log-font-lock-keywords): The manual
32591         describing a Change Log entry, says: (...) "Aside from these
32592         header lines, every line in the change log starts with a space or
32593         a tab.".  The font-lock was not highlighting lines started with
32594         spaces, added support for it.
32596 2005-04-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
32598         * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
32599         (bibtex-generate-url-list): Update docstring accordingly.  Put the
32600         complex example in the docstring.
32601         (bibtex-font-lock-url): Use pop.
32603 2005-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
32605         * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
32607         * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
32609 2005-04-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
32611         * filesets.el (filesets-set-default): Doc fix.
32613 2005-04-03  Lute Kamstra  <lute@gnu.org>
32615         * generic.el (define-generic-mode): Add argument to specify
32616         keywords for defcustom.
32617         (default-generic-mode): Specify :group.
32619         * generic-x.el: Specify :group for all generic modes.
32621         * desktop.el (desktop-no-desktop-file-hook)
32622         (desktop-after-read-hook): Doc fix.
32624 2005-04-02  Luc Teirlinck  <teirllm@auburn.edu>
32626         * simple.el (visible-mode): Use explicit :group keyword.
32627         This changes the group of `visible-mode-hook' from paren-blinking
32628         to editing-basics.
32630 2005-04-02  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
32632         * mail/rmail.el (rmail-parse-url): Bugfix.  Parse traditional
32633         mailbox specifications as well as URLs.
32634         (rmail-insert-inbox-text): Remove unused conditional branches.
32636 2005-04-01  Jay Belanger  <belanger@truman.edu>
32638         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
32639         (calc-gnuplot-print-command): Move definitions to calc.el.
32641         * calc/calc-embed.el (calc-embedded-announce-formula)
32642         (calc-embedded-open-formula, calc-embedded-close-formula)
32643         (calc-embedded-open-word, calc-embedded-close-word)
32644         (calc-embedded-open-plain, calc-embedded-close-plain)
32645         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
32646         (calc-embedded-open-mode, calc-embedded-close-mode):
32647         Move definitions to calc.el.
32649         * calc/calc.el (calc-settings-file, calc-language-alist):
32650         Make customizable.
32651         (calc-embedded-announce-formula, calc-embedded-open-formula)
32652         (calc-embedded-close-formula, calc-embedded-open-word)
32653         (calc-embedded-close-word, calc-embedded-open-plain)
32654         (calc-embedded-close-plain, calc-embedded-open-new-formula)
32655         (calc-embedded-close-new-formula, calc-embedded-open-mode)
32656         (calc-embedded-close-mode, calc-gnuplot-name)
32657         (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
32658         from other files and make customizable.
32660 2005-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
32662         * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
32663         Use buffer-live-p.
32664         (cvs-mode-run): Don't call cvs-update-header here.
32665         (cvs-run-process): Call cvs-update-header.
32666         Use process properties for cvs-postprocess and cvs-buffer so that
32667         the sentinel can behave better if the temp buffer is killed.
32668         Use a pipe rather than a tty, to better handle unexpected prompts.
32669         (cvs-sentinel): Rewrite.  Call cvs-update-header.
32671 2005-04-01  Andre Spiegel  <spiegel@gnu.org>
32673         * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
32674         we go via Tramp or Ange-FTP.  Suggested by Kai Grossjohann.
32676 2005-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
32678         * generic.el (define-generic-mode): Add indentation rule.
32680 2005-03-31  Luc Teirlinck  <teirllm@auburn.edu>
32682         * files.el (mode-require-final-newline): Make Custom correctly
32683         report a nil value and allow to set it to nil via Custom.
32684         Doc fix.
32686 2005-04-01  Kenichi Handa  <handa@m17n.org>
32688         * international/characters.el: Enable the correct case setting for
32689         dotless-i and dotted-I.
32691 2005-04-01  Kim F. Storm  <storm@cua.dk>
32693         * ido.el (ido-file-internal): Fall back to non-ido command if
32694         initial directory is on slow ftp (or tramp) host.
32696 2005-03-31  Richard M. Stallman  <rms@gnu.org>
32698         * emacs-lisp/autoload.el (make-autoload):
32699         Handle define-global-minor-mode.
32701         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
32702         Rename from easy-mmode-define-global-mode.
32703         (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
32705         * progmodes/scheme.el (scheme-mode-syntax-table):
32706         Update syntax of | and # for two-character comment syntax.
32708 2005-03-31  Lute Kamstra  <lute@gnu.org>
32710         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
32711         (define-minor-mode): Call custom-current-group at load-time.
32713         * generic.el (define-generic-mode): Add debug declaration.
32714         Add defcustom for the mode hook.
32715         (generic-mode-internal): Use run-mode-hooks.
32717 2005-03-31  Kim F. Storm  <storm@cua.dk>
32719         * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
32720         (mouse-fixup-help-message): New defun called by show_help_echo
32721         to fixup mouse-2 prefix in help messages when applicable.
32723         * tooltip.el (tooltip-show-help-function): Don't fixup message here.
32725 2005-03-31  Kenichi Handa  <handa@m17n.org>
32727         * language/thai-word.el (thai-find-word-ends): Pay attention to
32728         the case that we reach the end of buffer.
32730         * textmodes/fill.el (fill-text-properties-at): New function.
32731         (fill-newline): Use fill-text-properties-at instead of
32732         text-properties-at.
32734 2005-03-31  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
32736         * textmodes/tex-mode.el (tex-start-tex): Use shell-quote-argument,
32737         not comint-quote-filename.
32739 2005-03-31  Thien-Thi Nguyen  <ttn@gnu.org>
32741         * help-fns.el (help-with-tutorial): Revert last change.
32743 2005-03-31  Kim F. Storm  <storm@cua.dk>
32745         * emulation/cua-base.el (cua-scroll-down): Add CUA property.
32747 2005-03-30  Paul Eggert  <eggert@cs.ucla.edu>
32749         * calendar/cal-china.el: Update reference to "Calendrical
32750         Calculations" book; there's a new edition.
32751         * calendar/cal-coptic.el: Likewise.
32752         * calendar/cal-french.el: Likewise.
32753         * calendar/cal-hebrew.el: Likewise.
32754         * calendar/cal-islam.el: Likewise.
32755         * calendar/cal-iso.el: Likewise.
32756         * calendar/cal-julian.el: Likewise.
32757         * calendar/cal-mayan.el: Likewise.
32758         * calendar/cal-persia.el: Likewise.
32759         * calendar/calendar.el: Likewise.
32760         * calendar/holidays.el: Likewise.
32761         * calendar/lunar.el: Likewise.
32762         * calendar/solar.el: Likewise.
32764         * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
32765         white space from doc string.
32767 2005-03-30  Jay Belanger  <belanger@truman.edu>
32769         * calc/calc-help.el (calc-full-help): Remove email address.
32771 2005-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
32773         * help-fns.el (help-with-tutorial): Delete title line.
32775 2005-03-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
32777         * calendar/cal-x.el (calendar-one-frame-setup)
32778         (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
32779         rather than `symbol' for set-window-dedicated-p.
32781         * calendar/appt.el (appt-buffer-name): Make it a constant.
32782         (appt-add): Doc fix.
32784         * filesets.el (filesets-menu-path, filesets-menu-before)
32785         (filesets-menu-in-menu): Doc fix.  Now valid in GNU Emacs.
32786         (filesets-menu-cache-file): Use directory ~/.emacs.d.
32787         (filesets-add-submenu): Delete and use add-submenu instead.
32789 2005-03-30  Carsten Dominik  <dominik@science.uva.nl>
32791         * textmodes/org.el (org-agenda-phases-of-moon)
32792         (org-agenda-sunrise-sunset, org-agenda-convert-date)
32793         (org-agenda-goto-calendar): New commands.
32794         (org-diary-default-entry): New function.
32795         (org-get-entries-from-diary): Better parsing of diary entries.
32796         (org-agenda-check-no-diary): New function.
32797         ("diary-lib"): Advice to function `add-to-diary-list', to allow
32798         linking to diary entries.
32799         (org-agenda-execute-calendar-command): New function.
32800         (org-agenda): Improve visible section in window.
32801         Use `org-fit-agenda-window'.
32802         (org-fit-agenda-window): New option.
32803         (org-move-subtree-down): Better handling of empty lines
32804         at end of subtree.
32805         (org-cycle): Numeric prefix is interpreted now as show-subtree N
32806         levels up.
32807         (org-fontify-done-headline): New option.
32808         (org-headline-done-face): New face.
32809         (org-set-font-lock-defaults): Use `org-headline-done-face'.
32810         (org-table-copy-down): Rename from `org-table-copy-from-above'.
32811         When current field is non-empty, it is copied to next row.
32812         (org-table-copy-from-above): Fix bug which made it
32813         impossible to copy fields containing only a single non-white character.
32815 2005-03-30  Kim F. Storm  <storm@cua.dk>
32817         * kmacro.el (kmacro-end-macro): Isearch may store this command
32818         into the macro -- so ignore it when executing keyboard macro.
32820 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
32822         * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
32824 2005-03-29  Kenichi Handa  <handa@m17n.org>
32826         * language/thai.el ("Thai"): Set setup-function and exit-function
32827         for Thai language environment.
32829         * language/thai-util.el: Require thai-word.
32830         (thai-word-mode-map): New variable.
32831         (thai-word-mode): New minor mode.
32832         (setup-thai-language-environment-internal): New function.
32833         (exit-thai-language-environment-internal): New function.
32835         * language/thai-word.el (thai-word-table): Declare it by defvar,
32836         use dolist to initialize it.
32837         (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
32838         (thai-fill-find-break-point): New functions.
32840 2005-03-29  Richard M. Stallman  <rms@gnu.org>
32842         * simple.el (idle-update-delay): Move definition up.
32843         (set-mark): Doc fix.
32845 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
32847         * longlines.el: New file.
32849         * simple.el (buffer-substring-filters): New variable.
32850         (filter-buffer-substring): New function.
32851         (kill-region, copy-region-as-kill): Use it.
32853         * register.el (copy-to-register, append-to-register)
32854         (prepend-to-register): Use filter-buffer-substring.
32856 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
32858         * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
32859         (gud-filter-pending-text): Move in front of gdb.
32860         (gud-overlay-arrow-position): New variable.
32861         (gud-sentinel, gud-display-line): Use it in place of
32862         overlay-arrow-position.
32864 2005-03-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
32866         * progmodes/fortran.el (fortran-if-indent): Doc fix.
32867         (fortran-font-lock-keywords-2): Add "where", "elsewhere".
32868         (fortran-font-lock-keywords-4): New variable.
32869         (fortran-blocks-re, fortran-end-block-re)
32870         (fortran-start-block-re): New constants, for hideshow.
32871         (hs-special-modes-alist): Add a Fortran entry.
32872         (fortran-mode-map): Bind fortran-end-of-block,
32873         fortran-beginning-of-block to \M-\C-n, \M-\C-p.
32874         (fortran-mode): Doc fix.  Add fortran-font-lock-keywords-4.
32875         (fortran-looking-at-if-then, fortran-end-of-block)
32876         (fortran-beginning-of-block): New functions, for hideshow.
32878         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
32879         Doc fix.  Tweak regexp.
32880         (f90-beginning-of-block): Push mark first.
32882 2005-03-29  Jay Belanger  <belanger@truman.edu>
32884         * calc/calc.el: Update copyright date.
32885         (calc-version): Increase to 2.1.
32886         (calc-version-date): Remove.
32888         * calc/calc-help.el: Update copyright date.
32889         (calc-full-help): Remove reference to calc-version-date.
32890         Update copyright date.
32892 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
32894         * vc.el (vc-do-command): Use a pipe for async processes, so password
32895         prompts don't show up at places where the user can't reply.
32897 2005-03-29  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
32899         * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
32900         on the file name we pass to the inferior shell.
32902 2005-03-29  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
32904         * progmodes/which-func.el (which-function): Be robust in the face of an
32905         imenu--make-index-alist failure.
32907 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
32909         * reveal.el (reveal-mode-map): Don't override C-a and C-e.
32911         * progmodes/python.el (python-preoutput-filter): Fix last change.
32913 2005-03-29  Lute Kamstra  <lute@gnu.org>
32915         * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
32916         functions and compiled macros.
32917         (debug-convert-byte-code): Handle macros too.
32918         (debug-on-entry-1): Don't signal an error when trying to clear a
32919         function that is not set to debug on entry.
32921 2005-03-29  Jay Belanger  <belanger@truman.edu>
32923         * calc/calc-lang.el: Add functions to math-function-table
32924         properties of tex and math.
32926 2005-03-29  Kenichi Handa  <handa@m17n.org>
32928         * ps-mule.el (ps-mule-plot-string): Translate characters by
32929         ps-print-translation-table.
32930         (ps-mule-begin-job): Call find-charset-region/string with
32931         ps-print-translation-table.
32932         (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
32934         * ps-print.el (ps-print-translation-table): New variable.
32935         (ps-plot-region): Translate characters by ps-print-translation-table.
32937 2005-03-29  Juri Linkov  <juri@jurta.org>
32939         * simple.el (next-error-highlight-timer): New variable.
32941         * progmodes/compile.el (compilation-goto-locus):
32942         Use `next-error-highlight-timer' instead of `sit-for'.
32944 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
32946         * mail/supercite.el (sc-mail-field): Use assoc-string.
32947         (sc-get-address): Simplify regexps.
32949         * files.el (minibuffer-with-setup-hook): New macro.
32950         (find-file-read-args): Use it to avoid let-binding
32951         minibuffer-with-setup-hook (which breaks turning on/off
32952         file-name-shadow-mode while in the prompt).
32954         * complete.el (PC-read-include-file-name-internal):
32955         Use test-completion.
32957 2005-03-28  Luc Teirlinck  <teirllm@auburn.edu>
32959         * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
32961 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
32963         * window.el (window-buffer-height): Use count-screen-lines.
32965         * progmodes/python.el (python-preoutput-leftover): New var.
32966         (python-preoutput-filter): Use it.
32967         (python-send-receive): Loop until all the result has been received.
32969 2005-03-28  Juri Linkov  <juri@jurta.org>
32971         * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
32973         * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
32974         "Recover Crashed Session".
32975         (menu-bar-search-menu): Add ellipsis to "Search tagged files".
32976         (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
32977         (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
32978         (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
32979         (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
32980         (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
32981         (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
32982         (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
32984         * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
32985         Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
32986         Ediff Sessions", "Toggle use of separate control buffer frame",
32987         "Use separate frame for Ediff control buffer".
32989         * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
32990         Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
32991         "Rename Bookmark", "Delete Bookmark".
32993         * info.el (Info-mode-menu): Remove ellipsis from "Index".
32994         Add ellipsis to "Lookup a String", "Lookup a string in all indices".
32995         Add `:active Info-index-alternatives' to "Next Matching Item".
32997         * wdired.el (wdired-change-to-wdired-mode):
32998         Mention `wdired-abort-changes' key in the initial message.
33000         * international/mule.el (auto-coding-alist): Associate non-ascii
33001         image filename extensions with `no-conversion'.
33003 2005-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
33005         * international/iso-acc.el:
33006         * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
33008 2005-03-26  Luc Teirlinck  <teirllm@auburn.edu>
33010         * textmodes/sgml-mode.el (html-mode): Doc update.
33012         * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
33014 2005-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
33016         * term.el (term-move-columns): Fix face after extending a line.
33017         (term-insert-spaces): Likewise.
33018         (term-reset-terminal): Fix off by one error.
33020 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
33022         * international/mule.el (auto-coding-alist): Add .xpi files.
33024         * files.el (auto-mode-alist): Add .xpi files.
33026 2005-03-26  Jure Cuhalev  <gandalf@owca.info>  (tiny change)
33028         * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
33030 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
33032         * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
33034 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
33036         * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
33037         binding.  Suggested by Stephan Stahl <stahl@eos.franken.de>.
33039         * calendar/cal-move.el (calendar-beginning-of-year): Move the
33040         cursor to Jan 1 when needed.
33041         (calendar-end-of-year): Fix -/+ typo.
33042         Reported by Chong Yidong <cyd@stupidchicken.com>.
33044 2005-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
33046         * progmodes/flymake.el (flymake-mode): Add autoload cookie.
33048         * emacs-lisp/debug.el (debugger-record-expression): Add a missing
33049         format to `message'.  Inspired by Deepak Goel <deego@gnufans.org>.
33051 2005-03-25  Richard M. Stallman  <rms@gnu.org>
33053         * filesets.el (filesets-init): Add autoload.
33055         * mail/mailalias.el (mail-directory): Doc fix.
33057 2005-03-25  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
33059         * mail/mailalias.el (mail-directory-process): Do nothing if
33060         mail-directory-process is an atom.
33061         (mail-get-names): Ignore mail-directory-names if it is an atom.
33062         (mail-directory-process defvar): Doc fix.
33063         (mail-names): Doc fix.
33065 2005-03-25  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>  (tiny change)
33067         * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
33069 2005-03-26  Kenichi Handa  <handa@m17n.org>
33071         * international/mule-util.el (detect-coding-with-priority):
33072         Call update-coding-systems-internal before detect-coding-region.
33074 2005-03-26  Nick Roberts  <nickrob@snap.net.nz>
33076         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
33077         (gdb-frames-mode-map): Add follow-link property.
33079 2005-03-25  Jay Belanger  <belanger@truman.edu>
33081         * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
33082         for variables.
33084 2005-03-25  Juri Linkov  <juri@jurta.org>
33086         * image-mode.el: Optimize image filename extension regexps in
33087         autoload cookies.  Associate .x[bp]m with `image-mode-maybe'
33088         in `auto-mode-alist'.
33089         (image-mode): Add `image-toggle-display-text' to local hook
33090         `change-major-mode-hook'.  Display the image as an image by
33091         default.  Set `cursor-type' and `truncate-lines' if the image
33092         is already displayed.  Take into account the current mode (image
33093         or text) in message.
33094         (image-minor-mode): New minor mode.
33095         (image-mode-maybe, image-toggle-display-text): New functions.
33096         (image-toggle-display): Use called-interactively-p.
33097         Let-bind `inhibit-read-only' to t.
33099         * image-mode.el (image-minor-mode): Set `cursor-type' and
33100         `truncate-lines' if the image is already displayed.  Add turning
33101         image-minor-mode off to `change-major-mode-hook'.  Add message.
33102         Call `image-toggle-display-text' after turning image-minor-mode off.
33104 2005-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
33106         * international/mule-cmds.el (set-locale-environment): For Mac OS X's
33107         Terminal.app, use utf-8.
33108         (set-display-table-and-terminal-coding-system): Add coding-system arg.
33109         (set-locale-environment): Use it.
33111         * term/xterm.el: Undo last change, better done in mule-cmds.el.
33113         * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
33115         * progmodes/python.el (python-close-block-statement-p)
33116         (python-outdent-p, python-current-defun): Use symbol-end.
33118 2005-03-25  Karl Chen  <quarl@cs.berkeley.edu>
33120         * files.el (save-some-buffers): Doc fix.
33122 2005-03-25  Werner Lemberg  <wl@gnu.org>
33124         * complete.el, thumbs.el: Replace `legal' with `valid'.
33125         * calendar/calendar.el: Replace `legal' with `valid'.
33126         * emacs-lisp/advice.el: Replace `legal' with `valid'.
33127         * mail/supercite.el: Replace `legal' with `valid'.
33128         * progmodes/cperl-mode.el, progmodes/idlw-shell.el
33129         * progmodes/idlwave.el, progmodes/vhdl-mode.el:
33130         Replace `legal' with `valid'.
33131         * textmodes/reftex-vars.el, textmodes/reftex.el:
33132         Replace `legal' with `valid'.
33134 2005-03-25  Werner Lemberg  <wl@gnu.org>
33136         * calc/calc-forms.el, calc/calc-sel.el
33137         * midnight.el, vc-cvs.el
33138         * emacs-lisp/cl-macs.el
33139         * emulation/vip.el
33140         * eshell/esh-io.el, eshell/esh-var.el
33141         * mail/supercite.el
33142         * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
33143         * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
33144         * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
33145         * progmodes/sh-script.el, progmodes/xscheme.el
33146         * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
33147         * textmodes/reftex-index.el, textmodes/reftex-parse.el
33148         * textmodes/reftex-ref.el, textmodes/reftex-vars.el
33149         * textmodes/reftex.el, textmodes/org.el:
33150         Replace `illegal' with `invalid'.
33152 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
33154         * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
33155         (flymake-find-buildfile, flymake-find-possible-master-files)
33156         (flymake-check-include, flymake-parse-line): Replace loops over the
33157         length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
33159         * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
33160         Substitute file-name-as-directory in the rest of the file.
33161         (flymake-get-common-file-prefix): Rewrite, using compare-strings.
33162         (flymake-replace-region): Remove unused arg `buffer'.
33163         (flymake-check-patch-master-file-buffer): Update calls to it.
33164         (flymake-add-err-info): Remove unused var `count'.
33165         (flymake-mode): Use define-minor-mode.
33167         * progmodes/flymake.el: Use with-current-buffer.
33168         (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
33169         flymake-replace-regexp-in-string, flymake-line-beginning-position)
33170         (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
33171         Avoid testing for `xemacs'.
33172         (flymake-nop): Move.
33173         (flymake-region-has-flymake-overlays): Return the computed value.
33174         (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
33175         Remove unused var `endline'.
33176         (flymake-get-line-count): Remove unused function.
33177         (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
33179         * emulation/vi.el:
33180         * generic.el:
33181         * hilit-chg.el (global-highlight-changes):
33182         * hi-lock.el (hi-lock-mode):
33183         * follow.el: find-file-hooks -> find-file-hook.
33185         * comint.el (comint-insert-input): Obey mouse-yank-at-point.
33187 2005-03-24  Juri Linkov  <juri@jurta.org>
33189         * dired.el (dired-mode-map): Add menu item "Compare directories"
33190         for dired-compare-directories.
33192         * dired-aux.el (dired-compare-directories): Add autoload cookie.
33193         Doc fix.  Replace `read-file-name' with `read-directory-name'.
33195 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
33197         * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
33199 2005-03-24  Jay Belanger  <belanger@truman.edu>
33201         * calc/calc-embed.el (calc-embedded-mode-change): Save all
33202         relevant mode settings in calc-embedded-original-modes when modes
33203         are permanently changed.
33205 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
33207         * autoinsert.el: find-file-hooks -> find-file-hook.
33209 2005-03-24  Lute Kamstra  <lute@gnu.org>
33211         * generic.el (generic-font-lock-defaults): Make it obsolete.
33212         (generic-font-lock-keywords): New variable to replace
33213         generic-font-lock-defaults.
33214         (generic-mode-set-font-lock): Delete it.
33215         (generic-mode-internal): Don't call generic-mode-set-font-lock.
33216         (generic-bracket-support): Add docstring.
33218         * generic-x.el: Rename generic-font-lock-defaults to
33219         generic-font-lock-keywords throughout.
33220         (mailagent-rules-setup-function): Delete it.
33221         (mailagent-rules-generic-mode): Use anonymous function instead.
33222         (show-tabs-generic-mode-font-lock-defaults-1)
33223         (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
33224         Quote faces.
33225         (show-tabs-tab-face, show-tabs-space-face): Specify background,
33226         not foreground.
33228         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
33229         Recognize define-generic-mode.
33231 2005-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
33233         * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
33234         if there's no completion table.
33236 2005-03-23  Miles Bader  <miles@gnu.org>
33238         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
33239         Remove tty-specific variants, as they're no longer needed.
33241 2005-03-23  Lute Kamstra  <lute@gnu.org>
33243         * generic-x.el: Code cleanup: make args constant whenever possible.
33244         (installshield-statement-keyword-list)
33245         (installshield-system-functions-list)
33246         (installshield-system-variables-list, installshield-types-list)
33247         (installshield-funarg-constants-list): Make them constants.
33249         * generic.el (generic-make-keywords-list): Add autoload cookie.
33251         * calendar/time-date.el: Add comment on time value formats.
33252         Don't require parse-time.
33253         (with-decoded-time-value): New macro.
33254         (encode-time-value): New function.
33255         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
33256         (days-to-time): Return a valid time value when arg is huge.
33257         (time-since): Use time-subtract.
33258         (time-to-number-of-days): Use time-to-seconds.
33260 2005-03-23  David Ponce  <david@dponce.com>
33262         * recentf.el (recentf-keep): New option.
33263         (recentf-menu-action): Default to `find-file'.
33264         (recentf-keep-non-readable-files-flag)
33265         (recentf-keep-non-readable-files-p)
33266         (recentf-file-readable-p, recentf-find-file)
33267         (recentf-cleanup-remote): Remove.
33268         (recentf-include-p): More robust.
33269         (recentf-keep-p): New function.
33270         (recentf-remove-if-non-kept): Rename from
33271         `recentf-remove-if-non-readable'.  Use `recentf-keep-p'.
33272         All callers updated.
33273         (recentf-menu-items-for-commands): Fix help string.
33274         (recentf-track-closed-file): Update.  Doc fix.
33275         (recentf-cleanup): Update.  Count removed files.  Doc fix.
33277 2005-03-23  Kim F. Storm  <storm@cua.dk>
33279         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
33280         Don't inherit from fringe face (now happens automatically).
33282 2005-03-22  Kim F. Storm  <storm@cua.dk>
33284         * tooltip.el (tooltip-show-help-function): Ignore negative mouse
33285         position values.
33287 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
33289         * menu-bar.el (showhide-date-time): Remove.
33290         (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
33291         (menu-bar-make-mm-toggle): Simplify.
33293 2005-03-22  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
33295         * progmodes/perl-mode.el (perl-font-lock-keywords-2):
33296         Accept qualified variable and function names.
33298 2005-03-22  Thien-Thi Nguyen  <ttn@gnu.org>
33300         * bindings.el (completion-ignored-extensions):
33301         Remove ".lis" for `vax-vms'.
33303 2005-03-22  Andreas Schwab  <schwab@suse.de>
33305         * generic-x.el: Revert last change.
33306         * ldefs-boot.el: Update.
33308 2005-03-22  Jay Belanger  <belanger@truman.edu>
33310         * calc/calc-embed.el (calc-embedded-original-modes): New variable.
33311         (calc-embedded-save-original-modes)
33312         (calc-embedded-restore-original-modes): New functions.
33313         (calc-do-embedded): Save original modes when entering embedded mode
33314         and restore when leaving embedded mode.
33315         (calc-embedded-modes-change): Change the value of
33316         calc-embedded-original-modes to reflect permanent changes.
33318 2005-03-22  Lute Kamstra  <lute@gnu.org>
33320         * generic-x.el: Require generic again.
33322 2005-03-22  Miles Bader  <miles@gnu.org>
33324         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
33325         Tweak details to look good on both ttys and bitmap displays, light
33326         or dark background, etc.
33328 2005-03-21  Kim F. Storm  <storm@cua.dk>
33330         * tooltip.el (tooltip-show-help-function): Check car and cdr of
33331         mouse position.
33333 2005-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
33335         * icomplete.el: Don't forcibly turn on the mode upon load.
33336         (icomplete-mode): Use define-minor-mode.
33337         (icomplete-eoinput): Default to nil.
33338         (icomplete-minibuffer-setup): Remove autoload.
33339         (icomplete-tidy): Simplify.
33340         (icomplete-exhibit): Use buffer-undo-list to determine if we're still
33341         in the initial state or if the user has modified the field.
33342         Fix handling of icomplete-max-delay-chars.
33343         Remove code that handles the oddball case where
33344         minibuffer-completion-table is an integer.
33345         Wrap icomplete-completions in while-no-input in case building
33346         completions takes more time than expected.
33347         (icomplete-completions): Simplify.
33349 2005-03-21  Richard M. Stallman  <rms@gnu.org>
33351         * jka-compr.el (jka-compr-really-do-compress):
33352         Make variable buffer-local.
33354         * image-mode.el: Handle .xpm files too.
33355         (image-toggle-display): Preserve modification flag.
33357         * help.el (where-is): Don't mention aliases with no key bindings.
33359 2005-03-21  Lute Kamstra  <lute@gnu.org>
33361         * generic.el: Fix commentary section.  Don't require cl for
33362         compilation.
33363         (generic-mode-list): Add autoload cookie.
33364         (generic-use-find-file-hook, generic-lines-to-scan)
33365         (generic-find-file-regexp, generic-ignore-files-regexp)
33366         (generic-mode, generic-mode-find-file-hook)
33367         (generic-mode-ini-file-find-file-hook): Fix docstrings.
33368         (define-generic-mode): Make it a defmacro.  Fix docstring.
33369         (generic-mode-internal): Code cleanup.  Add autoload cookie.
33370         (generic-mode-set-comments): Code cleanup.
33371         * generic-x.el: Don't prevent compilation.  Don't require generic.
33372         Follow coding conventions.  Minor code cleanup.
33373         (etc-fstab-generic-mode): Add some keywords.
33374         * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
33375         define-generic-mode like a function declaration.
33377 2005-03-21  Jay Belanger  <belanger@truman.edu>
33379         * calc/calc-embed.el (calc-do-embedded): Put data on stack before
33380         changing modes.
33382 2005-03-21  Sam Steingold  <sds@gnu.org>
33384         * add-log.el (add-log-current-defun): Support more C DEFUN forms.
33386 2005-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
33388         * progmodes/dcl-mode.el (dcl-font-lock-keywords):
33389         Add underscore to "f$ lexicals" regexp.
33391 2005-03-20  Juri Linkov  <juri@jurta.org>
33393         * subr.el (progress-reporter-do-update): When `min-value' is equal
33394         to `max-value', set `percentage' to 0 and prevent division by zero.
33396 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
33398         Sync with Tramp 2.0.48.
33400         * net/tramp.el (all): Change all addresses to .gnu.org.
33401         (tramp-append-tramp-buffers): New defun.
33402         (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
33403         Catch `dont-send' signal.
33404         (tramp-set-auto-save-file-modes): Set always permissions, because
33405         there might be an old auto-saved file belonging to another
33406         original file.  This could be a security threat.  Reported by
33407         Kjetil Kjernsmo <kjetil@kjernsmo.net>.
33408         Check for Emacs 21.3.50 removed.
33410         * net/tramp-smb.el (all): Remove debug construct for
33411         `with-parsed-tramp-file-name'.
33412         (tramp-smb-prompt): Prompt can contain spaces inside directory names.
33413         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
33414         No error message if DIRECTORY or FILENAME doesn't exist.
33415         (tramp-smb-open-connection): Check existence of
33416         `tramp-smb-program'.
33418 2005-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
33420         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
33421         Properly handle the case where the `m' or `s' command's argument is not
33422         yet terminated.
33423         (perl-indent-new-calculate): New function.
33424         (perl-indent-line): Use it.
33426 2005-03-20  Miles Bader  <miles@gnu.org>
33428         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
33429         in text-mode too.  Change to new face names.
33430         (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
33431         Add `:weight bold' attribute.
33432         (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
33434 2005-03-19  Juri Linkov  <juri@jurta.org>
33436         * files.el (auto-mode-alist): Add comment.  Optimize jar/ear/war.
33438         * international/mule.el (auto-coding-alist): Sync with
33439         `auto-mode-alist' by adding upper case archive file extensions
33440         and adding ear/war to jar extension.
33442 2005-03-19  David Casperson  <casper@unbc.ca>  (tiny change)
33444         * textmodes/tex-mode.el (tex-view): If tex-shell process is not
33445         running, restart it.
33447 2005-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny changes)
33449         * finder.el (finder-current-item): Throw an error on an empty line.
33451         * man.el (Man-follow-manual-reference): If current-word returns
33452         nil, use "".
33454 2005-03-19  Matt Hodges  <MPHodges@member.fsf.org>
33456         * simple.el (goto-line): Doc fix.
33458 2005-03-19  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
33460         * files.el (save-buffer): Doc fix.
33462 2005-03-19  Michael R. Mauger  <mmaug@yahoo.com>
33464         * recentf.el (recentf-cleanup-remote): New variable.
33465         (recentf-cleanup): Use it to conditionally check availability of
33466         remote files.
33468 2005-03-19  Joe Edmonds  <joe-bugs-debian-org@elem.com>  (tiny change)
33470         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
33471         function names.
33473 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
33475         * language/thai-word.el: New file.
33477 2005-03-19  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
33479         * files.el (backup-buffer): If the file's directory is not
33480         writable, use copy instead of move to backup the file.
33482 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
33484         * obsolete/keyswap.el: Moved to obsolete/ from term/.
33486 2005-03-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
33488         * ps-print.el (ps-generate-string-list, ps-generate-header-line):
33489         Use functionp instead of symbolp and fboundp.  Reported by Drkm
33490         <darkman_spam@yahoo.fr>.
33491         (ps-print-version): New version 6.6.6.
33493 2005-03-18  Tak Ota  <Takaaki.Ota@am.sony.com>
33495         * textmodes/table.el (table--line-column-position): New idiom.
33496         (table--row-column-insertion-point-p): New function to test
33497         validity of row and column insertion operation at a location.
33498         (table-global-menu, table-cell-menu): Use above functions for
33499         deterministic test operation.
33500         (table--editable-cell-p): Behave in deterministic fashion.
33502 2005-03-18  Juri Linkov  <juri@jurta.org>
33504         * isearch.el (isearch-lazy-highlight-new-loop):
33505         Make arguments beg and end optional.
33506         (isearch-update): Remove optional arguments nil from
33507         isearch-lazy-highlight-new-loop.
33508         (isearch-lazy-highlight-search): Let-bind case-fold-search to
33509         isearch-lazy-highlight-case-fold-search instead of
33510         isearch-case-fold-search, and let-bind isearch-regexp to
33511         isearch-lazy-highlight-regexp.
33512         Use isearch-lazy-highlight-last-string instead of isearch-string.
33514         * replace.el (perform-replace): Remove bindings of global
33515         variables isearch-string, isearch-regexp, isearch-case-fold-search.
33516         Add three new arguments to `replace-highlight'.
33517         (replace-highlight): Add arguments string, regexp, case-fold.
33518         Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
33519         to allow isearch-lazy-highlight-new-loop to use these values
33520         to set corresponding isearch-lazy-highlight-* internal
33521         variables whose values lazy highlighting will use regardless of
33522         changes to global variables isearch-string, isearch-regexp,
33523         isearch-case-fold-search during lazy highlighting loop.
33524         (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
33525         to `lazy-highlight-cleanup'.
33527         * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
33528         (ispell-highlight-face): Set default face to `isearch' when
33529         lazy highlighting is enabled.
33530         (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
33531         priority to 1.  Add lazy highlighting.
33532         (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
33533         from `isearch-dehighlight'.
33535 2005-03-18  David Ponce  <david@dponce.com>
33537         * files.el (hack-local-variables): Do a case-insensitive search
33538         for End.
33540 2005-03-18  Juri Linkov  <juri@jurta.org>
33542         * isearch.el (lazy-highlight-cleanup) <command>: Rename from
33543         `isearch-lazy-highlight-cleanup', add alias to old name and
33544         declare obsolete.  Add release numbers to other obsolete vars.
33545         (isearch-done, isearch-lazy-highlight-new-loop):
33546         Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
33547         (lazy-highlight-cleanup) <variable>: Doc fix.
33548         (isearch-lazy-highlight-update): Rename obsolete
33549         `isearch-lazy-highlight-face' to `lazy-highlight-face'.
33551 2005-03-18  Kenichi Handa  <handa@m17n.org>
33553         * language/thai-util.el: Fix categorization of Thai characters in
33554         thai-category-table.
33555         (thai-composition-pattern): Adjust it for the above change.
33556         (thai-self-insert-command, thai-compose-syllable): New functions.
33557         (thai-compose-region): Use thai-compose-syllable.
33558         (thai-compose-string): Likewise.
33559         (thai-composition-function): Likewise.
33560         (thai-auto-composition): New function.
33561         (thai-auto-composition-mode): New minor mode.
33563         * language/thai.el: Fix patterns to be registered in
33564         composition-function-table.
33566         * international/quail.el (quail-input-method): Locally bind
33567         inhibit-modification-hooks to t.
33569 2005-03-17  Richard M. Stallman  <rms@gnu.org>
33571         * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
33572         (perl-mode): Use run-mode-hooks.
33574         * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
33575         (rmail-pop-password-required, rmail-remote-password): Doc fixes.
33576         (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
33578         * mail/sendmail.el (sendmail-send-it): Reenable the code
33579         to compute resend-to-address and use it.
33581         * tar-mode.el (tar-mode): Turn off undo unconditionally.
33583         * image-mode.el: New file.
33585         * image.el (insert-sliced-image): Add autoload cookie.
33587         * font-lock.el (font-lock-lines-before): New user option.
33588         (font-lock-after-change-function): Obey it.
33590         * bindings.el (esc-map): Make M-g a prefix.
33591         Bind M-g g and M-g M-g to goto-line.
33593         * faces.el (face-id): Doc fix.
33595 2005-03-17  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
33597         * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
33598         (rmail-show-message): Use rmail-unknown-mail-followup-to.
33599         (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
33601         * mail/sendmail.el (mail-yank-ignored-headers)
33602         (mail-font-lock-keywords, mail-mode-fill-paragraph):
33603         Add Mail-Followup-To and Mail-Reply-To headers.
33604         (mail-citation-hook): Add autoload cookie.
33605         (mail-mode): Doc fix.
33606         (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
33607         (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
33608         (mail-mode-fill-paragraph): Handle those headers.
33609         (mail-mailing-lists): New variable.
33610         (mail-mail-reply-to, mail-mail-followup-to): New functions.
33612 2005-03-17  Juri Linkov  <juri@jurta.org>
33614         * isearch.el (isearch-fallback): Check for `(car previous)'
33615         before calling `isearch-other-end-state'.
33617 2005-03-17  Kim F. Storm  <storm@cua.dk>
33619         * simple.el (move-beginning-of-line): Move to beginning of buffer
33620         line, as well as beginning of screen line.
33622 2005-03-16  Glenn Morris  <gmorris@ast.cam.ac.uk>
33624         * calendar/diary-lib.el (mark-diary-entries): Use new optional
33625         argument REDRAW rather than calendar-redrawing variable.
33626         * calendar/calendar.el (calendar-redrawing): Delete.
33627         (redraw-calendar): Do not bind calendar-redrawing.
33629 2005-03-16  Matt Hodges  <MPHodges@member.fsf.org>
33631         * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
33632         diary-file buffer.
33634 2005-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
33636         * help.el (describe-mode): Allow a :minor-mode-function property to
33637         specify a different minor mode toggle function than the variable.
33638         * simple.el (auto-fill-function):
33639         * subr.el (add-minor-mode): Use it.
33641 2005-03-16  Kenichi Handa  <handa@m17n.org>
33643         * language/ethio-util.el (sera-being-called-by-w3): New variable.
33644         (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
33645         (ethio-fidel-to-sera-buffer): Likewise.
33647 2005-03-16  Juri Linkov  <juri@jurta.org>
33649         * emacs-lisp/find-func.el (find-function-regexp):
33650         Add defun-emitting macro `menu-bar-make-toggle'.
33652         * isearch.el: Put `isearch-scroll' property to
33653         `split-window-horizontally'.
33655         * info.el: Update error messages for `debug-ignored-errors'.
33656         (Info-isearch-search): Doc fix.
33657         (Info-find-node): Move up code to go into info buffer before
33658         recording the node to the history.
33659         (Info-fontify-node): Fontify titles only if the next line
33660         has two or more `*', `=', `-', `.'.
33661         Display "go to this node" for empty (match-string 3).
33663 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
33665         * term/mac-win.el: Add mouse pointer shape constants.
33667 2005-03-15  Kim F. Storm  <storm@cua.dk>
33669         * simple.el (move-beginning-of-line): Use vertical-motion.
33671 2005-03-15  Juri Linkov  <juri@jurta.org>
33673         * isearch.el (isearch-error): New variable.
33674         (isearch-invalid-regexp, isearch-within-brackets): Remove.
33675         (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
33676         (isearch-within-brackets-state): Remove.
33677         (isearch-case-fold-search-state, isearch-pop-fun-state):
33678         Decrease frame index.
33679         (isearch-mode, isearch-top-state, isearch-push-state)
33680         (isearch-edit-string, isearch-abort, isearch-search-and-update)
33681         (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
33682         (isearch-search, isearch-lazy-highlight-new-loop):
33683         Replace `isearch-invalid-regexp' with `isearch-error'.
33684         Remove `isearch-within-brackets'.
33685         (isearch-search): Add `search-failed' handler to `condition-case'.
33686         (isearch-lazy-highlight-search): Add `condition-case' to catch
33687         errors and allow `isearch-lazy-highlight-update' to try
33688         highlighting from the beginning of the window.
33689         (isearch-repeat): Move up code to set isearch-wrapped to t
33690         before calling isearch-wrap-function.
33692         * info.el (Info-isearch-initial-node): New internal variable.
33693         (Info-search): Signal an error in isearch mode when search leaves
33694         the initial node.  Signal an error when `bound' is non-nil and
33695         nothing was found in the current subfile.
33696         (Info-isearch-search): Remove `condition-case'.
33697         (Info-isearch-wrap): Don't wrap when search failed during leaving
33698         the initial node.  If `Info-isearch-search' is nil, wrap around
33699         the current node.
33700         (Info-isearch-start): New fun.
33701         (Info-mode): Add buffer-local hook `Info-isearch-start' to
33702         `isearch-mode-hook'.
33704 2005-03-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
33706         * simple.el (normal-erase-is-backspace): Set default to t if
33707         running on Mac.
33709         * term/mac-win.el (function-key-map): Sync with x-win.el.
33711 2005-03-15  Kenichi Handa  <handa@m17n.org>
33713         * international/mule-cmds.el (locale-language-names): Modify the
33714         format of elements and add more entries.
33715         (locale-preferred-coding-systems): Add more entries.
33716         (set-locale-environment): Adjust for the change of
33717         locale-language-names.
33719 2005-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
33721         * pcvs.el (smerge-ediff): Remove bogus autoload.
33723 2005-03-14  Lute Kamstra  <lute@gnu.org>
33725         * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
33726         Ignore a `*' at the beginning of a line.
33728         * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
33729         * emacs-lisp/byte-run.el (macro-declaration-function): Move from
33730         subr.el.
33731         (dont-compile, eval-when-compile, eval-and-compile): Use declare
33732         to specify indentation.
33734         * generic.el (define-generic-mode): Let generic-mode-list be a
33735         list of strings; test membership with equal.
33737 2005-03-14  Kim F. Storm  <storm@cua.dk>
33739         * simple.el (next-line, previous-line): Add optional try-vscroll
33740         arg to recognize interactive use.  Pass it on to line-move.
33741         (line-move): Don't perform auto-window-vscroll when defining or
33742         executing keyboard macro to ensure consistent behavior.
33744 2005-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
33746         * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
33748 2005-03-13  Lute Kamstra  <lute@gnu.org>
33750         * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
33751         debugger-setup-buffer so that backtrace marks the frames set to
33752         debug-on-exit and we don't have to do it manually.  Set an extra
33753         debug-on-exit for macro's.
33754         (debugger-setup-buffer): Don't mark the top frame manually.
33756 2005-03-12  Lute Kamstra  <lute@gnu.org>
33758         * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
33759         lisp-indent-function throughout.
33760         (with-no-warnings): Set lisp-indent-function property.
33762 2005-03-12  Thien-Thi Nguyen  <ttn@gnu.org>
33764         * progmodes/dcl-mode.el (dcl-mode-syntax-table):
33765         Add entry for backslash.
33767 2005-03-12  Juri Linkov  <juri@jurta.org>
33769         * info.el (Info-search): Four fixes for backward search.
33771 2005-03-11  Jay Belanger  <belanger@truman.edu>
33773         * calc/calc.el (calc-language-alist): New variable.
33774         * calc/calc-embed.el (calc-embedded-language-alist): Remove.
33775         (calc-embedded-find-modes): Use calc-language-alist instead of
33776         calc-embedded-language-alist.
33778 2005-03-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
33780         * calendar/calendar.el (calendar-redrawing): New internal
33781         variable.
33782         (redraw-calendar): Remove bogus save-excursion from previous
33783         change.  Bind calendar-redrawing to t for mark-diary-entries.
33784         * calendar/diary-lib.el (mark-diary-entries): No need to redraw
33785         calendar if that is why we were called.
33787 2005-03-11  Kenichi Handa  <handa@m17n.org>
33789         * international/mule.el (make-coding-system): Set property
33790         coding-system-define-form to nil.
33791         (define-coding-system-alias): Likewise.
33793 2005-03-11  Kenichi Handa  <handa@m17n.org>
33795         These changes are suggested by Dave Love <fx@gnu.org>.
33797         * textmodes/fill.el: Change encoding to iso-2022-7bit and add
33798         coding: tag.
33799         (adaptive-fill-regexp): Add more bullets.
33800         (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
33801         regexps.
33803 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
33805         * help.el (describe-mode): Properly handle non-trivial lighters.
33806         Don't ignore minor modes that are not listed in minor-mode-list.
33808         * tooltip.el (tooltip-mode): Don't complain that you can't turn the
33809         feature ON when the user requests to turn it OFF.
33811 2005-03-10  Lute Kamstra  <lute@gnu.org>
33813         * emacs-lisp/debug.el (debug-entry-code): Delete it.
33814         (implement-debug-on-entry): New function to replace debug-entry-code.
33815         (debug-on-entry-1): Use implement-debug-on-entry.  Delete the
33816         second argument as the 2005-03-07 change makes it obsolete.
33817         (debug-on-entry, cancel-debug-on-entry): Update call to
33818         debug-on-entry-1.
33819         (debug, debugger-setup-buffer): Comment update.
33820         (debugger-frame-number): Update to work with implement-debug-on-entry.
33822 2005-03-10  Jay Belanger  <belanger@truman.edu>
33824         * calc/calc-embed.el (math-ms-args): Declare it.
33825         (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
33826         math-ms-args.
33827         (calc-embedded-subst): Use math-multi-subst-rec to substitute
33828         variables.
33830 2005-03-10  Nick Roberts  <nickrob@snap.net.nz>
33832         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
33833         Use message-box.
33835         * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
33836         (tooltip-activate-mouse-motions-if-enabled): Use dolist.
33837         (tooltip-gud-tips): Simplify.
33838         (tooltip-gud-tips-p): Remove superfluous :set.
33839         (tooltip-gud-modes): Add fortran-mode.
33840         (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
33842         * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
33844 2005-03-09  Kim F. Storm  <storm@cua.dk>
33846         * play/animate.el (animate-place-char): Use forward-line instead
33847         of next-line to improve performance.
33849 2005-03-09  Simon Josefsson  <jas@extundo.com>
33851         * net/browse-url.el (browse-url-default-browser): Doc fix.
33853 2005-03-09  Miles Bader  <miles@gnu.org>
33855         * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
33856         (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
33858 2005-03-09  Kenichi Handa  <handa@m17n.org>
33860         * international/latin-1.el: Set case and syntax for 255 only if
33861         set-case-syntax-set-multibyte is nil.
33863         * textmodes/ispell.el (ispell-insert-word): New function.
33864         (ispell-word): Use ispell-insert-word to insert a new word.
33865         (ispell-process-line): Likewise.
33866         (ispell-complete-word): Likewise.
33868 2005-03-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
33870         * calendar/calendar.el (redraw-calendar): Preserve point.
33871         Reported by Matt Hodges <MPHodges@member.fsf.org>.
33872         (calendar-week-start-day): Move after definition of
33873         redraw-calendar.  Delete buffer test, since redraw-calendar has
33874         that now.
33876         * calendar/diary-lib.el (mark-diary-entries): Only call
33877         redraw-calendar in the first of any recursive calls.
33878         Reported by Alan Shutko <ats@acm.org>.
33880 2005-03-08  Juri Linkov  <juri@jurta.org>
33882         * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
33883         (html-horizontal-rule, html-line, html-image, html-checkboxes)
33884         (html-radio-buttons): Add a space before the trailing `/>' where
33885         sgml-xml-mode is non-nil.
33886         (sgml-delete-tag): Check if the tag ends with `/>' to not delete
33887         the subsequent tag of the empty XML tag.
33888         (html-href-anchor): Don't set initial input to "http:".
33889         (html-image): Ask for the image URL and set point inside alt="".
33890         (html-name-anchor): Duplicate the name in the `id' attribute when
33891         sgml-xml-mode is non-nil.
33892         (html-paragraph): Remove \n before <p>.
33893         (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
33894         instead of `checked' when sgml-xml-mode is non-nil.
33896         * facemenu.el (list-colors-print): Print #RRGGBB in default face.
33897         Remove 1 space before #RRGGBB to not truncate it on terminal
33898         windows w/o fringes.  Remove 1 space between bg and fg examples
33899         to get more space.
33900         (list-colors-duplicates): Replace `and' with `if' for `boundp' to
33901         avoid byte-compile warnings.
33903         * image-file.el (image-file-handler): Put `safe-magic' property to
33904         `image-file-handler'.
33906         * info.el (Info-isearch-search): Emulate word search in
33907         isearching through multiple Info nodes with Info-search.
33908         (Info-isearch-wrap): Allow isearch-word.
33910 2005-03-08  Lute Kamstra  <lute@gnu.org>
33912         * emacs-lisp/debug.el (debugger-step-through): Make sure that
33913         stepping into the debugger's code is not possible.
33914         (debugger-jumping-flag): Docstring update.
33916 2005-03-08  Jay Belanger  <belanger@truman.edu>
33918         * calc/calc-embed.el (calc-do-embedded): Reset mode line when
33919         embedded mode begins.
33920         (calc-embedded-language-alist): New variable.
33921         (calc-embedded-find-modes): Use calc-embedded-language-alist to
33922         set default language mode.
33924 2005-03-08  Kenichi Handa  <handa@m17n.org>
33926         * international/ccl.el (define-ccl-program): Fix docstring about
33927         extra 256 bytes assured for the output buffer.
33929         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
33930         Fix BUFFER_MAGNIFICATION to 2.
33931         (ccl-encode-mule-utf-16be-with-signature): Likewise.
33933 2005-03-07  Karl Chen  <quarl@cs.berkeley.edu>
33935         * align.el (align-rules-list): Added an alignment rule for CSS
33936         declarations (applies to css-mode and html-mode buffers).
33938 2005-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
33940         * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
33942 2005-03-07  Kim F. Storm  <storm@cua.dk>
33944         * simple.el (move-beginning-of-line): New command.
33946         * bindings.el (global-map): Bind C-a to move-beginning-of-line.
33948         * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
33950         * emulation/cua-base.el: Put CUA move property on move-end-of-line
33951         and move-beginning-of-line.
33953         * apropos.el (apropos-print): Omit command from M-x ... RET.
33955 2005-03-07  Nick Roberts  <nickrob@snap.net.nz>
33957         * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
33958         (gdb-send, gdb-send-item): Log items sent from gdb-send too.
33960 2005-03-06  Richard M. Stallman  <rms@gnu.org>
33962         * bindings.el (esc-map): Bind M-g to goto-line.
33964         * facemenu.el (global-map): Bind M-o, not M-g.
33966 2005-03-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
33968         * menu-bar.el (menu-bar-file-menu): Add the same :enable to
33969         "Open Directory" as for "Open File".
33971 2005-03-06  Chong Yidong  <cyd@stupidchicken.com>
33973         * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
33974         (push-mark-command): Run activate-mark-hook.
33976 2005-03-06  Richard M. Stallman  <rms@gnu.org>
33978         * help-mode.el (help-mode-finish): Don't alter the element
33979         in view-return-to-alist if there already is one.
33981         * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
33982         make sure the current buffer is the expected one.
33984         * novice.el (disabled-command-function): Output in *Disabled Command*.
33985         Explicitly ignore non-keyboard events, and explicitly handle C-g.
33987         * textmodes/flyspell.el (flyspell-large-region):
33988         Pass args differently for aspell.
33990         * files.el (mode-require-final-newline): Doc fix.
33992 2005-03-03  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
33994         * progmodes/which-func.el (which-function):
33995         Specify NOERROR when calling imenu--make-index-alist.
33997 2005-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
33999         * simple.el (normal-erase-is-backspace): Define default value.
34001         * custom.el (custom-theme-set-variables): Remove unused var
34002         `immediate'.
34003         (custom-reevaluate-setting): Simple function to handle variables
34004         that are defined before their default value can really be
34005         computed.
34007         * startup.el (command-line): Use it for temporary-file-directory,
34008         small-emporary-file-directory, auto-save-file-name-transforms,
34009         blink-cursor-mode, and normal-erase-is-backspace.
34011         * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
34012         progress, even with buggy anchored keywords.
34014 2005-03-05  Luc Teirlinck  <teirllm@auburn.edu>
34016         * simple.el (goto-line): Remove unbalanced final parenthesis.
34018 2005-03-05  Richard M. Stallman  <rms@gnu.org>
34020         * simple.el (goto-line): Use a number at point as the default.
34021         With C-u as arg, switch buffers.
34023 2005-03-05  Juri Linkov  <juri@jurta.org>
34025         * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
34026         with `no-blinking-cursor'.
34028         * startup.el (no-blinking-cursor): New defvar.
34029         (command-line): Add `--no-blinking-cursor' to longopts.
34030         Set `no-blinking-cursor' to t for command line arguments
34031         -Q, -nbc, --no-blinking-cursor.  Replace `emacs-quick-startup'
34032         with `no-blinking-cursor' in the condition for calling
34033         `blink-cursor-mode'.
34035 2005-03-04  Luc Teirlinck  <teirllm@auburn.edu>
34037         * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
34038         (menu-bar-options-save): Add blink-cursor-mode.
34039         (menu-bar-options-menu): Add blink-cursor-mode.
34041 2005-03-04  Ulf Jasper  <ulf.jasper@web.de>
34043         * calendar/icalendar.el (icalendar-version): Increase to 0.11.
34044         (icalendar-export-file, icalendar-export-region)
34045         (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
34046         (icalendar--convert-ical-to-diary): Fix problem with DURATION.
34048 2005-03-04  Lute Kamstra  <lute@gnu.org>
34050         * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
34051         (debug-function-list): Ditto.
34053 2005-03-04  Robert J. Chassell  <bob@rattlesnake.com>
34055         * textmodes/texinfmt.el (texinfo-append-refill):
34056         Redefine the types of line to which @refill
34057         is not appended by replacing a search for `@refill\\|@bye' with
34058         `@refill\\|^[ \t]*@'.  The intent is to solve both the `@end
34059         itemize@refill' bug and the unfilled long lines bug.
34060         (texinfmt-version): Update number and date.
34062 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
34064         * international/code-pages.el (windows-1250, windows-125[2-8])
34065         (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
34067 2005-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
34069         * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
34070         bound yet.
34072 2005-03-02  Romain Francoise  <romain@orebokech.com>
34074         * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
34075         buffer after removing limits.
34076         (ibuffer-pop-filter): Ditto.
34077         Update copyright.
34079 2005-03-02  Miles Bader  <miles@gnu.org>
34081         * button.el (make-text-button): If the user doesn't specify a
34082         type, use the default.  Rewrite to use `add-text-properties' and
34083         plist functions.
34085 2005-03-01  Lute Kamstra  <lute@gnu.org>
34087         * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
34088         (debugger-jumping-flag): New var.
34089         (debug-entry-code): Use it.
34090         (debugger-jump): Use debugger-jumping-flag and add
34091         debugger-reenable to post-command-hook.
34092         (debugger-reenable): Use debugger-jumping-flag and remove itself
34093         from post-command-hook.
34094         (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
34095         debugger-reenable.
34097 2005-03-01  Robert J. Chassell  <bob@rattlesnake.com>
34099         * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
34100         inclusion of "itemize\\|", which may be unnecessary, is certainly
34101         inelegant, and stops refilling in itemize lists when formatting
34102         Japanese Texinfo files to Info.
34103         Update copyright to 2005.
34105 2005-03-01  Nick Roberts  <nickrob@snap.net.nz>
34107         * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
34108         of an error if GDB can't find the source file.
34110 2005-03-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
34112         * calendar/calendar.el (redraw-calendar): Work from any buffer,
34113         not just the calendar.
34115         * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
34116         first.
34117         (diary-redraw-calendar): New function.
34118         (make-diary-entry): Add diary-redraw-calendar to local
34119         write-contents-functions.  Turn off selective display before
34120         inserting in diary.
34122 2005-03-01  Kim F. Storm  <storm@cua.dk>
34124         * emacs-lisp/copyright.el (copyright-fix-years): New command.
34126 2005-03-01  Lute Kamstra  <lute@gnu.org>
34128         * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
34129         that debug-entry-code can be safely removed from a function while
34130         this code is being evaluated.  Revert the 2005-02-27 change as the
34131         new implementation no longer requires it.  Make sure that a
34132         function body containing just a string is not mistaken for a docstring.
34133         (debug): Skip one more frame in case of debug on entry.
34134         (debugger-setup-buffer): Delete one more frame line in case of
34135         debug on entry.
34136         (debugger-frame-number): Update to use the new text introduced by
34137         the 1999-11-03 change.  Skip one more frame in case of debug on entry.
34139 2005-02-28  Kim F. Storm  <storm@cua.dk>
34141         * double.el (double-translate-key): Call force-window-update after
34142         read-event to avoid crash in redisplay.
34144 2005-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
34146         * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
34147         (debug): Use it.  Move the inhibit-trace earlier.
34148         (debug-entry-code): New const.
34149         (debug-on-entry-1): Use it.
34151 2005-02-28  Chong Yidong  <cyd@stupidchicken.com>
34153         * international/utf-16.el (ccl-encode-mule-utf-16le):
34154         Fix BUFFER_MAGNIFICATION to 2.
34155         (ccl-encode-mule-utf-16be): Likewise.
34157 2005-02-28  Kenichi Handa  <handa@m17n.org>
34159         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
34160         Fix BUFFER_MAGNIFICATION to 4.
34161         (ccl-encode-mule-utf-16be-with-signature): Likewise.
34163 2005-02-28  Nick Roberts  <nickrob@snap.net.nz>
34165         * speedbar.el (speedbar-update-flag): Doc fix.
34166         (speedbar-show-info-under-mouse): Give set-mouse-position the right
34167         argument.
34169 2005-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
34171         * reveal.el (reveal-post-command): Don't try to reveal overlays which
34172         have a non-nil `invisible' property but are actually visible.
34174         * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
34175         for perldoc sections.
34176         (perl-outline-regexp, perl-outline-level): New var and function.
34177         (perl-mode): Use them.
34179 2005-02-27  Glenn Morris  <gmorris@ast.cam.ac.uk>
34181         * calendar/diary-lib.el (diary-remind): Discard any mark portion
34182         from diary-entry.  Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
34184 2005-02-27  Luc Teirlinck  <teirllm@auburn.edu>
34186         * cus-edit.el: Comment change.
34187         (custom-buffer-create-internal): Slightly reword text at top of
34188         Custom buffers.  Mention there that saving an option edits the
34189         init file.  Add link to Emacs manual node on `custom-file'.
34190         (custom-magic-alist): Rewrite individual State messages to use
34191         capitalized keywords.  Doc fix.
34193 2005-02-27  Matt Hodges  <MPHodges@member.fsf.org>
34195         * calendar/calendar.el (calendar-buffer): Move above
34196         calendar-week-start-day.
34197         (calendar-week-start-day): Doc fix.  Add :set function.
34198         (calendar-minimum-window-height): New variable.
34199         (generate-calendar-window): Only resize window if selected-window
34200         is displaying the calendar buffer.  Use new variable
34201         calendar-minimum-window-height.
34202         (generate-calendar): Reword error message.
34203         (calendar-mode-map): Bind DEL to scroll-other-window-down.
34205 2005-02-27  Andreas Schwab  <schwab@suse.de>
34207         * vc.el (vc-do-command): Don't run command asynchronously when
34208         operating in a remote directory.
34210         * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
34211         change from sync with Tramp 2.0.47.
34213 2005-02-27  Richard M. Stallman  <rms@gnu.org>
34215         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
34217         * textmodes/flyspell.el (flyspell-mode-on):
34218         Call ispell-change-dictionary only if necessary.
34220         * emacs-lisp/re-builder.el (regexp-builder): New function.
34222         * register.el (describe-register-1): Explicitly handle
34223         yank-excluded-properties = t.
34225         * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
34226         (custom-magic-alist): Change the status descriptions again.
34227         (face widget-type): Total rewrite based on `restricted-sexp'
34228         to eliminate the confusing double hiding levels.
34230         * emacs-lisp/debug.el (debug-on-entry-1):
34231         If function body is empty, add nil as body form.
34233 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
34235         * emacs-lisp/trace.el (inhibit-trace): New var.
34236         (trace-make-advice): Use it.
34238         * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
34240 2005-02-26  Kim F. Storm  <storm@cua.dk>
34242         * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
34243         (mouse-on-link-p, mouse-drag-region-1): Use it.
34245 2005-02-25  Lute Kamstra  <lute@gnu.org>
34247         * replace.el (query-replace-read-from): Fix 2005-02-19 change.
34249 2005-02-24  Luc Teirlinck  <teirllm@auburn.edu>
34251         * frame.el (blink-cursor-mode): Add :group keyword.
34253 2005-02-24  Ulf Jasper  <ulf.jasper@web.de>
34255         * calendar/icalendar.el (icalendar--decode-isodatetime):
34256         New optional argument DAY-SHIFT.
34257         (icalendar-export-region): Fix coding-system-for-write.
34258         (icalendar--convert-ical-to-diary): Shift end-day of all-day
34259         events by one.
34261 2005-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
34263         * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
34265 2005-02-24  Kim F. Storm  <storm@cua.dk>
34267         * international/iso-acc.el (iso-accents-compose): Fix crash
34268         during redisplay.  Call force-window-update after read-event
34269         and delete-region to signal that window is not accurate.
34271 2005-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
34273         * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
34274         Remove unused and inexistent var `inhibit-trace'.
34275         (debugger-mode): Use run-mode-hooks.
34276         (debugger-list-functions): Add buttons; setup xref stack.
34278 2005-02-23  Richard M. Stallman  <rms@gnu.org>
34280         * calendar/appt.el (appt-time-msg-list): 3rd elt of each
34281         appointment says it was explicitly made.
34282         (appt-add): Set the 3rd element.
34283         (appt-make-list): Preserve explicit appointments.
34285         * subr.el (find-tag-default): Catch errors in forward-sexp.
34287 2005-02-23  Juri Linkov  <juri@jurta.org>
34289         * info.el (Info-isearch-search): New defcustom.
34290         (Info-isearch-search): Call the default isearch function
34291         when Info-isearch-search is nil.
34292         (Info-isearch-wrap): Use variable Info-isearch-search.
34294 2005-02-22  Luc Teirlinck  <teirllm@auburn.edu>
34296         * cus-edit.el: Comment change.
34298 2005-02-22  Kim F. Storm  <storm@cua.dk>
34300         * progmodes/hideif.el (hide-ifdef-use-define-alist):
34301         Use completing-read.  Suggested by Juan-Leon Lahoz Garcia.
34303 2005-02-22  Simon Josefsson  <jas@extundo.com>
34305         * net/browse-url.el (browse-url-netscape-new-window-is-tab):
34306         New variable.
34307         (browse-url-netscape): Use it.  Suggested by "Johann 'Myrkraverk'
34308         Oskarsson" <myrkraverk@users.sourceforget.net>.
34310 2005-02-22  Kim F. Storm  <storm@cua.dk>
34312         * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
34313         check that window of that event is the selected window.
34314         (mouse-drag-region-1): Compare mouse event window to selected
34315         window before setting point.
34317         * tooltip.el (tooltip-show-help-function): Pass event to
34318         mouse-on-link-p so it can check selected window.
34320 2005-02-22  Kenichi Handa  <handa@m17n.org>
34322         * ps-mule.el (ps-mule-header-string-charsets): Delete it.
34323         (ps-mule-show-warning): New function.
34324         (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
34325         characters are found.
34327         * ps-print.el (ps-header-footer-string): Return a list of header
34328         and footer strings.
34330 2005-02-21  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
34332         * pcvs.el (cvs-retrieve-revision): Fix thinko.
34334 2005-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
34336         * frame.el (blink-cursor-mode): Use define-minor-mode.
34338         * term/mac-win.el (function-key-map): Use char-names more consistently.
34339         (file-name-coding-system): Only set it for MacOS-9.  The other case is
34340         already handled in mule-cmds.el (where it also works when mac-win.el
34341         is not used).
34343 2005-02-21  Kenichi Handa  <handa@m17n.org>
34345         * international/mule.el (ctext-pre-write-conversion): Always use
34346         " *code-converting-work*" buffer for work.
34348         * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
34350 2005-02-20  Thien-Thi Nguyen  <ttn@gnu.org>
34352         * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
34354 2005-02-20  Jonathan Yavner  <jyavner@member.fsf.org>
34356         * ses.el (undo-more): Restore defadvice, but only the part that
34357         allows changes outside the restricted area of the buffer.
34359 2005-02-20  Kim F. Storm  <storm@cua.dk>
34361         * simple.el (line-move): Add fourth optional arg try-vscroll which
34362         must be set to perform auto-window-vscroll.
34363         When moving backwards and doing auto-window-vscroll, automatically
34364         vscroll to the last part of lines which are taller than the window.
34365         (next-line, previous-line): Set try-vscroll arg on line-move.
34367 2005-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
34369         * replace.el (query-replace, query-replace-regexp)
34370         (replace-string, replace-regexp): When operating on region, make
34371         the minibuffer prompt say so.
34373         * isearch.el (isearch-forward): Document isearch-query-replace and
34374         isearch-query-replace-regexp keybindings.
34376 2005-02-19  Jay Belanger  <belanger@truman.edu>
34378         * calc/calc-aent.el (math-read-token): Add local variable.
34380         * calc/calc-prog.el (calc-user-define-edit): Add local variable.
34381         (calc-edit-top): Move declaration to earlier in file.
34382         (calc-edit-macro-repeats): Add local variables.
34384         * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
34385         Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
34386         calcFunc-tanh.
34387         Adjust integration rule for calcFunc-tan.
34389 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
34391         * emulation/viper-cmd.el (viper-prefix-commands): Make into a defconst.
34392         (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
34393         (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
34394         (viper-skip-separators): Bug fix.
34395         (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
34396         particular major mode.
34397         (viper-del-backward-char-in-replace): Don't put deleted char on the
34398         kill ring.
34400         * emulation/viper-ex.el (viper-color-display-p): New function.
34401         (viper-has-face-support-p): Use viper-color-display-p.
34403         * emulation/viper-keym.el (viper-gnus-modifier-map): New keymap.
34405         * emulation/viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
34407         * emulation/viper-util.el (viper-glob-unix-files):
34408         Fix shell status check.
34409         (viper-file-remote-p): Make equivalent to file-remote-p.
34411         * emulation/viper.el (viper-major-mode-modifier-list):
34412         Use viper-gnus-modifier-map.
34414 2005-02-19  David Kastrup  <dak@gnu.org>
34416         * subr.el (subregexp-context-p): Fix garbled doc string by adding
34417         quoting.
34419 2005-02-19  Jay Belanger  <belanger@truman.edu>
34421         * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
34422         Remove extra definitions.
34423         (calc-coth): New function.
34424         (calcFunc-cot): Fix `let'.
34426 2005-02-19  Eli Zaretskii  <eliz@gnu.org>
34428         * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
34429         the reasons we use "type pc" in these faces.
34431         * button.el (button): Ditto.
34433 2005-02-19  Michael Mauger  <mmaug@yahoo.com>
34435         * replace.el (query-replace-read-from): Set the value of
34436         query-replace-from-history-variable to handle the case of an empty
34437         string entered to accept the suggested default.
34439         * net/tramp.el (tramp-file-name-for-operation):
34440         Use dired-call-process instead of dired-call-process-command.
34442 2005-02-19  Jay Belanger  <belanger@truman.edu>
34444         * calc/calc-arith.el (math-trig-inverses, math-div-trig)
34445         (math-div-non-trig): New variables.
34446         (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
34447         (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
34448         (math-combine-prod, math-div-symb-fancy): Add simplifications for
34449         trig expressions.
34451 2005-02-19  Nick Roberts  <nickrob@snap.net.nz>
34453         * progmodes/gdb-ui.el (gdb-var-update-handler)
34454         (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
34455         for watch expressions,
34456         (gdb-var-create-handler): Don't set speedbar-update-flag.
34457         (gdb-post-prompt): Simplify test for speedbar.
34459 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
34461         * ediff.el (ediff-set-diff-overlays-in-one-buffer)
34462         (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
34463         we use the syntax table of the correct buffer.
34464         (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
34465         Felix Gatzemeier.
34467         * ediff-init.el (ediff-hide-face): Check for definedness of functions.
34468         (ediff-file-remote-p): Make synonymous with file-remote-p.
34469         In all deffaces ediff-*-face-*, use min-colors.
34471         * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
34472         ediff-recurse-to-subdirectories.
34473         (ediff-mark-if-equal): Check that the arguments are strings, use
34474         ediff-same-contents (after to Felix Gatzemeier).
34476         * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
34477         nil.
34479 2005-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
34481         * log-view.el (log-view-message-re): Fix up Subversion regexp.
34483 2005-02-18  David Kastrup  <dak@gnu.org>
34485         * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
34486         use `mark-active' when defined.
34488 2005-02-18  Kenichi Handa  <handa@m17n.org>
34490         * ps-print.el (ps-font-info-database): New entry
34491         ZapfChancery-MediumItalic with correct font name.  Fix font name
34492         of the entry Zapf-Chancery-MediumItalic.
34494 2005-02-16  Luc Teirlinck  <teirllm@auburn.edu>
34496         * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
34498 2005-02-16  Kim F. Storm  <storm@cua.dk>
34500         * ido.el (ido-fallback-command): Pass user input to fallback command.
34502 2005-02-16  Nick Roberts  <nickrob@snap.net.nz>
34504         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
34505         (gdb-find-file-hook): Add server prefix.
34507 2005-02-16  Richard M. Stallman  <rms@gnu.org>
34509         * replace.el (perform-replace): Pass new args to replace-highlight.
34510         (replace-highlight): Take region args,
34511         and pass them to isearch-lazy-highlight-new-loop.
34513         * novice.el (disabled-command-hook): Autoload the defalias
34514         and the make-obsolete-variable call.
34516         * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
34518         * isearch.el (isearch-lazy-highlight-start-limit)
34519         (isearch-lazy-highlight-end-limit): New variables limit
34520         the region for highlighting.
34521         (isearch-lazy-highlight-new-loop): New args BEG and END.
34522         (isearch-lazy-highlight-search): Use the new vars.
34523         (isearch-lazy-highlight-update): Likewise.
34525         * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
34527         * cus-start.el (all): Use default-boundp.
34529 2005-02-15  David Casperson  <casper@unbc.ca>  (tiny change)
34531         * menu-bar.el (menu-bar-select-frame): Handle current frame.
34533 2005-02-15  Luc Teirlinck  <teirllm@auburn.edu>
34535         * autorevert.el (auto-revert-stop-on-user-input)
34536         (auto-revert-verbose): Doc fixes.
34538 2005-02-15  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
34540         * international/mule-cmds.el (set-locale-environment): Remove call
34541         to set-selection-coding-system on Windows.
34543 2005-02-15  Jay Belanger  <belanger@truman.edu>
34545         * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
34546         calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
34547         calcFunc-coth.
34548         (math-simplify-sqrt): Add simplifications.
34550         * calc/calc-arith.el (math-real-if-arg-functions): Add functions
34551         to list.
34553         * calc/calc-ext.el: Add functions to autoloads.
34555         * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
34556         (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
34557         (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
34558         (math-csc-raw, math-cot-raw): New functions.
34560         * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
34562         * calc/calc-undo.el (calc-handle-undo): Remove prefix from
34563         the variable name in a message.
34565         * calc/calc-units.el: Add simplification rules for calcFunc-sec,
34566         calcFunc-csc, calcFunc-cot.
34568         * calc/calcalg2.el: Add derivative and integration rules for
34569         calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
34570         calcFunc-csch, calcFunc-coth.
34571         (math-do-integral-methods): Add to checks for when to use
34572         substitutions.
34574         * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
34576 2005-02-15  Lute Kamstra  <lute@gnu.org>
34578         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
34579         Add ;;;###autoload to `outline-regexp'.  Suggested by Stefan Monnier
34580         <monnier@iro.umontreal.ca>.
34581         (lisp-outline-level): Improve efficiency.  Suggested by David
34582         Kastrup <dak@gnu.org>.
34584 2005-02-15  Nick Roberts  <nickrob@snap.net.nz>
34586         * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
34587         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
34588         (gdb-set-gud-minor-mode-existing-buffers): New functions.
34589         (gdb-find-file-hook): New hook.  Add it to find-file-hook.
34590         (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
34592 2005-02-14  Luc Teirlinck  <teirllm@auburn.edu>
34594         * cus-start.el (all): Comment change.
34596 2005-02-14  Lute Kamstra  <lute@gnu.org>
34598         * cus-start.el (all): Check if symbol is void.
34600 2005-02-14  Carsten Dominik  <dominik@science.uva.nl>
34602         * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
34603         optional argument to \cite.
34605 2005-02-14  Richard M. Stallman  <rms@gnu.org>
34607         * cus-edit.el (custom-buffer-create-internal): Update help message.
34608         (custom-magic-alist): Update help messages.
34610         * cus-start.el (all): Allow a var to specify a standard value.
34612 2005-02-12  Luc Teirlinck  <teirllm@auburn.edu>
34614         * custom.el (custom-theme-set-variables): Handle variable aliases.
34616         * frame.el (blink-cursor-timer): Doc fix.
34617         (blink-cursor): Make it an alias for `blink-cursor-mode' and
34618         declare obsolete.
34619         (blink-cursor-mode): Define with defcustom and use correct
34620         standard expression in that defcustom.
34621         * startup.el (command-line): Adapt to above changes in frame.el.
34623 2005-02-11  Lute Kamstra  <lute@gnu.org>
34625         * apropos.el (apropos-score-doc): Prevent division by zero.
34627 2005-02-11  Ulf Jasper  <ulf.jasper@web.de>
34629         * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
34630         (icalendar--get-event-property-attributes)
34631         (icalendar--get-event-properties)
34632         (icalendar--datetime-to-diary-date): New functions.
34633         (icalendar--split-value): Doc fix.
34634         (icalendar--datetime-to-noneuropean-date)
34635         (icalendar--datetime-to-european-date): New optional argument
34636         SEPARATOR.  Return result as a string instead of a list.
34637         (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
34638         (icalendar--convert-string-for-export): Rename arg S to STRING.
34639         (icalendar-export-region): Doc fix.  Change name of error buffer.
34640         Save output buffer.
34641         (icalendar-import-file): Add blank at end of prompt.
34642         (icalendar-import-buffer): Doc fix.  Do not switch to error
34643         buffer.  Indicate status in return value.
34644         (icalendar--convert-ical-to-diary): Doc fix.  Change name of error
34645         buffer.  Save output buffer.  Handle exception from recurrence
34646         rules (EXDATE, EXRULE).  Handle start- and end-date of recurring
34647         events.  Fix problems with weekly all-day events.
34649 2005-02-10  Richard M. Stallman  <rms@gnu.org>
34651         * simple.el (eval-expression-print-format):
34652         Avoid warning about edebug-active.
34654         * help.el (help-for-help-internal): Rename from help-for-help.
34655         (help-for-help): Define with defalias.
34657         * font-core.el (font-lock-default-function): Use with-no-warnings.
34659         * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
34661         * custom.el (defface): Doc fix.
34663 2005-02-10  Nick Roberts  <nickrob@snap.net.nz>
34665         * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
34666         width 0" to prevent word wrapping problems.
34668 2005-02-09  Kim F. Storm  <storm@cua.dk>
34670         * ido.el (ido-file-extensions-order): New defcustom.
34671         (ido-file-extension-lessp, ido-file-extension-aux)
34672         (ido-file-extension-order): New advanced file ordering.
34673         (ido-file-lessp): New simple file ordering.
34674         (ido-sort-list): Remove.
34675         (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
34676         (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
34678 2005-02-08  Dan Nicolaescu  <dann@ics.uci.edu>
34680         * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
34681         that some versions of grep produce.
34682         (grep-mode-font-lock-keywords): Likewise.
34684 2005-02-09  Nick Roberts  <nickrob@snap.net.nz>
34686         * progmodes/gdb-ui.el (gdb-location-list): New variable.
34687         (gdb-cdir): Delete.
34688         (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
34689         (gdb-source-info): Treat case when source file is in another
34690         directory properly.
34691         (gdb-get-location): New function.
34693 2005-02-07  Jay Belanger  <belanger@truman.edu>
34695         * calc/calc-prog.el (calc-write-parse-table-part)
34696         (calc-fix-token-name): Fix a check for language type.
34698         * calc/calccomp.el (math-compose-expr): Fix a check for language type.
34700 2005-02-07  Andre Spiegel  <spiegel@gnu.org>
34702         * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
34703         as directory not writable.
34705 2005-02-07  Kim F. Storm  <storm@cua.dk>
34707         * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
34708         (cua--standard-movement-commands): Remove list.
34709         Instead, set CUA property value to move for movement commands.
34710         (cua-movement-commands): Remove.  Users must set CUA prop instead.
34711         (cua--pre-command-handler): Check CUA property.
34712         (cua--init-keymaps): Don't remap undo commands.
34713         (cua-mode): Don't call cua--rectangle-on-off.
34715         * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
34716         (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
34717         (cua--rect-undo-set-point): New var.
34718         (cua--rectangle-undo-boundary): Setup undo apply entry.
34719         (cua--rect-undo-handler): New function for rectangle undo.
34720         (cua--rect-start-position, cua--rect-end-position): Add.
34721         (cua--rectangle-post-command): Call cua--rectangle-set-corners
34722         for restored rectangle.  Set point if cua--rect-undo-set-point.
34724 2005-02-06  Jay Belanger  <belanger@truman.edu>
34726         * calc/calc-lang.el (calc-tex-language): Display more information
34727         in messages.
34729         * calc/calccomp.el (math-compose-expr): Allow multiline matrices
34730         in TeX mode.
34732 2005-02-06  Richard M. Stallman  <rms@gnu.org>
34734         * emacs-lisp/lisp.el (buffer-end): Doc fix.
34736 2005-02-05  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
34738         * net/ldap.el (ldap-search-internal): Support attributes with
34739         optional descriptions separated by a semi-colon, as in
34740         "userCertificate;binary".
34742 2005-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
34744         * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
34745         isn't a cons (i.e. the version is 0).
34747 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
34749         * help.el (help-for-help): Doc fix.
34751 2005-02-05  Nick Roberts  <nickrob@snap.net.nz>
34753         * progmodes/gdb-ui.el: Update copyright.  Put GDB-Frames before
34754         GDB-Windows on the menu-bar as this works better.
34756 2005-02-04  Jay Belanger  <belanger@truman.edu>
34758         * calc/calc-embed.el (calc-embedded-update): Don't put in
34759         unnecessary newlines.  Adjust the end of formula marker.
34761         * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
34762         (math-latex-parse-two-args): New function.
34764 2005-02-03  Lute Kamstra  <lute@gnu.org>
34766         * help-fns.el (help-with-tutorial): Make sure that users cannot
34767         remove the entire text of the tutorial by means of `undo'.
34769 2005-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
34771         * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
34772         in recent changes, where the ispell process was repeatedly
34773         killed & restarted.
34775         * international/mule-cmds.el (set-locale-environment): Set file-name
34776         coding system to utf-8 on Darwin systems.
34777         (set-default-coding-systems): Don't set default-file-name-coding-system
34778         on Darwin systems.
34780 2005-02-03  Richard M. Stallman  <rms@gnu.org>
34782         * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
34784 2005-02-03  Matt Hodges  <MPHodges@member.fsf.org>
34786         * faces.el (list-faces-display): Add optional argument.
34788 2005-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
34790         * font-core.el (font-lock-default-function): Handle the rare case where
34791         only font-lock-keywords is set.
34793 2005-02-02  Kenichi Handa  <handa@m17n.org>
34795         * international/characters.el: Cancel previous change for
34796         I-WITH-DOT-ABOVE and DOTLESS-i.
34798         * international/latin-5.el: Cancel previous change.
34800 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
34802         * progmodes/gud.el: Correction to syntax in gud-menu-map.
34804 2005-02-02  Kenichi Handa  <handa@m17n.org>
34806         * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
34807         DOTLESS-i.
34809         * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
34810         Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
34812         * case-table.el (get-upcase-table): New function.
34813         (copy-case-table): Copy upcaes table too if non-nil.
34814         (set-case-syntax-delims): Maintain upcase table too.
34815         (set-case-syntax-pair): Likewise.
34816         (set-upcase-syntax, set-downcase-syntax): New functions.
34817         (set-case-syntax): Maintain upcase table too.
34819 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
34821         * progmodes/gdb-ui.el (gdb-goto-info): Delete.
34823         * progmodes/gud.el (gud-goto-info): New function.
34824         (gud-tool-bar-map): Use correct icon.
34826 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
34828         * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
34829         When delegating, order args in the funcall correctly.
34831 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
34833         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
34835 2005-02-01  Carsten Dominik  <dominik@science.uva.nl>
34837         * textmodes/reftex.el (reftex-access-scan-info): Error out in a
34838         buffer not visiting a file.
34840 2005-01-31  Jay Belanger  <belanger@truman.edu>
34842         * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
34843         bound on the line with the formula.
34845 2005-01-31  Kim F. Storm  <storm@cua.dk>
34847         * ses.el (ses-create-cell-variable-range)
34848         (ses-destroy-cell-variable-range, ses-reset-header-string)
34849         (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
34850         (ses-insert-row): Fix format of apply undo entries.
34852 2005-01-31  Jay Belanger  <belanger@truman.edu>
34854         * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
34855         parts.
34857         * calc/calc-embed.el (calc-embedded-open-formula)
34858         (calc-embedded-close-formula): Ignore matrix environments.
34860         * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
34861         TeX mode.
34863         * calc/calc-lang.el (math-function-table, math-oper-table)
34864         (math-variable-table): Adjust the LaTeX portions.
34866         * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
34867         (math-latex-ignore-words): New constant.
34869 2005-01-31  Richard M. Stallman  <rms@gnu.org>
34871         * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
34872         (ispell-local-dictionary): Doc fix.
34873         (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
34874         Don't reinitialize at run time.  Don't defcustom.
34875         All uses changed to append ispell-local-dictionary-alist,
34876         or check it first.
34877         (ispell-current-dictionary): New variable for dictionary in use.
34878         (ispell-dictionary): Now used only for global default.
34879         (ispell-start-process): Set ispell-current-dictionary,
34880         not ispell-dictionary.
34881         (ispell-change-dictionary): Use this only for setting
34882         user preferences.
34883         (ispell-internal-change-dictionary): New function
34884         to change the current dictionary in use.
34885         (ispell-region, ispell-process-line, ispell-buffer-local-dict):
34886         Use ispell-current-dictionary.
34887         Handle ispell-local-dictionary-overridden.
34888         (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
34890 2005-01-31  Jay Belanger  <belanger@truman.edu>
34892         * calc/calc-aent.el (math-read-token): Add support for LaTeX.
34894         * calc/calc-ext.el: Add calc-latex-language to autoloads.
34895         (calc-mode-map): Add calc-latex-language.
34897         * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
34898         (math-latex-print-frac): New functions.
34899         (math-oper-table, math-function-table, math-variable-table)
34900         (math-complex-format, math-input-filter): Add latex properties.
34901         (calc-set-language): Set math-expr-special-function-mapping.
34903         * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
34904         (calc-write-parse-table-part): Add LaTeX support.
34906         * calc/calc.el (calc-language): Adjust docstring.
34907         (calc-set-mode-line): Add LaTeX support.
34908         (math-expr-special-function-mapping): New variable.
34909         (math-tex-ignore-words): Add to list.
34911         * calc/calccomp.el (math-compose-expr, math-compose-rows):
34912         Add LaTeX support.
34913         (math-compose-expr): Add support for special functions.
34915         * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
34917 2005-01-31  Nick Roberts  <nickrob@snap.net.nz>
34919         * progmodes/gdb-ui.el (gdb-memory-address)
34920         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
34921         (gdb-memory-mode-map, gdb-memory-format-keymap)
34922         (gdb-memory-format-menu, gdb-memory-unit-keymap)
34923         (gdb-memory-unit-menu): New variables for a buffer
34924         that lets the user examine program memory.
34925         (gdb-memory-set-address, gdb-memory-set-repeat-count)
34926         (gdb-memory-format-binary, gdb-memory-format-octal)
34927         (gdb-memory-format-unsigned, gdb-memory-format-signed)
34928         (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
34929         (gdb-memory-format-menu-1, gdb-memory-unit-giant)
34930         (gdb-memory-unit-word, gdb-memory-unit-halfword)
34931         (gdb-memory-unit-byte, gdb-memory-unit-menu)
34932         (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
34933         (gdb-memory-mode, gdb-memory-buffer-name)
34934         (gdb-display-memory-buffer, gdb-frame-memory-buffer):
34935         New functions for above buffer.
34937 2005-01-30  Richard M. Stallman  <rms@gnu.org>
34939         * cus-edit.el (custom-bury-buffer): Function deleted.
34940         (custom-buffer-done-function): Option deleted.
34941         (custom-buffer-done-kill): New replacement option.
34942         (Custom-buffer-done): Call quit-window.
34943         (custom-buffer-create-internal): Update for above changes.
34945 2005-01-29  Luc Teirlinck  <teirllm@auburn.edu>
34947         * simple.el (undo-ask-before-discard): New var.
34948         (undo-outer-limit-truncate): Implement it.
34949         (undo-extra-outer-limit): Doc update.
34951 2005-01-29  Richard M. Stallman  <rms@gnu.org>
34953         * ses.el (undo-more): Delete defadvice.
34954         (ses-begin-change): Doc fix.
34956         * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
34957         instead of rebinding C-x u and C-_.
34959         * files.el (normal-backup-enable-predicate): Return nil for files
34960         in /tmp, regardless of temporary-file-directory.
34962         * man.el (Man-getpage-in-background): Disable undo in Man buffer.
34964         * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
34965         (open-rectangle, delete-whitespace-rectangle-line)
34966         (clear-rectangle-line): If FILL, pass t instead of FILL
34967         for move-to-column's 2nd arg.
34969         * simple.el (undo): Fix the test for continuing a series of undos.
34970         (undo-more): Set pending-undo-list to t when we reach end.
34971         (pending-undo-list): Move up defvar.
34973         * wid-edit.el (widget-button-click):
34974         Shorten the range of the track-mouse binding.
34976         * comint.el (comint-insert-input): Undo previous changes;
34977         use last-input-event in interactive spec.
34979 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
34981         * progmodes/compile.el (compilation-start): Bind buffer-read-only
34982         to nil before invoking call-process.  Reset buffer's modified flag
34983         after fontifying it in the no-async branch.
34985         * wid-edit.el (widget-specify-button): If mouse pointer shape
34986         cannot be changed, use mouse face instead.
34988 2005-01-29  Nick Roberts  <nickrob@snap.net.nz>
34990         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
34991         (gdb-goto-breakpoint): Make breakpoint handling work on template
34992         functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>.
34993         (gdb-assembler-custom): Update to recognize breakpoint information
34994         added on 2005-01-19.
34996 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
34998         * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
34999         (dsssl-mode): Use define-derived-mode.
35000         (scheme-mode-initialize): Remove.
35001         (scheme-mode): Use run-mode-hooks.
35003         * cus-edit.el (customize-group-other-window)
35004         (custom-buffer-create-other-window): Don't override special-display-*.
35005         (custom-mode-map): Make it dense.
35007         * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
35008         sets the default value.
35010 2005-01-28  Eli Zaretskii  <eliz@gnu.org>
35012         * descr-text.el: Add more keywords.
35014 2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
35016         * speedbar.el: Avoid unnecessary use of locate-library.
35018         * international/mule-cmds.el (standard-display-european-internal):
35019         Don't fiddle with latin-1 non-break space any more since it's now
35020         special cased in the C code.
35021         Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
35023 2005-01-26  Luc Teirlinck  <teirllm@auburn.edu>
35025         * cus-start.el (all): Add `undo-outer-limit'.
35027 2005-01-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
35029         * textmodes/bibtex.el (bibtex-format-entry):
35030         Use `bibtex-empty-field-re' only on the text of fields, not on entire
35031         field lines.
35032         (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
35033         not on part of a buffer.
35035 2005-01-25  Lute Kamstra  <lute@gnu.org>
35037         * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
35038         nonempty field text strings like "{letters\\macro{}more letters}".
35039         Clarify docstring.
35040         (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
35041         (bibtex-entry-offset, bibtex-parse-association)
35042         (bibtex-parse-field-name): Fix typos in docstrings.
35043         (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
35045 2005-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
35046             Juri Linkov  <juri@jurta.org>
35048         * textmodes/reftex-global.el (reftex-isearch-push-state-function)
35049         (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
35050         (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
35051         (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
35053         * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
35054         isearch minor mode.
35056 2005-01-24  Luc Teirlinck  <teirllm@auburn.edu>
35058         * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
35060 2005-01-24  Lute Kamstra  <lute@gnu.org>
35062         * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
35063         CASECHARS and NOT-CASECHARS regular expressions of the
35064         "nederlands" and "nederlands8" dictionaries to prevent a "Range
35065         striding over charsets" error.
35067 2005-01-24  Jay Belanger  <belanger@truman.edu>
35069         * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
35070         display variable name.
35072 2005-01-24  Kenichi Handa  <handa@m17n.org>
35074         * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
35075         Fix setting of the element of encoded-kbd-iso2022-invocations.
35077 2005-01-24  Nick Roberts  <nickrob@snap.net.nz>
35079         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
35080         (gdb-threads-select): Change to also accept mouse events.
35081         (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
35082         (gdb-threads-mouse-select): Delete.
35084 2005-01-23  Luc Teirlinck  <teirllm@auburn.edu>
35086         * files.el (insert-directory): Take care of empty directory,
35087         listed without -a switch.
35089 2005-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
35091         * textmodes/refill.el (refill-post-command-function):
35092         Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
35093         to the list of functions that we should be careful not to undo.
35094         (refill-late-fill-paragraph-function): Remove.
35095         (refill-saved-state): New var.
35096         (refill-mode): Use it to save fill-paragraph-function.
35097         Save also the value of auto-fill-function.
35099         * term/w32-win.el: Simplify code.
35101 2005-01-23  Kim F. Storm  <storm@cua.dk>
35103         * simple.el (line-move): Adapt to new return value from
35104         pos-visible-in-window-p.
35106         * simple.el (line-move): Fix last change.  Check partial
35107         visibility at point rather than at window-start.
35109 2005-01-22  Jason Rumney  <jasonr@gnu.org>
35111         * term/w32-win.el (xw-defined-colors): Remove debug-message.
35113 2005-01-22  David Kastrup  <dak@gnu.org>
35115         * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
35117 2005-01-22  Eli Zaretskii  <eliz@gnu.org>
35119         * type-break.el (type-break-mode): Add a test for
35120         type-break-file-name being non-nil.
35122 2005-01-22  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
35124         * net/eudc.el (top level): Call (message "") via progn, so that
35125         eudc-options-file is loaded.
35127 2005-01-22  Kim F. Storm  <storm@cua.dk>
35129         * simple.el (line-move-1): Rename from line-move.
35130         (line-move): New function that adjusts vscroll for partially
35131         visible rows, and calls line-move-1 otherwise.
35133 2005-01-21  Ren\e,Ai\e(B Kyllingstad  <listmailxemacs@kyllingstad.com>
35135         * pcomplete.el: Define pcomplete-read-event instead of read-event,
35136         since it's not a complete read-event implementation.
35138 2005-01-20  Jay Belanger  <belanger@truman.edu>
35140         * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
35141         for called function.
35143 2005-01-20  Steven Tamm  <steventamm@mac.com>
35145         * term/mac-win.el (process-connection-type): Remove.
35146         Controlled now by s/darwin.h:PTY_ITERATION.
35148 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
35150         * window.el (handle-select-window): Don't switch window when we're
35151         in the minibuffer.
35153 2005-01-10  Paul Pogonyshev  <pogonyshev@gmx.net>
35155         * subr.el (dotimes-with-progress-reporter): New macro.
35157         * ses.el (ses-dotimes-msg): Remove macro.
35158         Use `dotimes-with-progress-reporter' instead.
35160 2005-01-19  Steven Tamm  <steventamm@mac.com>
35162         * term/mac-win.el (process-connection-type): Use new
35163         operating-system-release variable to use ptys on Darwin 7 (OS X
35164         10.3) when using carbon build.
35166 2005-01-19  Jay Belanger  <belanger@truman.edu>
35168         * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
35169         flags if the last command was a tab or M-tab.
35171         * calc/calc-prog.el (calc-user-define-edit): Put original formula
35172         in formula editing buffer.
35174 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
35176         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
35177         breakpoint image symbol in margin.
35179 2005-01-19  Jay Belanger  <belanger@truman.edu>
35181         * calc/calc-prog.el (calc-execute-kbd-macro):
35182         Ignore calc-keep-arg-flag.
35184 2005-01-19  Kenichi Handa  <handa@m17n.org>
35186         * textmodes/ispell.el (ispell-looking-at): New function.
35187         (ispell-process-line): Use ispell-looking-at to compare the ispell
35188         output and the buffer contents.
35190 2005-01-18  Jay Belanger  <belanger@truman.edu>
35192         * calc/calc.el (calc-display-raw): Fix docstring.
35194 2005-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
35196         * simple.el (blink-matching-open): Strip extra info from syntax.
35198         * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
35199         funny chars in the end-of-here-doc marker.
35201 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
35203         * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
35204         that enable/disabled state of breakpoints is shown correctly in
35205         fringe and on ttys.
35206         (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
35207         Add breakpoint information as text properties.
35208         (gdb-mouse-toggle-breakpoint):
35209         Rename to gdb-mouse-set-clear-breakpoint.
35210         (gdb-mouse-toggle-breakpoint): New function.  Enable/disable
35211         breakpoints in the margin.
35212         (gdb-remove-strings): Simplify.
35214 2005-01-17  Jay Belanger  <belanger@truman.edu>
35216         * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
35217         erasing buffer.
35219 2005-01-17  Richard M. Stallman  <rms@gnu.org>
35221         * progmodes/grep.el (grep-find): Copy from `grep' the condition
35222         for calling grep-compute-defaults.
35224         * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
35225         if buffer is empty.
35227         * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
35229 2005-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
35231         * hilit-chg.el (highlight-changes-mode): Don't autoload.
35233         * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
35234         non-preloaded variables.
35236 2005-01-17  Steven Tamm  <steventamm@mac.com>
35238         * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
35239         tex-shell cause to force interactivity when using pipes.
35241 2005-01-17  Kim F. Storm  <storm@cua.dk>
35243         * simple.el (just-one-space): Make arg optional.
35245 2005-01-17  Nick Roberts  <nickrob@snap.net.nz>
35247         * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
35248         posn-at-x-y to t to access left-margin.
35250 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
35252         Sync with Tramp 2.0.47.
35254         * net/tramp.el (tramp-operation-not-permitted-regexp): New defcustom,
35255         catching keep-date problems in cp/scp operations.
35256         (tramp-handle-copy-file): Don't call `set-file-modes'
35257         unconditionally.  Specialized functions should know better what is
35258         necessary.  This improves performance a little bit, and the
35259         functions could catch errors with `cp -p' and `scp -p'.
35260         (tramp-do-copy-or-rename-file-via-buffer)
35261         (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
35262         when appropriate.
35263         (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
35264         Call `set-file-modes' when appropriate.
35265         (tramp-action-out-of-band): Mask `scp -p' error.  Reported by Isak
35266         Johnsson <isak@hypergene.com>.
35267         (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
35268         of both Tramp buffer and debug buffer.  Reported by Joakim Verona
35269         <joakim@verona.se>.
35270         (tramp-file-name-for-operation): Mark `shell-command' as magic for
35271         Emacs only.
35273         * net/tramp-util.el (tramp-minor-mode): New minor mode.  Add it to
35274         `find-file-hooks' and `dired-mode-hook'.
35275         (tramp-minor-mode-map): Respective map.  Add remapping for
35276         `compile' and `recompile'.
35277         (tramp-remap-command, tramp-recompile): New defuns.
35278         (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
35279         in buffer "*Compilation*".  Call the commands asynchronously.
35281         * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
35282         (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
35283         `shell-command', because it isn't magic in XEmacs.  Reported by
35284         Adrian Aichner <adrian@xemacs.org>.
35286         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
35287         `substitute-in-file-name.
35288         (tramp-smb-handle-substitute-in-file-name): New defun.
35289         (tramp-smb-advice-PC-do-completion): Delete advice.
35291 2005-01-16  Kai Grossjohann  <kgrossjo@eu.uu.net>
35293         * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
35294         Fix error in deleting region.
35296 2005-01-15  Richard M. Stallman  <rms@gnu.org>
35298         * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
35299         In non-temp buffer, switch syntax table temporarily.
35301         * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
35303         * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
35305         * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
35307         * imenu.el (imenu--split-menu): Copy menulist before sorting.
35308         (imenu--generic-function): Use START, not BEG, as pos of definition.
35310         * simple.el (just-one-space): Argument specifies number of spaces.
35312         * simple.el (eval-expression-print-format): Avoid warning
35313         about edebug-active.
35315 2005-01-15  James R. Van Zandt  <jrvz@comcast.net>  (tiny change)
35317         * progmodes/sh-script.el: Code copied from make-mode.el
35318         with small changes,
35319         (sh-mode-map): Bind C-c C-\.
35320         (sh-backslash-column, sh-backslash-align): New variables.
35321         (sh-backslash-region, sh-append-backslash): New functions.
35323 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
35325         * mail/rmail.el: Updated to work with movemail from GNU Mailutils
35326         (rmail-pop-password, rmail-pop-password-required): Move to
35327         rmail-obsolete group.
35328         (rmail-set-pop-password): Rename to rmail-set-remote-password.
35329         All callers updated.
35330         (rmail-get-pop-password): Rename to rmail-get-remote-password.
35331         Take an argument specifying whether it is POP or IMAP mailbox we
35332         are using.  All callers updated.
35333         (rmail-pop-password-error): Rename to
35334         rmail-remote-password-error.  Added mailutils-specific error message.
35335         (rmail-movemail-search-path)
35336         (rmail-movemail-variant-in-use): New variables.
35337         (rmail-remote-password, rmail-remote-password-required):
35338         New customization variables.
35339         (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
35340         (rmail-parse-url): New function.
35341         (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
35342         with GNU mailutils movemail.
35344 2005-01-15  Kevin Ryde  <user42@zip.com.au>
35346         * info-look.el (c-mode/symbol): Add ^` to prefix, and change
35347         suffix to space, $ or '$, to correctly position point when going
35348         to @table style constants like DBL_MAX.
35350 2005-01-15  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
35352         * type-break.el (type-break-mode, type-break-file-time)
35353         (type-break-file-keystroke-count, type-break-choose-file):
35354         Don't store data in or load data from the file if type-break-file-name
35355         is nil.
35356         (type-break-file-name): Doc update as per the above.
35358 2005-01-15  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
35360         * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
35361         lookup-key might return nil; handle that.
35363 2005-01-15  Alan Mackenzie  <acm@muc.de>
35365         * progmodes/ebrowse.el (ebrowse-class-in-tree):
35366         Return the tail of the tree rather than the element found,
35367         thus enabling the tree to be setcar'd.
35369 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
35371         * textmodes/org.el (org-show-following-heading): New option.
35372         (org-show-hierarchy-above): Use `org-show-following-heading'.
35373         (org-cycle): Documentation fix.
35375         * textmodes/org.el (orgtbl-optimized): New option.
35376         (orgtbl-mode): New command, a minor mode.
35377         (orgtbl-mode-map): New variable.
35378         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
35379         (orgtbl-error, orgtbl-self-insert-command)
35380         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
35382         * textmodes/org.el (org-mode): `org-table-may-need-update' is now
35383         a local variable in each org-mode buffer.
35385         * textmodes/org.el (org-set-regexps-and-options): Rename from
35386         `org-set-regexps'.  Added checking for STARTUP keyword.
35387         (org-get-current-options): Add STARTUP options.
35388         (org-table-insert-row): Make mode intelligent about when
35389         realignment is needed.
35390         (org-self-insert-command, org-delete-backward-char, org-delete-char):
35391         New commands.
35392         (org-enable-table-editor): New default value `optimized'.
35393         (org-table-blank-field): Support blanking regions if active.
35395 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
35397         * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
35398         if the year is not given.
35400         * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
35401         Add new escapes %m and %M, fixed bug with %F by adding
35402         save-match-data.
35403         (reftex-reference): Remove ?. from list of spaces.
35404         (reftex-label-info): Add automatic label prefix recognition.
35406         * textmodes/reftex-index.el (reftex-index-next-phrase):
35407         Add slave parameter to call of `reftex-index-this-phrase'.
35408         (reftex-index-this-phrase): New optional argument.
35409         (reftex-index-region-phrases): Add slave parameter to call of
35410         `reftex-index-this-phrase'.
35411         (reftex-display-index): New argument redo.
35412         (reftex-index-rescan): Add `redo' to arguments of
35413         `reftex-display-index'.
35414         (reftex-index-Rescan, reftex-index-revert)
35415         (reftex-index-switch-index-tag): Add `redo' to arguments of
35416         `reftex-display-index'.
35417         (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
35418         indexing.  Fix bug with matching is there is a quote before or
35419         after the word.
35421         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
35422         Fix bug when collecting citation keys in lines with comments.
35423         (reftex-citation): Prefix argument no longer rescans the document,
35424         but forces prompting for optional arguments of cite macros.
35425         (reftex-do-citation): Prompting for optional arguments implemented.
35427         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
35428         Add optional arguments to most cite commands.
35429         (reftex-cite-cleanup-optional-args): New option
35430         (reftex-cite-prompt-optional-args): New option.
35431         (reftex-trust-label-prefix): New option.
35433         * textmodes/reftex-toc.el (reftex-toc-find-section):
35434         Add push-mark before changing the position in the buffer.
35436         * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
35437         (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
35439 2005-01-14  Nick Roberts  <nickrob@snap.net.nz>
35441         * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
35442         more carefully.
35444 2005-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
35446         * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
35447         (sgml-mode): Use it.
35448         (sgml-get-context): Better keep track of implicitly closed tags.
35450 2005-01-13  Kenichi Handa  <handa@m17n.org>
35452         * textmodes/ispell.el: These changes are to fix misalignment error
35453         caused by equivalent characters of different Emacs charsets.
35454         (ispell-unified-chars-table): New variable.
35455         (ispell-get-decoded-string): New function.
35456         (ispell-get-casechars, ispell-get-not-casechars)
35457         (ispell-get-otherchars): Call ispell-get-decoded-string.
35459 2005-01-12  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
35461         * custom.el (custom-declare-variable): Just put symbol instead
35462         of (defvar . symbol) in `current-load-list'.
35464 2005-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
35466         * emacs-lisp/elint.el: Fixed typo in Commentary section.
35468 2005-01-12  Jay Belanger  <belanger@truman.edu>
35470         * calc/calc-help.el (calc-describe-key): Use temporary info buffer
35471         to create a Calc summary.
35473 2005-01-12  Kim F. Storm  <storm@cua.dk>
35475         * mouse.el (mouse-on-link-p): Change functionality and doc
35476         string to comply with latest description in lisp ref.
35478 2005-01-12  Nick Roberts  <nickrob@snap.net.nz>
35480         * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
35481         Enable mouse clicks on mode-line, header-line and margin.
35482         (event-type): Give mouse event symbols an `event-kind' property
35483         with value `mouse-click'.
35485 2005-01-12  Juri Linkov  <juri@jurta.org>
35487         * facemenu.el (list-colors-display): Add new arg buffer-name.
35488         Use it.  Fix docstring.  Replace code for identifying duplicate
35489         colors by the name with call to `list-colors-duplicates' which
35490         identifies duplicate colors by the value unless the color
35491         is one of special Windows colors.  Set truncate-lines to t.
35492         Print sorted duplicate color names on each line.  Indent to 22
35493         \(the longest color name in rgb.txt) instead of 20.  Optimize.
35494         (list-colors-duplicates): New function.
35495         (facemenu-color-name-equal): Delete function.
35497         * facemenu.el (list-colors-print): New function created from code
35498         in list-colors-display.  Print #RRGGBB at the window right edge.
35499         (list-colors-display): When temp-buffer-show-function is not
35500         defined, call list-colors-print from temp-buffer-show-hook
35501         to get the right value of window-width in list-colors-print
35502         after the buffer is displayed.
35504         * simple.el (pop-mark): Move deactivate-mark out of conditional
35505         part to deactivate the active mark regardless of the state of the
35506         mark ring.
35508         * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
35509         variables line in desktop files.
35511 2005-01-12  Juri Linkov  <juri@jurta.org>
35513         * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
35514         Bring together isearch highlight related options.
35515         (lazy-highlight): Replace group `replace' by `matching'.
35516         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
35517         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
35518         (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
35519         and declare them obsolete.
35520         (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
35521         (isearch-faces): Remove defgroup.
35522         (isearch-overlay, isearch-highlight, isearch-dehighlight):
35523         Move isearch highlighting code closer to lazy highlighting code.
35525         * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
35526         (query-replace-highlight, query-replace-lazy-highlight)
35527         (query-replace): Move definitions to the beginning of the file.
35529 2005-01-11  Juri Linkov  <juri@jurta.org>
35531         * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
35532         * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
35533         * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
35535         * info.el (Info-history-forward): New variable.
35536         (Info-select-node): Reset Info-history-forward to nil.
35537         (Info-last): Turn into defalias.
35538         (Info-history-back): Rename from Info-last.
35539         Add current node to Info-history-forward.
35540         (Info-history-forward): New fun.
35541         (Info-mode-map): Replace Info-last by Info-history-back.
35542         Bind Info-history-forward to "r".
35543         (Info-mode-menu): Replace Info-last by Info-history-back.
35544         Fix menu item text.  Add menu item for Info-history-forward.
35545         (info-tool-bar-map): Replace Info-last by Info-history-back.
35546         Replace its icon "undo" by "back_arrow".  Add icon "fwd_arrow"
35547         for Info-history-forward.
35548         (Info-mode): Replace Info-last by Info-history-back in docstring.
35549         Add local variable Info-history-forward.
35550         (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
35552 2005-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
35554         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
35555         (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
35556         Ignore select-window events rather than fiddle with
35557         mouse-autoselect-window.
35559 2005-01-11  Matthew Mundell  <matt@mundell.ukfsn.org>
35561         * type-break.el (type-break-mode): Fix previous change.
35563 2005-01-10  Jay Belanger  <belanger@truman.edu>
35565         * calc/calc-ext.el (calc-reset): Reset when inside embedded
35566         calculator; only reset when point is inside a calculator.
35567         Don't adjust the window height if the window takes up the whole height
35568         of the frame.
35570 2005-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
35572         * ebuff-menu.el (Electric-buffer-menu-mode):
35573         Preserve value of buffer-local var header-line-format.
35575 2005-01-09  Jay Belanger  <belanger@truman.edu>
35577         * calc/calc.el (calc-mode-var-list-restore-saved-values):
35578         Make sure settings file exists before accessing it.
35580         * calc/calc-embed.el (calc-embedded-subst):
35581         Replace math-multi-subst-rec, which is only supposed to be called
35582         by math-multi-subst, by math-multi-subst.
35584 2005-01-09  Andre Spiegel  <spiegel@gnu.org>
35586         * vc.el (vc-allow-async-revert): New user option.
35587         (vc-disable-async-diff): New internal variable.
35588         (vc-revert-buffer): Use them to disable asynchronous diff.
35590         * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
35591         (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
35592         asynchronously if vc-disable-async-diff is t.
35594 2005-01-09  Jay Belanger  <belanger@truman.edu>
35596         * calc/calc.el (defcalcmodevar): New macro.
35597         (calc-mode-var-list-restore-default-values)
35598         (calc-mode-var-list-restore-saved-values): New functions.
35599         (calc-mode-var-list): Use defcalcmodevar to define it.
35600         (calc-always-load-extensions, calc-line-numbering)
35601         (calc-line-breaking, calc-display-just, calc-display-origin)
35602         (calc-number-radix, calc-leading-zeros, calc-group-digits)
35603         (calc-group-char, calc-point-char, calc-frac-format)
35604         (calc-prefer-frac, calc-hms-format, calc-date-format)
35605         (calc-float-format, calc-full-float-format, calc-complex-format)
35606         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
35607         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
35608         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
35609         (calc-matrix-brackets, calc-language, calc-language-option)
35610         (calc-left-label, calc-right-label, calc-word-size)
35611         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
35612         (calc-display-raw, calc-internal-prec, calc-angle-mode)
35613         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
35614         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
35615         (calc-window-height, calc-display-trail, calc-show-selections)
35616         (calc-use-selections, calc-assoc-selections)
35617         (calc-display-working-message, calc-auto-why, calc-timing)
35618         (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
35619         (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
35620         (calc-gnuplot-default-device, calc-gnuplot-default-output)
35621         (calc-gnuplot-print-device, calc-gnuplot-print-output)
35622         (calc-gnuplot-geometry, calc-graph-default-resolution)
35623         (calc-graph-default-resolution-3d, calc-invocation-macro)
35624         (calc-show-banner): Use defcalcmodevar to declare them and set
35625         their default values.
35627         * calc/calc-ext.el (calc-reset): Restore saved values of variables
35628         instead of default values (but restore default values if there is
35629         an argument of 0).
35631 2005-01-09  David Kastrup  <dak@gnu.org>
35633         * desktop.el (desktop-restore-eager): Fix typo in type.
35635 2005-01-08  Richard M. Stallman  <rms@gnu.org>
35637         * cus-edit.el (customize): Delete :link.
35639 2005-01-08  Jay Belanger  <belanger@truman.edu>
35641         * calc/calc.el (calc-mode): Remove the extension from the
35642         `calc-settings-file' file name when loading it.
35644 2005-01-08  Kim F. Storm  <storm@cua.dk>
35646         * info.el (Info-mode-map, Info-next-link-keymap)
35647         (Info-prev-link-keymap, Info-up-link-keymap):
35648         Map follow-link to mouse-face.
35649         (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
35651 2005-01-08  Jay Belanger  <belanger@truman.edu>
35653         * calc/calc.el (calc-settings-file): Change default value.
35654         Suggested by cgw in a comment in calc-mode.el.
35656         * calc/calc-mode.el (calc-settings-file-name):
35657         Compare calc-settings-file to user-init-file instead of ~/.emacs.
35658         Replace ~/.emacs in a prompt by calc-settings-file.
35660 2005-01-07  Lars Hansen  <larsh@math.ku.dk>
35662         * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
35663         (desktop-lazy-idle-delay): New customizable variables.
35664         (desktop-buffer-args-list): New variable.
35665         (desktop-append-buffer-args): New function.
35666         (desktop-save): Call desktop-append-buffer-args for some buffers.
35667         (desktop-lazy-create-buffer): New function.
35668         (desktop-idle-create-buffers): New function.
35669         (desktop-read): Add message about buffers to restore lazily.
35670         (desktop-lazy-abort): New command.
35671         (desktop-clear): Call desktop-lazy-abort.
35672         (desktop-lazy-complete): New command.
35674 2005-01-06  Richard M. Stallman  <rms@gnu.org>
35676         * emacs-lisp/find-func.el (find-face-definition):
35677         Rename from find-face.
35679 2005-01-06  Kim F. Storm  <storm@cua.dk>
35681         * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
35683         * man.el (Man-xref-man-page, Man-xref-header-file)
35684         (Man-xref-normal-file): Add follow-link property.
35686 2005-01-06  Jay Belanger  <belanger@truman.edu>
35688         * calc/calc-units.el: Make sure the proper macro definitions are
35689         available when compiling.
35691 2005-01-06  Juri Linkov  <juri@jurta.org>
35693         * isearch.el (isearch-lazy-highlight-update):
35694         Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
35696 2005-01-06  Miles Bader  <miles@gnu.org>
35698         * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
35699         (isearch-lazy-highlight-face): Use new name.
35701 2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
35703         * uniquify.el (uniquify-rationalize-file-buffer-names):
35704         Re-add an interactive spec.
35705         (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
35706         to the same name.
35708         * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
35709         (isearch-update, isearch-done): Adjust calls accordingly.
35711 2005-01-05  Richard M. Stallman  <rms@gnu.org>
35713         * custom.el (custom-set-variables, custom-theme-set-variables):
35714         Clarify documentation.
35716         * emacs-lisp/find-func.el (find-variable)
35717         (find-variable-other-window, find-variable-other-frame):
35718         Fix the TYPE args to find-function-read and find-function-do-it.
35719         (find-function): Doc fix.
35720         (find-function-at-point): Replace function-at-point alias.
35722 2005-01-04  Richard M. Stallman  <rms@gnu.org>
35724         * cus-face.el (custom-declare-face):
35725         Record defface in current-load-list.
35727         * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
35729         * emacs-lisp/find-func.el: Doc fixes.
35730         (find-face-regexp): New variable.
35731         (find-function-regexp-alist): New variable.
35732         (find-function-C-source): Third arg is now TYPE.
35733         (find-function-search-for-symbol): Handle general TYPE.
35734         (find-function-read, find-function-do-it): Handle general TYPE.
35735         (find-definition-noselect, find-face): New functions.
35736         (function-at-point): Alias deleted.
35738 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
35740         * battery.el (display-battery-mode): Rename from display-battery.
35741         Handle the case where it gets turned off.
35743 2005-01-04  Richard M. Stallman  <rms@gnu.org>
35745         * cus-edit.el (customize): Make :link point to user doc.
35747         * man.el (Man-fontify-manpage): Turn off undo generation.
35749         * add-log.el (change-log-font-lock-keywords): Don't match just "From".
35751 2005-01-04  Andreas Schwab  <schwab@suse.de>
35753         * files.el (insert-directory): Only look for error lines in
35754         inserted text.  Don't move too far after processing --dired markers.
35756 2005-01-04  Richard M. Stallman  <rms@gnu.org>
35758         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
35759         Don't expand if the character is @, period, dash, etc.
35760         (define-mail-abbrev): Quote names that contain problem characters.
35762 2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
35764         * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
35766 2005-01-03  Richard M. Stallman  <rms@gnu.org>
35768         * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
35769         (query-replace-highlight, query-replace-lazy-highlight)
35770         (query-replace): Definitions moved up.  Doc fix.
35772 2005-01-03  Richard M. Stallman  <rms@gnu.org>
35774         * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
35775         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
35776         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
35777         (lazy-highlight-face): Rename from isearch-lazy-...
35778         Change all references to them.
35780 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
35782         * cus-edit.el (custom-file): Doc fix for defcustom.
35783         (custom-file): The function no longer sets the variable
35784         `custom-file' to its return value.
35786         * startup.el (command-line): No longer load `custom-file'.
35788 2005-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
35790         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
35792         * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
35793         Don't confuse module-prefixed identifiers for labels.
35794         Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
35796 2005-01-02  Richard M. Stallman  <rms@gnu.org>
35798         * files.el (basic-save-buffer-1): Fix previous change.
35800         * loadhist.el (file-loadhist-lookup): New function.
35801         (file-provides, file-requires): Use it.
35803         * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
35804         instead of calculating the right size.
35806 2005-01-02  Karl Chen  <quarl@cs.berkeley.edu>
35808         * vc-svn.el (vc-svn-diff): Stay local if possible.
35810 2005-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
35812         * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
35814         * files.el (hack-local-variables): Fix last change.
35816 2005-01-02  Jay Belanger  <belanger@truman.edu>
35818         * calc/calc-yank.el (calc-edit-top): New variable.
35819         (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
35820         object.  Change header properties.
35821         (calc-edit-finish, calc-edit-finish-stack-object)
35822         (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
35823         edited object.
35824         * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
35825         for the beginning of the edited object.
35826         * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
35827         for the beginning of the edited object.
35828         * calc/calc-prog.el (calc-edit-macro-finish-edit)
35829         (calc-finish-formula-edit, calc-macro-repeats)
35830         (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
35831         (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
35832         beginning of the edited object.
35833         (calc-user-define-edit): Change the header for editing macros.
35834         Remove unnecessary variable.
35836 2005-01-01  Jay Belanger  <belanger@truman.edu>
35838         * calc/calc-yank.el (calc-edit-mode): Change default header.
35839         (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
35840         * calc/calc-store.el (calc-edit-variable): Change title to match new
35841         header.
35842         * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
35843         mode to match new header.
35844         (calc-user-define-edit): Change titles to include names of commands.
35845         (calc-finish-formula-edit): Adjust to handle new header.
35846         (calc-finish-macro-edit): Remove.
35847         (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
35848         (calc-edit-macro-command, calc-edit-macro-command-type)
35849         (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
35850         (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
35851         (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
35852         (calc-edit-macro-finish-edit): New functions.
35853         (calc-user-define-edit): Use new functions to edit named calc macros.
35855 2005-01-01  Stefan Monnier  <monnier@iro.umontreal.ca>
35857         * files.el (hack-local-variables): Cleanup prefix/suffix matching.
35859         * ses.el (copy-region-as-kill): Deactivate mark.
35861 2005-01-01  Richard M. Stallman  <rms@gnu.org>
35863         * replace.el (occur-1): If the output buffer is also an input,
35864         don't kill it, rename it.
35866         * faces.el (set-face-background, set-face-foreground): Doc fix.
35868         * cus-face.el (custom-face-attributes): Fix :help-echo strings
35869         for :foreground and :background.
35871         * dired.el (dired-view-command-alist): Variable deleted.
35872         (dired-view-file, dired-mouse-find-file-other-window):
35873         Delete the code to use it.
35875 2005-01-01  Kim F. Storm  <storm@cua.dk>
35877         * image.el (insert-sliced-image): Use t for line-height property.
35879 See ChangeLog.11 for earlier changes.
35881 ;; Local Variables:
35882 ;; coding: iso-2022-7bit
35883 ;; add-log-time-zone-rule: t
35884 ;; End:
35886     Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
35888   This file is part of GNU Emacs.
35890   GNU Emacs is free software; you can redistribute it and/or modify
35891   it under the terms of the GNU General Public License as published by
35892   the Free Software Foundation; either version 3, or (at your option)
35893   any later version.
35895   GNU Emacs is distributed in the hope that it will be useful,
35896   but WITHOUT ANY WARRANTY; without even the implied warranty of
35897   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
35898   GNU General Public License for more details.
35900   You should have received a copy of the GNU General Public License
35901   along with GNU Emacs; see the file COPYING.  If not, write to the
35902   Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
35903   Boston, MA 02110-1301, USA.
35905 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1