* cus-edit.el (customize-package-emacs-version-alist): Update
[emacs.git] / lisp / ChangeLog
blob045d14192edd12563db80a65fd7becb7de5eb82c
1 2006-04-13  Bill Wohler  <wohler@newt.com>
3         * cus-edit.el (customize-package-emacs-version-alist): Update
4         docstring.
5         (customize-package-emacs-version): Use cdr instead of cadr now
6         that alists use dotted pairs.
8         * custom.el (defcustom): Fix docstring for :package-version.
10 2006-04-13  Michael Albinus  <michael.albinus@gmx.de>
12         * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
13         (tramp-handle-shell-command): Display output buffer only when
14         `tramp-display-shell-command-buffer' is true.
15         (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
17 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
19         * textmodes/org.el (org-set-autofill-regexps): Set only the local
20         values of `adaptive-fill-regexp' and `adaptive-fill-function'.
22 2006-04-13  Romain Francoise  <romain@orebokech.com>
24         * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
25         leaving temporary .cvsignore buffers behind.
27 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
29         * textmodes/org.el: (org-set-regexps-and-options,
30         org-get-current-options): Better names for the startup folding
31         options.
33 2006-04-13  Thien-Thi Nguyen  <ttn@gnu.org>
35         * vc.el (vc-annotate): Arrange for point to end up at the same
36         line number as in the original, but only when using a new buffer.
38 2006-04-12  Davis Herring  <herring@lanl.gov>  (tiny change)
40         * files.el (hack-one-local-variable-eval-safep): Recognize
41         `edebug-form-spec' for `put', but only if it passes
42         `edebug-basic-spec'.  Generalize `put' handling.
44         * emacs-lisp/edebug.el (edebug-basic-spec): New function for
45         vetting file-local form specs.
47         * allout.el (allout-layout): Autoload its `safe-local-variable'
48         property.
50 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
52         * textmodes/org.el: (org-ctrl-c-ctrl-c): Improved documentation
53         string.
54         (org-agenda-mouse-1-follows-link)
55         (org-mouse-1-follows-link): New options.
56         (org-format-agenda-item): Fixed bug if TAGS is nil.
57         (org-agenda-get-scheduled): Quote `priority' symbol in plist.
59 2006-04-13  Nick Roberts  <nickrob@snap.net.nz>
61         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
62         GDB 6.1+ gives full filename for "info sources" so use
63         file-name-nondirectory.
65 2006-04-12  Romain Francoise  <romain@orebokech.com>
67         * subr.el (read-passwd): Bind `message-log-max' to nil.
69 2006-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
71         * progmodes/perl-mode.el (perl-indent-new-calculate):
72         Recompute parse-start after jumping backward by a whole sexp.
74 2006-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
76         * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
77         window configuration.
78         (vc-annotate-display-select): Select the buffer so that current-buffer
79         (and selected-window) is the output buffer at the end of vc-annotate.
81 2006-04-11  J.D. Smith  <jdsmith@as.arizona.edu>
83         * vc.el (vc-annotate-color-map): Add custom TTY color map for
84         8-color terminals, to use all of the colors in a sensible order.
85         256-color terminals work well with the standard map.
86         (vc-annotate-lines): Only strip the first color character if it
87         is "#", to allow for terminal-style named colors.
88         (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
89         the correct buffer is scrolled.
91 2006-04-11  Richard Stallman  <rms@gnu.org>
93         * emacs-lisp/bytecomp.el (byte-compile-file):
94         Bind enable-local-variables to :safe, and make normal-mode obey it.
96         * files.el (enable-local-variables): Allow value :safe.
97         (normal-mode): Doc fix.
98         (hack-local-variables): Implement enable-local-variables = :safe.
99         (hack-local-variables-confirm): Don't prevent quitting.
101 2006-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
103         * loadhist.el (unload-feature): A bit of sanity check of
104         load-history entries.  Cancel timer-vars before unbinding them.
106         * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
107         quote special chars, and make the trick work on the hex part of the
108         buffer as well.
109         (hexl-mode, hexl-save-buffer, hexl-mode-exit)
110         (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
112         * startup.el (normal-splash-screen): Fix last change so we don't wait
113         2 minutes if we don't show the splash screen.
115 2006-04-11  Carsten Dominik  <dominik@science.uva.nl>
117         * textmodes/org.el (org-export-plain-list-max-depth)
118         (org-table-spaces-around-separators)
119         (org-radio-targets, org-activate-camels)
120         (org-table-spaces-around-invisible-separators): Options removed.
121         (org-time-stamp-rounding-minutes, org-remember-templates)
122         (org-ellipsis, org-activate-links, org-descriptive-links):
123         New options.
124         (org-remember-apply-template, org-current-time)
125         (org-finish-edit-table-field)
126         (org-link-unescape, org-link-escape)
127         (org-string-width, org-table-clean-line, org-html-do-expand)
128         (org-edit-agenda-file-list, org-store-new-agenda-file-list)
129         (org-read-agenda-file-list): New functions.
130         (org-table-edit-field)
131         (org-table-create-or-convert-from-region): New commands
132         (org-table-toggle-vline-visibility): Command removed.
133         (org-table-convert-region): Made a command.
134         (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
135         Replace with the normal org- functions.
136         (org-self-insert-command): Don't trigger realign unnecessarily
137         when blanking a field that is not full.
138         (org-mode): `Set buffer-invisibility-spec' for links.
139         (org-activate-links2): Hide link part and only show descriptive
140         part of the link.
141         (org-insert-link): Modify for new linking system.
142         (org-store-link): Store description separately, for use by
143         `org-insert-link'.
144         (org-table-align): Use `org-string-width'.
145         (defgroup): Completely new group structure for custom variables.
146         (org-agenda-files): Option: Single file name allowed.  Function:
147         Optional argument unrestrited means ignore any restricitons.
148         (org-install-agenda-files-menu): Find a buffer in Org-mode before
149         trying to modify the menu.  Use generalized access to
150         `org-agenda-files.'
151         (org-agenda-list, org-todo-list, org-cycle-agenda-files)
152         (org-agenda-file-to-front, org-remove-file, org-diary)
153         (org-tags-view, org-export-icalendar-all-agenda-files)
154         (org-export-icalendar-combine-agenda-files): Use generalized
155         access to `org-agenda-files'.
156         (org-remember-handler): Correctly preserve heading if present.
157         (org-table-insert-row, org-table-insert-hline): Deal with
158         invisible characters.
160 2006-04-10  J.D. Smith  <jdsmith@as.arizona.edu>
162         * vc.el (vc-annotate-display-mode): Made default 'fullscale.
163         (vc-annotate-color-map): New 18 element constant
164         value/saturation, rotating hue colormap, from red->blue.
165         (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
166         (vc-annotate-display-select): Switch to annotate-mode elsewhere.
167         (vc-annotate): To avoid killing the required local variables,
168         set them before the end of `with-output-to-temp-buffer', and
169         after first switching to annotate-mode.
170         (vc-annotate-warp-version): Add buffer argument in goto-line to
171         ensure annotation, not source, is scrolled.
173 2006-04-10  Bill Wohler  <wohler@newt.com>
175         * custom.el (defcustom, custom-handle-keyword):
176         Add :package-version keyword.
177         (custom-add-package-version): New function.  Sets value of new
178         property 'custom-package-version from :package-version keyword.
179         (defcustom): Create Common Keywords section in docstring.
180         (defface, defgroup): Replace definitions of a select few keywords
181         with a reference to the Common Keywords in defcustom.
182         (defcustom, defface, defgroup): Replace reference to Customization
183         chapter in manual with hyperlink.
185         * cus-edit.el (customize-package-emacs-version-alist):
186         New variable.
187         (customize-changed-options): Add check for custom-package-version.
188         (customize-package-emacs-version): New function to look up Emacs
189         version corresponding to the given package version.
191         * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
192         defun name, in similar fashion to find-variable-regexp.
194 2006-04-10  Eli Zaretskii  <eliz@gnu.org>
196         * international/mule-cmds.el (set-locale-environment): Fix last
197         change for when the locale's preferences don't specify any encoding.
199 2006-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
201         * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
202         so the defined var/fun doesn't need to be quoted.
204 2006-04-10  Richard Stallman  <rms@gnu.org>
206         * finder.el (finder-mode-map): Add n and p bindings.
208 2006-04-10  Nick Roberts  <nickrob@snap.net.nz>
210         * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
211         (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
212         (gdb-setup-windows): Put something in source window if we can't find
213         the source file.
214         (gdb-frame-handler): Make it work again with just assembly.
215         (gdb-data-list-register-values-handler): Make it work when there is
216         no stack.
218 2006-04-09  Richard Stallman  <rms@gnu.org>
220         * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
221         specs while looking for charset.
223         * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
225         * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
226         Make them faces.
227         (lm-font-lock-keywords): Update appropriately.
229 2006-04-10  Kim F. Storm  <storm@cua.dk>
231         * simple.el (filter-buffer-substring): Add NOPROPS arg, so
232         it can also replace buffer-substring-no-properties.
234         * emulation/cua-base.el (cua-delete-region, cua-paste)
235         (cua-repeat-replace-region): Use filter-buffer-substring.
237         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
238         (cua-cut-region-to-global-mark): Likewise.
240         * emulation/cua-rect.el (cua--extract-rectangle)
241         (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
243 2006-04-09  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
245         * textmodes/bibtex.el (bibtex-entry-update): New optional arg
246         entry-type.  Add field delimiters to numerical fields if they are
247         not present.
249 2006-04-09  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
251         * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
252         string-const to return value.
253         (bibtex-remove-delimiters): Use it.
255 2006-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
257         * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
258         cl-byte-compile-compiler-macro unless it exists.
260 2006-04-08  Eli Zaretskii  <eliz@gnu.org>
262         * files.el (hack-local-variables-confirm) <offer-save>:
263         Clarify message text.  Suggested by Ralf Angeli.
265 2006-04-08  Michael Cadilhac  <michael.cadilhac@lrde.org>  (tiny change)
267         * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
268         (delete-extract-rectangle-line): Use `filter-buffer-substring'
269         instead of `buffer-substring' and `delete-region'.  (Most of the
270         code actually copied from `kill-region'.)
272 2006-04-08  Ryan Yeske  <rcyeske@gmail.com>
274         * rcirc.el (rcirc-default-server): Rename from rcirc-server.
275         (rcirc-default-port): Rename from rcirc-port.
276         (rcirc-default-nick): Rename from rcirc-nick.
277         (rcirc-default-user-name): Rename from rcirc-user-name.
278         (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
279         (rcirc-low-priority-flag): New variable.
280         (rcirc-decode-coding-system): New defcustom.
281         (rcirc-encode-coding-system): New defcustom.
282         (rcirc-coding-system-alist): New defcustom.
283         (rcirc-multiline-major-mode): New defcustom.
284         (rcirc-nick): New internal variable.
285         (rcirc-process): Remove variable.
286         (rcirc-server-buffer): New variable.
287         (rcirc): Update to use rcirc-default-* variables above.
288         (rcirc-connect): Do not add window-configuration-hook-here.
289         (rcirc-server): New internal variable.
290         (rcirc-connect): Do not send keepalive pings if
291         rcirc-keepalive-seconds is nil.
292         (with-rcirc-server-buffer): New macro.
293         (rcirc-send-string): Encode with rcirc-encode-coding-system.
294         (rcirc-server-name): Rename from rcirc-server.
295         (rcirc-buffer-process): New function.
296         (rcirc-buffer-nick): New function.
297         (rcirc-buffer-target): Remove function.
298         (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
299         New commands.
300         (rcirc-mode-map): Change binding of C-c C-l to
301         rcirc-toggle-low-priority.
302         (rcirc-mode): Initialize coding system based on
303         rcirc-coding-system-alist.  New change-major-mode-hook to part the
304         channel on a mode change.  Make kill-buffer-hook buffer-local.
305         (rcirc-change-major-mode-hook): New function.
306         (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
307         (rcirc-last-post-time): New variable.
308         (rcirc-process-message): Store the last time user posted a message
309         to this target.
310         (rcirc-multiline-minor-mode): New mode.
311         (rcirc-multiline-minor-mode-map): New mode map.
312         (rcirc-edit-multiline): Put multiline-edit buffer in
313         rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
314         (rcirc-print): Ignore any line starting with an ignored nick.
315         (rcirc-print): Decode using rcirc-decode-coding-system.
316         (rcirc-track-minor-mode): Update global-mode-string when disabling
317         this mode.
318         (minor-mode-alist): Add LowPri indicator.
319         (rcirc-toggle-low-priority): New function.
320         (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
321         next lowpriority buffer with activity.
322         (rcirc-record-activity): Sort buffers in rcirc-activity by the
323         last time the user posted a message in to the target.
324         (rcirc-update-activity-string): New formatting for low priority
325         buffers.
326         (rcirc-split-activity): New function.
327         (rcirc-handler-PART, rcirc-handler-KICK)
328         (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
329         (rcirc-nick-away-alist): New variable.
330         (rcirc-handler-301): New handler.  Away messages are printed once
331         per change.
333 2006-04-08  Eli Zaretskii  <eliz@gnu.org>
335         * info.el (Info-follow-nearest-node): Doc fix.
337         * international/mule-cmds.el (set-locale-environment): Make sure
338         the coding-system preferred by the locale's language has the same
339         EOL conversion type as the original buffer-file-coding-system.
340         (locale-language-names): Add a few MS Windows language codes.
342 2006-04-07  Richard Stallman  <rms@gnu.org>
344         * simple.el (eval-expression): Doc fix.
346         * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
347         (eval-defun): Doc fixes.
349 2006-04-07  Reiner Steib  <Reiner.Steib@gmx.de>
351         * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
353 2006-04-07  Nick Roberts  <nickrob@snap.net.nz>
355         * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
356         GDB list command without argument for greater generality.
358 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
360         * subr.el (string-or-null-p): New function.
362         * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
364         * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
366         * files.el: Update comment about safe-local-variable declarations.
368 2006-04-06  J.D. Smith  <jdsmith@as.arizona.edu>
370         * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
371         See idlwave.org.
373         * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
374         See idlwave.org.  Includes code to obsolete idlw-rinfo.el.
376         * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
377         See idlwave.org.
379         * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
380         version 6.0 (minimal changes).  See idlwave.org.
382         * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
383         6.0 (minimal changes).  See idlwave.org.
385         * progmodes/idlw-rinfo.el: File obsoleted and removed.
387 2006-04-06  Romain Francoise  <romain@orebokech.com>
389         * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
390         symmetric encryption features and a new asynchronous interface to
391         GnuPG.  This new version is version 1.4, plus whitespace changes.
393 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
395         * files.el: Move some `safe-local-variable' declarations to the
396         respective files.
398         * textmodes/ispell.el (ispell-check-comments)
399         (ispell-local-dictionary): Mark as safe.
401         * abbrev.el (abbrev-mode): Mark as safe.
403         * add-log.el (change-log-default-name): Mark as safe.
405         * textmodes/reftex-vars.el (reftex-vref-is-default)
406         (reftex-fref-is-default, reftex-level-indent)
407         (reftex-guess-label-type): Mark as safe.
409         * textmodes/fill.el (colon-double-space): Mark as safe.
411         * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
412         (sentence-end-double-space, sentence-end-without-period)
413         (sentence-end-without-space, sentence-end, sentence-end-base)
414         (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
416 2006-04-06  Kim F. Storm  <storm@cua.dk>
418         * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
419         the :set-after list.
420         (ido-downcase-unc-hosts): New user option.  Default on.
421         (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
422         when it is set, as regexps are now applied on the fly.
423         (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
424         Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
425         on the fly, but only when ido-process-ignore-lists is set.
426         Do case insensitive filtering if ido-downcase-unc-hosts is set.
427         Only downcase names if ido-downcase-unc-hosts is set.
429 2006-04-06  Juanma Barranquero  <lekktu@gmail.com>
431         * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
433         * woman.el (WoMan-xref-man-page): Fix call to `substring'.
435 2006-04-05  Kim F. Storm  <storm@cua.dk>
437         * ido.el (ido-mode): Set after ido-unc-hosts and
438         ido-ignore-unc-host-regexps.
439         (ido-save-history): Save ido-unc-hosts-cache.
440         (ido-load-history): Load ido-unc-hosts-cache.
441         (ido-reread-directory): Refresh unc hosts cache in // dir.
443         * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
444         to nil while displaying slash screen.
446 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
448         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
449         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
451 2006-04-05  Kenichi Handa  <handa@m17n.org>
453         * international/characters.el: Setup cases of Latin, Greek, and
454         Cyrillic characters in CJK charsets.
456 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
458         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
459         default-enable-multibyte-characters.  This reverts the change from
460         revision 6.17 which is no longer necessary because the passphrase
461         is sent separately now.  GnuPG messages are unreadable under
462         multibyte locales with default-enable-multibyte-characters set to nil.
464 2006-04-04  Andreas Schwab  <schwab@suse.de>
466         * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
467         and `byte-compile-warnings' as `safe-local-variable'.
469 2006-04-04  Dan Nicolaescu  <dann@ics.uci.edu>
471         * man.el (Man-mode-map): Restore the \r binding.
472         (Man-abstract-xref-man-page): If Man-target-string is a function,
473         call it.
474         (Man-highlight-references): Use Man-default-man-entry to get the
475         target. Deal with xrefs too.
476         (Man-highlight-references0): Don't call the target function.
478         * woman.el (WoMan-xref-man-page): Strip the section number, woman
479         cannot deal with it.
481 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
483         * pgg-gpg.el: Clean up process buffers every time gpg processes
484         complete.
486 2006-04-04  Kenichi Handa  <handa@m17n.org>
488         * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
489         here.
490         (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
491         Temporarily bind inhibit-field-text-motion to t.
493 2006-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
495         * startup.el (normal-splash-screen): Only set mode-line-format in the
496         splash buffer, so as not to interfere when debugging the code.
497         Ignore errors when switching buffer.
499 2006-04-03  Romain Francoise  <romain@orebokech.com>
501         * dired.el (dired-dnd-protocol-alist): Fix typo.
503 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
505         * savehist.el (savehist): Add :version.
506         (savehist-ignored-variables): New variable.
507         (savehist-minibuffer-hook): Don't save variables listed in
508         `savehist-ignored-variables'.
510         * dired.el (dired-dnd-protocol-alist): Mention that change does
511         only apply to new buffers in doc string.
513 2006-04-03  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
515         * recentf.el (recentf-open-files-item): Include newline in button
516         field, so opening a file will work, when the point is at the end
517         of the file name.  Allow, for example, to [i]search a file by
518         extension and just push RET to open it.
520 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
522         * pgg-gpg.el (pgg-gpg-process-filter)
523         (pgg-gpg-wait-for-completion): Check if buffer is alive.
525         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
526         lines, temporary fix.
528 2006-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
530         * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
532 2006-04-02  Richard Stallman  <rms@gnu.org>
534         * progmodes/compile.el (compilation-message-face): Make it defcustom.
536 2006-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
538         * ibuf-macs.el (define-ibuffer-column): Add a new key:
539         header-mouse-map.
541         * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
542         (ibuffer-mode-header-map): New keymaps.
543         (ibuffer-update-title-and-summary): Enable mouse face highlighting
544         and keybindings for column headers.
545         (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
546         property.
548 2006-04-02  Drew Adams  <drew.adams@oracle.com>  (tiny change)
550         * speedbar.el (speedbar-after-create-hook): Doc fix.
552 2006-04-02  Michael Ernst  <mernst@alum.mit.edu>
554         * shell.el (shell-directory-tracker)
555         (shell-dynamic-complete-command): Doc fixes.
557 2006-04-01  Matt Hodges  <MPHodges@member.fsf.org>
559         * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
560         terminals.
562 2006-04-01  Kim F. Storm  <storm@cua.dk>
564         * ido.el (ido-unc-hosts-cache): New defvar.
565         (ido-unc-hosts): If value of defcustom is a function, call it to
566         get list of UNC hosts.  Add function-item choices to specify
567         ido-unc-hosts-net-view or user function.
568         (ido-ignore-unc-host-regexps): New defcustom.
569         (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
570         (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
571         (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
573 2006-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
575         * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
576         wwidth.
578 2006-03-31  Juanma Barranquero  <lekktu@gmail.com>
580         * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
581         (ido-max-work-file-list, ido-switch-buffer)
582         (ido-read-file-name-as-directory-commands):
583         Fix typos in docstrings.
585 2006-03-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
587         * term/mac-win.el (mac-system-coding-system): Define and use after
588         Mac-specific coding systems are ready.
590 2006-03-27  Romain Francoise  <romain@orebokech.com>
592         * net/rcirc.el (rcirc-connect): Add autoload cookie.
594         * ldefs-boot.el: Update.
596 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
598         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
599         passphrases when it is not needed.
600         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
601         passphrase stuff from gpg, should only be necessary when you use
602         gpg with a smartcard.
604 2006-03-27  Nick Roberts  <nickrob@snap.net.nz>
606         * comint.el (comint-dynamic-list-completions): Allow user to
607         select *Completions* buffer.
609 2006-03-27  Carsten Dominik  <dominik@science.uva.nl>
611         * textmodes/org.el (org-get-level-face): Fix bug with level counting.
613 2006-03-26  Andreas Schwab  <schwab@suse.de>
615         * progmodes/gud.el (gdb): Only complain about multiple debugging
616         when the gdb process is still running.
618 2006-03-25  Eli Zaretskii  <eliz@gnu.org>
620         * mail/rmail.el (tool-bar-map): Defvar it.
621         (rmail-tool-bar-map): Tool-bar buttons for Rmail.
622         (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
624 2006-03-25  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
626         * help.el (print-help-return-message): Suggest to use
627         display-buffer instead of switch-to-buffer-other-window to restore
628         the previous window without selecting it.
630 2006-03-25  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
632         * frame.el (select-frame-by-name): Call x-focus-frame also when
633         window-system is mac.
635         * term/mac-win.el: Adjust Courier font specifications in
636         x-fixed-font-alist.
637         (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
638         when directly encoding to UTF-16 in native byte order, no BOM.
640 2006-03-25  Kim F. Storm  <storm@cua.dk>
642         * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
643         (cua--init-keymaps): Use it instead of fixed C-return.
644         (cua-mode): Set after it.
646         * emulation/cua-rect.el (cua--init-rectangles):
647         Use cua-rectangle-mark-key instead of fixed C-return.
649 2006-03-25  Nick Roberts  <nickrob@snap.net.nz>
651         * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
652         "run" in .gdbinit.
653         (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
655 2006-03-24  Romain Francoise  <romain@orebokech.com>
657         * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
658         `display-buffer-other-frame'.
660 2006-03-24  Kim F. Storm  <storm@cua.dk>
662         * apropos.el (apropos-synonyms): Add selection => region.
664 2006-03-24  Nick Roberts  <nickrob@snap.net.nz>
666         * progmodes/gdb-ui.el (gdb-var-create-regexp)
667         (gdb-var-list-children-regexp, gdb-var-update-regexp)
668         (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
669         (gdb-data-list-register-values-regexp)
670         (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
671         Future proof against new fields being added to MI output.
672         (gdb-send): Don't treat backslashes for program input as
673         continuations.
674         (gdb-assembler-handler): Don't use window-start for this handler.
675         (gdb-frame-handler): Don't change to hollow arrow if overlay
676         arrow doesn't move to new frame.
678 2006-03-24  Nick Roberts  <nickrob@snap.net.nz>
680         * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
681         prevent compiler warnings.
682         (gdb-stopped): Check for gud-last-last-frame (case: signal).
683         (breakpoint-disabled): Make lighter for contrast with overlay arrow.
684         (gdb-assembler-custom): Use hollow-right-triangle for assembler
685         buffer too.
687 2006-03-23  Reiner Steib  <reinersteib+gmane@imap.cc>
689         * pgg-gpg.el (pgg-gpg-update-agent): Check for
690         make-network-process, so we can use the same code in Gnus v5-10
691         too and have this file fully synchronized with that release.
693 2006-03-23  Romain Francoise  <romain@orebokech.com>
695         * ibuf-ext.el (ibuffer-read-filter-group-name):
696         Use `ibuffer-generate-filter-groups' to make completion list match
697         the filter groups that are really displayed in the Ibuffer buffer.
698         (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
700 2006-03-23  Kenichi Handa  <handa@m17n.org>
702         * international/mule-cmds.el (sort-coding-systems): Describe that
703         the argument is modified in docstring.
705 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
707         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
708         (pgg-gpg-update-agent): New function.
709         (pgg-gpg-use-agent-p): New function.
710         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
711         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
712         (pgg-gpg-sign-region): Use it.
714 2006-03-21  Chong Yidong  <cyd@stupidchicken.com>
716         * cus-edit.el (custom-face-set): Call custom-push-theme before
717         face-spec set so that `changed' theme is correctly saved.
718         (custom-face-reset-standard): Reset to recalculated face rather
719         than defface spec.
721         * custom.el (custom-push-theme): Only save `changed' theme if the
722         current face does not match the defface specs.
724 2006-03-21  Simon Josefsson  <jas@extundo.com>
726         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
727         <wilde@sha-bang.de>.
728         (pgg-gpg-use-agent): New variable.
729         (pgg-gpg-process-region): Use it.
730         (pgg-gpg-encrypt-region): Likewise.
731         (pgg-gpg-encrypt-symmetric-region): Likewise.
732         (pgg-gpg-decrypt-region): Likewise.
733         (pgg-gpg-sign-region): Likewise.
734         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
736 2006-03-21  Carsten Dominik  <dominik@science.uva.nl>
738         * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
739         bracket links.
741 2006-03-21  Kim F. Storm  <storm@cua.dk>
743         * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
744         fringe-indicator-alist instead of modifying global value.
745         (gdb-frame-handler): Likewise.
747 2006-03-21  Nick Roberts  <nickrob@snap.net.nz>
749         * diff-mode.el (diff-function): Make it inherit from diff-header
750         instead of diff-context.
752         * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
753         bitmap.
754         (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
755         change names in macro above for consistency.
756         (gdb-frame-handler): Use hollow-right-triangle for all selected
757         frames which except the innermost (where execution has stopped).
758         (gdb-reset): Reset buffer-local values of overlay-arrow.
760 2006-03-20  Richard Stallman  <rms@gnu.org>
762         * simple.el (set-mark-command): Doc fix.
764         * files.el (display-buffer-other-frame): New command.
765         (ctl-x-4-map): Bind C-x 5 C-o to it.
767 2006-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
769         * jit-lock.el (jit-lock-function): Check for the actual defer-timer
770         rather than just defer-time, in case defer-time has been changed but
771         the timer isn't running yet.
772         (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
774 2006-03-19  Luc Teirlinck  <teirllm@auburn.edu>
776         * help-mode.el (help-follow-symbol): New function.
777         Essentially identical to the old `help-follow', but do not let
778         `push-button' do the work when on an xref.
779         (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
781 2006-03-19  Richard Stallman  <rms@gnu.org>
783         * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
784         preceded by the word `program'.
785         (help-follow-mouse, help-follow): Throw error if not on xref.
786         Delete no longer used args.
788 2006-03-20  Nick Roberts  <nickrob@snap.net.nz>
790         * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
791         annotation ensure gud-overlay-arrow-position is redisplayed.
793 2006-03-19  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
795         * textmodes/bibtex.el (bibtex-include-OPTkey)
796         (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
797         (bibtex-autokey-name-case-convert)
798         (bibtex-autokey-titleword-case-convert): Make these the aliases
799         for the following two variables.
800         (bibtex-autokey-name-case-convert-function)
801         (bibtex-autokey-titleword-case-convert-function): Make these the
802         real names.
803         (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
804         bibtex-font-lock-crossref sublists.
805         (bibtex-mode): Revert 2005-12-30 change (which made
806         completion-ignore-case buffer-local).
807         (bibtex-url): Simplify.
809 2006-03-19  Kim F. Storm  <storm@cua.dk>
811         * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
812         cursor property value to 2 (to align with C level change).
814 2006-03-19  Bill Wohler  <wohler@newt.com>
816         * image.el (image-load-path-for-library): Shorten first line in
817         docstring.
819 2006-03-18  Richard Stallman  <rms@gnu.org>
821         * mail/rmail.el (rmail-reply-regexp): Undo previous change.
823 2006-03-18  Ben North  <ben@redfrontdoor.org>  (tiny change)
825         * isearch.el (isearch-other-meta-char): Handle user bindings for
826         shifted control characters.
828 2006-03-18  Agustin Martin  <agustin.martin@hispalinux.es>
830         * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
831         part that matches email addresses, file names, etc.
833 2006-03-18  Eli Zaretskii  <eliz@gnu.org>
835         * term/w32-win.el (mouse-set-font):
836         Mention w32-list-proportional-fonts in the doc string.
838 2006-03-18  Kim F. Storm  <storm@cua.dk>
840         * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
841         (ido-unc-hosts): New user option to explicitly define list of know
842         UNC-style hosts for completion.
843         (ido-cache-unc-host-shares-time): New user option.
844         (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
845         New helper functions for UNC file-name support.
846         (ido-may-cache-directory): Check for UNC host.  Simplify.
847         (ido-wash-history): Clean out old UNC hosts.
848         (ido-nonreadable-directory-p): UNC hosts are always readable.
849         (ido-directory-too-big-p): UNC hosts are never too big.
850         (ido-set-current-directory): Handle UNC root path.
851         (ido-file-name-all-completions): Complete UNC host names from
852         ido-unc-hosts list.  Cache UNC host shares.
853         (ido-make-file-list-1): Don't filter UNC root.
854         (ido-exhibit): Check for // in root directory, and switch to UNC
855         mode by setting ido-current-directory to //.
857 2006-03-17  Luc Teirlinck  <teirllm@auburn.edu>
859         * cus-edit.el (customize-changed-options): Mention explicit
860         version number as default in prompt.
862 2006-03-17  Bill Wohler  <wohler@newt.com>
864         * image.el (image-load-path-for-library): Minor docstring fix.
866 2006-03-17  Carsten Dominik  <dominik@science.uva.nl>
868         * textmodes/org.el (org-read-date): Include subgroup 5 into
869         replacement text.
870         (org-popup-calendar-for-date-prompt): Fix customization type.
872 2006-03-17  Nick Roberts  <nickrob@snap.net.nz>
874         * progmodes/gdb-ui.el (gud-watch): Provide completion.
875         (gdb-continuation): New variable.
876         (gdb-send): Deal with continuation lines.
878         * progmodes/gud.el (gud-gdb-complete-command)
879         (gud-gdb-run-command-fetch-lines): Adapt for use with watch
880         expressions.
881         (gud-tooltip-mode): Use buffer-local value.
883 2006-03-16  Kim F. Storm  <storm@cua.dk>
885         * ido.el (ido-edit-input): Use selected match, if any.
887 2006-03-16  Bill Wohler  <wohler@newt.com>
889         * image.el (image-load-path-for-library): Prefer user's images in
890         image-load-path.
892 2006-03-16  Martin Rudalics  <rudalics@gmx.at>
894         * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
895         when checking for attempt to drag leftmost or rightmost scrollbar.
897 2006-03-16  Nick Roberts  <nickrob@snap.net.nz>
899         * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
900         (gdb-force-mode-line-update): New function.
901         (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
902         (gdb-exited): Use them.
903         (gdb-signal): New function.
904         (gdb-annotation-rules): Provide a rule for it.
906 2006-03-16  Kenichi Handa  <handa@m17n.org>
908         * international/mule.el (auto-coding-regexp-alist): Add entries
909         for Unicode BOM.
911         * sort.el (sort-build-lists): Temporarily bind
912         inhibit-field-text-motion to t.
914 2006-03-15  Luc Teirlinck  <teirllm@auburn.edu>
916         * locate.el (locate-command, locate-make-command-line)
917         (locate-fcodes-file, locate-update-command)
918         (locate-prompt-for-command, locate, locate-with-filter)
919         (locate-get-file-positions): Doc fixes.
920         (locate-buffer-name, locate-header-face): Remove leading `*' in
921         defcustom.
922         (locate-filter-output): Use `keep-lines' instead of its alias
923         `delete-non-matching-lines'.
924         (locate-get-filename, locate-get-dirname): Add introductory comment.
925         (locate-find-directory-other-window): Give appropriate error
926         message if used outside main listing.
928 2006-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
930         * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
931         the new extend-region feature.
932         (font-lock-after-change-function): Update correspondingly.
933         * jit-lock.el (jit-lock-after-change): Update correspondingly.
934         * progmodes/grep.el (font-lock-lines-before): Don't disable.
936 2006-03-15  Bill Wohler  <wohler@newt.com>
938         * image.el (image-load-path-for-library): Fix example by not
939         recommending that one binds image-load-path.  Just defvar it to
940         placate compiler and only use it if previously defined.
942 2006-03-15  Carsten Dominik  <dominik@science.uva.nl>
944         * textmodes/org.el (org-insert-centered): Use `string-width' to
945         make underlining work for wide characters.
946         (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
947         TAB to `org-cycle', to make sure that no binding in
948         `outline-mode-map' can supercede it.
950 2006-03-14  Ken Manheimer  <ken.manheimer@gmail.com>
952         * allout.el: Increment version to 2.2.1 in file commentary.
954         (allout-version): Increment to 2.2.1.
956         (allout-default-layout): New customization variable, used when the
957         file lacks a specific allout-layout.  Uses allout-layout-type for
958         recursively nested definition.
960         (allout-layout-type): Widget defining allout layouts, necessary for
961         self-recursive definition.
963         (allout-mode): Incorporate allout-default-layout as fallback for
964         allout-layout.
966         (allout-layout): Mark as 'safe-local-variable', and refer mention
967         fallback to `allout-default-layout' in absence of a specified value.
968         (allout-passphrase-verifier-string)
969         (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
971         (allout-file-passphrase-verifier-string): Obsolete variable, removed.
973         (allout-get-encryption-passphrase-verifier): Use correct name of
974         passphrase verifier in docstring.
976 2006-03-15  Nick Roberts  <nickrob@snap.net.nz>
978         * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
979         elements.
980         (gdb-find-watch-expression): Make it work for arrays too.
981         Follow change to gdb-var-list.
982         (gud-watch): Allow the user to enter variable name with a prexix
983         arg.  Create keybindings.
984         (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
985         (gdb-var-list-children-handler, gdb-var-update-handler)
986         (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
987         (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
988         Follow change to gdb-var-list.
989         (gdb-starting): Don't show the overlay arrows when program is running.
991         * progmodes/gud.el (gud-speedbar-buttons): Follow change to
992         gdb-var-list.
994 2006-03-14  Bill Wohler  <wohler@newt.com>
996         * image.el (image-load-path-for-library): Pass value of path
997         rather than symbol.  Always return list of directories.
998         Guarantee that image directory comes first.
1000 2006-03-14  Alan Mackenzie  <acm@muc.de>
1002         * font-core.el (font-lock-extend-region\(-function\)?.):
1003         New function/variable.
1005         * font-lock.el (font-lock-after-change-function):
1006         Call font-lock-extend-region.  Obey font-lock-lines-before.
1007         (font-lock-default-fontify-region): Remove reference to
1008         font-lock-lines-before.
1010         * jit-lock.el (jit-lock-after-change):
1011         Call font-lock-extend-region.  Obey font-lock-lines-before.
1013 2006-03-14  David Ponce  <david@dponce.com>
1015         * tree-widget.el (tree-widget-themes-load-path)
1016         (tree-widget-themes-directory, tree-widget-theme): Doc fix.
1018 2006-03-13  Ryan Yeske  <rcyeske@gmail.com>
1020         * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
1021         (rcirc-print): Mark the start of text at the end of the prompt.
1022         (rcirc-track-minor-mode): Add autoload cookie.
1023         (rcirc-update-activity-string): Add space to front of mode-line
1024         indicator.
1026 2006-03-13  Miles Bader  <miles@gnu.org>
1028         * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
1029         (rcirc-abbrev-nick): Remove function.
1030         (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
1032 2006-03-13  David Ponce  <david@dponce.com>
1034         * tree-widget.el: Handle themes across all occurrences of the main
1035         themes sub-directory found in tree-widget-themes-load-path.
1036         (tree-widget-themes-directory, tree-widget-theme): Doc fix.
1037         (tree-widget--locate-sub-directory): Return all occurrences.
1038         (tree-widget-themes-path): New function.
1039         Replace tree-widget-themes-directory, and return a list of directories.
1040         (tree-widget-set-parent-theme)
1041         (tree-widget-lookup-image): Use it.
1043 2006-03-13  Carsten Dominik  <dominik@science.uva.nl>
1045         * textmodes/org.el (org-link-search): Avoid self-matching of
1046         links, allow target text to be distributed over several lines.
1047         (org-search-not-link): New function.
1048         (org-set-regexps-and-options, org-get-current-options):
1049         New startup options.
1050         (org-export-as-html): Take odd-level setting from local variable.
1051         (org-fontify-emphasized-text): New option.
1052         (org-set-font-lock-defaults): Include emphasized text.
1053         (org-follow-mhe-link): Allow folder-only links, fix folder name.
1054         (org-font-lock): Customize group renamed from `org-faces'.
1056 2006-03-13  John Paul Wallington  <jpw@pobox.com>
1058         * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
1059         keyword; require `ibuf-ext' feature.  Thanks to Zhang Wei.
1061 2006-03-12  Luc Teirlinck  <teirllm@auburn.edu>
1063         * cus-start.el (all): Delete :version keyword for members of the
1064         fringe group, since the entire group is new in 22.1.
1066 2006-03-13  Nick Roberts  <nickrob@snap.net.nz>
1068         * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
1069         map if value is hexadecimal (an address).
1070         (gud-watch): Only search roots for existing watch expressions.
1071         (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
1072         prevent caching problems with speedbar-update-directory-contents.
1074 2006-03-12  Juri Linkov  <juri@jurta.org>
1076         * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
1077         before comparing with `low' and `warn'.
1079         * info.el (Info-dir-remove-duplicates): Move point to the
1080         beginning of the current line after deleting the entries from
1081         redundant heading.  Use marker for `limit' and compare it with
1082         point before calling `re-search-forward'.
1084 2006-03-11  Luc Teirlinck  <teirllm@auburn.edu>
1086         * simple.el (yank): Fix typo in docstring.
1088 2006-03-11  Ryan Yeske  <rcyeske@gmail.com>
1090         * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
1091         messages, where "D" is the 6th character.
1093 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
1095         * simple.el (yank): Fix last change.
1097 2006-03-11  David Ponce  <david@dponce.com>
1099         * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
1100         merging elements from the standard ispell-dictionary-alist.
1101         (ispell-aspell-add-aliases): Add aliases to the passed dictionary
1102         alist, and return the new alist.
1104 2006-03-11  Richard Stallman  <rms@gnu.org>
1106         * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
1108         * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
1109         the way it is implemented is too unclean.
1111         * simple.el (kill-region, yank): Doc fix.
1113         * battery.el (battery-echo-area-format): Doc fix.
1114         (battery-mode-line-format): Likewise.
1115         (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
1116         (battery-linux-proc-acpi): Ignore batteries that say "charged".
1118 2006-03-11  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
1120         * progmodes/octave-mod.el (octave-indent-for-comment):
1121         Behave according to do string.
1123 2006-03-11  Agustin Martin  <agustin.martin@hispalinux.es>
1125         * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
1126         Be visible only if major mode is Mail Mode.
1128         * textmodes/flyspell.el (flyspell-external-point-words)
1129         (flyspell-process-localwords): Fix last changes.
1131 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
1133         * calendar/holidays.el (list-holidays): Doc fix.
1135         * international/mule.el (auto-coding-alist): Add .odt
1136         (OpenOffice's open document) files.
1138         * files.el (auto-mode-alist): Add .odt (OpenOffice's open
1139         document) files.  Mention in the doc string the need to sync with
1140         auto-coding-alist.
1142 2006-03-10  Chong Yidong  <cyd@stupidchicken.com>
1144         * files.el (hack-local-variables-confirm): Don't prompt for ! if
1145         enable-local-variables is set to always query, or there is no
1146         savable variable.
1148 2006-03-10  Bill Wohler  <wohler@newt.com>
1150         * image.el (image-load-path-for-library): Merge at least three
1151         functions from Gnus and MH-E into this one function that can now
1152         be shared.
1154 2006-03-11  Nick Roberts  <nickrob@snap.net.nz>
1156         * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
1157         gdb-remove-mouse-face and remove help-echo too.
1158         (gdb-enqueue-input): Correct conditional clause.
1160 2006-03-10  Glenn Morris  <rgm@gnu.org>
1162         * calendar/calendar.el (calendar-holidays): Doc fix.
1163         * calendar/holidays.el (list-holidays): Doc fix.
1165 2006-03-10  Nick Roberts  <nickrob@snap.net.nz>
1167         * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
1168         it gets called in gdb-prompt anyway.
1169         (gdb-use-separate-io-buffer): Only restore window arrangement for
1170         gdb-many-windows.
1171         (gdb-enqueue-input): Make it harder to send GDB input when program
1172         is running.
1173         (gdb-buffer-list): New variable.
1174         (gdb-remove-mouse-face): New function.
1175         (gdb-starting): Use it when GDB input won't get sent.
1177 2006-03-08  Juanma Barranquero  <lekktu@gmail.com>
1179         * help.el (view-lossage): Remove trailing whitespace before
1180         inserting "\n".
1182 2006-03-07  Chong Yidong  <cyd@stupidchicken.com>
1184         * files.el (hack-local-variables-confirm):
1185         Set coding-system-for-read to nil before writing to .emacs.
1187         * arc-mode.el (archive-extract): Check if an existing buffer name
1188         comes from a different archive.
1190         * help.el (describe-key-briefly): If KEY is a down event, read and
1191         discard the up event.
1193 2006-03-07  Nick Roberts  <nickrob@snap.net.nz>
1195         * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
1196         be edited and use font-lock-warning-face for any changes.
1198         * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
1199         (gdb-edit-value): Use it to report any errors.
1201 2006-03-07  Juanma Barranquero  <lekktu@gmail.com>
1203         * help.el (describe-key): Remove leftover test code.
1205 2006-03-07  Carsten Dominik  <dominik@science.uva.nl>
1207         * textmodes/org.el: Move defvars out of eval-when-compile.
1208         Use buffer-file-name variable.
1209         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
1210         arg `file'.
1211         (org-level-faces): Remove startup dependency.
1212         (org-cycle, org-map-tree, org-scan-tags)
1213         (org-remember-handler): Don't call `outline-level' directly.
1214         (org-mhe-search-all-folders): New option.
1215         (org-mhe-get-message-folder-from-index)
1216         (org-mhe-get-message-folder): Fix indexing search.
1217         (org-format-agenda-item): Handle nil TAGS argument.
1218         (org-cleaned-string-for-export, org-activate-target-links)
1219         (org-make-target-link-regexp): Deal with empty radio target list.
1220         (org-tag): New face.
1221         (org-get-level-face): New function.
1222         (org-set-font-lock-defaults): Simplify setup for headlines.
1223         (org-complete): Pass common substring to `display-completion-list'.
1225 2006-03-06  David Ponce  <david@dponce.com>
1227         * tree-widget.el: Update Commentary header.
1228         (tree-widget-theme-name): Ignore parent themes.
1229         (tree-widget-set-parent-theme): New function.
1230         (tree-widget-set-theme): Use it.
1231         (tree-widget-set-image-properties): Move definition.  Does nothing
1232         if image properties have already been set.
1233         (tree-widget-image-properties): Move definition.  Receive an image
1234         name.  Set the :pointer property.
1235         (tree-widget-lookup-image): Doc fix.  Search in parent themes.
1236         Don't set the :pointer image property.
1237         (tree-widget-convert-widget): New function.  Handle :dynargs
1238         compatibility here.
1239         (tree-widget): Use it to :convert-widget.  Add the :expander-p
1240         predicate to control when the :expander function is entered.
1241         Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
1242         (tree-widget-value-create): Handle :expander-p.  widget-apply
1243         :expander.
1244         (tree-widget-expander-p): New function.  Default value of the
1245         :expander-p property.
1247 2006-03-06  Chong Yidong  <cyd@stupidchicken.com>
1249         * help.el (describe-key): Properly handle the return value of
1250         read-key-sequence when grabbing an up-event.  Cleanup mouse-1
1251         remaps.  Handle string and vector `follow-link' values.
1253 2006-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1255         * complete.el (PC-expand-many-files): Try be more careful when parsing
1256         the shell's output.
1258 2006-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1260         * outline.el (hide-sublevels): Provide better interactive default.
1262 2006-03-06  Kenichi Handa  <handa@m17n.org>
1264         * international/fontset.el (create-fontset-from-fontset-spec):
1265         Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
1267 2006-03-05  Luc Teirlinck  <teirllm@auburn.edu>
1269         * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
1270         backslashes instead of one in regexp.
1271         (gud-tooltip-dereference): Add missing optional argument.
1273 2006-03-04  John Paul Wallington  <jpw@pobox.com>
1275         * wdired.el (toplevel): Require `cl' at compile-time.
1277 2006-03-04  Andreas Schwab  <schwab@suse.de>
1279         * server.el (server-process-filter): Handle errors during
1280         evaluation of the argument.
1282 2006-03-03  John Paul Wallington  <jpw@pobox.com>
1284         * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
1285         escape parentheses at beginning of line.
1286         (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
1287         (t-mouse-mode): Remove period from end of error message.
1289 2006-03-03  Agustin Martin  <agustin.martin@hispalinux.es>
1291         * textmodes/flyspell.el (flyspell-process-localwords):
1292         Be case-sensitive.
1294 2006-03-03  Martin Rudalics  <rudalics@gmx.at>
1296         * cus-edit.el (custom-quote): Remove function, since it has been
1297         moved to custom.el.
1299         * font-lock.el (lisp-font-lock-keywords-2)
1300         * emacs-lisp/rx.el (rx-check-any, rx-check-not)
1301         * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
1302         they have no special meaning.
1304         * midnight.el (clean-buffer-list): Handle case where base-buffer of
1305         indirect buffer gets killed before indirect buffer.  Use dolist.
1307 2006-03-03  Ken Manheimer  <ken.manheimer@gmail.com>
1309         * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
1310         value instead of a literal constant (1) on more pauses.
1312 2006-03-03  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
1314         * textmodes/flyspell.el (flyspell-external-point-words):
1315         Be case-sensitive.
1317 2006-03-03  Ryan Yeske  <rcyeske@gmail.com>
1319         * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
1320         with "www".
1322 2006-03-03  Ken Manheimer  <ken.manheimer@gmail.com>
1324         * allout.el: Restablish intermediate missing comment header to
1325         preserve outline structure.
1326         (allout-beginning-of-current-entry): Skip invisible text.
1327         (allout-open-topic): Fix opening a topic at end-of-buffer.
1328         (allout-minor-mode): Move nearer to allout-mode function.
1330 2006-03-02  Carsten Dominik  <dominik@science.uva.nl>
1332         * textmodes/org.el (org-paste-subtree): Remove (debug) form.
1334 2006-03-02  Nick Roberts  <nickrob@snap.net.nz>
1336         * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
1337         is nil.
1339         * progmodes/gud.el (gud-speedbar-menu-items):
1340         Use buffer-local-value and add missing :visible keyword.
1342         * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
1344 2006-03-01  Carsten Dominik  <dominik@science.uva.nl>
1346         * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
1347         must be `follow-link'.
1349         * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
1351         * textmodes/org.el (org-export-as-html): Fix bugs in HTML
1352         formatting: No nested anchors.
1353         (org-all-targets): Fix bug with XEmacs compatibility.
1354         (org-read-date): Add (require 'parse-time).
1355         (org-set-tags): Fix bug with extra inserted space.
1356         (org-export-html-style): Define a style class for targets.
1357         (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
1358         (org-hide-leading-stars): New option.
1359         (org-hide): New face.
1360         (org-set-font-lock-defaults): Allow to hide leading stars.
1361         (org-get-legal-level, org-tr-level): New functions.
1362         (org-odd-levels-only): New option.
1363         (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
1364         (org-demote, org-promote): Deal with double-star levels.
1365         (org-convert-to-odd-levels): New command.
1367 2006-03-01  Nick Roberts  <nickrob@snap.net.nz>
1369         * speedbar.el (speedbar-update-localized-contents): Try to
1370         preserve window-start.
1371         (speedbar-update-directory-contents): Try to preserve window-start
1372         and window-point.
1373         (speedbar-update-special-contents): Don't move back to start of window.
1375         * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
1376         gdb-speedbar-timer-fn.  Use speedbar-refresh instead of
1377         speedbar-timer-fn.
1378         (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
1379         (gdb-speedbar-expand-node): Use speedbar-delete-subblock
1380         instead of gdb-speedbar-timer-fn.
1382 2006-02-28  Jay Belanger  <belanger@truman.edu>
1384         * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
1385         (math-compose-expr): Use latex option when calling
1386         `math-compose-tex-matrix' for latex mode.
1388 2006-02-28  Nick Roberts  <nickrob@snap.net.nz>
1390         * speedbar.el: Re-instate comments about developing for speedbar
1391         [this is what info and gdb-ui use even if better methods exist now].
1393         * t-mouse.el: New file.
1394         (t-mouse-tty): Use with-temp-buffer.  Add more terminal types.
1395         (t-mouse-lispy-buffer-posn-from-coords): Remove.
1396         (t-mouse-make-event-element): Use posn-at-x-y instead.
1397         (t-mouse-make-event): Deal with Fedora Core 3.
1398         (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
1399         (t-mouse-mouse-position-function): New function.  Use it instead
1400         of advising mouse-position.
1401         (t-mouse-mode): New minor mode.
1402         (t-mouse-stop, t-mouse-run): Remove.  Use t-mouse-mode instead.
1404 2006-02-27  Glenn Morris  <rgm@gnu.org>
1406         * calendar/calendar.el (calendar-holidays): Doc fix.
1408 2006-02-27  Nick Roberts  <nickrob@snap.net.nz>
1410         * progmodes/gdb-ui.el (gdb-source-window): New variable.
1411         Re-introduce the concept of a source window.
1412         (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
1413         consistency with get-buffer-create.
1414         (def-gdb-auto-update-handler, gdb-info-locals-handler)
1415         (gdb-data-list-register-values-handler)
1416         (gdb-stack-list-locals-handler): Try to preserve window-start as
1417         well as window-point.
1418         (gdb-display-source-buffer): New function (old concept).
1419         (gdb-goto-breakpoint): Use it.
1421         * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
1422         for gdb-ui/gdb-mi (old concept).
1424 2006-02-27  Carsten Dominik  <dominik@science.uva.nl>
1426         * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
1427         binding.
1429         * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
1431         * textmodes/reftex-sel.el (reftex-select-label-map)
1432         (reftex-select-bib-map): Add `follow-mouse' binding.
1434 2006-02-26  Luc Teirlinck  <teirllm@auburn.edu>
1436         * jka-cmpr-hook.el (jka-compr-compression-info-list)
1437         (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
1438         Give :set functions to provide automatic updating.
1439         Update docstring.  Give compiler defvars early in the file
1440         and move the defcustoms to a later spot where all called functions
1441         are defined.
1442         (jka-compr-file-name-handler-entry): Doc fix.
1443         (jka-compr-compression-info-list--internal)
1444         (jka-compr-mode-alist-additions--internal)
1445         (jka-compr-load-suffixes--internal): New variables.
1446         (jka-compr-install): Set the three above variables.
1447         Update `load-file-rep-suffixes' instead of `load-suffixes'.
1448         (jka-compr-update, jka-compr-set): New functions.
1449         (auto-compression-mode): Doc fix.
1451         * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
1452         Update `load-file-rep-suffixes' instead of `load-suffixes'.
1453         Use jka-compr-compression-info-list--internal,
1454         jka-compr-mode-alist-additions--internal and
1455         jka-compr-load-suffixes--internal.
1457         * files.el (load-library):
1458         * loadhist.el (file-loadhist-lookup):
1459         * startup.el (command-line):
1460         * subr.el (locate-library):
1461         * emacs-lisp/autoload.el (update-directory-autoloads):
1462         * emacs-lisp/find-func.el (find-library-suffixes):
1463         Use `get-load-suffixes' instead of `load-suffixes'.
1465         * subr.el (locate-library):
1466         * emacs-lisp/find-func.el (find-library-name):
1467         Use `load-file-rep-suffixes' instead of '("").
1469 2006-02-26  Kim F. Storm  <storm@cua.dk>
1471         * ido.el (ido-save-history, ido-load-history): Simplify.
1472         Don't use find-file-noselect to avoid interference from other modes.
1474 2006-02-25  Thien-Thi Nguyen  <ttn@gnu.org>
1476         * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
1477         to use the default shell if filename is not available.
1478         Reported by Giorgos Keramidas.
1480 2006-02-25  John Williams  <jrw@pobox.com>  (tiny change)
1482         * progmodes/etags.el (tags-completion-table): Do completion from
1483         all the tables in the current list, as documented in the manual.
1485 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
1487         * CC Mode Update to 5.31.3.
1489 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
1491         * progmodes/cc-mode.el (c-postprocess-file-styles):
1492         Bind inhibit-read-only to t, around the call to
1493         c-remove-any-local-eval-or-mode-variables, so that it works on a
1494         RO file.
1496 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
1498         * progmodes/cc-awk.el: Correct a typo.
1500 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
1502         * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
1503         c-hungry-delete-backwards, at the request of RMS.  Leave the old
1504         name as an alias.
1506 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
1508         * progmodes/cc-mode.el: Correct a typo.
1510 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
1512         * progmodes/cc-defs.el: Update the version number to 5.31.3.
1514 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
1516         * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
1517         brace-else-brace (error due to mbeg, mend being undefined).
1519 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
1521         * progmodes/cc-mode.el: File Local variables: Solve the problem
1522         where both `mode' and c-file-offsets are specified: `mode' will
1523         overwrite c-f-o's settings:
1524         (c-remove-any-local-eval-or-mode-variables): New function.
1525         (c-postprocess-file-styles): Call the above new function, within
1526         c-tentative-buffer-change, to splat `mode' and `eval' before the
1527         second hack-local-variables.
1529 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
1531         * progmodes/cc-mode.el:
1532         [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
1533         (c-after-change): Protect the match data with save-match-data.
1534         It was getting corrupted by c-after-change-check-<>-operators.
1536         * cc-defs.el: [Supersedes patch V1.38]:
1537         (top level): Check for a buggy font-lock-compile-keywords ONLY in
1538         XEmacs.  GNU Emacs 22 now has a check which would throw an error here.
1540         * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
1541         with save-match-data.  It was being corrupted when Font Lock was
1542         not enabled.
1544 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
1546         * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
1547         Mode and Subword Mode.
1549         * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
1550         real labels ("case 1:" or "foo:") from non-labels ("public:").
1551         (c-forward-objc-directive): Replace c-forward-token-2 with crude
1552         coding; c-f-t-2 doesn't move over a token at EOB.
1554         * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
1556         * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
1557         (c-update-modeline): Concatenate the minor mode indicators
1558         directly onto mode-name, removing c-submode-indicators.
1559         Sometimes, c-s-i got separated from the mode name on the mode line.
1561         * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
1562         (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
1564 2006-02-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
1566         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
1567         error message when there's an evaluation error to show whether
1568         it's loaded from source or not.
1569         (c-filter-ops): Make it available at runtime too to work when
1570         `c-make-init-lang-vars-fun' needs to evaluate from source.
1572 2006-02-24  Juanma Barranquero  <lekktu@gmail.com>
1574         * help.el (help): Revert last part of 2006-02-23 change (deletion
1575         of the `provide' call).
1577 2006-02-23  Juri Linkov  <juri@jurta.org>
1579         * compare-w.el (compare-windows-highlight): Add new value
1580         `persistent' and change :type from `boolean' to `choice'.
1581         (compare-windows-overlays1, compare-windows-overlays2):
1582         New internal variables.
1583         (compare-windows-highlight): If compare-windows-highlight is
1584         `persistent', add current overlays to compare-windows-overlays[12]
1585         instead of adding compare-windows-dehighlight to pre-command-hook.
1586         (compare-windows-dehighlight): Delete all overlays from
1587         compare-windows-overlays[12].
1589         * info.el (Info-search): Don't bind search-spaces-regexp to
1590         Info-search-whitespace-regexp in non-regexp isearch mode.
1592 2006-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1594         * help.el (describe-mode): Pass `mode-name' to format-mode-line.
1596 2006-02-23  Juanma Barranquero  <lekktu@gmail.com>
1598         * textmodes/org.el (org-xemacs-p)
1599         (org-export-html-show-new-buffer, org-table-may-need-update)
1600         (org-insert-item, org-mhe-get-message-real-folder)
1601         (org-mhe-get-message-folder-from-index)
1602         (org-mhe-get-message-folder, org-mhe-get-message-num)
1603         (org-mhe-get-header, org-make-org-heading-search-string)
1604         (org-make-org-heading-camel, org-table-sort-lines)
1605         (org-format-org-table-html, org-format-table-table-html):
1606         Fix typos in docstrings.
1608 2006-02-23  Carsten Dominik  <dominik@science.uva.nl>
1610         * textmodes/org.el (org-cleaned-string-for-export)
1611         (org-solidify-link-text): New function.
1612         (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
1613         XEmacs, just to silence the compiler.
1614         (org-export-as-ascii, org-export-as-html-and-open):
1615         Use `org-cleaned-string-for-export' and create internal links.
1616         (org-follow-mhe-link): Require mh-e, use folder.
1618 2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
1620         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
1622         * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
1623         gdb-debug-log-length.
1624         (gdb-debug-ring): Rename from gdb-debug-log-ring.  Don't make
1625         it a real ring but...
1626         (gud-gdba-marker-filter): ...make it work like mark-ring.
1627         (gdb-enable-debug): Rename from gdb-enable-debug-log.
1628         (gdb-mouse-jump): New function.  Add bindings.
1630 2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
1632         * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
1633         (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
1634         (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
1635         (gdb-debug-log-length): Customize it's length.
1636         (gud-watch, gdb-var-create-handler): Display function::var format
1637         but don't use to create variable object.
1638         (gdb-var-create-handler): Use message-box in place of message.
1639         (gdb-stopped): Call gdb-exited if signalled.
1641 2006-02-22  Carsten Dominik  <dominik@science.uva.nl>
1643         * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
1645         * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
1647         * textmodes/reftex.el (reftex-locate-file): Search all extensions
1648         if `reftex-try-all-extensions' is set.
1650         * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
1651         fail silently when there is no valid argument at point.
1652         (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
1653         `fail-silently' argument.  From a patch by David Reiter.
1655         * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
1656         New commands.
1657         (org-mark-ring): New variable.
1658         (org-mark-ring-length): New option.
1659         (org-open-at-point, org-goto, org-open-file): Push old position
1660         onto the mark ring.
1661         (org-add-hook): New function.
1662         (org-export-table-remove-special-lines): New option.
1663         (org-skip-comments, org-format-org-table-html): Respect new
1664         option `org-export-table-remove-special-lines'.
1665         (org-open-file): Allow special command configuration for
1666         directory link.
1667         (org-file-apps): Fix bugs in customize type, added setting
1668         for directories.
1669         (org-activate-tags, org-format-agenda-item, org-complete)
1670         (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
1671         (org-get-tags, org-get-buffer-tags, org-open-at-point)
1672         (org-link-search, org-make-org-heading-search-string)
1673         (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
1674         (org-radio-targets, org-file-link-context-use-camel-case)
1675         (org-activate-camels): New options.
1676         (org-update-radio-target-regexp, org-all-targets)
1677         (org-make-target-link-regexp, org-activate-target-links):
1678         New functions.
1679         (org-make-org-heading-search-string): New function.
1680         (org-store-link, org-insert-link): Use new option
1681         `org-file-link-context-use-camel-case'.
1682         (org-activate-camels): Use new option `org-activate-camels'.
1683         (org-link-regexp): Add mhe prefix.
1684         (org-open-at-point, org-store-link): Support for mhe links.
1685         (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
1686         (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
1687         (org-mhe-get-header, org-follow-mhe-link): New functions.
1688         (org-remove-angle-brackets, org-add-angle-brackets):
1689         New functions.
1690         (org-bracket-link-regexp): New constant.
1691         (org-read-date): Fix bug that was rejecting all typed dates.
1692         (org-link-search): Make hierarchy above visible after a match.
1693         (org-follow-bbdb-link): Inhibit electric mode for BBDB.
1694         (org-store-link): Fix bug with link creation when cursor is in
1695         an empty line.
1696         (org-open-at-point): Fix bug with matching a link.
1697         Fixed buggy argument sequence in call to `org-view-tags'.
1698         (org-compile-prefix-format): Set `org-prefix-has-tag'.
1699         (org-prefix-has-tag): New variable.
1700         (org-format-agenda-item): Remove tags from headline
1701         if appropriate.
1702         (org-agenda-remove-tags-when-in-prefix): New option.
1704 2006-02-21  Michael Kifer  <kifer@cs.stonybrook.edu>
1706         * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
1707         Fix the regular expressions.
1709 2006-02-21  Richard M. Stallman  <rms@gnu.org>
1711         * progmodes/sh-script.el (sh-mode): Set shell type based on file name
1712         if there's no other specific basis.
1714         * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
1715         as variables at all.
1716         (unsafep-variable): Rename arg; doc fix.
1718         * abbrevlist.el (list-one-abbrev-table): Add autoload.
1720         * calendar/appt.el (diary-selective-display): Add defvar.
1722         * sort.el (sort-columns): Use Posix arg syntax for `sort'.
1724         * isearch.el (search-whitespace-regexp): Fix custom type.
1726         * help.el (describe-key-briefly): Compute interactive args
1727         in same was as before previous change.
1729         * files.el (enable-local-variables): Doc fix.
1731 2006-02-21  Kim F. Storm  <storm@cua.dk>
1733         * fringe.el: Cleanup as file is now pre-loaded.
1734         (fringe-bitmaps): Initialize unconditionally.
1735         (fringe-mode, set-fringe-style): Remove autoload cookies.
1737 2006-02-21  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
1739         * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
1740         `horizontal-bar'.
1741         (fringe-cursor-alist): Use `horizontal-bar'.
1743 2006-02-20  Kim F. Storm  <storm@cua.dk>
1745         * fringe.el (fringe-bitmaps): Update to new bitmap names.
1746         (fringe-indicator-alist, fringe-cursor-alist): Initialize.
1748         * loadup.el: Load "fringe" on window systems.
1750 2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
1752         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
1753         out of scope components.
1755         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
1756         default.
1758 2006-02-20  Chong Yidong  <cyd@stupidchicken.com>
1760         * custom.el (customize-mark-to-save, customize-mark-as-set):
1761         Load the symbol first.
1763 2006-02-20  Juanma Barranquero  <lekktu@gmail.com>
1765         * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
1766         strech spec so it doesn't display as "^J" on the header line
1767         when `Buffer-menu-use-header-line' is t.
1769 2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
1771         * speedbar.el (speedbar-make-button): Keep text properties
1772         of string arguments if desired.
1774         * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
1775         expessions.
1777         * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
1778         of speedbar.
1780 2006-02-19  Ryan Yeske  <rcyeske@gmail.com>
1782         * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
1783         to value of `read-file-name-completion-ignore-case'.
1785 2006-02-19  Chong Yidong  <cyd@stupidchicken.com>
1787         * custom.el (customize-mark-as-set): Push to `user' theme.
1789         * cus-edit.el (custom-save-variables): Allow unthemed values.
1790         (customize-set-variable): Push setting to `user' theme.
1792 2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
1794         * progmodes/gud.el: Don't require font-lock as it's now
1795         automatically loaded.
1796         (gud-speedbar-buttons): Replace gdb-var-changed with
1797         gdb-force-update.
1799         * progmodes/gdb-ui.el (gdb-force-update): Rename from
1800         gdb-var-changed.
1801         (gdb-post-prompt): Use it.
1802         (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
1803         (gdb-var-update-handler, gdb-var-delete)
1804         (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
1805         (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
1806         gdb-force-update in gdb-post-prompt.
1807         (gdb-reset): Clear watch expressions from speedbar when quitting.
1809 2006-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
1811         * viper-cmd.el (viper-insert-state-post-command-sentinel)
1812         (viper-change-state-to-vi, viper-change-state-to-emacs):
1813         Make aware of cursor coloring in the Emacs state.
1814         (viper-special-read-and-insert-char): Use read-char-exclusive.
1815         (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
1817         * viper-init.el (viper-emacs-state-cursor-color): New variable.
1819         * viper-util.el (viper-save-cursor-color)
1820         (viper-get-saved-cursor-color-in-replace-mode)
1821         (viper-get-saved-cursor-color-in-insert-mode)
1822         (viper-restore-cursor-color): Make aware of the cursor color in Emacs
1823         state.
1824         (viper-get-saved-cursor-color-in-emacs-mode): New function.
1826         * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
1827         (ediff-ignore-case-option3, ediff-actual-diff-options)
1828         (ediff-actual-diff3-options): New variables to control case sensitivity.
1829         (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
1830         (ediff-setup-diff-regions3): Make aware of case-sensitivity.
1831         (ediff-toggle-ignore-case): New function.
1832         (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
1834         * ediff-help.el (ediff-long-help-message-narrow2)
1835         (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
1836         (ediff-long-help-message-word-mode): Add ignore-case command.
1837         (ediff-help-for-quick-help): Add ignore-case command.
1839         * ediff-merg.el: Move provide to the end.
1841         * ediff-ptch.el: Move provide to the end.
1843         * ediff-wind.el: Move provide to the end.
1845         * ediff-mult.el: Move provide to the end.
1846         (ediff-set-meta-overlay): Enable follow-link.
1848         * ediff.el: Move provide to the end.
1849         Break recursive load cycle in eval-when-compile.
1850         (ediff-patch-buffer): Better heuristics.
1852         * ediff-util.el: Move provide to the end.
1853         Break recursive load cycle in eval-when-compile.
1854         (ediff-setup-keymap): Add binding for #c.  Replace some defsubsts with
1855         defuns.
1856         (ediff-submit-report): Pass the values of ediff-diff3-program,
1857         ediff-diff3-options.
1859 2006-02-19  Juanma Barranquero  <lekktu@gmail.com>
1861         * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
1862         the opening bracket of the following bracketing pairs: {}, [], (), <>,
1863         `' (for example, in the docstring of `windmove-default-keybindings').
1865 2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
1867         * progmodes/gud.el (gud-speedbar-buttons): Update properly for
1868         shadow face.  Don't provide binding to edit variable when it is
1869         out of scope.
1871         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
1872         (gdb-var-update-handler): Detect out of scope variables with pre
1873         GDB 6.4 too.
1874         (gdb-post-prompt): Revert change from 2006-02-17 (force update).
1875         Reset status of variable objects to nil in update handlers.
1876         (gdb-var-update-handler-1): Detect when a variable object comes
1877         in scope.  setcar on var changes gdb-var-list directly.
1879 2006-02-17  Juri Linkov  <juri@jurta.org>
1881         * ffap.el (ffap) <defface>: Add explicit face declaration.
1882         (ffap-highlight): Use face `ffap' directly instead of checking
1883         for its existence.
1885         * icomplete.el (icomplete-get-keys): Use `t' for the second arg
1886         `visible-ok' of `other-buffer' to find the right original buffer.
1888         * info.el (Info-search): Skip `Local Variables' node.
1890 2006-02-17  Juri Linkov  <juri@jurta.org>
1892         * info.el (Info-find-file): Check for symbols `apropos', `history',
1893         `toc' in the input filename, and return these symbols as is.
1894         (Info-find-node-2): Set Info-current-file to symbols `apropos',
1895         `history', `toc' instead of strings.
1896         (Info-set-mode-line): For non-string Info-current-file use the
1897         symbol's name inside **.
1898         (Info-isearch-push-state): Add quote before Info-current-file and
1899         Info-current-node.
1900         (Info-isearch-pop-state): Use `equal' instead of `string='.
1901         (Info-extract-pointer, Info-following-node-name): Use
1902         `match-string-no-properties' instead of `match-string'.
1903         (Info-up): Check `old-file' for `stringp'.
1904         (Info-history): Use `equal' instead of `string-equal'.
1905         Check `file' for `stringp'.
1906         (Info-history): Use symbol `history' instead of string as first arg
1907         of `Info-find-node'.
1908         (Info-toc): Check `Info-current-file' for `stringp'.  Use symbol
1909         `toc' instead of string.
1910         (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
1911         instead of `buffer-substring', and `match-string-no-properties'
1912         instead of `match-string'.
1913         (Info-index-nodes): Check for symbols `apropos', `history', `toc'
1914         instead of strings.
1915         (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
1916         Use symbol `apropos' instead of string.
1917         (Info-copy-current-node-name): Check `Info-current-file' for
1918         `stringp' and construct a command with `Info-find-node' from it.
1919         (Info-fontify-node): Use `match-string-no-properties' instead of
1920         `match-string' and check file names for `stringp'.
1921         (Info-desktop-buffer-misc-data): Check for symbols `apropos',
1922         `history', `toc' instead of strings.
1924 2006-02-17  Chong Yidong  <cyd@stupidchicken.com>
1926         * files.el: Rearrange functions and variables in the file local
1927         variables section.
1929 2006-02-17  Reiner Steib  <Reiner.Steib@gmx.de>
1931         * files.el: Add truncate-lines, ispell-check-comments and
1932         ispell-local-dictionary as safe local variables.
1934 2006-02-18  Nick Roberts  <nickrob@snap.net.nz>
1936         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
1937         out of scope variables.
1938         (gud-speedbar-buttons): Use unless.
1940         * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
1941         (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
1942         (gdb-show-changed-values): Also use for out of scope variables.
1943         (gdb-var-update-handler-1): Note if variable goes out of scope.
1945 2006-02-17  Ryan Yeske  <rcyeske@gmail.com>
1947         * net/rcirc.el (rcirc-connect): Make all arguments optional, and
1948         default to global variable values for unsupplied args.
1949         (rcirc-get-buffer-create): Fix bug with setting the target.
1950         (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
1951         test for rcirc-always-use-server-buffer-flag here.
1952         (rcirc-response-formats): Add %N, which is a facified nick.  %n
1953         uses the default face.  Change the ACTION format string.  If the
1954         "nick" is the server, don't print anything for that field.
1955         Comment fixes.
1956         (rcirc-target-buffer): Don't test
1957         rcirc-always-use-server-buffer-flag here.
1958         (rcirc-print): Squeeze extra spaces out of the text before message.
1959         (rcirc-put-nick-channel): Strip potential "@" char from nick
1960         before adding them to nick table.
1961         (rcirc-url-regexp): Improve to match address like "foo.com".
1963 2006-02-17  Eli Zaretskii  <eliz@gnu.org>
1965         * allout.el (allout-hidden-p): Move this defsubst before
1966         allout-overlay-interior-modification-handler, where it is first
1967         used.
1969 2006-02-17  Ken Manheimer  <ken.manheimer@gmail.com>
1971         * allout.el: Use allout invisible-text overlays instead of
1972         selective display for concealed text.  Also, lots of general
1973         cleanup, and improved compatibility code.
1975         (allout-version) Incremented, corrected, revised, and refined
1976         module commentary.
1978         (provide 'allout): Moved to the bottom, added a require of overlay.
1980         (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
1981         `except-current'.
1982         (allout-write-file-hook-handler): Minimize delay.
1983         (count-trailing-whitespace-region): New function so
1984         auto-encryption of current topic can resituate cursor exactly.
1985         PGP/GPG encryption trims trailing whitespace from lines, which
1986         must be accounted for across encryption then decryption.
1988         (allout-command-prefix): Now defaults to "\C-c<space>" rather than
1989         just plain "\C-c", to avoid intruding on user's keybinding space.
1991         (allout-toggle-current-subtree-encryption): Pass along fetch-pass
1992         parameter, so user request to provide a new password is done.
1994         (allout-outside-normal-auto-fill-function, allout-auto-fill):
1995         Refined mechanism for auto-filling behavior while in allout mode.
1997         (allout-mode): Explicitly specify the mode map in the docstring.
1998         Clarify provision for various write-file hook var names.
1999         Adjusted for invisible-text overlays instead of selective-display.
2001         (allout-depth): Really return 0 if not within any topic.  This
2002         rectifies `allout-beginning-of-level' and sequence numbering
2003         errors that occur when cutting and pasting numbered topics.
2004         Changed from a in-line subst to a regular function, as well.
2006         (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
2008         (allout-end-of-subtree, allout-end-of-subtree)
2009         (allout-end-of-entry, allout-end-of-current-heading)
2010         (allout-next-visible-heading, allout-open-topic, allout-show-entry)
2011         (allout-show-children, allout-show-to-offshoot)
2012         (allout-hide-current-entry, allout-show-current-entry): Rectified
2013         handling of trailing blank lines between items.
2015         (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
2016         (allout-current-depth, allout-unprotected, allout-hidden-p)
2017         (allout-on-current-heading-p, allout-listify-exposed)
2018         (allout-chart-subtree, allout-goto-prefix)
2019         (allout-back-to-current-heading, allout-get-body-text)
2020         (allout-snug-back, allout-flag-current-subtree, allout-show-all)
2021         (allout-hide-region-body, allout-toggle-subtree-encryption)
2022         (allout-encrypt-string, allout-encrypted-key-info)
2023         (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
2024         (allout-file-vars-section-data): Adjusted for use with
2025         invisible-text overlays instead of selective-display.
2027         (allout-kill-line, allout-kill-topic, allout-yank-processing):
2028         Reworked for use with invisible text overlays.
2030         (allout-current-topic-collapsed-p): New function.
2032         (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
2033         to know when to close the containing topic.
2035         (allout-pre-command-business, allout-post-command-business):
2036         Simplify undo-batching and dynamic isearch exposure.
2038         (allout-set-overlay-category): New for invisible-text overlays.
2039         Sets properties of allout-overlay-category, used by
2040         allout-flag-region to set invisible-text overlay properties.
2041         (allout-get-invisibility-overlay): Get the first qualifying
2042         invisibility overlay, so we can find the extent of it.
2043         (allout-back-to-visible-text): Get to just before the beginnining
2044         of the current invisibility overlay, if any.
2046         (allout-overlay-insert-in-front-handler)
2047         (allout-overlay-interior-modification-handler)
2048         (allout-before-change-handler, allout-isearch-end-handler): New
2049         functions to handle extraordinary actions affecting concealed
2050         text.
2052         (allout-flag-region): Use overlays instead of selective-display
2053         for invisible text - by inheritence from the properties of
2054         allout-overlay-category in mainline Emacs, and applied
2055         property-by-property in XEmacs, some recent versions of which
2056         don't inherit the properties from the category.  Provisions to
2057         respond to concealed-text edits simplified drastically.
2059         (allout-isearch-rectification, allout-isearch-was-font-lock)
2060         (allout-isearch-expose, allout-enwrap-isearch)
2061         (allout-isearch-abort, allout-pre-was-isearching)
2062         (allout-isearch-prior-pos, allout-isearch-did-quit)
2063         (allout-isearch-dynamic-expose)
2064         (allout-hide-current-entry-completely): Functions deleted.
2066         (allout-undo-aggregation): Explicit undo aggregation no longer
2067         necessary due to transition away from selective-display.
2069         (set-allout-regexp, allout-up-current-level)
2070         (allout-next-visible-heading, allout-forward-current-level)
2071         (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
2072         (allout-kill-line, allout-yank-processing, allout-show-children)
2073         (allout-expose-topic, allout-old-expose-topic)
2074         (allout-listify-exposed, allout-insert-latex-header)
2075         (allout-toggle-subtree-encryption, allout-encrypt-string)
2076         (remove-from-invisibility-spec, allout-hide-current-subtree):
2077         Ditched unused variables.
2079 2006-02-17  Agustin Martin  <agustin.martin@hispalinux.es>
2081         * textmodes/ispell.el (ispell-change-dictionary): Call
2082         ispell-buffer-local-dict instead of
2083         ispell-accept-buffer-local-defs.
2084         (ispell-local-dictionary-alist): Accept as valid any coding-system
2085         supported by Emacs.
2086         (ispell-dictionary-alist-3): Esperanto dictionary's coding system
2087         changed to iso-8859-3.
2089 2006-02-17  Nick Roberts  <nickrob@snap.net.nz>
2091         * speedbar.el (speedbar-frame-width): Make an inline function
2092         instead of a macro.  Use frame-width.
2093         (speedbar-try-completion, speedbar-update-contents)
2094         (speedbar-timer-fn): Use consp.
2095         (speedbar-update-localized-contents): Try to preserve point.
2097         * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
2098         (menu): Re-order menu items.
2099         (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
2100         field.
2101         (gdb-var-update-handler-1): Use it for GDB 6.4+.
2102         (gdb-post-prompt): Speed things by not forcing update.
2104 2006-02-16  Chong Yidong  <cyd@stupidchicken.com>
2106         * wid-edit.el (widget-button-click): For mouse-1, cancel button
2107         press and perform default action if we get a mouse movement event.
2109 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
2111         * calendar/icalendar.el (icalendar--get-event-property)
2112         (icalendar--get-event-property-attributes): Fix typos in
2113         docstrings.
2115         * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
2116         docstring.
2118 2006-02-15  Juanma Barranquero  <lekktu@gmail.com>
2120         * bs.el (bs-mode): Use `buffer-disable-undo'.
2121         (bs--get-file-name): Simplify.
2122         (bs-show-in-buffer): Mark the buffer as not modified.
2124 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
2126         * wid-edit.el (widget-keymap): Bind down-mouse-1 to
2127         widget-button-click.
2129         * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
2130         (custom-mode): Update docstring.
2132         * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
2133         binding.
2135         * files.el (hack-local-variables-confirm): Allow scrolling if the
2136         file variable list is too long.  Kill temp buffer after use.
2138 2006-02-15  Nick Roberts  <nickrob@snap.net.nz>
2140         * progmodes/gud.el (gdb): Improve doc string.
2141         (gdb-script-font-lock-keywords): Expand allowed character set.
2143         * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
2144         (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
2145         (gdb-separate-io-interrupt, gdb-separate-io-quit)
2146         (gdb-separate-io-stop, gdb-separate-io-eof):
2147         Rename from gdb-inferior-* to gdb-separate-*.
2148         (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
2150 2006-02-14  Jay Belanger  <belanger@truman.edu>
2152         * calc/calc-arith.el (math-check-known-scalarp): Make sure
2153         expression is a symbol before checking that it is bound.
2155         * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
2156         test to see if equation can be solved.
2158 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
2160         * wid-edit.el (widget-button-click): Use :pressed-face property
2161         for overlay face, if it exists.
2163         * cus-edit.el (custom-manual, custom-add-see-also)
2164         (custom-add-parent-links, custom-group-link): Add :pressed-face
2165         property to links.
2167         * files.el (hack-local-variables): Remove ignored variables before
2168         checking if any variables need setting.
2170 2006-02-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2172         * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
2174 2006-02-14  Juanma Barranquero  <lekktu@gmail.com>
2176         * help.el (where-is): Fix message for remapped commands.
2178         * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
2179         Fix typos in docstrings.
2181 2006-02-13  Chong Yidong  <cyd@stupidchicken.com>
2183         * files.el (safe-local-variable-values): New option.
2184         (hack-local-variables-prop-line): Return a list of variable-value
2185         pairs if MODE-ONLY is non-nil.
2186         (hack-local-variables): Construct list of variable-value pairs,
2187         and apply or reject them in one go.  Ask for confirmation if
2188         variables are not known safe.
2189         (hack-local-variables-confirm): Complete rewrite.  Support
2190         `safe-local-variable-values'.
2191         (enable-local-variables): Update docstring to reflect new
2192         behavior.
2193         (ignored-local-variables): Ignore ignored-local-variables and
2194         safe-local-variable-values.
2195         (safe-local-variable-p): New function.
2196         (risky-local-variable-p): `safe-local-variable' property check
2197         moved to safe-local-variable-p.
2198         (hack-one-local-variable): Checks moved to hack-local-variables.
2200         (byte-compile-dynamic, c-basic-offset, c-file-style)
2201         (c-indent-level, comment-column, fill-column, fill-prefix)
2202         (indent-tabs-mode, kept-new-versions, no-byte-compile)
2203         (no-update-autoloads, outline-regexp, page-delimiter)
2204         (paragraph-start, paragraph-separate, sentence-end)
2205         (sentence-end-double-space tab-width, version-control):
2206         Add `safe-local-variable' property.
2208         * find-lisp.el: Delete nonexistent `autocompile' file variable.
2210         * icomplete.el, play/landmark.el: Change nonexistent
2211         `outline-layout' file variable to `allout-layout'.
2213 2006-02-14  Nick Roberts  <nickrob@snap.net.nz>
2215         * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
2216         (gdb-get-changed-registers): Test value of gud-minor-mode relative
2217         to gud-comint-buffer.
2218         (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
2219         gdb-ui.el for gdb-mi.el.
2220         (gdb-post-prompt, gdb-get-changed-registers): Move test for
2221         registers buffer to gdb-get-changed-registers.
2222         (gdb-breakpoint-regexp): New regexp.  Allow toggling and
2223         deletion of catchpoints (throw and catch).
2224         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
2225         (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
2226         (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
2227         (gdb-var-list-children-1, gdb-info-breakpoints-custom)
2228         (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
2230 2006-02-13  Jay Belanger  <belanger@truman.edu>
2232         * calc/calc-arith.el (math-check-known-matrixp): Make sure
2233         expression is a symbol before checking that it is bound.
2235 2006-02-13  Richard M. Stallman  <rms@gnu.org>
2237         * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
2238         for the minibuffer too, but not if resize-mini-windows will interfere.
2240         * help.el (describe-key-briefly, describe-key): Do all arg-reading
2241         inside `interactive' spec.
2242         (describe-key-briefly-internal, describe-key-internal):
2243         Functions merged back into their callers.
2245 2006-02-13  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
2247         * info.el (info-xref-visited): Inherit from info-xref too.
2248         (Info-set-mode-line): Replace occurrences of `%' by `%%'
2249         when propertizing Info-current-file and Info-current-node.
2251 2006-02-13  Juri Linkov  <juri@jurta.org>
2253         * tumme.el (tumme-thumbnail-storage): Fix docstring.
2254         (tumme-thumb-name): Fix per-directory format.
2256 2006-02-13  Juanma Barranquero  <lekktu@gmail.com>
2258         * subr.el (substitute-key-definition): Doc fix (hide internal arg).
2260 2006-02-12  Miles Bader  <miles@gnu.org>
2262         * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
2264 2006-02-13  Mathias Dahl  <mathias.dahl@gmail.com>
2266         * tumme.el: Remove history section.  If someone needs the it, it
2267         can always be found in CVS.
2269 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
2271         * tumme.el (tumme-thumbnail-storage): Update docstring.  Add info
2272         about the Thumbnail Managing Standard option.
2274 2006-02-12  Richard M. Stallman  <rms@gnu.org>
2276         * subr.el (substitute-key-definition): Doc fix.
2278         * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
2280         * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
2282         * info.el (Info-mode): Doc fix.
2284         * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
2286 2006-02-12  Michael Albinus  <michael.albinus@gmx.de>
2288         * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
2289         because on Solaris a POSIX compatible "id" is needed.  Reported by
2290         Magnus Henoch <mange@freemail.hu>.
2292 2006-02-12  Juri Linkov  <juri@jurta.org>
2294         * tumme.el: Remove todo item about Thumbnail Managing Standard.
2295         (tumme) <defgroup>: Change :group to `multimedia'.
2296         (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
2297         Managing Standard.
2298         (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
2299         Fix dostring.
2300         (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
2301         and %y.  Fix docstring.
2302         (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
2303         (tumme-cmd-create-standard-thumbnail-command): New user options.
2304         (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
2305         is `standard'.  Fix docstring.
2306         (tumme-thumb-width, tumme-thumb-height): New user options.
2307         (tumme-external-viewer): Try to find various viewers.
2308         (tumme-get-thumbnail-image): Use `create-image' instead of
2309         constructing the `image' structure.
2310         (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
2311         `standard'.
2312         (tumme-thumb-name): Add file name generation for standard storage.
2313         Simplify code for other storages.
2314         (tumme-thumb-name): Use width %w and height %h instead of size %s.
2315         Add modification time %m and thumbnail-nq8 %q.
2316         Use `tumme-cmd-create-standard-thumbnail-command' if
2317         tumme-thumbnail-storage is `standard'.
2318         (tumme-dired-insert-marked-thumbs): New autoload command.
2319         (tumme-dired-after-readin-hook): New function.
2320         (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
2321         `tumme-thumb-size'.
2322         (tumme-display-image): Replace size-x %x and size-y %y with
2323         width %w and height %h.
2325         * dired.el (dired-mode-map): Bind `\C-t\C-t' to
2326         `tumme-dired-insert-marked-thumbs'.
2328 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
2330         * tumme.el (tumme-write-tag): Fix small bug (file name did not
2331         include path).
2332         (tumme-mark-tagged-files): Fix bug in regexp used to find rows
2333         matching tag.
2335 2006-02-12  Miles Bader  <miles@gnu.org>
2337         * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
2338         New variables.
2339         (rcirc-abbrev-nick): New function.
2340         (rcirc-format-response-string): Rewrite to use the formats in
2341         `rcirc-response-formats' and expand escape sequences therein.
2342         A text-property `rcirc-text' is added over the actual response
2343         text to make easy to find inside the returned string.
2344         (rcirc-print): When filling, just look for the `rcirc-text'
2345         text-property to find the appropriate fill prefix, instead of
2346         using hardwired patterns.
2348 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
2350         * tumme.el: Enhance some docstrings.  Add todo item about Thumbnail
2351         Managing Standard.
2353 2006-02-11  Kim F. Storm  <storm@cua.dk>
2355         * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
2356         Don't use insert-buffer; do insert-buffer-substring directly.
2357         (ido-file-internal): Set mark for ido-insert-file.  Use insert-file-1.
2359 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
2361         * files.el (revert-buffer, recover-file): Replace buffer-read-only
2362         with inhibit-read-only.  Suggested by Stefan Monnier.
2363         (revert-buffer): Let insert-file-contents discard
2364         buffer-undo-list.  Simplify code.
2365         (find-file, find-file-existing, revert-buffer): Doc-string fixes.
2367 2006-02-11  Eli Zaretskii  <eliz@gnu.org>
2369         * menu-bar.el (menu-bar-select-yank): Add a doc string.
2371         * help.el (describe-key-briefly): Now a wrapper for
2372         describe-key-briefly-internal.  Bind enable-disabled-menus-and-buttons
2373         to t.  Populate yank-menu if empty.
2374         (describe-key-briefly-internal): Renamed from describe-key-briefly.
2375         (describe-key): Now a wrapper for describe-key-internal.  Bind
2376         enable-disabled-menus-and-buttons to t.  Populate yank-menu if empty.
2377         (describe-key-internal): Renamed from describe-key.
2379 2006-02-11  Milan Zamazal  <pdm@zamazal.org>
2381         * progmodes/glasses.el (glasses-separator): Doc fix.
2382         (glasses-original-separator): New defcustom.
2383         (glasses-make-readable, glasses-convert-to-unreadable): Use it.
2385 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
2387         * mwheel.el (mouse-wheel-up-event): Doc fix.
2389 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
2391         * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
2392         (tumme-dir): New function.  Copied from thumbs.el.
2394 2006-02-10  Juanma Barranquero  <lekktu@gmail.com>
2396         * desktop.el (desktop-outvar): Fix typo.
2397         (desktop-save-buffer-p): Doc fix.
2399         * subr.el (substitute-key-definition): Fix typo.
2401 2006-02-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2403         * frame.el (select-frame-set-input-focus): Call x-focus-frame also
2404         when window-system is mac.
2406         * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
2408 2006-02-10  Kim F. Storm  <storm@cua.dk>
2410         * subr.el (substitute-key-definition-key): Pass t for NOERROR to
2411         indirect-function instead of using condition-case.
2413 2006-02-10  Mathias Dahl  <mathias.dahl@gmail.com>
2415         * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
2416         less `colloquial'...
2418 2006-02-09  Mathias Dahl  <mathias.dahl@gmail.com>
2420         * tumme.el: Add a couple of todo items.
2422 2006-02-09  Lars Hansen  <larsh@soem.dk>
2424         * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
2425         (highlight-changes-mode): Don't change desktop-locals-to-save.
2427 2006-02-09  Chong Yidong  <cyd@stupidchicken.com>
2429         * image-mode.el (image-toggle-display): Clear image cache if using
2430         filename.
2432 2006-02-09  Masatake YAMATO  <jet@gyve.org>
2434         * dired-x.el (dired-guess-shell-alist-default): Add .man as
2435         a `dired-man' target.
2437         * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
2438         boundary of symbols.
2440 2006-02-08  Peter Doornbosch  <peter.doornbosch@luminis.nl>  (tiny change)
2442         * vc-svn.el (vc-svn-print-log): Show recent commits as well.
2444 2006-02-09  Juanma Barranquero  <lekktu@gmail.com>
2446         * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
2447         `mapcar'; return nil.
2449 2006-02-08  Chong Yidong  <cyd@stupidchicken.com>
2451         * mouse.el (mouse-drag-track): Don't change window if we rebind to
2452         some other event.
2454 2006-02-08  Ryan Yeske  <rcyeske@gmail.com>
2456         * net/rcirc.el (rcirc-startup-channels-alist):
2457         Add irc.freenode.net and #emacs as defaults.
2458         (rcirc-ignore-all-activity-flag): Remove variable.
2459         (rcirc-authinfo): New variable.
2460         (rcirc-authinfo-filename): Remove variable.
2461         (rcirc-always-use-server-buffer-flag): New flag.
2462         (rcirc): M-x rcirc will automatically connect without prompting.
2463         C-u M-x rcirc will prompt.  Use rcirc-connect to create a
2464         connection in lisp.
2465         (rcirc-process-server-response-1): Remove everything but the nick
2466         portion of the sender so it doesn't need to be done everywhere
2467         else.  Update related code.
2468         (global-map): Remove global keybindings.
2469         (rcirc-get-buffer-create): Make sure rcirc-topic is set.
2470         (rcirc-send-input): Split into several functions.
2471         (rcirc-process-input-line, rcirc-process-message)
2472         (rcirc-process-command): New functions.
2473         (rcirc-target-buffer): New function to determine where to route
2474         messages.
2475         (rcirc-user-nick): Save match data.
2476         (rcirc-toggle-ignore-buffer-activity)
2477         (rcirc-update-activity-string): Remove global ignore functionality,
2478         which can be done now by toggling rcirc-track-minor-mode.
2479         (rcirc-track-minor-mode-map): New keymap.
2480         (rcirc-track-minor-mode): New minor-mode.
2481         (ignore): Make the ignore output nicer.  Always print it when
2482         adding or removing nicks.
2483         (rcirc-url-regexp): Improve.
2484         (rcirc-mangle-text): Remove properties before using text in the
2485         modeline.
2486         (rcirc-authenticate): Authentication data comes from
2487         rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
2488         (rcirc-server-prefix): Inherit from rcirc-server.
2490 2006-02-08  Mathias Megyei  <Mathias.Megyei@micronas.com>  (tiny change)
2492         * Makefile.in (compile): Append "|| true" to the end of the `find'
2493         command, like compile-always does.
2495 2006-02-08  Sam Steingold  <sds@gnu.org>
2497         * net/tramp.el (tramp-maybe-open-connection): Do not wait for
2498         output from a dead connection.
2500 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
2502         * dired.el (dired-mode-map): Add more bindings for tumme.
2504 2006-02-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2506         * wdired.el (wdired-mode-map): Use remap.
2507         (wdired-get-filename): Massage.
2508         (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
2509         (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
2510         `keymap' property rather than `local-map'.
2512 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
2514         * tumme.el (tumme-get-thumbnail-image): New utility function.
2515         Suggested by from Chong Yidong.
2516         (tumme-dired-with-window-configuration): Rename from
2517         `tumme-dired'.  Add code to save window configuration.
2518         (tumme-restore-window-configuration): New command to restore the
2519         window configuration that `tumme-dired-with-window-configuration'
2520         saves before it changes the window configuration.
2521         (tumme-show-all-from-dir): New command to display thumbnails for
2522         all files in a directory entered by the user, like M-x thumbs.
2523         (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
2524         have been created.
2525         (tumme-display-thumbnail-original-image): Call `display-buffer'.
2526         (obsolete-tumme-display-thumbnail-original-image-and-buffer):
2527         Remove obsolete test function.
2529 2006-02-07  Juanma Barranquero  <lekktu@gmail.com>
2531         * vc.el (small-temporary-file-directory): Remove defvar; there's
2532         a defcustom for it in files.el.
2534         * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
2535         Fix typo in message.
2536         (tumme-gallery-generate): Fix typo in `error' message.
2537         (tumme-display-window-height-correction)
2538         (tumme-display-window-width-correction, tumme-line-up-dynamic)
2539         (tumme-line-up-interactive): Dox fixes.
2540         (tumme-cmd-rotate-original-options, tumme-display-properties-format)
2541         (tumme-restore-window-configuration, tumme-format-properties-string)
2542         (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
2543         Fix typos in docstrings.
2545 2006-02-07  Chris Moore  <christopher.ian.moore@gmail.com>  (tiny change)
2547         * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
2549 2006-02-07  Nick Roberts  <nickrob@snap.net.nz>
2551         * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
2552         User should use hook if desired.
2554         * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
2555         buffer if necessary.
2556         (gdb-delete-frame-or-window): New function.
2557         (gdb-breakpoints-mode-map): Bind "q" to it.
2559 2006-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2561         * textmodes/nroff-mode.el: Clean up name space.
2562         (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
2563         (nroff-mode): Obey the global setting of nroff-electric-mode.
2564         (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
2566         * calendar/calendar.el (calendar-increment-month): Typo in last change.
2568 2006-02-06  Thien-Thi Nguyen  <ttn@gnu.org>
2570         * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
2572 2006-02-06  Lars Hansen  <larsh@soem.dk>
2574         * generic-x.el (etc-fstab-generic-mode): Add file system types
2575         cifs and usbdevfs.  Allow special chars in file names.
2577 2006-02-05  Jay Belanger  <belanger@truman.edu>
2579         Update copyright notices of the files in lisp/calc.
2581 2006-02-05  Romain Francoise  <romain@orebokech.com>
2583         Update copyright notices of all files in the lisp/play directory.
2585 2006-02-04  Luc Teirlinck  <teirllm@auburn.edu>
2587         * ldefs-boot.el: Regenerate.
2589         * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
2591 2006-02-05  Kim F. Storm  <storm@cua.dk>
2593         * files.el (magic-mode-regexp-match-limit): New defvar.
2594         (set-auto-mode): Use it to limit magic-mode-alist matching.
2596 2006-02-04  Kevin Rodgers  <ihs_4664@yahoo.com>
2598         * simple.el (display-message-or-buffer): Compare the number of
2599         characters to the frame width when determining whether a 1-line
2600         message string will fit in the echo area.  Count screen lines
2601         instead of buffer lines when determining whether a multi-line
2602         message will fit in the echo area/minibuffer window.
2604 2006-02-04  Eli Zaretskii  <eliz@gnu.org>
2606         * info.el (Info-index, Info-mode): Improve the description of the
2607         `i' command.
2609         * ldefs-boot.el: Regenerate.
2611 2006-02-03  Werner Lemberg  <wl@gnu.org>
2613         * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
2614         greedy to find the closing bracket in \*[...] and similar
2615         expressions.  This is a first rough fix -- many additional
2616         refinements are necessary to make nroff mode really usable with groff.
2618 2006-02-03  Jens Petersen  <petersen@redhat.com>  (tiny change)
2620         * international/mule-cmds.el (set-locale-environment):
2621         Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
2622         libX11.
2624 2006-02-03  Joe Wells  <jbw@macs.hw.ac.uk>  (tiny change)
2626         * arc-mode.el (archive-maybe-copy): Fix the way directories in the
2627         archive are created in archive-tmpdir.
2629 2006-02-02  John Paul Wallington  <jpw@pobox.com>
2631         * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
2632         (ibuffer-fontification-alist): Use it.
2633         (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
2634         to "* z" and the Ibuffer Mark menu.
2636         * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
2638 2006-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2640         * textmodes/table.el (*table--cell-describe-mode)
2641         (*table--cell-describe-bindings): Undo last change since
2642         print-help-return-message is not obsoleted by anything at all.
2644 2006-02-02  Luc Teirlinck  <teirllm@auburn.edu>
2646         * emulation/cua-base.el (cua-mode): Doc fix.
2648 2006-02-02  Juanma Barranquero  <lekktu@gmail.com>
2650         * dframe.el (dframe-handle-make-frame-visible)
2651         (dframe-handle-iconify-frame, dframe-get-focus)
2652         (dframe-select-attached-frame, dframe-power-click)
2653         (dframe-frame-mode): Fix typos in docstrings.
2655         * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
2656         (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
2657         Fix typos in docstrings.
2659         * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
2660         (hi-lock-face-buffer, hi-lock-font-lock-hook)
2661         (hi-lock-archaic-interface-message-used)
2662         (hi-lock-file-patterns-range): Fix typos in docstrings.
2664         * savehist.el (savehist-loaded, savehist-load, savehist-install)
2665         (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
2667         * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
2668         Fix typo in docstring.
2670         * net/newsticker.el (newsticker--decode-iso8601-date)
2671         (newsticker--set-customvar, newsticker--buffer-insert-item)
2672         (newsticker--do-run-auto-mark-filter)
2673         (newsticker--parse-generic-feed): Doc fixes.
2674         (newsticker--retrieval-timer-list, newsticker-url-list)
2675         (newsticker-hide-immortal-items-in-echo-area)
2676         (newsticker-hide-obsolete-items-in-echo-area)
2677         (newsticker-new-item-face, newsticker--enclosure)
2678         (newsticker-buffer-update, newsticker-w3m-show-inline-images)
2679         (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
2680         (newsticker--parse-generic-feed, newsticker--cache-contains)
2681         (newsticker--stat-num-items, newsticker-download-enclosures):
2682         Fix typos in docstrings.
2684         * net/rcirc.el (rcirc-debug): Doc fix.
2685         (rcirc-fill-column, rcirc-receive-message-hooks)
2686         (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
2687         (rcirc-mode, rcirc-generate-new-buffer-name)
2688         (rcirc-startup-channels, rcirc-ignore-update-automatic)
2689         (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
2690         Fix typos in docstrings.
2691         (rcirc-print): "?\ " -> "?\s".
2692         (rcirc-cmd-join): Improve argument/docstring consistency.
2694 2006-02-01  Mark A. Hershberger  <mah@everybody.org>
2696         * xml.el (xml-parse-region): Move save-excursion and set-buffer up
2697         before narrow-to-region.
2699 2006-02-01  Richard M. Stallman  <rms@gnu.org>
2701         * simple.el (move-beginning-of-line): Scan properly for invis change.
2703         * replace.el (multi-occur-in-matching-buffers): Fix prev change.
2705 2006-02-01  Michael Albinus  <michael.albinus@gmx.de>
2707         * net/tramp.el (tramp-convert-file-attributes): Set file's gid
2708         change bit only when id-format is 'integer.  Reported by Matt
2709         Hodges <M.P.Hodges@rl.ac.uk>.
2711 2006-02-01  Juanma Barranquero  <lekktu@gmail.com>
2713         * hilit-chg.el (highlight-changes-initial-state)
2714         (highlight-changes-global-initial-state): Doc fixes.
2715         (highlight-changes-global-modes, global-highlight-changes):
2716         Fix typos in docstrings.
2718 2006-02-01  Kim F. Storm  <storm@cua.dk>
2720         * emulation/cua-base.el (cua-mode): Mention that CUA enables
2721         transient-mark-mode in doc string.
2723 2006-01-31  Richard M. Stallman  <rms@gnu.org>
2725         * replace.el (multi-occur): Doc fix.
2726         (multi-occur-in-matching-buffers): Rename from
2727         multi-occur-by-filename-regexp.  Prefix arg says match
2728         buffer names instead of file names.
2730 2006-01-31  Juanma Barranquero  <lekktu@gmail.com>
2732         * bs.el: Allow non-default values of `bs-header-lines-length'.
2733         (bs--running-in-xemacs): Remove (not needed anymore).
2734         (bs--set-window-height): Simplify by using `fit-window-to-buffer'
2735         instead of `shrink-window', thus avoiding having to compute the
2736         height of the window.
2737         (bs--up): Wrap around even when there's no header.
2738         (bs--down): Use `forward-line' instead of `next-line'.
2740 2006-01-30  Chong Yidong  <cyd@stupidchicken.com>
2742         * image-mode.el (image-toggle-display): Use file name if possible,
2743         instead of unnecessarily allocating a (possibly huge) lisp string.
2745 2006-01-30  John Paul Wallington  <jpw@pobox.com>
2747         * subr.el (toplevel): Define `cl-assertion-failed' condition here
2748         because the `assert' macro signals it at runtime.
2750         * emacs-lisp/cl.el (toplevel): Remove definition of
2751         `cl-assertion-failed' condition.
2753 2006-01-30  Nick Roberts  <nickrob@snap.net.nz>
2755         * thumbs.el (thumbs-marked-list): Make buffer-local and
2756         permanent-local.
2757         (thumbs-insert-thumb): Make help-echo non-sticky.
2758         (thumbs-file-alist): Use eolp as check for (non)-image.
2760 2006-01-30  Juanma Barranquero  <lekktu@gmail.com>
2762         * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
2763         (ediff-before-session-group-setup-hooks)
2764         (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
2765         Fix typos in docstrings.
2767         * window.el (bw-dir, bw-eqdir, balance-windows)
2768         (split-window-keep-point): Fix typos in docstrings.
2770         * textmodes/org.el (org-allow-space-in-links, org-closed-string)
2771         (org-quote-string, org-calendar-to-agenda-key)
2772         (org-agenda-sorting-strategy, org-agenda-use-time-grid)
2773         (org-show-following-heading, org-tags-column)
2774         (org-use-tag-inheritance, org, org-allow-space-in-links)
2775         (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
2776         (org-enable-table-editor, org-calc-default-modes)
2777         (org-table-allow-automatic-line-recalculation)
2778         (org-export-html-style, org-export-with-fixed-width)
2779         (org-export-with-sub-superscripts, org-special-keyword)
2780         (org-formula, org-time-grid, org-table-may-need-update)
2781         (org-mode, org-goto-ret, org-goto-left, org-goto-right)
2782         (org-goto-quit, org-get-indentation, org-end-of-item)
2783         (org-move-item-down, org-move-item-up)
2784         (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
2785         (org-remove-occur-highlights, org-read-date, org-goto-calendar)
2786         (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
2787         (org-agenda-log-mode, org-agenda-toggle-diary)
2788         (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
2789         (org-agenda-file-to-end, org-agenda-no-heading-message)
2790         (org-agenda-get-closed, org-format-agenda-item)
2791         (org-cmp-priority, org-cmp-category, org-cmp-time)
2792         (org-agenda-change-all-lines, org-agenda-diary-entry)
2793         (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
2794         (org-link-search, org-camel-to-words, org-open-file)
2795         (org-remember-handler, org-table-convert-region)
2796         (org-table-move-row-down, org-table-move-row-up)
2797         (org-table-copy-region, org-table-wrap-region)
2798         (org-table-toggle-vline-visibility)
2799         (org-table-get-vertical-vector, org-table-modify-formulas)
2800         (org-table-get-specials, org-recalc-commands)
2801         (org-table-rotate-recalc-marks, org-table-eval-formula)
2802         (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
2803         (org-level-color-stars-only, org-insert-heading):
2804         Fix typos in docstrings.
2805         (last-arg): Add defvar.
2807         * makefile.w32-in (WINS): Add erc.
2808         (MH_E_SRC): Update (copied from lisp/Makefile.in).
2810 2006-01-29  Bill Wohler  <wohler@newt.com>
2812         * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
2813         mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
2814         mh-tool-bar.el, mh-xface.el.  Remove mh-customize.el, mh-init.el.
2815         (mh-autoloads): Don't use comments on otherwise empty lines.
2817 2006-01-29  Edward O'Connor  <ted@oconnor.cx>
2819         * emulation/viper.el (viper-major-mode-modifier-list): Add
2820         insert-state and vi-state entries for erc-mode.
2821         (viper-go-away, viper-set-hooks): Add and remove
2822         viper-comint-mode-hook from erc-mode-hook as appropriate.
2824         * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
2826 2006-01-29  Juanma Barranquero  <lekktu@gmail.com>
2828         * bs.el (bs--format-aux): Implement `middle' alignment as
2829         described in the docstring for `bs-attributes-list'.
2830         (bs--get-name): Simplify.  Don't pad the buffer name.
2832 2006-01-27  Agustin Martin  <agustin.martin@hispalinux.es>
2834         * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
2835         English aspell dictionary is installed, use the first entry of
2836         ispell-dictionary-alist-1.
2838 2006-01-27  Kevin Rodgers  <ihs_4664@yahoo.com>
2840         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
2841         Doc fix.
2843 2006-01-27  Michael Albinus  <michael.albinus@gmx.de>
2845         * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
2846         for `process-file', in order to let it work for older Emacsen too.
2848 2006-01-27  Eli Zaretskii  <eliz@gnu.org>
2850         * international/latexenc.el: Add a suitable `coding:' tag.
2851         (latexenc-find-file-coding-system): Undo last change.
2853 2006-01-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
2855         * international/latexenc.el (latexenc-find-file-coding-system):
2856         Make sure latexenc-main-file is a regular file and is readable.
2858 2006-01-27  Andre Spiegel  <spiegel@gnu.org>
2860         * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
2861         Pass FILE to vc-user-login-name.
2863         * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
2865 2006-01-27  Nick Roberts  <nickrob@snap.net.nz>
2867         * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
2868         there are no more images to display.
2869         (thumbs-mark, thumbs-unmark): Revert change so that they move to
2870         the next image.
2872 2006-01-26  Richard M. Stallman  <rms@gnu.org>
2874         * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
2876         * wid-edit.el (advertised-widget-backward): New alias.
2877         (widget-keymap): Use advertised-widget-backward for S-TAB.
2879         * tumme.el: Correct the keywords.
2880         (tumme-dir-max-size): Use defvar.
2881         (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
2883         * simple.el (move-beginning-of-line): Take account of fields.
2884         (clone-indirect-buffer-other-window): Take args like
2885         clone-indirect-buffer, and work like it.
2887         * help-fns.el (describe-function): Don't pass `nil' as default.
2889         * files.el (risky-local-variable-p): Follow var aliases.
2891         * subr.el (lazy-completion-table): Doc fix.
2893         * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
2894         global binding of `line'.
2896 2006-01-25  Andre Spiegel  <spiegel@gnu.org>
2898         * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
2899         Tramp.
2901         * vc.el (vc-default-dired-state-info): Pass FILE to
2902         vc-user-login-name.
2903         (vc-default-update-changelog): Don't use vc-user-login-name, we
2904         don't need it here.
2906         * tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
2907         no longer necessary.
2909 2006-01-25  Kenichi Handa  <handa@m17n.org>
2911         * international/mule.el (decode-char): Avoid the overhead of
2912         calling utf-lookup-subst-table-for-decode if
2913         utf-translate-cjk-mode is nil.
2914         (encode-char): Avoid the overhead of calling
2915         utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
2916         nil.
2918 2006-01-22  Kenichi Handa  <handa@m17n.org>
2920         * international/mule.el (make-subsidiary-coding-system): Reset
2921         `coding-system-define-form' property of subsidiaries to nil.
2922         Avoid duplicated entry in coding-system-alist.
2923         (make-coding-system): Avoid duplicated entry in
2924         coding-system-alist.
2925         (define-coding-system-alias): Likewise.
2927 2006-01-24  Luc Teirlinck  <teirllm@auburn.edu>
2929         * completion.el: Minor fixes in introductory comment.
2930         (completion-def-wrapper): Fix alist.
2932 2006-01-25  Nick Roberts  <nickrob@snap.net.nz>
2934         * thumbs.el (thumbs-new-image-size): New function.
2935         (thumbs-increment-image-size-element)
2936         (thumbs-decrement-image-size-element, thumbs-increment-image-size)
2937         (thumbs-decrement-image-size): Delete.
2938         (thumbs-resize-image-1): Rename from thumbs-resize-image.  Keep old
2939         temp files and use to resize.
2940         (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
2941         Use increment argument to enlarge/shrink.  Preserve point.
2942         (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
2943         (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
2944         (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
2945         (thumbs-mark, thumbs-unmark): Preserve point.
2946         (thumbs-modify-image): Keep old temp files and use to modify.
2947         Cleanup old temp files at load time.  Preserve point.
2948         (thumbs-view-image-mode-map): Use new command names.
2950 2006-01-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2952         * log-view.el (log-view-minor-wrap): First rev is the one at point.
2954         * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
2955         the nastiest part of the cyclic dependency.
2956         (cal-menu-update): Use dotimes and calendar-increment-month.
2958         * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
2959         (calendar-week-start-day): Add an :initializer.
2960         (calendar-mode-map): Use suppress-keymap, and command remapping.
2961         (describe-calendar-mode): Setup xref-stack info for the back button.
2962         (calendar-star-date): Insert before delete.
2963         (calendar-set-mode-line): Add file-modified info if applicable.
2964         (calendar-increment-month): New function.
2966 2006-01-24  Tobias C. Rittweiler  <tcr@freebits.de>  (tiny change)
2968         * font-lock.el (lisp-font-lock-keywords-2):
2969         Recognize "& keywords" only at word boundaries.
2971 2006-01-24  Nick Roberts  <nickrob@snap.net.nz>
2973         * thumbs.el (thumbs-extra-images): New variable.  Make it buffer-local
2974         and permanent-local.
2975         (thumbs-max-image-number): New variable.
2976         (thumbs-do-thumbs-insertion): Use them.
2977         (thumbs-per-line): Change default to 4.
2978         (thumbs-marked-list): Rename from thumbs-markedL.
2979         (thumbs-cleanup-thumbsdir, thumbs-delete-images)
2980         (thumbs-rename-images): Use -list instead of L for internal variables.
2981         (thumbs-call-convert): Use call-process instead of shell-command.
2982         (thumbs-insert-thumb): Add filename as help-echo to each image.
2983         (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
2984         Give dir to thumbs-show-thumbs-list.
2985         (thumbs-show-thumbs-list): Set default-directory to that of images.
2986         (thumbs-dired-show): Rename from thumbs-dired-show-all.
2987         (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
2988         (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
2989         (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
2991 2006-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2993         * ses.el (ses-read-cell): Provide a default value.
2995 2006-01-23  Juanma Barranquero  <lekktu@gmail.com>
2997         * term/w32-win.el (image-library-alist): Add additional names for
2998         GIF library.
3000 2006-01-23  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
3002         * international/latexenc.el (latexenc-find-file-coding-system):
3003         Add file-regular-p check.
3005 2006-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3007         * simple.el (clone-buffer): Don't show the new buffer in the same
3008         window.
3010 2006-01-23  Juri Linkov  <juri@jurta.org>
3012         * faces.el (link, link-visited): New faces based on default values
3013         of `info-xref' and `info-xref-visited'.
3015         * info.el (info-xref): Inherit from `link'.
3016         (info-xref-visited): Inherit from `link-visited'.
3018         * cus-edit.el (custom-buffer-create-internal): Use widget type
3019         `custom-manual' instead of `info-link' and don't set properties
3020         `button-face' and `mouse-face' explicitly.
3021         (custom-browse-group-tag, custom-browse-variable-tag)
3022         (custom-browse-face-tag): Inherit from widget class
3023         `custom-group-link' instead of `push-button'.
3024         (custom-button-unraised): Inherit from `underline' face.
3025         (custom-link): Inherit from `link' face.  Fix doc and group.
3026         (custom-add-parent-links, custom-group-value-create): Don't set
3027         properties `button-face' and `mouse-face' explicitly for
3028         `custom-group-link' widget.
3029         (custom-group-link): Add properties `button-face' and `mouse-face'
3030         to widget definition.
3031         (custom-field-keymap): New variable.  Put `custom-field-keymap' to
3032         editable-field's :keymap property.
3033         (custom-mode): Fix docstring: substitute keybindings for
3034         `widget-forward' and `widget-backward' from `widget-keymap',
3035         `widget-complete' from `custom-field-keymap', replace old
3036         `Custom-move-and-invoke' with `widget-move-and-invoke'.  Untabify.
3038         * desktop.el (desktop-load-file): Check for `fboundp' before
3039         calling `symbol-function'.
3041         * simple.el (clone-buffer, clone-indirect-buffer)
3042         (clone-indirect-buffer-other-window): Use `read-buffer' instead of
3043         `read-string'.  Fix prompts.
3045         * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
3047 2006-01-23  Nick Roberts  <nickrob@snap.net.nz>
3049         * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
3051 2006-01-22  Luc Teirlinck  <teirllm@auburn.edu>
3053         * startup.el (inhibit-splash-screen, initial-scratch-message):
3054         Doc fixes.
3056 2006-01-22  Michael Albinus  <michael.albinus@gmx.de>
3058         Sync with Tramp 2.0.52.
3060         * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
3061         net/tramp-vc.el: Add code for unloading Tramp.  See comment before
3062         `tramp-unload-tramp' for checklist.
3064         * net/tramp.el: Require `timer-funcs' instead of `timer' if in
3065         XEmacs.  Contributed by Steve Youngs <steve@sxemacs.org>.
3066         (tramp-unload-file-name-handler-alist)
3067         (tramp-unload-tramp): New defuns.
3068         (tramp-advice-PC-expand-many-files): New defadvice.
3069         (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
3070         removed.
3071         (tramp-handle-expand-file-name): Remove double slash.
3072         (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
3073         It doesn't matter, because it will be converted later on.
3074         (tramp-handle-file-ownership-preserved-p): Rewritten.  The old
3075         implementation was just heuristic.
3076         (tramp-post-connection): Set uid and gid properties.
3077         (tramp-convert-file-attributes): Set file's gid change bit.
3078         (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
3079         (tramp-handle-expand-file-name): Use "~root" for tilde expansion
3080         in case of su(do)? methods.  The home directory of the local user
3081         will be taken else.
3082         (tramp-open-connection-telnet)
3083         (tramp-open-connection-rsh, tramp-open-connection-su)
3084         (tramp-open-connection-multi): Set PS1 to "$ ".  Otherwise, a
3085         local shell prompt could hurt.  Reported by Romain Francoise
3086         <romain@orebokech.com>.
3087         (tramp-let-maybe): Add `edebug-form-spec' property.
3088         (tramp-handle-expand-file-name): Bind `default-directory' locally
3089         to "/" in order to avoid problems with UNC shares or Cygwin
3090         mounts.
3091         (tramp-md5-function): Fix typo in error message.
3093         * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
3095         * net/tramp-util.el (top): Apply `ignore' instead of `identity'
3096         for byte-compiler pacification.
3098 2006-01-22  Andre Spiegel  <spiegel@gnu.org>
3100         * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
3101         ID-FORMAT `string'.  This allows us to get rid of
3102         `vc-user-login-name UID'.
3104         * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
3106 2006-01-22  John Paul Wallington  <jpw@pobox.com>
3108         * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
3110 2006-01-21  Martin Rudalics  <rudalics@gmx.at>
3112         * emacs-lisp/find-func.el (find-definition-noselect)
3113         (find-variable-noselect): Search variables in C source code too.
3114         (find-function-C-source, find-function-noselect, find-function)
3115         (find-function-other-frame, find-variable-noselect, find-variable)
3116         (find-variable-other-frame, find-variable-at-point):
3117         Fix docstrings.
3119 2006-01-21  Francesco Potorti`  <pot@gnu.org>
3121         * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
3123 2006-01-21  Agustin Martin  <agustin.martin@hispalinux.es>
3125         * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
3126         Default to disabling the "Save affix" question.
3128 2006-01-21  Marien Zwart  <marienz@gentoo.org>  (tiny change)
3130         * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
3131         the first arg to run-python.
3133 2006-01-21  Eli Zaretskii  <eliz@gnu.org>
3135         * startup.el (command-line-1): Handle --no-desktop if desktop.el
3136         is not loaded.
3138 2006-01-20  Jay Belanger  <belanger@truman.edu>
3140         * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
3141         limit is 0.
3143         * calc/calc-arith.el (math-add-symb-fancy): Check the length of
3144         the correct variable.
3146 2006-01-20  Carsten Dominik  <dominik@science.uva.nl>
3148         * textmodes/org.el (org-open-at-point): Fixed bug with matching a
3149         link.  Fixed buggy argument sequence in call to `org-view-tags'.
3150         (org-compile-prefix-format): Set `org-prefix-has-tag'.
3151         (org-prefix-has-tag): New variable.
3152         (org-format-agenda-item): Remove tags from headline if
3153         appropriate.
3154         (org-agenda-remove-tags-when-in-prefix): New option.
3155         (org-get-tags-at): New function.
3157 2006-01-20  Nick Roberts  <nickrob@snap.net.nz>
3159         * thumbs.el (thumbs-buffer): New variable.  Make it buffer local.
3160         (thumbs-find-image): Move image name and number from buffer name
3161         to mode name.  Set thumbs-buffer.  Preserve point so that large
3162         images remain visible.
3163         (thumbs-file-alist): Construct list in thumbs-buffer and reverse
3164         order.
3165         (thumbs-show-image-num): Get image from thumbs-file-alist.  Set
3166         mode name.
3167         (thumbs-next-image, thumbs-previous-image): Make them work.
3169 2006-01-19  Luc Teirlinck  <teirllm@auburn.edu>
3171         * cus-edit.el (custom-buffer-create-internal): State in the text above
3172         the whole buffer buttons that they do not operate on hidden items.
3173         (custom-face-menu): Use `custom-face-save' instead of
3174         `custom-face-save-command'.
3175         (custom-face-save-command): Make it an alias for `custom-face-save'
3176         and declare it obsolete.
3177         (custom-face-save): Doc fix.
3179         * dired.el (dired-no-confirm): Add quote.
3180         (dired-subdir-alist-pre-R): Add quote in
3181         `make-variable-buffer-local' form and remove unbalanced parenthesis.
3183 2006-01-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3185         * textmodes/table.el (table-mode-indicator): Typo in last change.
3187 2006-01-19  Richard M. Stallman  <rms@gnu.org>
3189         * outline.el (hide-leaves): Don't call outline-end-of-heading.
3190         Fixes bug reported in Nov 2005.
3192         * isearch.el (isearch-forward): Doc fix.
3194         * dired.el (dired-move-to-filename-regexp): Define as alias.
3195         (dired-no-confirm): Use defcustom.
3196         (dired-subdir-alist-pre-R): Put defvar at top level.
3198         * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
3200         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
3201         Mark as risky.
3203         * simple.el (set-mark-command): Doc fix.
3204         (clone-indirect-buffer-other-window):
3205         Read arg like clone-indirect-buffer.
3206         (move-beginning-of-line): Skip invisible newlines.
3208 2006-01-19  Masatake YAMATO  <jet@gyve.org>
3210         * progmodes/cpp.el (cpp-edit-load): Make the order of
3211         listed conditions in a base C code buffer and its associate
3212         CPP Edit buffer the same.
3214 2006-01-19  Kenichi Handa  <handa@m17n.org>
3216         * mail/rmail.el (rmail-enable-mime): Docstring fixed.
3217         (rmail-mime-feature): Likewise.
3218         (rmail-require-mime-maybe): Use display-warning to show a warning
3219         message.
3221         * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
3222         (find-auto-coding): Use auto-coding-regexp-alist-lookup.
3224 2006-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3226         * array.el: Move defvars out of eval-when-compile.
3227         (array-make-template): Replace undeclared global var with a local one.
3228         (array-mode): Inline initialization functions.
3229         (array-init-local-variables, array-init-max-row)
3230         (array-init-max-column, array-init-columns-per-line)
3231         (array-init-field-width, array-init-rows-numbered)
3232         (array-init-line-length, array-init-lines-per-row): Remove.
3234         * play/doctor.el: Move defvars out of eval-when-compile.  Use dolist.
3235         (doc-mode-map): Define explicitly.
3236         (doctor-txtype): Use mapc.
3238         * textmodes/table.el: Move defvars out of eval-when-compile.
3239         Remove harmful code meant to avoid byte-compiler warnings.
3240         (table-fixed-mode-indicator): Remove.  Use a more complex mode-line
3241         specification that checks table-fixed-width-mode directly.
3242         (table-recognize-region, table-recognize-cell):
3243         Use restore-buffer-modified-p.
3244         (table-fixed-width-mode): Remove code that refreshes
3245         table-fixed-mode-indicator.
3246         (*table--cell-describe-bindings, *table--cell-describe-mode):
3247         Avoid obsolete name print-help-return-message.
3248         (table--test-cell-list): Don't use replace-regexp from elisp.
3249         (table--point-entered-cell-function, table--point-left-cell-function):
3250         Don't set table-fixed-mode-indicator, use force-mode-line-update.
3252         * textmodes/org.el: Move defvars out of eval-when-compile.  Move code
3253         that was after the end of file.  Use buffer-file-name variable.
3254         (org-timestamp-change): Use with-current-buffer.
3255         (org-todo-list): Don't unnecessarily define a new buffer-local var.
3256         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
3257         `file'.
3259         * progmodes/fortran.el: Move defvars out of eval-when-compile.
3260         (fortran-break-line): Remove unused var `opoint'.
3261         (fortran-abbrev-start): Obey help-event-list.
3263 2006-01-18  Jesper Harder  <harder@phys.au.dk>
3265         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
3267 2006-01-18  Masatake YAMATO  <jet@gyve.org>
3269         * progmodes/make-mode.el (makefile-imake-mode): New mode
3270         derived from makefile-mode.
3271         (makefile-imake-mode-syntax-table): New syntax table
3272         derived from makefile-mode-syntax-table.
3273         (makefile-mode): Write about makefile-imake-mode in doc string.
3274         (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
3275         (makefile-imake-font-lock-keywords): New font lock keywords.
3277         * files.el (auto-mode-alist): Add Imakefile.
3279 2006-01-17  Agustin Martin  <agustin.martin@hispalinux.es>
3281         * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
3282         loading the file rather than when turning on flyspell-mode.
3284 2006-01-16  Luc Teirlinck  <teirllm@auburn.edu>
3286         * cus-edit.el (customize-rogue): Minor doc fix.
3288 2006-01-17  Juri Linkov  <juri@jurta.org>
3290         * dired-aux.el (dired-diff): Use dired-dwim-target-directory
3291         instead of the file at the mark as default if the file at the mark
3292         is the same as the file at point or if dired-dwim-target-directory
3293         is not the same as the current directory and the mark is not active.
3295         * log-view.el (log-view-minor-wrap): Use the same logic to get
3296         revisions as `log-view-diff'.
3298         * info.el (Info-revert-find-node): Check for Info-current-file
3299         before preserving new-history.
3301         * man.el (Man-heading-regexp): Add `/'.
3303         * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
3304         (html-mode): Set `sentence-end-base' instead of `sentence-end'.
3306 2006-01-16  Juri Linkov  <juri@jurta.org>
3308         * faces.el (mode-line-faces): New defgroup.
3309         (mode-line-highlight): Move definition after new defgroup.
3310         (mode-line, mode-line-inactive, mode-line-highlight):
3311         Replace :group `modeline' with `mode-line-faces'.
3312         (mode-line-buffer-id): New face.
3313         (modeline-buffer-id): New face alias.
3314         (vertical-border): Remove :group `modeline'.
3316         * bindings.el (propertized-buffer-identification): Use face
3317         `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
3318         (mode-line-next-buffer, mode-line-previous-buffer): New functions.
3319         (mode-line-buffer-identification-keymap): For mouse-1 replace
3320         `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
3321         Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
3322         mouse-3.
3324         * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
3325         Buffer-menu-buffer.  Doc fix.
3326         (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
3327         (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
3328         `Buffer-menu-buffer'.
3330         * info.el (Info-mode-line-node-keymap): New defvar.
3331         (Info-set-mode-line): Use `stringp' to check Info-current-file.
3332         Propertize Info-current-node with `mode-line-buffer-id' and
3333         `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
3335         * time.el (display-time-mail-face): Replace :group `faces' with
3336         `mode-line-faces'.
3338 2006-01-16  Kenichi Handa  <handa@m17n.org>
3340         * international/code-pages.el: Add autoload cookies for cp125[0345678].
3342         * language/european.el (cp1252): New alias for windows-1252.
3344         * international/mule.el (autoload-coding-system): Prepare for EOL
3345         variants.
3347 2006-01-15  Dan Nicolaescu  <dann@ics.uci.edu>
3349         * term.el (term-raw-map): Add mapping for insert.
3350         (term-send-insert): New.
3351         (term-mode): Make variables local here instead of doing it in
3352         `term-emulate-terminal'.
3353         (term-emulate-terminal): Delete incorrect optimization for cr+lf.
3354         Scroll reverse needs to take into account the scroll region.
3355         Saving and restoring the cursor should save the color attributes too.
3356         (term-reset-terminal): Reset the scroll region.
3357         (term-handle-ansi-escape): Cursor up and down should take into
3358         account the scroll region.
3359         (term-set-scroll-region): Rename from `term-scroll-region'.
3360         Move to 0,0 after setting the region.
3361         (term-handle-scroll): Handle scroll up.
3362         (term-down): Fix off by one error.
3363         (term-delete-lines): Do not delete outside the scroll region.
3364         (term-insert-lines): Take into account the scroll region.
3366 2006-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3368         * textmodes/ispell.el (ispell-internal-change-dictionary)
3369         (ispell-change-dictionary): Undo most of last change of 2006-01-13.
3370         (start, end): Move declaration outside of eval-when-compile.
3372         * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
3373         (flyspell-mode-on): Use it.
3375         * textmodes/ispell.el (ispell-kill-ispell): Run new hook
3376         ispell-kill-ispell-hook.
3378 2006-01-14  Luc Teirlinck  <teirllm@auburn.edu>
3380         * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
3381         (Custom-reset-saved): Do not ask for confirmation in single option
3382         buffers.
3384 2006-01-13  Richard M. Stallman  <rms@gnu.org>
3386         * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
3388 2006-01-13  Romain Francoise  <romain@orebokech.com>
3390         * add-log.el (add-change-log-entry, change-log-merge):
3391         Conditionally use `hard-newline'.
3393 2006-01-13  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
3395         * wid-edit.el (widget-field-end): If the overlay is no longer
3396         associated with a buffer, behave as if the overlay didn't exist.
3398         * cus-edit.el (custom-add-see-also, custom-add-parent-links):
3399         Make sure the links use the `custom-link' face.
3401 2006-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3403         * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
3404         (ld-script-mode): Don't set indent-line-function since we don't
3405         have one.
3407 2006-01-13  Carsten Dominik  <dominik@science.uva.nl>
3409         * textmodes/org.el (org-open-file): Use mailcap for selecting an
3410         application.
3411         (org-file-apps-defaults-gnu): Use mailcap as the default for
3412         selecting an application on a UNIX system.
3413         (org-agenda-show-tags): New command.
3414         (org-table-insert-hline): Keep cursor in current table line.
3415         (org-table-convert): Offset effect of modifying
3416         `org-table-insert-hline'.
3417         (org-format-agenda-item): New optional argument TAG.
3418         (org-compile-prefix-format): Handle %T format for the tag.
3419         (org-expand-wide-chars): New function.
3420         (org-table-insert-row, org-table-insert-hline):
3421         Use `org-expand-wide-chars'.
3422         (org-open-file): Fix bug in program launch.
3423         (org-get-time-of-day): Fix bug with times before 1am.
3424         (org-agenda-menu): Add tags commands.
3426 2006-01-13  Agustin Martin  <agustin.martin@hispalinux.es>
3428         * textmodes/ispell.el (ispell-init-process): Include the used
3429         dictionary in ispell process start message.
3430         (ispell-internal-change-dictionary): When flyspell-mode is active
3431         and dictionary is changed, make sure ispell process is restarted
3432         and flyspell word cache cleared out for the current buffer.
3433         (ispell-change-dictionary): Make sure flyspell word cache is
3434         cleared out in all buffers with active flyspell mode when
3435         dictionary is globally changed.
3436         Call ispell-internal-change-dictionary after dictionary change.
3438 2006-01-13  Eli Zaretskii  <eliz@gnu.org>
3440         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
3442         * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
3443         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
3444         years.  Fix small differences wrt Makefile.in.
3445         (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
3446         Makefile.in does.
3448 2006-01-12  Bill Wohler  <wohler@newt.com>
3450         * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
3451         mh-search.el.
3453 2006-01-12  Masatake YAMATO  <jet@gyve.org>
3455         * progmodes/ld-script.el: Update copyright year.
3457 2006-01-12  Chong Yidong  <cyd@stupidchicken.com>
3459         * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
3460         Don't add widget if setting undefined.
3462 2006-01-12  John Paul Wallington  <jpw@pobox.com>
3464         * help-fns.el (describe-variable): Remove newlines from void
3465         variable output.
3467 2006-01-13  Nick Roberts  <nickrob@snap.net.nz>
3469         * wdired.el (wdired-mode-map): Add help echo for
3470         wdired-abort-changes.
3472         * man.el (Man-file-name-regexp): Adjust for a list of files.
3474 2006-01-12  Masatake YAMATO  <jet@gyve.org>
3476         * progmodes/ld-script.el (auto-mode-alist): Support
3477         suffix conventions used in netbsd and eCos.
3479 2006-01-11  Luc Teirlinck  <teirllm@auburn.edu>
3481         * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
3482         (custom-variable-menu, custom-face-menu, custom-group-menu)
3483         (Custom-mode-menu): Change names of menu items.  (As discussed on
3484         emacs-devel.)
3485         (custom-face-menu): Add "Undo Edits" item.
3487         * startup.el (init-file-user): defcustom -> defvar.
3489         * tooltip.el (tooltip-mode): Doc fix.
3491 2006-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3493         * reveal.el (reveal-post-command): window-buffer signals an error on
3494         dead windows rather than returning nil.
3495         (reveal-open-new-overlays): An overlay might die while we open others.
3497 2006-01-11  Bill Wohler  <wohler@newt.com>
3499         * cus-dep.el (generated-custom-dependencies-file): Fix typo and
3500         phrasing in docstring.
3502         * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
3503         can give some systems gas.  Add new file mh-buffers.el.
3505 2006-01-06  Masatake YAMATO  <jet@gyve.org>
3507         * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
3508         C preprocessor forward ported from GNU Emacs 21.2.
3510         * progmodes/asm-mode.el (asm-font-lock-keywords):
3511         Use `cpp-font-lock-keywords'.
3513         * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
3515         * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
3516         of $ for "\\.ld[s]?".
3518 2006-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3520         * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
3521         (tcl-indent-line): Return `noindent' if inside a string.
3523         * progmodes/flymake.el (flymake-split-string): Remove more than one
3524         empty string at beg/end of the result.
3525         (flymake-find-buildfile, flymake-find-possible-master-files):
3526         Use expand-file-name.
3527         (flymake-fix-file-name): Don't replace \ with / and don't remove ./
3528         since expand-file-name does it for us.  Use directory-file-name.
3529         (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
3530         (flymake-ler-get-type, flymake-ler-get-text)
3531         (flymake-ler-make-ler): Remove.  Replace by defstruct.  Update callers.
3532         (flymake-current-line-no): Remove spurious interactive spec.
3533         (flymake-delete-temp-directory): Remove unused var `slash-pos'.
3534         (flymake-check-include): Remove arg inc-path merged into inc-name.
3535         (flymake-check-patch-master-file-buffer): Fit in 80 columns.
3536         Arg regexp-list replaced by a simple regexp.
3537         (flymake-master-make-header-init, flymake-master-tex-init):
3538         Correspondingly replace regexp-list with a regexp.  Fix regexp.
3540 2006-01-10  Simon Josefsson  <jas@extundo.com>
3542         * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
3543         describing AUTH PLAIN fix.
3545 2006-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
3547         * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
3548         (report-emacs-bug): Don't record initial prompt text.
3549         Instead, add text properties to prompting text.
3550         (report-emacs-bug-hook): Delete prompting text.
3552 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3554         * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
3555         `dirs'.  Adjust callers.
3557 2006-01-09  John Paul Wallington  <jpw@gnu.org>
3559         * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
3561 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3563         * reveal.el (reveal-open-new-overlays): New extracted fun.
3564         (reveal-close-old-overlays): Idem.  Check overlays's liveness before
3565         using them.  Simplify the code.
3566         (reveal-post-command): Use them.  Fix up obsolete windows in
3567         reveal-open-spots.
3569         * progmodes/flymake.el: Use `require' rather than autoload for
3570         XEmacs's overlays.
3571         (flymake-get-common-file-prefix, flymake-build-relative-filename):
3572         Delete.  Use file-relative-name instead.
3573         (flymake-get-syntax-check-program-args, flymake-perl-init):
3574         Simplify the resulting code.
3576         * log-view.el (log-view-file-re, log-view-message-re): Add support
3577         for DaRCS output.
3579 2006-01-09  Alex Schroeder  <alex@gnu.org>
3581         * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
3582         identifiers sometimes added in square brackets at the beginning of
3583         subject lines.
3585 2006-01-07  Richard M. Stallman  <rms@gnu.org>
3587         * cus-edit.el (Custom-set, Custom-save): Doc fix.
3588         (Custom-reset-current, Custom-reset-saved): Change question text.
3589         (Custom-reset-standard): Likewise.
3590         (custom-variable-reset-saved): Doc fix.
3592 2006-01-07  Eli Zaretskii  <eliz@gnu.org>
3594         * startup.el (init-file-user): Doc fix.
3596 2006-01-07  Alex Schroeder  <alex@gnu.org>
3598         * mail/rmail.el (rmail-current-subject): New function.
3599         (rmail-current-subject-regexp): New function.
3600         (rmail-next-same-subject): Use it.
3602         * mail/rmailsum.el (rmail-summary-by-topic):
3603         Use rmail-current-subject and rmail-current-subject-regexp.
3604         (rmail-summary-next-same-subject): Ditto.
3606         * net/rcirc.el (rcirc-send-input): No longer check whether the
3607         process is open, since not all commands need an open process.
3608         (rcirc-send-string): Check whether the process is open before
3609         sending anything.
3610         (rcirc-ignore-list): New option.
3611         (rcirc-ignore-list-automatic): New variable.
3612         (rcirc-print): Take rcirc-ignore-list into account.
3613         (rcirc-cmd-ignore): New command.
3614         (rcirc-ignore-update-automatic): New function.
3615         (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
3616         list if ignored nicks.
3617         (rcirc-handler-NICK): Ditto, and also ignore the new nick.
3619 2006-01-06  David Reitter  <david.reitter@gmail.com>
3621         * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
3622         reflect the address to which the report will be sent.
3624 2006-01-06  Eli Zaretskii  <eliz@gnu.org>
3626         * progmodes/ld-script.el (auto-mode-alist): Recognize linker
3627         scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
3629 2006-01-01  Michael Ernst  <mernst@alum.mit.edu>  (tiny changes)
3631         * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
3633         * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
3634         the doc string: "functoin" => "function".
3635         * ldefs-boot.el: Likewise.
3637         * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
3638         message text: "Duplicat" => "Duplicate".
3640 2006-01-06  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
3642         * files.el (basic-save-buffer-2): If backing-up failed, reset
3643         buffer-backed-up to nil.
3645 2006-01-06  Nick Roberts  <nickrob@snap.net.nz>
3647         * progmodes/gud.el (gdb-script-skip-to-head)
3648         (gdb-script-calculate-indentation): Indent for breakpoint command
3649         lists also.
3651 2006-01-05  Bill Wohler  <wohler@newt.com>
3653         * Makefile.in (compile-always): Add mh-autoloads dependency.
3654         (bootstrap): Remove mh-autoloads dependency, as compile dependency
3655         provides it.
3656         (updates): Remove mh-autoloads dependency, since it probably has
3657         already run recently (via recompile).
3659 2006-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3661         * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
3662         argument `force' to disable the flyspell-last-buffer optimization.
3663         (flyspell-mode-on): Use it.
3665         * progmodes/flymake.el (flymake-get-cleanup-function): Default to
3666         flymake-simple-cleanup.
3667         (flymake-allowed-file-name-masks): Use this new default.
3668         All the functions are now called in the right buffer rather than
3669         passing the buffer as argument.
3670         (flymake-process-sentinel): Switch to buffer before calling cleanup.
3671         (flymake-parse-err-lines): Remove redundant buffer arg.
3672         (flymake-get-program-dir): Comment out unused function.
3673         (flymake-start-syntax-check, flymake-start-syntax-check-process):
3674         Remove redundant buffer argument.
3675         (flymake-get-real-file-name, flymake-simple-java-cleanup)
3676         (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
3678 2006-01-05  Richard M. Stallman  <rms@gnu.org>
3680         * info.el (Info-find-node): Don't record previous node if have none.
3681         (info): Go to directory only if history is empty.
3683         * simple.el (mark): Doc fix.
3685 2006-01-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3687         * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
3688         already of desired type.
3689         (mac-ae-list): Coerce parameter to "list" type.
3690         (mac-dispatch-apple-event): Replace cadr part of event with a
3691         dummy position so that event-start returns it.
3693 2006-01-05  Carsten Dominik  <dominik@science.uva.nl>
3695         * textmodes/org.el (org-end-of-subtree): New function.
3696         (org-cycle, org-subtree-end-visible-p, org-scan-tags):
3697         Use `org-end-of-subtree'.
3698         (org-agenda, org-agenda-convert-date): Protect calls to
3699         `fit-window-to-buffer'.
3700         (org-tags-view): Force matching of sublevels when doing a
3701         todo-only search.  Define the correct redo command, including the
3702         arguments.
3703         (org-agenda-redo): Display message.
3704         (org-check-for-org-mode): New function.
3705         (org-agenda-type): New variable.
3706         (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
3707         Set `org-agenda-type'.
3708         (org-agenda-check-type): New function.
3709         (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
3710         (org-agenda-week-view, org-agenda-day-view)
3711         (org-agenda-next-date-line, org-agenda-previous-date-line)
3712         (org-agenda-log-mode, org-agenda-toggle-diary)
3713         (org-agenda-toggle-time-grid, org-agenda-date-later)
3714         (org-agenda-date-prompt, org-agenda-diary-entry)
3715         (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
3716         (org-agenda-convert-date, org-agenda-menu):
3717         Use `org-agenda-check-type'.
3718         (org-make-overlay, org-delete-overlay)
3719         (org-detatch-overlay, org-move-overlay, org-overlay-put):
3720         New compatibility functions.
3721         (org-calendar-select-mouse): New command.
3723 2006-01-04  Chong Yidong  <cyd@stupidchicken.com>
3725         * cus-edit.el (Custom-reset-current, Custom-reset-saved)
3726         (Custom-reset-standard): Fix y-or-n-p messages.
3727         (custom-link): New face for links.
3728         (custom-buffer-create-internal, custom-manual): Use it.
3729         (custom-face-save): Push to theme-face before setting face spec.
3731         * wid-edit.el (widget-default-mouse-face-get): New function.
3732         (widget-specify-button): Handle mouse-face like button-face.
3734         * custom.el (load-theme): Clear old theme settings if reloading.
3736 2006-01-03  Luc Teirlinck  <teirllm@auburn.edu>
3738         * cus-edit.el (custom-buffer-create-internal): Move whole buffer
3739         "Erase Customization" button back to same position it occupies in
3740         the individual State menus.
3742 2006-01-04  Kim F. Storm  <storm@cua.dk>
3744         * wid-edit.el (key-sequence): Rework widget to read key binding
3745         using `kbd' syntax.  Use C-q to insert literal key, event, or code.
3746         (widget-key-sequence-default-value): Default value for empty sequence.
3747         (widget-key-sequence-map): New map for reading key binding.  Bind C-q.
3748         (widget-key-sequence-read-event): New command for C-q.
3749         (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
3750         (widget-key-sequence-value-to-external): New functions.
3752 2006-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3754         * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
3755         Use expand-file-name.
3756         (flymake-delete-temp-directory): Use expand-file-name,
3757         file-name-directory, and directory-file-name.
3758         (flymake-strrchr): Delete.
3759         (flymake-start-syntax-check): Don't pass the redundant buffer argument
3760         to the init-f function.
3761         (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
3762         (flymake-init-find-buildfile-dir)
3763         (flymake-init-create-temp-source-and-master-buffer-copy)
3764         (flymake-simple-make-init-impl, flymake-simple-make-init)
3765         (flymake-master-make-init, flymake-master-make-header-init)
3766         (flymake-simple-make-java-init, flymake-simple-ant-java-init)
3767         (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
3768         (flymake-xml-init): Remove corresponding redundant buffer argument.
3769         (flymake-allowed-file-name-masks): Remove last elems that are equal to
3770         the default anyway.  Clean up regexps.
3772         * progmodes/flymake.el (flymake-temp-source-file-name)
3773         (flymake-master-file-name, flymake-temp-master-file-name)
3774         (flymake-base-dir): New buffer-local vars.
3775         (flymake-buffer-data, flymake-get-buffer-value)
3776         (flymake-set-buffer-value): Replace those hash-tables by the new
3777         buffer-local vars.  Update callers.
3779         * progmodes/flymake.el (flymake-check-start-time)
3780         (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
3781         (flymake-last-change-time, flymake-new-err-info, flymake-timer):
3782         Move definition, so we can remove redundant earlier declaration.
3783         (flymake-replace-regexp-in-string, flymake-split-string)
3784         (flymake-get-temp-dir): Use defalias.
3785         (flymake-popup-menu): Remove `pos' argument.  Use posn-at-point.
3786         (flymake-xemacs-window-edges): Remove unused function.
3787         (flymake-get-point-pixel-pos): Move.
3788         (flymake-pid-to-names, flymake-reg-names)
3789         (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
3790         Replace by a simple list flymake-processes and by process-buffer.
3791         Update callers.  Other than simplify the code, it uses buffers rather
3792         than buffer-names so it doesn't get confused by uniquify.
3793         (flymake-buffer-data): The global value should just be nil.
3795         * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
3796         Optimize the body of a defalias like any other code.
3798         * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
3799         Make sure we've setup font-lock's vars.  It may influence which
3800         function we then call.
3801         (font-lock-default-fontify-buffer): Don't bother calling set-defaults
3802         here since it's too late anyway.
3804 2006-01-03  Romain Francoise  <romain@orebokech.com>
3806         * startup.el (fancy-splash-tail, normal-splash-screen):
3807         Update copyright year.
3809 2006-01-02  J.D. Smith  <jdsmith@as.arizona.edu>
3811         * mouse.el (mouse-drag-track): Rename, from
3812         `mouse-drag-region-1'.  Includes optional argument required to
3813         enable post-drag event processing (e.g. delete region keys).
3814         Can be used without this argument to track a mouse region and operate
3815         on it as soon as the drag completes.
3816         (mouse-drag-region): Use `mouse-drag-track'.
3818 2006-01-02  Chong Yidong  <cyd@stupidchicken.com>
3820         * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
3821         Move to `custom-buffer' group.
3823         * cus-theme.el: Rewrite the Custom New Theme Mode interface.
3824         (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
3825         (custom-theme-insert-face-marker, custom-theme-variable-menu)
3826         (custom-theme-face-menu): New variables.
3827         (custom-theme-add-variable, custom-theme-variable-action)
3828         (custom-variable-reset-theme, custom-theme-delete-variable)
3829         (custom-face-reset-theme, custom-theme-face-action)
3830         (custom-theme-delete-face, custom-theme-merge-theme)
3831         (custom-theme-add-face, custom-theme-visit-theme): New functions.
3833 2006-01-01  Chong Yidong  <cyd@stupidchicken.com>
3835         * custom.el: Move Custom Themes commentary to start of theme code.
3836         (custom-known-themes): Rename `standard' theme to `changed'.
3837         (custom-push-theme): Caller no longer specifies what theme to use
3838         when doing `reset'---the setting is simply removed from the theme.
3839         Delete MODE from `theme-value' and `theme-settings' properties.
3840         (custom-declare-theme): Ignore &rest args since we don't use them.
3842         (custom-loaded-themes): Delete variable.
3843         (custom-theme-load-themes, custom-theme-loaded-p)
3844         (custom-theme-value): Delete functions.
3846         (custom-declare-theme): Signal error on invalid theme names.
3847         (provide-theme): custom-loaded-themes was deleted.
3848         (load-theme): Load the file unconditionally.
3849         (enable-theme): Call `load-theme' if theme is undefined.
3850         (custom-enabled-themes): Only update value for successful loads.
3851         (disable-theme): Complete from enabled themes when interactive.
3852         (custom-variable-theme-value): Calculate theme value directly.
3854         (custom-theme-reset-variables, custom-reset-variables): Mark as
3855         XEmacs compatibility functions.  We don't actually use these.
3857         * cus-edit.el (custom-variable-state-set):
3858         Use custom-variable-theme-value instead of custom-theme-value.
3859         (custom-face-state-set): Rename `standard' theme to `changed'.
3860         (custom-save-variables, custom-save-faces): Delete unneeded
3861         references to custom-reset-variables.
3862         (custom-save-resets): Delete function.
3863         (custom-save-variables, custom-save-faces): MODE argument deleted.
3864         (custom-save-variables, custom-save-faces): Ignore theme values.
3866         * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
3867         compatibility function.
3869 2006-01-01  Richard M. Stallman  <rms@gnu.org>
3871         * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
3872         (Custom-reset-current, Custom-reset-saved): Likewise.
3873         (Custom-reset-standard): Show message if aborted.
3874         (custom-mode): Doc fix, describing those commands.
3876         * mouse.el (mouse-drag-region-1): When following link via mouse-2,
3877         put on event-kind property.
3879 2005-12-31  Chong Yidong  <cyd@stupidchicken.com>
3881         * custom.el (provide-theme): Ban `user' theme name.
3882         (custom-enabling-themes): New variable.
3883         (enable-theme): Don't enable user if custom-enabling-themes is t.
3884         (custom-enabled-themes): Make it a defcustom.
3885         (custom-theme-recalc-face): No-op if face is undefined.
3887         * cus-edit.el (custom-button-mouse): New variable.
3888         (custom-button-mouse): New face.
3889         (custom-raised-buttons, custom-mode): Use it.
3891         * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
3893 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
3895         * progmodes/gud.el (gud-display-line): Support hl-line in the
3896         source buffer.
3898 2005-12-31  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
3900         * mouse.el (mouse-drag-window-above): Verify that the found window
3901         overlaps with the given window in the horizontal dimension.
3903 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
3905         * Makefile.in (cvs-update): New target.
3907         * makefile.w32-in (cvs-update): Ditto.
3909 2005-12-30  Chong Yidong  <cyd@stupidchicken.com>
3911         * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
3912         (custom-new-theme-mode-map): New variable.
3914 2005-12-30  Richard M. Stallman  <rms@gnu.org>
3916         * custom.el (custom-load-themes): Function deleted.
3918         * cus-edit.el (custom-save-loaded-themes): Function deleted.
3919         (custom-save-variables): Don't delete or add custom-load-themes call.
3921 2005-12-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3923         * cus-start.el: Add `visible-cursor'.
3925         * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
3926         (flymake-parse-output-and-residual): Remove `source-buffer' argument.
3927         (flymake-process-filter): Switch to buffer before calling it instead.
3928         (flymake-post-syntax-check, flymake-highlight-err-lines)
3929         (flymake-delete-own-overlays, flymake-parse-err-lines)
3930         (flymake-start-syntax-check, flymake-start-syntax-check-process)
3931         (flymake-count-lines, flymake-parse-residual):
3932         Remove constant buffer argument.
3933         (flymake-start-syntax-check-for-current-buffer): Remove.
3934         Update callers to use flymake-start-syntax-check instead.
3935         (flymake-display-err-menu-for-current-line):
3936         Remove unused var `mouse-pos'.
3937         (flymake-restore-formatting): Comment out unused function.
3938         (flymake-report-status, flymake-report-fatal-status): Remove buffer
3939         argument, use current-buffer instead.  Update callers.
3941 2005-12-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3943         * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
3944         buffer-local because choose-completion-delete-max-match requires
3945         that we set completion-ignore-case (i.e., binding via let is not
3946         sufficient).
3947         (bibtex-complete): Always set completion-ignore-case and
3948         choose-completion-string-functions.  The latter is needed because
3949         choose-completion-string-functions keeps its value if we quit the
3950         *Completions* buffer without requesting a completion.
3952 2005-12-30  Andreas Schwab  <schwab@suse.de>
3954         * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
3956 2005-12-30  Eli Zaretskii  <eliz@gnu.org>
3958         * jit-lock.el (jit-lock-chunk-size): Doc fix.
3960 2005-12-30  Juri Linkov  <juri@jurta.org>
3962         * locate.el (locate-fcodes-file, locate-header-face)
3963         * progmodes/delphi.el (delphi-other-face)
3964         * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
3966         * paren.el (show-paren-match, show-paren-mismatch): Use existing
3967         group `paren-showing-faces'.
3969         * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
3970         (goto-address): Fix docstring.
3972         * net/webjump.el (webjump-sample-sites): Update URLs.
3974         * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
3976         * subr.el (cancel-change-group): Add listp around pending-undo-list.
3978 2005-12-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3980         * font-lock.el (font-lock-compile-keywords): Signal an error when
3981         font-lock-set-defaults hasn't been called.
3983 2005-12-29  Luc Teirlinck  <teirllm@auburn.edu>
3985         * subr.el (noreturn, 1value): Doc fixes.
3987 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3989         * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
3990         that assoc-string returns nil.
3992 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3994         * textmodes/bibtex.el (bibtex-entry-type-whitespace)
3995         (bibtex-entry-type-str, bibtex-empty-field-re)
3996         (bibtex-search-backward-string, bibtex-preamble-prefix)
3997         (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
3998         (bibtex-any-valid-entry-type): New variable.
3999         (bibtex-parse-field-name): Simplify.
4000         (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
4001         (bibtex-preamble-prefix): Include left delimiter.
4002         (bibtex-search-forward-field, bibtex-search-backward-field):
4003         Allow unbounded search past entry boundaries (required by bibtex-pop).
4004         (bibtex-text-in-field-bounds): Use push.
4005         (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
4006         (bibtex-parse-preamble, bibtex-valid-entry)
4007         (bibtex-beginning-first-field): New functions.
4008         (bibtex-skip-to-valid-entry): Use bibtex-valid-entry.  Fix regexp.
4009         (bibtex-map-entries): Fix docstring.
4010         (bibtex-flash-head): New arg prompt.  Simplify.
4011         (bibtex-enclosing-field): Include code of bibtex-inside-field.
4012         (bibtex-insert-kill): Simplify.  Always insert text past the
4013         current field or entry.
4014         (bibtex-format-entry): Use bibtex-parse-field.
4015         (bibtex-pop): Use bibtex-beginning-of-entry and
4016         bibtex-end-of-entry to initiate the search.  Insert empty field if
4017         we found ourselves.
4018         (bibtex-print-help-message): New args field and comma.
4019         Handle entry keys.
4020         (bibtex-make-field): Use bibtex-beginning-of-entry.
4021         (bibtex-end-of-entry): Use bibtex-valid-entry.  Recognize any
4022         invalid entry.
4023         (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
4024         Handle preambles.  Simplify code for thorough test.
4025         (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
4026         New arg comma.  Handle entry heads.
4027         (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
4028         (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
4029         New arg comma.
4030         (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
4031         (bibtex-fill-field): Simplify.
4032         (bibtex-fill-entry): Use bibtex-beginning-first-field and
4033         bibtex-parse-field.
4034         (bibtex-convert-alien): Do not wait before calling bibtex-validate.
4035         (bibtex-complete): Use bibtex-parse-preamble.
4037 2005-12-29  Nick Roberts  <nickrob@snap.net.nz>
4039         * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
4040         Display name of expression instead of convenience variable.
4041         (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
4043         * progmodes/gud.el (gud-tooltip-dereference): Rename from
4044         toggle-gud-tooltip-dereference.
4045         (gud-tooltip-print-command): Move concatenation of "*" to expr to...
4046         (gud-tooltip-tips): ...here when dereferencing.
4048 2005-12-28  Bill Wohler  <wohler@newt.com>
4050         * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
4052 2005-12-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4054         * vc.el (vc-annotate-display): Replace optional arg `color-map' with
4055         compulsory arg `ratio'.  Inline body of vc-annotate-time-span.
4056         (vc-annotate-display-autoscale): Adjust call.
4057         (vc-annotate-display-default): Adjust call.  Make arg compulsory.
4058         Fix interactive spec.
4059         (vc-annotate-time-span): Remove.
4060         (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
4061         (vc-annotate-mode-menu, vc-annotate-display-autoscale)
4062         (vc-annotate-display-select): Use new name.
4064         * vc.el (vc-annotate-mode-map): Remove obsolete binding.
4065         (vc-annotate-mode-menu): Remove left-over redundant declaration.
4066         Correct the construction of span entries.  Simplify.
4067         (vc-annotate-display-select): Fix the nil case.
4068         (vc-annotate): Remove obsolete (and now broken) code.
4069         (vc-annotate-extract-revision-at-line): Remove obsolete code.
4070         (vc-annotate-time-span): Remove unused arg `quantize'.  Simplify.
4072 2005-12-28  Luc Teirlinck  <teirllm@auburn.edu>
4074         * subr.el (lazy-completion-table): Correct typo in docstring.
4076         * startup.el (command-line): Use `custom-reevaluate-setting' for
4077         `send-mail-function'.
4079         * mail/sendmail.el (send-mail-function): Autoload the standard-value.
4081 2005-12-05  Ralf Angeli  <angeli@iwi.uni-sb.de>
4083         * mail/smtpmail.el (smtpmail-try-auth-methods):
4084         Send credentials together with "AUTH PLAIN" command.
4086 2005-12-27  Richard M. Stallman  <rms@gnu.org>
4088         * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
4089         mouse-2, go back to previously selected window, so it's selected
4090         when mouse-2 command runs.
4092 2005-12-27  Juri Linkov  <juri@jurta.org>
4094         * descr-text.el (describe-text-sexp): Use square brackets for
4095         button [Show] to distinguish it from the property value `show'.
4096         (describe-property-list): Use `insert-text-button' with
4097         `help-face' type instead of putting face in quotes, because button
4098         is not created automatically for a list of faces.
4099         (describe-text-properties-1): Put button-type value in quotes to
4100         distinguish from plain text "button".
4101         (describe-char): Display code point values in hex.  Don't use
4102         `symbol-name' for `current-input-method' because it is a string.
4103         Use `insert-text-button' with `help-face' type instead of putting
4104         hardcoded face in quotes, because button is not created automatically.
4106 2005-12-27  Richard M. Stallman  <rms@gnu.org>
4108         * progmodes/glasses.el (glasses-face): More specific custom type.
4110         * files.el (set-visited-file-name): Doc fix.
4112         * textmodes/flyspell.el (flyspell-external-point-words):
4113         Use local var buffer-scan-pos to advance scan for next misspelling.
4114         Advance it only after we find the misspelling.
4116 2005-12-27  Agustin Martin  <agustin.martin@hispalinux.es>
4118         * textmodes/flyspell.el (flyspell-external-point-words):
4119         New criteria for finding the misspelling in the buffer.
4121 2005-12-27  Nick Roberts  <nickrob@snap.net.nz>
4123         * help-mode.el (help-insert-string): Set help-xref-stack-item
4124         rather than call help-setup-xref.
4126         * descr-text.el (describe-char): Revert previous changes for
4127         optional buffer argument.
4129 2005-12-27  Juri Linkov  <juri@jurta.org>
4131         * help-mode.el (help-insert-string): New function.  Save buffer
4132         contents in cases where it is impossible to recompute the old contents.
4134         * descr-text.el (describe-char): Set help-xref-stack-item
4135         explicitly after buffer has been generated.
4137 2005-12-27  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4139         * cus-start.el (all): Add x-gtk-show-hidden-files.
4141 2005-12-26  Richard M. Stallman  <rms@gnu.org>
4143         * replace.el (perform-replace): Calculate match-again
4144         before skipping read-only matches.
4146         * paren.el (paren-showing-faces): New group.
4147         (show-paren-match, show-paren-mismatch): Move to that group.
4149         * button.el (button): Put into group `basic-faces'.
4151         * progmodes/make-mode.el: Remove faces from group `faces'.
4153         * apropos.el (apropos, apropos-value): Doc fix.
4154         (apropos-documentation): Doc fix.
4156 2005-12-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4158         * subr.el (lazy-completion-table): Remove argument `args'.
4160         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
4161         Don't use the `args' argument of lazy-completion-table.
4163 2005-12-26  Nick Roberts  <nickrob@snap.net.nz>
4165         * descr-text.el (describe-char): Add optional argument for buffer.
4166         Set buffer appropriately.  Call help-setup-xref.
4167         Suggested by Stefan Monnier.
4169 2005-12-26  Juri Linkov  <juri@jurta.org>
4171         * descr-text.el: Require `help-fns' at runtime.  Don't require
4172         `button' for byte compilation.
4173         (describe-text-widget): Add `help-echo' for first button.
4174         Use `help-info' for second.
4175         (describe-property-list): Use `help-argument-name' instead of `italic'.
4176         (describe-text-category): Add prompt to interactive spec.
4177         Call `help-setup-xref'.
4178         (describe-char): Use `help-character-set'.  Add `help-echo' for
4179         code point.  Use `help-input-method'.  Remove superfluous insert.
4181 2005-12-25  Richard M. Stallman  <rms@gnu.org>
4183         * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
4184         at point, in case of narrowing.
4186         * progmodes/delphi.el (delphi-other-face): Allow nil in type.
4188         * locate.el (locate-header-face): Allow nil in type.
4190         * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
4192 2005-12-25  Romain Francoise  <romain@orebokech.com>
4194         * battery.el (battery-linux-proc-acpi): Also try
4195         `/proc/acpi/thermal_zone/THM0/temperature'.
4197 2005-12-24  Chong Yidong  <cyd@stupidchicken.com>
4199         * custom.el (custom-push-theme): Fix docstring.
4201         * cus-edit.el (custom-variable-set, custom-variable-save)
4202         (custom-variable-save): Custom-quote widget values.
4203         (customize-save-variable): Fix custom-push-theme call.
4205 2005-12-24  Eli Zaretskii  <eliz@gnu.org>
4207         * w32-fns.el (w32-batch-update-autoloads): New function.
4209         * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
4210         Use w32-batch-update-autoloads, and don't setq generated-autoload-file
4211         from the command line.
4213 2005-12-23  Chong Yidong  <cyd@stupidchicken.com>
4215         * custom.el (custom-push-theme): Clarify docstring.  VALUE nil for
4216         reset means to remove setting from theme entirely.  Don't keep
4217         expanding theme-settings list; delete old entries if necessary.
4219         * cus-edit.el (custom-buffer-create-internal): Move "Erase
4220         customization" button one line up.
4221         (custom-themed): New face.
4222         (custom-magic-alist): New value, THEMED, for theme settings.
4223         (custom-variable-state-set, custom-face-state-set):
4224         Check theme-value instead of saved-value.
4225         (custom-variable-reset-standard, custom-face-reset-standard):
4226         Remove theme setting entirely.  Recalculate new values.
4227         (custom-variable-set, custom-variable-set)
4228         (custom-variable-reset-saved, custom-variable-reset-backup)
4229         (custom-face-set, custom-face-reset-saved): Update `user' theme.
4230         (custom-variable-save): Fix typos.
4232 2005-12-23  Juri Linkov  <juri@jurta.org>
4234         * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
4235         Add autoload cookies.
4236         (edebug-outside-d-c-i-n-s-w): New variable.
4237         (edebug-display, edebug-outside-excursion): Use it to save the
4238         original value of default-cursor-in-non-selected-windows.
4239         Set default-cursor-in-non-selected-windows to t while Edebug
4240         is active.
4241         (edebug-mode, edebug-eval-mode): Doc fix.
4243         * mouse.el (mouse-choose-completion): Replace `buffer-substring'
4244         with `buffer-substring-no-properties' to remove common substring
4245         highlighting.
4247         * info.el (info-other-window, info): Rename function argument
4248         `file' to `file-or-node'.
4249         (Info-complete-menu-item): Use local variable `complete-nodes' to
4250         keep the global value of `Info-complete-nodes' unchanged for
4251         subsequent completions.
4252         (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
4254         * simple.el (get-next-valid-buffer, last-buffer)
4255         (next-error-buffer-p, next-error-find-buffer)
4256         (minibuffer-history-sexp-flag): Doc fix.
4258         * savehist.el (savehist-mode-hook): Add `:group'.
4260         * log-view.el: Call autoload for vc-find-version.
4261         (log-view-current-file): Adjust subgroup numbers.
4262         (log-view-current-tag): Add `length'.
4264 2005-12-23  Richard M. Stallman  <rms@gnu.org>
4266         * vc.el (vc-annotate-car-last-cons): Defn moved up.
4268 2005-12-23  Juri Linkov  <juri@jurta.org>
4270         * hi-lock.el (hi-lock-archaic-interface-message-used)
4271         (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
4272         (hi-lock-mode): Display "Hi" in the mode line only when
4273         hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
4274         (hi-lock-write-interactive-patterns):
4275         Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
4276         (hi-lock-set-pattern, hi-lock-set-file-patterns)
4277         (hi-lock-font-lock-hook): Set 3rd arg `how' of
4278         font-lock-add-keywords to t.
4280 2005-12-23  David Koppelman  <koppel@ece.lsu.edu>
4282         * hi-lock.el (hi-lock-highlight-range): New variable.
4283         (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
4284         only if font-lock-fontified is non-nil.  Remove overlays.
4285         (hi-lock-set-pattern): Call font-lock-fontify-buffer if
4286         font-lock-fontified is non-nil, otherwise use overlays (instead of
4287         text properties).
4288         (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
4289         New variables.
4290         (hi-lock-string-serialize) New function.
4292 2005-12-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4294         * menu-bar.el (menu-find-file-existing): New function.
4295         (menu-bar-file-menu): Use menu-find-file-existing for Open.
4297         * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
4299 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4301         * vc.el: Remove unnecessary leading * in docstrings.
4302         (vc-annotate-mode-map): Move initialization into declaration.
4303         (vc-static-header-alist): Nitpick on the regexp.
4304         (vc-default-init-version): New fun.
4305         (vc-register): Use it.
4306         (vc-insert-headers): Use dolist.
4307         (vc-annotate-get-backend): Remove unused function.
4308         (vc-annotate-add-menu): Remove.  Build the menu directly at toplevel.
4309         (vc-annotate-mode): Remove corresponding call.
4310         (vc-annotate-car-last-cons): Simplify.
4311         (vc-annotate-buffers): Remove var.
4312         (vc-annotate-backend): Make it buffer-local.
4313         (vc-annotate): Move the interaction to the interactive spec.
4314         Add a `buf' argument.
4315         (vc-annotate-warp-version): Use this new `buf' argument to avoid
4316         killing&creating a vc-annotate buffer, which is very disruptive when
4317         the buffers are shown in dedicated frames.
4319 2005-12-23  Nick Roberts  <nickrob@snap.net.nz>
4321         * descr-text.el: Add FSF as maintainer.
4322         (describe-text-mode, describe-text-mode-map)
4323         (describe-text-mode-hook, describe-text-done): Delete.  Use normal
4324         help-mode.
4325         (describe-text-widget, describe-text-sexp)
4326         (describe-property-list, describe-text-category)
4327         (describe-text-properties, describe-text-properties-1)
4328         (describe-char): Use help buttons instead of widgets.
4329         (describe-char-unicodedata-file): Make URL link in doc string.
4331 2005-12-22  Richard M. Stallman  <rms@gnu.org>
4333         * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
4334         (custom-buffer-create-internal): Reword the top-of-buffer help intro.
4335         Don't include buttons that write a file when there's no file.
4336         (custom-variable-menu, custom-face-menu, custom-group-menu):
4337         Don't include commands that write a file when there's no file.
4338         (customize-browse): Reword the top-of-buffer help intro.
4339         (custom-buffer-create-internal): Fix previous change.
4340         (customize-changed-options-previous-release): Prev release is 21.1.
4341         (customize-changed-options): Doc fix.
4342         (customize-changed): New alias.
4343         (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
4344         Say "standard values".
4345         (Custom-reset-standard): Doc fix.
4346         (custom-face-reset-standard): Doc fix.
4348 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4350         * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
4351         even if font-lock-mode is non-nil since it may be t without having
4352         turned on font-lock-mode-internal.
4353         (font-lock-choose-keywords): Minor optimization.
4354         (font-lock-add-keywords, font-lock-remove-keywords)
4355         (font-lock-set-defaults): Don't call make-local-variable on a variable
4356         that we know to already be local.
4358 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4360         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
4361         messages if in the minibuffer.
4363 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4365         * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
4366         (tex-mode-flyspell-verify, flyspell-get-word)
4367         (flyspell-external-point-words): Don't use point-min/max uselessly.
4369         * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
4370         by Kevin Rodgers.  Instead, just hide the completions buffer if we
4371         don't need to show it.
4373 2005-12-21  Luc Teirlinck  <teirllm@auburn.edu>
4375         * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
4377 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4379         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
4380         delete-windows-on with an inexistent buffer.
4382 2005-12-22  Nick Roberts  <nickrob@snap.net.nz>
4384         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
4385         Delete defcustom variable :tag names.
4387 2005-12-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4389         * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
4390         (log-view-font-lock-keywords): Ajust subgroup numbers.
4391         (log-view-current-tag): Don't hard code the number of subgroups.
4393 2005-12-20  Juri Linkov  <juri@jurta.org>
4395         * tooltip.el (tooltip): Move defgroup before define-minor-mode.
4396         (tooltip-x-offset, tooltip-y-offset): Doc fix.
4398         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
4399         (menu-bar-non-minibuffer-window-p): Instead of checking
4400         display-multi-frame-p, use selected-frame when menu-updating-frame
4401         is nil.
4403 2005-12-20  Davis Herring  <herring@lanl.gov>  (tiny change)
4405         * align.el (align-rules-list): Use [ \t] instead of \s-
4406         for column separators in text mode.
4408 2005-12-20  Nick Roberts  <nickrob@snap.net.nz>
4410         * help-mode.el (help-customize-variable, help-customize-face):
4411         Don't pop help-xref-stack as help-follow no longer pushes
4412         anything on to it.
4414 2005-12-20  Carsten Dominik  <dominik@science.uva.nl>
4416         * textmodes/org.el (org-agenda-custom-commands): New option.
4417         (org-agenda): Offer custom commands on splash screen.
4418         (org-make-tags-matcher): Parser for Boolean logic added.
4419         (org-agenda-set-tags): New command.
4420         (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
4421         (org-set-tags): Efficiency improvements.
4422         (org-auto-align-tags): New option.
4423         (org-todo, org-demote, org-promote): Realign tags.
4424         (org-tags-completion-function): Use also "&" and "|" as separators.
4425         (org-org-menu): Agenda commands simplified.
4427 2005-12-19  Luc Teirlinck  <teirllm@auburn.edu>
4429         * cus-edit.el (customize-apropos, customize-apropos-options):
4430         Docstring changes.
4432         * font-lock.el (font-lock): Add tags to the links in the defgroup.
4434 2005-12-19  Chong Yidong  <cyd@stupidchicken.com>
4436         * longlines.el (longlines-mode): Wrap while widened.
4437         (longlines-decode-region, longlines-encode-region): Compute max
4438         just once.
4440 2005-12-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4442         * cus-edit.el (mac): New group.
4444         * cus-start.el (all): Add user options in macterm.c.  Add test for
4445         Mac-related built-ins.  Fix test for GTK-related built-ins.
4447         * term/mac-win.el (mac-handle-language-change)
4448         (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
4449         (mac-services-open-selection, mac-services-mail-selection)
4450         (mac-services-mail-to, mac-services-insert-text)
4451         (mac-dispatch-apple-event): Add docstrings.
4452         (x-get-selection, mac-select-convert-to-string): Select coding
4453         system from `utf-16be' and `utf-16le' using `byteorder'.
4455 2005-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4457         * subr.el (lazy-completion-table): Don't be fooled if the var holds
4458         a "list" (lambda ...) rather than a real completion list.
4460         * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
4461         lexical-let when encountering ((lambda (...) ...) ...).
4463 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
4465         * progmodes/sh-script.el (sh-mode):
4466         * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
4467         * textmodes/picture.el (picture-mode): Update docstrings.
4469 2005-12-17  Eli Zaretskii  <eliz@gnu.org>
4471         * makefile.w32-in (autoloads, custom-deps): Warn that parts of
4472         commands enclosed in $(ARGQUOTE)s should not be split between two
4473         lines, as that will break with GNU Make >3.80, when sh.exe is used
4474         and arg quoting is with '..'.
4475         (autoloads): Don't break the quoted --eval expression between
4476         several lines.
4478 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
4480         * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
4481         Capture error from printing circular structures.
4483 2005-12-17  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
4485         * wid-edit.el (widget-checkbox-action): Clear undo info.
4487 2005-12-16  Bill Wohler  <wohler@newt.com>
4489         * menu-bar.el (kill-this-buffer): Set a good example by using menu
4490         bar, not menubar in comment.
4492 2005-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4494         * progmodes/cc-engine.el (c-after-change-check-<>-operators):
4495         After-change-functions should not clobber the match data.
4497 2005-12-16  Juri Linkov  <juri@jurta.org>
4499         * simple.el (choose-completion): Use `buffer-substring-no-properties'
4500         instead of `buffer-substring'.
4501         (completion-common-substring): Doc fix.
4502         (completion-setup-function): Use minibuffer-completion-contents
4503         instead of minibuffer-contents.  Don't set common-string-length
4504         initially.  Remove special handling of partial-completion-mode.
4505         Move computation of completion-base-size into one cond.
4506         Call completion-base-size-function in mainbuf.  In computation of
4507         completion-base-size for file name completion don't move point to
4508         the end of the minibuffer.  Move computation of common-string-length
4509         into one cond.  Start putting faces only when common-string-length>=0.
4510         Add condition to put completions-common-part when
4511         common-string-length>0.
4513         * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
4514         place point at the first different character in the minibuffer
4515         even if this position is at the beginning of the minibuffer.
4517         * info.el (Info-read-node-name-1): In completion-base-size-function's
4518         lambda return 1 if common-substring or minibuffer-completion-contents
4519         starts with (, and 0 otherwise.
4521         * emacs-lisp/crm.el (crm-minibuffer-completion-help):
4522         Use `crm-current-element' for second arg of `display-completion-list'.
4524 2005-12-16  Klaus Zeitler  <kzeitler@lucent.com>
4526         * files.el (set-auto-mode): Look for an interpreter specified on
4527         the first line also if search for mode specification succeeded,
4528         but the mode is not known.
4530 2005-12-16  Carsten Dominik  <dominik@science.uva.nl>
4532         * textmodes/org.el (org-tags-match-list-sublevels): New option.
4533         (org-open-at-point): Implement tag searches as links.
4534         (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
4535         (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
4536         (org-tags-sparse-tree, org-tags-view, org-set-tags)
4537         (org-agenda-dispatch): New commands.
4538         (org-use-tag-inheritance, org-tags-column): New options.
4539         (org-tab-follows-link, org-return-follows-link): New options.
4540         (org-tags): New customize group.
4541         (org-start-icalendar-file): Get local time zone.
4542         (org-tags-completion-function): New function.
4543         (org-set-font-lock-defaults): Make sure links will also be
4544         highlighted inside headlines.
4546 2005-12-16  Mark Plaksin  <happy@usg.edu>  (tiny change)
4548         * term.el (term-emulate-terminal):
4549         Let term-handle-ansi-terminal-messages override what Bash says about
4550         its current directory.
4552 2005-12-16  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
4554         * bindings.el (last-buffer): Move to simple.el.
4555         * simple.el (last-buffer): Move here.
4556         (get-next-valid-buffer): New function.
4557         (next-buffer): Use frame-local buffer list, maintain buried buffer list.
4558         (prev-buffer): Ditto.  Rename to `previous-buffer'.
4560         * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
4561         * bindings.el (global-map): Ditto.
4563 2005-12-15  Luc Teirlinck  <teirllm@auburn.edu>
4565         * cus-edit.el: Introductory comment change.
4566         (custom-magic-alist): Change message string for the `rogue' state.
4568 2005-12-15  Richard M. Stallman  <rms@gnu.org>
4570         * tooltip.el: Delete defcustom variable :tag names.
4572         * complete.el (partial-completion-mode): Doc fix.
4574         * textmodes/flyspell.el (flyspell-external-point-words):
4575         Use save-excursion to ensure we don't move backward in the
4576         search loop, not even one character.
4577         (flyspell-delete-all-overlays): Use remove-overlays directly.
4579         * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
4580         (ispell-start-process): Set that variable.
4581         Clear ispell-buffer-local-name.
4582         (ispell-internal-change-dictionary):
4583         Set ispell-current-dictionary after killing process.
4584         (ispell-buffer-local-dict):
4585         Don't set spell-personal-dictionary after killing process.
4586         (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
4587         (ispell-tex-skip-alists, ispell-html-skip-alists)
4588         (ispell-skip-region-alist): Mark as risky.
4590         * net/newsticker.el (newsticker--retrieval-timer-list)
4591         (newsticker--display-timer, newsticker-running-p)
4592         (newsticker-ticker-running-p): Definitions moved up.
4594 2005-12-16  Nick Roberts  <nickrob@snap.net.nz>
4596         * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
4598 2005-12-15  David Ponce  <david@dponce.com>
4600         * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
4601         (recentf-edit-list, recentf-open-files): Signal an error when
4602         there is no recent file.
4604 2005-12-14  Lennart Borgman  <lennart.borgman.073@student.lu.se>
4606         * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
4607         read-only except for texinfo-format-region evaluation.
4609 2005-12-14  Richard M. Stallman  <rms@gnu.org>
4611         * vc.el (vc-default-previous-version, vc-default-next-version)
4612         (vc-do-command): Doc fixes.
4614 2005-12-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4616         * textmodes/bibtex.el (bibtex-expand-strings)
4617         (bibtex-autokey-expand-string, bibtex-name-part)
4618         (bibtex-entry-type-whitespace, bibtex-entry-type-str)
4619         (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
4620         (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
4621         (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
4622         (bibtex-entry-postfix, bibtex-known-entry-type-re)
4623         (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
4624         (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
4625         (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
4626         (bibtex-beginning-of-last-entry): Remove.
4627         (bibtex-parse-field-name): Use bibtex-field-name.  Issue error
4628         message if comma is missing but buffer is read-only.
4629         (bibtex-parse-field-text): Handle whitespaces at the end of field
4630         text.  Return 3-element list with beginning and end of field text
4631         and end of field.
4632         (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
4633         (bibtex-parse-field): Remove arg name.  Use bibtex-field-name.
4634         (bibtex-search-forward-field, bibtex-search-backward-field):
4635         Search always delimited by limits of entry.  Use more efficient
4636         search algorithms.
4637         (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
4638         bibtex-end-of-name-in-field.
4639         (bibtex-text-in-field-bounds): Handle BibTeX strings when
4640         extracting the content of a field.
4641         (bibtex-text-in-field): Use search limits.
4642         (bibtex-parse-string-prefix): Handle empty string keys based on
4643         bibtex-string-empty-key.
4644         (bibtex-parse-string): Fix docstring.
4645         (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
4646         (bibtex-preamble-prefix, bibtex-strings): New functions.
4647         (bibtex-skip-to-valid-entry): Include preceding whitespace in
4648         BibTeX entries (consistent with other BibTeX functions).
4649         (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
4650         (bibtex-search-entry): Fix docstring.  Simplify.
4651         (bibtex-flash-head, bibtex-complete-string-cleanup)
4652         (bibtex-count-entries, bibtex-sort-buffer): Simplify.
4653         (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
4654         (bibtex-parse-entry): New optional arg content.
4655         (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
4656         Use bibtex-text-in-field-bounds.
4657         (bibtex-print-help-message): Handle BibTeX strings and preambles.
4658         (bibtex-end-of-entry): Use bibtex-preamble-prefix and
4659         bibtex-parse-string-postfix.
4660         (bibtex-find-text-internal): New function.
4661         (bibtex-remove-delimiters): Use it.
4662         (bibtex-find-text): Use it.  New optional arg help.
4663         (bibtex-complete): Handle BibTeX string and preamble entries.
4664         (bibtex-Preamble): Fix order of closing delimiters.
4666 2005-12-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4668         * vc.el (vc-default-revert): New fun.
4670         * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
4672 2005-12-14  Romain Francoise  <romain@orebokech.com>
4674         * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
4675         (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
4676         (font-lock-remove-keywords): Likewise.
4678 2005-12-14  Juri Linkov  <juri@jurta.org>
4680         * log-view.el (log-view-diff): Doc fix.
4682         * isearch.el (isearch-query-replace): Use (mark) instead of
4683         isearch-opoint if mark is active in transient-mark-mode.
4685 2005-12-14  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
4687         * isearch.el (isearch-query-replace): Check for isearch-other-end.
4689 2005-12-14  Per Abrahamsen  <abraham@dina.kvl.dk>
4691         * progmodes/cpp.el (cpp-face): New widget.
4692         (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
4694 2005-12-14  Juri Linkov  <juri@jurta.org>
4696         * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
4697         around `erase-buffer' and `insert'.
4699         * descr-text.el (describe-text-properties): Replace buffer name
4700         "*Help-2*" with "*Help*<2>".
4701         (describe-char): Add functions print-help-return-message,
4702         toggle-read-only.  Use help-setup-xref with nil to not store
4703         describe-char in help-xref-stack.  Use help-make-xrefs to
4704         make [back] button.
4706         * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
4708         * wdired.el (wdired-old-point): New internal variable.
4709         (wdired-change-to-wdired-mode): Set it buffer-locally.
4710         (wdired-abort-changes): Restore point after aborting changes.
4712 2005-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4714         * vc.el (vc-do-command): Add a new value t for okstatus.
4716         * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
4717         frame in case of errors.
4719 2005-12-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4721         * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
4722         so it comes after "On the Left" in the menu.
4724 2005-12-12  Luc Teirlinck  <teirllm@auburn.edu>
4726         * cus-edit.el (customize-apropos, customize-apropos-options)
4727         (customize-apropos-faces, customize-apropos-groups): Doc fixes.
4729 2005-12-12  Bill Wohler  <wohler@newt.com>
4731         * vc-svn.el (vc-svn-registered): Fix problem of visiting
4732         non-writable Subversion-controlled files by saving window
4733         configuration before calling vc-do-command.  vc-do-command calls
4734         pop-to-buffer on error which is unexpected during registration.
4736 2005-12-12  Jay Belanger  <belanger@truman.edu>
4738         * calc/README: Update the summary of changes.
4740 2005-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4742         * descr-text.el (describe-char): Rework last fix to solve the problem
4743         is the same way it's solved for everything else in that function
4744         (i.e. by extracting the info before setting up the *Help* buffer).
4746 2005-12-12  Kim F. Storm  <storm@cua.dk>
4748         * subr.el (version-regexp-alist): Allow space as separator before
4749         non-numeric part, e.g. "1.0 alpha".
4750         (version-to-list): Interpret .X.Y version as 0.X.Y version.
4752 2005-12-12  Carsten Dominik  <dominik@science.uva.nl>
4754         * textmodes/org.el (org-agenda, org-timeline, org-todo):
4755         Implement Logging and the keep-modes setting.
4756         (org-get-category): Make sure a string is returned.
4757         (org-log-done): New function.
4758         (org-log-done, org-closed-string): New options.
4760 2005-12-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4762         * tooltip.el (tooltip-y-offset): Change default to 20.
4764 2005-12-12  Richard M. Stallman  <rms@gnu.org>
4766         * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
4768         * frame.el (display-hourglass): Doc fix.
4770         * help.el (help-for-help-internal): Simplify entry for `a'.
4772         * info.el (Info-on-current-buffer): Doc fix.
4773         (info-insert-file-contents): Don't test (featurep 'jka-compr).
4775         * startup.el (inhibit-splash-screen): Make this the real name.
4776         (inhibit-startup-message): Make this the alias.
4777         (command-line): Find only simple.el, and use its directory
4778         to fill in other preloaded files' names.
4779         (command-line): Deactivate the mark if deactivate-mark is set.
4781         * international/mule.el (load-with-code-conversion):
4782         Bind deactivate-mark.
4784         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
4786 2005-12-11  Luc Teirlinck  <teirllm@auburn.edu>
4788         * cus-edit.el (customize-apropos): Avoid listing an option more
4789         than once under different aliases.  No longer list user options
4790         that are not defined with defcustom (unless a prefix arg is given).
4791         Doc fix.
4792         (customize-apropos-options): Doc fix.
4794 2005-12-11  Juri Linkov  <juri@jurta.org>
4796         * frame.el (set-background-color, set-foreground-color)
4797         (set-cursor-color, set-mouse-color, set-border-color):
4798         Add explicit prompts to read colors by `facemenu-read-color'.
4799         (show-trailing-whitespace, blink-cursor-delay)
4800         (blink-cursor-interval, display-hourglass, hourglass-delay):
4801         Remove tags.
4802         (display-hourglass, hourglass-delay): Doc fix.
4803         (cursor-in-non-selected-windows): Capitalize words in tag.
4805         * faces.el (frame-background-mode): Replace `choice-item' keywords
4806         with `const' to not make [default] button.  Change default value tag
4807         from `default' to `automatic'.  Doc fix.
4808         (trailing-whitespace) <defface>: Change group `whitespace' to
4809         `whitespace-faces'.
4811 2005-12-11  Richard M. Stallman  <rms@gnu.org>
4813         * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
4815 2005-12-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4817         * term/mac-win.el: Create keymap for mac-apple-event-map.
4819 2005-12-11  Nick Roberts  <nickrob@snap.net.nz>
4821         * tooltip.el (tooltip-mode): Move to start of file so that it
4822         appears at top of customize buffer.
4824         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
4825         Add the gud groupname.
4826         (gud-tooltip-mode): Add the tooltip groupname.
4827         (gud-tooltip-echo-area): Add the gud groupname.  Remove tag to
4828         avoid conflict with tooltip-use-echo-area.
4830 2005-12-10  Romain Francoise  <romain@orebokech.com>
4832         * help.el (help-for-help-internal): Add `r' in doc string.
4834 2005-12-10  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
4836         * align.el (align-regexp, align-highlight-rule):
4837         Use region-beginning and region-end instead of point and mark, so that
4838         repetition (with `repeat-complex-command') recomputes the region
4839         bounds.
4841 2005-12-10  Lennart Borgman  <lennart.borgman.073@student.lu.se>
4843         * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
4844         (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
4845         (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
4846         (balance-windows): Rewrite using the above new functions.
4848 2005-12-10  David Koppelman  <koppel@ece.lsu.edu>
4850         * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
4851         react if global-hi-lock-mode seems intended.
4852         (global-hi-lock-mode) Renamed from hi-lock-mode.
4853         (hi-lock-archaic-interface-message-used)
4854         (hi-lock-archaic-interface-deduce): New variables.
4855         (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
4856         (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
4857         (hi-lock-find-patterns, hi-lock-font-lock-hook):
4858         Replace hi-lock-buffer-mode with hi-lock-mode.
4860 2005-12-10  Kevin Rodgers  <ihs_4664@yahoo.com>
4862         * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
4863         completion list, even after a partial completion has been
4864         inserted in the current buffer.  If there are more than 1
4865         completion, redisplay the *Completions* buffer; if the
4866         completion is unique, delete the *Completions* window.
4868 2005-12-10  Eli Zaretskii  <eliz@gnu.org>
4870         * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
4871         strings and long subject lines that were broken into multiple
4872         lines at arbitrary places.  Handle subjects that have "Re: " in
4873         the middle.
4875 2005-12-10  John W. Eaton  <jwe@octave.org>
4877         * emacs/octave-mod.el (octave-electric-space): Don't indent
4878         comments or strings if octave-auto-indent is nil.
4880 2005-12-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4882         * term/mac-win.el: Require url when compiling.
4883         Call mac-process-deferred-apple-events after loading init files.
4884         (mac-apple-event-map): New defvar.  Define event handlers in it.
4885         (core-event, internet-event): New Apple event class symbols.
4886         (open-application, reopen-application, open-documents)
4887         (print-documents, open-contents, quit-application)
4888         (application-died, show-preferences, autosave-now, get-url):
4889         New Apple event ID symbols.
4890         (about): New HICommand ID symbol.
4891         (mac-event-spec, mac-event-ae): New macros.
4892         (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
4893         (mac-ae-selection-range, mac-ae-text-for-search)
4894         (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
4895         (mac-application-menu-map): Remove keymap.  Handlers for HICommand
4896         and Services menu events are now defined in mac-apple-event-map.
4897         (mac-drag-n-drop): Remove selection range handling.
4899 2005-12-10  Kenichi Handa  <handa@m17n.org>
4901         * simple.el (zap-to-char):
4902         * isearch.el (isearch-process-search-char): Translate CHAR by
4903         translation-table-for-input.
4905 2005-12-09  Chong Yidong  <cyd@stupidchicken.com>
4907         * foldout.el (foldout-exit-fold): Properly hide subtree.
4909 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
4911         * files.el (save-buffer):
4912         * international/ucs-tables.el (ucs-set-table-for-input):
4913         * mail/mail-extr.el (mail-extract-address-components):
4914         * mail/sendmail.el (mail-mode): Reformat doc string.
4916 2005-12-09  Juri Linkov  <juri@jurta.org>
4918         * isearch.el (isearch-highlight): Change main overlay priority
4919         from 1 to 1001.  Simplify.
4920         (isearch-lazy-highlight-update): Change lazy overlay priority
4921         from 0 to 1000.
4923         * replace.el (replace-highlight): Change overlay priority from
4924         1 to 1001.
4926         * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
4927         Change overlay priority from 1 to 1001.  Reuse existing overlay.
4929         * compare-w.el (compare-windows-highlight): Change overlay
4930         priority from 1 to 1000.
4932         * menu-bar.el (menu-bar-edit-menu): Add listp around
4933         pending-undo-list to disable menu item "undo" when pending
4934         undo list is empty.
4936         * locate.el (locate): Disable undo in *Locate* buffer.
4938 2005-12-09  Kim F. Storm  <storm@cua.dk>
4940         * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
4942 2005-12-09  David Ponce  <david@dponce.com>
4944         * recentf.el: Improvement of the menu code.
4945         (recentf-enabled-p): Move before first use.  Use `kill-emacs-hook'
4946         instead of menu hook.
4947         (recentf-show-menu, recentf-hide-menu): New functions.
4948         (recentf-menu-customization-changed, recentf-mode): Use them.
4949         (recentf-menu-action, recentf-max-menu-items)
4950         (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
4951         (recentf-arrange-by-rule-others)
4952         (recentf-arrange-by-rules-min-items)
4953         (recentf-arrange-by-rule-subfilter) : Don't use
4954         `recentf-menu-customization-changed'.
4955         (recentf-arrange-rules): Likewise.  Accept functions to compute
4956         sub-menu titles.
4957         (recentf-menu-filter): Likewise.  Doc fix.
4958         (recentf-menu-value-shortcut): Doc fix.
4959         (recentf-dump-variable): Quote atom value.
4960         (recentf-make-menu-items): Update to use it as a menu filter.
4961         (recentf-match-rule): New function.
4962         (recentf-arrange-by-rule): Use it.
4963         (recentf-indirect-mode-rule): New function.
4964         (recentf-build-mode-rules): Use it.
4965         (recentf-dir-rule): New function.
4966         (recentf-arrange-by-dir): Use it.
4967         (recentf-filter-changer-current): Rename from
4968         `recentf-filter-changer-state'.  All references updated.
4969         (recentf-filter-changer-alist): Update filter names.
4970         (recentf-filter-changer-select): New function.
4971         (recentf-filter-changer): Use it.  Make a sub-menu from filters
4972         available in `recentf-filter-changer-alist'.
4973         (recentf-data-cache, recentf-clear-data)
4974         (recentf-update-menu): Remove.  All references updated.
4975         (recentf-match-rule-p, recentf-build-dir-rules)
4976         (recentf-filter-changer-goto-next)
4977         (recentf-filter-changer-get-current)
4978         (recentf-filter-changer-get-next): Remove.
4980 2005-12-08  Luc Teirlinck  <teirllm@auburn.edu>
4982         * cus-edit.el (custom-buffer-create-internal): Relabel the whole
4983         buffer "Reset" button to "Reset to Current" for consistency with
4984         the State buttons.
4986 2005-12-08  John Paul Wallington  <jpw@pobox.com>
4988         * ibuf-ext.el (define-ibuffer-filter filename):
4989         If `dired-directory' is a list then really use its car.
4991 2005-12-08  Kim F. Storm  <storm@cua.dk>
4993         * emulation/cua-rect.el (cua--rectangle-aux-replace):
4994         Fix indention of text on right side of replaced rectangle.
4996 2005-12-09  Nick Roberts  <nickrob@snap.net.nz>
4998         * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
4999         No need to check gud-comint-buffer is bound.
5000         (gdb): Prevent multiple debugging when first session uses gdba.
5002 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
5004         CC Mode update to 5.31.
5006         * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
5007         Emacsen which lack `define-minor-mode'.  (Currently Emacs <21.
5008         We might do this function properly in the future).
5010         * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
5011         New macros c-sentence-end and c-default-value-sentence end, to cope
5012         with Emacs 22's new function `sentence-end'.
5014 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
5016         * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
5017         compat issue using `c-put-overlay' and `c-delete-overlay'.
5019         * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
5020         New compat macros to handle overlays/extents.
5022 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
5024         * progmodes/cc-fix.el: Add definitions of the macros push and pop
5025         (for GNU Emacs 20.4)
5027         * progmodes/cc-defs.el:
5028         (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
5030         * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
5031         highlighting mechanism so it will work in XEmacs too.
5033         * progmodes/cc-defs.el: Insert c-int-to-char.
5035         * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
5036         call to the new macro c-int-to-char.  This solves XEmacs's
5037         regarding characters as different from integers.
5039 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
5041         * progmodes/cc-fonts.el (c-make-syntactic-matcher):
5042         New internal helper.
5044         (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
5045         construct to make the indirect face lookup work in XEmacs.
5047         (c-cpp-matchers): Append the negation char face to the existing
5048         fontification, so that the cpp face doesn't disappear.
5049         Use `c-make-syntactic-matcher' to avoid negation chars in comments
5050         and strings.
5052         * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
5053         to map to `font-lock-negation-char-face' in emacsen where it exists.
5055 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
5057         * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
5059         * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
5060         Rename "c-subword-move-mode" as "c-subword-mode".
5062         * progmodes/cc-mode.el: Added tty suitable bindings for C-c
5063         <delete> and C-c C-<delete>.  (To the c-hungry- delete functions).
5065 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
5067         * progmodes/cc-mode.el: Added autoload directive for
5068         `c-subword-move-mode' for use in older emacsen.
5070 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
5072         * progmodes/cc-mode.el:
5073         (i) Insert a binding for C-c C-backspace into
5074         c-bind-special-erase-keys which works in TTYs.
5075         (ii) Make sure that when file styles are used, any explicitly
5076         given style variables take priority over those in the style.
5077         Do this by calling `hack-local-variables' a second time.
5079         * progmodes/cc-vars.el: Add language specific customization
5080         widgets for AWK to c-doc-comment-style, c-require-final-newline
5081         and c-default-style.  Add a defcustom for awk-mode-hook.
5082         Give c-syntactic-element and c-syntactic-context doc-strings by
5083         directly setting their `variable-documentation' propery.
5084         This allows Emacs 22.1 to read these with C-h v.
5086         * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
5088 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
5090         * progmodes/cc-fonts.el, cc-vars.el
5091         (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
5092         (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
5093         Masatake YAMATO.
5095         (c-doc-comment-style): Made GtkDoc default in C mode.
5097         * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
5098         and C-c C-<delete>.
5100         (c-bind-special-erase-keys): New function for use on
5101         `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
5103         * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
5104         <delete> key behavior in XEmacs according to `delete-forward-p'.
5105         C.f. `c-electric-delete'.
5107 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
5109         * progmodes/cc-mode.el: Give c-hungry-backspace and
5110         c-hungry-delete-forward permanent key bindings.
5112         * progmodes/cc-cmds.el (c-electric-semi&comma):
5113         Bind c-syntactic-context for calls to "criteria functions", for
5114         consistency with other calls to user functions.
5116         * progmodes/cc-cmds.el (c-indent-command): Expunge use of
5117         `current-prefix-arg', since this might be the prefix arg to a
5118         command which calls c-indent-command as a function.  Change the
5119         interactive spec from "p" to "P".
5121         * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
5122         reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
5123         was difficult to understand.
5125 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
5127         * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
5128         first char of an identifier.
5130         * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
5131         +" syntax in C++.
5133 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
5135         * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
5136         auto-fill doesn't split a c-comment's last word from a hanging
5137         "*/" when a space is typed between them after fill-column.
5139         * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
5141         * progmodes/cc-styles.el (c-set-style)
5142         (c-setup-paragraph-variables): Abort the command if we're not in a
5143         CC Mode buffer.
5145         * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
5146         with blank comment-prefix, and a blank line as the comment's
5147         second line.
5149 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
5151         * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
5152         Incorporate the patterns added in the Emacs development branch
5153         for the new Emacs 22 face `font-lock-negation-char-face'.
5155         * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
5156         of "red" since it stands out better in xterms and DOS terminals.
5158         * progmodes/cc-engine.el (c-literal-faces):
5159         Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
5161 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
5163         * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
5164         forcibly enable c-electric-flag.
5166         * progmodes/cc-vars.el, cc-cmds.el: New clean-up
5167         `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
5168         after the comment-prefix of a C-style comment will close that comment.
5170 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
5172         * progmodes/cc-fonts.el (c-basic-matchers-before)
5173         (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
5174         in Pike.
5176         * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
5177         digraphs.
5179         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
5180         (c-cpp-message-directives, c-cpp-include-directives)
5181         (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
5182         (c-cpp-expr-directives): Introduce new language constants to
5183         control cpp syntax in a cleaner way.
5185         (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
5187         (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
5189         * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
5190         (c-multiline-string-start-char): New language constants and
5191         variables to specify how newlines in string literals work.
5193         (c-font-lock-invalid-string): Use them.
5195         * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
5196         unbalanced close brace is entered.  Optimization by avoiding going
5197         back over arbitrarily large blocks.  Removed hints that this
5198         function only would be relevant/useful in AWK.
5200         (c-electric-brace): Indent syntactically after the cleanups since
5201         lineup functions might do it differently then.
5203         * progmodes/cc-engine.el, cc-langs.el
5204         (c-opt-op-identifier-prefix): New language constant and variable.
5206         (c-just-after-func-arglist-p, c-after-special-operator-id)
5207         (c-search-decl-header-end, c-inside-bracelist-p): Use it.
5209         * progmodes/cc-align.el, cc-engine.el
5210         (c-after-special-operator-id): New helper to handle C++ operator
5211         identifiers.
5213         (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
5214         (c-guess-basic-syntax): Handle C++ operator identifiers in
5215         declarations.
5217         * progmodes/cc-langs.el (c-assignment-operators): Add the
5218         trigraph version of ^= too.
5220         * progmodes/cc-langs.el (c-assignment-operators): Add the
5221         trigraph version of |= in C++.
5223         * progmodes/cc-fonts.el (c-font-lock-declarators):
5224         Handle `c-decl-hangon-kwds' after the identifier name.
5226         * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
5227         whether an arglist is "nonempty", ignore a comment after the open
5228         paren if it isn't followed by a non-comment token on the same line.
5230         * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
5231         Enable heuristics below the point to cope with classes inside special
5232         brace lists in Pike.
5234 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
5236         * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
5238 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
5240         * progmodes/cc-guess.el (cc-guess-install): New function to
5241         install an already guessed style in another buffer.
5243         * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
5244         sets `inhibit-read-only' - `c-save-buffer-state' should be used
5245         anyway if the change always is undone.
5247 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
5249         Implement togglable electricity:
5251         * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
5252         saying when it should be used.
5254         * progmodes/cc-engine.el: Add the new buffer-local variable,
5255         c-electric-flag.
5257         * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
5258         c-toggle-auto-newline.
5260         * progmodes/cc-mode.el: Rename c-toggle-auto-state to
5261         c-toggle-auto-newline.  Remove the binding for
5262         c-toggle-auto-hungry-state.  Add the binding C-c C-l for the new
5263         c-toggle-electric-state.
5265         * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
5267         * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
5268         c-\(forward\|backward\)-subword.
5269         (c-update-modeline): Add the new modeline flag `l' for
5270         `c-electric-flag'.  Make the auto-newline flag `a' dependent on `l'.
5271         (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
5272         Make the old name an alias of the new name.
5273         (c-toggle-electric-state): New function.
5274         (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
5275         Adapt these functions to do electric things only when
5276         c-electric-flag is non-nil.
5277         (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
5278         new functions from c-electric-brace.
5279         (c-point-syntax): Add a check for "virtual semicolons" in AWK
5280         mode, so that the tentative extra newline doesn't change the
5281         syntax of the following brace.
5282         (c-electric-brace): Restructure by extracting the above functions.
5283         Tidy up the coding somewhat.
5284         (c-electric-semi&comma, c-electric-colon, c-electric-paren):
5285         restructure a bit.
5287 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
5289         * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
5290         anchor position(s) using faces.  Thanks to Masatake YAMATO for the idea.
5292         * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
5293         (c-submode-indicators): Change name from `c-auto-hungry-string'
5294         since it's now used to track another submode.
5296         (c-update-modeline): Convert to function and extended to check
5297         `c-subword-move-mode'.
5299         (c-forward-into-nomenclature, c-backward-into-nomenclature):
5300         Convert to compat aliases for `c-forward-subword' and
5301         `c-backward-subword'.
5303         * progmodes/cc-subword.el: New functions and minor mode to handle
5304         SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
5306         (c-forward-subword, c-backward-subword, c-mark-subword)
5307         (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
5308         (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
5309         Functions corresponding to the standard word handling functions.
5311         (c-subword-move-mode): Minor mode that replaces all the standard
5312         word handling functions with their subword equivalences.
5314 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
5316         * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
5317         entry for one-liner-defun.
5319         * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
5320         name in its def-edebug-spec.
5322         * progmodes/cc-cmds.el (c-electric-brace): Make the
5323         one-liner-defun clean-up work with empty-defun-braces.  o-l-d now
5324         compacts space before a comment, if this will make things fit on
5325         one line.
5327         Introduce an "awk" style, mainly for auto-newline and clean-ups.
5329         * progmodes/cc-align.el: New function c-snug-1line-defun-close
5331         * progmodes/cc-cmds.el: In c-electric-brace, add code for new
5332         clean-up one-liner-defun.
5334         * progmodes/cc-styles.el: Add the new "awk" style.
5336         * progmodes/cc-vars.el: Add description of one-liner-defun to
5337         c-cleanup-list's doc-string.  New user options,
5338         c-max-one-liner-length.  In c-default-style, set the default style
5339         for AWK to "awk".
5341 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
5343         * progmodes/cc-engine.el (c-forward-label): Fix fontification of
5344         macros inside labels.
5346         * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
5347         `c-at-statement-start-p' and `c-at-expression-start-p'.
5349         * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
5350         error if the mark isn't set.
5352         * progmodes/cc-engine.el (c-guess-continued-construct)
5353         (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
5354         accurately detect functions inside functions.
5356         * progmodes/cc-engine.el (c-at-expression-start-p): New function
5357         like `c-at-statement-start-p' that additionally recognizes commas
5358         and expression parentheses as delimiters.
5360         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
5361         to avoid heuristics that doesn't work for unclosed blocks.
5362         (c-at-statement-start-p): New function.
5364         * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
5365         Objective-C directives, e.g. directives spanning lines should work
5366         reasonably well now.
5368         (c-put-c-type-property, c-clear-c-type-property): New helpers.
5370         (c-forward-objc-directive): New function to move over any ObjC
5371         directive.
5373         (c-just-after-func-arglist-p, c-guess-basic-syntax)
5374         (c-basic-matchers-before): Use it.
5376         (c-font-lock-objc-iip-decl): Remove.
5378         * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
5379         in the template arglist recognition.
5381         * progmodes/cc-styles.el (c-style-alist): Fix several
5382         inconsistencies in the Whitesmith style.
5384         * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
5385         New lineup function to get lines after Whitesmith style blocks
5386         correctly indented.
5388         (c-lineup-whitesmith-in-block): Back out the compensation for
5389         opening parens since it's done using `add' lists in the style
5390         definition instead.  Don't use the anchor position since it varies
5391         too much between the syntactic symbols. :P
5393         * progmodes/cc-vars.el (c-valid-offset): Update.
5395         * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
5396         lists where the offsets are combined according to several
5397         different methods: `first', `min', `max', and `add'.
5398         Report offset evaluation errors with `c-benign-error' so that some kind
5399         of reindentation still is done.
5401         * progmodes/cc-engine.el (c-guess-basic-syntax):
5402         Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
5403         `arglist-close'.
5405         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
5406         situations for `arglist-cont-nonempty' and `arglist-close'.
5408         * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
5410         * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
5411         cc-bytecomp-boundp' in a number of places.
5413         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
5414         macro related issue.
5416 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
5418         * progmodes/cc-awk.el: Change the terminology of regexps: A char
5419         list is now [asdf], a char class [:alpha:].
5420         Include code for char classes.
5421         Set c-awk-NL-prop on lines ending in open strings.  (Bug fix.)
5422         Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
5424         Remove (nearly all of) the cruft associated with AWK Mode's former
5425         concept of "virtual semicolons":
5427         Adapt c-beginning-of-statement, c-end-of-statement (together with
5428         subfunctions) to use the new notion of "virtual semicolon" in
5429         place of the old awkward special handling for AWK.  There remains
5430         much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
5431         * progmodes/cc-cmds.el:
5432         (c-ascertain-adjacent-literal): In the backwards direction, now
5433         recognises AWK regexp delimiters as string delimiters.
5434         (c-after-statement-terminator-p): Adapt for virtual semicolons;
5435         check more rigorously for "end of macro".
5436         (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
5437         virtual semicolons;
5438         (c-beginning-of-statement): Adapt for virtual semicolons; Separate
5439         out the code for forward movement into ...
5440         (c-end-of-statement): Now contains the code for forward movement,
5441         adapted for virtual semicolons.
5443         * progmodes/cc-engine.el:
5444         (c-ws*-string-limit-regexp): New regexp.
5445         (c-forward-single-comment, c-backward-single-comment): Comment out
5446         the (now redundant) "special" AWK stuff.
5448         * progmodes/cc-styles.el, cc-vars.el: Change the settings of
5449         c-string-par-start, c-string-par-separate to be more like Text
5450         Mode than Fundamental Mode.
5452 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
5454         * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
5455         to the fontified region so that fontification doesn't occur
5456         outside it (could happen e.g. when fontifying a line with an
5457         unfinished declaration).
5459 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
5461         * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
5462         start of the file.  ^L now separate sections of the file.
5463         (c-awk-non-eol-esc-pair-re,     c-awk-blank-or-comment-line-re)
5464         (c-awk-one-line-possibly-open-string-re)
5465         (c-awk-regexp-one-line-possibly-open-char-class-re)
5466         (c-awk-one-line-possibly-open-regexp-re)
5467         (c-awk-one-line-non-syn-ws*-re): New defonsts.
5468         (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
5470         Amend the concept of "virtual semicolons" (in the indentation
5471         engine) for languages like AWK, such that they are now
5472         conceptually attached to end of the last token of a statement, not
5473         the end of the line.  (In AWK Mode, however, the pertinent text
5474         property is still physically set on the EOL.)  Remove the specific
5475         tests for awk-mode, thus facilitating the introduction of other
5476         language modes where EOLs can end statements.
5477         (Note: The funtionality in cc-cmds.el, specifically
5478         c-beginning/end-of-statement has yet to be amended.)
5480         * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
5481         New macros.
5483         * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
5484         c-stmt-delim-chars.  New c-lang-defvars: c-at-vsemi-p-fn,
5485         c-vsemi-status-unknown-p-fn (in a new page).
5487         * progmodes/cc-engine.el: In c-beginning-of-statement-1,
5488         c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
5489         numerous awkward forms like
5490         (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
5491         with (c-at-vsemi-p).  Fix a few typos.  In c-guess-basic-syntax, new
5492         variable before-ws-ip, the place just after char-before-ip appears.
5494         * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
5495         a comment.
5497 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
5499         * progmodes/cc-cmds.el (c-electric-brace): Clean up using
5500         `c-tentative-buffer-changes'.
5502         * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
5503         convert to macro to choose between Emacs and XEmacs at compile time.
5505         (c-set-region-active): New set counterpart to `c-region-is-active-p'.
5507         (c-tentative-buffer-changes): New macro to handle temporary buffer
5508         changes in a convenient way.
5510         (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
5511         for `c-tentative-buffer-changes'.
5513         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
5514         the checks for paren sexps between the point and the keyword, to
5515         avoid some false alarms.
5517         * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
5518         Fixed a situation where an error could be thrown for unbalanced
5519         parens.  Changed to make use of c-keyword-member' to avoid some
5520         repeated regexp matches.
5522         (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
5523         These language variable are no longer necessary.
5525         (c-block-stmt-kwds): New language constant used by
5526         c-looking-at-inexpr-block'.
5528         (c-guess-basic-syntax): Remove an optional check that looked at
5529         the existence of the now removed language variables.
5531         * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
5532         (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
5533         object instantiation expressions as declarations in some contexts.
5534         This bug only affected languages where the declarator can't be
5535         enclosed in parentheses.
5537         * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
5538         insert newlines before and after substatement braces.
5540         * progmodes/cc-engine.el: Improved the heuristics for recognizing
5541         function declaration headers and the handling of C++ style member
5542         init lists.
5544         (c-just-after-func-arglist-p): Rewritten to use
5545         `c-forward-decl-or-cast-1'.  Now behaves a bit differently too.
5547         (c-beginning-of-member-init-list): Remove since it isn't used anymore.
5549         (c-guess-basic-syntax): Adapt case 5B for the new
5550         `c-just-after-func-arglist-p'.  Merge cases 5B.1 and 5B.3.
5551         Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
5552         covers all cases now).
5554         * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
5556 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
5558         * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
5559         c-string-par-start/separate c-sentence-end-with-esc-eol,
5560         initialised in c-setup-paragraph-variables, used in string
5561         scanning subroutines of c-beginning-of-statement.
5563         * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
5564         which precedes the newly inserted `{'.
5566 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
5568         * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
5569         function for declaration level blocks.  It should now cope with
5570         templates better and also be a lot more comprehensible.
5572         (c-looking-at-decl-block): The new function.
5574         (c-search-uplist-for-classkey): The old one.  It's now a wrapper
5575         for compatibility.
5577         (c-add-class-syntax, c-guess-continued-construct)
5578         (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
5580         (c-decl-block-key): Change to tell apart ambiguous and
5581         unambiguous keywords.  Pike specials are now handled directly in
5582         the code instead.
5584         (c-block-prefix-disallowed-chars, c-block-prefix-charset):
5585         New language constants and variables to make the backward skip in
5586         `c-looking-at-decl-block' as tight as possible.
5588         (c-nonsymbol-token-char-list): New language constant.
5590         * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
5591         find balanced template arglists backwards.
5593         * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
5594         making char classes for `c-syntactic-skip-backward'.
5596         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
5597         16D - can't be a class-close at that point.
5599         * progmodes/cc-engine.el (c-guess-basic-syntax)
5600         (c-add-class-syntax): Don't narrow out the enclosing declaration
5601         level.  This makes everything a lot easier, and it was actually
5602         only four small places that needed it to work.  Some places that
5603         previously did `widen' are removed now, which has the effect that
5604         `c-guess-basic-syntax' never will look at things outside the
5605         current narrowment now.  The anchor position for `topmost-intro'
5606         is affected by this, but it was so bogus it was basically useless
5607         before, and now it's equally bogus but in a slightly different way.
5609         (c-narrow-out-enclosing-class): Gone.
5611         (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
5612         the narrowed region.
5614         (c-least-enclosing-brace): Remove silly optional argument.
5616         * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
5617         the point could be left directly after an open paren when finding
5618         the beginning of the first decl in the block.
5620         * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
5621         Specify which submatch to use.
5623         * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
5625         (c-decl-start-re): No longer any need for special treatment of
5626         ObjC due to the above.
5628         (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
5629         presumably follows C in that regard.
5631         * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
5632         New language constants to specify operator tokens inside
5633         identifiers in a more high level way.
5635         (c-opt-identifier-prefix-key): New internal language constant.
5637         (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
5638         (c-identifier-start, c-identifier-key): Now completely calculated
5639         from other constants.
5641         (c-identifier-last-sym-match): Decommission since it's no longer used.
5643         (c-operators): Use `c-identifier-ops'.  Document `postfix-if-paren'.
5645         * progmodes/cc-engine.el (c-forward-name): Remove the
5646         optimization when c-identifier-key is equal to c-symbol-key since
5647         it doesn't work in byte compiled files.  Don't record empty
5648         regions as identifiers.
5650         * progmodes/cc-langs.el (c-filter-ops): New helper function to
5651         simplify access to `c-operators' and its likes.
5653         (c-operator-list, c-all-op-syntax-tokens)
5654         (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
5655         (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
5656         (c-primary-expr-regexp, c-cast-parens): Use it.
5658         * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
5659         an explicit language in functions.
5661         * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
5662         variant of adornment.
5664         * progmodes/cc-langs.el (c-any-class-key): Remove unused language
5665         variable.
5667         (c-type-decl-prefix-key): Remove some now unnecessary cruft from
5668         the Pike value.
5670         * progmodes/cc-engine.el (c-on-identifier)
5671         (c-simple-skip-symbol-backward): Small fix for handling "-"
5672         correctly in `skip-chars-backward'.  Affected the operator lfun
5673         syntax in Pike.
5675         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
5676         diagnostic message about precompiled language vars not being used.
5678         * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
5679         "__attribute__" is followed by a parenthesis.
5681         (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
5682         (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
5683         language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
5685         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
5686         Internal cleanups to properly detect the declared identifiers in
5687         various declarations.
5689         (c-decl-start-kwds): New language constant to recognize
5690         declarations that can start anywhere.  Used for class declarations
5691         in Pike.
5693         (c-specifier-key, c-not-decl-init-keywords)
5694         (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
5695         (c-find-decl-spots): Implement `c-decl-start-kwds'.
5697         (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
5698         (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
5699         handling of the compiler specific extension keywords into a new
5700         language constant `c-decl-hangon-kwds' that defines keyword
5701         clauses to be ignored in declarations.
5703         (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
5704         past unrecognized tokens when handling `c-colon-type-list-kwds'.
5705         Necessary to stop at the declared identifier in e.g. IDL valuetype
5706         declarations.
5708         (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
5709         (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
5710         (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
5711         (c-forward-decl-or-cast-1): Recognize the declared identifier in
5712         class and enum declarations as such and not as part of the type.
5714         (c-forward-decl-or-cast-1, c-forward-label): Relax the
5715         interpretation of PRECEDING-TOKEN-END when there's no preceding token.
5717         (c-forward-decl-or-cast-1): Don't disregard sure signs of
5718         declarations when there's some syntax error later on.
5720         (c-complex-decl-matchers): Did away with a reference to
5721         `c-specifier-key'.
5723         * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
5724         value - this variable is always dynamically bound.
5726         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
5727         * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
5728         * cc-cmds.el, cc-defs.el: Change the policy for marking up
5729         functions that might do hidden buffer changes: All such internal
5730         functions are now marked instead of those that don't.
5732         (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
5733         (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
5734         (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
5735         (c-literal-type): Allow these functions to make hidden buffer changes,
5736         so that they are free to use text property caching later on.
5738         (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
5739         (c-electric-brace, c-electric-slash, c-electric-star)
5740         (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
5741         (c-electric-paren, c-electric-continued-statement, c-indent-command)
5742         (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
5743         (c-context-line-break): Add `c-save-buffer-state' calls to comply
5744         with the changed semantics of the functions above.
5746         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
5747         when macros occur in obscure places.  Optimized the sexp movement
5748         a bit.
5750 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
5752         Enhancements for c-beginning-of-statement to work in AWK Mode:
5754         * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
5755         (completed statement) with `}' (statement completed by closing
5756         brace or semicolon) and `$' (statement completed by EOL).
5758         (c-awk-virtual-semicolon-ends-prev-line-p)
5759         (c-awk-virtual-semicolon-ends-line-p)
5760         (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
5761         (c-awk-at-statement-end-p): New functions.
5763         * progmodes/cc-cmds.el: Simplify the structure of functions
5764         c-forward-over-illiterals, c-back-over-illiterals.  Enhance these
5765         two functions and c-beginning-of-statement to handle AWK Mode.
5767         * progmodes/cc-engine.el: Enhance c-forward-single-comment,
5768         c-backward-single-comment for AWK mode.  Attempt to clarify their
5769         doc-strings.
5771         * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
5773 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
5775         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
5776         label handling.  Labels are now recognized in a uniform and more
5777         robust way, regardless of context.  Text properties are put on all
5778         labels to recognize the following declarations better.
5779         Multiword labels are handled both in indentation and fontification for
5780         the benefit of language extensions like Qt.  For consistency, keywords
5781         in labels are now fontified with the label face instead.
5782         That also applies to "case" and "default".
5784         (c-beginning-of-statement-1): Fix some bugs in the label
5785         handling.  Disregard `c-nonlabel-token-key' in labels that begin
5786         with `c-label-kwds'.
5788         (c-find-decl-spots): Support that the callback adds more
5789         `c-decl-end' spots to find.
5791         (c-forward-decl-or-cast-1): Don't treat a list of plain
5792         identifiers followed by a colon as a declaration.
5794         (c-forward-label): New function to recognize labels.
5796         (c-guess-basic-syntax): Replace uses of `c-label-key' with
5797         `c-forward-label'.  Moved the label recognition cases (14 and 15)
5798         earlier since they aren't so context sensitive now.  Handle labels
5799         on the top level gracefully.  Moved access label recognition to
5800         the generic label case (CASE 15) - removed CASE 5E.
5802         (c-font-lock-declarations): Add recognition of labels in the
5803         same round since we need to handle labels in parallell with other
5804         declarations to recognize both accurately.  It should also improve
5805         speed.
5807         (c-simple-decl-matchers, c-basic-matchers-after):
5808         Move `c-font-lock-labels' so that it only is used on decoration level 2
5809         since `c-font-lock-declarations' handles it otherwise.
5811         (c-complex-decl-matchers): Remove the simplistic recognition of
5812         access labels.
5814         (c-decl-prefix-re): Remove the kludges that was necessary to cope
5815         with labels earlier.
5817         (c-decl-start-re): New language variable to make
5818         `c-font-lock-declarations' stop for the special protection labels
5819         in Objective-C that start with `@'.
5821         (c-label-key): Remove since it's no longer used.
5823         (c-recognize-colon-labels, c-label-prefix-re): New language
5824         constants to support recognition of generic colon-terminated labels.
5826         (c-type-decl-end-used): `c-decl-end' is now used whenever there
5827         are colon terminated labels.
5829         * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
5830         first argument starts with a special brace list.
5832         * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
5833         (c-font-lock-declarations): Break out the declaration and cast
5834         recognition from `c-font-lock-declarations' to a new function, so
5835         that it can be used in the indentation engine.
5837         * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
5838         up to the start of the literal.  Fixed bug with the point on the
5839         wrong side of the search limit that could happen when the start
5840         position is inside a literal.
5842         * progmodes/cc-engine.el (c-parse-state)
5843         (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
5844         so that it's kept a little bit back to increase the hit rate.
5846         (c-parse-state): Change the macro handling and fixed some
5847         glitches.  Macro context is checked more often than necessary now,
5848         but otoh less garbage conses are generated.
5850         * progmodes/cc-engine.el (c-parse-state)
5851         (c-invalidate-state-cache): Cache the last position where
5852         `c-state-cache' applies.  This can speed up refontification quite
5853         a bit in blocks where there are many non-brace parens before the point.
5855         (c-state-cache-end): New variable for this.
5857         (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
5858         cache variable.
5860         * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
5861         get close initial continue positions when the start position is
5862         inside a literal or macro.  Do not call the callback for spots
5863         before the start position (which can happen e.g. for `c-decl-end'
5864         spots inside comments).  Optimize better in special cases when the
5865         region is a single line inside a literal or macro (typically when
5866         the current line is refontified).
5868         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
5869         to `c-add-stmt-syntax' - there's no need to explicitly whack off
5870         entries from the paren state.
5872         * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
5873         special case for "else if" clauses.
5875         * progmodes/cc-engine.el (c-looking-at-inexpr-block)
5876         (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
5878         * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
5879         New language variable to recognize the gcc extension with statement
5880         blocks inside expressions.
5882         * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
5883         it somewhat more comprehensible.  The argument AT-BLOCK-START is
5884         no longer used and hence removed.
5886         (c-guess-continued-construct, c-guess-basic-syntax): Update calls
5887         to `c-add-stmt-syntax'.
5889         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
5890         Use `c-beginning-of-statement-1' instead of duplicating parts of it.
5891         This fixes bogus label recognition.
5893         * progmodes/cc-engine.el (c-add-type, c-check-type)
5894         (c-forward-name, c-forward-type): Improve storage of template
5895         types in `c-found-types' so that they can be recognized better.
5897         (c-syntactic-content): Add option to skip past nested parens.
5899         * progmodes/cc-engine.el (c-forward-name):
5900         Set `c-last-identifier-range' all the time.  It's less work that way.
5901         Handle that there might not be an identifier to store in
5902         `c-last-identifier-range'.
5904         (c-forward-type): Handle that `c-last-identifier-range' might be
5905         nil from `c-forward-name'.
5907         * progmodes/cc-defs.el (c-safe-scan-lists)
5908         (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
5910         * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
5911         to work even if the form fails.
5913         * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
5914         down in a large file in one go.
5916         (c-get-fallback-start-pos): New helper function for `c-parse-state'.
5918         * progmodes/cc-align.el (c-lineup-assignments): New lineup
5919         function which is like `c-lineup-math' but returns nil instead of
5920         `c-basic-offset' when it doesn't match.
5922         (c-lineup-math): Change to use `c-lineup-assignments'.
5924 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
5926         * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
5927         c-beginning-of-statement.  New subfunctions
5928         c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
5930 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
5932         * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
5933         hardcoded char classes whereever possible.  Changed a couple of
5934         places to use skip by syntax instead of skip by char class.
5936         * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
5937         Fix a bug in the regexp that caused extreme backtracking.
5939         * progmodes/cc-langs.el (c-block-comment-starter)
5940         (c-block-comment-ender): New language constants to specify in a
5941         single place how block comments look.
5943         (c-comment-start-regexp, c-block-comment-start-regexp)
5944         (comment-start, comment-end, comment-start-skip)
5945         (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
5946         (c-syntactic-ws, c-nonempty-syntactic-ws)
5947         (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
5948         `c-line-comment-starter', `c-block-comment-starter' and
5949         `c-block-comment-ender'.
5951         (c-block-comment-regexp, c-unterminated-block-comment-regexp):
5952         New language constants to break up things a bit.
5954         (c-simple-ws): New language constant for simple whitespace.
5956         * progmodes/cc-defs.el (c-concat-separated): New convenience function.
5958         * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
5959         in `regexp-opt' in Emacs 20 and XEmacs when strings contain
5960         newlines.  Allow and ignore nil elements in the list.
5962 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
5964         * progmodes/cc-cmds.el: Comment out a (n almost certainly
5965         superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
5967         * progmodes/cc-cmds.el: Tidy up the comments in
5968         c-beginning-of-statement and subfunctions.
5970         * progmodes/cc-awk.el: Replace calls to put-text-property to the
5971         more flexible c-put-char-property and c-clear-char-properties.
5972         Add the author's email address.
5974         * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
5976         * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
5977         closing "*/" of a block comment.
5979         * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
5980         subfunctions) so that it works at BOB and EOB.
5982         * progmodes/cc-cmds.el, cc-vars.el: More updating of
5983         c-beginning-of-statement, including new variable
5984         c-block-comment-start-regexp.
5986 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
5988         * progmodes/cc-langs.el (c-known-type-key): Optimize simple
5989         symbols from `*-font-lock-extra-types' so that there's no need to
5990         use `regexp-opt' on those lists.
5992         * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
5993         `c-type-modifier-kwds' is empty.
5995         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
5996         there are several strings on the same line.
5998         * progmodes/cc-engine.el (c-literal-limits): Remove the
5999         compatibility function for older emacsen.  `c-literal-limits-fast'
6000         has now taken the place of this function.
6002         * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
6003         with older emacsen: We now require `pps-extended-state'.
6005 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
6007         * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
6008         which obviates the need to hack sentence-end.  This now handles
6009         escaped newlines in strings correctly.  Correct minor bugs in
6010         c-move-over-sentence and in c-beginning-of-statement.
6012         * progmodes/cc-cmds.el (c-beginning-of-statement (and
6013         subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
6014         that movement over macros and code are rigorously separated from
6015         eachother.  Correct a few incidental bugs.
6017         * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
6018         Improve its doc-string.  Improve the handling of certain specific cases.
6020 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
6022         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
6023         (c-guess-basic-syntax): Change the way class-level labels are
6024         recognized; they can now contain essentially any symbols.
6026         (c-opt-extra-label-key): New language variable to cope with the
6027         special protection label syntax in Objective-C.
6029         (c-opt-access-key): Remove; this is now handled better by
6030         `c-nonlabel-token-key' and `c-opt-extra-label-key'.
6032         (c-complex-decl-matchers): Update to handle that
6033         `c-opt-access-key' no longer exists.
6035         * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
6036         improved label recognition in `c-beginning-of-statement-1'.
6038         * progmodes/cc-engine.el (c-beginning-of-member-init-list):
6039         Recognize bitfields better.
6041         * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
6042         Remove some cruft and fixed a bug that could cause it to go to a
6043         position further down.
6045         * progmodes/cc-langs.el, cc-engine.el
6046         (c-beginning-of-statement-1): Improve detection of labels in
6047         declaration contexts.
6049         (c-beginning-of-decl-1): Use it.
6051         (c-nonlabel-token-key): New language constant and variable needed
6052         by `c-beginning-of-statement-1'.
6054         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
6055         manifested itself due to the correction in `c-forward-sexp'.
6057         * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
6058         Make these behave as documented when used at the buffer limits.
6060         * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
6061         (c-type-decl-end-used): Made this a language variable.
6063         * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
6064         correctly when `combine-after-change-calls' is used together with
6065         temporary narrowings.
6067         * progmodes/cc-engine.el (c-beginning-of-statement-1):
6068         Report labels correctly when the start point is immediately after the
6069         colon.
6071         * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
6072         Remove since it isn't used anymore.
6074         * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
6075         bracket arglists such as template parens in C++.
6077         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
6078         in the last check-in.  Some optimization.
6080         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
6081         where it could stop at the same level in a preceding sexp when
6082         PAREN-LEVEL is set.
6084         * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
6085         text property lookup only when it's needed.
6087         * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
6088         Change the policy for paren marked angle brackets to be more
6089         persistent; once marked they remain marked even when they're found
6090         to be unbalanced in the searched region.  This should keep the
6091         paren syntax around even when individual lines are refontified in
6092         multiline template arglists.
6094         (c-parse-and-markup-<>-arglists): New dynamically bound variable
6095         to control markup so that incorrect angle bracket arglists aren't
6096         marked in contexts where the correct value for
6097         `c-disallow-comma-in-<>-arglists' isn't known.
6099         (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
6100         argument has become `c-parse-and-markup-<>-arglists'.
6102         (c-remove-<>-arglist-properties): Remove - no longer used.
6104         (c-after-change-check-<>-operators): New function used on
6105         `after-change-functions' to avoid that "<" and ">" characters that
6106         are part of longer operators have paren syntax.
6108         (c-<>-multichar-token-regexp): New language variable used by
6109         `c-after-change-check-<>-operators'.
6111         (c-after-change): Call `c-after-change-check-<>-operators'.
6113         (c-font-lock-<>-arglists): Use the context properties set by
6114         `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
6115         correctly to avoid doing invalid markup.
6117         (c-font-lock-declarations): Remove code that undoes the invalid
6118         markup done by `c-font-lock-<>-arglists'.
6120         (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
6121         after `c-font-lock-declarations'.
6123         * progmodes/cc-engine.el (c-syntactic-skip-backward):
6124         Add paren-level feature.
6126         (c-guess-basic-syntax): Improve the anchor position for
6127         `template-args-cont' in nested template arglists.  There's still
6128         much to be desired in this area, though.
6130 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
6132         * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
6133         Make the "Text Filling and Line Breaking" commands work for AWK buffers.
6135 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
6137         * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
6138         Removed; (c-major-mode-is 'awk-mode) can be used instead now.
6140         * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
6141         it doesn't work no longer are supported.
6143         * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
6144         * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
6145         requires support for the syntax-table' text property, which rules
6146         out Emacs 19 and XEmacs < 21.4.  Removed various compatibility
6147         cruft associated with those versions.
6149         * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
6150         for the `syntax-table' text property, which rules out Emacs 19 and
6151         XEmacs < 21.4.  Removed various compatibility cruft associated
6152         with those versions.
6154         * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
6155         support for the `syntax-table' text property.
6157         * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
6158         variable and use an extra quoted face name instead.  All the
6159         emacsen flavors handle that correctly.
6161         * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
6162         (c-font-lock-declarators, c-font-lock-declarations)
6163         (c-complex-decl-matchers, c-basic-matchers-after): Use a text
6164         property to mark the items in in declarator lists to handle
6165         refontification inside multiline declarations better.
6167         * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
6168         construct like "a * b = c;" as a declaration.
6170 2005-12-08  Kim F. Storm  <storm@cua.dk>
6172         * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
6173         (cua-rectangle-modifier-key): ... this.  New defcustom.  Can now
6174         select either meta, hyper, or super modifier for rectangle commands.
6175         (cua--rectangle-modifier-key): New defvar.
6176         (cua--M/H-key): Use it.  Remove special case for `space'.
6177         (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
6178         on X, to meta otherwise.  Always bind C-return to toggle
6179         rectangle.  Pass ?\s instead of `space' to cua--M/H-key.
6181         * emulation/cua-rect.el (cua-help-for-rectangle):
6182         Use cua--rectangle-modifier-key.  Handle super modifier too.
6183         (cua--init-rectangles): Always bind C-return to toggle rectangle.
6184         Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
6186         * ido.el: Move Acknowledgements and History after Commentary.
6187         Minor changes to Commentary.
6189         * emulation/cua-base.el (cua--select-keymaps): Enable repeat
6190         keymap if cua--prefix-override-timer is `shift'.
6191         (cua--shift-control-prefix): New function; emulate "type prefix
6192         key twice" functionality to handle shifted prefix key override.
6193         (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
6194         New commands.
6195         (cua--init-keymaps): Bind them to S-C-c and S-C-x.
6197 2005-12-08  Carsten Dominik  <dominik@science.uva.nl>
6199         * textmodes/org.el (org-insert-heading): Try to do items before
6200         headings.
6201         (org-agenda-mode): Quote `org-agenda-mode-hook'.
6202         (org-insert-item): New function.
6203         (org-renumber-ordered-list): Don't skip to higher level lists.
6205 2005-12-08  Juri Linkov  <juri@jurta.org>
6207         * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
6209         * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
6211         * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
6213         * pcvs.el (defun-cvs-mode): Put `definition-name' property on
6214         the constructed function name fun-1.
6216         * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
6217         because such links don't lead to parent documentation.
6219 2005-12-08  Kenichi Handa  <handa@m17n.org>
6221         * descr-text.el (describe-char): Use *Help-2* buffer if the
6222         current buffer is *Help*.  Call describe-text-properties while
6223         setting the original buffer.
6225 2005-12-07  Bill Wohler  <wohler@newt.com>
6227         * files.el (auto-mode-alist): Remove mh-letter-mode.  Unnecessary,
6228         and causes problems with non-MH users (such as Gnus users).
6230 2005-12-08  Nick Roberts  <nickrob@snap.net.nz>
6232         * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
6233         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
6234         (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
6235         command "info sources".  Move calls to GDB command "list".
6236         (gdb-find-file-hook): Just use gdb-source-file-list.
6237         (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
6238         (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
6239         (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
6240         (gdb-data-list-register-values-handler): Use correct trigger name.
6242 2005-12-07  Kim F. Storm  <storm@cua.dk>
6244         * ido.el (ido-completion-map): Rename from ido-mode-map.
6245         (ido-common-completion-map, ido-file-completion-map)
6246         (ido-file-dir-completion-map, ido-buffer-completion-map):
6247         Rename from ido-mode-....-map.
6248         (ido-init-completion-maps): Rename from ido-init-mode-maps.
6249         (ido-setup-completion-map): Rename from ido-define-mode-map.
6250         (ido-read-internal): Bind minibuffer-local-filename-completion-map
6251         to ido-completion-map.
6253 2005-12-07  Kenichi Handa  <handa@m17n.org>
6255         * international/mule-cmds.el
6256         (set-display-table-and-terminal-coding-system): If the coding
6257         system specified in `unibyte-display' property is different from
6258         the arg coding-system, don't setup standard-display-table.
6260 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6262         * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
6263         that comments end at \n, regardless of selective-display.
6265 2005-12-07  Nick Roberts  <nickrob@snap.net.nz>
6267         * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
6268         (gdb-version): New variables.
6269         (gdb-source-file-list, gdb-register-names)
6270         (gdb-changed-registers): New variables for use with GDB 6.4+.
6271         (gdb-ann3): Replace with...
6272         (gdb-init-1, gdb-init-2): ...two new functions.
6273         (gdba, gdb-prompt): Call gdb-init-1.
6274         (gdb-get-version): New function.  Call gdb-init-2 from here.
6275         (gud-watch): Make it work with mouse events too.
6276         (gdb-post-prompt): Don't add to queue until GDB version is known.
6277         (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
6278         (gdb-locals-mode): Use gdb-version.
6279         (gdb-memory-format-map, gdb-memory-unit-map)
6280         (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
6281         (gdb-locals-font-lock-keywords-1)
6282         (gdb-locals-font-lock-keywords-2): New variables.
6283         (gdb-find-file-hook): Make it work with GDB 6.4+ too.
6284         (gdb-set-gud-minor-mode-existing-buffers-1)
6285         (gdb-var-list-children-1, gdb-var-list-children-handler-1)
6286         (gdb-var-update-1, gdb-var-update-handler-1)
6287         (gdb-data-list-register-values-handler)
6288         (gdb-data-list-register-values-custom)
6289         (gdb-get-changed-registers, gdb-get-changed-registers-handler)
6290         (gdb-stack-list-locals-handler, gdb-get-register-names):
6291         New functions for use with GDB 6.4+.
6292         (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
6293         (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
6294         (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
6295         (gdb-stack-list-locals-regexp)
6296         (gdb-data-list-register-names-regexp): New regexps for use with
6297         GDB 6.4+.
6299 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6301         * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
6303 2005-12-06  Nozomu Ando  <nand@mac.com>  (tiny patch)
6305         * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
6306         prompts work for AUTH PLAIN.  Also reported by Steve Allan
6307         <seallan@verizon.net>.
6309 2005-12-06  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
6311         * frame.el (set-frame-parameter): Add doc string.
6313 2005-12-06  Carsten Dominik  <dominik@science.uva.nl>
6315         * textmodes/org.el (org-occur-highlights): New variable.
6316         (org-highlight-new-match, org-remove-occur-highlights): New functions.
6317         (org-highlight-sparse-tree-matches): New option.
6318         (org-do-occur): New function.
6319         (org-get-heading): Make it work also at beginning of line.
6320         (org-category-table): New variable.
6321         (org-get-category-table, org-get-category)
6322         (org-camel-to-words, org-link-search): New functions.
6323         (org-select-this-todo-keyword): New variable.
6324         (org-todo-list): New command.
6325         (org-shiftright, org-shiftleft): New commands.
6326         (org-agenda-todo): Add prefix argument.
6327         (org-show-hierarchy-above): New option.
6328         (org-show-todo-tree): Numerical prefix creates tree for specific
6329         TODO keyword.
6330         (org-outline-level): New function, to assign a level to plain
6331         lists items.
6332         (org-cycle-include-plain-lists): New option.
6333         (org-mode): Use `org-outline-level' as value of `outline-level'.
6334         (org-cycle): Temporarily switch `outline-regexp' if
6335         `org-cycle-include-plain-lists' is non-nil.
6336         (org-start-icalendar-file): Fix format bug.
6337         (org-agenda-get-day-entries): Create category table.
6338         (org-agenda-get-todos, org-agenda-get-timestamps)
6339         (org-agenda-get-deadlines, org-agenda-get-scheduled)
6340         (org-agenda-get-blocks): Use `org-get-category'.
6341         (org-context-in-file-links): Rename from
6342         `org-line-numbers-in-file-links'.
6344 2005-12-06  Romain Francoise  <romain@orebokech.com>
6346         * window.el (balance-windows): Delete extraneous third arg in call
6347         to `enlarge-window'.
6349 2005-12-06  Kenichi Handa  <handa@m17n.org>
6351         * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
6353 2005-12-06  Nick Roberts  <nickrob@snap.net.nz>
6355         * progmodes/gdb-ui.el (gdb-var-create-handler)
6356         (gdb-var-evaluate-expression-handler, gdb-frame-handler)
6357         (gdb-var-list-children-handler, gdb-var-update-handler):
6358         Current buffer is already gdb-partial-output-buffer, don't
6359         make it current again.
6361 2005-12-05  Luc Teirlinck  <teirllm@auburn.edu>
6363         * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
6364         (list-buffers-noselect): Use it.
6366 2005-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6368         * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
6369         (mail-yank-ignored-headers): Use regexp-opt.
6370         (mail-mode-map): Move initialization into declaration.
6371         (mail-sent-via): Remove unused shadowed var `to-line'.
6372         (mail-mailer-swallows-blank-line): Use with-temp-buffer.
6373         (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
6374         (mail-do-fcc): Use dolist and push.
6375         (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
6376         (mail-yank-ignored-headers): Don't autoload.
6378 2005-12-05  Kenichi Handa  <handa@m17n.org>
6380         * international/mule-cmds.el (set-language-info-internal): New fun.
6381         (set-language-info): Call set-language-info-internal to update
6382         language-info-alist.  If LANG-ENV is the current one, call
6383         set-language-environment to make INFO effective now.
6384         (set-language-info-alist): Likewise.
6385         (locale-language-names): With locale "en", use English
6386         lang. env. but set the default codings to iso-8859-1.
6388 2005-12-04  Nick Roberts  <nickrob@snap.net.nz>
6390         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
6391         (gdb-speedbar-auto-raise): Echo new state in minibuffer.
6392         (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
6393         for plain strings.
6394         (gdb-frames-mode): Remove redundant call to font-lock-mode.
6395         (gdb-all-registers): Rename from toggle-gdb-all-registers.
6396         Create registers buffer if necessary.  Echo new state in minibuffer.
6397         (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
6399 2005-12-03  Chong Yidong  <cyd@stupidchicken.com>
6401         * info.el (Info-fontify-node): Match external links using
6402         non-directory part of filename.
6404 2005-12-04  Juri Linkov  <juri@jurta.org>
6406         * font-core.el (global-font-lock-mode): Use define-global-minor-mode
6407         instead of easy-mmode-define-global-mode.  Add `:group font-lock'.
6408         (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
6409         because there is no customization option for it.
6411         * font-lock.el (lisp-font-lock-keywords-1):
6412         Add define-global-minor-mode.
6414         * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
6416         * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
6417         properties on the constructed variable names.
6419         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6420         Put `definition-name' properties on the constructed function names
6421         next-sym and prev-sym.
6423         * emacs-lisp/find-func.el (find-function-regexp):
6424         Add define-global-minor-mode.  Replace `easy-mmode-define-global-mode'
6425         with `easy-mmode-define-[a-z-]+'.  Add easy-menu-define.
6426         (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
6427         and easy-menu-define.
6429         * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
6430         easy-mmode-define-global-mode and define-global-minor-mode.
6431         (lisp-imenu-generic-expression): Add define-global-minor-mode.
6433         * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
6434         instead of easy-mmode-define-global-mode.
6436         * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
6437         Use define-minor-mode instead of easy-mmode-define-minor-mode.
6439         * cus-edit.el (customize-group, customize-group-other-window):
6440         Filter out autoloaded options from the group completion list by
6441         using heuristics that autoloaded groups don't have `custom-autoload'
6442         property on their symbols (they have only `custom-loads').
6444         * simple.el (completion-setup-function): Put completions-common-part
6445         face on complete completion string too (i.e. completion string
6446         without completions-first-difference face).
6448         * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
6450 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
6452         * view.el (view-mode): Doc fix.
6454         * disp-table.el (standard-display-european): Add to the warning
6455         message a reference to the doc string.
6457         * play/yow.el (apropos-zippy): Call print-help-return-message,
6458         similar to other Help and Apropos commands.
6460         * help.el (print-help-return-message): If pop-up-frames is
6461         non-nil, set up help-return-method to delete the help window and,
6462         possibly, its frame as well, and don't display message about
6463         scrolling the help window.  Doc fix.
6464         (help-return-method): Doc fix.
6466 2005-12-03  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
6468         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
6469         whereby names of length one or names starting with a
6470         symbol-constituent character would not be returned.
6472 2005-12-03  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
6474         * subr.el (atomic-change-group): Add edebug and indentation spec.
6476 2005-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6478         * completion.el (save-completions-file-name): Fix typo in last change.
6480 2005-12-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6482         * info.el: Move back/forward history to the beginning of the tool bar.
6484 2005-12-02  Ken Manheimer  <ken.manheimer@gmail.com>
6486         * allout.el (eval-when-compile): Remove unnecessary load of cl.
6487         Add fset of allout-real-isearch-abort during compile to fix
6488         byte-compilation warnings.
6489         (allout-mode-p): Move definition of this macro above all uses, or
6490         byte compilation in barren emacs (eg, during emacs build) will
6491         lack the definition.
6492         (allout-mode): Move this variable above any uses, or byte
6493         compilation will fail.
6494         (allout-resolve-xref): Remove use of personal file-reference function.
6495         (allout-toggle-current-subtree-encryption): Do the current (ie,
6496         visible containing) topic, rather than nearest around point.  Doc fix.
6497         (allout-toggle-subtree-encryption): New function, workhorse that
6498         works on nearest topic containing point.
6499         (allout-encrypt-string): Signal requirement for newer version of pgg.
6500         (allout-resumptions): Doc fix.
6502 2005-12-02  Eli Zaretskii  <eliz@gnu.org>
6504         * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
6506 2005-12-02  Agustin Martin  <agustin.martin@hispalinux.es>
6508         * textmodes/flyspell.el (flyspell-external-point-words):
6509         Consider a misspelling as found in the string search if: (a) misspelling
6510         and found string lengths match, or (b) misspelling is found as
6511         element in a boundary-chars separated longer string, or (c)
6512         ispell-program-name is really ispell and misspelling is found as
6513         part of a TeX string.  After successful match move beginning of
6514         search region to end of match.  Warn about not found misspellings
6515         once the process is done.
6516         (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
6518 2005-12-02  Nick Roberts  <nickrob@snap.net.nz>
6520         * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
6521         tool bar (removed inadvertently).
6523 2005-12-02  Juri Linkov  <juri@jurta.org>
6525         * log-view.el (log-view-diff): Clarify doc string.
6527 2005-12-01  Bill Wohler  <wohler@newt.com>
6529         * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
6530         triggers lm-verify errors.
6532 2005-12-01  Luc Teirlinck  <teirllm@auburn.edu>
6534         * simple.el (transient-mark-mode, line-number-mode)
6535         (column-number-mode, size-indication-mode): Remove `:require nil'.
6537 2005-12-01  Nick Roberts  <nickrob@snap.net.nz>
6539         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
6540         in the margin also.
6541         (gdb-breakpoints-mode-map): Use D instead of d for
6542         gdb-delete-breakpoint.
6543         (gdb-get-frame-number): Require a number to match on.
6544         (gdb-threads-mode-map): Add follow-link binding.
6546 2005-11-30  Jason Rumney  <jasonr@gnu.org>
6548         * isearch.el (isearch-mode-map): Avoid exiting search on
6549         language-change event.
6551 2005-11-30  Romain Francoise  <romain@orebokech.com>
6553         * speedbar.el (speedbar-default-position): New defcustom.
6554         (speedbar-frame-reposition-smartly): Use it.
6556         * dframe.el (dframe-reposition-frame-emacs): Fix position
6557         computation for `left' location.
6558         Update copyright year.
6560 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6562         * help.el (help-map): Move initialization into declaration.
6564         * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
6566         * help-fns.el (help-argument-name): Don't autoload.
6567         It's useless and triggers a bug in cus-dep.el causing ldefs-boot
6568         to be re-loaded when customizing the `help' group.
6570 2005-11-30  John Paul Wallington  <jpw@gnu.org>
6572         * help-fns.el (describe-function-1): Fill arglist output.
6574 2005-11-30  Kim F. Storm  <storm@cua.dk>
6576         * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
6577         (cua--rectangle-post-command): Cleanup overlays and deactivate mark
6578         after revert-buffer (or anything else which kills all local variables).
6580         * apropos.el (apropos-parse-pattern): Doc fix.
6581         Set apropos-regexp directly, rather than expecting callers to do so.
6582         (apropos-command, apropos, apropos-value, apropos-documentation):
6583         Simplify calls to apropos-parse-pattern.
6585 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
6587         * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
6588         (hi-lock-face-phrase-buffer): Use hi-yellow face.
6589         (hi-lock-write-interactive-patterns): Use comment-region.
6591         * longlines.el (longlines-mode): Add mail-setup-hook.
6593         * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
6595         * simple.el (sendmail-user-agent-compose, next-line):
6596         Conditionally use hard-newline.
6598 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
6600         * international/latexenc.el (latex-inputenc-coding-alist):
6601         Reword doc string.
6603 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
6605         * help.el (describe-key-briefly, describe-key): Recognize default
6606         bindings.
6608 2005-11-29  Romain Francoise  <romain@orebokech.com>
6610         * view.el (view-inhibit-help-message): New defcustom.
6611         (view-mode-enter): Use it.
6613 2005-11-29  Michael Kifer  <kifer@cs.stonybrook.edu>
6615         * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
6616         Preserve user position.
6618 2005-11-28  Luc Teirlinck  <teirllm@auburn.edu>
6620         * font-lock.el: Throw error if facemenu is not loaded to prevent
6621         accidental change of loading order in loadup.el.  (Suggested by RMS.)
6623         * loadup.el: Add comment explaining why facemenu must be loaded
6624         before font-lock.
6626 2005-11-28  Jay Belanger  <belanger@truman.edu>
6628         * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
6629         (calc-dispatch-map): Add more keys for `calc-same-interface'.
6631         * calc/calc-misc.el (calc-dispatch-help): Update docstring.
6633         * calc/calc-embed.el (calc-do-embedded): Update help message.
6635         * calc/calc-prog.el (calc-user-define-invokation): Update help message.
6637 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6639         * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
6641         * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
6642         called-interactively-p.
6643         (elp-profilable-p): Rename from elp-not-profilable-p.
6644         Invert result and take into account macros and autoloaded functions.
6645         (elp-instrument-function): Update call.
6646         (elp-instrument-package): Update call.  Add completion.
6647         (elp-pack-number): Use match-string.
6648         (elp-results-jump-to-definition-by-mouse): Merge into
6649         elp-results-jump-to-definition and then remove.
6650         (elp-output-insert-symname): Make help echo text single-line.
6652         * replace.el (query-replace-map): Move initialization into declaration.
6653         (occur-engine): Use with-current-buffer.
6654         (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
6655         (occur-mode-mouse-goto): Replace with an alias.
6657 2005-11-28  Juri Linkov  <juri@jurta.org>
6659         * simple.el (quoted-insert): Let-bind input-method-function to nil.
6661         * term/w32-win.el: Bind [S-tab] to [backtab].
6663         * info.el (Info-fontify-node): Set 2nd arg `noerror' of
6664         `Info-find-file' to t.
6666         * replace.el (occur-mode-mouse-goto): Pop, don't switch.
6667         (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
6668         and same-window-regexps.
6669         (occur-next-error): Don't move point for arg 0.
6671 2005-11-28  Chong Yidong  <cyd@stupidchicken.com>
6673         * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
6675 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6677         * log-edit.el (log-edit-changelog-use-first): New var.
6678         (log-edit-changelog-ours-p): Use it.
6679         (log-edit-insert-changelog): Set it with new arg `use-first'.
6680         (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
6681         (log-edit-hook): Add them to the list of suggested options.
6683         * textmodes/flyspell.el (flyspell-last-buffer): New var.
6684         (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
6685         redundant work.
6686         (flyspell-mode-on): Use add-hook for after-change-functions.
6687         (flyspell-mode-off): Use remove-hook for after-change-functions.
6688         (flyspell-changes): Make it buffer-local.
6689         (flyspell-after-change-function): Make it non-interactive.  Use push.
6690         (flyspell-post-command-hook): Check input-pending-p while processing
6691         the potentially long list of buffer changes.
6693 2005-11-28  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
6695         * buff-menu.el (list-buffers-noselect): Display the selected
6696         frame's buffer list, not the global one.
6698 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
6700         * xt-mouse.el (xterm-mouse-event): Set last-input-event so
6701         that (list last-input-event) works as in interactive spec.
6703 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
6705         * loadup.el ("facemenu"): Load facemenu before font-lock, because
6706         `facemenu-keymap' needs to be defined when font-lock is loaded.
6707         Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
6709 2005-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6711         * completion.el: Remove useless leading * in defcustom docstrings.
6712         (save-completions-file-name): Use ~/.emacs.d if available.
6713         (completion-standard-syntax-table): Rename from
6714         cmpl-standard-syntax-table and fold initialization into declaration,
6715         thus removing cmpl-make-standard-completion-syntax-table.
6716         (completion-lisp-syntax-table, completion-c-syntax-table)
6717         (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
6718         (cmpl-saved-syntax, cmpl-saved-point): Remove.
6719         (symbol-under-point, symbol-before-point)
6720         (symbol-under-or-before-point, symbol-before-point-for-complete)
6721         (add-completions-from-c-buffer): Use with-syntax-table.
6722         (make-completion): Don't return a list of completion entries.
6723         Update callers.
6724         (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
6725         (completion-initialize): Rename from initialize-completions.
6726         (completion-find-file-hook): Rename from cmpl-find-file-hook.
6727         (kill-emacs-save-completions): Collect stats here.
6728         (save-completions-to-file, load-completions-from-file):
6729         Use with-current-buffer.
6730         (completion-def-wrapper): Rename from def-completion-wrapper.  Make it
6731         into a function.  Move all calls to toplevel.
6732         (completion-lisp-mode-hook): New fun.
6733         (completion-c-mode-hook, completion-setup-fortran-mode):
6734         Set the syntax-table here.  Use local-set-key.
6735         (completion-saved-bindings): New var.
6736         (dynamic-completion-mode): Make it into a proper minor mode.
6737         (load-completions-from-file): Remove unused var `num-uses'.
6739         * emacs-lisp/cl-macs.el (defstruct): Don't define the default
6740         constructor if it is explicitly overridden.
6742         * complete.el (PC-completion-as-file-name-predicate):
6743         Use minibuffer-completing-file-name.
6744         (partial-completion-mode): Use find-file-not-found-functions.
6745         (PC-lisp-complete-symbol): Use with-syntax-table.
6746         (PC-look-for-include-file): Remove dead setq.
6747         (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
6748         (PC-complete): Use with-current-buffer.
6750         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
6751         escape single quotes.
6753 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
6755         * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
6756         of `if' whose condition always returned nil.  Doc fix.
6758         * buff-menu.el (Buffer-menu-revert-function): Make the selected
6759         window's buffer the current buffer around the call to
6760         `list-buffers-noselect'.  This is necessary to mark that buffer
6761         with a `.' in the Buffer Menu when called from Lisp, for instance
6762         by Auto Revert Mode.
6764 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
6766         * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
6767         attaching to it.
6768         (gdb-pre-prompt): Make sure gdb-error is reset.
6770         * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
6771         with a child process, detect it.
6772         (gud-speedbar-buttons): Match regexp more carefully.
6774 2005-11-27  Richard M. Stallman  <rms@gnu.org>
6776         * mouse.el (mouse-drag-move-window-bottom):
6777         Use adjust-window-trailing-edge.
6779 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
6781         * simple.el (blink-matching-open): Ignore
6782         `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
6783         (blink-matching-paren-on-screen): Update docstring.
6785         * paren.el (show-paren-mode): No longer change
6786         `blink-matching-paren-on-screen'.
6788 2005-11-27  John Paul Wallington  <jpw@pobox.com>
6790         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
6791         (gdb-threads-select, gdb-edit-register-value):
6792         Use `posn-set-point' instead of `mouse-set-point' because the
6793         latter is not fbound when configured without X.
6795 2005-11-27  Kim F. Storm  <storm@cua.dk>
6797         * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
6798         existing face when partially highlighting a TAB in a rectangle.
6800 2005-11-26  Kim F. Storm  <storm@cua.dk>
6802         * ido.el (ido-mode-map): Doc fix.
6803         (ido-mode-common-map, ido-mode-file-map)
6804         (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
6805         (ido-define-mode-map): Rewrite.  Select one of the new maps as
6806         parent for ido-mode-map instead of building from scratch.
6807         (ido-init-mode-maps): New defun to initialize new maps.
6808         (ido-mode): Call it.
6809         (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
6810         (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
6812 2005-11-26  John Paul Wallington  <jpw@pobox.com>
6814         * arc-mode.el (archive-extract): Use `posn-set-point' instead of
6815         `mouse-set-point' because the latter is not fbound when configured
6816         without X.
6818 2005-11-26  Thien-Thi Nguyen  <ttn@gnu.org>
6820         * files.el (file-relative-name): Doc fix.
6822 2005-11-26  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
6824         * progmodes/octave-inf.el (inferior-octave-startup): Force a
6825         non-empty string for secondary prompt PS2.
6827 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
6829         * progmodes/compile.el (compilation-setup): Fix last change.
6831 2005-11-26  Nick Roberts  <nickrob@snap.net.nz>
6833         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
6834         (gdb-mouse-toggle-breakpoint-margin)
6835         (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
6836         Add gdb-server-prefix to keep out of command history.
6837         (gdb-edit-register-value): New function.
6838         (gdb-registers-mode-map): Bind mouse-2 and RET to it.
6839         (gdb-info-registers-custom): Use above map.
6841 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
6843         * custom.el (enable-theme): Signal error if argument is not a
6844         theme.  Don't recalculate a face if it's not loaded yet.
6846         * cus-face.el (custom-theme-set-faces): Don't change saved-face if
6847         the `user' theme is in effect.
6849         * info.el (Info-on-current-buffer): Record actual filename in
6850         Info-current-file, instead of t, or a fake filename if a non-file
6851         buffer.  Make autoload.
6852         (Info-find-node, Info-revert-find-node): No need to check for
6853         Info-current-file nil.
6854         (Info-set-mode-line, Info-up, Info-copy-current-node-name):
6855         Info-current-file is now never `t'.
6856         (Info-fontify-node): Many simplifications due to Info-current-file
6857         always being valid.  Use Info-find-file to find node filename.
6859 2005-11-25  David Kastrup  <dak@gnu.org>
6861         * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
6862         new character, then delete" in order to preserve markers.
6864 2005-11-25  David Ponce  <david@dponce.com>
6866         * recentf.el (recentf-arrange-by-rule): Handle a special
6867         `auto-mode-alist'-like "strip suffix" rule.
6868         (recentf-build-mode-rules): Handle second level auto-mode entries.
6870 2005-11-25  Michael Kifer  <kifer@cs.stonybrook.edu>
6872         * viper-keym.el (viper-ESC-key): Use different values in terminal and
6873         window modes.
6875         * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
6876         jde-javadoc-checker-report-mode.
6878         * ediff-wind (ediff-make-wide-display): Slight simplification.
6880         * ediff.el (ediff-date): Change the date of last update.
6882 2005-11-24  Chong Yidong  <cyd@stupidchicken.com>
6884         * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
6885         Use define-minor-mode, and make it a local mode.  Turn on font-lock.
6886         (hi-lock-mode): New global minor mode.
6887         (turn-on-hi-lock-if-enabled): New function.
6888         (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
6889         Change arguments to regexp and face instead of a font-lock pattern.
6890         Directly set face property, instead of refontifying.
6891         (hi-lock-font-lock-hook): Check if font-lock is being turned on.
6892         (hi-lock-find-patterns): Use line-number-at-pos.
6894         (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode.  Use new
6895         arguments for hi-lock-set-pattern.
6896         (hi-lock-unface-buffer, hi-lock-set-file-patterns):
6897         Call font-lock-fontify-buffer.
6898         (hi-lock-find-file-hook, hi-lock-current-line)
6899         (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
6901         (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
6902         turned off.
6904         * progmodes/compile.el (compilation-setup): Don't fiddle with
6905         font-lock-defaults.
6907 2005-11-25  Nick Roberts  <nickrob@snap.net.nz>
6909         * progmodes/gdb-ui.el (gdb-var-create-handler)
6910         (gdb-var-list-children-handler): Find values for all variable
6911         objects.  gud-speedbar-buttons decides whether to display them.
6913 2005-11-24  Romain Francoise  <romain@orebokech.com>
6915         * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
6916         buffer name with a space.
6918 2005-11-24  Carsten Dominik  <dominik@science.uva.nl>
6920         * textmodes/org.el (org-export-plain-list-max-depth): Rename from
6921         `org-export-local-list-max-depth'.  Change default value to 3.
6922         (org-auto-renumber-ordered-lists)
6923         (org-plain-list-ordered-item-terminator): New options.
6924         (org-at-item-p, org-beginning-of-item, org-end-of-item)
6925         (org-get-indentation, org-get-string-indentation)
6926         (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
6927         New functions.
6928         (org-move-item-down, org-move-item-up): New commands.
6929         (org-export-as-html): New classes for CSS support.  Bug fix in
6930         regular expression detecting fixed-width regions.  Respect
6931         `org-local-list-ordered-item-terminator'.
6932         (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
6933         also a list item.
6934         (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
6935         New item moving functions.
6937 2005-11-24  Juri Linkov  <juri@jurta.org>
6939         * isearch.el (isearch-repeat): With empty search ring set
6940         `isearch-error' to the error string instead of signaling error
6941         with the function `error'.
6943 2005-11-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6945         * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
6947 2005-11-24  Nick Roberts  <nickrob@snap.net.nz>
6949         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
6950         and variable.
6951         (gdb-var-create-handler, gdb-var-list-children-handler):
6952         Don't match on "char **...".
6953         (gdb-var-update-handler): Find values for all variable objects.
6954         (gdb-info-frames-custom): Identify frames by leading "#".
6956         * progmodes/gud.el (gud-speedbar-menu-items): Add
6957         gdb-speedbar-auto-raise as radio button.
6958         (gud-speedbar-buttons): Raise speedbar if requested.
6959         Don't match on "char **...".
6960         (gud-speedbar-buttons): Add (pointer) value for non-leaves.
6961         Make it editable.
6963 2005-11-23  Chong Yidong  <cyd@stupidchicken.com>
6965         * info.el (Info-fontify-node): Handle the case where
6966         Info-current-file is t.
6968 2005-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6970         * simple.el (blink-matching-open): Fix off-by-one in last change.
6972 2005-11-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6974         * term/mac-win.el: Don't change default directory.
6976 2005-11-22  Luc Teirlinck  <teirllm@auburn.edu>
6978         * cus-edit.el (Custom-reset-standard): Make it handle Custom group
6979         buffers correctly.  (It used to throw an error in such buffers.)
6980         Make it ask for confirmation in group buffers and other Custom
6981         buffers containing more than one customization item.
6983 2005-11-22  John Paul Wallington  <jpw@gnu.org>
6985         * net/goto-addr.el (goto-address-fontify): Put `follow-link'
6986         property on mail and url overlays.
6987         (goto-address-at-point): Use `posn-set-point' instead of
6988         `mouse-set-point' because the latter is not fbound when configured
6989         without X.
6991 2005-11-22  Lars Hansen  <larsh@soem.dk>
6993         * ls-lisp.el (ls-lisp-parse-symlink): Delete.
6994         (ls-lisp-classify, ls-lisp-format): Delete call to
6995         ls-lisp-parse-symlink.
6996         (ls-lisp-handle-switches): Handle symlinks to directories as
6997         directories when ls-lisp-dirs-first in non-nil.
6999 2005-11-21  Luc Teirlinck  <teirllm@auburn.edu>
7001         * startup.el (command-line): Make sure that loaddefs.el is handled
7002         correctly in load-history.
7004 2005-11-22  Nick Roberts  <nickrob@snap.net.nz>
7006         * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
7007         (gdb-struct-string, gdb-array-string): New constants.
7008         (gdb-info-locals-handler): Use them.
7009         (gdb-reset): Reset gdb-var-list to nil.
7011 2005-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7013         * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
7014         in patterns.
7016 2005-11-21  Juri Linkov  <juri@jurta.org>
7018         * custom.el (defcustom): Update link types in docstring.
7020 2005-11-20  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
7022         * custom.el (defgroup): Add doc-string-elt info.
7024         * widget.el (define-widget): Don't use declare for the doc-string-elt.
7026 2005-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7028         * newcomment.el (comment-enter-backward): Fix last fix.
7030         * simple.el (blink-matching-open):
7031         * paren.el (show-paren-function): Allow new paren-class info.
7033 2005-11-20  Chong Yidong  <cyd@stupidchicken.com>
7035         * faces.el: Revert 2005-11-17 change.  :ignore-defface is now
7036         handled automagically.
7038 2005-11-20  Andreas Schwab  <schwab@suse.de>
7040         * descr-text.el (describe-char): When copying overlays put them
7041         over the full char description instead of just the first character
7042         of it.
7044 2005-11-20  Juri Linkov  <juri@jurta.org>
7046         * simple.el (what-cursor-position):
7047         * descr-text.el (describe-char): Use Lisp-readable syntax
7048         for octal and hex.  Reorder decimal, octal and hex values.
7049         Remove excess whitespace in the output.  Use `=' in `column='
7050         like in `point=' and `Hscroll='.
7052         * international/mule-cmds.el (encoded-string-description):
7053         Use Lisp-readable syntax for hex.
7055 2005-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7057         * newcomment.el (comment-enter-backward): Handle the case where the
7058         comment is closed by EOB.
7060 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
7062         * longlines.el (longlines-before-revert-hook)
7063         (longlines-after-revert-hook): New functions.
7064         (longlines-mode): Turn off longlines temporarily when reverting.
7065         Add a message-setup-hook.
7066         (longlines-decode-buffer): New function.
7067         (longlines-wrap-line): Preserve marker positions.
7069 2005-11-19  Andreas Schwab  <schwab@suse.de>
7071         * emacs-lisp/shadow.el: Handle compressed files.
7073 2005-11-19  Romain Francoise  <romain@orebokech.com>
7075         * net/browse-url.el (browse-url-default-browser): Signal an error
7076         if no usable browser can be found, rather than try to load w3.
7078 2005-11-16  Ryan Yeske  <rcyeske@gmail.com>
7080         * net/rcirc.el (rcirc-mangle-text): Add bold face property without
7081         replacing existing properties.
7082         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
7083         (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
7084         tty specs.
7085         (rcirc-server-prefix, rcirc-server): New faces.
7086         (rcirc-url-regexp): Generate with rx macro.
7087         (rcirc-last-server-message-time): New variable.
7088         (rcirc-filter): Record time of last message.
7089         (rcirc-keepalive): Kill processes that did not send a message
7090         since the last ping.
7091         (rcirc-mode): Give rcirc-topic a local binding here.
7093 2005-11-19  Michael Cadilhac  <michael.cadilhac@lrde.org>  (tiny change)
7095         * subr.el (read-passwd): Fontify the prompt as we do with other
7096         prompts.
7098 2005-11-19  Ryan Yeske  <rcyeske@gmail.com>
7100         * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
7101         binding buffer-read-only to nil.
7103 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
7105         * complete.el (partial-completion-mode):
7106         Mention completion-auto-help in the doc string.
7108         * man.el (Man-highlight-references): Doc fix.  Reformat code in a
7109         more Lisp-ish way.
7111 2005-11-19  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
7113         * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
7114         digits, not 8, to avoid misalignment for files larger than 100MB.
7116 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
7118         * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
7119         Mention "keyboard shortcuts" in the help text.
7121 2005-11-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7123         * startup.el (fancy-splash-default-action): Discard only
7124         mouse-down and succeeding mouse-up events in the splash screen
7125         window so that drag-n-drop event can be processed.
7127 2005-11-18  Chong Yidong  <cyd@stupidchicken.com>
7129         * longlines.el (longlines-mode): Add hacks for mail-mode and
7130         message-mode.
7132 2005-11-18  Carsten Dominik  <dominik@science.uva.nl>
7134         * textmodes/org.el (org-table-sort-lines): New command.
7135         (org-tbl-menu): Add entry for `org-table-sort-lines'.
7136         (org-add-file): Command removed, use `org-agenda-file-to-front'
7137         instead.
7138         (org-export-icalendar): Use `org-icalendar-combined-name'.
7139         (org-cycle-agenda-files, org-agenda-file-to-end)
7140         (org-agenda-file-to-front): New commands.
7141         (org-table-tab-jumps-over-hlines, org-export-html-style):
7142         New options.
7143         (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
7144         (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
7145         New functions.
7146         (org-fill-paragraph): Call `org-table-align' in tables.
7147         (org-mode): Call `org-set-autofill-regexps'.
7148         (org-export-as-html): Support for local handformatted lists.
7149         Modified to produce valid HTML 4.0.  Use `org-export-html-style'.
7150         (org-export-local-list-max-depth): New option.
7151         (org-html-expand): Use `org-html-protect'.
7153 2005-11-18  Nick Roberts  <nickrob@snap.net.nz>
7155         * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
7156         to "p".
7157         (gdb): Move definition of gud-pp to...
7159         * progmodes/gdb-ui.el (gdb-ann3): ...here.  Make it work in the
7160         speedbar.
7161         (gdb-find-watch-expression): New function.
7163 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
7165         * faces.el (face-attribute, set-face-attribute): Mention existence
7166         of `:ignore-defface' setting in docstring.
7168 2005-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7170         * simple.el (completion-setup-function): Fix last change.
7172 2005-11-17  John Paul Wallington  <jpw@pobox.com>
7174         * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
7175         Use `posn-set-point' instead of `mouse-set-point' because the
7176         latter is not fbound when configured without X.
7178         * comint.el (comint-insert-input): Likewise.
7180 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
7182         * simple.el (hard-newline): New variable.
7183         (sendmail-user-agent-compose, next-line): Use it.
7185         * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
7186         (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
7187         (mail-mail-reply-to, mail-mail-followup-to)
7188         (mail-position-on-field, mail-signature, mail-yank-original)
7189         (mail-attach-file): Likewise.
7191         * mail/mailheader.el (mail-header-format)
7192         (mail-header-format-function): Likewise.
7194         * add-log.el (add-change-log-entry, change-log-merge): Likewise.
7196 2005-11-17  Juri Linkov  <juri@jurta.org>
7198         * font-lock.el (font-lock-faces): Rename this defgroup from
7199         `font-lock-highlighting-faces'.
7200         (font-lock-comment-face, font-lock-comment-delimiter-face)
7201         (font-lock-string-face, font-lock-doc-face)
7202         (font-lock-keyword-face, font-lock-builtin-face)
7203         (font-lock-function-name-face, font-lock-variable-name-face)
7204         (font-lock-type-face, font-lock-constant-face)
7205         (font-lock-warning-face, font-lock-negation-char-face)
7206         (font-lock-preprocessor-face)
7207         (font-lock-regexp-grouping-backslash)
7208         (font-lock-regexp-grouping-construct): Rename :group from
7209         `font-lock-highlighting-faces' to `font-lock-faces'.
7211         * cus-edit.el (lisp, c, tex):
7212         * progmodes/ada-mode.el (ada):
7213         * progmodes/asm-mode.el (asm):
7214         * progmodes/cperl-mode.el (cperl-faces):
7215         * progmodes/cpp.el (cpp):
7216         * progmodes/dcl-mode.el (dcl):
7217         * progmodes/f90.el (f90):
7218         * progmodes/fortran.el (fortran):
7219         * progmodes/icon.el (icon):
7220         * progmodes/idlwave.el (idlwave-misc):
7221         * progmodes/m4-mode.el (m4):
7222         * progmodes/make-mode.el (makefile):
7223         * progmodes/meta-mode.el (meta-font):
7224         * progmodes/modula2.el (modula2):
7225         * progmodes/octave-mod.el (octave):
7226         * progmodes/pascal.el (pascal):
7227         * progmodes/perl-mode.el (perl):
7228         * progmodes/prolog.el (prolog):
7229         * progmodes/ps-mode.el (PostScript-edit):
7230         * progmodes/scheme.el (scheme):
7231         * progmodes/sh-script.el (sh-script):
7232         * progmodes/simula.el (simula):
7233         * progmodes/tcl.el (tcl):
7234         * textmodes/nroff-mode.el (nroff):
7235         * textmodes/reftex-vars.el (reftex-fontification-configurations):
7236         * textmodes/sgml-mode.el (sgml):
7237         * textmodes/texinfo.el (texinfo):
7238         Add :link (custom-group-link font-lock-faces) to defgroup.
7240         * hi-lock.el (hi-lock): Rename this defgroup from
7241         `hi-lock-interactive-text-highlighting'.  Change parent group from
7242         `faces' to `font-lock'.  Add link to the manual.
7243         (hi-lock-mode, hi-lock-file-patterns-range)
7244         (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
7245         `hi-lock-interactive-text-highlighting' to `hi-lock'.
7246         (hi-lock-faces): Add :group `faces'.
7248         * cus-edit.el (custom-variable-prompt): Clarify the code.
7250         * faces.el (face-read-string): Set the default value arg of
7251         completing-read.
7253 2005-11-16  Luc Teirlinck  <teirllm@auburn.edu>
7255         * rfn-eshadow.el (file-name-shadow-properties)
7256         (file-name-shadow-tty-properties, file-name-shadow-mode):
7257         Remove autoloads, because the file is now preloaded.
7259 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7261         * printing.el (easy-menu-intern): Don't define.
7262         (pr-get-symbol): Use easy-menu-intern only if defined.
7264         * simple.el (blink-matching-open): Simplify a bit.
7265         (completion-setup-function): Fix the case of partial-completion-mode
7266         when the minibuffer's contents start with "-".
7267         Obey completion-base-size-function even when
7268         minibuffer-completing-file-name is non-nil.
7270 2005-11-16  Richard M. Stallman  <rms@gnu.org>
7272         * net/eudcb-ph.el (eudc-ph-open-session):
7273         Use set-process-query-on-exit-flag.
7275         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
7277         * international/ucs-tables.el (ucs-set-table-for-input):
7278         Use make-local-variable, not make-variable-buffer-local.
7280         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
7281         Improve warning message text.
7283         * savehist.el (savehist-save-hook): Add :group.
7285         * menu-bar.el (menu-bar-help-menu):
7286         Rename Find Extra Packages to External Packages.
7288         * cus-edit.el (Custom-reset-standard): Verify that
7289         :custom-standard-value prop exists before calling it.
7291         * apropos.el (apropos-calc-scores): Use apropos-pattern.
7293 2005-11-16  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
7295         * wid-edit.el (color): Enclose %t in %{...%}.
7297         * cus-edit.el (face): Enclose %t in %{...%}.
7299 2005-11-16  Hrvoje Niksic  <hniksic@xemacs.org>
7301         * savehist.el (savehist-mode-hook): Re-add the var.
7302         (savehist-mode): Use it.
7304 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7306         * textmodes/flyspell.el: Fix commenting convention.
7307         Remove unnecessary leading * in custom docstrings.
7308         (flyspell-emacs): Remove unused var.
7309         (flyspell-delete-region-overlays): Use remove-overlays.
7310         (flyspell-accept-buffer-local-defs): Use save-current-buffer.
7311         (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
7312         (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
7313         (flyspell-debug-signal-word-checked): Use with-current-buffer.
7314         (make-flyspell-overlay): Don't locally reuse a global name.
7315         (flyspell-highlight-incorrect-region)
7316         (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
7317         (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
7318         (flyspell-notify-misspell): Remove unused args `start' and `end'.
7319         (flyspell-word): Adjust call accordingly.  Use ispell-send-string.
7320         Wrap calls to accept-process-output inside with-local-quit since it's
7321         often called from a post-command-hook.
7322         (flyspell-correct-word, flyspell-auto-correct-word):
7323         Use ispell-send-string.
7324         (flyspell-xemacs-popup): Remove unused arg `event'.  Update call.
7326         * calendar/diary-lib.el (diary-list-entries): Also hide the
7327         terminating newline.
7329 2005-11-16  Carsten Dominik  <dominik@science.uva.nl>
7331         * textmodes/reftex.el (reftex-use-fonts): Remove the check for
7332         window-system, to allow fonts on tty.
7334 2005-11-17  Nick Roberts  <nickrob@snap.net.nz>
7336         * progmodes/gud.el (gud-speedbar-item-info): New function.
7337         (gud-install-speedbar-variables): Use it to display data type
7338         of watch expression as a tooltip in speedbar.
7340 2005-11-15  Luc Teirlinck  <teirllm@auburn.edu>
7342         * font-core.el (global-font-lock-mode): Add :version keyword,
7343         because default was changed.
7345         * jka-cmpr-hook.el (auto-compression-mode): Ditto.
7347         * startup.el (command-line): Use `custom-reevaluate-setting' for
7348         `file-name-shadow-mode'.
7350         * loadup.el: Preload rfn-eshadow.
7352         * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
7353         Add :version keyword.
7354         (file-name-shadow-properties, file-name-shadow-tty-properties)
7355         (file-name-shadow): Add :version keyword.
7357         * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
7358         instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
7359         in the custom-group property of the symbol frames and the fringe
7360         group got no link to its parent group frames.
7361         Doc fix.
7363 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
7365         * progmodes/gud.el (gud-stop-subjob): New function.
7366         (gud-menu-map, gud-tool-bar-map): Use it.
7368 2005-11-16  Kim F. Storm  <storm@cua.dk>
7370         * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
7371         than kill it.
7372         (gud-tool-bar-map): Likewise.  Move cont/until/finish buttons
7373         to a more useful/logical place.
7375 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
7377         * progmodes/gud.el (gud-menu-map): Make visibility of stop and
7378         go buttons complementary.
7380 2005-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7382         * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
7383         (rfn-eshadow-sifn-equal): New function.
7384         (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
7386 2005-11-15  Michael Kifer  <kifer@cs.stonybrook.edu>
7388         * viper-utils.el (viper-non-word-characters-reformed-vi):
7389         Quote `-' in string.
7391         * viper.el (viper-emacs-state-mode-list): Ensure that
7392         rcirc-mode buffers come up in Emacs state.
7394         * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
7395         operation.
7397 2005-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
7399         * term.el (term-termcap-format): Fix typos.
7400         (term-down): Fix the negative argument case.
7402 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
7404         * progmodes/gdb-ui.el: Remove face-alias left over from change on
7405         2005-08-15.
7406         (gdb-ann3): New command gud-go.
7407         (menu): Accomodate gdb-mi.el.
7408         (gdb-assembler-custom): Make buffer of selected window current
7409         so that set-window-point works.
7411         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
7412         buttons and include new ones.
7414 2005-11-16  Kim F. Storm  <storm@cua.dk>
7416         * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
7417         (gud-menu-map): Use it.
7419 2005-11-14  Luc Teirlinck  <teirllm@auburn.edu>
7421         * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
7422         that works correctly for Custom and that does not override a user
7423         who disables it.
7425         * help-mode.el (help-make-xrefs, help-xref-on-pp)
7426         (help-xref-interned, help-follow): Make hyperlinks for variables
7427         that are unbound, but have a non-nil variable-documentation property.
7429         * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
7430         mode hook.  (It conflicted with defcustoms for some mode hooks.)
7431         Use the `variable-documentation' property to give the mode hook a
7432         docstring and expand that docstring.
7434 2005-11-14  Hrvoje Niksic  <hniksic@xemacs.org>
7436         * savehist.el (savehist-mode): Don't bother with
7437         `custom-set-minor-mode'.
7438         (savehist-coding-system): Check XEmacs version.
7439         (history-length): Declare also at run time.
7440         (savehist-mode): Don't emit a message.  Don't run the minor mode hook.
7441         Don't set the customize state.
7442         (savehist-minibuffer-hook): Special case for when
7443         minibuffer-history-variable is equal to t.
7445 2005-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7447         * files.el (write-file): Refresh VC status.
7449         * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
7450         (mark-diary-entries, make-diary-entry): Check default-major-mode rather
7451         than fundamental-mode to see if the mode was set.
7453 2005-11-14  Romain Francoise  <romain@orebokech.com>
7455         * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
7456         dummy function in `eval-when-compile' to avoid compiler warning.
7457         Require `man' at compile time.
7459 2005-11-14  Jay Belanger  <belanger@truman.edu>
7461         * calc-alg.el (calcFunc-write-out-power): Rename it to
7462         calcFunc-powerexpand.
7463         (math-write-out-power): Rename it to math-powerexpand; have it
7464         handle negative exponents.
7465         (calc-writeoutpower): Rename it to calc-powerexpand.
7467         * calc-ext.el: Change calcFunc-writeoutpower and
7468         calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
7469         autoloads.
7470         Add calcFunc-ldiv to autoloads.
7472         * calc-arith.el (calcFunc-ldiv): New function.
7474         * calc.el (calc-left-divide): New function.
7476 2005-11-14  Juri Linkov  <juri@jurta.org>
7478         * cus-edit.el (custom-variable-prompt): Set the default value arg
7479         of completing-read.
7481         * cus-dep.el (custom-make-dependencies): Reverse the list of
7482         found dependencies.
7484 2005-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
7486         * menu-bar.el (menu-bar-options-menu): Delete "Syntax
7487         Highlighting" entry, it is on by default now.
7488         (menu-bar-options-save): Do not save global-font-lock-mode.
7490 2005-11-13  Richard M. Stallman  <rms@gnu.org>
7492         * textmodes/flyspell.el (flyspell-large-region):
7493         Call flyspell-accept-buffer-local-defs.
7495 2005-11-13  Agustin Martin  <agustin.martin@hispalinux.es>
7497         * textmodes/flyspell.el (flyspell-notify-misspell):
7498         Fix misspelling of "Misspelling".
7499         (flyspell-process-localwords): New function.
7500         (flyspell-large-region): Call flyspell-process-localwords and
7501         flyspell-delete-region-overlays.
7502         (flyspell-delete-region-overlays): New function.
7503         (flyspell-delete-all-overlays): Call that.
7505 2005-11-13  Richard M. Stallman  <rms@gnu.org>
7507         * help.el (help-for-help-internal): Improve doc of C-h a.
7508         (describe-key): Improve prompt; doc fix.
7510 2005-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7512         * vc-svn.el (vc-svn-registered): Catch all errors.
7514         * cus-dep.el (custom-make-dependencies): Typo.
7516 2005-11-13  Michael Albinus  <michael.albinus@gmx.de>
7518         * net/tramp-util.el (top): Fix compilation warning.
7520 2005-11-13  Kim F. Storm  <storm@cua.dk>
7522         * help.el (help-for-help-internal): Fix `a' entry.  Add `d' entry.
7524 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
7526         * progmodes/gud.el (gud-menu-map): Move parentheses (again).
7527         (gud-speedbar-buttons): Match on "const char *" too.
7529         * progmodes/gdb-ui.el (gdb-var-create-handler)
7530         (gdb-var-list-children-handler): Match on "const char *" too.
7531         (gdb-var-evaluate-expression-handler): Match on empty string.
7532         (gdb-var-update-handler): Only call
7533         gdb-var-evaluate-expression-handler when required.
7535 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
7537         * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
7538         selected window.  This still doesn't work for speedbar.
7539         (gud-speedbar-buttons): Handle string expressions properly.
7541         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
7542         (gdb-var-create-handler): Handle string expressions properly.
7543         (gdb-var-list-children-regexp, gdb-var-list-children-handler):
7544         Handle string expressions properly.  Move "type" field into regexp.
7546 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
7548         * bookmark.el (bookmark-maybe-message): New function to reduce
7549         code duplication: invokes `message' iff baud-rate is high enough.
7550         (bookmark-write-file): Use above instead of an inline conditional.
7551         (bookmark-load): Same.
7553 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
7555         * bookmark.el (bookmark-write-file): Don't visit the destination
7556         file, just write the data to it using write-region.  This is
7557         similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
7558         change to avoid visiting the file in the first place.
7560 2005-11-12  Chong Yidong  <cyd@stupidchicken.com>
7562         * hi-lock.el (hi-lock-mode): Set the default value of
7563         font-lock-defaults.
7565 2005-11-11  Luc Teirlinck  <teirllm@auburn.edu>
7567         * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
7568         arg to `file-attributes'.
7569         (find-lisp-format): The UID and GID can now be strings.
7571 2005-11-12  Kim F. Storm  <storm@cua.dk>
7573         * help.el (help-map): Bind C-h d to apropos-documentation.
7575         * simple.el (what-cursor-position): Print (EOB) instead of (100%)
7576         when point is at end-of-buffer.
7578         * apropos.el (apropos-match-face): Doc fix.
7579         (apropos-sort-by-scores): Add new choice `verbose'.
7580         (apropos-documentation-sort-by-scores): New defcustom.
7581         (apropos-pattern): Now contains the pattern entered by the user.
7582         (apropos-pattern-quoted): New defvar.
7583         (apropos-regexp): New defvar, containing the regexp corresponding
7584         to apropos-pattern.
7585         (apropos-all-words-regexp): Rename from apropos-all-regexp.
7586         (apropos-read-pattern): New defun.  Use it to read pattern arg in
7587         interactive calls; returns list of words for a word list, and
7588         string for a regexp.
7589         (apropos-parse-pattern): Rename from apropos-rewrite-regexp.  Now
7590         parses a list of words or regexp as returned by apropos-read-pattern.
7591         (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
7592         (apropos-score-doc): Return a very high score if the string
7593         entered by the user matches literally.
7594         (apropos-variable): Doc fix.  Use apropos-read-pattern.
7595         (apropos-command): Doc fix.  Use apropos-read-pattern and
7596         apropos-parse-pattern.  Call apropos-print with nosubst=t.
7597         (apropos, apropos-value): Doc fix.  Use apropos-read-pattern and
7598         apropos-parse-pattern.
7599         (apropos-documentation): Doc fix.  Use apropos-read-pattern and
7600         apropos-parse-pattern.  Locally bind apropos-sort-by-scores to
7601         apropos-documentation-sort-by-scores.  Call apropos-print with
7602         nosubst=t.
7603         (apropos-documentation-internal): Pass doc string through
7604         substitute-key-definition before adding text properties.
7605         Highlight substring matching literal user input if possible.
7606         (apropos-documentation-check-doc-file): Remove locals beg and end.
7607         Fix calculation of score (as added twice).  Pass doc string through
7608         substitute-key-definition before adding text properties.
7609         (apropos-documentation-check-elc-file): Pass doc string through
7610         substitute-key-definition before adding text properties.
7611         Highlight substring matching literal user input if possible.
7612         (apropos-print): Add new arg NOSUBST; if set, command and variable
7613         doc strings have already been passed through substitute-key-definition.
7614         Add code to handle apropos-accumulator items without score element
7615         for backwards compatibility (e.g. with woman package).
7616         Only show scores if apropos-sort-by-scores is `verbose'.
7618 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7620         * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
7621         Add jka-compr-load-suffixes to load-suffixes.
7623         * jka-compr.el: Require jka-cmpr-hook.
7624         (jka-compr-info-compress-message, jka-compr-info-compress-program)
7625         (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
7626         (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
7627         (jka-compr-info-can-append, jka-compr-info-strip-extension)
7628         (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
7629         (jka-compr-info-regexp): Remove.  Provided by jka-cmpr-hook.
7630         (jka-compr-uninstall): Remove entries from
7631         jka-compr-added-to-file-coding-system-alist after they are used.
7632         (jka-compr-error): Remove unused var `curbuf'.
7633         (jka-compr-file-local-copy): Remove unused var `notfound'.
7635 2005-11-10  Romain Francoise  <romain@orebokech.com>
7637         * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
7639 2005-11-11  Nick Roberts  <nickrob@snap.net.nz>
7641         * progmodes/gud.el (gud-menu-map): Move parentheses.
7642         (gdb): New command gud-pv.
7644 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7646         * tar-mode.el: Remove spurious or unnecessary leading stars
7647         in docstrings.
7648         (tar-header-block-tokenize): Also obey default-file-name-coding-system.
7649         (tar-parse-octal-integer-safe): Use mapc.
7650         (tar-header-block-summarize): Remove unused var `ck'.
7651         (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
7652         cleared before.  Obey default-enable-multibyte-characters.
7653         Use mapconcat.  Simplify setting of tar-header-offset.
7654         (tar-mode-map): Move initialization inside delcaration.
7655         (tar-flag-deleted): Use `abs'.
7656         (tar-expunge-internal): Remove unused var `line'.
7657         (tar-expunge-internal): Don't hardcode point-min==1.
7658         (tar-expunge): Widen while doing set-buffer-multibyte.
7659         (tar-rename-entry): Use file-name-coding-system.
7660         (tar-alter-one-field): Don't hardcode point-min==1.
7661         (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
7662         (tar-pad-to-blocksize): Don't hardcode point-min==1.  Clarify the code.
7664 2005-11-10  Masatake YAMATO  <jet@gyve.org>
7666         * add-log.el (add-log-current-defun): Handle class::method
7667         notation of c++.  Fix incorrect comment.
7669 2005-11-10  Alan Mackenzie  <acm@muc.de>
7671         * help-fns.el (describe-variable): Make C-h v work when a variable
7672         has variable documentation yet is unbound.
7674 2005-11-10  Masatake YAMATO  <jet@gyve.org>
7676         * man.el (Man-highlight-references): Set an empty
7677         string to `Man-arguments' if it is nil.
7678         Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
7680 2005-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7682         * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
7683         commenting conventions.
7685         * cus-dep.el (custom-make-dependencies): Simplify.
7686         Better follow the commenting conventions.
7688 2005-11-09  Richard M. Stallman  <rms@gnu.org>
7690         * apropos.el (apropos-pattern): Rename from apropos-regexp.
7691         (apropos-orig-pattern): Rename from apropos-orig-regexp.
7692         All uses changed.
7693         (apropos-rewrite-regexp): Doc fix.
7694         (apropos-variable, apropos-command, apropos, apropos-value):
7695         Change prompt; carry through the argument renaming.
7697 2005-11-09  Luc Teirlinck  <teirllm@auburn.edu>
7699         * find-lisp.el: Require dired.
7700         (find-lisp-find-dired-internal): Do not call
7701         `abbreviate-file-name' on DIR.
7703 2005-11-10  Nick Roberts  <nickrob@snap.net.nz>
7705         * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
7707 2005-11-09  Nick Roberts  <nickrob@snap.net.nz>
7709         * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
7710         when using the speedbar.
7711         (gdb): New command gud-pp.
7712         (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
7714 2005-11-09  Juri Linkov  <juri@jurta.org>
7716         * replace.el (occur-excluded-properties): New defcustom.
7717         (occur-1, occur-engine, occur-accumulate-lines): Use it.
7719 2005-11-08  Jay Belanger  <belanger@truman.edu>
7721         * calc/calc-units.el (math-convert-units): Replace any composite
7722         unit by its definition.
7724 2005-11-08  Lars Hansen  <larsh@soem.dk>
7726         * emacs-lisp/autoload.el (update-directory-autoloads):
7727         Add obsolete function alias.
7729 2005-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7731         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
7732         comment-indent-function.
7733         (lisp-comment-indent): Replace by an alias for comment-indent-default.
7735         * reveal.el (reveal-post-command): Rework the handling of
7736         reveal-open-spots, so as to be more reliable.  There were several
7737         tricky corner cases where an open spot might be lost, or where
7738         a closed spot might end up on the list of open spots.
7739         Only reveal text that's ellipsised.
7741 2005-11-07  Carsten Dominik  <dominik@science.uva.nl>
7743         * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
7745 2005-11-07  John Paul Wallington  <jpw@gnu.org>
7747         * ibuffer.el (ibuffer): Search iconified frames too when
7748         getting Ibuffer buffer's window.
7750 2005-11-06  Richard M. Stallman  <rms@gnu.org>
7752         * progmodes/compile.el (compilation-internal-error-properties):
7753         save-excursion around the computation of MARKER.
7755 2005-11-06  Piet van Oostrum  <piet@cs.uu.nl>
7757         * textmodes/flyspell.el (flyspell-external-point-words):
7758         flyspell-get-word returns a list, not just a string.
7760 2005-11-06  John Paul Wallington  <jpw@pobox.com>
7762         * ibuffer.el (ibuffer): Search all visible frames when getting
7763         Ibuffer buffer's window.
7765 2005-11-07  Masatake YAMATO  <jet@gyve.org>
7767         * man.el (Man-reference-regexp): Accept spaces between
7768         `Man-name-regexp' and `Man-section-regexp'.
7769         (Man-apropos-regexp): New variable.
7770         (Man-abstract-xref-man-page): Use value for `Man-target-string'
7771         if available.
7772         (Man-highlight-references, Man-highlight-references0):
7773         Handle the case when `Man-arguments' includes "-k".
7774         (Man-highlight-references0): Rename the argument `TARGET-POS' to
7775         `TARGET'. `TARGET' can be a number, function or nil.
7777 2005-11-06  Nick Roberts  <nickrob@snap.net.nz>
7779         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
7780         (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
7781         (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
7782         (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
7783         (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
7784         (gdb-send-item): Use buffer-local-value and simplify.
7786 2005-11-05  Luc Teirlinck  <teirllm@auburn.edu>
7788         * startup.el (command-line): Use `custom-reevaluate-setting' for
7789         `global-font-lock-mode'.
7791         * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
7792         by default, except in batch mode or when the -D option is given.
7794         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
7795         specified keyword args on to `define-minor-mode'.  Update docstring.
7797 2005-11-05  Romain Francoise  <romain@orebokech.com>
7799         * replace.el (occur-engine): Add marker at end of line, too.
7801 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
7803         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
7804         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
7805         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
7806         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
7807         argument to all these routines, so the passphrase can be managed
7808         externally and passed in to the system.
7809         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
7810         pgg-add-passphrase-to-cache function.
7812         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
7813         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
7814         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
7815         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
7816         argument to all these routines, so the passphrase can be managed
7817         externally and passed in to the system.
7818         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
7819         function.
7821 2005-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
7823         * font-lock.el: Don't deal with font-lock-face-attributes here,
7824         move the code ...
7826         * startup.el (command-line): ... here.  Use face-spec-set instead
7827         of custom-declare-face.
7829         * faces.el (face-spec-set): Reset the face if spec is not nil.
7831 2005-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7833         * newcomment.el (comment-region-internal): Box more tightly in the
7834         common case where there's no TAB in the boxed text.
7836 2005-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7838         * info.el (info-tool-bar-map): Use images prev-node, next-node and
7839         up-node.
7841 2005-11-04  Ulf Jasper  <ulf.jasper@web.de>
7843         * newsticker.el: Commentary updated.  Code formatting changed.
7844         (newsticker-version): Change to "1.9".
7845         (newsticker, newsticker-feed): Doc fix.
7846         (newsticker-url-list): Doc fix.  Add option "Weekly".
7847         (newsticker-retrieval-interval): Add option "Weekly".
7848         (newsticker-headline-processing): Doc fix.
7849         (newsticker-auto-mark-filter): Remove.
7850         (newsticker-auto-mark-filter-list): New.
7851         (newsticker-layout, newsticker-sort-method): Doc fix.
7852         (newsticker-hide-old-items-in-newsticker-buffer)
7853         (newsticker-heading-format, newsticker-item-format)
7854         (newsticker-desc-format): Doc fix.
7855         (newsticker-show-all-rss-elements): Remove.
7856         (newsticker-show-all-news-elements): New.
7857         (newsticker-faces, newsticker-ticker): Doc fix.
7858         (remove-from-invisibility-spec): Code formatting.
7859         (newsticker--process-ids): New.
7860         (newsticker-mode): Doc fix.
7861         (newsticker-mode): Change mode-line-format.
7862         (newsticker-start): Remove debug output.
7863         (newsticker-start-ticker): Doc fix.  Add autoload cookie.
7864         (newsticker-w3m-show-inline-images): Code formatting.
7865         (newsticker-next-item): Call `force-mode-line-update'.
7866         (newsticker-previous-item): Call `force-mode-line-update'.
7867         (newsticker-next-feed): Call `force-mode-line-update'.
7868         (newsticker-previous-feed): Call `force-mode-line-update'.
7869         (newsticker-mark-all-items-at-point-as-read): Code formatting.
7870         (newsticker-show-old-items): Do not show descs.
7871         (newsticker-hide-entry): Hide too much.
7872         (newsticker-hide-entry, newsticker-show-entry)
7873         (newsticker-toggle-auto-narrow-to-feed): Code formatting.
7874         (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
7875         (newsticker-toggle-auto-narrow-to-item): Code formatting.
7876         (newsticker-set-auto-narrow-to-item): Update buffer immediately.
7877         (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
7878         (newsticker-get-news): Call `force-mode-line-update'.
7879         Collect process ids.
7880         (newsticker--sentinel): Change coding system handling.
7881         Move image retrieval to new functions newsticker--get-logo-url-*.
7882         Move feed parsing to new functions newsticker--parse-*.
7883         Update list of process ids.
7884         (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
7885         (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
7886         (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
7887         (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
7888         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
7889         (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
7890         (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
7891         (newsticker--decode-coding-string): Remove.
7892         (newsticker--decode-numeric-entities): Check input.  Format code.
7893         (newsticker--remove-whitespace): Check input.
7894         (newsticker--do-forget-preformatted): Doc fix.
7895         (newsticker--decode-rfc822-date): Allow for missing time.
7896         (newsticker--update-process-ids): New.
7897         (newsticker--image-sentinel): Change comment.
7898         (newsticker--image-read): Change error message.
7899         (newsticker--imenu-goto): Doc fix.  Show headline title.
7900         (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
7901         (newsticker--buffer-do-insert-text): Clean whitespace in
7902         html-rendered headline title.  Code formatting.
7903         Call `newsticker--buffer-print-extra-elements'.
7904         (newsticker--buffer-print-extra-element): Remove.
7905         (newsticker--buffer-print-extra-elements): New.
7906         (newsticker--buffer-do-print-extra-element): New.
7907         (newsticker--buffer-insert-enclosure): Doc fix.  Use MBytes for
7908         large sizes.
7909         (newsticker--run-auto-mark-filter)
7910         (newsticker--do-run-auto-mark-filter):
7911         Use `newsticker-auto-mark-filter-list'.
7913 2005-11-04  Ryan Yeske  <rcyeske@gmail.com>
7915         * net/rcirc.el: Use split-string OMIT-NULLS argument.
7916         (rcirc-print): Force redisplay before running hooks.  Do long
7917         buffer truncation after making new text read-only.  Deal with nil
7918         text when decoding strings.  If TARGET is nil, use either the
7919         currently selected buffer, if it is an rcirc buffer and of the
7920         same process or the process buffer.
7921         (rcirc-mode): Remove header-line.  Recompute short buffer names.
7922         Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
7923         (rcirc-short-buffer-name): Add variable.
7924         (rcirc-kill-buffer-hook): Recompute short buffer names.
7925         Remove nick from private channel.
7926         (rcirc-send-input): Send command text to current-buffer.
7927         Don't clear overlay arrow here.
7928         (rcirc-short-buffer-name): Return a short buffer name.
7929         (rcirc-update-short-buffer-names, rcirc-abbreviate)
7930         (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
7931         buffer-name abbreviations.
7932         (rcirc-kill-buffer-hook-1): Split to make debugging easier.
7933         Do not touch nick-table when killing a parted channel.
7934         (rcirc-window-configuration-change): Rename from rcirc-update-activity.
7935         Clear arrow from current buffer if it is now hidden.
7936         (rcirc-current-buffer): Add variable.
7937         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
7938         (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
7939         Remove -face from names.
7940         (rcirc-update-activity-string): Print "DND" when globally ignoring
7941         activity.
7942         (rcirc-ignore-buffer-activity-flag): Rename from
7943         rcirc-ignore-channel-activity.
7944         (rcirc-ignore-all-activity-flag): Doc fix.
7945         (rcirc-channels): Remove variable.
7946         (rcirc-kill-buffer-hook):
7947         (rcirc-get-buffer-create): Add nick to private channel.
7948         (rcirc-multiline-edit-submit): Remove tabs.
7949         (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
7950         folded.
7951         (rcirc-remove-nick-channel): Bug fix.
7952         (rcirc-toggle-ignore-buffer-activity): Rename from
7953         rcirc-toggle-ignore-channel-activity.
7954         (rcirc-record-activity): Add buffers to the front of the list.
7955         (rcirc-update-activity): Remove killed buffers from list.
7956         (rcirc-process-server-response-1): Remove last argument if it is
7957         null before calling handler.
7958         (rcirc): Add "rcirc" defcustom prefix.
7959         (rcirc-prompt): Simplify default prompt.
7960         Use custom-initialize-default.
7961         (rcirc-private-chats): Remove variable.
7962         (rcirc-prompt): Change initialization.
7963         (rcirc-version): Remove function.
7964         (rcirc-id-string): Add constant.
7965         (rcirc-last-buffer): Remove variable.
7966         (rcirc-buffer-alist): Add variable.
7967         (rcirc-connect): Update variable setup.
7968         (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
7969         (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
7970         default.
7971         (rcirc-handler-generic): Trigger activity.
7972         (rcirc-send-message): Create the buffor of the target.
7973         (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
7974         (rcirc-get-buffer): Just return nil if there is no matching buffer.
7975         (rcirc-multiline-edit-cancel): Remove function.
7976         (rcirc-set-last-buffer): Remove function.
7977         (rcirc-get-any-buffer): Add function.
7978         (rcirc-join-channels): Don't print /join text.
7979         (rcirc-toggle-ignore-channel-activity): Add and update echo area
7980         messages.
7981         (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
7982         (rcirc-handler-NOTICE): Recognize CTCP responses.
7983         (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
7984         constructing TOPIC string for buffers we are not JOINed.
7985         (rcirc-handler-CTCP-response): Add handler.
7986         (rcirc-multiline-edit-submit): Restore the window-configuration
7987         before adjusting point.
7988         (rcirc): Add customization group.
7989         (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
7990         (rcirc-user-full-name, rcirc-startup-channels-alist)
7991         (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
7992         (rcirc-ignore-all-activity-flag, rcirc-time-format)
7993         (rcirc-input-ring-size, rcirc-read-only-flag)
7994         (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
7995         (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
7996         Change defvar to defcustom.
7997         (rcirc-update-prompt): Add optional ALL arg, which will update
7998         prompts in all rcirc buffers.  Regexp quote replacement text.
7999         (rcirc-fill-column): Accept frame-width as a value.
8000         (rcirc-set-changed): Add function.
8001         (rcirc-next-active-buffer): Write more meaningful messages.
8002         (rcirc-faces): Add customization group.
8003         (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
8004         (rcirc-nick-in-message-face, rcirc-prompt-face)
8005         (rcirc-mode-line-nick-face): Move into rcirc-faces group.
8006         (with-rcirc-process-buffer): Move before first usage.
8007         (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
8008         (rcirc-debug-flag): Rename from `rcirc-log-p'.
8009         (rcirc-debug): Rename from `rcirc-log'.
8010         (rcirc-format-response-string): Do not print `-' chars for a
8011         NOTICE with no sender.  Simplify output of server responses.
8013 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
8015         (rcirc-browse-url-map, rcirc-browse-url-at-point)
8016         (rcirc-browse-url-at-mouse, rcirc-mangle-text):
8017         Make urls mouse and RET clickable.
8019 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
8021         * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
8023 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
8025         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
8026         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
8027         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
8028         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
8029         argument to all these routines, so the passphrase can be managed
8030         externally and passed in to the system.
8031         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
8032         pgg-add-passphrase-to-cache function.
8034         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
8035         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
8036         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
8037         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
8038         argument to all these routines, so the passphrase can be managed
8039         externally and passed in to the system.
8040         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
8041         function.
8043 2005-11-04  Edward O'Connor  <hober0@gmail.com>  (tiny change)
8045         * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
8046         from goto-address-url-regexp.
8048 2005-11-04  Carsten Dominik  <dominik@science.uva.nl>
8050         * textmodes/org.el (org-read-date, org-goto-calendar)
8051         (org-recenter-calendar, org-agenda-goto-calendar):
8052         Temporarily clear `calendar-move-hook'.
8054 2005-11-04  Michael Kifer  <kifer@cs.stonybrook.edu>
8056         * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
8057         merging.
8059         * ediff-util.el (ediff-previous-difference): Don't skip regions that
8060         have merge clashes.
8062 2005-11-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8064         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
8065         Undo previous change.
8067         * startup.el (command-line): Use `custom-reevaluate-setting' for
8068         mouse-wheel-down-event and mouse-wheel-up-event.  Don't call
8069         tty-register-default-colors on Mac.
8071 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
8073         * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
8074         (gdb-buffer-type): Make it automatically buffer local...
8075         (gdb-get-create-buffer): ...and set it accordingly.
8076         (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
8077         actually work.
8079 2005-11-03  Dan Nicolaescu  <dann@ics.uci.edu>
8081         * font-lock.el (font-lock-warning-face): Use the more vivid red1,
8082         not red.
8084 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
8086         * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
8087         case GUD buffer is not visible.
8088         (gdb-goto-breakpoint): Try to force display in source buffer.
8089         (gdb-frame-gdb-buffer): Copy other similar functions.
8090         (gdb-restore-windows): Don't display source if not asked for.
8091         (gdb-assembler-buffer-name): Don't capitalise.
8093 2005-11-03  Richard M. Stallman  <rms@gnu.org>
8095         * wid-edit.el (key-sequence): New widget type.
8097         * simple.el (set-mark-command-repeat-pop): New variable.
8098         (set-mark-command): Only interpret plan C-@ after a pop as a pop
8099         if set-mark-command-repeat-pop is true.
8101         * info.el (Info-fontify-node): Don't display extra "see" if there
8102         already is one here.
8104         * mouse.el: Fix special handling of DEL after dragging a region:
8105         (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
8106         (mouse-region-delete-keys): Change to defcustom.  Add [backspace].
8108         * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
8110         * textmodes/ispell.el (ispell-command-loop): Change `i' description
8111         not to assume it pertains to an affix.
8113         * textmodes/flyspell.el (flyspell-post-command-hook):
8114         Bind deactivate-mark to prevent deactivation.
8116 2005-11-03  Lars Hansen  <larsh@soem.dk>
8118         * dired-x.el: Add menu bindings for dired-do-find-marked-files,
8119         dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
8120         dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
8122 2005-11-03  Romain Francoise  <romain@orebokech.com>
8124         * net/eudcb-mab.el: Now part of GNU Emacs.  Update FSF's address.
8125         Update copyright years.
8127 2005-11-03  Sam Steingold  <sds@gnu.org>
8129         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
8130         Use system-type instead of window-system because window-system is not
8131         correctly defined during loadup.
8133 2005-11-02  Mark A. Hershberger  <mah@everybody.org>
8135         * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
8136         (xml-parse-tag): Join strings separated by a comment properly.
8138 2005-11-02  Andreas Schwab  <schwab@suse.de>
8140         * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
8142 2005-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8144         * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
8145         (byte-optimize-pure-func): Quote the eval'd value.
8147         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
8148         Rename from perl-font-lock-syntactic-face-function.
8149         Change the calling convention so it can be used as a font-lock MATCHER.
8150         Do the parse-partial-sexp loop outselves.
8151         (perl-font-lock-syntactic-keywords): Use it.
8152         (perl-mode): Don't set font-lock-syntactic-face-function any more.
8154 2005-11-02  Nick Roberts  <nickrob@snap.net.nz>
8156         * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
8157         disassembly buffer too.
8158         (gdb-exited): Remove overlay arrows when execution has finished.
8159         (gdb-info-frames-custom, gdb-info-threads-custom)
8160         (gdb-info-registers-custom): Don't add inappropriate text
8161         properties if inferior is not active.
8163 2005-11-02  Glenn Morris  <rgm@gnu.org>
8165         * progmodes/fortran.el (fortran-blink-match):
8166         Use `blink-matching-delay'.
8168 2005-11-02  John Mongan  <jmongan@mccammon.ucsd.edu>  (tiny change)
8170         * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
8172 2005-11-02  Lars Hansen  <larsh@soem.dk>
8174         * net/tramp.el (tramp-action-out-of-band): Handle scp message
8175         "Permission denied".
8177 2005-11-01  Richard M. Stallman  <rms@gnu.org>
8179         * textmodes/flyspell.el (flyspell-external-point-words):
8180         Pass nil to flyspell-get-word.
8182 2005-11-02  Kim F. Storm  <storm@cua.dk>
8184         * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
8185         item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
8187 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8189         * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
8190         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
8191         (calendar-mouse-print-dates): Add optional `event' argument.
8192         Update interactive-spec.
8193         (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
8194         Use `calendar-event-to-date' instead of `event'.
8196 2005-11-02  Masatake YAMATO  <jet@gyve.org>
8198         * progmodes/ld-script.el (ld-script-builtins):
8199         Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
8200         "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
8201         (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
8203 2005-11-01  Romain Francoise  <romain@orebokech.com>
8205         * vc-sccs.el: Update copyright year.
8206         * ezimage.el: Likewise.
8208 2005-11-01  KOBAYASHI Yasuhiro  <kobayays@otsukakj.co.jp>  (tiny change)
8210         * info.el (Info-fontify-node): Use `string-width' for fontifying
8211         underlined titles.
8213 2005-11-01  Juri Linkov  <juri@jurta.org>
8215         * info.el (Info-fontify-node): Downcase node header keywords Node,
8216         Prev, Next, Up before comparison.
8217         (Info-history): Insert absolute directory name, and put invisible
8218         property on it.
8220 2005-11-01  Juri Linkov  <juri@jurta.org>
8222         * info.el (Info-file-supports-index-cookies): New variable.
8223         (Info-find-node-2): Check makeinfo version for index cookie support.
8224         (Info-index-nodes): Search for nodes with index cookies only when
8225         Info-file-supports-index-cookies is t.  Otherwise, search nodes
8226         with "Index" in the node name.
8227         (Info-index-node): Search index cookie in the current node only when
8228         Info-file-supports-index-cookies is t.  Otherwise, check the word
8229         "Index" in the node name.
8230         (Info-find-emacs-command-nodes): Remove code that searches nodes
8231         with "Index" node name in the top menu.
8233 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8235         * progmodes/scheme.el (scheme-mode-variables): Use the default
8236         comment-indent-function.
8238         * faces.el (face-attribute): Handle the case where a face inherits from
8239         a non-existent face.
8241         * simple.el (eval-expression-print-format): Use lisp-readable syntax
8242         for octal and hexa output, and merge the char into the paren.
8243         (kill-new): Use push.
8244         (copy-to-buffer): Use with-current-buffer.
8245         (completion-setup-function): Move code in loop to remove redundancy.
8246         (minibuffer-local-must-match-map): Don't add bindings that duplicate
8247         those inherited from minibuffer-local-completion-map.
8249         * savehist.el (savehist-mode) <defcustom>:
8250         Use custom-set-minor-mode if available.
8251         (savehist-mode) <defun>: Run the minor mode hook, set the custom state
8252         and emit a message if applicable.
8254 2005-11-01  Hrvoje Niksic  <hniksic@xemacs.org>
8256         * savehist.el: Sync up to version 19.
8257         (savehist-mode): New minor mode.
8258         (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
8259         (savehist-length): Remove (use history-length instead).
8260         (savehist-file-modes): Rename from savehist-modes.
8261         (savehist-save-hook, savehist-loaded): New vars.
8262         (savehist-load): Use savehist-mode.  Try to smooth up transition from
8263         old format to new format.
8264         (savehist-install): Allow savehist-autosave-interval to be nil.
8265         (savehist-save): Run the new hook.  Be more careful to only trim the
8266         history variables.
8267         (savehist-trim-history): New fun.  Replaces savehist-process-for-saving.
8268         (savehist-printable): Print into a buffer rather than char-by-char.
8270 2005-11-01  John Wiegley  <johnw@newartisans.com>
8272         * iswitchb.el (iswitchb-define-mode-map): Re-enable the
8273         toggle-ignore keybinding (C-a).  The author said it had been
8274         disabled much earlier due to a possible incompatibility, but after
8275         many months of usage I have encountered no problems (and it is a
8276         rather useful option, especially for switching to " *temp*").
8278         * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
8279         support for OS/X's AddressBook, by calling out to the open source
8280         program "contacts" (installable through Fink).
8282         * net/eudc.el (eudc-expand-inline): If the
8283         `eudc-multiple-match-handling-method' is set to `all', delete the
8284         query string before inserting the query result.
8286         * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
8287         flag, to prevent Eshell from using the system ls when
8288         `eshell-ls-insert-directory' is in used.
8289         (eshell-ls-insert-directory): Disable font-lock in directory
8290         buffer so that Eshell's own fontification is seen.  This broke
8291         recently due to changes in font-lock, so this goes back to version
8292         21 behavior.
8294 2005-11-01  Nick Roberts  <nickrob@snap.net.nz>
8296         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
8297         (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
8298         (gdb-many-windows): Doc fix.
8300 2005-10-31  Romain Francoise  <romain@orebokech.com>
8302         * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
8304 2005-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
8306         * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
8307         that global-font-lock-mode can be enabled by default.
8309         * font-lock.el (font-lock-keywords, font-lock-mode-internal)
8310         (font-lock-add-keywords, font-lock-remove-keywords)
8311         (font-lock-fontify-buffer): Remove autoload cookies.
8313         * jit-lock.el (jit-lock-register): Likewise.
8315         * emacs-lisp/syntax.el (syntax-ppss): Likewise.
8317 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
8319         * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
8320         intact if there is no gud-comint-buffer.
8322 2005-10-31  Luc Teirlinck  <teirllm@auburn.edu>
8324         * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
8325         old prompt comint-prompt-read-only is t and GDB commands are
8326         issued from tool bar etc.
8328 2005-10-31  Masatake YAMATO  <jet@gyve.org>
8330         * vc.el (vc-directory-exclusion-list): Add "{arch}".
8332 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
8334         * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
8335         (thumbs-thumbsdir): Make .emacs.d if it does not exist.
8337 2005-10-30  Michael Albinus  <michael.albinus@gmx.de>
8339         * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
8340         starting at beginning of line.  Fontification is messed up when
8341         `open-paren-in-column-0-is-defun-start' set to t.
8342         Reported by John Paul Wallington <jpw@pobox.com>.
8344 2005-10-30  Luc Teirlinck  <teirllm@auburn.edu>
8346         * comint.el (comint-send-input): Call `comint-update-fence' when
8347         `comint-process-echoes' and `comint-prompt-read-only' are both
8348         non-nil, to avoid leftover read-only newline.
8350 2005-10-30  Richard M. Stallman  <rms@gnu.org>
8352         * textmodes/flyspell.el (flyspell-external-point-words):
8353         Detect when WORD can't be checked properly because
8354         flyspell-get-word finds just part of it, and move on.
8356         * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
8357         boundarychar for Polish.
8358         (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
8359         (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
8361 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
8363         * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
8364         (gdb-registers-font-lock-keywords): Delete.
8365         (gdb-registers-mode): Don't fontify.
8366         (gdb-info-registers-custom): Use text properties instead as, in
8367         future, changed register values will use font-lock-warning-face.
8368         (gdb-local-font-lock-keywords): Rename to...
8369         (gdb-locals-font-lock-keywords): ...for consistency.
8371 2005-10-30  Andre Spiegel  <spiegel@gnu.org>
8373         * vc.el (vc-switch-backend): Better error message if the buffer is
8374         not visiting a file under version control.
8376         * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
8378 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
8380         * startup.el (command-line): Use ~/.emacs.d/init.el instead of
8381         ~/.emacs.d/.emacs.
8383 2005-10-29  Richard M. Stallman  <rms@gnu.org>
8385         * replace.el (occur-mode-mouse-goto): Always go to other window.
8386         (occur-mode-goto-occurrence): Always switch in same window.
8388         * simple.el (undo): Display message at end, not at start.
8390         * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
8391         New arg REUSE-CELL.
8392         (cancel-timer-internal): New function.
8393         (timer-event-handler): Use cancel-timer-internal,
8394         and pass the cell it returns to timer-activate...
8396         * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
8397         (jit-lock-deferred-fontify, jit-lock-context-fontify)
8398         (jit-lock-after-change): Test memory-full.
8400 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
8402         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
8403         part of the decoded armor to find the key-identifier.
8404         (pgg-gpg-lookup-key-owner): New function to return the
8405         human-readable identifier of a key owner.
8406         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
8407         key itself.
8408         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
8409         the key value) if we have a key and can match it against a secret
8410         key.  Also, added a note pointing out fact that the prompt only
8411         indicates the first matching key.
8413         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
8414         pgg-decrypt-region.
8415         (pgg-pending-timers): A new hash for tracking the passphrase cache
8416         timers, so that new ones supercede old ones.
8417         (pgg-add-passphrase-to-cache): Rename from
8418         `pgg-add-passphrase-cache' to reduce confusion (all callers
8419         changed).  Modified to cancel old timers when new ones are added.
8420         (pgg-remove-passphrase-from-cache): Rename from
8421         `pgg-remove-passphrase-cache' to reduce confusion (all callers
8422         changed).  Modified to cancel old timers when their keys are
8423         removed from the cache.
8424         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
8425         XEmacs, an indirection to delete-itimer.
8426         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
8427         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
8428         users can only check cache without risk of prompting.  Correct bug in
8429         notruncate behavior.
8430         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
8431         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
8432         Add informative docstrings.
8433         (pgg-decrypt): Convey provided passphrase in subordinate call to
8434         pgg-decrypt-region.
8436         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
8437         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
8438         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
8439         `passphrase' argument, so the passphrase can be managed externally
8440         and then passed in to the system.
8442         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
8443         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
8444         so the passphrase cache can be used reliably with identifiers
8445         besides a pgp packet's key id.
8447         * pgg-gpg.el (pgg-pgp-encrypt-region)
8448         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
8449         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
8450         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
8451         argument to all these routines, so the passphrase can be managed
8452         externally and passed in to the system.
8454         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
8455         `notruncate' argument, so the passphrase cache can be used
8456         reliably with identifiers besides a pgp packet's key id.
8458 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
8460         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
8461         symmetric encryption.
8462         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
8463         encrypted session key.
8464         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
8465         message ask for the passphrase in a proper way.
8467         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
8468         New user commands for symmetric encryption.
8470 2005-10-29  Roland Winkler  <roland.winkler@physik.uni-erlangen.de>
8472         * textmodes/conf-mode.el (conf-assignment-sign)
8473         (conf-assignment-regexp): Fix docstrings.
8474         (conf-mode-initialize): New function.
8475         (conf-mode): Remove optional args.  Use delay-mode-hooks to
8476         recognize recursive calls.
8477         (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
8478         (conf-space-mode, conf-colon-mode, conf-ppd-mode)
8479         (conf-xdefaults-mode): Use define-derived-mode and
8480         conf-mode-initialize.
8482 2005-10-29  Romain Francoise  <romain@orebokech.com>
8484         * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
8486 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
8488         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
8489         part of the decoded armor to find the key-identifier.
8490         (pgg-gpg-lookup-key-owner): New function to return the
8491         human-readable identifier of a key owner.
8492         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
8493         key itself.
8494         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
8495         the key value) if we have a key and can match it against a secret
8496         key.  Also, added a note pointing out fact that the prompt only
8497         indicates the first matching key.
8499         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
8500         pgg-decrypt-region.
8501         (pgg-pending-timers): A new hash for tracking the passphrase cache
8502         timers, so that new ones supercede old ones.
8503         (pgg-add-passphrase-to-cache): Rename from
8504         `pgg-add-passphrase-cache' to reduce confusion (all callers
8505         changed).  Modified to cancel old timers when new ones are added.
8506         (pgg-remove-passphrase-from-cache): Rename from
8507         `pgg-remove-passphrase-cache' to reduce confusion (all callers
8508         changed).  Modified to cancel old timers when their keys are
8509         removed from the cache.
8510         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
8511         XEmacs, an indirection to delete-itimer.
8512         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
8513         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
8514         users can only check cache without risk of prompting.  Correct bug in
8515         notruncate behavior.
8516         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
8517         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
8518         Add informative docstrings.
8519         (pgg-decrypt): Convey provided passphrase in subordinate call to
8520         pgg-decrypt-region.
8522 2005-10-20  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
8524         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
8525         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
8526         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
8527         `passphrase' argument, so the passphrase can be managed externally
8528         and then passed in to the system.
8530         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
8531         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
8532         so the passphrase cache can be used reliably with identifiers
8533         besides a pgp packet's key id.
8535         * pgg-gpg.el (pgg-pgp-encrypt-region)
8536         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
8537         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
8538         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
8539         argument to all these routines, so the passphrase can be managed
8540         externally and passed in to the system.
8542         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
8543         `notruncate' argument, so the passphrase cache can be used
8544         reliably with identifiers besides a pgp packet's key id.
8546 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
8548         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
8549         symmetric encryption.
8550         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
8551         encrypted session key.
8552         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
8553         message ask for the passphrase in a proper way.
8555         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
8556         New user commands for symmetric encryption.
8558 2005-10-28  Bill Wohler  <wohler@newt.com>
8560         * help-mode.el (help-url): New button type.  Calls browse-url.
8561         (help-xref-url-regexp): New regexp to recognize URLs in docstring.
8562         Similar to Info nodes: URL `url'.
8563         (help-make-xrefs): Create help-url buttons for
8564         help-xref-url-regexp matches.
8566 2005-10-29  Nick Roberts  <nickrob@snap.net.nz>
8568         * tool-bar.el (tool-bar-add-item-from-menu)
8569         (tool-bar-local-item-from-menu): Fix doc strings.
8571 2005-10-28  Romain Francoise  <romain@orebokech.com>
8573         * ldefs-boot.el: Update.
8575         * subr.el (locate-library): Move from help-fns.el.
8576         * help-fns.el (locate-library): Move to subr.el.
8578 2005-10-28  Richard M. Stallman  <rms@gnu.org>
8580         * net/tramp.el (tramp-completion-mode): defvar moved up.
8582         * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
8584         * tool-bar.el (tool-bar-mode): Delete autoload cookie.
8586         * files.el (find-file-noselect): Use %d to format large file size.
8588         * bindings.el (mode-line-format): Add %e.
8590         * loadup.el ("facemenu"): Load unconditionally.
8591         ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
8592         ("x-dnd"): Load, when appropriate.
8594         * startup.el (command-line): Call before-init-hook earlier.
8595         Warn about some bad characters in -u user name.
8597         * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
8598         (flyspell-external-point-words): Error if misspelled word is not found.
8599         Set flyspell-large-region-beg at end of word.
8601 2005-10-28  Andreas Schwab  <schwab@suse.de>
8603         * view.el (View-revert-buffer-scroll-page-forward):
8604         Use view-page-size-default.
8606 2005-10-28  Juri Linkov  <juri@jurta.org>
8608         * international/quail.el (quail-get-current-str): Translate last
8609         raw character for deterministic input methods.
8611 2005-10-27  Jay Belanger  <belanger@truman.edu>
8613         * calc/calc-ext.el: Add functions to autoloads.
8614         (math-identity-matrix-p, math-ident-row-p): New functions.
8616         * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
8617         multiplication by an identity matrix; don't turn multiplication by
8618         an inverse matrix into division.
8619         (math-div-symbol-fancy): Replace division by matrices with
8620         multiplication by inverse.
8622         * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
8624         * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
8625         (calc-writeoutpower): New functions.
8627 2005-10-27  Romain Francoise  <romain@orebokech.com>
8629         * replace.el (occur-engine): Include colon in mouse-face highlight.
8631         * dired-x.el: Change Maintainer field.
8633 2005-10-26  Chong Yidong  <cyd@stupidchicken.com>
8635         * longlines.el (longlines-mode): Bind after-change-functions to
8636         nil during initial decoding and final encoding.
8638 2005-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
8640         * term.el (term-emulate-terminal, term-handle-colors-array)
8641         (term-handle-ansi-escape): Specify the terminfo capabilities
8642         implemented.
8644 2005-10-26  Richard M. Stallman  <rms@gnu.org>
8646         * info.el (Info-fontify-node): Fix detection of sentence-break
8647         before *Note.
8649 2005-10-26  Romain Francoise  <romain@orebokech.com>
8651         * smerge-mode.el: Add `tools' to file keywords.
8653 2005-10-26  Nick Roberts  <nickrob@snap.net.nz>
8655         * progmodes/gud.el (gud-menu-map): Only display gud-until icon
8656         when the fringe is not available.
8658         * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
8659         (def-gdb-auto-update-trigger): Simplify construction.
8660         (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
8661         def-gdb-auto-updated-buffer as gdb-info-locals-handler is
8662         defined explicitly.
8663         (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
8664         def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
8665         defined explicitly.
8666         (gdb-info-locals-custom): Remove as it's a no-op.
8668 2005-10-25  Chong Yidong  <cyd@stupidchicken.com>
8670         * longlines.el (longlines-mode): Remove narrowing before
8671         performing the initial decoding or final encoding.
8673 2005-10-25  Romain Francoise  <romain@orebokech.com>
8675         * emacs-lisp/find-func.el (find-library-name): Also strip
8676         extension if library name ends in .el, to take advantage of
8677         `find-library-suffixes'.
8679 2005-10-25  Richard M. Stallman  <rms@gnu.org>
8681         * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
8683 2005-10-25  Juri Linkov  <juri@jurta.org>
8685         * textmodes/texinfo.el (texinfo-mode): Change charset of one
8686         quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
8688 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8690         * play/blackbox.el (blackbox-mode-map): Move init into declaration.
8691         (blackbox-redefine-key): Add argument `map'.
8693         * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
8694         regions when moving the jit-lock-context-unfontify-pos boundary.
8696 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
8698         * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
8700 2005-10-25  Masatake YAMATO  <jet@gyve.org>
8702         * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
8704 2005-10-25  Michael Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>  (tiny change)
8706         * play/blackbox.el (blackbox-redefine-key): New function.
8707         (blackbox-mode-map): Use it to remap existing bindings for cursor
8708         motion instead of binding literal keys.
8710 2005-10-25  Glenn Morris  <rgm@gnu.org>
8712         * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
8713         diary does not end in a newline.  Do not assume a blank line at
8714         the start of the diary file.
8716 2005-10-25  Kenichi Handa  <handa@m17n.org>
8718         * international/quail.el (quail-translate-key): If the input
8719         method is deterministic and failed to handle the last key, restart
8720         the key handling loop from an appropriate key.
8722 2005-10-25  Michael Albinus  <michael.albinus@gmx.de>
8724         * vc.el (vc-dired-mode): Extend comment for binding of
8725         `directory-listing-before-filename-regexp'.
8727 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8729         * textmodes/texinfo.el (texinfo-mode):
8730         * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
8731         not to unnecessarily expose emacs-mule's internal char codes.
8733 2005-10-25  Nick Roberts  <nickrob@snap.net.nz>
8735         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
8736         Display hand pointer and help-echo on disabled icon too.
8737         (gdb-mouse-until): New function.
8738         (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
8740 2005-10-24  Chong Yidong  <cyd@stupidchicken.com>
8742         * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
8743         with 2005-10-23 change to doctor.el.
8745         * finder.el (finder-mode-map): Add follow-link binding.
8747 2005-10-25  Kim F. Storm  <storm@cua.dk>
8749         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
8750         to gdb-mouse-toggle-breakpoint-fringe.
8751         (gdb-mouse-toggle-breakpoint-margin): Rename from
8752         gdb-mouse-toggle-breakpoint.  Fix doc.
8753         (gdb-mouse-toggle-breakpoint-fringe): New defun.
8754         (gdb-put-string): Add optional SPROPS arg.  Add props to string.
8755         (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
8756         string properties also for fringe breakpoint bitmaps.
8758 2005-10-24  Carsten Dominik  <dominik@science.uva.nl>
8760         * textmodes/org.el (org-start-icalendar-file): Fix format form.
8762 2005-10-25  Masatake YAMATO  <jet@gyve.org>
8764         * simple.el (completion-common-substring):
8765         Use `completion-common-substring' prior to `completion-base-size'.
8767 2005-10-24  Hrvoje Niksic  <hniksic@xemacs.org>
8769         * savehist.el: Require CL while compiling.
8770         (savehist-history-variables): Remove.
8771         (savehist-save-minibuffer-history, savehist-additional-variables)
8772         (savehist-minibuffer-history-variables): New vars.
8773         (savehist-save): Use them.
8774         (savehist-uninstall, savehist-minibuffer-hook): New funs.
8775         (savehist-install): New fun, extracted from savehist-load.
8776         (savehist-load): Use them.
8778 2005-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8780         * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
8781         a dummy doc-string-elt property.
8782         (defalias, defvaralias, define-category): Add a docstring property.
8784         * image.el (defimage):
8785         * widget.el (define-widget):
8786         * custom.el (defface, defcustom): Add `doc-string' declaration.
8788         * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
8789         (defadvice): Add `doc-string' declaration.
8791         * emacs-lisp/byte-run.el (macro-declaration-function):
8792         Handle `doc-string' declarations.
8793         (define-obsolete-function-alias, define-obsolete-variable-alias):
8794         Add `doc-string' declaration.
8796 2005-10-24  Kenichi Handa  <handa@m17n.org>
8798         * international/utf-7.el (utf-7): Add autoload cookie.
8800         * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
8802 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
8804         * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
8805         list of directories passed to batch-update-autoloads.  Add "." to
8806         the list of the echoed directories.
8808         * pgg-def.el:
8809         * pgg-gpg.el:
8810         * pgg-parse.el:
8811         * pgg-pgp.el:
8812         * pgg-pgp5.el:
8813         * pgg.el: Moved here from the gnus subdirectory.
8815 2005-10-24  Nick Roberts  <nickrob@snap.net.nz>
8817         * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
8818         in case comint-prompt-read-only is set to t.
8820         * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
8821         in case comint-prompt-read-only is set to t.
8823 2005-10-24  Ulf Jasper  <ulf.jasper@web.de>
8825         * calendar/icalendar.el (icalendar-version): Increase to 0.13.
8826         Now a string.
8827         (icalendar-import-format): Handle CLASS, STATUS, URL.
8828         Rename `subject' to `summary'.
8829         (icalendar-import-format-summary): Rename from
8830         `icalendar-import-format-subject'.
8831         (icalendar-import-format-url, icalendar-import-format-status)
8832         (icalendar-import-format-class): New variables.
8833         (icalendar--rris): Take variable argument list.
8834         (icalendar--datestring-to-isodate): Remove unnecessary
8835         calendar-style check when converting dates with explicit month names.
8836         (icalendar-export-region): Change return type of conversion
8837         subroutines.  Bury current buffer unless error occurred.
8838         (icalendar--convert-to-ical)
8839         (icalendar--parse-summary-and-rest): New functions.
8840         (icalendar--convert-ordinary-to-ical)
8841         (icalendar--convert-weekly-to-ical)
8842         (icalendar--convert-yearly-to-ical)
8843         (icalendar--convert-block-to-ical)
8844         (icalendar--convert-cyclic-to-ical)
8845         (icalendar--convert-anniversary-to-ical): Change return type.
8846         Strip trailing blanks from subject.
8847         (icalendar--convert-sexp-to-ical): Change return type.
8848         Strip trailing blanks from subject.  Handle simple sexp
8849         entries as generated by icalendar.el.
8850         (icalendar--convert-float-to-ical)
8851         (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
8852         (icalendar-import-file): Doc fix.
8853         (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
8854         Correct call to icalendar--rris.
8855         (icalendar--convert-ical-to-diary): Doc fix.  Rename `subject' to
8856         `summary'.
8857         (icalendar--add-diary-entry): Rename `subject' to `summary'.
8859 2005-10-24  Romain Francoise  <romain@orebokech.com>
8861         * server.el (server-sentinel): Set query-on-exit flag to nil on
8862         new client processes (it isn't inherited from the server process).
8864         * replace.el (occur-engine): Rearrange text properties.
8866 2005-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8868         * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
8869         case-fold-search is nil.
8870         (debug-help-follow): Use help-xref-interned directly.
8872 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
8874         * thumbs.el (thumbs-image-type): Add .pbm.
8876 2005-10-23  Richard M. Stallman  <rms@gnu.org>
8878         * faces.el (inhibit-face-set-after-frame-default): New variable.
8879         (set-face-attribute): Bind it.
8880         (face-set-after-frame-default): Test it.
8882         * help-fns.el (describe-simplify-lib-file-name): New function.
8883         (describe-function-1, describe-variable): Use it.
8885         * faces.el (describe-face): Use describe-simplify-lib-file-name.
8887         * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
8888         Eliminate nil as possible value.
8889         (tooltip-hide-delay): Reduce internal-border-width.
8891         * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
8892         (menu-bar-file-menu) <new-file>: Likewise.
8894         * simple.el (line-move-finish): Ignore fields computing LINE-END.
8896         * international/mule.el (load-with-code-conversion):
8897         Pass full file name to `eval-buffer' unless preloading.
8899         * textmodes/flyspell.el (flyspell-large-region):
8900         Call ispell-check-version.
8902         * textmodes/ispell.el (ispell-local-dictionary-overridden):
8903         Fix the make-variable-buffer-local call that was supposed
8904         to be for this variable.
8905         (ispell-aspell-supports-utf8): Doc fix.
8906         (ispell-find-aspell-dictionaries): Preserve elements of
8907         ispell-dictionary-alist for dictionaries that aspell doesn't report.
8908         (ispell-aspell-find-dictionary): Return nil on error.
8910         * play/doctor.el (doctor-doc): Don't say "psychiatrist".
8911         (doctor-symptoms): Likewise.
8913         * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
8915 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
8917         * cus-edit.el (custom-button, custom-button-pressed): New vars.
8918         (custom-raised-buttons): Add :set spec.
8919         (custom-button-unraised, custom-button-pressed-unraised):
8920         New faces, so that custom-raised-buttons actually does something.
8921         (custom-mode): Use custom-button and custom-button-pressed.
8923         * wid-edit.el (widget-specify-button): Don't ignore
8924         widget-mouse-face on graphic terminals.
8925         (widget-move-and-invoke): Cleanup.
8927 2005-10-23  Thien-Thi Nguyen  <ttn@gnu.org>
8929         * whitespace.el (whitespace-cleanup): Doc fix.
8931 2005-10-23  Romain Francoise  <romain@orebokech.com>
8933         * emulation/viper.el (viper-set-hooks): Quote forms passed to
8934         `eval-after-load' to avoid evaluating their result.
8936 2005-10-23  Michael Albinus  <michael.albinus@gmx.de>
8938         * files.el (directory-listing-before-filename-regexp):
8939         New defvar.  Replaces `dired-move-to-filename-regexp' from dired.el.
8941         * dired.el (dired-move-to-filename-regexp): Remove.
8942         All occurences replaced by `directory-listing-before-filename-regexp'.
8944         * dired-x.el, locate.el, vc.el:
8945         Replace `dired-move-to-filename-regexp' by
8946         `directory-listing-before-filename-regexp'.  In vc.el it is
8947         overwritten locally; maybe this can be handled in files.el too.
8949         * net/ange-ftp.el (ange-ftp-date-regexp): Remove.  All occurences
8950         replaced by `directory-listing-before-filename-regexp'.
8952 2005-10-23  Andreas Schwab  <schwab@suse.de>
8954         * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
8955         and eval-next-after-load.
8957 2005-10-23  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
8959         * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
8960         exist, create it.
8962 2005-10-23  Ken Manheimer  <ken.manheimer@gmail.com>
8964         * allout.el: Remove autoloads for mailcrypt and crypt++.
8965         Require pgg, pgg-gpg during compilation.
8966         (allout-version): Increment version number to 2.1, and use a literal
8967         rather than RCS Id.
8968         (allout-default-encryption-scheme): Remove.
8969         (allout-passphrase-verifier-handling)
8970         (allout-passphrase-verifier-string)
8971         (allout-file-passphrase-verifier-string)
8972         (allout-passphrase-hint-string): Rename -key- to -passphrase-.
8973         (allout-passphrase-hint-handling): Rename and simplify.
8974         (allout-init): Use `find-file-hook' if available, otherwise
8975         `find-file-hooks'.
8976         (allout-mode): Use `write-file-functions' if available, otherwise
8977         `local-write-file-hooks' and, instead of making auto-save-hook
8978         buffer local, make the write-file-hook activity contingent to
8979         allout-mode.
8980         (allout-mode): Use key-binding substitution in the docstring.
8981         (allout-kill-line): Spell-out kill ring data structure mutation
8982         instead of using byte-compiler-complaint-provoking `pop'.
8983         (allout-insert-listified): Use `insert' rather than `insert-string'
8984         (allout-toggle-current-subtree-encryption): Update docstring, adjust
8985         to new gpp-based encryption, use new `allout-encrypted-topic-p'.
8986         (allout-encrypt-string): Totally revamped vis new underlying
8987         encryption facilities.
8988         (allout-mc-activate-passwd): Remove.
8989         (allout-obtain-passphrase): New, more or less replaces
8990         allout-mc-activate-passwd.
8991         (allout-encrypted-key-info): More or less replaces
8992         allout-encrypted-text-type.
8993         (outlineify-sticky, outlinify-sticky): Add autoload cookie.
8994         (my-mark-marker): Use `(featurep 'xemacs)'.
8996 2005-10-23  Lars Hansen  <larsh@soem.dk>
8998         * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
8999         (byte-compile-file-form-defmumble, byte-compile-defun)
9000         (byte-compile-defmacro): Use it.
9001         (byte-compile-form): Don't call byte-compile-set-symbol-position
9002         when a byte-compile handler is called.
9004 2005-10-22  Romain Francoise  <romain@orebokech.com>
9006         * savehist.el (savehist-history-variables): Add `grep-find-history'.
9008         * subr.el (eval-after-load): Convert library name to an absolute
9009         file name using locate-library, since load-history no longer has
9010         library names in it.
9012 2005-10-22  Richard M. Stallman  <rms@gnu.org>
9014         * files.el (make-temp-file): Move from subr.el.
9015         * subr.el (make-temp-file): Move to files.el.
9017         * window.el (get-buffer-window-list): Move from subr.el.
9018         * subr.el (get-buffer-window-list): Move to window.el.
9020         * image.el (image-load-path): Use eval-at-startup to initialize.
9022         * subr.el (eval-at-startup): New macro.
9024         * subr.el: Much rearrangement of functions and division
9025         into pages.  No code changes.
9027 2005-10-22  Kenichi Handa  <handa@m17n.org>
9029         * tar-mode.el (tar-extract): Be sure to call
9030         find-operation-coding-system if set-auto-coding doesn't find a
9031         coding system.
9033 2005-10-22  Kim F. Storm  <storm@cua.dk>
9035         * image.el (image-type-header-regexps): Rename from image-type-regexps.
9036         Change users.
9037         (image-type-file-name-regexps): New defconst.
9038         (image-type-from-data): Simplify loop.
9039         (image-type-from-buffer): New defun.
9040         (image-type-from-file-header): Use it instead of image-type-from-data.
9041         Use image-search-load-path instead of only looking in data-directory.
9042         (image-type-from-file-name): New defun.
9043         (image-search-load-path): Change `pathname' to `filename'.
9044         Make PATH arg optional, default to image-load-path.
9046 2005-10-21  Richard M. Stallman  <rms@gnu.org>
9048         * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
9050         * textmodes/paragraphs.el (sentence-end-base): New variable.
9051         (sentence-end): Use sentence-end-base.
9053 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9055         * font-lock.el (font-lock-default-fontify-region): Check the multiline
9056         property independently from the font-lock-multiline variable.
9058 2005-10-21  Richard M. Stallman  <rms@gnu.org>
9060         * emacs-lisp/find-func.el (find-library-name): Doc fix.
9062         * startup.el (command-line): Convert library names
9063         in `load-history' to absolute file names.
9065         * subr.el (symbol-file): Doc fix.
9067         * loadhist.el (file-loadhist-lookup): Call locate-library
9068         instead of find-library-name.  Don't try converting
9069         abs file names to library names, since load-history no longer
9070         has library names in it.
9071         (file-dependents, file-provides, file-requires): Doc fixes.
9073 2005-10-21  Juri Linkov  <juri@jurta.org>
9075         * progmodes/etags.el (tags-table-mode): New function.
9076         (tags-verify-table): Replace initialize-new-tags-table with
9077         tags-table-mode.
9079         * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
9080         default value.
9081         (desktop-modes-not-to-save): Add tags-table-mode to the
9082         default value.
9084         * info.el (Info-index-next): Add total number of index
9085         alternatives to the message.
9087         * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
9088         backward only space (instead of space and period) before looking
9089         at sentence end.
9091         * simple.el (set-variable): Use user-variable-p instead of symbolp.
9092         Add the old variable value as 4th default-value arg of read-string.
9094 2005-10-21  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9096         * cus-face.el (custom-declare-face): Make face from X resources
9097         also on Mac.
9099         * disp-table.el (standard-display-g1, standard-display-graphic):
9100         Refuse to use string glyphs also on Mac.
9101         (standard-display-european): Don't set terminal coding system also
9102         on Mac.
9104         * frame.el (display-screens): Use x-display-screens also on Mac.
9106 2005-10-21  Romain Francoise  <romain@orebokech.com>
9108         * net/rcirc.el: Now part of GNU Emacs.  Update FSF's address.
9110 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9112         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
9113         and $? into sexps.
9115         * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
9116         warning face on open-paren-in-column-0.
9118         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
9119         boundary case.  Fix typo.
9120         Suggested by Martin Rudalics <rudalics@gmx.at>.
9122 2005-10-21  Carsten Dominik  <dominik@science.uva.nl>
9124         * textmodes/org.el (org-combined-agenda-icalendar-file)
9125         (org-icalendar-include-todo, org-icalendar-combined-name): New options.
9126         (org-export-icalendar-this-file)
9127         (org-export-icalendar-all-agenda-files)
9128         (org-export-icalendar-combine-agenda-files): New commands.
9129         (org-export-icalendar, org-print-icalendar-entries)
9130         (org-start-icalendar-file, org-finish-icalendar-file)
9131         (org-ical-ts-to-string): New functions.
9132         (org-read-date, org-goto-calendar)
9133         (org-agenda-goto-calendar): Inhibit displaying diary entries by
9134         call to `calendar'.
9135         (orgtbl-setup): Remove the :keys arguments from the menu description.
9136         (org-after-save-iCalendar-file-hook): New variable.
9138 2005-10-21  Kenichi Handa  <handa@m17n.org>
9140         * language/vietnamese.el (tcvn-5712): Make it an alias of
9141         vietnamese-tcvn coding-system.
9143 2005-10-20  Michael Albinus  <michael.albinus@gmx.de>
9145         * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
9146         group id is given.
9148 2005-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9150         * progmodes/sh-script.el (sh-escaped-line-re): New var.
9151         (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
9152         (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
9153         whose line is either continued or ends with a comment.
9155 2005-10-20  Romain Francoise  <romain@orebokech.com>
9157         * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
9159         * replace.el (occur-engine): Add follow-link property.
9161         * font-core.el (font-lock-mode): Doc fix.
9163 2005-10-20  Richard M. Stallman  <rms@gnu.org>
9165         * net/rcirc.el: New file.
9167 2005-10-20  Bryan Henderson  <bryanh@giraffe-data.com>  (tiny change)
9169         * term.el (term-term-name): Initialize to "eterm-color".
9171 2005-10-20  Ken Manheimer  <ken.manheimer@gmail.com>
9173         * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
9174         for encryption functionality.
9175         Move allout customization subgroup from `editing' to `outlines' group.
9176         Fix commentary keywords to legitimate ones.
9177         Update author info (using my current email address, obscurified).
9178         (allout-encrypt-string, allout-encryption-produce-work-buffer)
9179         (allout-encrypted-topic-p, allout-encrypted-text-type)
9180         (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
9181         (allout-situate-encryption-key-verifier)
9182         (allout-get-encryption-key-verifier, allout-verify-key)
9183         (allout-next-topic-pending-encryption)
9184         (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
9185         (outline-topic-encryption-bullet, outline-default-encryption-scheme)
9186         (outline-key-verifier-handling, outline-key-hint-handling)
9187         (outline-encrypt-unencrypted-on-saves): New defcustoms.
9188         (allout-file-key-verifier-string, allout-encryption-scheme)
9189         (allout-key-verifier-string, allout-key-hint-string)
9190         (allout-after-save-decrypt): New variables.
9191         (allout-write-file-hook-handler, allout-auto-save-hook-handler)
9192         (allout-after-saves-handler): New hook functions.
9193         (allout-post-command-business): Do allout-after-save-decrypt.
9194         (allout-enable-file-variable-adjustment): Custom var to enable
9195         mechanism for adding and adjusting settings of Emacs file variables.
9196         (allout-adjust-file-variable, allout-file-vars-section-data):
9197         New functions, implement the mechanism.
9198         (outlineify-sticky): Use the file vars mechanism.
9199         (allout-inhibit-protection, allout-during-write-cue)
9200         (allout-override-protect, allout-before-change-protect): Remove.
9201         (allout-flag-region, allout-open-topic): Adjust read-only text.
9202         (allout-open-line-not-read-only): Add to facilitate read-only
9203         text based protection.
9204         (allout-kill-line): Revise to adjust read-only text, clue the
9205         user about the inhibition.
9206         (allout-unprotected): Use unwind-protect.
9207         (allout-shift-in, allout-shift-out): Disallow manually shifting a
9208         topic deeper than the offspring depth of the previous topic -
9209         avoiding confusing "containment discontinuities".
9210         (allout-reindent-bodies): Fix retention of body relative hanging
9211         indent during promotion of collapsed bodies.
9212         (allout-open-topic): Make it easy to open new topic with same
9213         bullet as current topic - topic creation functions provided with
9214         any universal argument provokes now prompt for bullet, defaulting
9215         to the bullet of the previous topic.
9216         (allout-plain-bullets-string, allout-distinctive-bullets-string):
9217         Plain bullet alternates `.' period and `,' comma only.  All other
9218         bullets are relegated to special status (but customizable).
9219         (allout-end-of-entry): Rename from allout-end-of-current-entry
9220         since it actually operates w.r.t. most immediately containing
9221         entry, visible or not.
9222         (allout-hide-current-entry, allout-show-current-entry): Use the
9223         revised version.
9224         (allout-old-expose-topic): Solidify deprecation.
9225         (allout-end-of-subtree): Add so we can span concealed as well
9226         as visible topics.
9227         (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
9228         (allout-end-of-current-heading): Tweak to just respect the first line.
9229         (allout-get-body-text): Add.
9230         (allout-ascend-to-depth, allout-ascend): Position at end of prefix
9231         when invoked interactively.
9232         (allout-up-current-level): Use `interactive-p'.
9233         (allout-mode, allout-init): Miscellaneous docstring and
9234         operational refinements, as well as hookups of new encryption stuff.
9235         (allout-beginning-of-current-entry): Now works as advertised.
9236         (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
9237         (allout-isearch-rectification): Refine condition for isearching.
9238         (allout-isearch-abort, allout-enwrap-isearch)
9239         (allout-flag-region, my-region-active-p): Relocate some macros.
9240         (allout-title): Fallback title is (buffer-name), not
9241         non-existing (current-buffer-name).
9242         (subst-char-in-string): Define if absent (for some XEmacs versions).
9244 2005-10-20  Jari Aalto  <jari.aalto@cante.net>
9246         * mail/sendmail.el (mail-setup-hook, mail-aliases)
9247         (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
9248         (mail-citation-prefix-regexp, mail-signature-file)
9249         (mail-default-headers, mail-bury-selects-summary)
9250         (mail-send-nonascii): Add autoload cookies.
9252 2005-10-20  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
9254         * frame.el (blink-cursor-mode): Add `mac' to the list of
9255         window-system's that support blinking cursor.
9257 2005-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
9259         * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
9261 2005-10-20  Eli Zaretskii  <eliz@gnu.org>
9263         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
9264         Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
9265         to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
9267 2005-10-20  Kim F. Storm  <storm@cua.dk>
9269         * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
9270         (ido-set-current-directory): Don't add / after final @.
9271         (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
9272         Explicitly handle ange-ftp completion oddities.
9273         (ido-make-file-list): Don't rotate list at tramp root to avoid
9274         triggering tramp file handler for expand-file-name via get-file-buffer.
9276 2005-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9278         * savehist.el (savehist-coding-system): Revert to checking XEmacs.
9280 2005-10-19  Jay Belanger  <belanger@truman.edu>
9282         * calc/calc-units.el (math-standard-units): Add units, adjust
9283         symbols and update values.
9284         (math-unit-prefixes): Add more prefixes.
9286 2005-10-19  Romain Francoise  <romain@orebokech.com>
9288         * bookmark.el (bookmark-menu-heading): New face.
9289         (bookmark-bmenu-list): Use it.
9290         Don't fiddle with `baud-rate' at top-level.
9292 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
9294         * image.el (create-image, find-image): Mention max-image-size in
9295         docstring.
9297 2005-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9299         * savehist.el (savehist-load): Revert to checking XEmacs.
9301         * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
9302         Various docstring and line-width fixups.
9303         (conf-mode): Use cond.
9304         Set font-lock-defaults.  Don't set comment-use-syntax.
9306 2005-10-18  David Ponce  <david@dponce.com>
9308         * tree-widget.el (tree-widget-button-click): New function.
9309         (tree-widget-button-keymap): Use it.
9311 2005-10-18  Romain Francoise  <romain@orebokech.com>
9313         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
9314         (bookmark-bmenu-hide-filenames): Add follow-link property.
9315         Improve help-echo text.
9317         * ffap.el (find-file-at-point): Doc fix.
9319 2005-10-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9321         * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
9323 2005-10-18  Masatake YAMATO  <jet@gyve.org>
9325         Install to the CVS repository what I forgot to install in my
9326         2005-10-16 changes.
9328         * progmodes/python.el (python-complete-symbol): Pass the common
9329         prefix substring of completion to `display-completion-list'.
9331         * textmodes/org.el (org-complete): Ditto.
9333 2005-10-18  Masatake YAMATO  <jet@gyve.org>
9335         Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
9337         * woman.el (WoMan-xref-man-page): New button type derived
9338         from `Man-abstract-xref-man-page'.
9339         (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
9341         * man.el (Man-abstract-xref-man-page): New button type.
9342         (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
9343         (Man-highlight-references): Add new optional argument `xref-man-type'.
9345 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
9347         * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
9349 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
9351         * cus-edit.el (Custom-move-and-invoke): Delete.
9352         (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
9354         * wid-edit.el (widget-move-and-invoke): New function, from
9355         Custom-move-and-invoke.
9357 2005-10-17  Bill Wohler  <wohler@newt.com>
9359         Move all remaining images from lisp/toolbar to etc/images, move
9360         lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar.  Place
9361         the low resolution images in their own directory (low-color).
9363         * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
9364         * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
9365         * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
9366         * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
9367         * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
9368         * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
9369         * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
9371         * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
9372         * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
9373         * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
9374         * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
9375         * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
9376         * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
9377         * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
9378         * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
9379         * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
9380         * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
9381         * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
9382         * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
9383         * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
9384         * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
9385         * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
9387         To conform with convention, replace the underscore (_) in the
9388         following image names with dash (-) or (/) as appropriate.
9390         * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
9391         * toolbar/fld_open.*: Move to etc/images/fld-open.*.
9392         * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
9393         * toolbar/jump_to.*: Move to etc/images/jump-to.*.
9394         * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
9395         * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
9396         * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
9397         * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
9398         * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
9399         * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
9400         * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
9401         * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
9402         * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
9403         * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
9404         * toolbar/mail_send.*: Move to etc/images/mail/send.*.
9406         * info.el (info-tool-bar-map): Replace underscores in image names
9407         with dashes.
9409         * makefile.w32-in (WINS): Remove toolbar.
9411         * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
9413         * tool-bar.el: Move to lisp from toolbar.  Now that
9414         toolbar is empty, it should be deleted when folks run "cvs up -P".
9416 2005-10-18  Jay Belanger  <belanger@truman.edu>
9418         * calc/calc-store.el (calc-store-into): Get the proper variable name
9419         to display in message.
9421 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
9423         * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
9424         expressions display in speedbar for all buffers when debugging.
9425         (gdb-speedbar-expand-node): Ensure node contraction is always updated.
9427         * speedbar.el (speedbar-set-mode-line-format): Indent properly.
9428         (speedbar-insert-button, speedbar-make-button):
9429         Use add-text-properties.
9430         (speedbar-update-localized-contents)
9431         (speedbar-update-directory-contents)
9432         (speedbar-update-special-contents): Use dolist.
9433         (speedbar-buffer-easymenu-definition): Add a menu separator.
9435 2005-10-17  Jason Rumney  <jasonr@gnu.org>
9437         * makefile.w32-in: Use $(lisp) consistently.
9438         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
9439         for shell specific generation of mh-autoloads.
9441 2005-10-17  Richard M. Stallman  <rms@gnu.org>
9443         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
9445 2005-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9447         * jit-lock.el (jit-lock-fontify-now):
9448         Move jit-lock-context-unfontify-pos to avoid wasted work.
9450 2005-10-17  Michael Albinus  <michael.albinus@gmx.de>
9452         * net/tramp.el (tramp-completion-mode): New defvar.  Used in
9453         `tramp-completion-mode' for checking if we are in completion mode.
9454         (tramp-completion-handle-file-name-all-completions): Reorder code
9455         in order to complete for file names only in case there are no
9456         method/user/host completions.  This is necessary for cooperation
9457         with ido.  Reported by Kim F. Storm <storm@cua.dk>.
9459 2005-10-16  Chong Yidong  <cyd@stupidchicken.com>
9461         * longlines.el (longlines-search-forward)
9462         (longlines-search-backward): Match any number of spaces.
9464 2005-10-16  Thien-Thi Nguyen  <ttn@gnu.org>
9466         * diff-mode.el (diff-mode): Doc fix.
9468 2005-10-16  David Reitter  <david.reitter@gmail.com>
9470         * mail/sendmail.el (send-mail-function): Use mailclient-send-it
9471         as default on darwin and windows systems.
9473 2005-10-16  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
9475         * arc-mode.el (archive-zip-extract): Doc fix.
9477 2005-10-16  Romain Francoise  <romain@orebokech.com>
9479         * mouse.el (mouse-1-click-follows-link): Doc fix.
9481 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9483         * savehist.el: Don't require CL at runtime.
9484         (savehist-xemacs): Remove.
9485         (savehist-coding-system): Use utf-8 if present, regardless of religion.
9486         (savehist-no-conversion): Use (featurep 'xemacs).
9487         (savehist-load): Check existence of start-itimer rather than XEmacs.
9488         Use an idle timer.
9489         (savehist-process-for-saving): Replace use of CL funs `subseq' and
9490         `delete-if-not'.
9492 2005-10-16  Hrvoje Niksic  <hniksic@xemacs.org>
9494         * savehist.el: Newer version.
9495         (savehist-autosave-interval, savehist-coding-system, savehist-timer)
9496         (savehist-last-checksum, savehist-no-conversion): New vars.
9497         (savehist-autosave, savehist-process-for-saving, savehist-printable):
9498         New functions.
9499         (savehist-load, savehist-save): Use them.
9500         (savehist-delimit): Remove.
9502 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9504         * progmodes/compile.el (compilation-goto-locus): Display the
9505         compilation buffer first and the source buffer second, in case they're
9506         in overlapping frames.  Don't raise the compilation frame if it was the
9507         selected window upon entry.  Pass the `other-window' arg to
9508         pop-to-buffer.
9510         * info.el (Info-fontify-node): Use dolist.
9511         Change add-text-properties to put-text-property.
9513 2005-10-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
9515         * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
9516         bound of search.
9518 2005-10-16  Masatake YAMATO  <jet@gyve.org>
9520         * dabbrev.el (dabbrev-completion): Pass the common
9521         prefix substring of completion to `display-completion-list'.
9523         * filecache.el (file-cache-minibuffer-complete)
9524         (file-cache-complete): Ditto.
9526         * tempo.el (tempo-display-completions): Ditto.
9528         * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
9530         * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
9532         * eshell/em-hist.el (eshell-list-history): Ditto.
9534         * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
9536         * mail/mailalias.el (mail-complete): Ditto.
9538         * progmodes/etags.el (complete-tag): Ditto.
9540         * progmodes/make-mode.el (makefile-complete): Ditto.
9542         * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
9544         * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
9546         * progmodes/pascal.el (pascal-complete-word)
9547         (pascal-show-completions): Ditto.
9549         * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
9551         * simple.el (completion-common-substring): New variable.
9552         (completion-setup-function): Use `completion-common-substring'
9553         to put faces.
9555 2005-10-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9557         * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
9558         (x-get-selection, mac-select-convert-to-string): Convert from/to
9559         UTF-16 clipboard data as in native byte order, no BOM.
9561 2005-10-16  Nick Roberts  <nickrob@snap.net.nz>
9563         * progmodes/gud.el (gud-tool-bar-map): Rename the images
9564         appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
9565         (gud-sentinel): Use speedbar-frame to check for speedbar.
9567 2005-10-15  Richard M. Stallman  <rms@gnu.org>
9569         * savehist.el: New file.
9571 2005-10-14  Karl Chen  <quarl@cs.berkeley.edu>
9573         * textmodes/tex-mode.el (tex-font-lock-keywords-2):
9574         Fix bug in \bf fontification.
9576 2005-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9578         * pcvs.el (cvs-edit-log-files): New var.
9579         (cvs-mode-edit-log): New arg `file'.
9580         (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
9581         Instead force the use of the original file and nothing else.
9582         (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
9583         the cvs-minor-wrap-function is set.
9584         (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
9586 2005-10-14  Bill Wohler  <wohler@newt.com>
9588         * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
9589         * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
9590         * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
9591         * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
9592         * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
9593         * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
9594         * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
9595         * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
9596         * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
9597         * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
9598         * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
9599         * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
9600         * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
9601         * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
9602         * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
9604         * progmodes/gud.el (gud-tool-bar-map): Rename the images
9605         appropriately (for example, gud-break to gud/break).
9607 2005-10-14  Chong Yidong  <cyd@stupidchicken.com>
9609         * longlines.el (longlinges-search-function)
9610         (longlines-search-forward, longlines-search-backward): New functions.
9611         (longlines-mode): Set isearch-search-fun-function to
9612         longlinges-search-function.
9614         * mouse.el (mouse-drag-region-1): Handle the case where a
9615         double-click event is bound to an arbitrary function.
9617 2005-10-14  David Ponce  <david@dponce.com>
9619         * recentf.el (recentf-track-opened-file)
9620         (recentf-track-closed-file, recentf-update-menu)
9621         (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
9622         (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
9623         mouse-1-click-follows-link.
9625 2005-10-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9627         * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
9628         Gnome file-manager.png.  Suggested by
9629         Joachim Nilsson <joachim.nilsson@vmlinux.org>.
9631         * toolbar/README: Add diropen.xpm.
9633 2005-10-13  Bill Wohler  <wohler@newt.com>
9635         * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
9636         restrictions.  Suggested by David Robinow <drobinow@gmail.com>.
9638 2005-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9640         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
9641         Don't waste the byte-compiler's time on constant data.
9643 2005-10-13  Kenichi Handa  <handa@m17n.org>
9645         * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
9646         byte with `escape-glyph' face.
9648         * international/fontset.el (ccl-encode-unicode-font):
9649         Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
9650         Handle the case that ucs-mule-to-mule-unicode translates a character to
9651         ASCII (usually for IPA characters).
9653 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9655         * info.el (Info-fontify-node): Don't be fooled by a lone "...".
9656         Don't hide the underline of titles if font-lock-mode is disabled.
9658 2005-10-12  Bill Wohler  <wohler@newt.com>
9660         * makefile.w32-in (MH-E-SRC): New.  Used by mh-autoloads.
9661         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
9662         files in MH-E-SRC have been updated.
9663         (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
9665 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9667         * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
9668         (mixal-mode-syntax-table): Add \n as end-comment.
9669         (mixal-operation-codes-alist): Immediately initialize to full value.
9670         (mixal-add-operation-code): Remove.
9671         (mixal-describe-operation-code): Make the arg non-optional.
9672         Use the interactive spec instead.
9673         Use mixal-operation-codes-alist rather than mixal-operation-codes.
9674         (mixal-font-lock-keywords): Don't highlight comments here any more.
9675         (mixal-font-lock-syntactic-keywords): New var.
9676         (mixal-mode): Use it.  Fix comment-start-skip.
9678 2005-10-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9680         * startup.el (command-line-x-option-alist): -nb => -nbi
9682 2005-10-12  Kim F. Storm  <storm@cua.dk>
9684         * startup.el (fancy-splash-default-action): Discard mouse click in
9685         the splash screen window, as it has no sensible meaning in the
9686         next window to be selected.  Fixes error reported by Jan D.
9688 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
9690         * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
9692 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9694         * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
9695         Try to fix up minor layout issues like indentation, line break, etc...
9696         (mixal-mode-syntax-table): Don't try to specify comment syntax,
9697         because it doesn't work.
9698         (mixal-operation-codes): Add some more codes.
9699         (mixal-font-lock-keywords): Process comments here.
9700         (mixal-mode): mixasm no longer needs -g option.
9702 2005-10-11  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
9704         * progmodes/sh-script.el (sh-tmp-file):
9705         Use mktemp -t.  Finish support for es and rc shells.
9707 2005-10-11  Jay Belanger  <belanger@truman.edu>
9709         * calc/calcalg2.el (calc-integral): With an argument, compute the
9710         definite integral.
9712 2005-10-11  Chong Yidong  <cyd@stupidchicken.com>
9714         * mouse.el (mouse-drag-region-1): Don't try to catch a
9715         double-click when doing follow-link (it's overridden anyway).
9717 2005-10-11  Juanma Barranquero  <lekktu@gmail.com>
9719         * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
9720         (autoload-print-form-outbuf): Add docstring.
9722 2005-10-11  Juri Linkov  <juri@jurta.org>
9724         * info.el (Info-mode-menu): Delete menu item "Edit".
9725         (Info-mode): Delete description of Info-edit from docstring,
9726         and rearrange descriptions of Info commands in the order
9727         they are documented in the Info manual.
9729 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9731         * calendar/appt.el (appt-check): Use diary-selective-display var.
9733 2005-10-10  Richard M. Stallman  <rms@gnu.org>
9735         * net/newsticker.el (newsticker-start, newsticker-show-news):
9736         Add autoload cookies.
9738 2005-10-10  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>
9740         * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
9742 2005-10-10  Karl Chen  <quarl@cs.berkeley.edu>
9744         * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
9746 2005-10-10  Jay Belanger  <belanger@truman.edu>
9748         * calc/calc-arith.el (math-check-known-scalarp)
9749         (math-check-known-matrixp): Check the values of arguments that are
9750         variables.
9751         (math-check-known-square-matrixp): New function.
9752         (math-known-square-matrixp): Use math-check-known-square-matrixp.
9753         (math-super-types): Add sqmatrix type.
9755         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
9756         mode name `square' to `sqmatrix'.
9758         * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
9759         mode name `square' to `sqmatrix'.
9761 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9763         * progmodes/etags.el (select-tags-table-mode): Don't use
9764         selective-display.
9765         (tags-select-tags-table): Pass `button' to the action function.
9766         (select-tags-table): Place the side-info on button properties rather
9767         than in hidden text.  Abbreviate file names.
9768         (select-tags-table-mode-map): Inherit rather than copy buttom-map.
9769         (select-tags-table-select): Add `button' argument.
9770         Get side-info from the button property rather than from hidden text.
9772 2005-10-11  Nick Roberts  <nickrob@snap.net.nz>
9774         * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
9775         (gud-speedbar-buttons): Preserve point if possible.
9776         (gud-sentinel): Restore previous speedbar display type.
9778         * progmodes/gdb-ui.el (gdba): Improve diagram.
9779         (def-gdb-auto-update-handler, gdb-info-locals-handler)
9780         (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
9781         Call get-buffer-window once.
9783 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9785         * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
9786         (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
9787         (pascal-indent-command): Remove unused var `ind'.
9788         (pascal-indent-case): Remove unused var `oldpos'.
9789         (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
9790         since it's now used as a proper minor mode map.
9791         (pascal-outline): Rename to pascal-outline-mode.
9792         (pascal-outline-mode): Use define-minor-mode.
9793         (pascal-outline-mode, pascal-outline-change): Use overlays rather than
9794         selective-display.
9796 2005-10-10  Andreas Schwab  <schwab@suse.de>
9798         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
9799         number.  Reported by Karl Chen <quarl@cs.berkeley.edu>.
9801         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
9802         outside source directory.
9804 2005-10-10  Carsten Dominik  <dominik@science.uva.nl>
9806         * textmodes/org.el (org-mode-map): Explicit definition of `C-c
9807         C-x' as a prefix.
9808         (orgtbl-mode-map): Full keymap instead of sparse, because all
9809         `self-insert-command' keys are redefined in this map.
9810         (org-export-as-html): Specify charset for HTML file, by taking it
9811         from the coding system.
9813 2005-10-10  Kenichi Handa  <handa@m17n.org>
9815         * textmodes/flyspell.el (flyspell-check-word-p):
9816         If unread-command-events is non-empty, don't call sit-for.
9818 2005-10-09  Richard M. Stallman  <rms@gnu.org>
9820         * font-lock.el (font-lock-syntactic-keywords)
9821         (font-lock-keywords): Doc fixes.
9823         * textmodes/flyspell.el (flyspell-external-point-words):
9824         Simplify logic, and don't try to check for consecutive appearances
9825         of one incorrect word.
9827 2005-10-10  Nick Roberts  <nickrob@snap.net.nz>
9829         * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
9830         separator.
9832         * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
9833         (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
9834         (gud-expansion-speedbar-buttons): New function.
9835         (gud-speedbar-buttons): Check for gud-comint-buffer.
9837 2005-10-09  Bill Wohler  <wohler@newt.com>
9839         * Makefile.in (updates): Add mh-loaddefs dependency.
9841 2005-10-09  Chong Yidong  <cyd@stupidchicken.com>
9843         * speedbar.el (speedbar-file-key-map): Fix typo.
9845 2005-10-09  Daniel Brockman  <daniel@brockman.se>
9847         * cus-start.el (line-spacing): Add custom spec.
9849 2005-10-09  Romain Francoise  <romain@orebokech.com>
9851         * textmodes/ispell.el (ispell-check-version): Fix last change.
9853 2005-10-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9855         * term/x-win.el: Remove -i, --icon-type from comment.
9857         * startup.el (command-line-x-option-alist): Remove options -i,
9858         -itype, --icon-type, added -nb, --no-bitmap-icon
9860 2005-10-09  Nick Roberts  <nickrob@snap.net.nz>
9862         * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
9863         instead of :active.
9865 2005-10-08  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
9867         * textmodes/ispell.el (ispell-check-version):
9868         Ignore hyphen, and all that follows, in aspell's version text.
9870 2005-10-08  Jay Belanger  <belanger@truman.edu>
9872         * calc/calc-arith.el (math-known-square-matrixp): New function.
9873         (math-pow-fancy): Check for matrices before distributing exponent
9874         across products.
9876         * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
9877         fullscreen keypad.  Suggested by Luc Teirlinck.
9878         (calc-keypad-show-input): Add space for formatting.
9880         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
9881         Add square matrix option.
9883         * calc/calc-poly.el (math-expand-term): Check for matrices instead
9884         of checking calc-matrix-mode when deciding how to expand.
9886         * calc/calc.el (calc-set-mode-line): Add square matrix option.
9888 2005-10-08  Lars Hansen  <larsh@soem.dk>
9890         * net/tramp.el (tramp-perl-directory-files-and-attributes):
9891         Add error handling.
9892         (tramp-handle-directory-files-and-attributes): Handle perl error msg.
9894 2005-10-08  Michael Albinus  <michael.albinus@gmx.de>
9896         Sync with Tramp 2.0.51.
9898         * net/tramp.el (tramp-handle-set-visited-file-modtime)
9899         (tramp-handle-insert-file-contents, tramp-handle-write-region):
9900         Insert special handling for `last-coding-system-used', again
9901         it still seems to be necessary (unlike stated before).
9902         Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
9903         (tramp-password-prompt-regexp): There might be other words before
9904         trailing ":".  Reported by Kurt Steinkraus <kurt@steinkraus.us>.
9905         (tramp-chunksize): Improve docstring.
9906         (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
9907         Emacs 20.  Use `tramp-octal-to-decimal' therefore.  Reported by
9908         Christian Joergensen <bugs@razor.dk>.
9910 2005-10-07  Glenn Morris  <rgm@gnu.org>
9912         * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
9913         (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
9914         precision'.
9916 2005-10-07  Romain Francoise  <romain@orebokech.com>
9918         * ibuf-ext.el (ibuffer-do-shell-command-pipe)
9919         (ibuffer-do-shell-command-pipe-replace)
9920         (ibuffer-do-shell-command-file, ibuffer-do-eval)
9921         (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
9922         (ibuffer-do-revert, ibuffer-do-replace-regexp)
9923         (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
9924         (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
9925         (ibuffer-filter-by-name, ibuffer-filter-by-filename)
9926         (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
9927         (ibuffer-filter-by-content, ibuffer-filter-by-predicate
9928         (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
9929         (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
9930         Autoload file sans suffix.
9932         * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
9934 2005-10-07  David Ponce  <david@dponce.com>
9936         * recentf.el (recentf-menu-open-all-flag): New option.
9937         (recentf-digit-shortcut-command-name): New function.
9938         (recentf--shortcuts-keymap): New variable.
9939         (recentf-menu-shortcuts): New variable.
9940         (recentf-make-menu-items): Initialize it.  Replace the "More..."
9941         menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
9942         (recentf-menu-value-shortcut): New function.
9943         (recentf-make-menu-item): Use it.  No more in-lined.
9944         (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
9945         (recentf-open-most-recent-file): Rename from
9946         `recentf-open-file-with-key'.  Don't depend on key binding.
9947         (recentf-mode-map): New variable.
9948         (recentf-mode): Use it.
9950 2005-10-06  Bill Wohler  <wohler@newt.com>
9952         * mh-e/mh-loaddefs.el: Remove.  Now generated automatically.
9954         * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
9955         (MH-E-SRC): New.  Used by mh-autoloads.
9956         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
9957         files in MH-E-SRC have been updated.
9958         (compile, recompile, bootstrap): Depend on mh-autoloads.
9960 2005-10-07  Nick Roberts  <nickrob@snap.net.nz>
9962         * progmodes/gud.el (gud-menu-map): Only display un-intuitive
9963         gud-break and gud-remove icons when the fringe is not available.
9965         * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
9966         Typo.
9968 2005-10-06  Michael Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>  (tiny change)
9970         * play/zone.el (zone): Wrap body with save-window-excursion.
9972 2005-10-06  Stefan Monnier  <monnier@iro.umontreal.ca>
9974         * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
9975         Use the new `list-only' arg to diary-list-entries.
9977         * calendar/diary-lib.el: Use overlays rather than selective-display.
9978         (diary-selective-display): New var.
9979         (diary-header-line-format): Use it.
9980         (diary-list-entries): Add argument `list-only'.
9981         Put the buffer in diary-mode.  Don't add \^M at beg and end.
9982         Replace \^M by invisible overlays.
9983         (diary-unhide-everything): Replace \^M by invisible overlays.
9984         (print-diary-entries): Look for overlays rather than \^M.
9985         Add a space to the temp buffer name.
9986         (diary-show-all-entries, mark-diary-entries, make-diary-entry):
9987         Put the buffer in diary-mode.
9988         (list-sexp-diary-entries): Replace \^M by invisible overlays.
9989         (diary-anniversary): Make the year arg optional.
9990         (diary-time-regexp): New const.
9991         (diary-font-lock-keywords): Use it to accept a few more time formats.
9993         * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
9995 2005-10-06  Thien-Thi Nguyen  <ttn@gnu.org>
9997         * textmodes/artist.el (artist-ellipse-mirror-quadrant):
9998         Fix bug introduced 2005-07-03: Use (car (last ...))
9999         to faithfully reproduce replaced artist-last.
10000         (artist-set-arrow-points-for-poly): Likewise.
10001         Suggested by Johan Bockg\e,Ae\e(Brd.
10003 2005-10-06  Juanma Barranquero  <lekktu@gmail.com>
10005         * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
10006         * wid-edit.el (widget):
10007         * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
10008         * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
10010 2005-10-06  Kenichi Handa  <handa@m17n.org>
10012         * international/mule-cmds.el (set-language-environment):
10013         Fix setting up of case-table for unibyte mode.
10015         * simple.el (what-cursor-position): If the character is displayed
10016         by some `display' text property, show that.  Don't use
10017         single-key-description for eight-bit characters in multibyte mode.
10019 2005-10-06  Nick Roberts  <nickrob@snap.net.nz>
10021         * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
10022         (gdb-ann3): Set it.
10023         (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
10024         (gdb-info-frames-custom): Use inverse-video for first five
10025         characters of selected frame only.
10026         (gdb-get-frame-number): Select frame even when point is on frame
10027         number.
10029 2005-10-06  Masatake YAMATO  <jet@gyve.org>
10031         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
10032         Put `font-lock-function-name-face'.
10033         (gdb-info-frames-custom): Put `font-lock-function-name-face'
10034         and `font-lock-variable-name-face'
10035         (gdb-registers-font-lock-keywords): New font lock keywords definition.
10036         (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
10037         (gdb-memory-font-lock-keywords): New font lock keywords definition.
10038         (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
10039         (gdb-local-font-lock-keywords): New font lock keywords definition.
10040         (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
10041         (gdb-threads-font-lock-keywords): New font lock keywords definition.
10042         (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
10044 2005-10-05  Michael Kifer  <kifer@cs.stonybrook.edu>
10046         * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
10047         (ediff-merge-region-is-non-clash-to-skip): Previously called
10048         ediff-merge-region-is-non-clash.
10050         * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
10051         Use insert-buffer-substring.
10053         * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
10054         selecting files to patch.  Also bug fixes.
10056         * ediff-util.el (ediff-setup): Bug fix.
10057         (ediff-next-difference): Never skip clashes that differ in white
10058         space only.
10060         * ediff-wind.el (ediff-setup-control-frame)
10061         (ediff-destroy-control-frame): Check the menubar feature.
10063         * viper-cmd.el (viper-normalize-minor-mode-map-alist)
10064         (viper-refresh-mode-line): Use make-local-variable to localize
10065         some vars instead of make-variable-buffer-local.  Suggested by
10066         Stefan Monnier.
10068         * viper-init.el (viper-make-variable-buffer-local): Delete alias.
10069         (viper-restore-cursor-type, viper-set-insert-cursor-type):
10070         Use make-local-variable instead of make-variable-buffer-local.
10071         Suggested by Stefan Monnier.
10073         * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
10074         (viper-comint-mode-hook): Use make-local-variable on
10075         require-final-newline.
10076         (viper-non-hook-settings): Don't use make-variable-buffer-local.
10078 2005-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10080         * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
10081         also the second char of a comment-start sequence.
10082         (scheme-sexp-comment-syntax-table): New var.
10083         (lambda, define): Set their scheme-doc-string-elt property.
10084         (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
10085         Use lisp-font-lock-syntactic-face-function now that it properly
10086         handles |...| symbols.
10087         (scheme-mode-variables): Set lisp-doc-string-elt-property,
10088         parse-sexp-lookup-properties and font-lock-extra-managed-props.
10090         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
10091         bit from # to |.
10092         (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
10094         * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
10095         (lisp-doc-string-elt-property): New var.
10096         (lisp-font-lock-syntactic-face-function): Use it.
10097         Rewrite to recognize docstrings even for forms not at toplevel.
10099         * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
10100         annotation on the | part of #| rather than on the # part.
10101         (scheme-font-lock-syntactic-face-function): New function, to
10102         distinguish strings from |...| symbols.
10103         (scheme-mode-variables): Use it.  Also fix up the font-lock-time
10104         syntax-table so that #|...|# is properly highlighted.
10106         * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
10107         Don't mark as docstring the 3rd elem of an unknown toplevel form.
10109 2005-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10111         * bindings.el (global-map): Resync [home] and [end] bindings with C-a
10112         and C-e.
10114         * emacs-lisp/eldoc.el: Move comments into docstrings.
10115         (eldoc-message-commands): Initialize in its declaration.
10116         Add move-beginning-of-line and move-end-of-line.
10117         (eldoc-add-command, eldoc-add-command-completions)
10118         (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
10120         * outline.el (outline-mark-subtree): Activate the mark.
10122         * calendar/appt.el (appt-time-regexp): New var.
10123         (appt-add, appt-make-list): Use it.
10124         (appt-convert-time): Clean up.
10126         * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
10127         Don't set any syntax-table property here.
10128         (tex-font-lock-verb): New function.  Do it here.
10129         (tex-font-lock-syntactic-keywords): Use it.
10131 2005-10-04  Richard M. Stallman  <rms@gnu.org>
10133         * wid-edit.el (widget-file-complete): Get the widget start point
10134         the right way.  Default directory to `/' if file has none.
10136         * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
10138         * textmodes/flyspell.el (flyspell-mode-on):
10139         Call ispell-maybe-find-aspell-dictionaries.
10141         * textmodes/ispell.el (ispell-word, ispell-region):
10142         Call ispell-maybe-find-aspell-dictionaries.
10143         (ispell-accept-buffer-local-defs):
10144         Don't call ispell-maybe-find-aspell-dictionaries
10146 2005-10-04  Richard M. Stallman  <rms@gnu.org>
10148         * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
10150 2005-10-04  Emilio C. Lopes  <eclig@gmx.net>
10152         * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
10153         instead of `fboundp' in order to allow for anonymous functions.
10155 2005-10-04  Chong Yidong  <cyd@stupidchicken.com>
10157         * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
10158         case the user clicks on the link while another window is selected.
10159         (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
10161         * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
10162         functionality.
10163         (dframe-help-echo): Save point in case mouse tracking is off.
10165 2005-10-04  Thien-Thi Nguyen  <ttn@gnu.org>
10167         * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
10169 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10171         * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
10172         not change the global value of those vars.
10174         * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
10175         make-local-variable which we do not need any more.
10177 2005-10-03  Chong Yidong  <cyd@stupidchicken.com>
10179         * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
10180         (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
10181         (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
10182         (speedbar-path-line): Define obsolete aliases.
10183         (speedbar-line-directory): Doc fix.
10185         * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
10186         (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
10187         instead of speedbar-line-path.
10189 2005-10-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10191         * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
10192         to nil if dropping on a window.  Handle dropping on a minibuffer window
10193         like dropping on a non-window part of Emacs.
10195 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10197         * net/ange-ftp.el: Use with-current-buffer.
10198         (ange-ftp-insert-directory): Do not follow symlinks any more.
10200         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
10201         Remove interactive spec.
10203 2005-10-03  Kim F. Storm  <storm@cua.dk>
10205         * ido.el (ido-mode): Use custom-initialize-set.
10207 2005-10-02  Richard M. Stallman  <rms@gnu.org>
10209         * progmodes/ebnf2ps.el (ebnf-eps-production-list):
10210         Use insert-buffer-substring.
10212         * net/tramp.el: Pacify byte compiler warnings in pacification code.
10213         (tramp-handle-file-local-copy): Use insert-buffer-substring.
10215 2005-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10217         * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
10218         in last change.
10219         (ange-ftp-insert-directory): Fix up the search for the case where
10220         `file' is absolute.
10222 2005-10-02  Romain Francoise  <romain@orebokech.com>
10224         * progmodes/compile.el (compile-goto-error): Delete extra paren.
10226 2005-10-02  Andreas Schwab  <schwab@suse.de>
10228         * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
10229         directory component in the session info.
10231 2005-10-01  Richard M. Stallman  <rms@gnu.org>
10233         * comint.el (comint-redirect-subvert-readonly): Doc fix.
10235         * simple.el (next-error-internal): New function.
10237         * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
10238         (compilation-start): Pass new arg to compilation-buffer-name.
10239         (compile-goto-error): Use next-error-internal.
10241 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
10243         * speedbar.el: Remove RCS tag.
10244         (speedbar-check-read-only): Handle non-existent files.
10246         * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
10248         * info.el (Info-speedbar-hierarchy-buttons)
10249         (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
10251 2005-10-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
10253         * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
10254         Do not match newline.
10255         (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
10256         (bibtex-summary): Remove unnecessary save-excursion.
10257         (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
10259 2005-10-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10261         * term/mac-win.el: Add charset info for "iso10646-1".
10262         Modify default fontset to use ATSUI-compatible fonts for some charsets
10263         if available.
10265 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
10267         * speedbar.el: Re-apply arch tag.
10268         (speedbar-version): Rename to version 1.0.  Suggested by Eric
10269         M. Ludlam.
10270         Reapply two changes from Emacs CVS' version of speedbar lost
10271         during the merge:
10272         (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
10273         (speedbar-frame-parameters): Improve customize type.
10275 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10277         * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
10278         (ange-ftp-file-directory-p): Fix the symlink case.
10279         (ange-ftp-insert-directory): When listing a single file, get a list of
10280         the parent buffer and extract the relevant line.  Inspired from a patch
10281         by Katsumi Yamaoka <yamaoka@jpl.org>.
10282         (ange-ftp-file-name-sans-versions): Simplify.
10284 2005-09-30  Bill Wohler  <wohler@newt.com>
10286         Move MH-E image files from toolbar and mail directories into
10287         etc/images.
10289         * mail/reply2.*: Move to etc/images/mail/reply*.
10291         * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
10292         * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
10293         etc/images.
10295         * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
10296         * toolbar/reply*: Move to etc/images/mail.
10298         * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
10300 2005-09-30  Eric M. Ludlam  <zappo@gnu.org>
10302         * speedbar.el: New version 1.0pre3.
10304         Frame management code (including timer, and mouse click specifics)
10305         moved to dframe.el:
10306         (speedbar-attached-frame): Removed.  Use dframe-attached-frame.
10307         (speedbar-timer): Removed.  Use dframe-timer.
10308         (speedbar-close-frame): Removed.  Use dframe-close-frame.
10309         (speedbar-activity-change-focus-flag): Removed.  Use
10310         dframe-activity-change-focus-flag.
10311         (speedbar-update-speed, speedbar-navigating-speed): Obsolete.  Use
10312         dframe-update-speed.
10314         (speedbar-current-frame): New macro.  Use this instead of the
10315         variable speedbar-frame.
10317         (speedbar-use-images, speedbar-expand-image-button-alist)
10318         (speedbar-insert-image-button-maybe): Moved to sb-image.el.
10320         (speedbar-find-image-on-load-path): Removed.  Replaced by
10321         defezimage in ezimage.el.
10322         (speedbar-expand-image-button-alist): Removed.  Replaced by
10323         ezimage-expand-image-button-alist in ezimage.el.
10325         (speedbar-ignored-directory-regexp)
10326         (speedbar-add-ignored-directory-regexp)
10327         (speedbar-ignored-directory-expressions)
10328         (speedbar-line-directory, speedbar-buffers-line-directory)
10329         (speedbar-directory-line, speedbar-buffers-line-directory):
10330         Renamed, replacing `path' with `directory'.
10332         (speedbar-create-directory, speedbar-expand-line-descendants)
10333         (speedbar-toggle-line-expansion)
10334         (speedbar-contract-line-descendants): New commands.
10336         (speedbar-query-confirmation-method, speedbar-select-frame-method)
10337         (speedbar-use-tool-tips-flag): New options.
10339         (speedbar-check-read-only, speedbar-require-version)
10340         (speedbar-insert-separator, speedbar-buffers-tail-notes)
10341         (speedbar-handle-delete-frame, speedbar-try-completion)
10342         (speedbar-update-localized-contents): New functions.
10344         (speedbar-incompatible-version, speedbar-ro-to-do-point)
10345         (speedbar-object-read-only-indicator): New variables.
10347         (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
10348         New hooks.
10350         (speedbar-separator-face): New face.
10352         (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
10353         (speedbar-ignored-modes): Add fundamental-mode.
10354         (speedbar-directory-unshown-regexp): Add . directories.
10356         (speedbar-key-map): Remove old SPC and DEL page up/down keys.
10357         (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
10358         `]' for full expand/close.
10359         (speedbar-buffers-key-map): Add SPC to toggle node expansion.
10361         (speedbar-check-vc): Support hidden files.
10362         (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
10363         (speedbar-this-file-in-vc): Use vc-state if available.  If VC
10364         state is nil, it is not checked out.
10366         (speedbar-line-text, speedbar-line-token): Support expand buttons
10367         with no text.
10368         (speedbar-refresh): Universal argument acts as power-click.
10369         (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
10370         that buffer to get variable values.
10372         And many other bugfixes.
10374         * dframe.el, ezimage.el, sb-image.el: New files.
10376         * sb-*.xpm: Remove files.  New image files installed into
10377         etc/images/ezimage.
10379 2005-09-30  Kenichi Handa  <handa@m17n.org>
10381         * ps-mule.el (ps-mule-show-warning): If a character is in
10382         ps-print-translation-table, don't treat it as non-printable.
10384 2005-09-30  David Ponce  <david@dponce.com>
10386         * tree-widget.el (tree-widget-themes-load-path): New variable.
10387         (tree-widget-themes-directory): Doc fix.
10388         (tree-widget-image-formats) [Emacs]: Doc fix.
10389         (tree-widget--locate-sub-directory): New function.
10390         (tree-widget-themes-directory): Use it.
10392         * recentf.el (recentf-filename-handlers): Rename from
10393         `recentf-filename-handler'.  Allow a list of functions.
10394         (recentf-menu-items-for-commands): Fix :help strings.
10395         (recentf-apply-filename-handlers): New function.
10396         (recentf-expand-file-name): Use it.
10397         (recentf-cleanup): Remove duplicates too.
10399 2005-09-29  Juri Linkov  <juri@jurta.org>
10401         * faces.el: Rearrange face definitions to be in the same order as
10402         their face descriptions in "(emacs)Standard Faces".
10404         * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
10406         * tooltip.el (tooltip): Add group `basic-faces'.
10408         * buff-menu.el (Buffer-menu-buffer): Remove group
10409         `font-lock-highlighting-faces'.
10411         * progmodes/compile.el (compilation-error, compilation-warning)
10412         (compilation-info, compilation-line-number, compilation-column-number):
10413         Change group from `font-lock-highlighting-faces' to `compilation'.
10415         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
10416         (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
10417         (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
10418         (vhdl-font-lock-reserved-words-face)
10419         (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
10420         `font-lock-highlighting-faces'.
10422         * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
10424 2005-09-28  Kim F. Storm  <storm@cua.dk>
10426         * emulation/cua-base.el: Set CUA move property on additional commands:
10427         up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
10428         forward-sexp, backward-sexp, forward-list, backward-list.
10430 2005-09-28  Romain Francoise  <romain@orebokech.com>
10432         * comint.el (comint-show-output): Really set point at the
10433         beginning of the output when not using `comint-use-prompt-regexp'.
10435 2005-09-27  Jay Belanger  <belanger@truman.edu>
10437         * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
10438         in TeX mode.
10440 2005-09-26  Juanma Barranquero  <lekktu@gmail.com>
10442         * textmodes/org.el (org-table-sum): Fix format string.
10444         * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
10445         Quote face names.
10447 2005-09-26  Romain Francoise  <romain@orebokech.com>
10449         * isearch.el (isearch-forward-regexp): Close doc string.
10451 2005-09-25  Richard M. Stallman  <rms@gnu.org>
10453         * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
10455         * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
10457         * progmodes/compile.el (compilation-error-properties):
10458         When getting the file from the previous error message,
10459         correctly decode the new data format.
10461         * progmodes/cc-cmds.el (c-electric-paren):
10462         Call old-blink-paren only for close-paren.
10464 2005-09-24  Andreas Schwab  <schwab@suse.de>
10466         * term/rxvt.el (rxvt-register-default-colors): Delete redundant
10467         condition.
10469 2005-09-25  Romain Francoise  <romain@orebokech.com>
10471         * dired-aux.el (dired-copy-file-recursive):
10472         * dired.el (dired-delete-file):
10473         * ediff-mult.el (ediff-dir-diff-copy-file):
10474         * ediff-util.el (ediff-test-save-region):
10475         * forms.el (forms-mode):
10476         * ido.el (ido-file-internal, ido-delete-file-at-head):
10477         * log-edit.el (log-edit-done):
10478         * ses.el (ses-yank-resize):
10479         * play/gomoku.el (gomoku-human-plays, gomoku)
10480         (gomoku-human-resigns, gomoku-prompt-for-other-game)
10481         (gomoku-offer-a-draw):
10482         * play/landmark.el (lm-human-resigns, lm):
10483         * net/eudcb-ldap.el (eudc-ldap-check-base):
10484         * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
10485         * progmodes/ebrowse.el (ebrowse-find-pattern):
10486         * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
10487         * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
10488         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
10490         * vc.el (vc-delete-file):
10491         * play/gomoku.el (gomoku-terminate-game, gomoku)
10492         (gomoku-prompt-for-move, gomoku-human-takes-back):
10493         * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
10494         (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
10496 2005-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
10498         * term/rxvt.el (rxvt-register-default-colors): Add support for 255
10499         color rxvt terminals by using the code xterm.el used to use before
10500         2005-04-09 in order to match the colors used by rxvt.
10502 2005-09-24  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
10504         * term/rxvt.el (rxvt-register-default-colors): Add support for 88
10505         colors rxvt-unicode terminals by using the same code as xterm.el.
10507 2005-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10509         * textmodes/tex-mode.el (tex-font-lock-append-prop)
10510         (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
10511         new symbol used for the tex-verbatim face.
10513 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
10515         * woman.el (woman-file-name):
10516         * wid-edit.el (widget-file-prompt-value)
10517         (widget-coding-system-prompt-value):
10518         * w32-fns.el (set-w32-system-coding-system):
10519         * vc.el (vc-version-diff, vc-annotate):
10520         * textmodes/reftex-auc.el (reftex-arg-cite)
10521         (reftex-arg-index-tag):
10522         * textmodes/refer.el (refer-get-bib-files):
10523         * textmodes/artist.el (artist-figlet-choose-font):
10524         * terminal.el (terminal-emulator):
10525         * replace.el (occur-read-primary-args):
10526         * rect.el (string-rectangle, string-insert-rectangle):
10527         * ps-print.el (ps-print-preprint):
10528         * progmodes/pascal.el (pascal-goto-defun):
10529         * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
10530         * progmodes/compile.el (compilation-find-file):
10531         * printing.el (pr-interactive-n-up):
10532         * play/animate.el (animate-birthday-present):
10533         * net/rcompile.el (remote-compile):
10534         * man.el (man, Man-goto-section, Man-follow-manual-reference):
10535         * mail/rmailsum.el (rmail-summary-search-backward)
10536         (rmail-summary-search):
10537         * mail/rmailout.el (rmail-output-read-rmail-file-name)
10538         (rmail-output-read-file-name):
10539         * mail/rmail.el (rmail-search, rmail-search-backwards):
10540         * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
10541         * locate.el (locate):
10542         * international/quail.el (quail-show-keyboard-layout):
10543         * international/mule.el (set-buffer-file-coding-system)
10544         (revert-buffer-with-coding-system, set-file-name-coding-system)
10545         (set-terminal-coding-system, set-keyboard-coding-system)
10546         (set-next-selection-coding-system):
10547         * international/mule-diag.el (describe-coding-system)
10548         (describe-font, describe-fontset):
10549         * international/mule-cmds.el (universal-coding-system-argument)
10550         (search-unencodable-char, describe-input-method)
10551         (set-language-environment, describe-language-environment):
10552         * international/codepage.el (codepage-setup):
10553         * international/code-pages.el (codepage-setup):
10554         * info.el (Info-search, Info-follow-reference)
10555         (Info-search-backward):
10556         * emacs-lisp/advice.el (ad-read-advised-function)
10557         (ad-read-advice-class, ad-clear-cache, ad-activate)
10558         (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
10559         (ad-enable-advice, ad-disable-advice, ad-remove-advice)
10560         (ad-read-regexp):
10561         * ediff-util.el (ediff-toggle-regexp-match):
10562         * ediff-ptch.el (ediff-prompt-for-patch-file):
10563         * dired-aux.el (dired-diff):
10564         * diff.el (diff):
10565         * cus-edit.el (custom-variable-prompt):
10566         * calendar/timeclock.el (timeclock-ask-for-project):
10567         * calc/calcalg3.el (calc-get-fit-variables):
10568         * calc/calc-store.el (calc-edit-variable)
10569         (calc-permanent-variable):
10570         * vc-mcvs.el (vc-mcvs-register):
10571         * shadowfile.el (shadow-define-literal-group):
10572         * woman.el (woman-file-name):
10573         * vc.el (vc-version-diff, vc-merge):
10574         * textmodes/reftex-index.el (reftex-index-complete-tag):
10575         * format.el (format-decode-buffer, format-decode-region):
10576         * emulation/viper-cmd.el (viper-read-string-with-history):
10577         * emacs-lisp/debug.el (cancel-debug-on-entry):
10578         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
10579         * ediff.el (ediff-merge-revisions)
10580         (ediff-merge-revisions-with-ancestor, ediff-revision):
10581         * completion.el (interactive-completion-string-reader):
10582         * calc/calc-prog.el (calc-user-define-formula):
10583         Follow convention for reading with the minibuffer.
10585 2005-09-24  Steven Huwig  <steven_h@acm.org>  (tiny change)
10587         * progmodes/python.el (python-describe-symbol): Add globals() and
10588         locals() to the arguments of emacs.ehelp.
10590 2005-09-24  Magnus Henoch  <mange@freemail.hu>
10592         * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
10593         New function, code extracted from ispell-valid-dictionary-list.
10594         (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
10595         Call it.
10597 2005-09-24  Eli Zaretskii  <eliz@gnu.org>
10599         * subr.el (version-regexp-alist): Extend valid syntax for version
10600         strings: allow any of the characters -,_,+ to separate the
10601         alpha/beta/rc part from the version part.  Doc fix.
10602         (version-to-list): Doc fix.  Bind case-fold-search to t, as advertised.
10604 2005-09-23  David Reitter  <david.reitter@gmail.com>
10606         * mail/mailclient.el: New file.
10608 2005-09-23  Richard M. Stallman  <rms@gnu.org>
10610         * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
10611         (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
10612         Doc fixes.
10614         * progmodes/cc-mode.el (c-font-lock-init):
10615         Specify font-lock-lines-before.
10617 2005-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10619         * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
10620         whole conflict.
10622 2005-09-23  Carsten Dominik  <dominik@science.uva.nl>
10624         * textmodes/org.el (org-mode-map, orgtbl-mode-map):
10625         Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix.  Make use
10626         of `remap' feature when available.  Additional key bindings for
10627         better tty support.
10628         (org-mode-restart, org-force-self-insert): New commands.
10629         (org-time-stamp-inactive): New command.
10630         (org-remap): New function.
10631         (org-table-auto-blank-field, org-level-color-stars-only): New options.
10632         (org-enable-fixed-width-editor): Move to `org-structure'
10633         customization group.
10634         (org-self-insert-command, orgtbl-self-insert-command): Modify to
10635         blank field after field motion commands.
10637 2005-09-23  Kenichi Handa  <handa@m17n.org>
10639         * international/mule-cmds.el (set-language-environment):
10640         Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
10641         have to call utf-translate-cjk-load-tables.
10643 2005-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10645         * mouse.el (mouse-move-drag-overlay): Fix last change.
10647 2005-09-22  David Ponce  <david@dponce.com>
10649         * tree-widget.el (tree-widget-value-create): Fix previous change.
10651 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
10653         * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
10655 2005-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10657         * mouse.el (mouse-move-drag-overlay): New function.
10658         (mouse-drag-region-1): Use it.
10659         Try to simplify a bit the state handling.  Handle clicks on links
10660         inside intangible areas.
10661         (mouse-save-then-kill): Minor simplification.
10662         (mouse-secondary-overlay): Make it always non-nil instead of
10663         recreating it each time.
10664         (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
10665         (mouse-kill-secondary, mouse-secondary-save-then-kill):
10666         Simplify accordingly.
10668 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
10670         * term/rxvt.el (rxvt-standard-colors): Fix some colors.
10672 2005-09-20  Michael Kifer  <kifer@cs.stonybrook.edu>
10674         * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
10675         (ediff-file-name-sans-prefix): Treat nil as an empty string.
10676         (ediff-fixup-patch-map): Better heuristic for intuiting the file names
10677         to patch.
10679         * ediff-util.el: Use insert-buffer-substring.
10681         * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
10683         * emulation/viper-cmd.el (viper-change-state): Don't move over the
10684         field boundaries in the minibuffer.
10685         (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
10686         (viper-minibuffer-post-command-hook): New hook.
10687         (viper-line): Don't move cursor at bolp.
10689         * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
10691         * emulation/viper-init.el: Add alias to make-variable-buffer-local to
10692         avoid compiler warnings.
10694         * emulation/viper-macs.el (ex-map): Better messages.
10696         * emulation/viper-utils.el (viper-beginning-of-field): New function.
10698         * emulation/viper.el: Replace make-variable-buffer-local with
10699         viper-make-variable-buffer-local everywhere, to avoid warnings.
10701 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10703         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
10704         Delete unused var `old-selected-window'.
10705         (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
10706         (mouse-drag-secondary): Delete unused var `start-frame'.
10708 2005-09-19  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
10710         * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
10712 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10714         * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
10715         Re-indent within 80 columns.  Use inhibit-read-only.
10717 2005-09-19  Romain Francoise  <romain@orebokech.com>
10719         * calendar/diary-lib.el (mark-diary-entries): Revert last change.
10721 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10723         * font-lock.el (font-lock-default-fontify-region): Don't add a line
10724         unconditionally, since the after-change-function already did it.
10726 2005-09-19  Miles Bader  <miles@gnu.org>
10728         * net/newsticker.el: Get rid of CVS keyword.
10730 2005-09-19  Johan Bockg\e,Ae\e(Brd  <bojohan+sf@dd.chalmers.se>
10732         * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
10733         The prompt is formatted later.
10735 2005-09-19  David Ponce  <david@dponce.com>
10737         * tree-widget.el (tree-widget-value-create): Save the converted
10738         tree :node widget.
10740 2005-09-19  Juanma Barranquero  <lekktu@gmail.com>
10742         * progmodes/sh-script.el (sh-blink): Fix spurious reference to
10743         variable `message'.
10745 2005-09-18  Michael Albinus  <michael.albinus@gmx.de>
10747         * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
10748         to cover prompts like "login as:".  Reported by Slawomir Nowaczyk
10749         <slawomir.nowaczyk.847@student.lu.se>.
10751 2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
10753         * image.el (image-load-path): Use symbol `data-directory' instead
10754         of its value, for backward compatibility with packages that bind
10755         it during `find-image'.  Suggested by Katsumi Yamaoka.
10756         (image-search-load-path): Handle symbols whose values are strings.
10758 2005-09-18  Romain Francoise  <romain@orebokech.com>
10760         * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
10761         with-current-buffer form in save-excursion.
10763 2005-09-18  D Goel  <deego@gnufans.org>
10765         * apropos.el (apropos-command): Fix `message' call: first arg
10766         should be a format spec.  In this and all other cases that appear
10767         below and elsewhere in the source code, I made a change only when
10768         two conditions were satisfied: [1] I can think of a possibility
10769         that the arguments would cause an error, for example, the code in
10770         question relies on external variables such as filenames.  [2] I
10771         was sure that the arg to `message' could not have been nil in the code.
10773         * textmodes/tildify.el (tildify-region): Ditto.
10775         * textmodes/reftex-index.el (reftex-index-change-entry)
10776         (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
10777         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
10778         * textmodes/org.el (org-complete, org-deadline, org-schedule)
10779         (org-priority, org-table-sum):
10780         * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
10781         * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
10782         (flyspell-word, flyspell-display-next-corrections):
10783         * textmodes/bibtex.el (bibtex-print-help-message):
10784         * textmodes/artist.el (artist-key-set-point-poly):
10785         * term/mac-win.el (mac-services-insert-text):
10786         * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
10787         (vhdl-hooked-abbrev, vhdl-template-insert-fun)
10788         (vhdl-port-paste-testbench, vhdl-compose-new-component)
10789         (vhdl-compose-configuration):
10790         * progmodes/sh-script.el (sh-blink, sh-show-indent)
10791         (sh-set-indent, sh-learn-line-indent):
10792         * progmodes/ps-mode.el (ps-mode-target-column):
10793         * progmodes/idlwave.el (idlwave-make-tags)
10794         (idlwave-scan-library-catalogs):
10795         * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
10796         * progmodes/gud.el (gud-jdb-analyze-source):
10797         * progmodes/flymake.el (flymake-log):
10798         * progmodes/ebnf2ps.el (ebnf-generate-region):
10799         * progmodes/cmacexp.el (c-macro-expansion):
10800         * progmodes/ada-xref.el (ada-treat-cmd-string):
10801         * progmodes/ada-mode.el (ada-create-case-exception-substring)
10802         (ada-justified-indent-current, ada-batch-reformat):
10803         * play/zone.el (zone):
10804         * play/landmark.el (lm-move):
10805         * play/decipher.el (decipher-show-alphabet):
10806         * net/newsticker.el (newsticker--display-jump)
10807         (newsticker--display-scroll):
10808         * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
10809         (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
10810         * mail/feedmail.el (feedmail-dump-message-to-queue):
10811         * eshell/esh-proc.el (eshell-remove-process-entry):
10812         * emulation/ws-mode.el (ws-last-error):
10813         * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
10814         (viper-record-kbd-macro):
10815         * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
10816         * emacs-lisp/lisp-mnt.el (lm-report-bug):
10817         * emacs-lisp/find-func.el (find-function-noselect):
10818         * calendar/timeclock.el (timeclock-status-string)
10819         (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
10820         (timeclock-when-to-leave-string):
10821         * calendar/icalendar.el (icalendar--convert-ical-to-diary):
10822         * calc/calc-units.el (calc-enter-units-table):
10823         * calc/calc-mode.el (calc-mode-record-mode):
10824         * woman.el (woman-mini-help):
10825         * wdired.el (wdired-change-to-wdired-mode):
10826         * vc.el (vc-retrieve-snapshot):
10827         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
10828         * startup.el (display-startup-echo-area-message):
10829         * simple.el (set-goal-column):
10830         * ses.el (ses-command-hook, ses-recalculate-cell):
10831         * server.el (server-process-filter):
10832         * printing.el (pr-interface-txt-print, pr-interface-printify)
10833         (pr-interface-ps):
10834         * pcvs.el (cvs-help):
10835         * log-edit.el (log-edit, log-edit-mode-help):
10836         * iswitchb.el (iswitchb-possible-new-buffer):
10837         * isearch.el (isearch-edit-string):
10838         * image-mode.el (image-mode, image-minor-mode):
10839         * ibuf-macs.el (define-ibuffer-filter):
10840         * hi-lock.el (hi-lock-find-patterns):
10841         * files.el (toggle-read-only):
10842         * ediff-util.el (ediff-copy-diff)
10843         (ediff-write-merge-buffer-and-maybe-kill):
10844         * echistory.el (Electric-history-undefined):
10845         * dnd.el (dnd-insert-text):
10846         * dired-aux.el (dired-query):
10847         * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
10848         * bookmark.el (bookmark-bmenu-locate):
10849         * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
10850         Fix `message' calls to ensure first arg is a format string.
10851         The change was made only when these two conditions were satisfied:
10852         [1] when there is a possibility that the arguments would cause an error
10853         for example, if the code in question relies on external variables
10854         such as filenames, and
10855         [2] if the arg to `message' could not have been nil in the code.
10857         * pcomplete.el (pcomplete--help): Fix `message' format spec.
10858         Not having a %s would be weird, though not technically wrong.
10860 2005-09-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10862         * term/mac-win.el (mac-add-charset-info): Doc fix.
10864 2005-09-17  Romain Francoise  <romain@orebokech.com>
10866         * shell.el (shell-resync-dirs): Handle echoing processes more
10867         reliably.  Don't insert resync command if `comint-process-echoes'
10868         is non-nil.
10870 2005-09-17  Magnus Henoch  <mange@freemail.hu>
10872         * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
10873         (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
10874         aspell versions >= 0.60.
10875         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
10876         only if ispell-aspell-supports-utf8 is non-nil.
10878 2005-09-17  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
10880         * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
10881         buffer-local value to lisp-indent-function.
10883 2005-09-17  Milan Zamazal  <pdm@zamazal.org>
10885         * progmodes/glasses.el (glasses-make-readable): If
10886         glasses-separator differs from underscore, put appropriate
10887         overlays over underscore characters.
10888         (glasses-convert-to-unreadable): If glasses-separator differs from
10889         underscore, try to convert glasses-separator characters to
10890         underscores.
10892 2005-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
10894         * calendar/diary-lib.el (mark-diary-entries): Don't move point.
10895         Use with-syntax-table and dolist.
10897 2005-09-16  Carsten Dominik  <dominik@science.uva.nl>
10899         * textmodes/reftex-auc.el:
10900         * textmodes/reftex-cite.el:
10901         * textmodes/reftex-dcr.el:
10902         * textmodes/reftex-global.el:
10903         * textmodes/reftex-parse.el:
10904         * textmodes/reftex-ref.el:
10905         * textmodes/reftex-sel.el:
10906         * textmodes/reftex-toc.el:
10907         * textmodes/reftex-vars.el:
10908         * textmodes/reftex.el: Small changes to remove compiler warnings.
10910         * textmodes/reftex-index.el: Likewise.
10911         (reftex-query-index-phrase): More efficient use of markers.
10913 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
10915         * image.el (image-load-path): New variable.
10916         (image-search-load-path): New function.
10917         (find-image): Search for images in `image-load-path'.
10919 2005-09-15  Richard M. Stallman  <rms@gnu.org>
10921         * follow.el: Change Maintainer field.
10923 2005-09-15  David Ponce  <david@dponce.com>
10925         * recentf.el (recentf-save-file-modes): New option.
10926         (recentf-save-list): Use it.
10928 2005-09-15  Nick Roberts  <nickrob@snap.net.nz>
10930         * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
10931         (mode-line-mule-info, mode-line-modified): Move bindings from
10932         mouse-3 to mouse-1.
10934 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
10936         * simple.el (sendmail-user-agent-compose): Revert last change.
10938 2005-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10940         * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
10941         Use with-current-buffer.
10942         (ange-ftp-gwp-start): Remove unused var `gw-user'.
10943         (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
10944         (ange-ftp-insert-directory): Remove unused var `short'.
10945         (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
10947         * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
10948         (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
10950         * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
10951         (check-calendar-holidays, diary-list-entries): Autoload.
10952         Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
10953         (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
10955         * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
10956         which mistakenly removed a call to display-buffer.
10958 2005-09-14  Juanma Barranquero  <lekktu@gmail.com>
10960         * obsolete/iso-insert.el: Move to obsolete/ from international/.
10962 2005-09-14  Thien-Thi Nguyen  <ttn@gnu.org>
10964         * progmodes/hideshow.el
10965         (hs-hide-comments-when-hiding-all): Remove autoload cookie.
10966         (hs-allow-nesting): New user var.
10967         (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
10968         (hs-hide-block-at-point): When nesting allowed,
10969         if there is already an overlay in place, delete it.
10970         (hs-safety-is-job-n): Delete func; remove call sites.
10971         (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
10972         (hs-overlay-at): New func.
10973         (hs-already-hidden-p, hs-show-block): Use it.
10974         (hs-hide-all): Don't pre-clean if nesting allowed.
10975         (hs-show-all): Temporarily disallow
10976         nesting around call to `hs-discard-overlays'.
10978 2005-09-14  Chong Yidong  <cyd@stupidchicken.com>
10980         * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
10981         Delete unused local var.
10983 2005-09-13  Juanma Barranquero  <lekktu@gmail.com>
10985         * help-fns.el (describe-categories): "?\ " -> "?\s".
10986         (help-do-arg-highlight): Recognize also ARG-n, as in
10987         `move-to-left-margin' (ARG+n is already recognized).  Simplify.
10989         * international/codepage.el (dos-unsupported-char-glyph):
10990         * net/newsticker.el (tool-bar-map, w3-mode-map)
10991         (w3m-minor-mode-map):
10992         * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
10993         (ent-alist):
10994         * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
10996 2005-09-13  Chong Yidong  <cyd@stupidchicken.com>
10998         * custom.el (custom-push-theme): Handle the case where a symbol is
10999         bound but face properties have not yet been assigned.
11001         * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
11002         Fix behavior if noerase is `t' and there is no mail buffer.
11004         * simple.el (sendmail-user-agent-compose): Use a new mail buffer
11005         if `continue' is nil, rather than signal an error.
11007 2005-09-12  Richard M. Stallman  <rms@gnu.org>
11009         * font-lock.el (font-lock-keywords): Add autoload.
11011         * help-fns.el (describe-variable): Rearrange to put source link
11012         in a predictable place.
11014         * net/newsticker.el: New file.
11016 2005-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11018         * calendar/calendar.el (calendar-for-loop): Add edebug info.
11019         (calendar-basic-setup): Use the new nil arg.
11020         (number-of-diary-entries): Move to diary-lib.el.
11022         * calendar/diary-lib.el: Use with-current-buffer, match-string.
11023         (diary-list-entries): Use with-syntax-table and dolist.
11024         Rename from list-diary-entries.
11025         Use number-of-diary-entries if `number' is nil.
11026         (diary, diary-view-entries): Use this new name and new nil arg value.
11027         (number-of-diary-entries): Move from calendar.el.
11028         (diary-unhide-everything): New function.
11029         (include-other-diary-files, fancy-diary-display)
11030         (diary-show-all-entries, make-diary-entry): Use it.
11031         (diary-mail-entries): Use buffer-string.
11032         (mark-diary-entries): Fix long standing paren typo.
11033         (diary-sexp-entry): Use count-lines.
11034         (make-diary-entry): Avoid `previous-line'.
11035         (diary-mode-map): New var.
11036         (diary-mode): Redraw cal after saving.  Setup header-line.
11037         (fancy-diary-display-mode): Use local-set-key.
11039         * startup.el (command-line): Try calling various terminal-init-foo-bar
11040         functions by stripping hyphenated suffixes from $TERM.
11042         * files.el (normal-mode): Check boundness of font-lock-keywords.
11044 2005-09-12  Richard M. Stallman  <rms@gnu.org>
11046         * progmodes/compile.el: Don't decide a file's directory
11047         until the user actually tries to go there.
11048         (compilation-next-error-function):
11049         Pass compilation-find-file the directory from the file-struct.
11050         (compilation-internal-error-properties): Separate local FILE-STRUCT
11051         from FILE.  Doc the args better.  Rename arg FMT to FMTS.
11052         (compilation-find-file): Arg DIR renamed to DIRECTORY.
11053         Expand it, and if nil, use default-directory.
11054         (compilation-get-file-structure): Don't mix specified directory
11055         with default directory.  Put specified directory into
11056         file-struct.  Don't make the file name absolute.
11058         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
11059         (compile-command): Add autoload.
11060         (compilation-disable-input): Add autoload.
11062 2005-09-11  Stephen Gildea  <gildea@stop.mail-abuse.org>
11064         * time-stamp.el: Mention variable `time-stamp-pattern' in doc
11065         strings of the variables it can override.
11066         (time-stamp): New (as yet undocumented) time-stamp-format escapes
11067         %Q and %q, for fully-qualified domain name and unqualified host name.
11069 2005-09-11  Kim F. Storm  <storm@cua.dk>
11071         * emacs-lisp/authors.el (authors-aliases): Update list.
11072         (authors-fixed-entries): Update mldrag.el entry.
11074 2005-09-10  Alan Mackenzie  <acm@muc.de>
11076         * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
11077         from the region narrowed to.
11079 2005-09-10  Magnus Henoch  <mange@freemail.hu>
11081         * textmodes/ispell.el (ispell-check-version): Signal an error if
11082         aspell version is less than 0.60.
11084 2005-09-10  Pascal Dupuis  <Pascal.Dupuis@esat.kuleuven.be>  (tiny change)
11086         * progmodes/octave-inf.el (inferior-octave-startup):
11087         Resync current dir at the end.
11089 2005-09-10  Emilio C. Lopes  <eclig@gmx.net>
11091         * woman.el (woman-topic-at-point-default):
11092         Rename to woman-use-topic-at-point-default.
11093         (woman-topic-at-point): Rename to woman-use-topic-at-point.
11094         (woman-file-name): Reflect renames above.  Automatically use the
11095         word at point as topic if woman-use-topic-at-point is non-nil.
11096         Otherwise offer it as default but don't insert it in the
11097         minibuffer.  Also use `test-completion' instead of `assoc' as
11098         suggested by Stefan Monnier.
11100 2005-09-10  Andre Spiegel  <spiegel@gnu.org>
11102         * vc.el (vc-directory, vc-update-change-log): Throw an error on
11103         the attempt to do it over Tramp.  This is not yet supported.
11105 2005-09-10  Eli Zaretskii  <eliz@gnu.org>
11107         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
11108         (menu-bar-non-minibuffer-window-p): New functions.
11109         ("Split Window", "Save As..."): Use them.
11110         ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
11111         ("Print Buffer", "Truncate Long Lines in this Buffer"):
11112         Use menu-bar-menu-frame-live-and-visible-p.
11113         ("Save Buffer", "Insert File", "Open Directory...")
11114         ("Open File...", "Visit New File..."):
11115         Use menu-bar-non-minibuffer-window-p.
11116         (kill-this-buffer-enabled-p, dired <menu-enable>):
11117         Use menu-bar-non-minibuffer-window-p.
11119 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
11121         * cus-start.el (all): Don't complain about fringe-related
11122         built-ins if fringes are not supported.  Ditto about
11123         selection-related built-ins.  Fix the test for GTK-related built-ins.
11125         * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
11126         ("Postscript Print Buffer", "Print Region", "Save As...")
11127         ("Save", "Insert File...", "Open Directory...")
11128         ("Open File...", "Visit New File..."")
11129         ("Truncate Long Lines in this Buffer"): Don't look at
11130         menu-updating-frame if this display does not support multiple frames.
11132 2005-09-09  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
11134         * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
11136 2005-09-09  Emilio Lopes  <eclig@gmx.net>
11138         * woman.el: Format- and whitespace-related changes.
11140 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
11142         * woman.el: Fix my email address.
11144 2005-09-08  Richard M. Stallman  <rms@gnu.org>
11146         * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
11147         (sh-mode): Locally set skeleton-pair-default-alist.
11149         * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
11151         * progmodes/flymake.el: Require `compile' unconditionally.
11153         * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
11155         * woman.el (woman-file-name): Provide a default, not initial input.
11157         * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
11159         * font-lock.el (font-lock-support-mode): Doc fix.
11161         * descr-text.el (describe-property-list): Handle non-symbol prop names.
11163 2005-09-08  Richard M. Stallman  <rms@gnu.org>
11165         * simple.el (blink-matching-open): Get rid of text props from
11166         the string shown in echo area.  Don't permanently set point.
11167         Some rearrangements.
11169 2005-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
11171         * recentf.el (recentf-filename-handler): Add custom choice
11172         `abbreviate-file-name'.
11174         * msb.el (msb--very-many-menus): Fix typo.
11176         * disp-table.el (standard-display-european): Don't set
11177         enable-multibyte-characters to nil.
11179 2005-09-08  David Ponce  <david@dponce.com>
11181         * recentf.el (recentf-show-file-shortcuts-flag): New option.
11182         (recentf-expand-file-name): Doc fix.
11183         (recentf-dialog-mode-map): Define digit shortcuts.
11184         (recentf--files-with-key): New variable.
11185         (recentf-show-digit-shortcut-filter): New function.
11186         (recentf-open-files-items): New function.
11187         (recentf-open-files): Use it.
11188         (recentf-open-file-with-key): New command.
11190 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
11192         * buff-menu.el (Buffer-menu-sort-by-column): New function.
11193         Suggested by Kim F. Storm.
11194         (Buffer-menu-sort-button-map): Global keymap for sort buttons.
11195         (Buffer-menu-make-sort-button): Use global keymap.
11197 2005-09-07  Michael Albinus  <michael.albinus@gmx.de>
11199         * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
11200         (Man-getpage-in-background-advice): Remove defadvice; it isn't
11201         necessary any longer with the remapped command.
11202         (Man-bgproc-sentinel-advice): Remove defadvice which counts
11203         formatting time only.
11205         * net/tramp.el (tramp-action-password)
11206         (tramp-multi-action-password): Compile the password prompt from
11207         `method', `user' and `host'.  Sometimes it isn't obvious which
11208         password to enter, for example with remote files offered by
11209         recentf.el, or with multiple steps.  Suggested by Robert Marshall
11210         <robert@chezmarshall.freeserve.co.uk>.
11212 2005-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11214         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
11215         Fix regexp for when "s///" is at the beginning of line.
11217 2005-09-07  Jay Belanger  <belanger@truman.edu>
11219         * calc/calc-poly.el (math-expand-term): Multiply out any powers
11220         when in matrix mode.
11222 2005-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11224         * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
11225         non-anonymous functions.
11227 2005-09-06  Chong Yidong  <cyd@stupidchicken.com>
11229         * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
11230         when using a header line.  Otherwise, use mouse-1-click-follows-link.
11232         * mouse.el (mouse-drag-header-line): Do nothing if the header-line
11233         can't be moved; don't signal an error.
11235 2005-09-05  Chong Yidong  <cyd@stupidchicken.com>
11237         * cus-theme.el (custom-theme-write-faces): Save the current face
11238         spec, not the defface spec.
11240         * custom.el (custom-known-themes): Clarify meaning of "standard".
11241         (custom-push-theme): Save old values in the standard theme.
11242         (disable-theme): Correct typo.
11243         (custom-face-theme-value) Deleted unused function.
11244         (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
11246 2005-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11248         * progmodes/compile.el (compilation-goto-locus): Take into account
11249         iconified frames when determining whether the buffer is
11250         already visible.
11251         Don't reset window height if the window already existed.
11253 2005-09-04  Chong Yidong  <cyd@stupidchicken.com>
11255         * custom.el (load-theme): Rename from require-theme.
11256         Add interactive spec.
11257         (enable-theme): Rename from custom-enable-theme.
11258         Add interactive spec.
11259         (disable-theme): Rename from custom-disable-theme.
11260         Add interactive spec.
11261         (custom-make-theme-feature): Doc fix.
11262         (custom-theme-directory): Doc fix.
11263         (provide-theme): Call enable-theme.
11265 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11267         * obsolete/lazy-lock.el (lazy-lock-mode):
11268         * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
11269         font-lock-mode if it's off.  Print a warning instead.
11271         * progmodes/compile.el (compilation-start): Ignore errors if the
11272         process died before we get to send-eof.
11274         * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
11275         Undo last change.  Enclosing the result in quotes broke things on Unix
11276         since tex-send-command passes it through shell-quote-argument.
11277         (tex-send-command): Pass `file' through convert-standard-filename
11278         when possible.
11279         (tex-uptodate-p): Handle the case where TeX hasn't put additional
11280         info in a transcript.
11282 2005-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
11284         * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
11285         fix compilation warning.  Reorder the key definitions to group
11286         together keys emitted by the current version of xterm.
11288         * progmodes/vhdl-mode.el (vhdl-highlight-faces)
11289         (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
11290         Reorder predicates to correct min-color usage.
11292 2005-09-01  Chong Yidong  <cyd@stupidchicken.com>
11294         * longlines.el (longlines-mode): Inhibit read-only when encoding.
11295         Kill local variables when longlines-mode is turned off.
11297 2005-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11299         * international/mule-cmds.el (set-locale-environment): Soothe compiler.
11301         * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
11303         * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
11305         * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
11306         (font-lock-lines-before): Change default to being inactive.
11307         (font-lock-default-fontify-region): Obey font-lock-lines-before.
11308         (font-lock-after-change-function): Don't handle f-l-lines-before here.
11310 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
11312         * net/tramp.el (tramp-handle-make-auto-save-file-name):
11313         Deactivate temporarily advice if active (not needed for Emacs 22,
11314         but for backwards compatibility).
11315         (tramp-exists-file-name-handler): Rewrite.  First implementation
11316         was too simple.
11317         (tramp-advice-make-auto-save-file-name):
11318         Call `tramp-handle-make-auto-save-file-name' (again, just for
11319         backwards compatibility).
11321 2005-08-31  Reto Zimmermann  <reto@gnu.org>
11323         * progmodes/vhdl-mode.el
11324         (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
11325         (vhdl-end-p): Fix indentation bug "else" after "-- when".
11326         (vhdl-set-default-project): New function (easier setting of default).
11327         (vhdl-port-copy): Handle extended identifiers for generics.
11328         (vhdl-compiler-alist): Better description for error message regexp.
11329         (vhdl-make): Query for target, use previous as default.
11330         (vhdl-port-copy): Fix port copy for port names starting with "signal".
11331         (vhdl-font-lock-keywords-2): Fix fontification for record
11332         el. assign.
11333         (vhdl-speedbar-make-subpack-line): Add package body link.
11334         (vhdl-generate-makefile-1): Not include itself as dependency.
11335         (vhdl-font-lock-init): Highlight c-preprocessor directives.
11336         (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
11337         (vhdl-get-syntactic-context): Handle c-preprocessor directives.
11338         (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
11339         (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
11340         (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
11341         (vhdl-import-project): Add string argument for `error'.
11342         (vhdl-compose-configuration)
11343         (vhdl-compose-configuration-architecture): Add configuration
11344         declaration generation.
11345         (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
11346         (vhdl-trailer-re): Add "record" keyword (better indentation).
11347         (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
11348         "[^ \t-\"]+".
11349         (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
11350         (vhdl-testbench-entity-file-name)
11351         (vhdl-testbench-architecture-file-name): Allow separate
11352         customization of testbench file names.
11353         (vhdl-beginning-of-block): Handle optional subprogram parameter list.
11354         (vhdl-get-visible-signals): Allow newline within alias declaration.
11355         (vhdl-update-sensitivity-list): Signal read only on certain attributes.
11356         (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
11357         (member-ignore-case): Alias for missing function in XEmacs.
11358         (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
11359         (vhdl-update-sensitivity-list): Ignore case on read signals.
11360         (vhdl-replace-string): Adjust case only for file names.
11361         (vhdl-update-sensitivity-list): Fix search for read signals.
11362         (vhdl-update-sensitivity-list): Exclude formal parameters.
11363         (vhdl-get-visible-signals): Include aliases of signals.
11364         (vhdl-get-visible-signals): Fix signal name searching.
11365         (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
11366         (vhdl-fixup-whitespace-region): Fix for character
11367         literals (e.g. `:').
11369 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
11371         * ansi-color.el (comint-last-output-start):
11372         * bs.el (font-lock-verbose):
11373         * diff-mode.el (add-log-buffer-file-name-function):
11374         * dired-x.el (vm-folder-directory):
11375         * faces.el (help-xref-stack-item):
11376         * files.el (font-lock-keywords):
11377         * find-lisp.el (dired-buffers, dired-subdir-alist):
11378         * ido.el (cua-inhibit-cua-keys):
11379         * log-view.el (cvs-minor-wrap-function):
11380         * outline.el (font-lock-warning-face):
11381         * simple.el (compilation-current-error):
11382         * speedbar.el (ange-ftp-path-format, efs-path-regexp)
11383         (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
11384         * tooltip.el (comint-prompt-regexp):
11385         * w32-fns.el (explicit-shell-file-name):
11386         * term/mac-win.el (mac-charset-info-alist)
11387         (mac-services-selection, mac-system-script-code):
11388         * term/tty-colors.el (msdos-color-values):
11389         * term/w32-win.el (xlfd-regexp-registry-subnum):
11390         * term/x-win.el (x-keysym-table, x-selection-timeout)
11391         (x-session-id, x-session-previous-id):
11392         * textmodes/ispell.el (mail-yank-prefix):
11393         * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
11394         * textmodes/org.el (calc-embedded-close-formula)
11395         (calc-embedded-open-formula)
11396         (font-lock-unfontify-region-function):
11397         * textmodes/reftex-global.el (isearch-next-buffer-function)
11398         (TeX-master):
11399         * textmodes/reftex.el (font-lock-keywords):
11400         * textmodes/tex-mode.el (font-lock-comment-face)
11401         (font-lock-doc-face):
11402         * textmodes/texinfo.el (outline-heading-alist):
11403         Add defvars.
11405         * textmodes/artist.el (x-pointer-crosshair): Add defvar.
11406         (artist-spray-chars, artist-mode-init, artist-replace-string)
11407         (artist-select-erase-char, artist-vap-find-endpoints-horiz)
11408         (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
11409         (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
11411         * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
11412         (conf-align-assignments): "?\ " -> "?\s".
11414         * textmodes/reftex-index.el (TeX-master): Add defvar.
11415         (reftex-index-phrases-marker): Move up defvar.
11417         * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
11418         (reftex-toc-include-labels-indicator)
11419         (reftex-toc-include-index-indicator)
11420         (reftex-toc-max-level-indicator): Move up declarations.
11422         * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
11423         of args to `tramp-run-real-handler', even if it's empty in this case.
11425 2005-08-31  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11427         * dired.el (dired-move-to-filename-regexp): Add date format for
11428         Mac OS X 10.3 in East Asian locales.
11430 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
11432         * files.el (make-auto-save-file-name): Add file name handler call
11433         if applicable.
11435         * net/tramp.el (tramp-file-name-handler-alist)
11436         (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
11437         (tramp-handle-make-auto-save-file-name): Rename from
11438         `tramp-make-auto-save-file-name'.
11439         (tramp-exists-file-name-handler): New defun.
11440         (tramp-advice-make-auto-save-file-name): Make defadvice only when
11441         `make-auto-save-file-name' is not a magic file name operation.
11443 2005-08-30  Richard M. Stallman  <rms@gnu.org>
11445         * files.el (risky-local-variable-p):
11446         Match `-predicates' and `-commands.
11448         * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
11449         (custom-save-all): Visit the file if necessary;
11450         kill the buffer if we created it.
11451         (custom-save-delete): Don't visit file or kill buffer here.
11453 2005-08-30  Carsten Dominik  <dominik@science.uva.nl>
11455         * textmodes/org.el (org-special-keyword): New face.
11456         (org-table-copy-down, org-table-eval-formula)
11457         (org-table-recalculate, org-init-section-numbers):
11458         Use `string-to-number' instead of `string-to-int'.
11459         (org-get-location): Use `insert-buffer-substring' instead of
11460         `insert-buffer'.
11461         (org-modify-diary-entry-string): New function.
11462         (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
11463         (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
11464         (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
11465         active region.
11466         (org-export-as-html): Handle QUOTE keyword.
11467         (org-quote-string): New option.
11468         (org-bookmark-jump-unhide): New function, used for
11469         `bookmark-after-jump-hook'.
11470         (org-diary-default-entry): Apply only when not called through
11471         `org-agenda'.
11473 2005-08-30  Juanma Barranquero  <lekktu@gmail.com>
11475         * net/eudc.el (mode-popup-menu):
11476         * play/handwrite.el (ps-printer-name, ps-lpr-command):
11477         * progmodes/ada-mode.el (compile-auto-highlight)
11478         (skeleton-further-elements):
11479         * progmodes/autoconf.el (font-lock-syntactic-keywords):
11480         * progmodes/cmacexp.el (msdos-shells):
11481         * progmodes/compile.el (font-lock-extra-managed-props)
11482         (font-lock-keywords, font-lock-maximum-size)
11483         (font-lock-support-mode):
11484         * progmodes/grep.el (font-lock-lines-before):
11485         * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
11486         * progmodes/mixal-mode.el (compile-command):
11487         * progmodes/perl-mode.el (font-lock-comment-face)
11488         (font-lock-doc-face, font-lock-string-face):
11489         * progmodes/prolog.el (comint-prompt-regexp):
11490         * progmodes/sh-script.el (font-lock-comment-face)
11491         (font-lock-set-defaults, font-lock-string-face):
11492         * progmodes/sql.el (font-lock-keyword-face)
11493         (font-lock-set-defaults, font-lock-string-face):
11494         * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
11495         (itimer-version, lazy-lock-defer-contextually)
11496         (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
11497         Add defvars.
11499         * progmodes/cperl-mode.el (cperl-electric-lbrace)
11500         (cperl-electric-keyword, cperl-electric-pod)
11501         (cperl-electric-backspace, cperl-forward-re)
11502         (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
11503         (vc-rcs-header, vc-sccs-header): Add defvars.
11505         * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
11506         (font-lock-syntactic-keywords, gud-find-expr-function):
11507         Add defvars.
11509         * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
11510         (gdb-frame-parameters): Declare before use.
11512         * progmodes/gud.el (gdb-active-process, gdb-define-alist)
11513         (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
11514         (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
11515         (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
11517         * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
11518         (idlwave-help-with-source): Use `insert-buffer-substring', not
11519         `insert-buffer'.
11521 2005-08-29  Juri Linkov  <juri@jurta.org>
11523         * outline.el (hide-entry, hide-leaves, outline-toggle-children):
11524         Put outline-back-to-heading function call inside save-excursion.
11526 2005-08-29  Juanma Barranquero  <lekktu@gmail.com>
11528         * man.el (Man-init-defvars, Man-translate-references)
11529         (Man-support-local-filenames, Man-highlight-references):
11530         * progmodes/sql.el (sql-interactive-mode):
11531         * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
11533         * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
11534         (compilation-mode-font-lock-keywords): Add defvars.
11535         (checkdoc-interactive-loop): "?\ " -> "?\s".
11537         * emacs-lisp/lisp-mode.el (font-lock-comment-face)
11538         (font-lock-doc-face, font-lock-string-face)
11539         (font-lock-keywords-case-fold-search): Add defvars.
11540         (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
11542         * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
11543         Don't pass X and Y (they are ignored anyway).
11544         (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
11545         (mouse-delete-window): Make arguments optional.
11547         * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
11548         (caesar-translate-table, minor-modes, news-buffer-save)
11549         (news-group-name, news-minor-modes): Add defvars.
11551         * emacs-lisp/lselect.el (mouse-highlight-priority)
11552         (x-lost-selection-functions, zmacs-regions):
11553         * emacs-lisp/pp.el (font-lock-verbose):
11554         * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
11555         * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
11556         (ses-mode-map):
11557         * emacs-lisp/tcover-unsafep.el (safe-functions):
11558         * international/mule-cmds.el (mac-system-coding-system)
11559         (mac-system-locale):
11560         * language/ethio-util.el (rmail-current-message)
11561         (rmail-message-vector):
11562         * language/thai-util.el (thai-auto-composition-mode):
11563         * mail/metamail.el (rmail-current-message, rmail-message-vector):
11564         * mail/mspools.el (rmail-inbox-list, vm-crash-box)
11565         (vm-folder-directory, vm-init-file, vm-init-file-loaded)
11566         (vm-primary-inbox, vm-spool-files):
11567         * mail/rmail.el (deleted-head, font-lock-fontified)
11568         (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
11569         (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
11570         (total-messages):
11571         * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
11572         (rmail-summary-mode-map):
11573         * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
11574         (rmail-last-label, rmail-last-multi-labels)
11575         (rmail-summary-vector, rmail-total-messages):
11576         * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
11577         * mail/rmailsum.el (msgnum):
11578         * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
11579         (rmail-current-message):
11580         * obsolete/fast-lock.el (font-lock-face-list):
11581         * obsolete/rnewspost.el (mail-reply-buffer):
11582         * obsolete/scribe.el (compile-command):
11583         * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
11585 2005-08-28  John Paul Wallington  <jpw@gnu.org>
11587         * ibuf-ext.el (ibuffer-auto-update-changed):
11588         Use `frame-or-buffer-changed-p' to check whether we need to update.
11589         (ibuffer-auto-mode): Don't advise `get-buffer-create' and
11590         `kill-buffer'.  Initialise `ibuffer-auto-buffers-changed'
11591         as a `frame-or-buffer-changed-p' state vector instead.
11593 2005-08-27  Romain Francoise  <romain@orebokech.com>
11595         * textmodes/makeinfo.el (makeinfo-compile):
11596         Use `compilation-start'.  Set `next-error-function' according to
11597         `disable-errors'.
11598         (makeinfo-next-error): New function.
11599         (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
11600         (makeinfo-buffer): Likewise.
11602         * progmodes/compile.el (compilation-start): Add autoload cookie.
11604         * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
11605         * textmodes/sgml-mode.el: Likewise.
11606         * progmodes/python.el: Likewise.
11608 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
11610         * simple.el (blink-matching-paren-distance): Document the meaning
11611         of nil value, and allow to customize to nil.
11613         * eshell/esh-ext.el (eshell-windows-shell-file): Look for
11614         command.com, not command.exe.
11616 2005-08-26  John Wiegley  <johnw@newartisans.com>
11618         * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
11619         code around a bit so that an extraneous nil argument is not added
11620         to a command when no args are given.
11622         * eshell/esh-arg.el (eshell-parse-double-quote): If a
11623         double-quoted argument resolves to nil, return it as an empty
11624         string rather than as nil.  This made it impossible to pass "" to
11625         a shell script as a null string argument.
11627 2005-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11629         * outline.el (outline-invent-heading): New fun.
11630         (outline-promote, outline-demote): Use it.
11631         (outline-move-subtree-down): Remove unused vars `re' and `txt'.
11632         (outline-end-of-subtree): Remove unused var `opoint'.
11634 2005-08-26  David Reitter  <david.reitter@gmail.com>
11636         * menu-bar.el (truncate-lines, write-file, print-buffer)
11637         (ps-print-buffer-faces, ps-print-buffer, split-window):
11638         Disable menu items when the frame they refer to is invisible, or when
11639         they refer to a buffer and the minibuffer is selected.
11641 2005-08-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
11643         * progmodes/flymake.el (flymake-highlight-err-lines):
11644         Use save-excursion around flymake-highlight-line to preserve point.
11646 2005-08-26  Eli Zaretskii  <eliz@gnu.org>
11648         * progmodes/octave-mod.el: Change Author and Maintainer address.
11649         (octave-maintainer-address): Change Kurt's email address.
11650         * progmodes/octave-inf.el: Change Author and Maintainer address.
11651         * progmodes/octave-hlp.el: Change Author and Maintainer address.
11653 2005-08-26  Kim F. Storm  <storm@cua.dk>
11655         * subr.el (version-list-<, version-list-<=, version-list-=):
11656         Rename from integer-list-*.
11657         (version-list-not-zero): Likewise.  Fix while loop.
11658         (version=): Use version-list-= instead of string-equal.
11660 2005-08-26  Richard M. Stallman  <rms@gnu.org>
11662         * outline.el (outline-promote): Try shortening the heading.
11663         As last resort, read the heading to use.
11664         (outline-demote): As last resort, read the heading to use.
11666 2005-08-26  Romain Francoise  <romain@orebokech.com>
11668         * progmodes/compile.el (compilation-start): Doc fix.
11670         * progmodes/antlr-mode.el (antlr-default): Fix defface form.
11671         (antlr-font-lock-additional-keywords): Fix reference to
11672         `antlr-font-lock-literal-regexp' erroneously changed during the
11673         mass face rename.
11674         (antlr-run-tool): Use `compilation-start'.
11676         * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
11677         instead of the obsolete `compile-internal'.
11679 2005-08-26  Juanma Barranquero  <lekktu@gmail.com>
11681         * calendar/cal-bahai.el (date, displayed-month, displayed-year)
11682         (number, original-date):
11683         * calendar/cal-china.el (date):
11684         * calendar/cal-coptic.el (date):
11685         * calendar/cal-french.el (date):
11686         * calendar/cal-hebrew.el (date, entry, number, original-date):
11687         * calendar/cal-islam.el (date, number, original-date):
11688         * calendar/cal-iso.el (date):
11689         * calendar/cal-julian.el (date):
11690         * calendar/cal-mayan.el (date):
11691         * calendar/cal-menu.el (date, event):
11692         * calendar/cal-persia.el (date):
11693         * calendar/lunar.el (date):
11694         * calendar/solar.el (date): Add defvars.
11696         * emerge.el:
11697         * ibuffer.el:
11698         * info-xref.el:
11699         * obsolete/bg-mouse.el:
11700         * obsolete/sun-curs.el:
11701         * obsolete/swedish.el: Move the `defvar's to the top level.
11703         * smerge-mode.el (smerge-refined-change): Add :group.
11705 2005-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11707         * smerge-mode.el (smerge-remove-props): Make the args non-optional.
11708         (smerge-keep-n): Remove props.
11709         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
11710         (smerge-keep-current, smerge-kill-current): Don't remove props anymore
11711         now that it's done in smerge-keep-n.
11712         (smerge-refined-change): New face.
11713         (smerge-refine-chopup-region, smerge-refine-highlight-change)
11714         (smerge-refine): New funs.
11715         (smerge-basic-map): Bind smerge-refine.
11717 2005-08-25  Juri Linkov  <juri@jurta.org>
11719         * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
11720         compilation-process-setup-function and compilation-disable-input
11721         in grep-mode instead of let-bindings in grep.
11723         * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
11724         Delete "Automatic File De/compression" (auto-compression-mode).
11726 2005-08-25  Juanma Barranquero  <lekktu@gmail.com>
11728         * obsolete/bg-mouse.el: Move to obsolete/ from term/.
11729         Silence warning about non-existent variable.
11731 2005-08-25  Richard M. Stallman  <rms@gnu.org>
11733         * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
11734         Rename "Describe Key" to "Describe Key or Mouse Operation".
11736         * mail/mailalias.el (build-mail-aliases): Delete comments
11737         from the contents before processing them.
11739         * isearch.el (isearch-edit-string): Erase the Search prompt
11740         if user enters an empty string and there is no default.
11742         * comint.el (comint-file-name-prefix): Add autoload.
11744 2005-08-25  Joe Corneli  <jcorneli@math.utexas.edu>
11746         * subr.el (play-sound): Rearrange to avoid warning.
11748 2005-08-25  Carsten Dominik  <dominik@science.uva.nl>
11750         * calendar/diary-lib.el (diary-modify-entry-list-string-function):
11751         New hook.
11752         (add-to-diary-list): Call `diary-modify-entry-list-string-function'
11754 2005-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11756         * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
11758         * custom.el (custom-theme-set-variables): Sort minor modes last.
11760 2005-08-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11762         * subr.el (version-separator, version-regexp-alist): New vars used by
11763         version comparison funs.
11764         (integer-list-<, integer-list-=, integer-list-<=)
11765         (integer-list-not-zero): New funs for integer list comparison.
11766         (version-to-list, version=, version<, version<=): New funs for version
11767         comparison.
11769 2005-08-24  Juanma Barranquero  <lekktu@gmail.com>
11771         * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
11772         (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
11773         time to silence the byte-compiler.
11775         * ibuffer.el (ibuffer-compile-make-eliding-form)
11776         (ibuffer-check-formats): Use `with-no-warnings' to hide references
11777         to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
11778         so it's silly to get warnings for it).
11779         (ibuffer-auto-mode, ibuffer-cached-filter-formats)
11780         (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
11781         (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
11782         (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
11783         (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
11784         (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
11785         Defvar at compile time.
11786         (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
11787         (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
11788         Declare them before use.
11790         * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
11791         (info-xref-good, info-xref-bad): Defvar at compile time.
11793         * obsolete/mlsupport.el (filter-region, execute-monitor-command):
11794         Use `let*' instead of `let'.
11796         * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
11797         (*mouse-y*, menu, char): Defvar at compile time.
11798         (sc::menu): Declare it before use.
11799         (sc::pack-one-line): Use `let', not `let*'.
11801         * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
11802         (mail-send-hook): Defvar at compile time.
11804         * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
11805         Defvar at compile time.
11807         * term/sun-mouse.el (current-global-mousemap)
11808         (current-local-mousemap): Declare them before use.
11810 2005-08-24  Carsten Dominik  <dominik@science.uva.nl>
11812         * bookmark.el (bookmark-after-jump-hook): New hook.
11813         (bookmark-jump): Run `bookmark-after-jump-hook'.
11815 2005-08-23  Juri Linkov  <juri@jurta.org>
11817         * faces.el (minibuffer-prompt): Doc fix.
11819 2005-08-23  Juanma Barranquero  <lekktu@gmail.com>
11821         * progmodes/xscheme.el: Trivial changes to silence warnings.
11822         (xscheme-previous-mode, xscheme-previous-process-state):
11823         Add defvars.
11824         (xscheme-last-input-end, xscheme-process-command-line)
11825         (xscheme-process-name, xscheme-buffer-name)
11826         (xscheme-expressions-ring-max, xscheme-expressions-ring)
11827         (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
11828         (xscheme-control-g-synchronization-p)
11829         (xscheme-control-g-disabled-p, xscheme-string-receiver)
11830         (default-xscheme-runlight, xscheme-runlight)
11831         (xscheme-runlight-string, xscheme-process-filter-state)
11832         (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
11833         Move to beginning of file.
11834         (scheme-interaction-mode-commands-alist)
11835         (scheme-interaction-mode-map, scheme-debugger-mode-map):
11836         Declare them before use.  Note: the initialization code for the variables
11837         has not been moved because it uses functions that reference the variables.
11838         (xscheme-control-g-message-string, xscheme-process-filter-alist)
11839         (xscheme-prompt-for-expression-map): Declare them before use.
11840         (scheme-debugger-mode-commands): "?\ " -> "?\s".
11842 2005-08-23  Ed Swarthout  <ed.swarthout@gmail.com>  (tiny change)
11844         * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
11846 2005-08-22  Juri Linkov  <juri@jurta.org>
11848         * faces.el (set-face-underline): Delete this duplicate function
11849         and make an obsolete alias to set-face-underline-p.
11850         (set-face-underline-p): Use docstring of set-face-underline.
11851         (describe-face): Create hyperlink to parent face.
11853         * info.el (Info-insert-dir): Use save-excursion around
11854         insert-buffer-substring.
11855         (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
11856         (Info-escape-percent): Delete function.
11857         (Info-fontify-node): Replace Info-escape-percent by
11858         replace-regexp-in-string with REP arg set to lambda that
11859         duplicates `%' and preserves text properties.
11861         * progmodes/compile.el (compilation-disable-input): Doc fix.
11862         (define-compilation-mode): Doc fix and refill.
11863         (kill-compilation): Use `mode-name' in the error message.
11864         (compilation-find-file): Use `compilation-error' in the
11865         read-file-name's prompt.
11867 2005-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11869         * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
11870         (smerge-auto-leave): Make undo re-enable the mode.
11871         (debug-ignored-errors): Add the user-error of impossible resolution.
11872         (smerge-resolve): Move things around a bit, in preparation for later.
11873         (smerge-diff): Don't fail if the buffer has no associated file.
11874         (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
11875         (smerge-conflict-overlay): New function.
11876         (smerge-match-conflict): Don't add text properties here.
11877         (smerge-find-conflict): Instead, add an overlay here.
11878         Also check for the case where we're inside a conflict already, so as to
11879         obviate the need for font-lock-multiline, which is unbearably slow with
11880         large conflicts and ciomplex font-lock patterns.
11881         (smerge-remove-props): Remove overlay rather than text-properties.
11882         (smerge-mode): Don't set font-lock-multiline.
11883         Remove overlays when turned off.
11885 2005-08-21  Kim F. Storm  <storm@cua.dk>
11887         * ido.el (ido-ignore-item-p): Use save-match-data.
11888         Bind case-fold-search to ido-case-fold locally.
11890 2005-08-20  Richard M. Stallman  <rms@gnu.org>
11892         * files.el (normal-mode): If font lock is on, turn it off and on.
11894         * subr.el (replace-regexp-in-string): Doc fix.
11896         * startup.el (command-line-1): Don't suppress startup screen
11897         due to existing processes.
11899         * progmodes/grep.el (grep): Bind compilation-disable-input to t.
11901         * progmodes/compile.el (compilation-disable-input): Default to nil.
11903 2005-08-20  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
11905         * progmodes/compile.el (compilation-disable-input): New defcustom.
11906         (compilation-start): If compilation-disable-input is non-nil, send
11907         EOF to the compilation process.
11909 2005-08-20  Eli Zaretskii  <eliz@gnu.org>
11911         * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
11912         Run the argument of tex-shell-cd-command through
11913         convert-standard-filename, to get the correct style of slashes on
11914         Windows, and enclose the result in quotes, in case the file name
11915         includes whitespace or other special characters.
11917 2005-08-19  Andreas Schwab  <schwab@suse.de>
11919         * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
11920         process.
11922 2005-08-18  Luc Teirlinck  <teirllm@auburn.edu>
11924         * cus-start.el (minibuffer-prompt-properties): Correct typo.
11926 2005-08-18  Kim F. Storm  <storm@cua.dk>
11928         * scroll-lock.el: Fix errors due to incorrect line wrapping.
11930 2005-08-18  Richard M. Stallman  <rms@gnu.org>
11932         * scroll-lock.el: New file.
11934 2005-08-18  Thien-Thi Nguyen  <ttn@gnu.org>
11936         * dired.el (dired-move-to-end-of-filename):
11937         Handle fifo as rendered by "ls -lF": Don't include trailing "|".
11939 2005-08-18  Kim F. Storm  <storm@cua.dk>
11941         * ido.el (ido-everywhere): Fix defcustom :set function to disable
11942         rather than toggle mode when custom value is nil.
11943         (ido-everywhere): Fix defun doc string.
11945 2005-08-17  Richard M. Stallman  <rms@gnu.org>
11947         * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
11948         as tag instead of "Inviolable".
11950 2005-08-17  Kim F. Storm  <storm@cua.dk>
11952         * windmove.el (windmove-coordinates-of-position): Remove.
11953         (windmove-coordinates-of-window-position): Remove.
11954         (windmove-reference-loc): Use posn-at-point instead.
11956         * subr.el (insert-for-yank-1): Doc fix.
11958         * ido.el (ido-enter-matching-directory): Rename from
11959         ido-enter-single-matching-directory.  Change `slash' choice to
11960         `only'.  Add `first' choice.
11961         (ido-exhibit): Adapt to above changes.
11963 2005-08-16  Luc Teirlinck  <teirllm@auburn.edu>
11965         * Makefile.in: Expand comment about building loaddefs.el.
11967 2005-08-16  Nick Roberts  <nickrob@snap.net.nz>
11969         * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
11970         Comment use of defadvice.
11972         * progmodes/gud.el (gud-jump): Rework for gdb-ui.
11974 2005-08-15  Dan Nicolaescu  <dann@ics.uci.edu>
11976         * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
11977         * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
11978         * progmodes/gdb-ui.el, progmodes/idlw-help.el,
11979         * progmodes/idlw-shell.el, progmodes/ld-script.el,
11980         * progmodes/which-func.el, ruler-mode.el, strokes.el,
11981         * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
11982         for backward compatibility for faces that did not appear in the
11983         previous Emacs release.
11985         * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
11987 2005-08-15  Kim F. Storm  <storm@cua.dk>
11989         * emulation/cua-base.el (cua-delete-region): Return t if
11990         deleted region was non-empty.
11991         (cua-replace-region): Inhibit overwrite-mode for
11992         self-insert-command if replaced region was non-empty.
11993         (cua--explicit-region-start, cua--status-string): Make them
11994         buffer-local at top-level...
11995         (cua-mode): ...rather than when mode is enabled.
11997 2005-08-15  Thien-Thi Nguyen  <ttn@gnu.org>
11999         * progmodes/vhdl-mode.el (vhdl-emacs-21):
12000         Set t for Emacs 21, 22, and so on.
12002 2005-08-15  David Ponce  <david@dponce.com>
12004         * tree-widget.el: Update Commentary header.
12005         (tree-widget-theme): Doc fix.
12006         (tree-widget-space-width): New option.
12007         (tree-widget-image-properties): Look up in the default theme too.
12008         (tree-widget--cursors): Only for images with arrow pointer shape.
12009         (tree-widget-lookup-image): Pointer shape is hand by default.
12010         (tree-widget-icon): Rename generic icon widget from
12011         `tree-widget-control'.
12012         (tree-widget-*-icon): Rename from `tree-widget-*-control' and
12013         derive from `tree-widget-icon'.
12014         (tree-widget-handle): Improve default look and feel of the text
12015         representation.
12016         (tree-widget): Rename :*-control properties to :*-icon properties.
12017         Add :action and :help-echo properties.
12018         (tree-widget-after-toggle-functions): Move.
12019         (tree-widget-close-node, tree-widget-open-node): Remove.
12020         (tree-widget-before-create-icon-functions): New hook.
12021         (tree-widget-value-create): Update to allow customization of icons
12022         and nodes at run-time via that new hook.
12023         (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
12024         (tree-widget-icon-action, tree-widget-icon-help-echo)
12025         (tree-widget-action, tree-widget-help-echo): New functions.
12027 2005-08-15  Kim F. Storm  <storm@cua.dk>
12029         * ido.el (ido-buffer-internal): Use with-no-warnings.
12030         (ido-make-merged-file-list): Use while-no-input.
12032 2005-08-15  Richard M. Stallman  <rms@gnu.org>
12034         * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
12035         (flyspell-large-region): Fix doc and custom type.
12037 2005-08-14  Richard M. Stallman  <rms@gnu.org>
12039         * files.el (interpreter-mode-alist): Doc fix.
12041         * mail/rmail.el (rmail-nonignored-headers): New variable.
12042         (rmail-clear-headers): Use it.
12043         (rmail-reply): Better handling of mail-followup-to header.
12045         * progmodes/sh-script.el (sh-font-lock-keywords-var):
12046         Rename variable from sh-font-lock-keywords.  In the `shell' entry,
12047         don't try to refer to executable-font-lock-keywords.
12048         (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
12049         (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
12050         (sh-font-lock-keywords): Append executable-font-lock-keywords here.
12051         (sh-mode): Set comment-start-skip, local-abbrev-table,
12052         imenu-case-fold-search.
12053         (sh-set-shell): Don't set them here.
12054         (sh-feature): Simplify.  Get rid of the eval-a-variable feature.
12055         Don't cache the results in the original alist; don't ever modify
12056         that alist.
12058         * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
12060         * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
12061         empty.
12063 2005-08-15  Andreas Schwab  <schwab@suse.de>
12065         * desktop.el: Put autoload cookie at risky-local-variable declarations.
12067         * dired.el, info.el, mail/rmail.el: Revert last change.
12069 2005-08-14  Thien-Thi Nguyen  <ttn@gnu.org>
12071         * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
12072         modification in `eval-after-load' form.
12073         * info.el: Likewise.
12074         * mail/rmail.el: Likewise.
12076 2005-08-14  Juri Linkov  <juri@jurta.org>
12078         * progmodes/compile.el (compilation-mode-font-lock-keywords):
12079         Remove highlighting of "Compilation started".  Highlight only
12080         the word "finished" in "Compilation finished".  Add highlighting
12081         of "interrupt", "killed", "terminated" and the exit code.
12082         (compilation-start): Add newline after header.  Use exactly the
12083         same time stamp format as the finishing message.
12084         (compilation-mode-map): Add ellipsis to "Search Files (grep)".
12086         * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
12087         (grep-mode-font-lock-keywords): Don't highlight "Grep started".
12088         Add highlighting of "interrupt", "killed", "terminated".
12090         * delsel.el (delete-selection-pre-hook): If overwrite-mode is
12091         enabled and the current command is self-insert-command, call it
12092         explicitly with overwrite-mode bound to nil, to not allow it
12093         to delete the character after the selected region.
12095 2005-08-12  Matt Hodges  <MPHodges@member.fsf.org>
12097         * emacs-lisp/eldoc.el: Add move-beginning-of-line,
12098         move-end-of-line, end-of-line, and beginning-of-line to the list
12099         of commands after which the echo area is updated.
12101 2005-08-12  Eli Zaretskii  <eliz@gnu.org>
12103         * cus-edit.el (custom-save-all, custom-save-delete):
12104         Bind recentf-exclude to exclude custom-file.
12106 2005-08-12  Ehud Karni  <ehud@unix.mvs.co.il>
12108         * mail/rmailsum.el (rmail-summary-end-of-message): New command
12109         to go to the bottom of the mail message.  Added to
12110         `rmail-summary-mode-map' with key "/".
12111         (rmail-summary-show-message): New (internal) function for use by
12112         both `rmail-summary-beginning/end-of-message'.
12113         (rmail-summary-beginning-of-message): Change to use
12114         rmail-summary-show-message.
12116         * mail/rmail.el (rmail-end-of-message): New command to go to the
12117         end of the current message.  Added to `rmail-mode-map' with key "/".
12118         (rmail-beginning-of-message): Fix to work as documented.
12119         (rmail-mode): Change documentation.
12121         * progmodes/compile.el (compilation-start): Add the line
12122         "Compilation started" with compilation start time.
12123         (compilation-mode-font-lock-keywords): Add `started' to keywords.
12125 2005-08-11  Luc Teirlinck  <teirllm@auburn.edu>
12127         * menu-bar.el (menu-bar-options-menu): Standardize capitalization
12128         of menu items.
12130 2005-08-11  Richard M. Stallman  <rms@gnu.org>
12132         * simple.el (pop-global-mark): Reverse test of widen-automatically.
12134         * battery.el (battery-status-function): Don't use ignore-errors.
12136 2005-08-11  Lute Kamstra  <lute@gnu.org>
12138         * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
12139         define-obsolete-variable-alias.
12141 2005-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12143         * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
12144         (ange-ftp-send-cmd): Revert last change, and expand
12145         the comment explaining the problem.
12147 2005-08-10  Luc Teirlinck  <teirllm@auburn.edu>
12149         * ldefs-boot.el: Update.
12151         * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
12152         item to "Time, Load and Mail".  Change help echo text.
12154         * time.el (display-time-use-mail-icon, display-time-format)
12155         (display-time-string-forms): Shorten first line of docstrings.
12157 2005-08-10  Lars Hansen  <larsh@soem.dk>
12159         * desktop.el (desktop-buffer-mode-handlers):
12160         Make non-customizable.  Add autoload cookie.  Change initial value to
12161         nil; add elements in respective modules instead.  Fix doc string.
12162         (desktop-load-file): New function.
12163         (desktop-minor-mode-handlers): New autoloaded variable.
12164         (desktop-create-buffer): Call minor mode handlers.
12165         Use desktop-load-file to load major and minor mode modules prior to
12166         checking for a handler.
12167         (desktop-save): Don't add nil to desktop-minor-modes for minor
12168         modes with nil function in desktop-minor-mode-table.  Don't delete
12169         desktop file before rewriting it.
12170         (desktop-locals-to-save): Add autoload cookie.  Don't make
12171         automatically buffer-local.  Add variables column-number-mode,
12172         size-indication-mode, indent-tabs-mode,
12173         indicate-buffer-boundaries, indicate-empty-lines and
12174         show-trailing-whitespace.
12175         (desktop-clear): Allow desktop-clear-preserve-buffers to contain
12176         regexps.  Don't use desktop-clear-preserve-buffers-regexp.
12177         (desktop-clear-preserve-buffers-regexp): Delete.
12178         (desktop-clear-preserve-buffers): Update initial value and docstring.
12179         (desktop-save-buffer): Fix doc string.
12181         * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
12182         (hilit-chg-desktop-restore): New function.
12183         (highlight-changes-mode): Add highlight-changes-mode to
12184         desktop-locals-to-save.
12186         * dired.el: Add handler to desktop-buffer-mode-handlers.
12187         (dired-restore-desktop-buffer): Remove autoload cookie.
12188         (dired-mode): Add autoload cookie.
12190         * info.el: Add handler to desktop-buffer-mode-handlers.
12191         (Info-restore-desktop-buffer): Remove autoload cookie.
12192         (Info-mode): Add autoload cookie.
12194         * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
12195         (mh-restore-desktop-buffer): Remove autoload cookie.
12196         (mh-folder-mode): Add autoload cookie.
12198         * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
12199         (rmail-restore-desktop-buffer): Remove autoload cookie.
12201 2005-08-11  Masatake YAMATO  <jet@gyve.org>
12203         * hexl.el (hexl-address-region):
12204         (hexl-ascii-region, hexl-font-lock-keywords):
12205         (hexl-highlight-line-range): Use the term "region"
12206         instead of "area" for consistency with the other symbols
12207         defined in hexl.el.
12209 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
12211         * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
12212         correct group: it is set with `menu-bar-make-mm-toggle' (pointed
12213         out by Juri Linkov).  Add `display-battery-mode'.
12215 2005-08-09  Juri Linkov  <juri@jurta.org>
12217         * progmodes/compile.el (compilation-mode-font-lock-keywords):
12218         Remove `-text' from face variable names.
12219         (compilation-error-file-name, compilation-warning-file-name)
12220         (compilation-info-file-name): Delete faces.
12221         (compilation-line-number, compilation-column-number):
12222         Remove face underlining.
12223         (compilation-message-face): Set to `underline' value by default.
12224         (compilation-error-face, compilation-warning-face)
12225         (compilation-info-face): Remove `-file-name' from face names.
12226         (compilation-error-text-face, compilation-warning-text-face)
12227         (compilation-info-text-face): Delete face variables.
12228         (compilation-text-face): Delete function.
12230         * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
12231         (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
12232         (grep-error-face): Set to `compilation-error' instead of
12233         `compilation-error-face' (which is redefined to `grep-hit-face' in
12234         grep buffers).
12235         (grep-mode-font-lock-keywords): Remove `-text' from face variable
12236         names.  Use `grep-error-face' instead of `compilation-error-text-face'.
12238         * dired-aux.el (dired-do-query-replace-regexp):
12239         Use `query-replace-read-args'.
12241         * replace.el (query-replace-read-from, query-replace-read-to)
12242         (query-replace-read-args): Rename arg `string' to `prompt'.
12244         * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
12246 2005-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
12248         * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
12249         uploading files.
12250         (ange-ftp-canonize-filename): Handle file names beginning with ~
12251         correctly.
12253 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
12255         * textmodes/fill.el (canonically-space-region)
12256         (fill-context-prefix, fill-french-nobreak-p)
12257         (fill-delete-newlines, fill-comment-paragraph)
12258         (justify-current-line): "?\ " -> "?\s".
12260 2005-08-09  Ben North  <ben@redfrontdoor.org>  (tiny change)
12262         * textmodes/fill.el (fill-nonuniform-paragraphs):
12263         Improve argument/docstring consistency.
12265 2005-08-09  Richard M. Stallman  <rms@gnu.org>
12267         * textmodes/ispell.el (ispell-word): More fboundp checks.
12269         * files.el (find-file-noselect): Don't call set-buffer-major-mode.
12270         (find-file-noselect-1): Call it here, only if RAWFILE.
12271         (normal-mode): Always set some major mode.
12272         (save-some-buffers-action-alist): Change some explanation strings.
12273         (file-name-non-special): In the `quote' method, use unwind-protect.
12275 2005-08-09  Magnus Henoch  <mange@freemail.hu>
12277         * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
12278         (ispell-have-aspell-dictionaries): New variable.
12279         (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
12280         (ispell-get-aspell-config-value): New function.
12281         (ispell-aspell-find-dictionary): New function.
12282         (ispell-aspell-add-aliases): New function.
12283         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
12284         appropriate.  Don't look for ispell dictionaries if we use aspell.
12285         (ispell-menu-map): Don't build a submenu of dictionaries.
12287 2005-08-09  Richard M. Stallman  <rms@gnu.org>
12289         * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
12290         (sql-read-passwd): Use read-passwd.
12292         * progmodes/idlw-toolbar.el (idlwave-toolbar)
12293         (idlwave-toolbar-is-possible): Add defvars.
12295         * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
12296         Avoid warnings.
12298         * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
12299         (idlwave-system-class-info, idlwave-executive-commands-alist):
12300         Use defvar.
12302         * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
12304         * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
12305         Avoid warnings.
12307         * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
12308         and content-type: headers.
12310         * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
12312         * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
12313         and rename some of them to be more self-explanatory.
12315         * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
12317         * startup.el (command-line-1): Implement -scriptload.
12319         * replace.el (occur-engine): Initial *Occur* output not undoable.
12321         * menu-bar.el (menu-bar-file-menu): Rename some menu items
12322         and improve help strings.
12324         * isearch.el (isearch-repeat): When changing direction,
12325         mark search successful.
12327         * ediff-init.el: Use (featurep 'xemacs).
12329         * comint.el (send-invisible): Identify buffer, if not selected.
12331         * align.el: Delete autoload for c-guess-basic-syntax.
12333 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
12335         * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
12336         Improve argument/docstring consistency.  Doc fixes.
12337         (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
12338         (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
12339         (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
12340         (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
12341         (r2bv-organization, r2bv-pages, r2bv-primary-author)
12342         (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
12343         (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
12344         Defvar at compile time.
12346 2005-08-09  Juri Linkov  <juri@jurta.org>
12348         * info.el: Replace `info' with upper-case `Info' where appropriate.
12349         (info-title-1, info-title-2, info-title-3, info-title-4)
12350         (info-menu-header): Move up face definitions.
12351         (info-menu-star): Rename from `info-menu-5'.
12352         (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
12353         (Info-fontify-visited-nodes): Fix docstring.
12354         (Info-hide-note-references): Fix docstring.
12355         (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
12356         menu items in the same way as on cross-references.
12357         (info-apropos): Fix sorting order and formatting to be like in the
12358         stand-alone Info browser.  Display error messages for 1 sec.
12359         (Info-mode-map): Move down `c' key binding.  Bind `^' to `Info-up'.
12360         (Info-mode-menu): Remove item for `Info-search-case-sensitively'
12361         from the menu bar.
12362         (Info-insert-dir): Restore point after calling
12363         `insert-buffer-substring'.
12365 2005-08-08  Richard M. Stallman  <rms@gnu.org>
12367         * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
12368         (recompute-lucid-menubar): Add defvars.
12370         * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
12372         * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
12374         * net/net-utils.el (run-dig): Rename from `dig'.
12376         * play/gametree.el (gametree-mode): Use make-local-variable,
12377         not make-variable-buffer-local.
12379         * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
12381         * ansi-color.el (ansi-color-make-extent)
12382         (ansi-color-set-extent-face): Use fboundp, not functionp.
12384         * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
12385         not make-variable-buffer-local.
12387         * bookmark.el (Info-current-file): Add defvar.
12388         (bookmark-jump-noselect): Use with-no-warnings.
12390         * completion.el (c-mode-map, fortran-mode-map): Add defvars.
12392         * ebuff-menu.el (Helper-return-blurb): Add defvar.
12394         * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
12396         * find-file.el (ada-procedure-start-regexp)
12397         (ada-package-start-regexp): Add defvars.
12399         * info.el (Info-insert-dir): Use insert-buffer-substring.
12401         * xml.el (xml-att-def-re): Add defvar.
12403         * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
12404         calling convention.
12406         * subr.el (while-no-input): Return t if there is input.
12408 2005-08-08  Luc Teirlinck  <teirllm@auburn.edu>
12410         * cus-start.el (all): Add `overflow-newline-into-fringe'.
12412 2005-08-08  Juanma Barranquero  <lekktu@gmail.com>
12414         * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
12415         (scheme-prev-l/c-dir/file): Fix typos in docstrings.
12417 2005-08-08  Emilio C. Lopes  <eclig@gmx.net>
12419         * cmuscheme.el (scheme-start-file): Replace reference to
12420         `user-emacs-directory' by "~/.emacs.d/".
12422 2005-08-08  Thien-Thi Nguyen  <ttn@gnu.org>
12424         * info.el (Info-dir-remove-duplicates): Avoid case folding
12425         in loop; instead, keep downcased strings for comparison.
12426         Suggested by Helmut Eller.
12428 2005-08-07  Michael Albinus  <michael.albinus@gmx.de>
12430         Sync with Tramp 2.0.50.
12432         * net/tramp.el: Remove defvar of `last-coding-system-used' in the
12433         XEmacs case; not necessary anymore.
12434         (tramp-user-regexp): Allow "@" as part of user name.
12435         (tramp-handle-set-visited-file-modtime)
12436         (tramp-handle-insert-file-contents)
12437         (tramp-handle-write-region): No special handling for
12438         `last-coding-system-used, because this is done in
12439         `tramp-accept-process-output' now.
12440         (tramp-accept-process-output): New defun.
12441         (tramp-process-one-action, tramp-process-one-multi-action)
12442         (tramp-wait-for-regexp, tramp-wait-for-output)
12443         (tramp-discard-garbage-erase-buffer): Call it.  Reported by David
12444         Howells <dhowells@redhat.com>.
12445         (clear-visited-file-modtime): Defadvice removed.  The check for
12446         unset buffer's modtime does not need to be based on
12447         `tramp-buffer-file-attributes'.  Suggested by RMS.
12448         (tramp-message): Insert "\n" if not being at beginning of line.
12449         (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
12450         sequence with same logic.
12451         (tramp-completion-handle-expand-file-name): Discard call of
12452         `tramp-drop-volume-letter'.  It is not necessary, and there have
12453         been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
12454         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
12455         (tramp-do-copy-or-rename-file-out-of-band): Transfer message
12456         should always be visible.
12457         (tramp-handle-insert-directory, tramp-setup-complete)
12458         (tramp-set-process-query-on-exit-flag)
12459         (tramp-append-tramp-buffers): Pacify byte-compiler.
12460         (tramp-bug): Delete non-existing variables from list.
12461         Apply `tramp-load-report-modules' as pre-hook.
12462         Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
12463         `shell-prompt-pattern' because of non-7bit characters.
12464         Reported by Sebastian Luque <sluque@mun.ca>.
12465         (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
12466         (tramp-match-string-list): Remove function.
12467         (tramp-wait-for-regexp): Remove call of that function.
12468         Suggested by Kim F. Storm <storm@cua.dk>.
12469         (tramp-set-auto-save-file-modes): Use octal integer code #o600
12470         instead of octal character code ?\600.  The latter resulted in a
12471         syntax error with XEmacs.
12473         * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
12474         XEmacs case; not necessary anymore.
12475         (tramp-smb-handle-write-region): No special handling for
12476         `last-coding-system-used, because this is done in
12477         `tramp-accept-process-output' now.
12478         (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
12480 2005-08-06  Luc Teirlinck  <teirllm@auburn.edu>
12482         * wid-edit.el (widget-choice-value-create):
12483         Unconditionally respect user choice.  Set :explicit-choice back to nil
12484         when no longer needed.
12485         (widget-choice-action): Unconditionally respect user choice.
12486         Eliminate :explicit-choice-value.
12488         * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
12490         * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
12491         with `indicate-empty-lines' and `indicate-buffer-boundaries'.
12492         (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
12493         running new function `toggle-indicate-empty-lines'.
12494         Rename "Customize" item to "Customize fringe".
12495         Rename "Indicators" item to "Buffer boundaries" and change help echo.
12496         (menu-bar-showhide-fringe-ind-menu): Change several help echos.
12497         Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
12498         Delete "Empty lines only" item.
12499         (menu-bar-showhide-fringe-ind-customize): New function.
12500         (menu-bar-showhide-fringe-ind-mixed)
12501         (menu-bar-showhide-fringe-ind-box)
12502         (menu-bar-showhide-fringe-ind-right)
12503         (menu-bar-showhide-fringe-ind-left)
12504         (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
12505         instead of `fringe-indicators'.
12507 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
12509         * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
12510         Change the date of last update.
12512 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
12514         * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
12515         (viper-exec-yank, viper-put-back): Don't display modification msg
12516         if in the minibuffer.
12518         * viper-init.el (viper-replace-overlay-cursor-color)
12519         (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
12520         Make variables frame local.
12522         * viper-util.el (viper-append-filter-alist): Use append instead of
12523         nconc.
12525         * viper.el (viper-vi-state-mode-list)
12526         (viper-emacs-state-mode-list): Move help-mode and
12527         completion-list-mode from the first list to the second.
12528         (viper-mode): Docstring.
12529         (viper-go-away, viper-non-hook-settings): Don't localize
12530         minor-mode-alist in newer Emacsen.  Add advice to
12531         set-cursor-color.  Don't bind "\C-c\\".
12533 2005-08-06  Emilio C. Lopes  <eclig@gmx.net>
12535         * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
12536         (scheme-macro-expand-command): New user options.
12537         (scheme-trace-procedure, scheme-expand-current-form): New commands.
12538         (scheme-form-at-point, scheme-start-file)
12539         (scheme-interactively-start-process): New functions.
12540         (scheme-get-process): New function, extracted from `scheme-proc'.
12541         (run-scheme): Call `scheme-start-file' to get start file, and pass
12542         it to `make-comint'.
12543         (switch-to-scheme, scheme-proc):
12544         Call `scheme-interactively-start-process' if no Scheme buffer/process
12545         is available.
12547 2005-08-06  Juri Linkov  <juri@jurta.org>
12549         * progmodes/compile.el (compilation-mode-font-lock-keywords):
12550         Use `compilation-text-face', `compilation-info-text-face' and
12551         `compilation-error-text-face' instead of `font-lock-keyword-face'.
12552         (compilation-error): New face.
12553         (compilation-error-file-name): Inherit from
12554         `compilation-error' instead of `font-lock-warning-face'.
12555         (compilation-warning-file-name): Inherit from
12556         `compilation-warning' instead of `font-lock-warning-face'.
12557         (compilation-info, compilation-error-file-name)
12558         (compilation-warning-file-name, compilation-info-file-name)
12559         (compilation-line-number, compilation-column-number): Doc fix.
12560         (compilation-error-text-face, compilation-warning-text-face)
12561         (compilation-info-text-face): New face variables.
12562         (compilation-line-face, compilation-column-face)
12563         (compilation-enter-directory-face)
12564         (compilation-leave-directory-face): Doc fix.
12565         (compilation-text-face): New function.
12567         * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
12568         instead of 1 to display binary file names as info file links.
12569         (grep-error-face): Use `compilation-error-face' instead of
12570         `font-lock-keyword-face'.
12571         (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
12572         and `compilation-warning-text-face' instead of
12573         `font-lock-keyword-face'.  Use `compilation-error-text-face'
12574         instead of `grep-error-face'.
12576 2005-08-05  Kenichi Handa  <handa@m17n.org>
12578         * international/code-pages.el: Add autoload cookies for all coding
12579         systems.
12581 2005-08-04  Luc Teirlinck  <teirllm@auburn.edu>
12583         * cus-start.el (all): Put undo.c where it alphabetically belongs.
12585 2005-08-04  Juri Linkov  <juri@jurta.org>
12587         * progmodes/compile.el (compilation-mode-map):
12588         * progmodes/grep.el (grep-mode-map):
12589         Bind TAB to `compilation-next-error' and [backtab] to
12590         `compilation-previous-error'.
12592         * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
12593         matching line numbers, column numbers and their ranges with regexp
12594         matching only line numbers.
12595         (grep-context-face): New face variable.
12596         (grep-mode-font-lock-keywords): Use it.
12598         * faces.el (read-face-name): Delete duplicate faces.
12600 2005-08-02  Juanma Barranquero  <lekktu@gmail.com>
12602         * thumbs.el (thumbs-find-image): Don't make variables
12603         automatically buffer local.
12604         (thumbs-current-tmp-filename, thumbs-current-image-filename)
12605         (thumbs-image-num): Make automatically buffer local.
12606         (thumbs-show-thumbs-list): Use `make-local-variable', not
12607         `make-variable-buffer-local'.
12608         (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
12610         * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
12611         (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
12612         (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
12613         (bother, bye, canyou, chatlst, continue, deathlst, describe)
12614         (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
12615         (feelings-about, foullst, found, hello, history, howareyoulst)
12616         (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
12617         (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
12618         (neglst, obj, object, owner, please, problems, qlist)
12619         (random-adjective, relation, remlst, repetitive-shortness)
12620         (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
12621         (shortlst, something, sportslst, stallmanlst, states, subj)
12622         (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
12623         (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
12624         Defvar at compile time.
12626         * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
12627         not `make-variable-buffer-local'.
12629 2005-08-02  Kim F. Storm  <storm@cua.dk>
12631         * emulation/cua-rect.el (cua--highlight-rectangle): Only show
12632         rectangle overlay in selected window.
12634 2005-08-01  Luc Teirlinck  <teirllm@auburn.edu>
12636         * cus-start.el (all): Put `indicate-empty-lines' in fringe group
12637         instead of display group.  Make `indicate-buffer-boundaries'
12638         customizable through Custom.
12640 2005-08-01  Juanma Barranquero  <lekktu@gmail.com>
12642         * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
12643         (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
12644         (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
12645         (gdb-put-string): Fix typos in docstrings.
12647 2005-08-01  Nick Roberts  <nickrob@snap.net.nz>
12649         Update copyright notices of files in progmodes directory for
12650         release of Emacs 22.1.
12652         * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
12654         * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
12655         Don't barf if the GUD buffer has been killed.
12657 2005-08-01  Kim F. Storm  <storm@cua.dk>
12659         * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
12661 2005-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12663         * simple.el (next-error-follow-minor-mode):
12664         make-variable-buffer-local -> make-local-variable.
12666         * emacs-lisp/cl-extra.el: Require CL also when compiling.
12668         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
12669         (byte-compile-form-make-variable-buffer-local): New functions to warn
12670         about misuses of make-variable-buffer-local where make-local-variable
12671         was meant.
12673 2005-07-29  Juanma Barranquero  <lekktu@gmail.com>
12675         * bs.el (bs-attributes-list): Doc fix.
12676         (bs): Update url-link.
12678         * desktop.el (desktop-save-buffer): Fix typos in docstring.
12679         (desktop-load-default): Simplify.
12681         * ibuffer.el (ibuffer-columnize-and-insert-list)
12682         (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
12683         (ibuffer-unmark-all, ibuffer-toggle-marks)
12684         (ibuffer-unmark-forward, ibuffer-unmark-backward)
12685         (ibuffer-compile-make-format-form, ibuffer-format-column)
12686         (ibuffer-current-buffers-with-marks)
12687         (ibuffer-update-title-and-summary): "?\ " -> "?\s".
12688         (ibuffer): Doc fix.
12689         (ibuffer-mode): Fix typo in docstring.
12690         (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
12691         with `define-obsolete-variable-alias'.
12692         (ibuffer-elide-long-columns): Mark as obsolete.  Doc fix.
12694 2005-07-29  Kenichi Handa  <handa@m17n.org>
12696         * international/mule-cmds.el (select-message-coding-system):
12697         Be sure to use LF for end-of-line.  If no coding system is decided,
12698         return iso-8859-1-unix.
12700 2005-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12702         * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
12703         (ange-ftp-pending-error-line): New vars.
12704         (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
12705         to handle the non-fatal no-route-to-host messages.
12706         (internal-ange-ftp-mode): Make the no-match regexp more efficient.
12708 2005-07-28  Juanma Barranquero  <lekktu@gmail.com>
12710         * isearch.el (isearch-mode-map, isearch-other-meta-char)
12711         (isearch-quote-char, isearch-printing-char)
12712         (isearch-text-char-description): "?\ " -> "?\s".
12713         (isearch-lazy-highlight-cleanup)
12714         (isearch-lazy-highlight-initial-delay)
12715         (isearch-lazy-highlight-interval)
12716         (isearch-lazy-highlight-max-at-a-time)
12717         (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
12718         Declare with define-obsolete-*-alias macros.
12719         (isearch-forward): Fix typo in docstring.
12720         (search-invisible, search-ring-yank-pointer)
12721         (regexp-search-ring-yank-pointer): Doc fixes.
12723         * recentf.el (recentf-menu-append-commands-p): Declare with
12724         `define-obsolete-variable-alias'.
12725         (recentf-max-saved-items, recentf-menu-filter)
12726         (recentf-arrange-by-rule-subfilter): Doc fixes.
12727         (recentf-menu-append-commands-flag)
12728         (recentf-initialize-file-name-history, recentf-expand-file-name)
12729         (recentf-clear-data): Fix typos in docstrings.
12731 2005-07-28  Nick Roberts  <nickrob@snap.net.nz>
12733         * progmodes/gdb-ui.el: Smarten comments.
12734         (gdb-info-breakpoints-custom): Use nowarn when finding file.
12736 2005-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
12738         * term/apollo.el (terminal-init-apollo): New function containing
12739         all former top level forms in the file.
12740         * term/bobcat.el (terminal-init-bobcat):
12741         * term/cygwin.el (terminal-init-cygwin):
12742         * term/iris-ansi.el (terminal-init-iris-ansi):
12743         * term/linux.el (terminal-init-linux):
12744         * term/news.el (terminal-init-news):
12745         * term/rxvt.el (terminal-init-rxvt):
12746         * term/sun.el (terminal-init-sun):
12747         * term/tvi970.el (terminal-init-tvi970):
12748         * term/vt100.el (terminal-init-vt100):
12749         * term/vt102.el (terminal-init-vt102):
12750         * term/vt125.el (terminal-init-vt125):
12751         * term/vt200.el (terminal-init-vt200):
12752         * term/vt201.el (terminal-init-vt201):
12753         * term/vt220.el (terminal-init-vt220):
12754         * term/vt240.el (terminal-init-vt240):
12755         * term/vt300.el (terminal-init-vt300):
12756         * term/vt320.el (terminal-init-vt320):
12757         * term/vt400.el (terminal-init-vt400):
12758         * term/vt420.el (terminal-init-vt420):
12759         * term/wyse50.el (terminal-init-wyse50):
12760         * term/xterm.el (terminal-init-xterm): Likewise.
12762         * term/README: Describe the terminal-init-* functionality.
12764         * startup.el (command-line): After loading the terminal initialization
12765         file call the corresponding terminal initialization function.
12767 2005-07-27  Kenichi Handa  <handa@m17n.org>
12769         * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
12770         negative.
12772         * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
12773         (ps-mule-composition-prologue): Fix for the case that
12774         RelativeCompose is false.
12776 2005-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12778         * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
12780         * descr-text.el (describe-char): Handle the case where the list of
12781         chars is displayed in a separate frame.
12782         Be a bit more discriminating when looking for the char.
12784 2005-07-26  Juanma Barranquero  <lekktu@gmail.com>
12786         * bookmark.el (bookmark-automatically-show-annotations)
12787         (bookmark-read-annotation-text-func): Doc fixes.
12788         (bookmark-save): Improve argument/docstring consistency.
12789         (bookmark-get-bookmark, bookmark-get-bookmark-record)
12790         (bookmark-alist-from-buffer)
12791         (bookmark-upgrade-file-format-from-0)
12792         (bookmark-grok-file-format-version)
12793         (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
12794         (bookmark-read-annotation-mode)
12795         (bookmark-insert-current-bookmark, bookmark-jump)
12796         (bookmark-exit-hook): Fix typos in docstrings.
12797         (bookmark-exit-hooks): Define as obsolete alias.
12798         (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
12799         not `bookmark-exit-hooks'.  Fix docstring.
12800         (bookmark-bmenu-select): "?\ " -> "?\s".
12802 2005-07-25  Ari Roponen  <arjuropo@cc.jyu.fi>  (tiny change)
12804         * startup.el (command-line): Fix typo.
12806 2005-07-24  Richard M. Stallman  <rms@gnu.org>
12808         * tooltip.el (tooltip-mode): Test emacs-basic-display,
12809         not emacs-quick-startup.
12811 2005-07-24  Juanma Barranquero  <lekktu@gmail.com>
12813         * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
12814         (reb-next-match, reb-show-subexp): Use `with-selected-window'
12815         instead of `reb-with-current-window'.
12816         (reb-prev-match): Likewise.  Also, don't move left if the search
12817         was unsuccessful.
12818         (reb-initialize-buffer): New function.
12819         (re-builder, reb-change-syntax): Use it.
12821         * man.el (Man-goto-page): Make second argument NOERROR optional.
12823 2005-07-23  Richard M. Stallman  <rms@gnu.org>
12825         * man.el (Man-bgproc-sentinel): Check here for failure to find
12826         any man page in the output, and report the error here.
12827         (Man-arguments): Make it permanent local.
12828         (Man-goto-page): New arg NOERROR.  Never kill the current buffer.
12829         (Man-mode): Pass t for NOERROR.
12831         * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
12832         (grep-mode-font-lock-keywords):
12833         Don't use compilation-...-face for messages that are not file names.
12835         * progmodes/compile.el (compilation-mode-font-lock-keywords):
12836         Don't use compilation-...-face for messages that are not file names.
12838 2005-07-22  Juri Linkov  <juri@jurta.org>
12840         * startup.el (normal-splash-screen): Update menu name.
12842         * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
12844 2005-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
12846         * term/xterm.el: Load term/rxvt if the terminal is actually an
12847         rxvt terminal.
12848         (xterm-rxvt-set-background-mode): Remove, not used anymore.
12850         * term/rxvt.el (function-key-map): Use substitute-key-definition
12851         to bind {C,S,C-S}-{f1-f10}.  Add a few missing key bindings.
12853         * term/cygwin.el: New file.
12855 2005-07-22  Kim F. Storm  <storm@cua.dk>
12857         * image-file.el (insert-image-file, image-file-yank-handler):
12858         Fix last change to maintain a (unique) yank-handler on yanked images.
12860 2005-07-22  Eduardo Mu\e,Aq\e(Boz  <emufer@terra.es>  (tiny change)
12862         * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
12863         of the file size (as in "177B" for 177 bytes).  This happens with
12864         "ls -lh" on FreeBSD.
12866 2005-07-22  Juanma Barranquero  <lekktu@gmail.com>
12868         * hilit-chg.el (highlight-changes-global-initial-state)
12869         (highlight-compare-buffers, hilit-chg-turn-on-maybe)
12870         (hilit-chg-fixup, highlight-changes-mode):
12871         Fix typos in docstrings.
12872         (highlight-changes-global-modes, highlight-changes-rotate-faces):
12873         Doc fixes.
12875 2005-07-21  Luc Teirlinck  <teirllm@auburn.edu>
12877         * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
12878         mode function using `eval-after-load'.
12880 2005-07-21  Kim F. Storm  <storm@cua.dk>
12882         * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
12883         included when reporting an emacs crash, and tell about the DEBUG file.
12885         * image-file.el (insert-image-file): Add yank-handler.
12886         (image-file-yank-handler): Yank handler to make unique copies of
12887         images when they are yanked into a buffer next to each other.
12889 2005-07-21  Juanma Barranquero  <lekktu@gmail.com>
12891         * comint.el (comint-use-prompt-regexp, comint-send-input)
12892         (comint-source-default, comint-extract-string)
12893         (comint-get-source, comint-word, comint-completion)
12894         (comint-source, comint-prompt-read-only, comint-update-fence):
12895         Fix typos in docstrings.
12896         (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
12897         Declare with define-obsolete-*-alias macros.
12898         (comint-previous-matching-input-from-input)
12899         (comint-next-matching-input-from-input)
12900         (comint-previous-matching-input, comint-next-matching-input)
12901         (comint-forward-matching-input):
12902         Improve argument/docstring consistency.
12904         * desktop.el (desktop-clear-preserve-buffers-regexp):
12905         Also preserve the *server* buffer.
12907         * simple.el (clone-indirect-buffer): Doc fix.
12908         (fixup-whitespace, just-one-space)
12909         (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
12910         (next-error, next-error-highlight)
12911         (next-error-highlight-no-select, next-error-last-buffer)
12912         (next-error-buffer-p, next-error-find-buffer, next-error)
12913         (previous-error, next-error-no-select, previous-error-no-select)
12914         (open-line, split-line, minibuffer-prompt-width, kill-new)
12915         (binary-overwrite-mode): Fix typos in docstrings.
12916         (set-fill-column): Fix typo in message.
12918         * skeleton.el (skeleton-proxy-new): Doc fix.
12920         * strokes.el (strokes-load-hook): Doc fix.
12921         (strokes-grid-resolution, strokes-get-grid-position)
12922         (strokes-renormalize-to-grid, strokes-read-stroke)
12923         (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
12924         (strokes-global-map): Fix typos in docstrings.
12925         (strokes-help): Doc fix.  Fix help message and pass it through
12926         `substitute-command-keys'.
12928         * tempo.el (tempo-insert-prompt, tempo-interactive)
12929         (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
12930         (tempo-insert-string-functions, tempo-local-tags)
12931         (tempo-define-template, tempo-insert-template)
12932         (tempo-insert-prompt-compat, tempo-is-user-element)
12933         (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
12934         Fix typos in docstrings.
12936         * vcursor.el (vcursor-other-window, vcursor-bind-keys)
12937         (vcursor-key-bindings, vcursor-use-vcursor-map)
12938         (vcursor-find-window, vcursor-scroll-down)
12939         (vcursor-disable, vcursor-beginning-of-buffer)
12940         (vcursor-end-of-buffer): Fix typos in docstrings.
12941         (vcursor-relative-move, vcursor-get-char-count):
12942         Improve argument/docstring consistency.
12944         * version.el: "?\ " -> "?\s".
12946         * wid-edit.el (widget-default-create, widget-after-change)
12947         (widget-default-format-handler, widget-checklist-add-item)
12948         (widget-radio-add-item, widget-choose, widget-specify-secret)
12949         (widget-field-value-create, widget-field-value-get)
12950         (widget-editable-list-format-handler)
12951         (widget-editable-list-entry-create, widget-group-value-create)
12952         (widget-documentation-link-add)
12953         (widget-documentation-string-value-create): "?\ " -> "?\s".
12954         (widget-convert-text): Doc fix.
12955         (widget-narrow-to-field, widget-field-find)
12956         (widget-url-link-action, widget-emacs-library-link-action)
12957         (widget-color-notify): Fix typos in docstrings.
12959         * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
12960         (x-select-text, set-w32-system-coding-system)
12961         (w32-add-charset-info): Fix typos in docstrings.
12963         * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
12964         (cua-enable-cua-keys, cua-use-hyper-key)
12965         (cua-virtual-rectangle-edges): Fix typos in docstrings.
12966         (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
12968         * net/tramp.el (tramp-handle-load): Fix typo in error message.
12970         * emacs-lisp/re-builder.el (regexp-builder): Declare with
12971         `defalias' instead of faking it.
12973         * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
12974         (eshell-ls-missing, eshell-ls-dired-initial-args)
12975         (eshell-ls-use-in-dired): Fix typos in docstrings.
12977 2005-07-20  Kim F. Storm  <storm@cua.dk>
12979         * emulation/cua-base.el (cua-mode): Improve doc string.
12981 2005-07-20  Juanma Barranquero  <lekktu@gmail.com>
12983         * abbrev.el (expand-region-abbrevs): Doc fix.
12984         (inverse-add-mode-abbrev, inverse-add-global-abbrev):
12985         Improve argument/docstring consistency.
12987         * arc-mode.el (archive-get-descr, archive-alternate-display):
12988         Doc fixes.
12989         (archive-l-e): Improve argument/docstring consistency.
12990         (archive-tmpdir, archive-unixdate, archive-unixtime)
12991         (archive-chmod-entry): Fix typos in docstrings.
12992         (archive-unflag, archive-unflag-backwards)
12993         (archive-unmark-all-files): "?\ " -> "?\s".
12995         * buff-menu.el (Buffer-menu-unmark): Doc fix.
12996         (Buffer-menu-not-modified, Buffer-menu-execute)
12997         (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
12998         (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
13000         * composite.el (compose-string, encode-composition-rule)
13001         (compose-last-chars): Fix typos in docstrings.
13003         * desktop.el (desktop-enable, desktop-basefilename):
13004         Declare with `define-obsolete-variable-alias'.
13005         (desktop-internal-v2s): Don't quote keywords.
13006         (desktop-clear): "?\ " -> "?\s".
13008         * dired.el (dired-align-file, dired-flag-backup-files)
13009         (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
13010         (dired-listing-switches, dired-ls-F-marks-symlinks)
13011         (dired-dwim-target, dired-load-hook, dired-mode-hook)
13012         (dired-directory, dired-faces, dired, dired-revert)
13013         (dired-mode, dired-summary, dired-view-file)
13014         (dired-copy-filename-as-kill, dired-delete-file)
13015         (dired-no-confirm, dired-unmark-all-marks)
13016         (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
13017         (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
13018         (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
13019         Fix typos in message strings.
13021         * dired-x.el (virtual-dired): Declare with `defalias'.
13022         (dired-mark-unmarked-files, dired-local-variables-file)
13023         (dired-omit-here-always): Doc fix.
13024         (dired-omit-mode, dired-find-subdir)
13025         (dired-enable-local-variables, dired-clean-up-buffers-too)
13026         (dired-extra-startup, dired-mark-extension, dired-jump)
13027         (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
13028         (dired-smart-shell-command, dired-guess-shell-alist-user)
13029         (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
13030         (dired-x-bind-find-file, dired-x-submit-report):
13031         Fix typos in docstrings.
13032         (dired-mark-unmarked-files): "?\ " -> "?\s".
13034         * dirtrack.el (dirtrack-list): Fix typos in docstring.
13036         * faces.el (describe-face): "?\ " -> "?\s".
13037         (read-all-face-attributes, read-face-font, modify-face)
13038         (face-attr-construct, italic): Fix typos in docstrings.
13039         (frame-update-face-colors): Declare with
13040         `define-obsolete-function-alias'.
13042         * files.el (find-file-noselect, recode-file-name): Doc fixes.
13043         (insert-directory, kill-some-buffers): "?\ " -> "?\s".
13044         (magic-mode-alist, buffer-file-numbers-unique)
13045         (write-file-functions, get-free-disk-space):
13046         Fix typos in docstrings.
13047         (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
13048         (write-contents-hooks, write-file-hooks):
13049         Declare with `define-obsolete-variable-alias'.
13051         * forms-d2.el (arch-rj): Fix typo in docstrings.
13052         (arch-tocol): Likewise.  "?\ " -> "?\s".
13054         * frame.el (set-frame-font, cursor-in-non-selected-windows):
13055         Fix typo in docstring.
13056         (set-screen-width, set-screen-height): Delete redundant info in
13057         doctrings.
13058         (new-frame, screen-height, screen-width): Declare with
13059         `define-obsolete-function-alias'.
13060         (delete-frame-hook, blink-cursor): Declare with
13061         `define-obsolete-variable-alias'.
13063         * paths.el (prune-directory-list): Fix typos in docstring.
13065         * pcvs-util.el (cvs-flags-query, cvs-strings->string)
13066         (cvs-prefix-get): Fix typos in docstrings.
13068         * ps-print.el (ps-extend-face-list, ps-extend-face)
13069         (ps-print-background-image): Fix typos in docstrings.
13070         (ps-default-fg, ps-default-bg): Doc fixes.
13072         * s-region.el (s-region-bind): Doc fix.
13073         (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
13075         * textmodes/org.el (org-table-formula-substitute-names)
13076         (org-table-get-vertical-vector): Doc fixes.
13077         (org-table-recalculate): Remove unused argument to `message'.
13079 2005-07-19  Carsten Dominik  <dominik@science.uva.nl>
13081         * textmodes/org.el (org-table-column-names)
13082         (org-table-column-name-regexp)
13083         (org-table-named-field-locations): New variables.
13084         (org-archive-subtree): Protect `this-command' when calling
13085         `org-copy-subtree' and `org-cut-subtree', to avoid appending to
13086         the kill buffer.
13087         (org-complete): Remove fixed-formula completion.
13088         (org-edit-formulas-map): New variable.
13089         (org-table-edit-formulas): New command.
13090         (org-finish-edit-formulas, org-abort-edit-formulas)
13091         (org-show-variable, org-table-get-vertical-vector): New functions.
13092         (org-table-maybe-eval-formula): Handle `:=' fields.
13093         (org-table-get-stored-formulas, org-table-store-formulas)
13094         (org-table-get-formula, org-table-modify-formulas)
13095         (org-table-replace-in-formulas): Handle named field formulas.
13096         (org-table-get-specials): Store locations of named fields.
13098 2005-07-19  Juri Linkov  <juri@jurta.org>
13100         * progmodes/grep.el (grep-regexp-alist)
13101         (grep-mode-font-lock-keywords, grep-process-setup):
13102         Use default GNU grep match color "01;31m" instead of "01;41m".
13103         (grep-regexp-alist, grep-mode-font-lock-keywords):
13104         Use `\\[[0-9]*m' instead of `\\[00m'.
13105         (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
13106         sgr_start where its handling is more important.  Use the real
13107         length of sgr_start instead of constant 8.
13108         (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
13109         specially.  Delete all remaining escape sequences.
13110         (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
13111         (grep-regexp-alist): Make hyperlink only for binary file name
13112         instead of the whole line.
13113         (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
13114         (grep-mode): Add autoload.
13116         * emacs-lisp/find-func.el (find-function-regexp):
13117         Add `define-compilation-mode'.
13119 2005-07-19  Juri Linkov  <juri@jurta.org>
13121         * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
13122         (compare-windows-sync-string-size, compare-windows-recenter)
13123         (compare-windows-highlight, compare-windows): Add version 22.1.
13124         (compare-windows) <defface>: Inherit from lazy-highlight instead
13125         of duplicating its default value.
13127         * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
13128         (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
13130         * descr-text.el (describe-char): Create link buttons for `charset'
13131         and `code point'.  Add the current input method name with a link
13132         button to `to input' field.  Print face names of display table
13133         characters in `The display table entry is displayed by' section
13134         instead of printing face-id in the `display' field.
13135         Guess hardcoded faces and create a link button for them.
13136         Skip empty fields when calculating max-width.
13137         Treat `widget-create' specially while inserting strings from the
13138         collected field list.
13139         (describe-char-after): Made obsolete in version 22.1, not 21.5.
13141         * diff-mode.el (diff-file-header): Change foreground color from
13142         yellow to green on light backgrounds.
13143         (diff-context): Inherit from `shadow' only for color/grayscale
13144         with more than 88 colors.
13145         (diff-indicator-removed, diff-indicator-added)
13146         (diff-indicator-changed): New faces.
13147         (diff-font-lock-keywords): Use new faces.  Regroup rules.
13148         Add "^---$" for `normal' diff format.  Fontify `#' lines with
13149         font-lock-comment-delimiter-face and font-lock-comment-face.
13150         Add `#' to ^[^...] in the rule for `diff-context-face'.
13152         * faces.el (mode-line-highlight): Replace RoyalBlue4 with
13153         a button-like box.  Inherit from `highlight' on low colors.
13154         (shadow): Use shades of gray only for color/grayscale with
13155         more than 88 colors.  Use green for light backgrounds with
13156         8 colors, and yellow for dark backgrounds with 8 colors.
13158         * font-lock.el (font-lock-regexp-grouping-backslash):
13159         Don't inherit from escape-glyph (use bold for all cases).
13161         * info.el (info-xref-visited): Use light foreground color `violet'
13162         for dark backgrounds instead of dark color `magenta3'.
13163         (info-title-1): Use `yellow' color for dark backgrounds.
13165         * isearch.el (isearch): Use not-too-dark magenta3 instead of
13166         too-light magenta2.
13168         * replace.el (match): Use slightly more light RoyalBlue3 instead
13169         of dark RoyalBlue4.
13171         * wid-edit.el (widget-inactive): Inherit from `shadow'.
13173 2005-07-19  Juanma Barranquero  <lekktu@gmail.com>
13175         * novice.el (disabled-command-hook): Declare it with
13176         `define-obsolete-variable-alias'.
13178         * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
13179         (desktop-buffer-misc-functions, desktop-buffer-handlers)
13180         (desktop-load-default): Add release to obsolescence info.
13181         (desktop-globals-to-clear, desktop-buffer-mode-handlers)
13182         (desktop-append-buffer-args, desktop-read):
13183         Fix typos in docstrings.
13184         (desktop-kill): Fix typo in message.
13185         (desktop-save): Doc fix.
13187 2005-07-19  Michael Kifer  <kifer@cs.stonybrook.edu>
13189         * viper-cmd.el (viper-escape-to-state): Bug fix.
13190         (viper-envelop-ESC-key): Change the definition of fast
13191         keysequence so it'll work with keyboard macros.
13193         * ediff.el (ediff-patch-buffer): Change the docstring.
13195 2005-07-19  Kenichi Handa  <handa@m17n.org>
13197         * international/mule-cmds.el (select-safe-coding-system): Try to
13198         use an auto-coding (if any) before anything else.  If the found
13199         auto-coding is invalid, show a warning message.
13201         * international/mule.el (find-auto-coding): New function created
13202         by modifying the body of set-auto-coding.
13203         (set-auto-coding): Use find-auto-coding to find a coding.
13205 2005-07-18  Richard M. Stallman  <rms@gnu.org>
13207         * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
13208         not isearch-mode-end-hook-error.
13209         (allout-before-change-protect): Fix error message.
13211 2005-07-18  Juri Linkov  <juri@jurta.org>
13213         * allout.el (allout-mode):
13214         * calculator.el (calculator-copy):
13215         * custom.el (custom-known-themes):
13216         * dired.el (dired-desktop-buffer-misc-data)
13217         (dired-restore-desktop-buffer):
13218         * dired-x.el (dired-omit-marker-char):
13219         * files.el (basic-save-buffer):
13220         * font-core.el (font-lock-mode):
13221         * calendar/calendar.el (calendar-goto-hebrew-date)
13222         (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
13223         (calendar-goto-persian-date):
13224         * language/ethio-util.el (ethio-sera-to-fidel-region):
13225         * textmodes/picture.el (picture-mode):
13226         Delete duplicate duplicate words.
13228 2005-07-18  Juri Linkov  <juri@jurta.org>
13230         * isearch.el (isearch-mode-map): Remove key bindings for regexp
13231         chars * ? } |.
13232         (isearch-fallback): Don't call `isearch-process-search-char'.
13233         (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
13234         (isearch-process-search-char): Call `isearch-fallback' for regexp
13235         chars * ? } |.
13236         (isearch-return-char): Make obsolete with `make-obsolete' instead
13237         of simply documenting it as obsolete in the docstring.
13238         (isearch-fallback): Refill docstring.
13240         * international/isearch-x.el
13241         (isearch-process-search-multibyte-characters): Remove unneeded
13242         `concat'.  Add intermediate values to `junk-hist' instead of
13243         `minibuffer-history'.  Test the length of `str'.
13245 2005-07-18  Juanma Barranquero  <lekktu@gmail.com>
13247         * allout.el (allout-resolve-xref): Fix typos in error strings.
13248         (allout-before-change-protect): Remove unneeded `concat'.
13250         * array.el (array-mode, array-reconfigure-rows)
13251         (untabify-backward): Fix typos in docstrings.
13252         (array-reconfigure-rows): Use `insert-buffer-substring', not
13253         `insert-buffer'.
13255         * calendar/icalendar.el (icalendar--get-unfolded-buffer):
13256         * progmodes/ada-mode.el (ada-make-body):
13257         Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
13259         * dired.el (dired-log):
13260         * tar-mode.el (tar-subfile-save-buffer):
13261         * play/zone.el (zone-pgm-stress-destress):
13262         Use `insert-buffer-substring', not `insert-buffer'.
13264 2005-07-17  Simon Josefsson  <jas@extundo.com>
13266         * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
13268 2005-07-16  Jose E. Marchesi  <jemarch@gnu.org>
13270         * lisp/mail/smtpmail.el (smtpmail-auth-supported):
13271         Add plain auth method.
13272         (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
13274 2005-07-17  Kim F. Storm  <storm@cua.dk>
13276         * ido.el (dired-other-window): Add ido property.
13278 2005-07-16  Juanma Barranquero  <lekktu@gmail.com>
13280         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
13281         Fix typo in docstring.
13282         (byte-compile-interactive-only-functions): Add `insert-buffer' and
13283         `insert-file-literally'.
13285         * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
13286         info and delete redundant message.  Doc fix.
13287         (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
13288         (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
13290 2005-07-16  Richard M. Stallman  <rms@gnu.org>
13292         * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
13293         (byte-compile-and): Use byte-compile-and-recursion.
13294         (byte-compile-or-recursion): New function.
13295         (byte-compile-or): Use that.
13296         (byte-compile-if): Guard the else-clause too.
13297         (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
13299         * isearch.el (isearch-mode-end-hook-quit): New variable.
13300         (isearch-done): Bind it.
13301         (isearch-mode-end-hook): Doc fix.
13303         * allout.el (allout-isearch-did-quit): Variable deleted.
13304         (allout-real-isearch-abort): Function name no longer used.
13305         (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
13306         (allout-isearch-rectification): isearch-mode always exists.
13307         Don't set allout-isearch-did-quit.
13308         (allout-isearch-expose): Check isearch-mode-end-hook-error, not
13309         allout-isearch-did-quit.
13310         (allout-enwrap-isearch): Just add the hook.
13311         (allout-isearch-abort): Function deleted.
13312         (allout-pre-command-business): Avoid warning.
13314         * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
13315         Correctly avoid warnings.
13316         (pascal-outline): Likewise.
13318         * progmodes/f90.el (f90-abbrev-start): Avoid warning.
13320         * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
13322         * play/tetris.el (tetris-mode): Avoid warning.
13324         * play/snake.el (snake-mode): Avoid warning.
13326         * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
13327         (gamegrid-set-display-table): Avoid warning.
13328         (gamegrid-set-timer): Likewise.
13329         (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
13330         (gamegrid-add-score-with-update-game-score-1): Take FILE
13331         as argument.
13332         (gamegrid-add-score-with-update-game-score): Pass that argument.
13333         Rename have-shared-game-dir to gamegrid-shared-game-dir.
13335         * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
13337         * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
13338         (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
13340         * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
13341         and insert-file.
13343         * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
13344         (sc-ask): Avoid warnings.
13346         * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
13347         (eshell-hist-initialize): Use that var the natural way.
13349         * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
13351         * emacs-lisp/re-builder.el (reb-cook-regexp):
13352         Avoid warning calling lre-compile-string.
13353         (reb-color-display-p): Avoid warning.
13355         * calculator.el (calculator-last-input): Guard uses
13356         of event-key and key-press-event-p.
13357         (event-key, key-press-event-p): Delete definitions.
13359         * emacs-lisp/find-gc.el (find-gc-unsafe-list)
13360         (find-gc-source-directory, find-gc-subrs-callers)
13361         (find-gc-noreturn-list, find-gc-source-files)
13362         (find-gc-subrs-called): Vars renamed and defvar'd.
13364         * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
13365         (checkdoc-overlay-put, checkdoc-delete-overlay)
13366         (checkdoc-overlay-start, checkdoc-overlay-end)
13367         (checkdoc-mode-line-update, checkdoc-char=):
13368         Define such that compiler knows they are defined.
13369         (checkdoc-call-eval-buffer): Delete.  Use eval-buffer directly.
13370         (checkdoc-read-event): Delete.  Use read-event directly.
13372         * whitespace.el (whitespace-make-overlay)
13373         (whitespace-overlay-put, whitespace-delete-overlay)
13374         (whitespace-overlay-start, whitespace-overlay-end):
13375         Define such that compiler knows they are defined.
13376         (whitespace): Move conditional inside.
13378         * tempo.el (tempo-insert-template): Suppress warning.
13380         * ediff-diff.el (longlines-mode): Add defvar.
13382 2005-07-16  Gary Howell  <g1howell-list@yahoo.com>  (tiny change)
13384         * server.el: Bind "C-x #" in a way that works even if C-x is
13385         redefined to a command key, not a prefix key.
13387 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
13389         * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
13390         cl-make-type-test till execution time.
13392 2005-07-16  Markus Rost  <rost@math.uni-bielefeld.de>
13394         * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
13395         arg ARG and use it.
13397 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
13399         * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
13401 2005-07-15  Luc Teirlinck  <teirllm@auburn.edu>
13403         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
13404         a defcustom with two :set or :type keywords.
13406 2005-07-15  Richard M. Stallman  <rms@gnu.org>
13408         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
13409         Don't give ^M comment-end syntax.
13411 2005-07-16  Nick Roberts  <nickrob@snap.net.nz>
13413         * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
13414         Don't consider gdbmi (gdb-mi.el has its own update functions).
13415         (gdb-var-delete): Make it work for gdbmi as well.
13416         (gdb-speedbar-expand-node): Move var-update here for gdbmi.
13418         * progmodes/gud.el (etags, sdb): Only require etags when needed.
13419         (gud-speedbar-menu-items): Correct logic for enabling items.
13421 2005-07-15  Kim F. Storm  <storm@cua.dk>
13423         * ido.el: Fix commentary.
13424         (ido-define-mode-map): Move ido-next-work-file to C-M-o.
13425         Use with-no-warnings around ffap-guesser.
13426         (ido-file-internal, ido-read-file-name, ido-read-directory-name):
13427         Let bind minibuffer-completing-file-name to t.
13429 2005-07-15  Juanma Barranquero  <lekktu@gmail.com>
13431         * startup.el (site-run-file, keyboard-type): Doc fixes.
13432         (command-line): Check for "--basic-display" argument; also for
13433         "--quick", not "--bare-bones" (which was renamed).
13434         (fancy-splash-text): Add missing item "Getting New Versions".
13435         (normal-splash-screen): Fix typos and improve consistency with
13436         `fancy-splash-text'.  Update copyright year.
13438         * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
13439         valid binding for `help-char'.
13441         * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
13443 2005-07-14  Dan Nicolaescu  <dann@ics.uci.edu>
13445         * term.el (term-mode): Disable cua-mode for term buffers.
13447 2005-07-14  Juanma Barranquero  <lekktu@gmail.com>
13449         * add-log.el (add-log-mailing-address, change-log-merge):
13450         Doc fixes.
13451         (change-log-get-method-definition): Fix typo in docstring.
13453 2005-07-14  Kim F. Storm  <storm@cua.dk>
13455         * emulation/cua-base.el:
13456         (cua--pre-command-handler-1, cua--pre-command-handler)
13457         (cua--post-command-handler-1, cua--post-command-handler):
13458         Split in two.  Check (buffer local) value of cua-mode.
13459         (cua-selection-mode): New command.
13461 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
13463         * custom.el (custom-initialize-safe-set)
13464         (custom-initialize-safe-default): Doc fixes.
13466         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
13467         and simplify :init-value again.
13469         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
13470         and simplify :init-value again.  Delete autoload.
13472         * startup.el (command-line): Use `custom-reevaluate-setting' again
13473         for tooltip-mode.
13475         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
13476         a defcustom with two :initialize keywords.
13478 2005-07-13  Juanma Barranquero  <lekktu@gmail.com>
13480         * allout.el (my-mark-marker, allout-isearch-prior-pos)
13481         (allout-unprotected, allout-undo-aggregation, allout-snug-back)
13482         (allout-post-command-business, allout-flag-region)
13483         (isearch-reenable-font-lock, allout-yank)
13484         (allout-insert-latex-header, allout-insert-latex-trailer)
13485         (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
13486         (allout-latex-verb-quote): Fix typos in docstrings.
13487         (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
13488         (allout-unprotected, allout-prefix-data):
13489         Improve argument/docstring consistency.
13490         (allout-chart-subtree): Fix argument spec.
13491         (allout-open-topic): Rename `use_sib_bullet' argument to
13492         `use-sib-bullet'.  Doc fix.
13494         * whitespace.el (whitespace-check-buffer-leading)
13495         (whitespace-check-buffer-trailing)
13496         (whitespace-check-buffer-indent)
13497         (whitespace-check-buffer-spacetab)
13498         (whitespace-check-buffer-ateol, whitespace-highlighted-space)
13499         (whitespace-check-leading-whitespace)
13500         (whitespace-check-trailing-whitespace)
13501         (whitespace-check-spacetab-whitespace)
13502         (whitespace-check-indent-whitespace)
13503         (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
13504         (whitespace-modes): Fix typos in docstrings.
13505         (defgroup, defcustom): Doc fixes.
13507         * winner.el (winner-mode, winner-boring-buffers)
13508         (winner-pending-undo-ring): Doc fixes.
13509         (winner-ring): Remove unneeded `progn'.
13510         (winner-equal): `defsubst' it.
13511         (winner-redo): Fix message.
13513 2005-07-13  Kim F. Storm  <storm@cua.dk>
13515         * simple.el (line-move-1): Always use vertical-motion to
13516         do the last (or only) line move to ensure some movement.
13517         Undo 2005-06-23 change--don't check for overlays.
13519 2005-07-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13521         * term/mac-win.el (ccl-encode-mac-roman-font)
13522         (ccl-encode-mac-centraleurroman-font)
13523         (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
13524         (ccl-encode-mac-dingbats-font): Remove check for ASCII.
13525         Change charset-id boundary of dimension to ?\xef.
13526         (mac-char-fontspec-list): New constant.
13527         (fontset-add-mac-fonts): Use it.  Accept non-string `base-family'
13528         argument.  Nil uses itself as family in font-spec.  Previous
13529         behavior for nil is now provided by non-nil non-string argument.
13530         All callers changed.  Add font-specs for Mac fonts to
13531         "fontset-default" unless iso8859-1 fonts are installed.
13533 2005-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13535         * progmodes/sh-script.el (sh-get-indent-info): Only indent
13536         a continuation line if the \ is preceded by SPC or TAB.
13537         (sh-get-indent-info): Simplify.
13538         (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
13539         Use with-current-buffer.
13541         * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
13542         when the matched text is empty.
13544 2005-07-12  Luc Teirlinck  <teirllm@auburn.edu>
13546         * startup.el (command-line): Revert to previous handling of
13547         tooltip-mode.  Explain in comment why the complexity is needed.
13549         * tooltip.el (tooltip-mode): Revert to previous implementation of
13550         its defcustom.
13552         * frame.el (blink-cursor-mode): Revert to previous implementation
13553         of its defcustom.  Update comment.
13555 2005-07-12  Lars Hansen  <larsh@soem.dk>
13557         * desktop.el: Update e-mail address.
13559 2005-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13561         * term/mac-win.el (mac-services-mail-selection)
13562         (mac-services-mail-to): New functions.
13563         (mac-application-menu-map): Bind them.
13565 2005-07-12  wulei  <milton@wulei.net>  (tiny change)
13567         * progmodes/gdb-ui.el: Add note about buffering with Windows.
13569 2005-07-11  Luc Teirlinck  <teirllm@auburn.edu>
13571         * custom.el (custom-reevaluate-setting): Doc fix.
13573 2005-07-11  Jay Belanger  <belanger@truman.edu>
13575         * calc/calc.el (calc-embedded-announce-formula-alist)
13576         (calc-embedded-open-close-plain-alist)
13577         (calc-embedded-open-close-mode-alist): Add checks for additional
13578         major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
13580 2005-07-11  Juanma Barranquero  <lekktu@gmail.com>
13582         * custom.el (custom-enable-theme): Don't add theme to
13583         `custom-enabled-themes' with `push' because there is no
13584         setf-method for `delq'.
13586 2005-07-11  Richard M. Stallman  <rms@gnu.org>
13588         * custom.el (custom-declare-variable): Doc fix.
13590         * dired-aux.el (dired-compare-directories): Remove "." and ".."
13591         from the alists.
13593         * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
13594         Do nothing if edebug-active.
13596         * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
13597         (edebug-display): Do it here instead.
13599 2005-07-10  Richard M. Stallman  <rms@gnu.org>
13601         * cus-face.el (custom-theme-set-faces): Make it work.
13602         (custom-reset-faces): Doc fix.
13603         (custom-theme-reset-internal-face, custom-theme-face-value):
13604         Functions deleted.
13606         * custom.el (custom-push-theme): Maintain list of the settings
13607         of a given theme in its theme-settings property.
13608         Maintain position of old settings in the theme-value
13609         or theme-face property.
13610         (custom-enabled-themes): New variable.
13611         (custom-theme-enabled-p): New function.
13612         (provide-theme): Update custom-enabled-themes.
13613         Disable and reenable the `user' theme.
13614         (require-theme): Doc fix.
13615         (custom-do-theme-reset, custom-remove-theme): Functions deleted.
13616         (custom-theme-value, custom-theme-variable-value): Likewise.
13617         (custom-theme-reset-internal): Likewise.
13618         (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
13619         (custom-enable-theme, custom-disable-theme): New functions.
13620         (custom-variable-theme-value, custom-face-theme-value): Likewise.
13621         (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
13622         (custom-theme-reset-variables): Simplify.
13623         (deftheme, custom-declare-theme, custom-make-theme-feature):
13624         Definitions moved.
13626 2005-07-10  Chong Yidong  <cyd@stupidchicken.com>
13628         * longlines.el (longlines-show-region)
13629         (longlines-unshow-hard-newlines): Recognize hard newlines by
13630         non-nil hard property, instead of t.
13632 2005-07-10  Michael Kifer  <kifer@cs.stonybrook.edu>
13634         * viper-cmd.el (viper--key-maps): New variable.
13635         (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
13636         emulation-mode-map-alists.
13637         (viper-envelop-ESC-key): Use viper-subseq.
13638         (viper-search-forward/backward/next): Disable debug-on-error.
13640         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
13641         (viper-ESC-key): New defcustoms.
13643         * viper-macs.el (ex-map-read-args): Use viper-subseq.
13645         * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
13646         (viper-subseq): Copy of subseq from cl.el.
13648         * viper.el (viper-go-away, viper-set-hooks): Use
13649         emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
13651         * viper-mous.el (viper-current-frame-saved): Use defvar.
13653         * viper-init.el: Get rid of -face in face names.
13655         * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
13656         Make it work with longlines mode
13658         * ediff-mult.el (ediff-meta-mode-hook): New variable.
13660         * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
13662         * ediff-init.el: Get rid of -face in face names.
13664 2005-07-10  Richard M. Stallman  <rms@gnu.org>
13666         * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
13667         and with-timeout-unsuspend.
13669         * emacs-lisp/debug.el (debug): Call with-timeout-suspend
13670         and with-timeout-unsuspend.
13672         * emacs-lisp/timer.el (with-timeout-timers): New variable.
13673         (with-timeout): Bind that variable to record timers.
13674         (with-timeout-suspend, with-timeout-unsuspend): New functions.
13676         * emacs-lisp/debug.el (debug-help-follow): New function.
13677         (debugger-mode-map): Use that instead of help-follow.
13678         (debugger-setup-buffer): Use eval-buffer-list
13679         to handle eval-buffer frames.
13681 2005-07-10  N. Raghavendra  <raghu@mri.ernet.in>  (tiny change)
13683         * timezone.el (timezone-parse-date): Change first regexp
13684         so it will not mistakenly match dates with no time zone.
13686 2005-07-10  Jeff Dwork  <jeff.dwork@amd.com>  (tiny change)
13688         * facemenu.el (facemenu-read-color): Do case-insensitive matching.
13690 2005-07-10  Luc Teirlinck  <teirllm@auburn.edu>
13692         * custom.el (custom-initialize-safe-set)
13693         (custom-initialize-safe-default): New functions.
13695         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
13696         and simplify :init-value.
13698         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
13699         and simplify :init-value.  Delete obsolete comment.
13701         * startup.el (command-line): Use `custom-reevaluate-setting' to
13702         handle `tooltip-mode'.  Delete obsolete comment.
13704         * files.el (set-visited-file-name): Avoid calling
13705         `file-name-nondirectory' with a nil argument.
13707 2005-07-09  Richard M. Stallman  <rms@gnu.org>
13709         * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
13710         was called with nil for the buffer, handle the read position right.
13711         Handle read position for eval-region, too.
13713 2005-07-09  Juri Linkov  <juri@jurta.org>
13715         * fringe.el (fringe-mode): Add period in docstring.
13716         (fringe-query-style): Build prompt depending on `all-frames' arg.
13718         * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
13719         to not create links to unrelated functions in the Help buffer.
13721         * progmodes/compile.el (compilation-mode-hook, compilation-mode):
13722         Doc fix.
13724         * simple.el (next-error-hook): New variable.
13725         (next-error): Use it.  Doc fix.
13727         * textmodes/ispell.el (ispell-command-loop): Add current
13728         dictionary name and program name to mode-line-format.
13729         (ispell-region, ispell-process-line): Add current dictionary name
13730         and program name to messages.
13732 2005-07-08  Jay Belanger  <belanger@truman.edu>
13734         * calc/calc.el (calc-embedded-announce-formula-alist)
13735         (calc-embedded-open-close-formula-alist)
13736         (calc-embedded-open-close-word-alist)
13737         (calc-embedded-open-close-plain-alist)
13738         (calc-embedded-open-close-new-formula-alist)
13739         (calc-embedded-open-close-mode-alist)
13740         (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
13741         (calc-embedded-mode-hook): New variables.
13743         * calc/calc-embed.el (calc-embedded-firsttime)
13744         (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
13745         New variables.
13746         (calc-do-embedded): Use calc-embedded-firsttime,
13747         calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
13748         determine whether or not to run hooks.
13749         (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
13750         calc-embedded-firsttime-formula appropriately.
13751         Set calc-embedded delimiter variables according to mode.
13753 2005-07-08  Richard M. Stallman  <rms@gnu.org>
13755         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
13756         Check for "emacs", etc., as entire symbol, not just as word.
13757         (checkdoc-file-comments-engine): Use regexp-quote on FN.
13759         * files.el (set-visited-file-name): Report the error
13760         for "empty filename" earlier.
13761         (kill-some-buffers): Ignore buffers already dead.
13763         * fringe.el (fringe-mode): Doc fix.
13765         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
13766         Check for (featurep 'xemacs) and turn off warnings in what it guards.
13767         Use unwind-protect to ensure byte-compile-unresolved-functions
13768         is updated.
13770         * whitespace.el (whitespace-buffer-leading-cleanup):
13771         Simplify w/ skip-chars-forward.
13772         (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
13774         * mail/rmail.el (rmail-only-expunge): Fix paren error.
13775         Unconditionally try to leave point at the same old place.
13777 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>  (tiny change)
13779         * comint.el (comint-postoutput-scroll-to-bottom)
13780         (comint-show-maximum-output): Take scroll-margin into consideration.
13782 2005-07-08  Kim F. Storm  <storm@cua.dk>
13784         * ido.el (ido-use-filename-at-point): New choice `guess'.
13785         (ido-file-internal): Try ffap-guesser if selected.
13787         * ido.el (ido-before-fallback-functions): New hook.
13788         (ido-buffer-internal, ido-file-internal, ido-read-buffer)
13789         (ido-read-file-name): Run it.
13791 2005-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13793         * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
13794         strings rather than a list of symbols to the completion function.
13796 2005-07-07  Jay Belanger  <belanger@truman.edu>
13798         * calc/calc-units.el (math-apply-units): Change the places in
13799         which units are simplified.
13801 2005-07-07  Luc Teirlinck  <teirllm@auburn.edu>
13803         * cus-edit.el (customize-option, customize-option-other-window):
13804         Make them handle aliases.
13806         * custom.el (custom-variable-p): Make it recursively follow
13807         aliases.  Mention that in the docstring.
13809 2005-07-07  Richard M. Stallman  <rms@gnu.org>
13811         * cus-start.el (exec-path): Use `directory' instead of `file'.
13812         Fix tag for nil.
13814 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
13816         * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
13817         when called non-interactively.  Doc fix.
13819 2005-07-07  Lute Kamstra  <lute@gnu.org>
13821         * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
13822         new address as well.
13824 2005-07-07  Kenichi Handa  <handa@m17n.org>
13826         * international/mule.el (make-coding-system):
13827         Describe `ascii-incompatible' property in the docstring.
13828         (set-file-name-coding-system): Signal an error if coding-system is
13829         ascii-incompatible.
13830         (set-keyboard-coding-system): Likewise.
13832         * international/mule-cmds.el (set-default-coding-systems):
13833         Don't set default-file-name-coding-system and
13834         default-keyboard-coding-system if coding-system is ASCII-incompatible.
13836         * international/utf-16.el: Declare that all UTF-16-based coding
13837         systems are ASCII-incompatible.
13839 2005-07-07  Nick Roberts  <nickrob@snap.net.nz>
13841         * progmodes/gud.el: Require font-lock for displaying errors.
13842         Used by gdb-ui.el.
13844 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
13846         * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
13847         values for the pattern lists which are `read'able but not
13848         `append'able (like symbols).
13850 2005-07-06  Richard M. Stallman  <rms@gnu.org>
13852         * progmodes/flymake.el (flymake-float-time): Instead of
13853         with-no-warnings, test for xemacs.
13854         (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
13855         to avoid warning.
13857 2005-07-06  Juanma Barranquero  <lekktu@gmail.com>
13859         * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
13861 2005-07-05  Lute Kamstra  <lute@gnu.org>
13863         * battery.el: Add support for Darwin (with much debugging help
13864         from Samuel Lauber <sam124@operamail.com>).
13865         (battery-status-function, battery-echo-area-format)
13866         (battery-mode-line-format): Add support for pmset on Darwin.
13867         (battery-load-low, battery-load-critical): New user options.
13868         (battery-pmset): New function.
13870 2005-07-05  Lute Kamstra  <lute@gnu.org>
13872         Update FSF's address in GPL notices.
13874         * textmodes/page-ext.el: Update FSF's address.
13876 2005-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
13878         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
13879         filling from using prefix when filling a single-line docstring.
13881         * progmodes/flymake.el: Remove useless eval-when-compile.
13883         * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
13885 2005-07-04  Richard M. Stallman  <rms@gnu.org>
13887         * textmodes/org.el (org-file-apps-defaults-gnu):
13888         Rename from org-file-apps-defaults-linux.
13889         (org-default-apps): Don't test system-type for `linux'.
13890         (org-file-apps): Doc fix.
13892 2005-07-04  David Ponce  <david@dponce.com>
13894         * tree-widget.el: Improve header Commentary section.
13895         (tree-widget) [defgroup]
13896         (tree-widget-image-enable, tree-widget-themes-directory)
13897         (tree-widget-theme, tree-widget-image-properties-emacs)
13898         (tree-widget-image-properties-xemacs, tree-widget-create-image)
13899         (tree-widget-image-formats, tree-widget-control)
13900         (tree-widget-empty-control, tree-widget-leaf-control
13901         (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
13902         (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
13903         (tree-widget-keep, tree-widget-after-toggle-functions)
13904         (tree-widget-open-node, tree-widget-close-node): Doc fix.
13905         (tree-widget-open-control, tree-widget-close-control): Fix doc and
13906         :help-echo message.
13907         (tree-widget-set-theme): Doc fix.  Use `string-equal'.
13908         (tree-widget-image-properties): Doc fix.  Clearer implementation.
13909         (tree-widget--cursors): New constant.
13910         (tree-widget-lookup-image): New function split from
13911         `tree-widget-find-image'.  Clearer implementation.
13912         (tree-widget-find-image): Use it.
13913         (tree-widget-button-keymap): Use `set-keymap-parent'.
13914         (tree-widget) [define-widget]: Use `widget-children-value-delete'.
13915         Define the sub-widgets here.
13916         (tree-widget-node): Check that :node is not a tree-widget.
13917         (tree-widget-get-super, tree-widget-open-control)
13918         (tree-widget-close-control, tree-widget-empty-control)
13919         (tree-widget-leaf-control, tree-widget-guide)
13920         (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
13921         (tree-widget-no-handle, tree-widget-value-delete)
13922         (tree-widget-map): Remove.
13923         (tree-widget-children-value-save): Doc fix.  Simplified.
13924         (tree-widget-value-create): Update according to previous changes.
13926 2005-07-04  Carsten Dominik  <dominik@science.uva.nl>
13928         * textmodes/org.el: Leading space replaced by TABS.
13929         (org-recalc-marks, org-table-rotate-recalc-marks)
13930         (org-table-get-specials): Treat "^" and "_" marks.
13931         (org-table-justify-field-maybe): Optional argument NEW.
13932         (org-table-eval-formula): Parsing of the format simplified.
13933         New modes C,I.  Honor the %= parameter in the current table.
13934         Avoid unnecessary re-align by using the NEW argument to
13935         `org-table-justify-field-maybe'.
13936         (org-calc-default-modes): Default for date-format mimicks org-mode.
13937         (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
13939 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
13941         * cus-face.el (custom-theme-set-faces): Make it handle face
13942         aliases whose alias declarations are pre- or autoloaded.
13944 2005-07-04  Juri Linkov  <juri@jurta.org>
13946         * faces.el (read-face-name): Put the code for getting a face name
13947         from the buffer before adding the faces from the `face' property.
13948         Use `completing-read-multiple' instead of `completing-read'.
13949         Require `crm'.  Add default value and post-process the returned
13950         list of faces.
13952         * emacs-lisp/crm.el (crm-find-current-element)
13953         (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
13955         * emacs-lisp/lisp-mode.el (eval-defun-1):
13956         * emacs-lisp/edebug.el (edebug-eval-defun):
13957         Remove unnecessary quotes.
13959 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
13961         * progmodes/prolog.el (prolog-eof-string): Doc fixes.
13962         (prolog-indent-level): Fix typo in docstring.
13964         * info.el (Info-history, Info-history-forward)
13965         (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
13967         * add-log.el (add-change-log-entry):
13968         * comint.el (comint-dynamic-list-input-ring)
13969         (comint-dynamic-list-completions):
13970         * dabbrev.el (dabbrev-expand):
13971         * delim-col.el (delimit-columns-rectangle-line):
13972         * diff-mode.el (diff-context->unified, diff-reverse-direction)
13973         (diff-unified->context):
13974         * ediff-init.el (ediff-abbrev-jobname):
13975         * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
13976         (ediff-replace-session-activity-marker-in-meta-buffer):
13977         * info.el (Info-summary):
13978         * lpr.el (printify-region):
13979         * printing.el (pr-create-interface):
13980         * ps-print.el (ps-print-quote):
13981         * ses.el (ses-column-widths, ses-print-cell)
13982         (ses-adjust-print-width, ses-center):
13983         * shell.el (shell-file-name-quote-list):
13984         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
13985         (strokes-fill-current-buffer-with-whitespace)
13986         (strokes-xpm-for-stroke, strokes-list-strokes)
13987         (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
13988         * term.el (term-dynamic-list-input-ring)
13989         (term-dynamic-list-completions):
13990         * calc/calc.el (math-format-stack-value):
13991         * emacs-lisp/edebug.el (edebug-display-freq-count):
13992         * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
13993         (delphi-new-comment-line):
13994         * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
13995         * progmodes/executable.el (executable-set-magic):
13996         * progmodes/python.el (inferior-python-mode):
13997         * progmodes/scheme.el (scheme-mode-syntax-table):
13998         * progmodes/sh-script.el (sh-maybe-here-document):
13999         * progmodes/sql.el (sql-copy-column):
14000         * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
14001         * textmodes/bibtex.el (bibtex-mode):
14002         * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
14003         (sgml-auto-attributes):
14004         * textmodes/table.el (table-insert, table-shorten-cell)
14005         (table--generate-source-scan-lines, table-delete-row)
14006         (*table--cell-delete-char, table--spacify-frame)
14007         (table--horizontally-shift-above-and-below)
14008         (table--cell-insert-char, table--cell-blank-str)
14009         (table--fill-region-strictly):
14010         * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
14011         * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
14013         * add-log.el (change-log):
14014         * apropos.el (apropos):
14015         * comint.el (comint-completion, comint-source):
14016         * dabbrev.el (dabbrev):
14017         * delim-col.el (columns):
14018         * diff-mode.el (diff-mode):
14019         * ediff.el (ediff):
14020         * ediff-diff.el (ediff-diff):
14021         * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
14022         * ediff-mult.el (ediff-mult):
14023         * ediff-ptch.el (ediff-ptch):
14024         * ediff-wind.el (ediff-window):
14025         * facemenu.el (facemenu):
14026         * indent.el (indent):
14027         * info.el (info):
14028         * jka-cmpr-hook.el (compression, jka-compr):
14029         * lpr.el (lpr):
14030         * outline.el (outlines):
14031         * pcmpl-cvs.el (pcmpl-cvs):
14032         * pcmpl-rpm.el (pcmpl-rpm):
14033         * printing.el (printing):
14034         * ps-print.el (postscript, ps-print, ps-print-horizontal)
14035         (ps-print-vertical, ps-print-headers, ps-print-font)
14036         (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
14037         (ps-print-background, ps-print-printer, ps-print-page)
14038         (ps-print-miscellany):
14039         * ses.el (ses):
14040         * shell.el (shell, shell-directories, shell-faces):
14041         * startup.el (initialization):
14042         * strokes.el (strokes):
14043         * term.el (term):
14044         * uniquify.el (uniquify):
14045         * w32-vars.el (w32):
14046         * calc/calc.el (calc):
14047         * emacs-lisp/bytecomp.el (bytecomp):
14048         * emacs-lisp/cl-indent.el (lisp-indent):
14049         * emacs-lisp/edebug.el (edebug):
14050         * emacs-lisp/elp.el (elp):
14051         * emacs-lisp/testcover.el (testcover):
14052         * emacs-lisp/trace.el (trace):
14053         * emulation/viper-ex.el (viper-ex):
14054         * emulation/viper-mous.el (viper-mouse):
14055         * mail/mailalias.el (mailalias):
14056         * mail/supercite.el (supercite, supercite-frames)
14057         (supercite-attr, supercite-cite, supercite-hooks):
14058         * net/rcompile.el (remote-compile):
14059         * net/rlogin.el (rlogin):
14060         * obsolete/ooutline.el (outlines):
14061         * progmodes/delphi.el (delphi):
14062         * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
14063         (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
14064         (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
14065         (ebnf-optimization):
14066         * progmodes/etags.el (etags):
14067         * progmodes/executable.el (executable):
14068         * progmodes/idlwave.el (idlwave):
14069         * progmodes/pascal.el (pascal):
14070         * progmodes/prolog.el (prolog):
14071         * progmodes/python.el (python):
14072         * progmodes/scheme.el (scheme):
14073         * progmodes/sh-script.el (sh, sh-script):
14074         * progmodes/sql.el (SQL):
14075         * progmodes/tcl.el (tcl):
14076         * textmodes/bibtex.el (bibtex, bibtex-autokey):
14077         * textmodes/enriched.el (enriched):
14078         * textmodes/makeinfo.el (makeinfo):
14079         * textmodes/sgml-mode.el (sgml):
14080         * textmodes/table.el (table-hooks):
14081         * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
14082         * textmodes/texinfo.el (texinfo):
14083         * textmodes/two-column.el (two-column):
14084         Finish `defgroup' description with period.
14086         * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
14087         * eshell/esh-var.el (eshell-var):
14088         * progmodes/vhdl-mode.el (vhdl-testbench):
14089         * textmodes/org.el (org): Fix typos in docstrings.
14091         * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
14092         consistency.
14094         * progmodes/flymake.el (flymake-find-file): Remove.
14095         (flymake-float-time): Use `with-no-warnings'.
14096         (flymake-check-start-time, flymake-check-was-interrupted)
14097         (flymake-err-info, flymake-is-running, flymake-last-change-time)
14098         (flymake-new-err-info): `defvar' at compile time.
14100 2005-07-03  Juanma Barranquero  <lekktu@gmail.com>
14102         * replace.el (occur-hook): Doc fix.
14103         (occur-1): Don't call `occur-hook' if there are no matches.
14105 2005-07-03  Richard M. Stallman  <rms@gnu.org>
14107         * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
14108         global-map, save the same map.
14109         (global-map): Don't alter it at top level.
14110         (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
14111         Then alter it here instead.
14112         (tpu-edt-off): Set global-map to the saved one.
14114         * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
14115         All references simplified.
14116         (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p.  Uses changed.
14117         (zmacs-regions): Add defvar.
14118         (repeat-complex-command-map): Everything about that deleted.
14120         * textmodes/artist.el (artist-key-is-drawing)
14121         (artist-key-endpoint1, artist-key-poly-point-list)
14122         (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
14123         (artist-key-compl-table, artist-rb-save-data)
14124         (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
14125         Don't put them in eval-when-compile.
14126         (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
14128         * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
14129         Use with-no-warnings.
14131         * net/browse-url.el (dos-windows-version): Add defvar.
14133         * mail/supercite.el (filladapt-prefix-table): Add defvar.
14135         * mail/rmailsum.el (rmail-summary-redo): Add defvar.
14136         (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
14137         (rmail-new-summary-line-count): Rename from new-summary-line-count.
14138         Add defvar.
14139         (rmail-summary-beginning-of-message): Use with-no-warnings.
14140         (rmail-summary-first-message, rmail-summary-last-message): Likewise.
14142         * emulation/vip.el (vip-replace-string, ex-map, ex-read):
14143         Use with-no-warnings.
14145         * emulation/vi.el (vi-mark-region): Use c-mark-function.
14146         (c-mark-function): Add point-moving-unit property.
14147         (vi-goto-line): Use with-no-warnings.
14149         * emulation/edt.el (edt-last-copied-word): Add defvar.
14150         (zmacs-region-stays): Likewise.
14151         (edt-mark-section-wisely): Use c-mark-function for C.
14152         Use makr-defun for Fortran.
14153         (time-string): defvar deleted.
14154         (edt-display-the-time): Don't set time-string.
14156         * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
14158         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
14159         Don't warn when name is not constant
14160         or for defining the group `emacs'.
14162         * tooltip.el (gud-tooltip-mode): Add defvar.
14164         * startup.el (default-frame-background-mode): Add defvar.
14166         * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
14168         * info.el (tool-bar-map): Add defvar.
14170         * dired.el (dnd-protocol-alist): Add defvar.
14172         * dired-aux.el (dired-query): Display question with answer, when
14173         the user answers.
14175         * custom.el (custom-add-option): Doc fix.
14177         * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
14179 2005-07-03  Eli Zaretskii  <eliz@gnu.org>
14181         * font-lock.el (font-lock-regexp-grouping-construct): Fix the
14182         bogus name from the last change.
14184 2005-07-02  Luc Teirlinck  <teirllm@auburn.edu>
14186         * custom.el (custom-declare-variable): Fix typos in comment.
14187         (custom-known-themes): Doc fix.
14188         (custom-theme-directory): New defcustom.
14189         (require-theme): Make it check `custom-theme-directory'.
14191         * cus-theme.el (custom-new-theme-mode): New function.
14192         (custom-theme-name, custom-theme-variables, custom-theme-faces)
14193         (custom-theme-description): Add compiler defvars.
14194         (customize-create-theme): Add doc to the "*New Custom Theme*"
14195         buffer.  Use `custom-new-theme-mode'.
14196         (custom-theme-write): Put the created buffer in emacs-lisp-mode
14197         and save it to the `custom-theme-directory'.  Make this the
14198         default directory of the buffer.
14200 2005-07-02  David Hunter  <hunterd_42@comcast.net>  (tiny change)
14202         * progmodes/flymake.el (flymake-mode, flymake-mode-off):
14203         Fix unbalanced parentheses.
14205 2005-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
14207         * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
14208         into flymake-mode and delegate to flymake-mode.
14210         * find-file.el (ff-which-function-are-we-in): Clean up.
14212 2005-07-02  Juanma Barranquero  <lekktu@gmail.com>
14214         * replace.el (occur-rename-buffer): Fix docstring.
14216         * emulation/edt.el (*EDT-keys*, edt-default-global-map)
14217         (edt-last-copied-word, edt-learn-macro-count)
14218         (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
14219         (edt-rect-start-point, edt-user-global-map, rect-start-point)
14220         (time-string, zmacs-region-stays):
14221         * emulation/edt-mapper.el (edt-save-function-key-map)
14222         (EDT-key-name): `defvar' to silence the byte-compiler.
14224 2005-07-02  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
14226         * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
14227         font-lock-regexp-backslash.  Doc fix.
14228         (font-lock-regexp-backslash-grouping-construct): Rename from
14229         font-lock-regexp-backslash-construct.  Doc fix.
14230         (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
14231         grouping constructs.
14233 2005-07-02  Eli Zaretskii  <eliz@gnu.org>
14235         * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
14236         updating all the prerequisites.
14238 2005-07-01  Juanma Barranquero  <lekktu@gmail.com>
14240         * textmodes/org.el (org-agenda-start-on-weekday)
14241         (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
14242         (org-agenda-use-time-grid, org-archive-location)
14243         (org-allow-space-in-links, org-usenet-links-prefer-google)
14244         (org-enable-table-editor, org-export-default-language)
14245         (org-export-html-show-new-buffer, org-fill-paragraph)
14246         (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
14247         (org-goto-quit, org-occur, org-eval-in-calendar)
14248         (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
14249         (org-agenda-diary-entry, org-remember-help)
14250         (org-table-convert-region, org-at-table-p)
14251         (org-table-move-row-down, org-table-move-row-up)
14252         (org-table-copy-region, org-table-toggle-vline-visibility)
14253         (org-table-get-stored-formulas, org-table-get-specials)
14254         (org-recalc-commands, org-table-eval-formula)
14255         (org-table-formula-substitute-names, orgtbl-make-binding)
14256         (org-format-org-table-html, org-format-table-table-html)
14257         (org-format-table-table-html-using-table-generate-source)
14258         (org-customize): Fix typos in docstrings.
14259         (org-level-2, org-at-timestamp-p, org-agenda-day-view)
14260         (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
14261         (org-back-to-heading): Doc fixes.
14262         (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
14263         (org-agenda-change-all-lines, org-get-header):
14264         Improve argument/docstring consistency.
14265         (orgtbl-error): Fix error message.
14267         * progmodes/flymake.el (flymake-find-possible-master-files)
14268         (flymake-master-file-compare, flymake-get-line-err-count)
14269         (flymake-highlight-line, flymake-gui-warnings-enabled):
14270         Fix typos in docstrings.
14271         (flymake-parse-line, flymake-get-project-include-dirs-function)
14272         (flymake-get-prev-err-line-no, flymake-goto-prev-error):
14273         Doc fixes.
14274         (flymake-get-project-include-dirs-function)
14275         (flymake-make-err-menu-data):
14276         Improve argument/docstring consistency.
14278 2005-07-01  Lute Kamstra  <lute@gnu.org>
14280         * battery.el (battery-linux-proc-apm): Fix typo in docstring.
14281         Catch errors with ignore-errors.  Use temporary buffer.
14282         (battery-linux-proc-acpi): Fix typo in docstring.  Document `%r'.
14284         * facemenu.el (facemenu-unlisted-faces): Delete foreground and
14285         background color faces.
14286         (facemenu-set-foreground, facemenu-set-background):
14287         Use facemenu-set-face-from-menu.
14288         (facemenu-set-face-from-menu): Treat face names that start with
14289         "fg:" or "bg:" as special.
14290         (facemenu-add-new-color): Don't create faces.  Simplify.
14292 2005-06-30  Richard M. Stallman  <rms@gnu.org>
14294         * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
14295         (crm-find-current-element): Likewise.
14297 2005-06-30  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
14299         * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
14301 2005-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14303         * arc-mode.el (archive-extract): Make it work as a mouse binding.
14304         (archive-mouse-extract): Make it an obsolete alias.
14305         (archive-mode-map): Don't use archive-mouse-extract any more.
14306         (archive-mode, archive-extract): write-contents-hooks ->
14307         write-contents-functions.
14308         (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
14309         first arg.
14310         (archive-rename-entry): Update the call.
14311         (archive-zip-summarize): Remove unused var `method'.
14312         (archive-lzh-summarize): Remove unused var `creator'.
14314         * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
14315         dedicated frame upon exit.
14317         * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
14318         (archive-zip-extract, archive-zip-expunge)
14319         (archive-zip-update, archive-zip-update-case): Use executable-find.
14320         (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
14321         Use restore-buffer-modified-p.
14322         (archive-extract, archive-add-new-member, archive-write-file-member):
14323         Use with-current-buffer.
14324         (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
14326 2005-06-30  Andreas Schwab  <schwab@suse.de>
14328         * progmodes/gud.el (gud-filter): Remove unneeded progn.
14330 2005-06-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
14332         * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
14334 2005-06-30  Juri Linkov  <juri@jurta.org>
14336         * faces.el (vertical-border): Inherit from mode-line-inactive
14337         only on tty.
14339 2005-06-30  Juanma Barranquero  <lekktu@gmail.com>
14341         * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
14342         example, -NLINES in the `occur' docstring).
14344         * replace.el (occur-1): When no matches are found, do not set the
14345         `buffer-read-only' and modified flags for the occur buffer,
14346         because it is deleted.
14348         * emulation/cua-base.el (cua-check-pending-input)
14349         (cua-repeat-replace-region, cua-mode, cua-debug)
14350         (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
14351         Fix typos in docstrings.
14353         * emulation/cua-gmrk.el (cua-toggle-global-mark)
14354         (cua-cut-region-to-global-mark)
14355         (cua--cut-rectangle-to-global-mark):
14356         Remove period from end of messages.
14358         * emulation/cua-rect.el (cua-do-rectangle-padding):
14359         Remove period from end of messages.
14360         (cua--rectangle-seq-format): Fix typo in docstring.
14361         (cua-sequence-rectangle, cua-fill-char-rectangle):
14362         Improve argument/docstring consistency.
14364 2005-06-29  Juri Linkov  <juri@jurta.org>
14366         * faces.el (default-frame-background-mode): New internal variable.
14367         (frame-set-background-mode): Use it.
14369         * startup.el (normal-top-level): Set default-frame-background-mode
14370         instead of frame-background-mode.  Before setting it, test for its
14371         nil value.  Remove tests for frame-background-mode and frame
14372         parameter `reverse'.  Add test for "unspecified-fg".
14374         * term/xterm.el (xterm-rxvt-set-background-mode):
14375         * term/rxvt.el (rxvt-set-background-mode):
14376         Set default-frame-background-mode instead of frame-background-mode.
14378 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
14380         * simple.el (set-variable): Warn about obsolete user variables.
14382         * imenu.el (imenu--completion-buffer):
14383         * mouse.el (mouse-buffer-menu-alist):
14384         * msb.el (msb-invisible-buffer-p):
14385         * calendar/diary-lib.el (diary-header-line-format):
14386         * emacs-lisp/pp.el (pp-buffer):
14387         * progmodes/cperl-mode.el (cperl-do-auto-fill):
14388         * textmodes/picture.el (picture-replace-match):
14389         Change space constants followed by a sexp to "?\s ".
14391         * play/decipher.el (decipher-loop-with-breaks):
14392         * textmodes/texinfo.el (texinfo-insert-@item): Change space
14393         constants "protected" from end of line by a comment to "?\s".
14395 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14397         * font-lock.el (save-buffer-state): Use `declare'.
14399         * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
14400         reset the syntax-table to cperl-mode-syntax-table.
14401         (cperl-mode): Make _ into word-syntax during font-locking so "print" in
14402         "foo_print_bar" is not matched as a reserved keyword.
14404 2005-06-29  Carsten Dominik  <dominik@science.uva.nl>
14406         * textmodes/org.el (orgtbl-setup): New function, for delayed
14407         setup for the orgtbl commands.
14408         (org-calc-default-modes): New option.
14409         (orgtbl-make-binding): Use `defun' to get better help display.
14410         (org-diary): Call `org-compile-prefix-format'.
14411         (org-table-formula-substitute-names): New function.
14412         (org-agenda-day-view, org-agenda-week-view): New commands.
14413         (org-agenda-toggle-week-view): Command removed.
14414         (org-tbl-menu): Split off from org-org-menu.
14415         (org-mode): Move removal of outline-mode menus to here.
14416         (org-table-formula-debug): New option.
14417         (org-table-insert-row): Keep first field if just "#" or "*".
14418         (org-mode): Paragraph regexps fixed.
14419         (org-table-recalculate-regexp): New constant.
14420         (org-table-justify-field-maybe): Avoid replace if not necessary.
14421         (org-copy-special, org-cut-special): Use `call-interactively'.
14422         (org-table-copy-region): Take region from `interactive' call.
14423         (org-trim): Return string even if no match.
14424         (org-formula): New face.
14425         (org-set-font-lock-defaults): No longer highlight "FIXME".
14426         But highlight formula-related fields in table.
14427         (org-table-p): Use regexp, not fontification.
14428         (org-table-align): Handle white space at end of line.
14429         (org-table-formula-evaluate-inline): New option.
14430         (org-mode): Auto-wrapping in comment lines turned off.
14431         (org-table-copy-down): Evaluate only in copied field, not in
14432         destination.
14433         (org-table-current-formula): Variable removed.
14434         (org-table-store-formulas, org-table-get-stored-formulas)
14435         (org-table-modify-formulas, org-table-replace-in-formulas)
14436         (org-table-maybe-eval-formula): New functions.
14437         (org-table-get-formula): Modify to use stored formulas.
14438         (org-table-insert-column, org-table-delete-column)
14439         (org-table-move-column): Call `org-table-modify-formulas'.
14440         (org-complete): Add completion for keyword formulas.
14441         (orgtbl-mode): Pull orgtbl-mode-map to start of
14442         minor-mode-map-alist.
14444 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14446         * progmodes/python.el (python-check): Require `compile' before
14447         modifying its variables.
14449         * newcomment.el (comment-indent-default): Don't get fooled by an early
14450         end of buffer.
14452 2005-06-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
14454         * ps-print.el (ps-print-version): Fix version number.
14456 2005-06-28  Luc Teirlinck  <teirllm@auburn.edu>
14458         * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
14460 2005-06-28  Richard M. Stallman  <rms@gnu.org>
14462         * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
14463         (flyspell-local-mouse-map): Declaration deleted.
14464         (flyspell-mouse-map): Bind only mouse-2.
14465         (flyspell-mode-map): Don't test flyspell-use-local-map.
14466         (flyspell-overlay-keymap-property-name): Var deleted.
14467         (flyspell-mode-on): Don't make local bindings for
14468         flyspell-mouse-map and flyspell-mode-map.
14469         (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
14471         * textmodes/ispell.el (ispell-word): Do not ignore short words.
14473         * progmodes/compile.el (compilation-next-error-function):
14474         Don't switch buffers; operate on the current buffer.
14476         * progmodes/compile.el (compilation-error-file-name)
14477         (compilation-warning-file-name, compilation-info-file-name)
14478         (compilation-line-number, compilation-column-number): New faces.
14479         (compilation-error-face, compilation-warning-face)
14480         (compilation-info-face, compilation-line-face)
14481         (compilation-column-face): Use them.
14483         * facemenu.el (facemenu-add-face): Warn when font-lock is active.
14485         * comint.el (comint-password-prompt-regexp): Accept ", try again".
14487         * bindings.el (global-map): Bind insertchar and its variants.
14489 2005-06-27  Richard M. Stallman  <rms@gnu.org>
14491         * textmodes/artist.el (artist-text-overwrite)
14492         (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
14494 2005-06-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
14496         * ps-print.el: It was not working the page selection for printing.
14497         Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
14498         (ps-print-version): New version 6.6.7.
14499         (ps-end-sheet): New fun.
14500         (ps-header-sheet, ps-end-job): Call it.
14502 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
14504         * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
14506 2005-06-27  Lute Kamstra  <lute@gnu.org>
14508         * facemenu.el (facemenu-unlisted-faces): Add foreground and
14509         background color faces.
14510         (facemenu-get-face): Delete function.
14511         (facemenu-set-face-from-menu): Don't call facemenu-get-face.
14512         (facemenu-add-new-color): Make second argument mandatory.
14513         Create the appropriate face and return it.  Simplify.
14514         (facemenu-set-foreground, facemenu-set-background): Don't check if
14515         color is defined.  Use return value of facemenu-add-new-color.
14517 2005-06-26  Nick Roberts  <nickrob@snap.net.nz>
14519         * progmodes/gud.el (gud-filter): Add missing argument to
14520         with-selected-window.
14522 2005-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14524         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
14525         a :require to the defcustom.
14527         * emacs-lisp/autoload.el (make-autoload): Add the :setter for
14528         defcustoms corresponding to minor modes.
14530 2005-06-26  David Ponce  <david@dponce.com>
14532         * recentf.el: Require tree-widget instead of wid-edit.
14533         (recentf-filename-handler): Fix widget :type.
14534         (recentf-cancel-dialog, recentf-open-more-files)
14535         (recentf-open-files-action): Doc fix.
14536         (recentf-dialog-goto-first): New function.
14537         (recentf-dialog-mode-map): Set parent keymap first.
14538         (recentf-dialog-mode): Define with define-derived-mode.
14539         Don't display continuation lines in dialogs.
14540         (recentf-edit-list): Rename from recentf-edit-selected-items.
14541         (recentf-edit-list-select): Rename from recentf-edit-list-action.
14542         Simplify.
14543         (recentf-edit-list-validate): New function.
14544         (recentf-edit-list): Update accordingly.
14545         (recentf-open-files-item-shift): Remove.
14546         (recentf-open-files-item): Convert menu elements into tree and
14547         link widgets.  Don't create the widgets.
14548         (recentf-open-files): Update accordingly.
14549         (recentf-save-list): Untabify.
14551 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
14553         * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
14554         (keep-lines): Add INTERACTIVE arg.  Never delete lines only
14555         partially contained in the active region.  Do not take active
14556         region into account when called from Lisp, unless INTERACTIVE arg
14557         is non-nil.  Use `forward-line' instead of `beginning-of-line' to
14558         avoid trouble with fields.  Make marker point nowhere when no
14559         longer used.  Always return nil.  Doc fix.
14560         (flush-lines): Add INTERACTIVE arg.  Do not take active region
14561         into account when called from Lisp, unless INTERACTIVE arg is
14562         non-nil.  Use `forward-line' instead of `beginning-of-line' to
14563         avoid trouble with fields.  Make marker point nowhere when no
14564         longer used.  Always return nil.  Doc fix.
14565         (how-many): Add INTERACTIVE arg.  Make RSTART and REND args
14566         interchangeable.  Do not take active region into account when
14567         called from Lisp, unless INTERACTIVE arg is non-nil.  Do not print
14568         message in echo area when called from Lisp, unless INTERACTIVE arg
14569         is non-nil.  Avoid saying "1 occurrences".  Do not use markers.
14570         Return the number of matches.  Doc fix.
14571         (occur): Doc fix.
14572         (perform-replace): Make comment follow double space convention for
14573         the sake of `outline-minor-mode'.
14575         * faces.el (facep): Doc fix.
14577 2005-06-25  Richard M. Stallman  <rms@gnu.org>
14579         * facemenu.el (facemenu-enable-faces-p): New function.
14580         (facemenu-background-menu, facemenu-foreground-menu)
14581         (facemenu-face-menu): Add menu-enable property.
14583         * jka-compr.el (jka-compr-insert-file-contents):
14584         Special handling if cannot find the uncompression program.
14586         * cus-face.el (custom-face-attributes): Add autoload.
14588         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
14589         Bind comment-indent-function locally.
14591         * window.el (save-selected-window): Use save-current-buffer.
14593         * subr.el (with-selected-window): Use save-current-buffer.
14595         * progmodes/gud.el (gud-filter): Simplify using with-selected-window
14596         and with-current-buffer.
14598 2005-06-24  Richard M. Stallman  <rms@gnu.org>
14600         * simple.el (line-move-1): Fix previous change.
14602 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
14604         * replace.el (occur-1): Set `buffer-read-only' and the
14605         buffer-modified flag before running `occur-hook' to protect
14606         against unintentional buffer switches that can lead to data loss.
14608 2005-06-24  Nick Roberts  <nickrob@snap.net.nz>
14610         * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
14611         (gud-gdb-marker-filter): Use font-lock-warning-face for any
14612         initial error.
14614         * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
14615         after fresh input.
14616         (gdb-var-create-handler): Put name of expression in quotes.
14618 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
14620         * emacs-lisp/ring.el (ring-elements): Make it return a list of the
14621         elements of RING in order, and without bogus nil elements.
14623 2005-06-23  Richard M. Stallman  <rms@gnu.org>
14625         * simple.el (set-variable): Args renamed; doc fix.
14626         (line-move-1): When there are overlays around, use vertical-motion.
14628         * faces.el (escape-glyph): Use brown against light background.
14629         (nobreak-space): Rename from no-break-space.
14630         Fix previous change.
14632         * dired-aux.el (dired-do-copy): Fix arg prompt.
14634         * mail/sendmail.el (mail-setup-with-from): Fix custom type.
14636 2005-06-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
14638         * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
14639         rather than "Distributor".
14641 2005-06-23  Lute Kamstra  <lute@gnu.org>
14643         * emacs-lisp/debug.el (debugger-special-form-p): New defun.
14644         (debug-on-entry): Use it.  New interactive declaration that uses
14645         function-called-at-point.
14647 2005-06-23  Kim F. Storm  <storm@cua.dk>
14649         * subr.el (save-match-data): Add comment about using evaporate arg
14650         to set-match-data.
14652 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
14654         * cus-edit.el (customize-face)
14655         (customize-face-other-window): Handle face aliases.
14657         * faces.el (face-documentation, set-face-attribute)
14658         (face-spec-set): Handle face aliases.
14660 2005-06-22  Juanma Barranquero  <lekktu@gmail.com>
14662         * help-mode.el (help-make-xrefs): If a symbol representing a face
14663         name is not followed by the word "face", it could still be a
14664         function or variable name, so don't bypass other checks.
14666 2005-06-22  Juri Linkov  <juri@jurta.org>
14668         * ps-print.el (ps-face-foreground-name, ps-face-background-name):
14669         Replace aliased functions with calls where second arg `inherit' is t.
14671 2005-06-22  Nick Roberts  <nickrob@snap.net.nz>
14673         * progmodes/gdb-ui.el (gdb-error): New variable.
14674         (gdb-error): New function.
14675         (gdb-annotation-rules): Act on error-begin and error annotations.
14676         (gdb-concat-output): Use font-lock-warning-face for errors.
14678 2005-06-22  Miles Bader  <miles@gnu.org>
14680         * bindings.el (propertized-buffer-identification): Use renamed
14681         `Buffer-menu-buffer' face.
14683         * faces.el (vertical-border): Rename from `vertical-divider'.
14684         (escape-glyph): Change dark-background color back to `cyan'.
14686 2005-06-21  Juri Linkov  <juri@jurta.org>
14688         * faces.el (face-user-default-spec): Try getting `customized-face'
14689         prior to `saved-face'.
14690         (frame-background-mode): Refill docstring.
14692         * emacs-lisp/lisp-mode.el (eval-defun-1):
14693         * emacs-lisp/edebug.el (edebug-eval-defun):
14694         Set `saved-face' temporarily to nil before calling form.
14695         Set `customized-face' to the new spec after that.
14697 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
14699         * subr.el (1value, lambda, key-substitution-in-progress):
14700         Doc fixes.
14702         * autoinsert.el (auto-insert-alist):
14703         * ses.el (ses-call-printer):
14704         * subr.el (noreturn):
14705         * emacs-lisp/lisp.el (check-parens):
14706         * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
14707         * net/browse-url.el (browse-url-mosaic):
14708         * progmodes/cc-defs.el (c-safe-scan-lists):
14709         * progmodes/ebnf-abn.el (ebnf-abn-lex):
14710         * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
14711         * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
14712         * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
14713         * progmodes/ebnf-iso.el (ebnf-iso-lex):
14714         * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
14716 2005-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
14718         * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
14720 2005-06-21  Glenn Morris  <gmorris@ast.cam.ac.uk>
14722         * calendar/appt.el (appt-make-list): Activate the package, if
14723         not already active (for backwards compatibility).
14725 2005-06-20  Kim F. Storm  <storm@cua.dk>
14727         * subr.el (add-to-ordered-list): Test membership with eq.  Simplify.
14729 2005-06-20  Miles Bader  <miles@gnu.org>
14731         * faces.el (vertical-divider): New face.
14733 2005-06-20  Juanma Barranquero  <lekktu@gmail.com>
14735         * simple.el (kill-whole-line): Doc fix.
14736         (next-error-buffer-p, next-error-find-buffer)
14737         (clone-indirect-buffer): Fix typos in docstrings.
14738         (comment-line-break-function): Doc fix: don't say variable
14739         is automatically buffer-local (it isn't).
14741 2005-06-19  Michael Albinus  <michael.albinus@gmx.de>
14743         * net/tramp-ftp.el (top):
14744         * net/tramp-smb.el (top):
14745         * net/tramp-util.el (top):
14746         * net/tramp-uu.el (top):
14747         * net/tramp-vc.el (top):
14748         * net/tramp.el (top): Revert copyright years back to original
14749         ones.  Tramp has a life outside GNU Emacs.
14751 2005-06-19  Nick Roberts  <nickrob@snap.net.nz>
14753         * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
14755 2005-06-18  Juri Linkov  <juri@jurta.org>
14757         * progmodes/grep.el (grep-regexp-alist): Use backreference at the
14758         end of first regexp to limit the match to the position between
14759         line number and source line with same separator character as used
14760         between file name and line number.  In the second regexp limit
14761         mouse-face area to file name and line number by adding new group
14762         for them and referring it in HYPERLINK arg.
14763         (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
14764         (grep-mode): Set font-lock-lines-before to 0 to not refontify the
14765         previous line where grep markers may be already removed.
14767 2005-06-18  Peter Kleiweg  <p.c.j.kleiweg@rug.nl>
14769         * progmodes/ps-mode.el: Update version and maintainer's email address.
14771 2005-06-18  Steve Youngs  <steve@xemacs.org>
14773         * net/browse-url.el (browse-url-browser-function)
14774         (browse-url-default-browser): Add firefox.
14775         (browse-url-firefox-program, browse-url-firefox-arguments)
14776         (browse-url-firefox-startup-arguments)
14777         (browse-url-firefox-new-window-is-tab): New defcustoms.
14778         (browse-url-firefox, browse-url-firefox-sentinel): New functions.
14780 2005-06-17  Richard M. Stallman  <rms@gnu.org>
14782         * startup.el (command-line): Warn if specified user name has
14783         no home directory.
14785         * term.el (term-get-old-input, term-input-filter, term-input-sender)
14786         (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
14788         * longlines.el (longlines-mode, longlines-show-hard-newlines):
14789         Doc fixes.
14791         * faces.el (underline): Try bold if terminal doesn't support underline.
14793         * mail/sendmail.el (mail-setup-with-from): New variable.
14794         (mail-insert-from-field): New function.
14795         (sendmail-send-it): Call it.
14796         (mail-setup): Optionally call it here.
14798         * term/linux.el: Call tty-no-underline.
14800 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
14802         * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
14804 2005-06-17  Miles Bader  <miles@gnu.org>
14806         * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
14807         (ediff-current-diff-C, ediff-current-diff-Ancestor)
14808         (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
14809         (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
14810         (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
14811         (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
14812         Remove "-face" suffix from face names.
14813         (ediff-current-diff-face-A, ediff-current-diff-face-B)
14814         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
14815         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
14816         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
14817         (ediff-even-diff-face-A, ediff-even-diff-face-B)
14818         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
14819         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
14820         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
14821         New backward-compatibility aliases for renamed faces.
14822         (ediff-current-diff-face-A, ediff-current-diff-face-B)
14823         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
14824         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
14825         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
14826         (ediff-even-diff-face-A, ediff-even-diff-face-B)
14827         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
14828         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
14829         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
14830         Use renamed ediff faces.
14832         * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
14833         Remove "-face" suffix from face names.
14834         (eshell-test-ok-face, eshell-test-failed-face):
14835         New backward-compatibility aliases for renamed faces.
14836         (eshell-run-test): Use renamed eshell-test faces.
14838         * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
14839         face name.
14840         (eshell-prompt-face): New backward-compatibility alias for renamed
14841         face.
14842         (eshell-emit-prompt): Use renamed eshell-prompt face.
14844         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
14845         (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
14846         (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
14847         (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
14848         Remove "-face" suffix from face names.
14849         (eshell-ls-directory-face, eshell-ls-symlink-face)
14850         (eshell-ls-executable-face, eshell-ls-readonly-face)
14851         (eshell-ls-unreadable-face, eshell-ls-special-face)
14852         (eshell-ls-missing-face, eshell-ls-archive-face)
14853         (eshell-ls-backup-face, eshell-ls-product-face)
14854         (eshell-ls-clutter-face):
14855         New backward-compatibility aliases for renamed faces.
14856         (eshell-ls-decorated-name): Use renamed eshell-ls faces.
14858         * progmodes/cc-fonts.el (c-nonbreakable-space-face):
14859         Remove "-face" suffix from face name.
14860         (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
14861         instead of literal face.
14863 2005-06-17  Juanma Barranquero  <lekktu@gmail.com>
14865         * emacs-lisp/warnings.el (display-warning, lwarn)
14866         (warning-minimum-log-level): Doc fixes.
14867         (warning-minimum-level, warning-minimum-log-level):
14868         Add :debug to :type choices.
14870         * progmodes/ada-mode.el (ada-format-paramlist)
14871         (ada-get-indent-case, ada-check-matching-start)
14872         (ada-check-defun-name, ada-goto-matching-decl-start)
14873         (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
14874         (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
14875         (ada-make-subprogram-body): Follow error conventions.
14876         (ada-case-exception-file, ada-indent-comment-as-code)
14877         (ada-indent-handle-comment-special, ada-indent-renames)
14878         (ada-indent-return, ada-search-directories-internal)
14879         (ada-tab-policy, ada-case-exception-substring)
14880         (ada-other-file-alist, ada-matching-start-re)
14881         (ada-matching-decl-start-re, ada-contextual-menu-last-point)
14882         (ada-imenu-generic-expression, ada-compile-goto-error)
14883         (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
14884         (ada-popup-menu, ada-add-extensions, ada-mode)
14885         (ada-region-selected, ada-create-case-exception)
14886         (ada-create-case-exception-substring, ada-after-keyword-p)
14887         (ada-activate-keys-for-case, ada-adjust-case-region)
14888         (ada-adjust-case-buffer, ada-format-paramlist)
14889         (ada-scan-paramlist, ada-insert-paramlist)
14890         (ada-indent-newline-indent)
14891         (ada-indent-newline-indent-conditional)
14892         (ada-justified-indent-current, ada-goto-previous-word)
14893         (ada-indent-current, ada-get-indent-open-paren)
14894         (ada-get-indent-paramlist, ada-get-indent-end)
14895         (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
14896         (ada-get-indent-block-start, ada-get-indent-subprog)
14897         (ada-get-indent-noindent, ada-get-indent-label)
14898         (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
14899         (ada-search-prev-end-stmt, ada-goto-next-non-ws)
14900         (ada-goto-stmt-end, ada-goto-next-word)
14901         (ada-check-matching-start, ada-check-defun-name)
14902         (ada-goto-matching-decl-start, ada-goto-matching-start)
14903         (ada-goto-matching-end, ada-search-ignore-string-comment)
14904         (ada-in-decl-p, ada-looking-at-semi-or)
14905         (ada-looking-at-semi-private, ada-in-paramlist-p)
14906         (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
14907         (ada-untab-hard, ada-move-to-start, ada-move-to-end)
14908         (ada-next-procedure, ada-previous-procedure, ada-next-package)
14909         (ada-previous-package, ada-create-menu)
14910         (ada-fill-comment-paragraph-justify)
14911         (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
14912         (ada-other-file-name, ada-last-which-function-line)
14913         (ada-last-which-function-subprog, ada-which-function)
14914         (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
14915         (ada-gen-treat-proc, ada-check-emacs-version)
14916         (ada-continuation-indent, ada-align-region-separate):
14917         Fix typos in docstrings.
14918         (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
14920 2005-06-16  Lute Kamstra  <lute@gnu.org>
14922         * simple.el (fundamental-mode): Run after-change-major-mode-hook
14923         conditionally.
14925 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
14927         * comint.el (comint-replace-by-expanded-filename)
14928         (comint-prompt-regexp, comint-delimiter-argument-list)
14929         (comint-preinput-scroll-to-bottom):
14930         * info.el (Info-hide-cookies-node):
14931         * ls-lisp.el (ls-lisp-classify):
14932         * find-file.el (ff-search-directories, ff-special-constructs)
14933         (ff-find-other-file):
14934         * font-lock.el (font-lock-keywords):
14935         * shell.el (shell-prompt-pattern)
14936         (shell-dynamic-complete-functions, shell-mode)
14937         (shell-delimiter-argument-list):
14938         * term.el (term-replace-by-expanded-filename)
14939         (term-prompt-regexp, term-delimiter-argument-list):
14940         * woman.el (woman-ignore, woman0-if):
14941         * emacs-lisp/derived.el (derived-mode-init-mode-variables):
14942         * emacs-lisp/elint.el (elint-init-env):
14943         * emacs-lisp/regexp-opt.el (regexp-opt-depth):
14944         * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
14945         * language/ethio-util.el (ethio-tilde-escape)
14946         (ethio-use-three-dot-question):
14947         * net/zone-mode.el (zone-mode-load-time-setup):
14948         * progmodes/cc-align.el (c-lineup-argcont):
14949         * progmodes/cc-awk.el (c-awk-beginning-of-defun):
14950         * progmodes/cperl-mode.el (cperl-set-style-back):
14951         * progmodes/inf-lisp.el (inferior-lisp-prompt):
14952         * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
14953         Fix spellings in docstrings.
14955         * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
14956         * progmodes/modula2.el (m2-for): Fix spellings.
14958         * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
14960         * simple.el (undo-more): Don't use `format' on `error' arguments.
14961         Improve argument/docstring consistency.
14962         (pending-undo-list): Doc fix.
14964         * smerge-mode.el (smerge-ensure-match):
14965         * emulation/vip.el (vip-ex):
14966         * net/zone-mode.el (zone-mode-update-serial):
14967         * progmodes/idlwave.el (idlwave-complete):
14968         * progmodes/vhdl-mode.el (vhdl-visit-file)
14969         (vhdl-compose-wire-components):
14970         Don't use `format' on `error' arguments.
14972         * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
14973         (tooltip-use-echo-area, tooltip-process-prompt-regexp)
14974         (tooltip-help-tips): Fix typos in docstrings.
14976 2005-06-16  David Ponce  <david@dponce.com>
14978         * tree-widget.el (tree-widget-value-create): Simplify last change.
14980 2005-06-15  Matt Hodges  <MPHodges@member.fsf.org>
14982         * ido.el (ido-incomplete-regexp): New variable.
14983         (ido-set-matches-1): Handle invalid-regexp error and set
14984         ido-incomplete-regexp.
14985         (ido-incomplete-regexp): New face.
14986         (ido-completions): Use it.
14987         (ido-complete, ido-exit-minibuffer, ido-completions):
14988         Handle incomplete regexps.
14989         (ido-completions): Add check for complete match when entering a regexp.
14991 2005-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
14993         * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
14995 2005-06-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
14997         * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
14998         by field delimiters.
15000 2005-06-15  David Ponce  <david@dponce.com>
15002         * tree-widget.el: eval-and-compile inlined functions so they will
15003         be available at run-time too.
15004         (tree-widget-super-format-handler)
15005         (tree-widget-format-handler): Remove.
15006         (tree-widget-value-create): Handle the :indent property.
15008 2005-06-15  Miles Bader  <miles@gnu.org>
15010         * progmodes/which-func.el (which-func): Only inherit
15011         `font-lock-function-name-face' when that makes sense against the
15012         default mode-line face, otherwise set the face color explicitly.
15014         * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
15015         faces instead of (non-existent) variables.
15017 2005-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
15019         * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
15020         (iswitchb-get-matched-buffers): Likewise.  Simplify.
15022 2005-06-14  Miles Bader  <miles@gnu.org>
15024         * progmodes/ld-script.el (ld-script-location-counter):
15025         Remove "-face" suffix from face name.
15026         (ld-script-location-counter-face):
15027         New backward-compatibility alias for renamed face.
15028         (ld-script-location-counter-face): Use renamed face.
15030         * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
15031         (cperl-hash): Remove "-face" suffix from face names.
15032         (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
15033         New backward-compatibility aliases for renamed faces.
15034         (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
15035         (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
15037         * progmodes/which-func.el (which-func): Remove "-face" suffix from face
15038         name.
15039         (which-func-face): New backward-compatibility alias for renamed face.
15040         (which-func-format): Use renamed which-func face.
15042         * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
15043         (vhdl-function, vhdl-directive, vhdl-reserved-word)
15044         (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
15045         names.
15046         (vhdl-speedbar-entity, vhdl-speedbar-architecture)
15047         (vhdl-speedbar-configuration, vhdl-speedbar-package)
15048         (vhdl-speedbar-library, vhdl-speedbar-instantiation)
15049         (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
15050         (vhdl-speedbar-architecture-selected)
15051         (vhdl-speedbar-configuration-selected)
15052         (vhdl-speedbar-package-selected)
15053         (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
15054         names.
15055         (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
15056         Use renamed faces.
15057         (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
15058         (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
15059         (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
15060         Use renamed faces.
15061         (syntax-alist): Don't use "font-lock-" or "-face" in generated face
15062         names.
15063         (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
15064         (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
15065         (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
15066         (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
15067         (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
15068         (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
15070         * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
15071         face name.
15072         (sh-heredoc-face): New backward-compatibility alias for renamed face.
15073         (sh-heredoc-face): Use renamed sh-heredoc face.
15075         * progmodes/idlw-help.el (idlwave-help-link):
15076         Remove "-face" suffix from face name.
15077         (idlwave-help-link-face):
15078         New backward-compatibility alias for renamed face.
15079         (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
15081         * progmodes/idlw-shell.el (idlwave-shell-bp-face)
15082         (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
15083         (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
15084         New backward-compatibility aliases for renamed faces.
15085         (idlwave-shell-disabled-breakpoint-face)
15086         (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
15088         * progmodes/flymake.el (flymake-errline, flymake-warnline):
15089         Remove "-face" suffix from face names.
15090         (flymake-errline-face, flymake-warnline-face):
15091         New backward-compatibility aliases for renamed faces.
15092         (flymake-highlight-line): Use renamed flymake faces.
15094         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
15095         (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
15096         (ebrowse-member-class, ebrowse-progress):
15097         Remove "-face" suffix from face names.
15098         (ebrowse-tree-mark-face, ebrowse-root-class-face)
15099         (ebrowse-file-name-face, ebrowse-default-face)
15100         (ebrowse-member-attribute-face, ebrowse-member-class-face)
15101         (ebrowse-progress-face):
15102         New backward-compatibility aliases for renamed faces.
15103         (ebrowse-show-progress, ebrowse-show-file-name-at-point)
15104         (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
15105         (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
15106         (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
15108         * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
15109         antlr-syntax)
15110         (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
15111         (antlr-literal): Remove "-face" suffix and "font-lock-" from face
15112         names.
15113         (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
15114         (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
15115         (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
15116         (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
15117         backward-compatibility aliases for renamed faces.
15118         (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
15119         (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
15120         (antlr-tokenref-face, antlr-literal-face): Variables renamed to
15121         remove "font-lock-".  Use renamed antlr-mode faces.
15122         (antlr-font-lock-additional-keywords): Use renamed faces.  Replace
15123         literal face-names with face variable references.
15125         * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
15126         face name.
15127         (Buffer-menu-buffer-face): New backward-compatibility alias for
15128         renamed face.
15129         (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
15131 2005-06-15  Daniel Pfeiffer  <occitan@esperanto.org>
15133         * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
15134         Eliminate "-face" suffix.
15135         (makefile-targets): Inherit from font-lock-function-name-face and
15136         eliminate "-face" suffix.
15137         (makefile-shell): Remove attributes and eliminate "-face" suffix.
15138         (makefile-*-font-lock-keywords): Append makefile-targets in rule
15139         actions, instead of prepending, to make it less visible.
15140         (makefile-previous-dependency, makefile-match-dependency):
15141         Don't match a target on a continuation line.
15143         * files.el (auto-mode-alist): Put Makefile in gmake mode.
15145 2005-06-15  Nick Roberts  <nickrob@snap.net.nz>
15147         * progmodes/gdb-ui.el (menu): Re-order menu items.
15148         (gdb-tooltip-print): Respect tooltip-use-echo-area.
15150         * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
15151         Define in tooltip.el.
15152         (gud-tooltip-process-output): Respect tooltip-use-echo-area.
15153         (gud-tooltip-tips): Respect tooltip-use-echo-area and
15154         gud-tooltip-echo-area.
15156         * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
15157         backward compatibility and make obsolete.
15158         (tooltip-help-tips): Use tooltip-use-echo-area.
15159         (tooltip-show-help-function): Rename to...
15160         (tooltip-show-help): ...this, because it is a function.
15161         (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
15163 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
15165         * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
15166         (edebug-print-length, edebug-print-level, edebug-print-circle)
15167         (edebug-modify-breakpoint, edebug-eval-last-sexp)
15168         (edebug-eval-print-last-sexp): Doc fixes.
15170 2005-06-14  Kim F. Storm  <storm@cua.dk>
15172         * ido.el (ido-mode): Make a new keymap every time we enable ido,
15173         as the coverage buffer/file/both may change.
15175 2005-06-14  Lute Kamstra  <lute@gnu.org>
15177         * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
15178         and run-mode-hooks.  Simplify.
15180         * mail/rmailedit.el (rmail-edit-mode):
15181         * progmodes/octave-inf.el (inferior-octave-mode):
15182         * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
15184         * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
15185         and run-mode-hooks.
15186         (recentf-edit-list, recentf-open-files): Don't call
15187         kill-all-local-variables directly.
15189         * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
15191 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
15193         * emacs-lisp/byte-run.el (make-obsolete)
15194         (define-obsolete-function-alias): Rename arguments FUNCTION and
15195         NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
15196         (make-obsolete-variable, define-obsolete-variable-alias):
15197         Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
15198         respectively.
15200         * isearchb.el (isearchb-activate):
15201         * pcvs.el (cvs-mode):
15202         * ses.el (ses-load):
15203         * vc-arch.el (vc-arch-checkin, vc-arch-diff):
15204         * net/tramp.el (tramp-find-file-exists-command)
15205         (tramp-find-shell):
15206         * progmodes/ada-mode.el (ada-create-case-exception)
15207         (ada-create-case-exception-substring, ada-make-subprogram-body):
15208         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
15209         * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
15210         * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
15211         * textmodes/org.el (org-promote, org-evaluate-time-range)
15212         (org-agenda-next-date-line, org-agenda-previous-date-line)
15213         (org-agenda-error, org-open-at-point, org-table-move-row)
15214         (org-format-table-table-html-using-table-generate-source)
15215         (org-shiftcursor-error, org-ctrl-c-ctrl-c):
15216         * textmodes/reftex.el (reftex-access-scan-info):
15217         * textmodes/reftex-toc.el (reftex-toc-dframe-p)
15218         (reftex-toc-promote-prepare): Follow error conventions.
15220         * diff-mode.el (diff-mode): Fix typo in docstring.
15222         * forms.el (forms--intuit-from-file): Fix reference to
15223         `forms-number-of-fields' in error message.
15224         (forms-print): Fix quoting in error message.
15226         * forms.el (forms-mode):
15227         * emulation/vi.el (vi-goto-insert-state):
15228         * progmodes/flymake.el (flymake-new-err-info)
15229         (flymake-start-syntax-check-for-current-buffer)
15230         (flymake-simple-cleanup):
15231         * eshell/esh-var.el (eshell/export):
15232         * progmodes/gud.el (xdb):
15233         * textmodes/flyspell.el (flyspell-incorrect-hook)
15234         (flyspell-maybe-correct-transposition)
15235         (flyspell-maybe-correct-doubling): Fix quoting in docstring.
15237 2005-06-13  Luc Teirlinck  <teirllm@auburn.edu>
15239         * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
15240         minibuffer prompt.
15242 2005-06-13  Kim F. Storm  <storm@cua.dk>
15244         * subr.el (add-to-ordered-list): New defun.
15246         * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
15247         add cua--keymap-alist to emulation-mode-map-alists.
15249 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
15251         * subr.el (complete-in-turn): New macro.
15252         (dynamic-completion-table, lazy-completion-table): Add debug info.
15254         * faces.el (read-face-name): Use complete-in-turn complete non-aliases
15255         in preference to face aliases.
15257         * textmodes/fill.el (fill-match-adaptive-prefix): New function.
15258         (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
15259         Remove unused vars `start' and `firstline'.
15260         (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
15261         (justify-current-line, fill-individual-paragraphs): Remove unused vars.
15263 2005-06-13  Eli Zaretskii  <eliz@gnu.org>
15265         * cus-start.el (all): Don't complain about missing GTK-related
15266         variables, unless either `gtk' is boundp or this isn't a
15267         `windows-nt' build.
15269 2005-06-13  Lute Kamstra  <lute@gnu.org>
15271         * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
15272         run-mode-hooks.
15274         * ediff-mult.el (ediff-meta-mode):
15275         * ediff-util.el (ediff-mode): Use run-mode-hooks.
15277         * ledit.el (ledit-mode): Use delay-mode-hooks.
15279         * woman.el (woman-mode-line-format): Delete constant.
15280         (woman-mode-map): Initialize it properly.
15281         (woman-mode): Set mode-class property to special.
15282         Use delay-mode-hooks and run-mode-hooks.  Use the right keymap.
15283         Set major-mode and mode-name.  Don't set mode-line-format directly.
15284         (Man-getpage-in-background): Don't reference woman-mode-line-format.
15286         * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
15287         string argument obsolete.
15289 2005-06-13  Carsten Dominik  <dominik@science.uva.nl>
15291         * textmodes/org.el (org-CUA-compatible): New option.
15292         (org-disputed-keys): New variable.
15293         (org-key): New function.
15294         (orgtbl-make-binding): Add docstring to the created function.
15295         (org-mode): Set paragraph start/separate regexps.
15296         (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
15297         (org-archive-location, org-archive-mark-done)
15298         (org-archive-stamp-time): New options.
15299         (org-archive-subtree): New command.
15300         (org-fill-paragraph): New function.
15301         (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
15302         (org-fake-empty-table-line): Function removed.
15303         (org-format-org-table-html): Do not create empty table lines at
15304         separator lines.  Improved table header treatment.
15305         (org-link-format): New option.
15306         (org-make-link): New function.
15307         (org-insert-link, org-store-link): Use org-make-link.
15308         (org-open-file): Quote file name for shell command, to allow
15309         spaces in file names.
15310         (org-link-regexp): Fix bug with mailto link.
15311         (org-link-maybe-angles-regexp, org-protected-link-regexp):
15312         New constants.
15313         (org-export-as-html): Deal with the optional angles around a link.
15314         Better treatment of file: links.
15315         (org-open-at-point): Replace @{ and @} with < and >.
15316         (org-run-mode-hooks): Function removed.
15317         (org-agenda-mode): No longer use `org-run-mode-hooks'.
15319 2005-06-13  Nick Roberts  <nickrob@snap.net.nz>
15321         * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
15322         MI command -data-list-register-values.
15323         (gdb-post-prompt): Indent properly.
15325 2005-06-13  Juanma Barranquero  <lekktu@gmail.com>
15327         * hilit-chg.el (highlight-changes-colors): Rename from
15328         `highlight-changes-colours'.
15329         (highlight-changes-colours): Keep as obsolete alias.
15330         (highlight-changes-face-list): Doc fix.
15331         (hilit-chg-make-list): Use `highlight-changes-colors'.
15333 2005-06-12  Mark A. Hershberger  <mah@everybody.org>
15335         * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
15336         defun-prompt-regexp.
15338 2005-06-12  Eli Zaretskii  <eliz@gnu.org>
15340         * loadup.el: Don't say we are dumping under 2 names on windows-nt
15341         and cygwin.
15343         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
15344         Don't use an old loaddefs.el, as in Makefile.in.
15346 2005-06-12  Lute Kamstra  <lute@gnu.org>
15348         * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
15350         * man.el (Man-mode-map): Initialize it properly.
15351         (Man-mode): Set mode-class property to special.
15353         * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
15355 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
15357         * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
15358         A newline is needed in the docstring there.
15360         * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
15361         Doc fixes.
15363 2005-06-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
15365         * printing.el: Doc fix.  The menubar is no more changed when printing
15366         is loaded, it only changes when pr-menu-bind or pr-update-menus is
15367         called.  Now, the menubar changing will work in Emacs 20, 21 and 22.
15368         (pr-version): New version number (6.8.4).
15369         (pr-menu-bind): New command.
15370         (pr-update-menus): Docstring and code fix.
15371         (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
15372         Docstring fix.
15373         (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
15374         (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
15376 2005-06-11  Thien-Thi Nguyen  <ttn@gnu.org>
15378         * emacs-lisp/ewoc.el: Doc fixes for public funcs:
15379         "Returns" to "return", document useful return values, etc.
15381 2005-06-11  Alan Mackenzie  <acm@muc.de>
15383         * fill.el (fill-context-prefix): Try `adaptive-fill-function'
15384         BEFORE `adaptive-fill-regexp' when determining a fill prefix.
15385         (adaptive-file-function): Minor amendment to doc-string.
15387 2005-06-11  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
15389         * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
15390         (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
15391         Fix :type--it is `integer', not `string'.
15393         * faces.el (modeline-highlight): Rename from (the erroneous)
15394         `modeline-higilight'.
15396 2005-06-11  Lute Kamstra  <lute@gnu.org>
15398         * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
15399         lisp-interaction-mode-map but make it the parent.
15400         (edebug-eval-mode): Use define-derived-mode.
15402 2005-06-11  Andreas Schwab  <schwab@suse.de>
15404         * bindings.el: Add binding of `ESC functionkey' for every
15405         `M-functionkey'.
15406         * hexl.el (hexl-mode-map): Likewise.
15408 2005-06-10  Michael Hotchin  <michael@hotchin.net>  (tiny change)
15410         * progmodes/compile.el (compilation-error-regexp-alist-alist)
15411         [msft]: update regexp for newer msft compilers.
15413 2005-06-10  Mark A. Hershberger  <mah@everybody.org>
15415         * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
15416         ATTLIST portions of included DTDs.
15417         (xml-parse-dtd): Eliminate use of inefficient match-data.
15419 2005-06-10  Miles Bader  <miles@gnu.org>
15421         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
15422         (mpuz-text): Remove "-face" suffix from face names.
15423         (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
15424         (mpuz-text-face): New backward-compatibility aliases for renamed faces.
15425         (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
15427         * play/gomoku.el (gomoku-O, gomoku-X):
15428         Remove "-face" suffix from face names.
15429         (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
15430         New backward-compatibility aliases for renamed faces.
15431         (gomoku-font-lock-keywords): Use renamed gomoku faces.
15433 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
15435         * thumbs.el: Fixes for changes of 2005-06-09.
15436         (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
15437         as a directory.
15438         (thumbs-thumbname): Remove directory separator from format string;
15439         `thumbs-thumbsdir' now returns a valid directory name.
15440         (thumbs-temp-dir): New defsubst.
15441         (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
15442         Use it.
15444         * cus-edit.el (minibuffer):
15445         * files.el (make-backup-file-name-function):
15446         * filesets.el (filesets-external-viewers):
15447         * hilit-chg.el (highlight-changes-colours)
15448         (highlight-changes-face-list, highlight-changes-rotate-faces):
15449         * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
15450         * kmacro.el (kmacro-call-macro):
15451         * log-edit.el (log-edit-changelog-full-paragraphs):
15452         * mouse.el (mouse-1-click-follows-link):
15453         * skeleton.el (skeleton-autowrap):
15454         * subr.el (insert-for-yank-1):
15455         * tempo.el (tempo-insert-region):
15456         * terminal.el (terminal-emulator):
15457         * time.el (display-time-mail-face):
15458         * vc.el (vc-annotate):
15459         * vcursor.el (vcursor-copy-line):
15460         * woman.el (woman-bold-headings, woman-ignore)
15461         (woman-default-faces, woman-monochrome-faces):
15462         * calendar/todo-mode.el (todo-insert-threshold):
15463         * emulation/pc-select.el (pc-select-selection-keys-only)
15464         (pc-selection-mode):
15465         * emulation/vip.el (vip-find-char-forward):
15466         * emulation/viper-cmd.el (viper-find-char-forward):
15467         * international/mule-cmds.el
15468         (select-safe-coding-system-accept-default-p)
15469         (input-method-exit-on-invalid-key):
15470         * international/mule-diag.el (describe-coding-system):
15471         * international/ucs-tables.el (unify-8859-on-encoding-mode):
15472         * net/browse-url.el (browse-url-xterm-program):
15473         * obsolete/lazy-lock.el (lazy-lock-mode):
15474         * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
15475         (cperl-mode):
15476         * progmodes/cpp.el (cpp-face-light-name-list)
15477         (cpp-face-dark-name-list):
15478         * progmodes/delphi.el (delphi-newline-always-indents):
15479         Fix spellings in docstrings.
15481         * ido.el (ido-mode, ido-file-extensions-order)
15482         (ido-default-file-method, ido-default-buffer-method)
15483         (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
15484         (ido-decorations, ido-read-file-name-as-directory-commands)
15485         (ido-read-file-name-non-ido, ido-work-directory-list)
15486         (ido-ignore-item-temp-list, ido-current-directory)
15487         (ido-magic-forward-char, ido-enter-find-file)
15488         (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
15489         (ido-find-file, ido-read-buffer): Fix typos in docstrings.
15491 2005-06-10  Lute Kamstra  <lute@gnu.org>
15493         * play/dunnet.el (dun-mode): Use define-derived-mode.
15494         (dungeon-mode-map): Rename to dun-mode-map.  Keep old name as an
15495         obsolete alias.
15497         * play/doctor.el (doctor-mode-map): Remove defvar.
15498         (doctor-mode): Use define-derived-mode.
15500         * mail/mspools.el (mspools-mode):
15501         * net/eudc-hotlist.el (eudc-hotlist-mode):
15502         * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
15504 2005-06-10  Miles Bader  <miles@gnu.org>
15506         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
15507         Remove "-face" suffix from face names.
15508         (flyspell-incorrect-face, flyspell-duplicate-face):
15509         New backward-compatibility aliases for renamed faces.
15510         (flyspell-mode-on, make-flyspell-overlay)
15511         (flyspell-highlight-incorrect-region)
15512         (flyspell-highlight-duplicate-region)
15513         (flyspell-display-next-corrections)
15514         (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
15516         * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
15517         from face name.
15518         (texinfo-heading-face): New backward-compatibility alias for
15519         renamed face.
15520         (texinfo-heading-face): Use renamed texinfo-heading face.
15522         * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
15523         suffix from face names.
15524         (tex-math-face, tex-verbatim-face):
15525         New backward-compatibility aliases for renamed faces.
15526         (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
15527         (tex-insert-quote): Use `tex-verbatim-face' variable instead of
15528         literal face name.
15530         * textmodes/table.el (table-cell): Remove "-face" suffix from face
15531         name.
15532         (table-cell-face): New backward-compatibility alias for renamed face.
15533         (table--put-cell-face-property, table--update-cell-face):
15534         Use renamed table-cell face.
15536         * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
15537         from face name.
15538         (sgml-namespace-face): New backward-compatibility alias for
15539         renamed face.
15540         (sgml-namespace-face): Use renamed sgml-namespace face.
15542         * textmodes/org.el (org-level-1, org-level-2, org-level-3)
15543         (org-level-4, org-level-5, org-level-6, org-level-7)
15544         (org-level-8, org-warning, org-headline-done)
15545         (org-deadline-announce, org-scheduled-today)
15546         (org-scheduled-previously, org-link, org-done, org-table)
15547         (org-time-grid): Remove "-face" suffix from face names.
15548         (org-level-1-face, org-level-2-face, org-level-3-face)
15549         (org-level-4-face, org-level-5-face, org-level-6-face)
15550         (org-level-7-face, org-level-8-face, org-warning-face)
15551         (org-headline-done-face, org-deadline-announce-face)
15552         (org-scheduled-today-face, org-scheduled-previously-face)
15553         (org-link-face, org-done-face, org-table-face)
15554         (org-time-grid-face):
15555         New backward-compatibility aliases for renamed faces.
15556         (org-level-faces, org-set-font-lock-defaults, org-timeline)
15557         (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
15558         (org-agenda-get-timestamps, org-agenda-get-scheduled)
15559         (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
15561         * emulation/viper-init.el (viper-search, viper-replace-overlay)
15562         (viper-minibuffer-emacs, viper-minibuffer-insert)
15563         (viper-minibuffer-vi): Remove "-face" suffix from face names.
15564         (viper-search-face, viper-replace-overlay-face)
15565         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
15566         (viper-minibuffer-vi-face):
15567         New backward-compatibility aliases for renamed faces.
15568         (viper-search-face, viper-replace-overlay-face)
15569         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
15570         (viper-minibuffer-vi-face): Use renamed viper faces.
15572         * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
15573         Remove "-face" suffix from face names.
15574         (testcover-nohits-face, testcover-1value-face):
15575         New backward-compatibility aliases for renamed faces.
15576         (testcover-mark): Use renamed testcover faces.
15578         * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
15579         face name.
15580         (diary-button-face): New backward-compatibility alias for renamed face.
15581         (diary-entry): Use renamed diary-button face.
15583         * calendar/calendar.el (diary, calendar-today, holiday)
15584         (mark-visible-calendar-date): Remove "-face" suffix from face names.
15585         (diary-face, calendar-today-face, holiday-face):
15586         New backward-compatibility aliases for renamed faces.
15587         (eval-after-load "facemenu", diary-entry-marker)
15588         (calendar-today-marker, calendar-holiday-marker, diary-face):
15589         Use renamed calendar faces.
15591         * compare-w.el (compare-windows): Remove "-face" suffix from face name.
15592         (compare-windows-face): New backward-compatibility alias for
15593         renamed face.
15594         (compare-windows-highlight): Use renamed compare-windows face.
15596         * strokes.el (strokes-char): Remove "-face" suffix from face name.
15597         (strokes-char-face): New backward-compatibility alias for renamed face.
15598         (strokes-encode-buffer): Use renamed strokes-char face.
15600         * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
15601         (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
15602         Remove "-face" suffix from face names.
15603         (cvs-header-face, cvs-filename-face, cvs-unknown-face)
15604         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
15605         (cvs-msg-face): New backward-compatibility aliases for renamed faces.
15606         (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
15607         Use renamed pcvs faces.
15608         * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
15609         * pcvs-defs.el (cvs-mode-map): Likewise.
15610         * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
15612         * info.el (info-title-1, info-title-2, info-title-3)
15613         (info-title-4): Remove "-face" suffix from and downcase face names.
15614         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
15615         (Info-title-4-face):
15616         New backward-compatibility aliases for renamed faces.
15617         (Info-fontify-node): Use renamed info faces.
15619         * hilit-chg.el (highlight-changes, highlight-changes-delete):
15620         Remove "-face" suffix from face names.
15621         (highlight-changes-face, highlight-changes-delete-face):
15622         New backward-compatibility aliases for renamed faces.
15623         (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
15624         (hilit-chg-make-list): Use renamed highlight-changes faces.
15626         * generic-x.el (show-tabs-tab, show-tabs-space):
15627         Remove "-face" suffix from face names.
15628         (show-tabs-tab-face, show-tabs-space-face):
15629         New backward-compatibility aliases for renamed faces.
15630         (show-tabs-generic-mode-font-lock-defaults-1)
15631         (show-tabs-generic-mode-font-lock-defaults-2):
15632         Use renamed show-tabs faces.
15634         * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
15635         (smerge-markers): Remove "-face" suffix from face names.
15636         (smerge-mine-face, smerge-other-face, smerge-base-face)
15637         (smerge-markers-face):
15638         New backward-compatibility aliases for renamed faces.
15639         (smerge-mine-face, smerge-other-face, smerge-base-face)
15640         (smerge-markers-face): Use renamed smerge faces.
15642         * log-view.el (log-view-file, log-view-message): Remove "-face"
15643         suffix from face names.
15644         (log-view-file-face, log-view-message-face):
15645         New backward-compatibility aliases for renamed faces.
15646         (log-view-file-face, log-view-message-face): Use renamed log-view
15647         faces.
15649         * paren.el (show-paren-match, show-paren-mismatch):
15650         Remove "-face" suffix from face names.
15651         (show-paren-match-face, show-paren-mismatch-face):
15652         New backward-compatibility aliases for renamed faces.
15653         (show-paren-function): Use renamed show-paren faces.
15655         * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
15656         (ruler-mode-margins, ruler-mode-fringes)
15657         (ruler-mode-column-number, ruler-mode-fill-column)
15658         (ruler-mode-comment-column, ruler-mode-goal-column)
15659         (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
15660         suffix from face names.
15661         (ruler-mode-default-face, ruler-mode-pad-face)
15662         (ruler-mode-margins-face, ruler-mode-fringes-face)
15663         (ruler-mode-column-number-face, ruler-mode-fill-column-face)
15664         (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
15665         (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
15666         New backward-compatibility aliases for renamed faces.
15667         (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
15668         (ruler-mode-column-number, ruler-mode-fill-column)
15669         (ruler-mode-comment-column, ruler-mode-goal-column)
15670         (ruler-mode-tab-stop, ruler-mode-current-column)
15671         (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
15672         faces.
15674         * whitespace.el (whitespace-highlight): Remove "-face" suffix from
15675         face name.
15676         (whitespace-highlight-the-space): Use renamed face.
15677         (whitespace-highlight-face): New backward-compatibility alias for
15678         renamed face.
15680         * woman.el (woman-italic, woman-bold, woman-unknown)
15681         (woman-addition, woman-symbol-face):
15682         Remove "-face" suffix from face names.
15683         (woman-italic-face, woman-bold-face, woman-unknown-face)
15684         (woman-addition-face):
15685         New backward-compatibility aliases for renamed faces.
15686         (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
15687         (woman-decode-region, woman-replace-match)
15688         (woman-display-extended-fonts, woman-special-characters)
15689         (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
15690         Use renamed woman faces.
15692         * longlines.el (longlines-visible-face): Face removed.
15694         * diff-mode.el (diff-header, diff-file-header, diff-index)
15695         (diff-hunk-header, diff-removed, diff-added, diff-changed)
15696         (diff-function, diff-context, diff-nonexistent): Remove "-face"
15697         suffix from face names.
15698         (diff-header-face, diff-file-header-face, diff-index-face)
15699         (diff-hunk-header-face, diff-removed-face, diff-added-face)
15700         (diff-changed-face, diff-function-face, diff-context-face)
15701         (diff-nonexistent-face): New backward-compatibility aliases for
15702         renamed faces.
15703         (diff-header-face, diff-file-header-face)
15704         (diff-index, diff-index-face, diff-hunk-header)
15705         (diff-hunk-header-face, diff-removed, diff-removed-face)
15706         (diff-added, diff-added-face, diff-changed-face, diff-function)
15707         (diff-function-face, diff-context-face, diff-nonexistent)
15708         (diff-nonexistent-face): Use renamed diff-mode faces.
15710         * progmodes/compile.el (compilation-warning-face)
15711         (compilation-info-face): Remove "-face" suffix from face names.
15712         (compilation-warning-face, compilation-info-face):
15713         New backward-compatibility aliases for renamed faces.
15714         (compilation-warning-face, compilation-info-face):
15715         Use renamed compilation faces.
15717         * add-log.el (change-log-date, change-log-name)
15718         (change-log-email, change-log-file, change-log-list)
15719         (change-log-conditionals, change-log-function)
15720         (change-log-acknowledgement): Remove "-face" suffix from face names.
15721         (change-log-date-face, change-log-name-face)
15722         (change-log-email-face, change-log-file-face)
15723         (change-log-list-face, change-log-conditionals-face)
15724         (change-log-function-face, change-log-acknowledgement-face):
15725         New backward-compatibility aliases for renamed faces.
15726         (change-log-font-lock-keywords): Use renamed change-log faces.
15728         * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
15729         (custom-set, custom-changed, custom-saved, custom-button)
15730         (custom-button-pressed, custom-documentation, custom-state)
15731         (custom-comment, custom-comment-tag, custom-variable-tag)
15732         (custom-variable-button, custom-face-tag, custom-group-tag-1)
15733         (custom-group-tag): Remove "-face" suffix from face names.
15734         (custom-magic-alist, custom-magic-value-create)
15735         (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
15736         (custom-invalid-face, custom-rogue-face, custom-modified-face)
15737         (custom-set-face, custom-changed-face, custom-saved-face)
15738         (custom-button-face, custom-button-pressed-face)
15739         (custom-documentation-face, custom-state-face)
15740         (custom-comment-face, custom-comment-tag-face)
15741         (custom-variable-tag-face, custom-variable-button-face)
15742         (custom-face-tag-face, custom-group-tag-face-1)
15743         (custom-group-tag-face):
15744         New backward-compatibility aliases for renamed faces.
15746         * wid-edit.el (widget-documentation, widget-button)
15747         (widget-field, widget-single-line-field, widget-inactive)
15748         (widget-button-pressed): "-face" suffix removed from face names.
15749         (widget-documentation-face, widget-button-face)
15750         (widget-field-face, widget-single-line-field-face)
15751         (widget-inactive-face, widget-button-pressed-face):
15752         New backward-compatibility aliases for renamed faces.
15753         (widget-documentation-face, widget-button-face)
15754         (widget-button-pressed-face, widget-specify-field)
15755         (widget-specify-inactive): Use renamed widget faces.
15757 2005-06-10  Kenichi Handa  <handa@m17n.org>
15759         * term/x-win.el (x-clipboard-yank): Remove condition-case
15760         wrapping.
15762 2005-06-11  Kenichi Handa  <handa@m17n.org>
15764         * add-log.el (change-log-font-lock-keywords): Make the regexp for
15765         date lines stricter.
15767 2005-06-10  Zhang Wei  <id.brep@gmail.com>
15769         * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
15770         of x-get-selection.
15772 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
15774         * comint.el (comint-mode, comint-snapshot-last-prompt):
15775         * frame.el (frame-current-scroll-bars):
15776         * term.el (term-mode, term-check-proc, term-input-sender)
15777         (term-simple-send, term-extract-string, term-word)
15778         (term-match-partial-filename):
15779         * window.el (window-current-scroll-bars):
15780         * emulation/cua-base.el (cua-normal-cursor-color)
15781         (cua-read-only-cursor-color, cua-overwrite-cursor-color)
15782         (cua-global-mark-cursor-color):
15783         * mail/undigest.el (rmail-forward-separator-regex):
15784         Fix typos in docstrings.
15786         * comint.el (comint-check-proc, make-comint-in-buffer)
15787         (comint-source-default): Doc fixes.
15789         * term.el (term-send-string): Improve argument/docstring consistency.
15791 2005-06-09  Luc Teirlinck  <teirllm@auburn.edu>
15793         * comint.el (comint-send-input): Bind `inhibit-read-only' around
15794         call to `delete-region'.
15795         (comint-mode-hook): Do not enable Font Lock by default.
15797 2005-06-09  Lute Kamstra  <lute@gnu.org>
15799         * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
15800         could be void.
15802 2005-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
15804         * emacs-lisp/debug.el (debugger-will-be-back): New var.
15805         (debug): Use it.
15806         (debugger-step-through, debugger-continue, debugger-jump)
15807         (debugger-return-value): Set it when needed.
15808         (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
15809         Use inhibit-read-only.
15811 2005-06-09  Juanma Barranquero  <lekktu@gmail.com>
15813         * window.el (shrink-window-if-larger-than-buffer)
15814         (window-size-fixed): Fix typo in docstring.
15816         * thumbs.el: Don't set `auto-image-file-mode'.  Do not create the
15817         thumbnails directory on loading.
15818         (thumbs-conversion-program): Use `eq' to check the system type,
15819         not `equal'.
15820         (thumbs-temp-dir): Initialize to `temporary-file-directory',
15821         not "/tmp".  Fix docstring.
15822         (thumbs-thumbsdir): New function to return the thumbnails
15823         directory, creating it if needed.
15824         (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
15825         (thumbs-temp-file): Delete variable and make it into a function.
15826         (thumbs-resize-image, thumbs-modify-image): Use it.
15827         (thumbs-kill-buffer): Simplify.
15828         (thumbs-gensym): Defalias or duplicate CL `gensym'.
15829         (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
15830         docstrings.
15832 2005-06-09  Kim F. Storm  <storm@cua.dk>
15834         * subr.el (save-match-data): Add RESEAT arg `evaporate' to
15835         set-match-data to free markers in match-data.
15837         * replace.el (replace-match-data): Pass RESEAT arg `t' to
15838         match-data to unchain markers in match-data.
15840 2005-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15842         * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
15843         the debugger immediately anyway.  Undo the 2005-06-06 change, rendered
15844         unnecessary now.
15846 2005-06-08  Richard M. Stallman  <rms@gnu.org>
15848         * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
15849         give the variable a doc string that doesn't say don't set it directly.
15851         * textmodes/ispell.el (ispell-check-version):
15852         Use match-string-no-properties.
15853         (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
15854         (ispell-buffer-local-words): Likewise.
15856         * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
15857         except on terminals with enough colors to really display it.
15858         (makefile-dependency-regex): Delete spurious `bb'.
15860         * faces.el (escape-glyph): Use blue once again in last case.
15861         (no-break-space): Redefine so that it isn't invisible on a tty.
15863 2005-06-08  Kim F. Storm  <storm@cua.dk>
15865         * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
15866         also when reading directory name.
15868 2005-06-08  Lute Kamstra  <lute@gnu.org>
15870         * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
15871         (flyspell-mode-line-string): Remove autoload cookie.
15872         (flyspell-mode): Remove defvar.
15874 2005-06-07  Lute Kamstra  <lute@gnu.org>
15876         * textmodes/org.el (org-run-mode-hooks): New function.
15877         (org-agenda-mode): Use it.
15879 2005-06-07  David McCabe  <davemccabe@gmail.com>  (tiny change)
15881         * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
15883 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15885         * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
15887 2005-06-06  Luc Teirlinck  <teirllm@auburn.edu>
15889         * font-lock.el (font-lock-add-keywords): Doc fix.
15891 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15893         * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
15894         (tex-compile-default): In the absence of any history, use the order in
15895         tex-compile-alist to choose the preferred command.
15896         (tex-compile-commands): Reorder a bit.
15898         * textmodes/flyspell.el (flyspell-auto-correct-binding)
15899         (flyspell-incorrect-face, flyspell-duplicate-face):
15900         Use (X)Emacs-agnostic code.
15901         (flyspell-mode-map): Don't overwrite at each load.  Remove code
15902         redundant with the subsequent add-minor-mode.  Merge Emacs and
15903         XEmacs code.
15904         (flyspell-word): Minor simplification.
15905         (flyspell-math-tex-command-p): Quieten the byte-compiler.
15906         (flyspell-external-point-words): Remove unused vars `size' and `start'.
15907         (flyspell-do-correct): Rename from flyspell-xemacs-correct.
15908         Merge the corresponding Emacs code.
15909         (flyspell-correct-word, flyspell-xemacs-popup):
15910         Use flyspell-do-correct.
15912         * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
15913         a dedicated window.
15915         * international/latexenc.el (latexenc-find-file-coding-system):
15916         Undo part of last patch, to turn off a compiler warning.
15918 2005-06-06  Juri Linkov  <juri@jurta.org>
15920         * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
15921         Rename `tmm-inactive-face' to `tmm-inactive'.
15923 2005-06-06  Matt Hodges  <MPHodges@member.fsf.org>
15925         * iswitchb.el: Rename faces.
15927 2005-06-06  Kim F. Storm  <storm@cua.dk>
15929         * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
15930         (cua-global-mark): Remove -face suffix from face names.
15932         * emulation/cua-gmrk.el (cua--init-global-mark):
15933         Remove cua-global-mark face setup.
15935 2005-06-06  Richard M. Stallman  <rms@gnu.org>
15937         * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
15938         just like other allowed characters.
15939         (makefile-match-dependency): Exclude leading and training whitespace
15940         from the range of regexp subexp 1.
15941         (makefile-macroassign-regex): Don't try to match the body,
15942         just the name of the macro being defined.
15944         * info.el (Info-read-node-name-2): New function.
15945         (Info-read-node-name-1): Use that.
15946         Add a completion-base-size-function property.
15948         * simple.el (completion-setup-function): Look for
15949         completion-base-size-function property of minibuffer-completion-table.
15951         * files.el (locate-file-completion): Doc fix.
15953         * printing.el: Don't call pr-update-menus; user must do that.
15955         * emacs-lisp/debug.el (debugger-window): New variable.
15956         (debug): Use debugger-window if it is set and still alive.
15957         Record debugger-window for next entry.
15959         * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
15961 2005-06-06  Matthias F\e,Av\e(Brste  <slashdevslashnull@gmx.net>
15963         * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
15964         (hack-one-local-variable, hack-local-variables)
15965         (hack-local-variables-prop-line): Pass that arg.
15967 2005-06-06  Kim F. Storm  <storm@cua.dk>
15969         * ido.el (ido-first-match, ido-only-match, ido-subdir)
15970         (ido-indicator): Remove -face suffix from face names.
15972 2005-06-06  Juri Linkov  <juri@jurta.org>
15974         * font-lock.el (font-lock-regexp-backslash)
15975         (font-lock-regexp-backslash-construct): New faces.
15976         (lisp-font-lock-keywords-2): Use new faces.  Match `?:' only
15977         after `('.  Add `while-no-input' to control structures.
15979         * faces.el (no-break-space, shadow): New faces.
15980         (escape-glyph): Use less loud colors pink2 and red4.
15982         * diff-mode.el (diff-context-face)
15983         * dired.el (dired-ignored)
15984         * rfn-eshadow.el (file-name-shadow)
15985         * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
15987         * info.el (Info-title-1-face): Use green instead of yellow because
15988         bold yellow is not readable on light backgrounds.
15990         * progmodes/compile.el (compilation-start): Move `erase-buffer' up
15991         before selecting the desired mode to not spend time fontifying
15992         old contents.
15994 2005-06-06  Juanma Barranquero  <lekktu@gmail.com>
15996         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
15997         (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
15999         * ps-print.el (ps-default-fg, ps-default-bg):
16000         Fix typos in docstrings.
16002         * isearchb.el (isearchb): Don't pass a spurious second argument to
16003         `iswitchb-completions'.
16005 2005-06-05  Nick Roberts  <nickrob@snap.net.nz>
16007         * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
16008         to preserve point.
16009         (gdb-find-file-hook): Add doc string.
16011         * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
16012         C dereferenced pointer expression.
16013         (gud-tool-bar-map): Put it on the tool bar.  Re-order icons.
16015         * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
16017         * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
16018         * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
16019         * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
16020         * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
16021         * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
16022         Make background transparent.
16024 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
16026         * font-lock.el (font-lock-add-keywords): Doc fix.  Comment change.
16027         (font-lock-remove-keywords): Doc fix.
16028         (font-lock-mode-major-mode): Compiler defvar.
16029         (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
16031         * font-core.el (font-lock-mode-major-mode): Compiler defvar.
16032         (font-lock-mode): Update `font-lock-mode-major-mode'.
16033         (font-lock-set-defaults): Compiler defvar.
16034         (font-lock-default-function): Take `font-lock-mode-major-mode'
16035         into account.
16037         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
16038         keep track of which major mode it enabled the minor mode for.
16039         Use find-file-hook again.  Update docstring.
16041         * simple.el (eval-expression-print-level)
16042         (eval-expression-print-length, eval-expression-debug-on-error):
16043         Doc fixes.
16045 2005-06-04  Matt Hodges  <MPHodges@member.fsf.org>
16047         * iswitchb.el (iswitchb-single-match-face)
16048         (iswitchb-current-match-face, iswitchb-virtual-matches-face)
16049         (iswitchb-invalid-regexp-face): New faces.
16050         (iswitchb-completions): Use them.
16051         (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
16052         now marked as an obsolete alias.
16053         (iswitchb-read-buffer): Remove check for bound font variables.
16054         (iswitchb-invalid-regexp): New free variable.
16055         (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
16056         set iswitchb-invalid-regexp.
16057         (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
16058         invalid regexps.
16059         (iswitchb-completions): Add check for complete match when entering
16060         a regexp.
16061         (iswitchb-completions): Remove require-match argument.
16062         (iswitchb-exhibit): Fix caller.
16063         (iswitchb-common-match-inserted): New variable.
16064         (iswitchb-complete, iswitchb-completion-help): Use it.
16066 2005-06-04  David Reitter  <david.reitter@gmail.com>  (tiny change)
16068         * url-http.el (url-http-chunked-encoding-after-change-function):
16069         Use `url-http-debug' instead of `message'.
16071 2005-06-04  Thierry Emery  <thierry.emery@free.fr>  (tiny change)
16073         * url-http.el (url-http-parse-headers): Pass redirected URL as a
16074         callback argument.
16076 2005-06-04  Kim F. Storm  <storm@cua.dk>
16078         * simple.el (line-move): Only call sit-for when moving backwards.
16080         * ido.el (ido-make-merged-file-list-1): New defun split from
16081         ido-make-merged-file-list.
16082         (ido-make-merged-file-list): Bind throw-on-input around call to
16083         ido-make-merged-file-list-1.  Return input-pending-p if
16084         interrupted by more input available.
16085         (ido-read-internal): Handle input-pending-p return value from
16086         ido-make-merged-file-list.
16088 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16090         * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
16091         compatibility code.
16093         * international/latexenc.el (latexenc-find-file-coding-system):
16094         Don't inherit the EOL part of the coding-system from the
16095         tex-main buffer.  Fit within 80 columns.
16097 2005-06-03  Matt Hodges  <MPHodges@member.fsf.org>
16099         * tmm.el (tmm-inactive-face): New face.
16100         (tmm-remove-inactive-mouse-face): New function.
16101         (tmm-prompt, tmm-add-one-shortcut)
16102         (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
16103         but not selectable.
16105 2005-06-03  Juanma Barranquero  <lekktu@gmail.com>
16107         * faces.el (face-equal): Improve argument/docstring consistency.
16109 2005-06-03  Daniel Pfeiffer  <occitan@esperanto.org>
16111         * progmodes/make-mode.el (makefile-targets-face)
16112         (makefile-shell-face, makefile-makepp-perl-face): Add :version.
16113         (makefile-bsdmake-dependency-regex)
16114         (makefile-makepp-rule-action-regex)
16115         (makefile-bsdmake-rule-action-regex): New constants.
16116         (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
16118         * progmodes/compile.el (compilation-error-regexp-alist-alist):
16119         Allow (...) within `...' for makepp messages.
16121 2005-06-03  Michael Kifer  <kifer@cs.stonybrook.edu>
16123         * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
16125         * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
16126         "." files are deleted from all file lists before comparison.
16128         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
16129         (viper-ESC-key): Made them customizable.
16131         * viper.el (viper-non-hook-settings): Fix the names of defadvices.
16133 2005-06-01  Luc Teirlinck  <teirllm@auburn.edu>
16135         * autorevert.el (auto-revert-buffers): Use save-match-data.
16137 2005-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
16139         * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
16140         menu items with a nil command binding.
16142 2005-06-01  Juanma Barranquero  <lekktu@gmail.com>
16144         * emacs-lisp/cl-macs.el (defsetf):
16145         Improve argument/docstring consistency.
16147         * faces.el (list-faces-display): Improve the formatting by
16148         computing the maximum length required for any face-name (reworked
16149         patch of 1999-01-11, accidentally deleted on 1999-07-21).
16150         (internal-find-face): Remove redundant info in docstring.
16152 2005-06-01  Nick Roberts  <nickrob@snap.net.nz>
16154         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
16155         (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
16156         (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
16157         (gdb-assembler-custom): Improve regexps.
16158         (def-gdb-auto-update-handler): Use window point to preserve point.
16160 2005-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
16162         * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
16164 2005-05-31  Jay Belanger  <belanger@truman.edu>
16166         * calc/calc-embed.el (calc-embedded-word): Change argument passed
16167         to calc-embedded.
16168         (calc-embedded-make-info): Have plain prefix argument select
16169         entire line.
16171 2005-05-31  Juanma Barranquero  <lekktu@gmail.com>
16173         * faces.el (list-faces-display): Signal error if passed a regexp
16174         that matches no face name.
16176         * simple.el (filter-buffer-substring): Fix typo in docstring.
16178 2005-05-31  Richard M. Stallman  <rms@gnu.org>
16180         * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
16181         (vhdl-emacs-21): Doc fix.
16182         (vhdl-mode): Unconditionally set comment-padding.
16183         (vhdl-fixup-whitespace-region): Insert spaces only where
16184         there are none.
16185         (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
16187 2005-05-30  John Wiegley  <johnw@newartisans.com>
16189         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
16190         * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
16191         * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
16192         `directory-sep-char' to ?/, and all uses of `string-to-int' to
16193         `string-to-number'.
16195 2005-05-30  Jay Belanger  <belanger@truman.edu>
16197         * calc/calc.el (calc-bug-address): Fix docstring.
16198         (calc-window-hook, calc-trail-window-hook): New variables.
16199         (calc-trail-display): Restore use of calc-trail-window-hook.
16200         (calc): Restore use of calc-window-hook.
16202 2005-05-31  Masatake YAMATO  <jet@gyve.org>
16204         * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
16206         * help-fns.el (help-C-file-name): Add autoload mark for
16207         `find-function-noselect'.
16209 2005-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16211         * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
16212         (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
16214 2005-05-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
16216         * calendar/diary-lib.el (mark-included-diary-files): Only kill
16217         included diary buffer if it was not already being visited.
16218         Reported by Stephen Berman <Stephen.Berman@gmx.net>.
16220         * calendar/icalendar.el (top-level): Do not require appt.
16222         * mail/supercite.el (sc-select-attribution): Only use a list
16223         element from sc-attrib-selection-list if it returns a string.
16224         Reported by Davide G. M. Salvetti <salve@debian.org>.
16226 2005-05-30  Juanma Barranquero  <lekktu@gmail.com>
16228         * thumbs.el (thumbs-thumbname): The resulting thumbname now
16229         includes a hash value to improve its uniqueness, and has a ".jpg"
16230         extension.  Also, it is now a valid filename on all systems.
16231         (thumbs-make-thumb): Use `let', not `let*'.
16232         (thumbs-show-thumbs-list): Check for JPEG availability.
16234 2005-05-30  Richard M. Stallman  <rms@gnu.org>
16236         * filesets.el (filesets-menu-ensure-use-cached):
16237         Prevent warning when emacs-version>= is undefined.
16239         * printing.el (pr-interactive-n-up): Use string-to-number.
16241         * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
16243         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
16244         Warn only when name to be defined is quoted.
16246 2005-05-30  Nick Roberts  <nickrob@snap.net.nz>
16248         * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
16249         Make regexp more robust.
16250         (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
16251         Force regeneration of disassembly.
16253 2005-05-29  Jay Belanger  <belanger@truman.edu>
16255         * calc/calc.el (calc-user-invocation): Check if
16256         calc-invocation-macro is non-nil.
16258 2005-05-29  Juri Linkov  <juri@jurta.org>
16260         * add-log.el (change-log-font-lock-keywords):
16261         Add `+' to e-mail regexp to accept mail address with keywords.
16263         * man.el (Man-name-regexp): Add `:' to accept qualified names.
16265 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
16267         * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
16269         * ielm.el (inferior-emacs-lisp-mode): Ditto.
16271 2005-05-29  Richard M. Stallman  <rms@gnu.org>
16273         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
16274         Undo the change that moves to end of the current word.
16276 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
16278         * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
16279         Throw error when count <= 0 to ensure input is a number.
16280         (gdb-read-memory-custom): Pick up address from buffer.
16281         (gdb-memory-mode): Allow user to increment and decrement
16282         memory address from header line.
16284 2005-05-29  Richard M. Stallman  <rms@gnu.org>
16286         * flyspell.el (flyspell-version): Function deleted.
16287         (flyspell-auto-correct-previous-hook): Doc fix.
16289         * jit-lock.el (jit-lock-function, jit-lock-after-change):
16290         Do nothing if memory is full.
16292         * font-lock.el (font-lock-fontify-syntactically-region):
16293         Pass t for GREEDY to looking-back.
16295         * saveplace.el (save-place-alist-to-file): Write the file
16296         using write-region.
16298         * subr.el (looking-back): New argument GREEDY.
16300         * progmodes/compile.el (compilation-start): Set the mode
16301         before inserting the initial text.
16303         * progmodes/which-func.el (which-func-update-1): Turn the mode
16304         off in case of error by setting which-func-mode.
16306 2005-05-29  Peter Heslin  <p.j.heslin@durham.ac.uk>  (tiny change)
16308         * flyspell.el (flyspell-auto-correct-previous-word):
16309         Narrow down to what's on the screen, and recenter overlays
16310         at the end of the next word.
16312 2005-05-29  Manuel Serrano  <Manuel.Serrano@sophia.inria.fr>
16314         * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
16315         (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
16316         (flyspell-abbrev-p): Default to nil.
16317         (flyspell-use-global-abbrev-table-p): Doc fix.
16318         (flyspell-large-region): Allow nil as value.
16319         (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
16321         (mail-mode-flyspell-verify): More robust handling
16322         of `mail-header-separator'.  More efficient signature detection.
16323         Allow for regexp metacharacters in message-header-separator.
16324         Adding `To' not to be checked in mail-mode-flyspell-verify.
16326         (flyspell-prog-mode): Run flyspell-prog-mode-hook.
16327         (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
16328         Bind flyspell-auto-correct-binding.
16329         Bind C-. and C-, .
16330         (flyspell-mode-map): Likewise.
16331         (flyspell-mode): Doc fix.
16332         (flyspell-accept-buffer-local-defs): Preserve current buffer.
16333         (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
16334         (flyspell-word-cache-result): New var, always local.
16335         (flyspell-check-pre-word-p): Doc fix.
16336         (flyspell-check-changed-word-p): Handle spc like newline.
16337         (flyspell-post-command-hook): Set flyspell-word-cache-result.
16338         (flyspell-word-search-backward, flyspell-word-search-forward):
16339         New functions.
16340         (flyspell-word): Return t if nothing to check.
16341         When parsing TeX code, check for after } or \.
16342         Use flyspell-word-search-backward to find previous word.
16343         Return nil if duplicated word.
16344         For word already checked, return same value as last time.
16345         Set flyspell-word-cache-result after checking.
16346         Don't clobber the return value.
16347         (flyspell-get-word): Major rewrite.
16348         (flyspell-external-point-words): New locals pword, pcount.
16349         Fix size used in progress message.
16350         Find the proper corresponding word in flyspell-large-region-buffer.
16351         (flyspell-region): Check for flyspell-large-region = nil.
16352         (flyspell-highlight-incorrect-region): Clean up overlays in region.
16353         (flyspell-auto-correct-word): Check that WORD is a cons.
16354         (flyspell-correct-word): Likewise.
16356 2005-05-29  Daniel Pfeiffer  <occitan@esperanto.org>
16358         * progmodes/make-mode.el (makefile-rule-action-regex)
16359         (makefile-macroassign-regex, makefile-makepp-mode)
16360         (makefile-bsdmake-mode): Continuation lines may be empty.
16361         Reported by Joshua Varner.
16362         (makefile-makepp-font-lock-keywords): Add $(stem).
16364 2005-05-28  Karl Berry  <karl@gnu.org>
16366         * textmodes/tex-mode.el: Now that tex-send-command calls
16367         shell-quote-argument (2005-03-31 change), remove all calls to
16368         shell-quote-argument; they all end up invoking tex-send-command.
16369         The double quoting loses on filenames with non-safe characters,
16370         such as "@".  Reported by Frederik Fouvry.
16372 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
16374         * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
16375         about preserving point.
16377 2005-05-27  Jay Belanger  <belanger@truman.edu>
16379         * calc/calc-misc.el (calc-info-goto-node): Use info instead of
16380         Info-goto-node.
16382         * calc/calc-embed.el (calc-embed-arg): New variable.
16383         (calc-do-embedded-activate, calc-embedded-activate-formula)
16384         (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
16385         variable by new variable.
16386         (calc-embedded-make-info): Replace undeclared variable by new
16387         variable.  When selecting region with positive prefix
16388         argument, use end of previous line instead of beginning of line.
16390         * calc/calc-aent.el (calc-arg-values): Declare it.
16392         * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
16393         Declare them.
16395         * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
16397         * calc/calc.el (calc-alg-map): Declare it.
16399         * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
16401 2005-05-28  Nick Roberts  <nickrob@snap.net.nz>
16403         * progmodes/gdb-ui.el (gdb-all-registers): New variable.
16404         (gdb-registers-buffer, toggle-gdb-all-registers):
16405         Toggle display of floating point registers.
16406         (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
16408         * progmodes/gud.el (gud-goto-info): Use info.  Don't use require.
16409         (toggle-gud-tooltip-dereference):
16410         Rename from gud-toggle-tooltip-dereference.
16412 2005-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
16414         * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
16416 2005-05-27  Jay Belanger  <belanger@truman.edu>
16418         * calc/calc-prog.el (calc-kbd-report): Remove.
16419         (calc-kbd-query): Rewrite.
16421 2005-05-27  Juanma Barranquero  <lekktu@gmail.com>
16423         * image.el (image-library-alist): Move to image.c.
16424         (image-type-available-p): Doc fix.
16426 2005-05-27  Lute Kamstra  <lute@gnu.org>
16428         * calc/calc.el (calc):
16429         * outline.el (outline-1, outline-2, outline-3, outline-4)
16430         (outline-5, outline-6, outline-7, outline-8):
16431         * textmodes/dns-mode.el (dns-mode):
16432         * textmodes/sgml-mode.el (sgml-namespace-face):
16433         * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
16434         (tex-verbatim-face, tex-use-reftex):
16435         * textmodes/texinfo.el (texinfo-heading-face):
16436         Specify customization group.
16438         * longlines.el: Don't require easy-mmode.
16439         (longlines-visible-face): Specify customization group.
16441 2005-05-27  Kenichi Handa  <handa@m17n.org>
16443         * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
16444         encoding table of windows-1251.
16446         * international/ucs-tables.el (ucs-set-table-for-input):
16447         If translation-table-for-input of a coding system is a symbol, get
16448         its translation-table property.
16450         * international/code-pages.el: Don't register a coding system into
16451         non-iso-charset-alist more than once.
16452         (cp-make-coding-system): Likewise.
16454 2005-05-26  John Wiegley  <johnw@newartisans.com>
16456         * eshell/esh-cmd.el (eshell-eval-command): If the return value of
16457         `eshell-resume-eval' is wrapped in a list, it indicates that the
16458         command was run asynchronously.  In that case, unwrap the value
16459         before checking the delimiter value.
16461         * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
16462         character before a space at the end of a line is \, assume the space
16463         is part of the last argument rather than a final argument separator.
16465         * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
16466         is in use, and the target is `t' or `nil' (which are the most common
16467         values), don't assume that the symbol target is a buffer.
16469 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
16471         * calendar/calendar.el (calendar-mode-line-format):
16472         Use mode-line-highlight as mouse-face.
16474         * time.el (display-time-string-forms, display-time-update):
16475         Use mode-line-highlight as mouse-face.
16477 2005-05-26  Jay Belanger  <belanger@truman.edu>
16479         * calc/calc.el (calc-language-alist): Remove extra defvar.
16481 2005-05-26  Lute Kamstra  <lute@gnu.org>
16483         * arc-mode.el (archive-mode):
16484         * bookmark.el (bookmark-read-annotation-mode)
16485         (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
16486         * bs.el (bs-mode):
16487         * calc/calc-yank.el (calc-edit-mode):
16488         * calc/calc.el (calc-mode, calc-trail-mode):
16489         * calculator.el (calculator-mode):
16490         * chistory.el (command-history-mode):
16491         * comint.el:
16492         * cus-edit.el (custom-mode):
16493         * descr-text.el (describe-text-mode):
16494         * ebuff-menu.el (Electric-buffer-menu-mode):
16495         * ediff-util.el (ediff-mode):
16496         * emacs-lisp/re-builder.el (reb-mode):
16497         * emulation/vi.el (vi-mode-setup):
16498         * emulation/ws-mode.el (wordstar-mode):
16499         * eshell/esh-mode.el (eshell-mode):
16500         * forms.el (forms-mode):
16501         * help-mode.el (help-mode):
16502         * hexl.el (hexl-mode):
16503         * ibuffer.el (ibuffer-mode):
16504         * ielm.el (inferior-emacs-lisp-mode):
16505         * info.el (Info-mode, Info-edit-mode):
16506         * international/swedish.el:
16507         * ledit.el (ledit-from-lisp-mode):
16508         * locate.el (locate-mode):
16509         * mail/rmail.el (rmail-mode):
16510         * mail/rmailedit.el (rmail-edit-mode):
16511         * mail/rmailsum.el (rmail-summary-mode):
16512         * mail/supercite.el (sc-electric-mode):
16513         * net/eudc.el (eudc-mode):
16514         * net/quickurl.el (quickurl-list-mode):
16515         * net/snmp-mode.el (snmp-mode, snmpv2-mode):
16516         * obsolete/ooutline.el (outline-mode):
16517         * obsolete/options.el (Edit-options-mode):
16518         * obsolete/rnews.el (news-mode):
16519         * obsolete/rnewspost.el (news-reply-mode):
16520         * play/5x5.el (5x5-mode):
16521         * play/decipher.el (decipher-mode, decipher-stats-mode):
16522         * play/gomoku.el (gomoku-mode):
16523         * play/snake.el (snake-mode):
16524         * play/solitaire.el (solitaire-mode):
16525         * play/tetris.el (tetris-mode):
16526         * progmodes/ada-mode.el (ada-mode):
16527         * progmodes/antlr-mode.el (antlr-mode):
16528         * progmodes/autoconf.el (autoconf-mode):
16529         * progmodes/dcl-mode.el (dcl-mode):
16530         * progmodes/delphi.el (delphi-mode):
16531         * progmodes/ebrowse.el (ebrowse-tree-mode)
16532         (ebrowse-electric-list-mode, ebrowse-member-mode)
16533         (ebrowse-electric-position-mode):
16534         * progmodes/f90.el (f90-mode):
16535         * progmodes/fortran.el (fortran-mode):
16536         * progmodes/icon.el (icon-mode):
16537         * progmodes/idlw-help.el (idlwave-help-mode):
16538         * progmodes/idlw-shell.el (idlwave-shell-mode):
16539         * progmodes/idlwave.el (idlwave-mode):
16540         * progmodes/inf-lisp.el (inferior-lisp-mode):
16541         * progmodes/m4-mode.el (m4-mode):
16542         * progmodes/meta-mode.el (metafont-mode, metapost-mode):
16543         * progmodes/modula2.el (modula-2-mode):
16544         * progmodes/octave-inf.el (inferior-octave-mode):
16545         * progmodes/octave-mod.el (octave-mode):
16546         * progmodes/pascal.el (pascal-mode):
16547         * progmodes/sh-script.el (sh-mode):
16548         * progmodes/sql.el (sql-mode, sql-interactive-mode):
16549         * progmodes/vhdl-mode.el (vhdl-mode):
16550         * progmodes/xscheme.el (scheme-interaction-mode):
16551         * replace.el (occur-mode):
16552         * ses.el (ses-mode):
16553         * simple.el (completion-list-mode):
16554         * skeleton.el:
16555         * speedbar.el (speedbar-mode):
16556         * term.el (term-mode):
16557         * terminal.el (terminal-edit-mode):
16558         * textmodes/reftex-index.el (reftex-index-mode)
16559         (reftex-index-phrases-mode):
16560         * textmodes/reftex-sel.el (reftex-select-label-mode)
16561         (reftex-select-bib-mode):
16562         * textmodes/reftex-toc.el (reftex-toc-mode):
16563         * wdired.el (wdired-change-to-wdired-mode):
16564         * wid-browse.el (widget-browse-mode):
16565         Use run-mode-hooks.
16567         * array.el (array-mode):
16568         * calendar/todo-mode.el (todo-mode):
16569         * man.el (Man-mode):
16570         * play/landmark.el (lm-mode):
16571         * play/mpuz.el (mpuz-mode):
16572         Use kill-all-local-variables and run-mode-hooks.
16574         * subr.el (delay-mode-hooks): Specify indentation.
16576 2005-05-26  Mark A. Hershberger  <mah@everybody.org>
16578         * xml.el (xml-substitute-special): Don't die for undefined xml
16579         entities.
16581 2005-05-26  Jay Belanger  <belanger@truman.edu>
16583         * calc/calc-prog.el (calc-user-define-edit): Don't find substring
16584         of nil.
16586 2005-05-27  Nick Roberts  <nickrob@snap.net.nz>
16588         * progmodes/gdb-ui.el (gdb-frame-address):
16589         Rename from gdb-current-address.
16590         (gdb-previous-frame-address): Rename from gdb-previous-address.
16591         (gdb-selected-frame): Rename from gdb-current-frame.
16592         (gdb-get-selected-frame): Rename from gdb-get-current-frame.
16593         (gdb-frame-number): Rename from gdb-current-stack-level.
16594         (gdb-ann3): Match new mode-name for disassembly buffer.
16595         Extend initialization of variables.
16596         (gdb-post-prompt): Update disassembly from gdb-frame-handler.
16597         (gdb-memory-mode): Use mouse-face in header line.
16598         (gdb-assembler-buffer-name): Call it disassembly and give frame
16599         in mode line.
16600         (gdb-source-spec-regexp, gdb-assembler-custom)
16601         (gdb-invalidate-assembler, gdb-frame-handler):
16602         Make robust to leading zeroes in address format.
16604 2005-05-26  Carsten Dominik  <dominik@science.uva.nl>
16606         * textmodes/org.el (org-mode): Use `define-derived-mode' to
16607         define `org-mode'.
16608         (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
16610 2005-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16612         * log-edit.el (log-edit-changelog-entries): Distinguish between
16613         filenames like xfns.c and fns.c.
16615 2005-05-25  Luc Teirlinck  <teirllm@auburn.edu>
16617         * buff-menu.el (Buffer-menu-revert-function): Improve handling of
16618         point after reverting.
16619         (Buffer-menu-make-sort-button): Handle the case where
16620         `Buffer-menu-use-header-line' is nil.
16622 2005-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
16624         * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
16625         New funcs.  In minibuffer-local-completion-map bind `]', `/'
16626         and `:' to them.
16628 2005-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
16630         * startup.el (normal-top-level): Allow modification of load-path while
16631         we're iterating over it.
16633 2005-05-25  Juanma Barranquero  <lekktu@gmail.com>
16635         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
16636         (thumbs-cleanup-thumbsdir, thumbs-call-convert)
16637         (thumbs-resize-interactive, thumbs-insert-image)
16638         (thumbs-insert-thumb, thumbs-dired-show-marked)
16639         (thumbs-find-image-at-point, thumbs-delete-images)
16640         (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
16641         (thumbs-increment-image-size, thumbs-decrement-image-size):
16642         Fix typos in docstrings.
16644 2005-05-24  Andre Spiegel  <spiegel@gnu.org>
16646         * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
16647         (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
16648         (cperl-mode): Use them.
16650 2005-05-24  Juanma Barranquero  <lekktu@gmail.com>
16652         * window.el (quit-window, shrink-window-if-larger-than-buffer):
16653         Doc fixes.
16655 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
16657         * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
16658         Bind C-d to gdb-inferior-io-eof.
16660         * dired.el (dired-dnd-popup-notice): Use message-box.
16662 2005-05-23  Masatake YAMATO  <jet@gyve.org>
16664         * bindings.el (mode-line-major-mode-keymap):
16665         Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
16667         * faces.el (mode-line-highlight): New face.
16669         * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
16670         as mouse-face.
16672         * bindings.el (top-level, help-echo, mode-line-modified)
16673         (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
16674         as mouse-face.
16676 2005-05-23  Juanma Barranquero  <lekktu@gmail.com>
16678         * progmodes/cc-engine.el (c-guess-basic-syntax):
16679         Remove spurious call to `zerop'.
16681         * emacs-lisp/cl.el (acons, pairlis): Add docstring.
16683 2005-05-23  Martin Stjernholm  <bug-cc-mode@gnu.org>
16685         CC Mode update to 5.30.10:
16687         * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
16688         could go past the limit in decoration level 2, thereby causing
16689         errors during interactive fontification.
16691         * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
16692         the file is evaluated interactively.
16694         * cc-engine.el (c-guess-basic-syntax): Handle operator
16695         declarations somewhat better in C++.
16697         * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
16698         make use of `run-mode-hooks' which has been added in Emacs 21.1.
16699         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
16700         (awk-mode): Use it.
16701         (make-local-hook): Suppress warning about obsoleteness.
16703         * cc-engine.el, cc-align.el, cc-cmds.el
16704         (c-append-backslashes-forward, c-delete-backslashes-forward)
16705         (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
16706         Compensate for return value from `forward-line' when it has moved
16707         but not to a different line due to eob.
16709         * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
16710         `objc-method-intro' and `objc-method-args-cont'.
16712 2005-05-23  Alan Mackenzie  <bug-cc-mode@gnu.org>
16714         CC Mode update to 5.30.10:
16716         * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
16717         in the copyright statement.  Incidentally, change "along with GNU
16718         Emacs" to "along with this program" where it occurs.
16720         * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
16721         so that it is interactive, hence can be found by M-x awk-mode
16722         whilst cc-mode is yet to be loaded.  Reported by Glenn Morris
16723         <gmorris+emacs@ast.cam.ac.uk>.
16725         * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
16726         Mode's regexps.
16728 2005-05-23  Kevin Ryde  <user42@zip.com.au>
16730         * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
16731         c-parse-state, to avoid a lisp error (on bad code).
16733 2005-05-23  Lute Kamstra  <lute@gnu.org>
16735         * subr.el (font-lock-defaults): Remove defvar as it's already
16736         defined in font-core.el.
16738         * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
16740 2005-05-23  Nick Roberts  <nickrob@snap.net.nz>
16742         * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
16743         more general and work when GDB variable "print pretty" is on,
16744         as with Emacs, for example.
16746 2005-05-22  Luc Teirlinck  <teirllm@auburn.edu>
16748         * font-core.el: Update comment.
16750         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
16751         Use `after-change-major-mode-hook' instead of `find-file-hook'.
16753         * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
16755 2005-05-22  Eli Zaretskii  <eliz@gnu.org>
16757         * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
16758         and `yank-handler' in the doc strings.
16760 2005-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16762         * emacs-lisp/cl.el (eql): Remove.  It's a builtin already.
16764 2005-05-22  Richard M. Stallman  <rms@gnu.org>
16766         * help.el (describe-key): Move print-help-return-message call
16767         out of conditional.
16769         * progmodes/etags.el (list-tags): Use with-no-warnings.
16771         * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
16772         (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
16773         (starttls-extra-args, starttls-extra-arguments): Add defvars.
16775         * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
16777         * language/viet-util.el (viet-viscii-nonascii-translation-table):
16778         Add defvar.
16780         * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
16781         Use defvar, not defconst.
16783         * hexl.el (hexl-follow-line): Use with-no-warnings.
16785         * emulation/tpu-extras.el: Use write-file-functions instead of
16786         write-file-hooks.
16788         * dired.el (dired-font-lock-keywords): Fontify files with junk
16789         extensions even if marked by -F.
16791 2005-05-22  Juanma Barranquero  <lekktu@gmail.com>
16793         * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
16794         (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
16795         * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
16796         (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
16797         (concatenate, list-length, get*, getf, cl-remprop):
16798         * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
16799         (etypecase, progv, lexical-let, lexical-let*)
16800         (multiple-value-bind, multiple-value-setq, shiftf):
16801         Improve argument/docstring consistency.
16803         * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
16805 2005-05-22  Andre Spiegel  <spiegel@gnu.org>
16807         * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
16808         doesn't exist.
16810         * vc.el (vc-trunk-p): Add autoload cookie.  The function is used in
16811         vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
16813 2005-05-22  Nick Roberts  <nickrob@snap.net.nz>
16815         * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
16816         already deleted variables: auto-fill-hook, blink-paren-hook,
16817         lisp-indent-hook, inhibit-local-variables, unread-command-event,
16818         suspend-hooks, comment-indent-hook, meta-flag,
16819         before-change-function, after-change-function,
16820         font-lock-doc-string-face.
16822 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
16824         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
16826 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
16828         * mail/rmail.el (rmail-reply): Filter the list in reply-to through
16829         rmail-dont-reply-to.
16831 2005-05-21  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
16833         * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
16834         literal blank when splitting new-header-values.
16836 2005-05-21  Matt Hodges  <MPHodges@member.fsf.org>
16838         * calendar/cal-menu.el (cal-menu-update): Add separator as a
16839         string so that tmm doesn't create a completion entry for it.
16841         * textmodes/table.el (table-disable-menu): Ditto.
16843 2005-05-21  Richard M. Stallman  <rms@gnu.org>
16845         * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
16847         * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
16849         * net/rcompile.el (remote-compile): Use compilation-start.
16851         * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
16853 2005-05-21  Daniel Pfeiffer  <occitan@esperanto.org>
16855         * files.el (auto-mode-alist): Check GNUmakefile before makefile.
16856         Default to makefile-bsdmake-mode on BSD systems.
16858         * imenu.el (imenu-generic-expression, imenu--generic-function'):
16859         REGEXP may also be a search function now.  The part of doc-string
16860         for describing the structure was 95% identical to that of
16861         `imenu--generic-function'.  Unify it there.
16863         * progmodes/make-mode.el (makefile-imenu-generic-expression):
16864         Use function to find dependencies, because regexp alone is so complex,
16865         it easily goes into an endless loop.
16866         (makefile-makepp-mode): Also add submenu for Perl functions
16867         defined in the makefile.
16868         (makefile-bsdmake-mode): Special imenu-generic-expression no
16869         longer needed, due to function call.
16870         (makefile-match-dependency): Take BOUND into account when checking
16871         if we're through.
16873 2005-05-20  Jay Belanger  <belanger@truman.edu>
16875         * calc/calc-units.el (calc-invalidate-units-table):
16876         Use inhibit-read-only.
16877         (math-build-units-table-buffer): Use view-mode.
16879 2005-05-20  David Kastrup  <dak@gnu.org>
16881         * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
16882         easy-menu-add is not a nop on Emacs; and clarify when to call it.
16884 2005-05-20  Lute Kamstra  <lute@gnu.org>
16886         * diff-mode.el (diff-header-face, diff-file-header-face)
16887         (diff-index-face, diff-hunk-header-face, diff-removed-face)
16888         (diff-added-face, diff-changed-face, diff-function-face)
16889         (diff-context-face, diff-nonexistent-face): Put them in the
16890         diff-mode customization group.
16892 2005-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16894         * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
16896         * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
16898         * font-lock.el (lisp-font-lock-keywords-2): Don't error.
16899         Minor regexp-optimization.
16901 2005-05-20  Carsten Dominik  <dominik@science.uva.nl>
16903         * textmodes/org.el (org-agenda-toggle-time-grid): New command.
16904         (org-agenda-use-time-grid, org-agenda-time-grid): New options.
16905         (org-agenda-add-time-grid-maybe): New function.
16906         (org-agenda): Call `org-agenda-add-time-grid-maybe'.
16907         (org-table-create): `dotimes' instead of `mapcar'.
16908         (org-xor): Simplify implementation.
16909         (org-agenda): `inhibit-redisplay' turned on.
16910         (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
16911         a consistent line after a state change.
16912         (org-agenda-remove-times-when-in-prefix): New option.
16913         (org-prefix-has-time): New variable.
16914         (org-parse-time-string): Optional argument NODEFAULT.
16915         (org-format-agenda-item): Parse items for time-of-day
16916         specifications and move these into the prefix if possible.
16917         (org-agenda-priority): Get current heading, not previous heading
16918         during agenda remote editing.
16920 2005-05-20  Juanma Barranquero  <lekktu@gmail.com>
16922         * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
16923         (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
16924         (remove-duplicates, delete-duplicates, substitute)
16925         (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
16926         (nsubstitute-if-not, find, find-if, find-if-not, position)
16927         (position-if, position-if-not, count, count-if, count-if-not)
16928         (mismatch, search, sort*, stable-sort, merge, member*)
16929         (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
16930         (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
16931         (intersection, nintersection, set-difference, nset-difference)
16932         (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
16933         (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
16934         (nsublis, tree-equal): Improve argument/docstring consistency.
16936         * subr.el (send-string, send-region): Remove obsolescence declaration.
16937         (window-dot, set-window-dot, read-input, show-buffer)
16938         (eval-current-buffer, string-to-int):
16939         Add release number to obsolescence declarations.
16941 2005-05-19  Kim F. Storm  <storm@cua.dk>
16943         * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
16944         (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
16946 2005-05-20  Matt Hodges  <MPHodges@member.fsf.org>
16948         * faces.el (list-faces-display): Make back button respect optional
16949         regexp arg.
16951 2005-05-19  Juanma Barranquero  <lekktu@gmail.com>
16953         * calculator.el (calculator-radix-grouping-mode)
16954         (calculator-radix-grouping-digits, calculator-displayer)
16955         (calculator-radix-grouping-separator, calculator-copy-displayer):
16956         * dabbrev.el (dabbrev-search-these-buffers-only):
16957         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
16958         (diff-advance-after-apply-hunk, diff-mode-hook)
16959         (diff-minor-mode-prefix):
16960         * imenu.el (imenu-use-popup-menu):
16961         * jit-lock.el (jit-lock-context-time):
16962         * newcomment.el (comment-fill-column, comment-column)
16963         (comment-style, comment-padding, comment-multi-line)
16964         (comment-empty-lines, comment-auto-fill-only-comments):
16965         * reveal.el (reveal-around-mark):
16966         * uniquify.el (uniquify-buffer-name-style)
16967         (uniquify-after-kill-buffer-p)
16968         (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
16969         (uniquify-min-dir-content, uniquify-separator)
16970         (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
16971         * w32-vars.el (w32-fixed-font-alist):
16972         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
16973         * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
16974         * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
16975         * progmodes/perl-mode.el (perl-indent-level)
16976         (perl-continued-statement-offset, perl-continued-brace-offset)
16977         (perl-brace-offset, perl-brace-imaginary-offset)
16978         (perl-label-offset, perl-indent-continued-arguments)
16979         (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
16980         * progmodes/tcl.el (tcl-indent-level)
16981         (tcl-continued-indent-level, tcl-auto-newline)
16982         (tcl-tab-always-indent, tcl-electric-hash-style)
16983         (tcl-help-directory-list, tcl-use-smart-word-finder)
16984         (tcl-application, tcl-command-switches, tcl-prompt-regexp)
16985         (inferior-tcl-source-command):
16986         * textmodes/fill.el (enable-kinsoku):
16987         * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
16988         * textmodes/table.el (table-yank-handler):
16989         Specify missing group (and type, if simple) in defcustom.
16991 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
16993         * progmodes/compile.el (compilation-finish-function): Fix defvar.
16995 2005-05-19  Richard M. Stallman  <rms@gnu.org>
16997         * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
16999         * subr.el (event-basic-type): Don't get an error.
17000         (left-fringe-p): Function deleted.
17002         * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
17003         (list-buffers-noselect): Set `font-lock-face' property, not `face'.
17005         * dired-aux.el (dired-copy-file-recursive): Handle symlinks
17006         in recursive copy.
17008         * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
17010         * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
17012         * emacs-lisp/bytecomp.el
17013         (byte-compile-file-form-custom-declare-variable):
17014         Call byte-compile-nogroup-warn if appropriate.
17016         * progmodes/compile.el (compilation-finish-function): Mark obsolete.
17017         (compilation-set-window): Don't call left-fringe-p; do it directly.
17019 2005-05-19  Jay Belanger  <belanger@truman.edu>
17021         * calc/calc-graph.el (calc-graph-format-data): Make sure
17022         var-PlotRejects is bound before trying to check its value.
17024 2005-05-19  Carsten Dominik  <dominik@science.uva.nl>
17026         * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
17027         definition of this variable from reftex-global.el to reftex.el,
17028         because it is needed in the menu.
17030 2005-05-19  Lute Kamstra  <lute@gnu.org>
17032         * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
17033         years are fixed.  Don't insert a space after a dash.
17035 2005-05-19  Kim F. Storm  <storm@cua.dk>
17037         * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
17039 2005-05-19  Daniel Pfeiffer  <occitan@esperanto.org>
17041         * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
17042         strings, because (eq ... ?\\) is fairly frequent.
17044         * progmodes/make-mode.el (makefile-add-this-line-targets):
17045         Simplify and integrate into `makefile-pickup-targets'.
17046         (makefile-add-this-line-macro): Simplify and integrate into
17047         `makefile-pickup-macros.
17048         (makefile-pickup-filenames-as-targets): Simplify.
17049         (makefile-previous-dependency, makefile-match-dependency):
17050         Don't stumble over `::'.
17052 2005-05-19  Nick Roberts  <nickrob@snap.net.nz>
17054         * subr.el (post-command-idle-hook, post-command-idle-delay):
17055         Remove obsoletion of post-command-idle-hook and
17056         post-command-idle-delay.
17058         * faces.el (list-faces-display): Provide button when describe-face
17059         is called to take user back to the list of faces.
17061         * help-fns.el (describe-variable): Remove hyperlinks in a
17062         variable's value as these are quite frequently inappropriate.
17064         * follow.el (follow-submit-feedback, follow-mode):
17065         Remove references to post-command-idle-hook.
17067 2005-05-18  Daniel Pfeiffer  <occitan@esperanto.org>
17069         * progmodes/make-mode.el (makefile-previous-dependency)
17070         (makefile-match-dependency): Check for := (and in bsd mode also
17071         !=) to give a better result, even when font-lock is not on.
17073 2005-05-18  Jay Belanger  <belanger@truman.edu>
17075         * calc/calc-help.el (calc-s-prefix-help):
17076         Add `calc-copy-special-constant' to help string.
17078 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
17080         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
17082 2005-05-18  Jay Belanger  <belanger@truman.edu>
17084         * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
17085         in linear factors are in proper order.
17087 2005-05-18  Carsten Dominik  <dominik@science.uva.nl>
17089         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
17090         Support for jurabib.
17092         * textmodes/reftex.el (featurep): Define aliases for overlay
17093         commands, for XEmacs compatibility, and use these aliases in
17094         overlay initializations.
17095         (reftex-highlight): Use `reftex-move-overlay'.
17096         (reftex-unhighlight): Use `reftex-delete-overlay'.
17097         (reftex-uniq): Function removed.  Use `reftex-uniquify' instead.
17098         (reftex-access-search-path): Use `reftex-uniquify' instead of
17099         `reftex-uniq'
17101         * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
17102         `before-string' property modification enables for Emacs as well.
17103         (reftex-select-item): Use `reftex-delete-overlay'.
17104         (reftex-select-mark): Use `reftex-make-overlay' and
17105         `reftex-overlay-put'.
17106         (reftex-select-unmark): Use `reftex-delete-overlay' and
17107         `reftex-overlay-put'.
17109 2005-05-18  Lute Kamstra  <lute@gnu.org>
17111         * emacs-lisp/lisp.el (check-parens): Fix docstring.
17113 2005-05-18  Juanma Barranquero  <lekktu@gmail.com>
17115         * add-log.el (add-change-log-entry):
17116         * array.el (array-make-template, array-reconfigure-rows)
17117         (array-init-max-row, array-init-max-column)
17118         (array-init-columns-per-line, array-init-field-width):
17119         * replace.el (replace-match-maybe-edit, perform-replace):
17120         * textmodes/spell.el (spell-region):
17121         Replace `read-input' by `read-string'.
17123         * forms.el (forms-mode):
17124         * finder.el (finder-compile-keywords):
17125         * shadowfile.el (shadow-read-files):
17126         Replace `eval-current-buffer' by `eval-buffer'.
17128         * terminal.el (te-pass-through):
17129         * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
17130         (ange-ftp-raw-send-cmd):
17131         * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
17132         (send-process-next-char, telnet-initial-filter, telnet):
17133         Replace `send-string' by `process-send-string'.
17135         * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
17136         (prolog-consult-region): Replace `send-string' by
17137         `process-send-string'; replace `send-region' by `process-send-region'.
17139         * progmodes/delphi.el (delphi-log-msg):
17140         Replace `set-window-dot' by `set-window-point'.
17142         * subr.el (window-dot, set-window-dot, read-input, send-string)
17143         (send-region, show-buffer, eval-current-buffer):
17144         Make really obsolete, as the comment says.
17146 2005-05-17  Kim F. Storm  <storm@cua.dk>
17148         * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
17149         (cua--init-keymaps): Bind C-return instead of S-return to set
17150         rectangle mark.
17152         * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
17153         instead of S-return to toggle/clear rectangle mark.
17155 2005-05-17  Daniel Pfeiffer  <occitan@esperanto.org>
17157         * progmodes/make-mode.el (makefile-dependency-skip): New variable.
17158         (makefile-macroassign-regex, makefile-make-font-lock-keywords):
17159         Also fontify plain strings assigned to variables, mostly so that a
17160         colon has a face and is thus not taken as a dependency separator.
17161         (makefile-previous-dependency): Inline the new matcher, because it
17162         is too complex to work in both directions.
17163         (makefile-match-dependency): Eliminate `backward' arg (see above).
17164         Completely reimplemented so as to not sometimes go into an endless
17165         loop.  It should also be more efficient, because first it only
17166         searches for `:', instead of applying the very complex regexp.
17167         (makefile-mode): Cancel `font-lock-support-mode', because blocks
17168         to be fontified in one piece can be too long for JIT.
17169         Makefiles are never *that* big.
17171 2005-05-17  Reiner Steib  <Reiner.Steib@gmx.de>
17173         * dired.el (dired-mode): Simplify.
17175 2005-05-17  Lute Kamstra  <lute@gnu.org>
17177         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
17178         defcustom for the mode hook variable.
17180         * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
17181         Emacs Lisp Reference Manual.
17183 2005-05-17  Juanma Barranquero  <lekktu@gmail.com>
17185         * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
17186         (evenp, list*):
17187         * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
17188         * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
17190         * net/tramp-smb.el (tramp-smb-open-connection):
17191         Pass `tramp-chunksize' as fifth (required) argument.
17193 2005-05-16  Daniel Pfeiffer  <occitan@esperanto.org>
17195         * font-lock.el (lisp-font-lock-keywords-1):
17196         Set `font-lock-negation-char-face' for [^...] char group.
17197         (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
17199         * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
17200         a var, and refine it to mask one more level of nested vars.
17201         (makefile-rule-action-regex): Turn it into a var, and refine it so
17202         it recognizes backslashed continuation lines as belonging to the
17203         same command.
17204         (makefile-macroassign-regex): Refine it so it recognizes
17205         backslashed continuation lines as belonging to the same command.
17206         (makefile-var-use-regex): Don't look at the next char, because it
17207         might be the same one to be skipped by the initial [^$], leading
17208         to an overlooked variable use.
17209         (makefile-make-font-lock-keywords): Remove two parameters, which
17210         are now variables that some of the modes set locally.
17211         Handle dependency and rule action matching through functions, because
17212         regexps alone match too often.  Dependency matching now comes
17213         last, so it can check, whether a colon already matched something else.
17214         (makefile-mode): Inform that font-lock improves makefile parsing
17215         capabilities.
17216         (makefile-match-dependency, makefile-match-action): New functions.
17218 2005-05-16  Juanma Barranquero  <lekktu@gmail.com>
17220         * emacs-lisp/cl-extra.el (equalp): Doc fix.
17222         * align.el (align-regexp):
17223         * ansi-color.el (ansi-color-get-face):
17224         * array.el (array-reconfigure-rows, array-init-max-row)
17225         (array-init-max-column, array-init-columns-per-line)
17226         (array-init-field-width):
17227         * dired-aux.el (dired-trample-file-versions):
17228         * dired-x.el (dired-mark-sexp):
17229         * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
17230         * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
17231         * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
17232         * faces.el (face-read-integer):
17233         * files.el (backup-extract-version, insert-directory):
17234         * hexl.el (hexl-insert-decimal-char):
17235         * server.el (server-process-filter):
17236         * shell.el (shell-extract-num):
17237         * startup.el (command-line-1):
17238         * term.el (term-command-hook):
17239         * time-stamp.el (time-stamp, time-stamp-string-preprocess)
17240         (time-stamp-do-number):
17241         * time.el (display-time-update):
17242         * timezone.el (timezone-parse-date, timezone-zone-to-minute)
17243         (timezone-fix-time):
17244         * vms-patch.el (vms-suspend-resume-hook):
17245         * calendar/appt.el (appt-convert-time):
17246         * calendar/cal-bahai.el (mark-bahai-diary-entries):
17247         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
17248         * calendar/cal-islam.el (mark-islamic-diary-entries):
17249         * calendar/calendar.el (calendar-cursor-to-date)
17250         (calendar-star-date):
17251         * calendar/diary-lib.el (diary-attrtype-convert)
17252         (mark-diary-entries, diary-entry-time):
17253         * calendar/solar.el (solar-get-number):
17254         * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
17255         * emacs-lisp/re-builder.el (reb-display-subexp):
17256         * emulation/edt.el (edt-set-scroll-margins):
17257         * emulation/tpu-extras.el (tpu-set-scroll-margins):
17258         * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
17259         (vip-get-ex-count):
17260         * emulation/viper-ex.el (viper-get-ex-token)
17261         (viper-get-ex-buffer, viper-get-ex-count, ex-next):
17262         * international/fontset.el (fontset-plain-name):
17263         * mail/feedmail.el (feedmail-look-at-queue-directory):
17264         * mail/mailalias.el (mail-get-names):
17265         * mail/rmail.el (rmail-convert-to-babyl-format):
17266         * mail/rmailsum.el (rmail-make-basic-summary-line)
17267         (rmail-summary-next-same-subject, rmail-summary-rmail-update)
17268         (rmail-summary-goto-msg):
17269         * mail/smtpmail.el (smtpmail-read-response):
17270         * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
17271         (ange-ftp-vms-add-file-entry):
17272         * play/gametree.el (gametree-looking-at-ply)
17273         (gametree-current-branch-score):
17274         * progmodes/ada-xref.el (ada-prj-find-prj-file)
17275         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
17276         * progmodes/cperl-mode.el (condition-case):
17277         * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
17278         (ebrowse-set-member-buffer-column-width)
17279         (ebrowse-select-1st-to-9nth):
17280         * progmodes/etags.el (etags-snarf-tag):
17281         * progmodes/flymake.el (flymake-parse-line):
17282         * progmodes/idlw-shell.el (idlwave-shell-parse-line)
17283         (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
17284         (idlwave-shell-menu-def):
17285         * progmodes/ps-mode.el (ps-run-goto-error):
17286         * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
17287         (vhdl-speedbar-contract-level):
17288         * term/mac-win.el (x-handle-numeric-switch):
17289         * term/sun-mouse.el (sun-get-frame-data):
17290         * term/w32-win.el (x-handle-numeric-switch):
17291         * term/x-win.el (x-handle-numeric-switch):
17292         * textmodes/ispell.el (ispell-parse-output):
17293         * textmodes/nroff-mode.el (nroff-outline-level):
17294         * textmodes/reftex-cite.el (reftex-bib-sort-year)
17295         (reftex-bib-sort-year-reverse, reftex-format-citation):
17296         * textmodes/reftex-parse.el (reftex-init-section-numbers)
17297         (reftex-section-number):
17298         * textmodes/texinfmt.el (texinfo-paragraphindent):
17299         Replace `string-to-int' by `string-to-number'.
17301         * international/latexenc.el: Add page marker to force the "Local
17302         Variables:" string out of the last page.
17304 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
17306         * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
17307         tooltip-change-major-mode.
17308         (gud-tooltip-print-command): Remove case where gud-minor-mode
17309         is gdb ("--fullname").
17310         (gud-tooltip-tips): Turn GUD tooltips off for this case and
17311         explain to user.
17313 2005-05-16  Jay Belanger  <belanger@truman.edu>
17315         * calc/calc-store.el (calc-copy-special-constant): New function.
17317         * calc/calc-ext.el (calc-init-extensions): Add binding for
17318         `calc-copy-special-constant'.
17320         * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
17321         for the `calc-copy-special-constant' command.
17323 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
17325         * subr.el (left-fringe-p): New function.
17327         * progmodes/compile.el (compilation-setup): Set local value of
17328         overlay-arrow-string to "" always.
17329         (compilation-set-window): Left fringe then don't scroll.
17330         No left fringe then no arrow and scroll message to top.
17331         (compilation-context-lines): Adjust doc string accordingly.
17333 2005-05-16  Kim F. Storm  <storm@cua.dk>
17335         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
17336         (ido-magic-delete-char): New commands for C-f, C-b, C-d.
17337         (ido-wide-find-dir-or-delete-dir): New command for M-d.
17338         (ido-define-mode-map): Bind them.  Add C-x prefix to fallback commands.
17339         (ido-read-file-name): Handle commands with ido property value
17340         equal to find-file as reading a file name, to allow C-d to enter dired.
17341         (ibuffer-find-file): Add ido property with value find-file.
17343 2005-05-15  Kim F. Storm  <storm@cua.dk>
17345         * subr.el (open-network-stream-nowait): Remove.
17346         (open-network-stream-server): Remove.
17348 2005-05-15  Richard M. Stallman  <rms@gnu.org>
17350         * faces.el (describe-face): Output a definition link button.
17352         * help-mode.el (help-face-def): New button type.
17354         * emacs-lisp/copyright.el (copyright-fix-years):
17355         Match properly if the first year is 2-digit.
17356         Don't mess up the whitespace after the years by filling.
17358         * dired-aux.el (dired-mark-confirm):
17359         Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
17361         * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
17362         (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
17363         (dired-mark-pop-up): Handle FILES = (t FILE) specially.
17365         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
17366         Set font-lock-comment-start-skip.
17368         * font-lock.el (font-lock-comment-start-skip): New variable.
17369         (font-lock-comment-end-skip): New variable.
17370         (font-lock-fontify-syntactically-region): Use them if non-nil.
17372 2005-05-15  Jay Belanger  <belanger@truman.edu>
17374         * calc/calc-store.el (calc-store-value): Return a string rather
17375         than display it as a message.
17376         Use calc-var-name for variable name.
17377         (calc-store-into): Add the result of calc-store-value to message.
17378         (calc-copy-variable): Add a message.
17379         (calc-store-exchange): Improve error messages.
17380         (calc-store-binary, calc-store-map): Don't reset the values of
17381         special constants.
17383 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
17385         * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
17386         manual to docstring.
17388         * files.el (hack-local-variables-confirm): Add STRING argument.
17389         Make the function handle non file visiting buffers correctly.
17390         (hack-local-variables-prop-line, hack-local-variables)
17391         (hack-one-local-variable): Use STRING arg of
17392         `hack-local-variables-confirm'.
17394 2005-05-14  Michael Albinus  <michael.albinus@gmx.de>
17396         Sync with Tramp 2.0.49.
17398         * net/tramp.el (tramp-handle-dired-call-process)
17399         (tramp-handle-insert-directory):`insert-buffer' cannot be used
17400         because the contents of the Tramp buffer is changed before
17401         insertion (`expand-file' and alike).
17402         (tramp-handle-insert-directory): If `localname' has an empty
17403         nondirectory name, it must not be quoted.
17404         (tramp-pre-connection): Add parameter CHUNKSIZE.  Make local
17405         variable `tramp-chunksize'.  Change callees.
17406         (tramp-open-connection-setup-interactive-shell): Check remote host
17407         for buggy `send-process-string' implementation.
17408         Set `tramp-chunksize' if found.  Reported by Michael Kifer
17409         <kifer@cs.sunysb.edu> (and a lot of other people all the years).
17410         (tramp-handle-shell-command): `insert-buffer' cannot be used
17411         because the contents of the Tramp buffer is changed before
17412         insertion (`expand-file' and alike).  Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
17413         <frederic.bothamy@free.fr>.
17414         (tramp-set-auto-save): Actions should be done for Tramp file name
17415         handler only.  Ange-FTP has its own auto-save mechanism.
17416         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
17417         (tramp-set-auto-save-file-modes): Set file modes of
17418         `buffer-auto-save-file-name' to ?\600 as fallback solution.
17419         Reported by Ferenc Wagner <wferi@tba.elte.hu>.
17420         (tramp-bug): Remove obsolete variable.
17421         (tramp-append-tramp-buffers): Rewrite partly.  More suitable check
17422         for presence of `mml-mode'.  Make it running for older Emacsen as well.
17424 2005-05-14  John Paul Wallington  <jpw@pobox.com>
17426         * ibuf-ext.el (define-ibuffer-filter filename):
17427         If `dired-directory' is a list, use its car.
17429 2005-05-14  Daniel Brockman  <daniel@brockman.se>  (tiny change)
17431         * ibuffer.el (define-ibuffer-column filename):
17432         If `dired-directory' is a list, use its car.
17434 2005-05-14  Richard M. Stallman  <rms@gnu.org>
17436         * subr.el (symbol-file): Doc fix.
17438         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
17439         (byte-compile-form): Call byte-compile-nogroup-warn.
17440         (byte-compile-warning-types): Doc fix.
17442         * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
17444         * progmodes/cc-engine.el (c-literal-faces):
17445         Add font-lock-comment-delimiter-face.
17447         * net/net-utils.el (dig): Use with-no-warnings.
17449         * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
17450         (sc-recite-frame-alist, sc-default-cite-frame)
17451         (sc-default-uncite-frame, sc-default-recite-frame)
17452         (sc-attrib-selection-list, sc-rewrite-header-list):
17453         Mark as risky-local-variable.
17455         * international/ogonek.el (ogonek-jak, ogonek-how):
17456         Don't use beginning-of-buffer.
17458         * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
17460         * calendar/solar.el (solar-data-list): Move definition up.
17462         * dnd.el (dnd-protocol-alist): Add autoload.
17464         * progmodes/sh-script.el: Many doc usage fixes.
17465         (sh-indent-after-do): Change default to match common styles.
17467 2005-05-13  Luc Teirlinck  <teirllm@auburn.edu>
17469         * files.el (interpreter-mode-alist)
17470         (auto-mode-interpreter-regexp): Doc fixes.
17472 2005-05-13  Matt Hodges  <MPHodges@member.fsf.org>
17474         * tmm.el (tmm-get-keymap): Include only active menus and menu items.
17476         * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
17478 2005-05-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17480         * dired.el (dired-mode): make-variable-buffer-local =>
17481         make-local-variable.
17483 2005-05-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17485         * term/mac-win.el (mac-select-convert-to-string): Try coding
17486         systems in mac-script-code-coding-systems if specified one cannot
17487         encode string for `com.apple.traditional-mac-plain-text'.
17489 2005-05-13  Daniel Pfeiffer  <occitan@esperanto.org>
17491         * progmodes/make-mode.el (makefile-targets-face)
17492         (makefile-shell-face, makefile-makepp-perl-face): New faces.
17493         (makefile-dependency-regex): Fix it to not make the colon in
17494         $(var:a=b) special.
17495         (makefile-rule-action-regex): New regexp for highlighting embedded
17496         Shell strings.
17497         (makefile-macroassign-regex): Handle != for highlighting as
17498         embedded Shell strings.
17499         (makefile-var-use-regex): New const.
17500         (makefile-statements, makefile-automake-statements)
17501         (makefile-gmake-statements, makefile-makepp-statements)
17502         (makefile-bsdmake-statements): New consts.
17503         (makefile-make-font-lock-keywords): New function.
17504         (makefile-automake-font-lock-keywords)
17505         (makefile-gmake-font-lock-keywords)
17506         (makefile-makepp-font-lock-keywords)
17507         (makefile-bsdmake-font-lock-keywords): New consts.
17508         (makefile-mode-map): Add switchers between the various submodes.
17509         (makefile-mode): Document the availability of the variants.
17510         (makefile-automake-mode, makefile-gmake-mode)
17511         (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
17513         * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
17514         new variants of makefile-mode.
17516 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
17518         * font-lock.el (font-lock-comment-delimiter-face): Fix up
17519         the inheritance.
17521 2005-05-12  Luc Teirlinck  <teirllm@auburn.edu>
17523         * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
17524         (inferior-lisp-load-hook): Convert defcustoms back to defvars.
17526         * files.el (normal-mode): Extend the scope of the
17527         `enable-local-variables' binding to include the `set-auto-mode' call.
17528         (magic-mode-alist): Doc fix.
17530 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
17532         * font-lock.el (font-lock-comment-delimiter-face): Inherit from
17533         font-lock-comment-face rather than copying its setting.
17535 2005-05-12  Andreas Schwab  <schwab@suse.de>
17537         * eshell/esh-mode.el (eshell-send-input): Doc fix.
17539 2005-05-12  Lute Kamstra  <lute@gnu.org>
17541         * emacs-lisp/generic.el (define-generic-mode): Don't generate a
17542         defcustom for the mode hook variable.  Delete the last argument.
17543         * generic-x.el: Fix callers of define-generic-mode.
17544         (generic-x-modes): Delete group.
17545         (show-tabs-tab-face, show-tabs-space-face): Put them in the
17546         generic-x customization group.
17548 2005-05-12  Kim F. Storm  <storm@cua.dk>
17550         * font-lock.el (font-lock-negation-char-face): Default to "off".
17552         * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
17553         font-lock-negation-char-face to ! in !=.
17555 2005-05-12  Masatake YAMATO  <jet@gyve.org>
17557         * add-log.el (find-change-log): Fix typos in the docstring
17558         of function.
17560 2005-05-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
17562         * international/latexenc.el (latexenc-find-file-coding-system):
17563         Avoid `re-search-forward' when looking for input encoding because
17564         of speed and safety.  Better regular expressions for recognizing
17565         input encoding.  Limit a search for TeX-master/tex-main-file to
17566         the local variable section.
17568 2005-05-11  Dan Nicolaescu  <dann@ics.uci.edu>
17570         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
17571         syntax of $ to "'" (quote).
17573 2005-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
17575         * dnd.el (dnd-protocol-alist): Improve custom type.
17577         * dired.el (dired-dnd-protocol-alist): New variable.
17578         (dired-mode): Use `dired-dnd-protocol-alist'.  Move call of
17579         `dired-mode-hook' to the end.
17581 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
17583         * font-lock.el (font-lock-fontify-syntactically-region): Don't use
17584         comment-end if comment-start-skip is not set.
17585         Obey the font-lock-comment-delimiter-face variables.
17587 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
17589         * files.el (executable-find): Move from executable.el.  Use
17590         locate-file.
17591         * progmodes/executable.el (executable-find): Move to files.el.
17593         * font-lock.el (font-lock-fontify-keywords-region): Use a marker
17594         when trying to ensure forward progress.
17596 2005-05-11  Chong Yidong  <cyd@stupidchicken.com>
17598         * mouse-sel.el (mouse-sel-follow-link-p): New function.
17599         (mouse-select, mouse-select-internal, mouse-extend-internal):
17600         Use it to implement mouse-1-click-follows-link functionality.
17602 2005-05-11  Richard M. Stallman  <rms@gnu.org>
17604         * font-lock.el (font-lock-fontify-syntactically-region):
17605         Use font-lock-comment-delimiter-face for comment delimiters.
17607 2005-05-10  Jay Belanger  <belanger@truman.edu>
17609         * calc/calc-help.el (calc-m-prefix-help): Add mention of
17610         preserving embedded modes.
17612 2005-05-10  Richard M. Stallman  <rms@gnu.org>
17614         * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
17616         * progmodes/ada-mode.el (ada-adjust-case-skeleton):
17617         Move from ada-stmt.el.
17618         (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
17620         * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
17621         Move to ada-mode.el.
17622         (ada-stmt-mode-hook): Delete; do the work in ada-mode.
17624         * cus-edit.el (custom-file): Call file-chase-links.
17626         * files.el (read-directory-name): Fix previous change.
17627         (hack-local-variables-confirm): New function.
17628         (hack-local-variables-prop-line, hack-local-variables)
17629         (hack-one-local-variable): Use it.
17631 2005-05-10  Lute Kamstra  <lute@gnu.org>
17633         * font-lock.el (font-lock-keywords-alist)
17634         (font-lock-removed-keywords-alist): Clarify docstrings.
17636 2005-05-10  Nick Roberts  <nickrob@snap.net.nz>
17638         * progmodes/gdb-ui.el (gdb-macro-info): New variable.
17639         (gdb-source-info): Check for preprocessor info.
17640         (gdb-tooltip-print-1): New function.  Don't print tooltip if it is
17641         a macro for a function.
17642         (gdb-info-breakpoints-custom): Try to find file again if not already
17643         found (user might have used GDB dir command).
17644         (gdb-get-location): Update gdb-location-alist correctly for change
17645         to gdb-info-breakpoints-custom.
17647         * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
17648         (gud-tooltip-print-command): Add gdbmi case.
17649         (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
17650         preprocessor info.
17652 2005-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
17654         * startup.el (fancy-splash-insert): Fix typo in doc string.
17656 2005-05-09  Juanma Barranquero  <lekktu@gmail.com>
17658         * obsolete/float.el (string-to-float):
17659         * obsolete/hilit19.el (hilit-add-pattern):
17660         * obsolete/rnews.el (news-parse-range, news-select-message)
17661         (news-get-pruned-list-of-files): Replace `string-to-int' by
17662         `string-to-number'.
17664         * obsolete/uncompress.el: Set `find-file-not-found-functions', not
17665         `find-file-not-found-hooks'; use `add-hook'.
17666         (uncompress-while-visiting): Set `write-file-functions', not
17667         `write-file-hooks'; use `add-hook'.
17669 2005-05-09  Kim F. Storm  <storm@cua.dk>
17671         * emulation/cua-base.el (cua-copy-region, cua-cut-region)
17672         (cua-paste): Handle clipboard action.
17673         (cua--init-keymaps): Remap clipboard-kill-region and
17674         clipboard-kill-ring-save.
17676 2005-05-08  Eli Zaretskii  <eliz@gnu.org>
17678         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
17679         Improve commentary.
17681         * simple.el (next-error-overlay-arrow-position): Revert the change
17682         made on 2005-04-30.
17684 2005-05-07  Jay Belanger  <belanger@truman.edu>
17686         * calc/calcsel2.el (calc-commute-left, calc-commute-right)
17687         (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
17688         `calc-sel-reselect'.
17690         * calc/calc-mode.el (calc-save-modes): Reset the modes list if
17691         Calc is in embedded mode.
17693 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
17695         * progmodes/compile.el (compilation-setup):
17696         Set overlay-arrow-string to an empty string on text terminals.
17698         * textmodes/ispell.el (ispell-program-name): Try looking for
17699         "aspell" along exec-path, and if found, use it as the default
17700         speller program.
17702 2005-05-07  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
17704         * international/mule.el (sgml-xml-auto-coding-function):
17705         Recognize encoding='FOO' in single quotes as well as in double quotes.
17707 2005-05-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
17709         * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
17710         as well as `interactive', so that defmacro* would recognize
17711         `declare' forms.
17713 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
17715         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
17716         Explain more about the LIGHTER arg's usage in the doc string.
17717         Add commentary to clarify what the code does.  Fix the regexp that
17718         strips whitespace from LIGHTER.  Quote LIGHTER before using it,
17719         since it could have characters special to regular expressions.
17721 2005-05-07  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
17723         * replace.el (occur-1): Bind inhibit-read-only so that
17724         erase-buffer doesn't barf on read-only text properties (likewise
17725         for add-text-properties in occur-engine).  Mark buffer as unmodified.
17726         (occur-engine): Don't set buffer-read-only here.
17728 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17730         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
17731         list-buffers-directory.  This caused the *cvs-commit* buffer to be
17732         sometimes mistakenly reused as a *cvs* buffer.
17734 2005-05-07  Nick Roberts  <nickrob@snap.net.nz>
17736         * tooltip.el: Move code for GUD tooltips into gud.el.
17737         (require): CL no longer needed to compile case.
17738         (tooltip-mode): Do not toggle functions for GUD tooltips.
17739         (tooltip-gud-tips-p): Remove.  Replace with minor mode
17740         gud-tooltip-mode in gud.el.
17741         (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
17742         (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
17743         tooltip-gud prefix with gud-tooltip and obsolete.
17744         (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
17745         (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
17746         (tooltip-mouse-motion): Mouse movement functions/variable.
17747         Rename in gud.el by adding gud prefix.
17748         (tooltip-gud-original-filter, tooltip-gud-dereference)
17749         (tooltip-gud-event, tooltip-toggle-gud-tips)
17750         (tooltip-gud-process-output, tooltip-gud-print-command)
17751         (tooltip-gud-tips): GUD tooltip functions/variables.  Rename in
17752         gud.el by replacing tooltip-gud prefix with gud-tooltip.
17753         (gdb-tooltip-print): Move to gdb-ui.el.
17755         * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
17756         (require): CL needed to compile case.
17757         (gud-tooltip-mode): Use to toggle GUD tooltips instead of
17758         tooltip-gud-tips-p.  Make it a minor-mode.
17759         (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
17760         (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
17761         (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
17762         (gud-tooltip-change-major-mode)
17763         (gud-tooltip-activate-mouse-motions-if-enabled)
17764         (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
17765         (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
17766         (gud-tooltip-original-filter, gud-tooltip-dereference)
17767         (gud-tooltip-event, tooltip-toggle-gud-tips)
17768         (gud-tooltip-process-output, gud-tooltip-print-command)
17769         (gud-tooltip-tips): Move from tooltip.el.
17771         * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
17772         (gdb-cpp-define-alist-flags): Doc fix.
17773         (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
17774         gud-tooltip-mode is t.
17776 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17778         * net/goto-addr.el (goto-address-fontify): Make sure the overlays
17779         evaporate if their text is deleted.
17780         (goto-address-at-point): Make it work as a mouse binding as well.
17781         (goto-address-at-mouse): Obsolete it.  Update users.
17783 2005-05-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
17785         * calendar/appt.el (top-level): No longer activate on load.
17787 2005-05-06  Juanma Barranquero  <lekktu@gmail.com>
17789         * calendar/cal-bahai.el (mark-bahai-diary-entries):
17790         * net/webjump.el (webjump):
17791         * progmodes/idlw-help.el (idlwave-do-context-help1)
17792         (idlwave-highlight-linked-completions):
17793         * textmodes/po.el (po-find-file-coding-system-guts):
17794         Replace `assoc-ignore-case' by `assoc-string'.
17796 2005-05-06  Eli Zaretskii  <eliz@gnu.org>
17798         * files.el (locate-file): Doc fix.
17800         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
17801         Remove the redundant test for ms-dos.
17803         * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
17804         look for the preprocessor with exec-suffixes.  If not found in
17805         standard places, look in exec-path.  Remove most of the tests that
17806         used system-type.
17808         * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
17810         * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
17812         * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
17813         file-name clash with jka-compr.el on 8+3 filesystems.
17815 2005-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17817         * term/mac-win.el: Don't define or bind scroll bar functions if
17818         x-toolkit-scroll-bars is t.
17819         (x-select-text, x-get-selection-value): Clear
17820         x-last-selected-text-clipboard if x-select-enable-clipboard is
17821         nil.
17822         (PRIMARY): Put mac-scrap-name property.
17823         (mac-select-convert-to-file-url): New function.
17824         (public.file-url): New selection target type.  Add to
17825         selection-converter-alist.
17826         (x-get-selection, x-selection-value): Handle it.
17827         (x-cut-buffer-or-selection-value): New alias.
17829 2005-05-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
17831         * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
17832         entry to avoid calling bibtex-find-entry with arg global
17833         being t.  Remove arg key.
17834         (bibtex-summary-function, bibtex-complete-crossref-cleanup)
17835         (bibtex-copy-summary-as-kill): Change accordingly.
17837 2005-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
17839         * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
17840         (org-agenda-date-later): Use with-current-buffer.
17842 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
17844         * emacs-lisp/byte-run.el (define-obsolete-function-alias)
17845         (define-obsolete-variable-alias): Doc Fixes.
17847 2005-05-06  Kim F. Storm  <storm@cua.dk>
17849         * simple.el (line-move-1): Fix 2005-04-26 change.  Must still use
17850         vertical-motion when selective-display is active.
17852         * ido.el (ido-setup-hook): New hook.
17853         (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
17854         (ido-input-stack): New var.
17855         (ido-define-mode-map): Bind M-b to ido-push-dir.  Move old
17856         ido-next-work-file binding to M-O.
17857         Bind M-f to ido-wide-find-file-or-pop-dir.
17858         (ido-define-mode-map): Don't run ido-define-mode-map-hook.
17859         (ido-read-internal): Run ido-setup-hook.
17860         Catch quit in read-file-name and read-string to cancel edit.
17861         Handle new push, pop, and pop-all exit codes (for M-b/M-f).
17862         Automatically pop-all when completing a directory name (RET).
17863         (ido-file-internal): Add with-no-warnings around ffap and dired code.
17864         (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
17865         (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
17866         (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
17867         New functions for M-b/M-f to move among the directory components.
17868         (ido-make-merged-file-list): Catch quit to cancel merge.
17869         (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
17870         (ido-completion-help): No warnings for ido-completion-buffer-full.
17872 2005-05-05  Daniel Pfeiffer  <occitan@esperanto.org>
17874         * font-lock.el (font-lock-negation-char-face): New face and variable.
17875         * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
17876         * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
17877         * progmodes/cperl-mode.el (cperl-init-faces): Use it.
17878         * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
17880 2005-05-05  Juanma Barranquero  <lekktu@gmail.com>
17882         * emacs-lisp/byte-run.el (define-obsolete-function-alias):
17883         Fix typo in docstring.
17885         * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
17886         (ebrowse-print-statistics-line)
17887         (ebrowse-electric-position-mode-hook): Fix typo in docstring.
17889         * term/w32-win.el (image-library-alist): Add additional name for
17890         Xpm library.
17892 2005-05-05  Nick Roberts  <nickrob@snap.net.nz>
17894         * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
17895         use gcc instead of cpp.
17897         * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
17898         (gdb-create-define-alist): Use it.
17899         (gdb-cpp-define-alist-program): Update for MS-DOS.
17901 2005-05-04  Nick Roberts  <nickrob@snap.net.nz>
17903         * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
17905 2005-05-04  Richard M. Stallman  <rms@gnu.org>
17907         * help.el (describe-key): No error when UNTRANSLATED is nil.
17909         * simple.el (line-move-1): Fix previous change to signal errors
17910         appropriately.
17912 2005-05-03  Ulf Jasper  <ulf.jasper@web.de>
17914         * calendar/icalendar.el (icalendar-version): Now at 0.12.
17915         (icalendar-duration-correction): Remove.
17916         (icalendar--get-event-properties): Split result at commas.
17917         (icalendar--decode-isoduration): New optional argument
17918         DURATION-CORRECTION.
17919         (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
17920         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
17921         (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
17922         (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
17923         (icalendar--convert-anniversary-to-ical): New functions, extracted
17924         from icalendar-export-region, with bug fixes.
17925         (icalendar-export-region): Use the above functions.
17926         (icalendar-import-buffer): Check before saving diary file.
17927         (icalendar--convert-recurring-to-diary)
17928         (icalendar--convert-non-recurring-all-day-to-diary)
17929         (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
17930         extracted from icalendar--convert-ical-to-diary, with bug fixes.
17931         (icalendar--convert-ical-to-diary): Use the above functions.
17933 2005-05-03  Nick Roberts  <nickrob@snap.net.nz>
17935         * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
17936         Remove these recent additions.
17937         (c-mode): Restore to before 2005-04-28.
17939         * progmodes/cc-vars.el (cc-define-list-program): Remove this
17940         recent addition.
17942         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
17943         (gdb-define-alist): New variables.
17944         (gdb-create-define-alist): New function.
17945         (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
17946         (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
17947         with string-to-number.
17948         (gdb-reset): Kill gdb-define-alist.  Move assignments outside loop.
17950         * progmodes/gud.el: Replace string-to-int with string-to-number.
17951         (gud-find-file): Handle gdb-define-alist.
17953         * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
17955 2005-05-02  Jay Belanger  <belanger@truman.edu>
17957         * calc/calc-aent.el (math-read-token):
17958         * calc/calc-bin.el (calc-word-size):
17959         * calc/calc-ext.el (calc-read-number-fancy):
17960         * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
17961         (math-parse-date, math-parse-standard-date, calcFunc-tzone):
17962         * calc/calc-frac.el (calc-over-notation):
17963         * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
17964         (calc-graph-num-points, calc-graph-init):
17965         * calc/calc-prog.el (calc-read-parse-table-part)
17966         (calc-edit-macro-repeats):
17967         * calc/calc-yank.el (calc-do-grab-rectangle):
17968         * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
17969         Replace `string-to-int' by `string-to-number'.
17971 2005-05-02  Kim F. Storm  <storm@cua.dk>
17973         * kmacro.el: Use executing-kbd-macro-index variable.
17975 2005-05-02  Thien-Thi Nguyen  <ttn@gnu.org>
17977         * net/rlogin.el (rlogin-parse-words): Delete func.
17978         (rlogin): Use split-string, not rlogin-parse-words.
17979         Also, if there are option-like elements in the parsed args,
17980         take the host to be the first arg immediately following them.
17981         Suggested by Michael Mauger.
17983 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
17985         * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
17987 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
17989         * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
17990         (cc-mode-cpp-program): Rename to cc-define-list-program and
17991         move to cc-vars.el.
17993         * progmodes/cc-vars.el (cc-define-list-program):
17994         Change to "gcc -E -dM -".  Make customizable.
17996 2005-05-02  Kim F. Storm  <storm@cua.dk>
17998         * emulation/cua-base.el: Fix check for CUA-mode if no init file.
18000 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
18002         * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
18004         * international/mule-util.el (truncate-string): Remove alias and
18005         obsolete declaration.
18007         * international/mule-cmds.el (update-iso-coding-systems):
18008         Remove alias and obsolete declaration.
18010         * international/mule.el (coding-system-parent): Remove alias and
18011         obsolete declaration.
18013         * subr.el (define-function, sref): Remove aliases and obsolete
18014         declarations.
18015         (chars-in-region): Remove obsolete declaration.
18017 2005-05-01  Richard M. Stallman  <rms@gnu.org>
18019         * info.el (Info-mode): Set widen-automatically to nil, locally.
18021         * simple.el (widen-automatically): New variable.
18022         (pop-global-mark): Obey widen-automatically.
18024 2005-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
18026         * term/xterm.el (function-key-map): Call substitute-key-definition
18027         before the keymap size is increased by a lot of define-key calls.
18029 2005-05-01  Richard M. Stallman  <rms@gnu.org>
18031         * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
18032         Rename ARG to ELEMENT.  Doc fix.
18034 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
18036         * allout.el (allout-exposure): Remove macro and obsolete declaration.
18037         Remove references to allout-exposure/change to allout-new-exposure.
18039         * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
18040         bytecode symbols.
18042         * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
18043         (compiled-function-p, focus-frame, unfocus-frame):
18044         Remove aliases and obsolete declarations.
18045         Back out inadvertent changes from previous commit.
18047 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
18049         * files.el (require-final-newline): Make Custom tags consistent
18050         with mode-require-final-newline.
18051         (mode-require-final-newline): Doc fix.
18053 2005-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
18055         * international/latexenc.el (latexenc-find-file-coding-system):
18056         Fix regular expressions.
18058 2005-05-01  David Kastrup  <dak@gnu.org>
18060         * international/latexenc.el (latexenc-find-file-coding-system):
18061         Fix regular expressions.
18063 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
18065         * subr.el (string-to-int): Make obsolete.
18067 2005-04-30  Richard M. Stallman  <rms@gnu.org>
18069         * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
18071         * loadup.el: load jka-comp-hook.
18073         * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
18074         (jka-compr-handler): Add autoload.  `put' calls moved
18075         to jka-comp-hook.el.
18076         (compression, jka-compr): defgroups moved to jka-comp-hook.el.
18077         (jka-compr-inhibit): Autoload.
18079         * jka-comp-hook.el: New file.
18080         Enable the mode by default.
18082         * files.el (backup-buffer-copy): Use copy-file instead
18083         of write-region, and put back the 'excl.
18085 2005-04-30  Chong Yidong  <cyd@stupidchicken.com>
18087         * progmodes/flymake.el (flymake-split-string)
18088         (flymake-split-string, flymake-log, flymake-pid-to-names)
18089         (flymake-reg-names, flymake-get-source-buffer-name)
18090         (flymake-unreg-names, flymake-add-line-err-info)
18091         (flymake-add-err-info): Clarify docstrings.
18092         (flymake-popup-menu, flymake-make-emacs-menu)
18093         (flymake-make-xemacs-menu): Add docstrings.
18094         (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
18095         Set variables directly throughout.
18097 2005-04-30  Nick Roberts  <nickrob@snap.net.nz>
18099         * progmodes/cc-mode.el (cc-create-define-alist): Check that file
18100         exists.  Initialize cc-define-alist.
18101         (c-mode): Add cc-create-define-alist locally to after-save-hook.
18102         If there is no file (Macroexpansion) don't create an alist.
18104 2005-04-29  Sam Steingold  <sds@gnu.org>
18106         * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
18107         (cc-create-define-alist): Use it instead of the hard-coded string.
18109 2005-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
18111         * international/mule-conf.el (file-coding-system-alist): Fix regexp
18112         for latexenc.
18114 2005-04-29  Lute Kamstra  <lute@gnu.org>
18116         * emacs-lisp/generic.el: Improve commentary section.
18117         (define-generic-mode): Improve docstring.
18119 2005-04-29  Carsten Dominik  <dominik@science.uva.nl>
18121         * textmodes/org.el (many places): Change to quiet the byte compiler.
18122         (org-prefix-format-compiled): New variable.
18123         (org-compile-prefix-format): New function.
18124         (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
18125         (org-agenda-prefix-format, org-timeline-prefix-format): New options.
18126         (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
18127         (org-get-entries-from-diary): Use `org-get-time-of-day' for
18128         consistency with entries from `org-mode' files.
18129         (org-get-time-of-day): Fix bug with partial matches early in a line.
18130         (org-non-link-chars): New constant.
18131         (org-link-regexp): Respect `org-non-link-chars'.
18132         (org-agenda-day-view): Remove command.
18133         (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
18134         (org-follow-bbdb-link, org-store-link): Search also company field.
18135         (org-highlight-overlay): New variable.
18136         (org-highlight, org-unhighlight): New functions.
18137         (org-agenda-mode): Add pre-command-hook to remove highlight.
18138         (org-evaluate-time-range): Behavior depends upon whether time stamp
18139         contains a time or not.
18140         (org-show-subtree, org-show-entry): New functions.
18141         (org-agenda-cleanup-fancy-diary): Remove empty lines.
18143 2005-04-28  Luc Teirlinck  <teirllm@auburn.edu>
18145         * comint.el (comint-output-filter-functions): Add autoload cookie.
18147 2005-04-28  Kim F. Storm  <storm@cua.dk>
18149         * ido.el (ido-everywhere): Fix last change.
18151 2005-04-28  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
18153         * international/latexenc.el: New file.
18154         * international/mule-conf.el (file-coding-system-alist): For .tex,
18155         .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
18157 2005-04-28  Lute Kamstra  <lute@gnu.org>
18159         * font-lock.el (font-lock-add-keywords)
18160         (font-lock-remove-keywords): Clarify docstring.
18161         (font-lock-keywords-alist, font-lock-removed-keywords-alist):
18162         Don't start docstrings with a `*'.
18163         (font-lock-update-removed-keyword-alist): Give it a docstring.
18165         * generic-x.el: Update commentary section.
18166         Only require font-lock when compiling.
18167         Define all modes conditionally.
18168         Place all generic modes in the generic-x-modes customization group.
18169         (generic-x-modes): New customization group.
18170         (generic-default-modes, generic-mswindows-modes)
18171         (generic-unix-modes, generic-other-modes): New constants.
18172         (generic-define-mswindows-modes, generic-define-unix-modes):
18173         Update docstrings.  Make them obsolete.
18174         (generic-extras-enable-list): New default value.  Update docstring.
18175         Improve :type.  Change :set function.
18176         (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
18177         Fix docstring.
18179         * emacs-lisp/generic.el (generic-mode-internal):
18180         Simplify font-lock-defaults.
18181         (define-generic-mode): Fix docstring.
18183 2005-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
18185         * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
18186         font-lock-face property to highlight matches.
18188 2005-04-28  Nick Roberts  <nickrob@snap.net.nz>
18190         * progmodes/cc-mode.el (cc-create-define-alist): New function.
18191         (cc-define-alist): New variable.
18192         (c-mode): Make it local and initialize it.
18194         * progmodes/gdb-ui.el (gdb-active-process): New variable.
18195         (gdb-exited): New function.
18196         (gdb-annotation-rules): Use it.
18197         (gdb-starting): Set gdb-active-process to t.
18198         (gdb-stopping): Amend doc string.
18199         (gdb-reset): Set gdb-active-process to nil.
18201         * tooltip.el (tooltip-gud-tips): Show the associated #define
18202         directives when a C program under GDB is not executing.
18204 2005-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
18206         * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
18207         font-lock-fontify-syntactic-keywords.
18209         * font-lock.el (font-lock-default-fontify-region): Don't force
18210         parse-sexp-lookup-properties to nil.
18212 2005-04-27  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
18214         * man.el (man-mode-syntax-table): Set up `:' to have
18215         word-constituent syntax.
18217 2005-04-27  Lute Kamstra  <lute@gnu.org>
18219         * novice.el (disable-command): Don't add spurious newlines to the
18220         init file.  Reported by Dan Jacobson <jidanni@jidanni.org>.
18222 2005-04-26  Jay Belanger  <belanger@truman.edu>
18224         * calc/calc-yank.el (calc-edit-finish): Make sure there is more
18225         than one window before deleting window.
18227 2005-04-26  Luc Teirlinck  <teirllm@auburn.edu>
18229         * shell.el (shell-prompt-pattern): Doc fix.
18230         (shell-mode): Set paragraph-separate buffer locally to "\\'".
18232         * comint.el (comint-prompt-regexp, comint-get-old-input)
18233         (comint-use-prompt-regexp)
18234         (comint-use-prompt-regexp-instead-of-fields)
18235         (comint-replace-by-expanded-history, comint-send-input)
18236         (comint-output-filter, comint-get-old-input-default)
18237         (comint-line-beginning-position, comint-bol, comint-show-output)
18238         (comint-backward-matching-input, comint-forward-matching-input)
18239         (comint-next-prompt, comint-previous-prompt):
18240         Rename `comint-use-prompt-regexp-instead-of-fields' to
18241         `comint-use-prompt-regexp'.  Keep old name as alias and declare
18242         obsolete.
18243         (comint-use-prompt-regexp): Shorten first line of doc string.
18245         * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
18246         Set paragraph-separate buffer locally to "\\'".
18248         * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
18249         Adapt to above name change.
18251         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
18252         (smbclient-prompt-regexp): Ditto.
18254         * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
18256 2005-04-27  Nick Roberts  <nickrob@snap.net.nz>
18258         * progmodes/gdb-ui.el (gdb-location-alist): Rename from
18259         gdb-location-list.
18260         Break lines that are over 80 characters wide.
18262 2005-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
18264         * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
18265         New fun and var, to preserve compatibility.
18267         * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
18269 2005-04-26  Dominique de Waleffe  <ddw@missioncriticalit.com>  (tiny change)
18271         * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
18272         name to file-newer-than-file-p.
18274 2005-04-26  Richard M. Stallman  <rms@gnu.org>
18276         * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
18278         * progmodes/python.el (python-mode):
18279         Use new name eldoc-documentation-function.
18281         * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
18283         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
18284         (eldoc-documentation-function):
18285         Rename from eldoc-print-current-symbol-info-function.  Calls changed.
18287 2005-04-26  Nick Roberts  <nickrob@snap.net.nz>
18289         * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
18291 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
18293         * term/xterm.el (function-key-map): Fix strings for
18294         {C,S,A,C-S}-f[1-4].  Use substitute-key-definition to bind
18295         {C,S,A,C-S}-{f1-f12}.
18297 2005-04-26  Kenichi Handa  <handa@m17n.org>
18299         * international/mule-cmds.el (select-safe-coding-system):
18300         Fix previous change.
18302 2005-04-26  Lute Kamstra  <lute@gnu.org>
18304         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
18306         * font-lock.el (font-lock-fontify-region-function): Fix docstring.
18307         (font-lock-comment-delimiter-face): Ditto.
18309         * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
18311 2005-04-25  Jay Belanger  <belanger@truman.edu>
18313         * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
18314         to t while inserting information; use help-mode.
18316 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
18318         * term.el (ansi-term-color-vector): Use the xterm colors.
18319         (term-raw-map): Don't add mappings for \eO and \e[.  Map deletechar.
18321 2005-04-25  Lute Kamstra  <lute@gnu.org>
18323         * font-core.el (font-lock-defaults): Fix docstring.
18325         * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
18327 2005-04-25  Kenichi Handa  <handa@m17n.org>
18329         * international/mule-cmds.el (select-safe-coding-system):
18330         Don't check consistency with coding: spec, etc if raw-text or
18331         no-conversion was found to be safe.
18333 2005-04-24  Richard M. Stallman  <rms@gnu.org>
18335         * mail/sendmail.el (mail-font-lock-keywords): Match any number of
18336         citation markers at start of each line.
18338         * mail/rmail.el (rmail-font-lock-keywords): Match any number of
18339         citation markers at start of each line.
18341         * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
18343         * files.el (mode-require-final-newline): Fix previous change.
18344         (require-final-newline): Fix type label.
18346 2005-04-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
18348         * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
18349         statement in buffer (broken by 2004-11-24 change).
18351 2005-04-24  Kim F. Storm  <storm@cua.dk>
18353         * ido.el (ido-everywhere): Save and restore old read-buffer-function
18354         and read-file-name-function values.  Don't overwrite existing
18355         non-nil values if ido-mode is enabled without ido-everywhere.
18357 2005-04-24  Luc Teirlinck  <teirllm@auburn.edu>
18359         * files.el (mode-require-final-newline): Minor doc fix.
18361 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
18363         * subr.el (syntax-after): Doc fix.
18364         (syntax-class): If argument is nil, return nil.  Mask off upper 16
18365         bits, not 8 bits.
18367         * files.el (mode-require-final-newline): Doc fix.
18368         (backup-buffer-copy): Fix last change.
18370 2005-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18372         * term/mac-win.el: Require select.  Set selection-coding-system to
18373         mac-system-coding-system.  Call menu-bar-enable-clipboard.
18374         (x-last-selected-text-clipboard, x-last-selected-text-primary)
18375         (x-select-enable-clipboard): New variables.
18376         (x-select-text, x-get-selection, x-selection-value)
18377         (x-get-selection-value, mac-select-convert-to-string)
18378         (mac-services-open-file, mac-services-open-selection)
18379         (mac-services-insert-text): New functions.
18380         (CLIPBOARD, FIND): Put mac-scrap-name property.
18381         (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
18382         (public.tiff): Put mac-ostype property.
18383         (selection-converter-alist): Add entries for them.
18384         (mac-application-menu-map): New keymap.
18385         (interprogram-cut-function, interprogram-paste-function): Set to
18386         x-select-text and x-get-selection-value, respectively.
18387         (split-window-keep-point): Set to t.
18389 2005-04-23  Richard M. Stallman  <rms@gnu.org>
18391         * files.el (read-directory-name): Always pass non-nil
18392         DEFAULT-FILENAME arg to read-file-name.
18393         (backup-buffer-copy, basic-save-buffer-2): Take care against
18394         writing thru an unexpected existing symlink.
18395         (revert-buffer): In indirect buffer, revert the base buffer.
18396         (magic-mode-alist): Doc fix.
18397         (buffer-stale-function): Doc fix.
18398         (minibuffer-with-setup-hook): Avoid warning.
18399         (mode-require-final-newline): Doc and custom fix.
18401         * follow.el (follow-end-of-buffer): Use with-no-warnings.
18403         * font-lock.el (font-lock-comment-face): On terminals with few colors,
18404         use the default appearance.
18405         (font-lock-comment-delimiter-face): New face, new variable.
18407         * imenu.el (imenu--generic-function): The official position of a
18408         definition is the start of the line that BEG is in.
18410         * midnight.el (midnight-timer): Move defvar up.
18412         * mouse.el (mouse-drag-region-1): Delete some debugging code.
18414         * saveplace.el (save-place-to-alist): Use with-no-warnings.
18416         * startup.el (command-line): Use with-no-warnings.
18418         * window.el (window-size-fixed): New defvar.
18420         * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
18422         * mail/rmail.el (rmail-font-lock-keywords):
18423         Use font-lock-comment-delimiter-face.
18425         * mail/sendmail.el (mail-font-lock-keywords):
18426         Use font-lock-comment-delimiter-face.
18428         * progmodes/compile.el (next-error-highlight-timer): New defvar.
18430 2005-04-23  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
18432         * progmodes/compile.el (compilation-mode-font-lock-keywords):
18433         Specify t for LAXMATCH when matching directories.
18434         Save match data around compilation-compat-error-properties form.
18436 2005-04-23  David Kastrup  <dak@gnu.org>
18438         * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
18439         Mention that the autoloaded aliases should be kept for AUCTeX.
18441 2005-04-23  Andreas Schwab  <schwab@suse.de>
18443         * isearch.el (isearch-forward): Doc fix.
18445 2005-04-23  Eli Zaretskii  <eliz@gnu.org>
18447         * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
18448         (jit-lock-stealth-nice): Change default value to 0.5.
18450 2005-04-23  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
18452         * abbrev.el (write-abbrev-file): Write table entries in
18453         alphabetical order by table name.
18455 2005-04-22  Kim F. Storm  <storm@cua.dk>
18457         * ido.el (ido-read-internal): Fix `list' completion.
18459 2005-04-22  Kenichi Handa  <handa@m17n.org>
18461         * recentf.el (recentf-save-file-coding-system): New variable.
18462         (recentf-save-list): Encode the file by
18463         recentf-save-file-coding-system and add coding: tag.
18465 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
18467         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
18469 2005-04-21  Lute Kamstra  <lute@gnu.org>
18471         * loadhist.el (unload-feature): Don't remove a function from hooks
18472         if it is about to be restored to an autoload .  Remove functions
18473         that will become unbound from auto-mode-alist.  Simplify the code.
18475         * subr.el (assq-delete-all): New implementation that is linear,
18476         not quadratic.  Suggested by David Kastrup <dak@gnu.org>.
18477         (rassq-delete-all): New function.
18479         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
18480         Add size-indication-mode.
18482 2005-04-21  Kenichi Handa  <handa@m17n.org>
18484         * international/mule-cmds.el: Add autoload for widget-value in
18485         eval-when-compile.
18487 2005-04-21  Nick Roberts  <nickrob@snap.net.nz>
18489         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
18490         Add tooltip-mode.
18492         * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
18494 2005-04-20  Luc Teirlinck  <teirllm@auburn.edu>
18496         * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
18497         (inferior-lisp-filter-regexp, inferior-lisp-program)
18498         (inferior-lisp-load-command, inferior-lisp-prompt)
18499         (inferior-lisp-mode-hook, lisp-source-modes)
18500         (inferior-lisp-load-hook): defvar->defcustom.
18501         (inferior-lisp-program, inferior-lisp-prompt)
18502         (inferior-lisp-load-hook): Doc fixes.
18503         (inferior-lisp-install-letter-bindings): Small change in
18504         introductory comment.
18506 2005-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
18508         * vc.el (vc-annotate-color-map): Change some colors so that text
18509         using them as foreground is readable on both white and black
18510         backgrounds.
18512 2005-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
18514         * international/mule-conf.el (translation-table-for-input):
18515         Remove redundant declaration.
18517 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
18519         * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
18521         * tooltip.el (tooltip-gud-tips-p): Expand documentation.
18522         (tooltip-toggle-gud-tips): New function.
18524 2005-04-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18526         * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
18527         right angle brackets.
18529 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
18531         * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
18533 2005-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
18535         * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
18536         Remove.  Update callers to use expand-file-name instead.
18538         * subr.el (syntax-class): New function.
18540         * simple.el (blink-matching-open): Use it.
18542         * paren.el (show-paren-function): Use it to recognize parens that are
18543         also used in 2-char comment markers.
18545 2005-04-19  Lute Kamstra  <lute@gnu.org>
18547         * loadhist.el (unload-feature): Update for new format of
18548         load-history.  Simplify the code.
18550 2005-04-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18552         * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
18553         (mac-add-charset-info): New function.  Initialize variable
18554         mac-charset-info-alist using it.
18555         (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
18556         for translation.
18557         (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
18558         (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
18559         (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
18560         New CCL programs.
18562 2005-04-19  Kim F. Storm  <storm@cua.dk>
18564         * simple.el (next-buffer, prev-buffer, next-error)
18565         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
18566         (clone-indirect-buffer-other-window): Move bindings to bindings.el.
18568         * bindings.el (next-buffer, prev-buffer, next-error)
18569         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
18570         (clone-indirect-buffer-other-window): Move bindings from simple.el.
18571         (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
18572         (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
18574 2005-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
18576         * isearch.el (isearch-edit-string): Make the search-ring available for
18577         minibuffer history commands.
18578         (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
18579         the default history commands now work just as well.
18580         (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
18582 2005-04-18  Kim F. Storm  <storm@cua.dk>
18584         * emulation/cua-base.el (cua--pre-command-handler): Add more
18585         elaborate check for shift modifier on non-window systems.
18587 2005-04-18  Lars Hansen  <larsh@math.ku.dk>
18589         * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
18591 2005-04-18  Kim F. Storm  <storm@cua.dk>
18593         * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
18594         and make it optional.  Don't test tooltip-gud-echo-area here.
18595         (tooltip-gud-process-output, gdb-tooltip-print):
18596         Pass tooltip-gud-echo-area to tooltip-show.
18597         (tooltip-help-tips): Remove second optional arg to tooltip-show.
18599 2005-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18601         * tooltip.el (tooltip-mode): `emacs-quick-startup' and
18602         `display-graphic-p' may not be bound yet.
18604 2005-04-17  Luc Teirlinck  <teirllm@auburn.edu>
18606         * startup.el (command-line): No longer enable Xterm Mouse mode by
18607         default in terminals compatible with xterm.
18609         * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
18611 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
18613         * tooltip.el (tooltip-gud-echo-area): Rename from
18614         tooltip-use-echo-area.
18615         (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
18616         (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
18617         area independently of where help tooltips are displayed.
18619 2005-04-17  David Kastrup  <dak@gnu.org>
18621         * cus-theme.el (custom-theme-write-variables): Quote variables
18622         where necessary.
18624 2005-04-17  Richard M. Stallman  <rms@gnu.org>
18626         * simple.el (yank-excluded-properties): Add follow-link to value.
18628         * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
18630         * startup.el (fancy-splash-max-time): Just 30 seconds.
18631         (fancy-splash-delay): Just 7.
18632         (fancy-splash-screens): No time limit other than fancy-splash-max-time.
18634         * loadhist.el (unload-feature): Update for new format of load-history.
18635         Simplify the code.
18637         * mail/rmail.el (rmail-ignored-headers): Ignore more headers
18638         (rmail-font-lock-keywords): Don't fontify the text of a citation.
18640         * mail/sendmail.el (mail-font-lock-keywords):
18641         Don't fontify subject text.
18642         Don't fontify the text of a citation.
18644 2005-04-17  Mark H. Weaver  <mhw@netris.org>  (tiny change)
18646         * comint.el (comint-output-filter): Run comint-output-filter-functions
18647         with point where the user had it.
18649 2005-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
18651         * international/ucs-tables.el (ucs-set-table-for-input):
18652         Disable when using unify-on-decoding.
18654 2005-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
18656         * emulation/cua-base.el (cua-global-mark-face): Add special case
18657         for displays supporting a high number of colors.
18659 2005-04-16  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
18661         * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
18663 2005-04-16  Chong Yidong  <cyd@stupidchicken.com>
18665         * filesets.el (filesets-add-buffer): If user supplies a name of a
18666         non-existing fileset, create a new fileset.
18668 2005-04-16  Carsten Dominik  <dominik@science.uva.nl>
18670         * textmodes/org.el (org-up-heading-all): Fix bug with
18671         `outline-up-heading-all'.
18673 2005-04-16  Andreas Schwab  <schwab@suse.de>
18675         * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
18676         /etc/permissions.d/* and /etc/aliases.d/*.
18678 2005-04-16  Kenichi Handa  <handa@m17n.org>
18680         * international/code-pages.el (cp-make-coding-system):
18681         Set `translation-table-for-input' property value to the symbol
18682         ucs-mule-to-mule-unicode, not to that value.
18683         (pt154): Escape guillemet by `\'.
18685 2005-04-15  Luc Teirlinck  <teirllm@auburn.edu>
18687         * loadup.el: Load tooltip if x-show-tip is fboundp.
18689         * startup.el (command-line): Add comment.
18691         * tooltip.el (tooltip-mode): Specify correct standard value for
18692         Custom in init-value.
18694 2005-04-15  Nick Roberts  <nickrob@snap.net.nz>
18696         * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
18697         possible.
18699 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
18701         * textmodes/org.el (org-agenda-date-prompt): Rename from
18702         `org-agenda-date-today'.
18703         (org-evaluate-time-range): Insert at point instead of directly
18704         after time range.
18705         (org-first-headline-recenter, org-subtree-end-visible-p)
18706         (org-optimize-window-after-visibility-change): New functions
18707         (org-agenda-post-command-hook): Don't allow point at end of line,
18708         to make sure it always hits the text properties.
18709         (org-agenda-next-date-line, org-agenda-previous-date-line):
18710         New commands.
18711         (org-set-regexps-and-options): Category may contain white space.
18712         (org-agenda-get-deadlines, org-agenda-get-scheduled):
18713         Improve marker positions.
18714         (org-agenda-new-marker): Argument POS made optional.
18715         (org-agenda-get-timestamps): Deadlines which are done are listed
18716         in org-done-face now.
18717         (org-agenda-get-todos, org-agenda-get-timestamps)
18718         (org-agenda-get-deadlines, org-agenda-get-scheduled):
18719         Set `undone-face' and `done-face' properties.
18720         (org-last-todo-state-is-todo): New variable.
18721         (org-todo): Set `org-last-todo-state-is-todo'.
18722         (org-agenda-todo): Change face according to
18723         `org-last-todo-state-is-todo'.  And change other lines referring to
18724         the same entry.
18725         (org-calendar-goto-agenda): New command.
18726         (org-calendar-to-agenda-key): New option.
18727         (org-startup-folded): New allowed value `content'.
18728         (org-set-regexps-and-options): Accept new value `content' for
18729         `org-startup-folded'.
18730         (org-get-current-options): Handle new value `content' for
18731         `org-startup-folded'.
18732         (org-insert-todo-heading): New command.
18733         (org-mode): Insert first line "*-* mode: org-mode -*-" when called
18734         interactively in empty file and option
18735         `org-insert-mode-line-in-empty-file' has been set.
18736         (org-agenda-todo, org-agenda-priority): Modify to use
18737         `org-agenda-change-all-lines'.
18738         (org-warning-face): Change color on dark background
18740 2005-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18742         * international/mule-cmds.el (set-locale-environment): On Mac OS,
18743         use preferences AppleLocale and AppleLanguages, and variable
18744         mac-system-locale for default locale.  On Mac OS Classic, use
18745         mac-system-coding-system for default coding systems.
18747         * term/mac-win.el: Don't set file-name-coding-system.
18748         Decode variables system-name, emacs-build-system, user-login-name, and
18749         user-full-name by mac-system-coding-system on Mac OS Classic.
18750         (mac-system-coding-system): New variable.
18752 2005-04-13  Luc Teirlinck  <teirllm@auburn.edu>
18754         * startup.el (command-line): Handle `xterm-mouse-mode' before
18755         reading init file.
18757         * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
18759 2005-04-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
18761         * progmodes/sh-script.el (sh-here-document-word): Make it a
18762         defcustom.  Doc fix.
18763         (sh-add): Bash uses $(( )) for arithmetic.
18764         (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
18765         (sh-maybe-here-document): Remove quotes and leading whitespace
18766         from heredoc word when closing.  Indent heredoc with tabs if word
18767         starts with "-".
18769 2005-04-13  Richard M. Stallman  <rms@gnu.org>
18771         * simple.el (undo): Fix previous change.
18773         * custom.el (defface): Doc fix.
18775 2005-04-13  Lute Kamstra  <lute@gnu.org>
18777         * Makefile.in (DONTCOMPILE): Remove list.
18778         (compile, compile-always): Don't use DONTCOMPILE.
18779         (update-authors): Load the library in which batch-update-authors
18780         is defined.
18781         * makefile.w32-in (DONTCOMPILE): Remove list.
18782         (compile, compile-always): Fix comments.
18783         (update-authors): Load the library in which batch-update-authors
18784         is defined.
18786         * generic-x.el (generic-mode-ini-file-find-file-hook):
18787         Rename to ini-generic-mode-find-file-hook.
18788         Keep generic-mode-ini-file-find-file-hook as an alias.
18789         (ini-generic-mode-find-file-hook): Rename from
18790         generic-mode-ini-file-find-file-hook.  Fix docstring.
18791         (ini-generic-mode): Docstring change.
18792         (bat-generic-mode-run-as-comint): Silence the byte compiler.
18794         * help.el (describe-key-briefly): UNTRANSLATED can be nil when
18795         called from lisp.
18797         * generic.el: Move to the emacs-lisp subdir.
18799 2005-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
18801         * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
18802         and C-S- function and cursor motion keys.
18804 2005-04-12  Luc Teirlinck  <teirllm@auburn.edu>
18806         * startup.el (command-line): Enable Xterm Mouse mode by default.
18807         * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
18808         for Custom.  No longer show "Mouse" in mode line when enabled.
18809         Doc fix.
18811 2005-04-12  Kim F. Storm  <storm@cua.dk>
18813         * emulation/cua-base.el (cua-rectangle-face)
18814         (cua-rectangle-noselect-face): Define face attributes here.
18816         * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
18818 2005-04-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
18820         * startup.el (command-line): Turn off blinking cursor if
18821         cursorBlink in resources is off or false.
18823 2005-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18825         * term/mac-win.el (dnd): Require dnd.
18826         (mac-drag-n-drop): Call dnd-handle-one-url.
18827         (kTextEncodingMacRoman, kTextEncodingISOLatin1)
18828         (kTextEncodingISOLatin2): Remove constants.
18829         (mac-script-code-coding-systems): New constant.
18830         (mac-handle-language-change): New function.
18831         (special-event-map): Bind it to `language-change' event.
18832         (mac-centraleurroman, mac-cyrillic): New coding systems.
18833         (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
18834         (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
18835         and mac-cyrillic-encoder to encode-mac-centraleurroman and
18836         encode-mac-cyrillic, respectively.
18838 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
18840         * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
18841         Don't set overlay-arrow-string to "=>" as this is done
18842         globally in C now.
18844 2005-04-12  Lute Kamstra  <lute@gnu.org>
18846         * generic-x.el (rc-generic-mode, rul-generic-mode):
18847         Fix auto-mode-alist entries.
18848         (etc-fstab-generic-mode): Tweak fontification.
18850         * generic.el (generic-make-keywords-list): Fix docstring.
18851         (generic-mode-internal): Simplify generic-font-lock-keywords.
18853 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
18855         * whitespace.el (whitespace-buffer-leading)
18856         (whitespace-buffer-trailing): Revert the incorrect test inversion.
18857         However, fix the highlight area for the leading and
18858         trailing whitespaces to show space.
18860 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
18862         * whitespace.el (whitespace-version): Bump to 3.5
18864         (whitespace-buffer-leading, whitespace-buffer-trailing):
18865         Invert sense of the test to highlight the whitespace.
18867 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
18869         * progmodes/gud.el (gud-display-line): GUD uses its own
18870         overlay arrow now so don't set overlay-arrow-string.
18871         (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
18873 2005-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
18875         * term.el (term-ansi-current-bold, term-ansi-current-underline)
18876         (term-ansi-current-reverse, term-ansi-current-invisible)
18877         (term-ansi-face-already-done): Change to boolean.
18878         (term-reset-terminal, term-handle-colors-array): Handle the above
18879         vars accordingly.
18880         (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
18881         (term-emulate-terminal): Use the new name.
18883         * faces.el (secondary-selection): Use yellow1, not yellow.
18884         (trailing-whitespace): Use red1, not red.
18886 2005-04-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
18888         * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
18889         (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
18890         (dired-dnd-handle-file): Call dnd-get-local-file-uri
18892         * cus-edit.el (dnd): New group.
18894         * term/w32-win.el (dnd): Require dnd
18895         (w32-drag-n-drop): Call dnd-handle-one-url.
18897         * x-dnd.el: Require dnd.
18898         (x-dnd-handle-uri-list, x-dnd-handle-file-name):
18899         Call dnd-handle-one-url.
18900         (x-dnd-types-alist, x-dnd-insert-utf8-text)
18901         (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
18902         to dnd-insert-text.
18903         (x-dnd-protocol-alist, x-dnd-open-file-other-window)
18904         (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
18905         (x-dnd-get-local-file-name, x-dnd-open-local-file)
18906         (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
18908         * dnd.el (dnd-protocol-alist): New file with generic DND functions.
18910 2005-04-11  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
18912         * wdired.el: Doc fixes.
18913         (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
18914         (wdired-use-dired-vertical-movement): Rename from
18915         wdired-always-move-to-filename-beginning.
18916         (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
18917         (wdired-change-to-wdired-mode): Change mode name.
18918         (wdired-newline): Delete.
18920 2005-04-11  Richard M. Stallman  <rms@gnu.org>
18922         * whitespace.el (whitespace-highlight-the-space):
18923         Don't call whitespace-unhighlight-the-space here.
18925         * simple.el (undo): Record t in undo-equiv-table
18926         for the redo record made by an undo-in-region.
18928 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
18930         * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
18931         (gdb-frame-inferior-io-buffer): New Functions to control
18932         display of separate IO buffer.
18933         (menu): Add them to menu-bar.
18934         (gdb-display-buffer): Check for buffer another frame.
18935         Protect GUD buffer.
18936         (gdb-setup-windows): Create IO buffer if not already there.
18937         (gdb-memory-mode): Remove purecopy noops.
18939 2005-04-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
18941         * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
18942         and pass to self-insert-command.
18944 2005-04-11  Lute Kamstra  <lute@gnu.org>
18946         * generic.el: Commentary section cleanup.
18947         (generic): Delete.
18948         (generic-use-find-file-hook, generic-lines-to-scan)
18949         (generic-find-file-regexp, generic-ignore-files-regexp)
18950         (default-generic-mode, generic-mode-find-file-hook)
18951         (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
18952         * generic-x.el (generic-x): Docstring fix.  Put it in the data group.
18953         (generic-use-find-file-hook, generic-lines-to-scan)
18954         (generic-find-file-regexp, generic-ignore-files-regexp)
18955         (default-generic-mode, generic-mode-find-file-hook)
18956         (generic-mode-ini-file-find-file-hook): Move from generic.el.
18958 2005-04-10  Karl Fogel  <kfogel@red-bean.com>
18960         * bookmark.el (bookmark-write-file): Catch errors writing file.
18961         This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
18963 2005-04-10  Richard M. Stallman  <rms@gnu.org>
18965         * startup.el (fancy-splash-tail): Update copyright year.
18966         (command-line): Split part of -Q into -D.
18967         (emacs-basic-display): New defvar.
18968         (fancy-splash-text): Correct name of menu item.
18970         * saveplace.el (save-place-alist-to-file): Catch errors writing file.
18972         * info.el (Info-fontify-node): Handle fontification of multiple * Menu
18973         lines in one node.
18975         * comint.el (comint-send-input): New arg ARTIFICIAL.
18976         Callers in this file changed.
18978         * abbrev.el (define-abbrevs): Read system abbrevs properly.
18980         * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
18982 2005-04-10  Chong Yidong  <cyd@stupidchicken.com>
18984         * url/url-ldap.el (url-ldap): Add docstring.  Fix call to
18985         `ldap-search-internal'.
18987 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
18989         * files.el (set-auto-mode-1): Use line-end-position.
18991         * international/latin-1.el:
18992         * international/latin-2.el:
18993         * international/latin-3.el:
18994         * international/latin-4.el:
18995         * international/latin-5.el:
18996         * international/latin-8.el:
18997         * international/latin-9.el: Give punctuation syntax to NBSP.
18999         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
19000         (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
19001         Use char-classes to accept non-ascii letters, accepted in some recent
19002         bibtex implementations.
19004 2005-04-10  Luc Teirlinck  <teirllm@auburn.edu>
19006         * custom.el (custom-set-minor-mode): Any non-nil value for the
19007         variable should enable the mode when set through Custom.
19009 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
19011         * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
19012         TAB binding so tab-always-indent is obeyed.
19013         (vhdl-minibuffer-local-map): Move initialization into declaration.
19014         (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
19015         (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
19016         (vhdl-hooked-abbrev): Avoid test for XEmacs.
19017         (vhdl-current-line): Use line-beginning-position.
19018         (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
19019         with-output-to-temp-buffer, so the current position can be recorded.
19021 2005-04-10  Masatake YAMATO  <jet@gyve.org>
19023         * progmodes/compile.el (compilation-error-regexp-alist-alist):
19024         Add regexp for gcov.
19026 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19028         * calendar/time-date.el (time-to-seconds, seconds-to-time)
19029         (days-to-time, time-subtract, time-add): Don't use the #xhhhh
19030         syntax which Emacs 20 doesn't support.
19032 2005-04-09  Richard M. Stallman  <rms@gnu.org>
19034         * help.el (describe-key-briefly, describe-key):
19035         Replace strings as event types with "(any string)".
19037 2005-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
19039         * arc-mode.el (archive-mode-map): Move initialization into
19040         the declaration.  Override *all* bindings of `undo'.
19041         (archive-lemacs): Remove, use (featurep 'xemacs) instead.
19043 2005-04-09  Jay Belanger  <belanger@truman.edu>
19045         * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
19047 2005-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
19049         * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
19050         (xterm-register-default-colors): Update color values computation
19051         to match xterm-200.
19053 2005-04-09  Kenichi Handa  <handa@m17n.org>
19055         * international/code-pages.el (iso-latin-7): Fix the map.
19057 2005-04-08  Luc Teirlinck  <teirllm@auburn.edu>
19059         * emacs-lisp/lisp.el (defun-prompt-regexp)
19060         (parens-require-spaces, buffer-end, end-of-defun)
19061         (insert-parentheses): Doc fixes.
19063 2005-04-08  Kim F. Storm  <storm@cua.dk>
19065         * comint.el (comint-highlight-prompt): Fix face spec.
19066         * hi-lock.el (hi-green): Likewise.
19068 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
19070         * cus-edit.el (custom-modified-face):
19071         * comint.el (comint-highlight-input): Fix previous changes.
19072         * term.el (term-handle-ansi-escape): Add a comment.
19074 2005-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
19076         * whitespace.el (whitespace-highlight-the-space): Put the same overlay
19077         in the buffer and in whitespace-highlighted-space.
19078         (whitespace-unhighlight-the-space): Simplify.
19079         (whitespace-buffer): Simplify.
19081 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
19083         * textmodes/table.el (table-cell-face): Add special case for
19084         displays supporting a high number of colors.
19085         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
19086         (vhdl-font-lock-reserved-words-face)
19087         (vhdl-speedbar-architecture-face)
19088         (vhdl-speedbar-instantiation-face)
19089         (vhdl-speedbar-architecture-selected-face)
19090         (vhdl-speedbar-instantiation-selected-face): Likewise.
19091         * progmodes/sh-script.el (sh-heredoc-face): Likewise.
19092         * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
19093         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
19094         (ebrowse-root-class-face, ebrowse-member-attribute-face)
19095         (ebrowse-progress-face): Likewise.
19096         * progmodes/compile.el (compilation-info-face): Likewise.
19097         * progmodes/cc-fonts.el (c-invalid-face): Likewise.
19098         * emacs-lisp/re-builder.el (reb-match-3): Likewise.
19099         * calendar/calendar.el (diary-face): Likewise.
19100         * woman.el (woman-italic-face, woman-bold-face)
19101         (woman-unknown-face): Likewise.
19102         * wid-edit.el (widget-button-pressed-face): Likewise.
19103         * whitespace.el (whitespace-highlight-face): Likewise.
19104         * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
19105         * pcvs-info.el (cvs-marked-face): Likewise.
19106         * info.el (info-xref): Likewise.
19107         * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
19108         * hilit-chg.el (highlight-changes-face)
19109         (highlight-changes-delete-face): Likewise.
19110         * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
19111         (hi-red-b): Likewise.
19112         * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
19113         * font-lock.el (font-lock-keyword-face)
19114         (font-lock-function-name-face, font-lock-warning-face): Likewise.
19115         * cus-edit.el (custom-invalid-face, custom-modified-face)
19116         (custom-set-face, custom-changed-face, custom-variable-tag-face)
19117         (custom-group-tag-face-1, custom-group-tag-face): Likewise.
19118         * comint.el (comint-highlight-prompt): Likewise.
19120 2005-04-08  Lute Kamstra  <lute@gnu.org>
19122         * font-lock.el (font-lock-keywords): Docstring fixes.
19124 2005-04-08  Kenichi Handa  <handa@m17n.org>
19126         * ps-mule.el (ps-mule-show-warning): If the number of unprintable
19127         chars are more than a limit, print " and more..." at the tail.
19129 2005-04-08  Kim F. Storm  <storm@cua.dk>
19131         * emacs-lisp/authors.el (authors-aliases): Update list.
19132         (authors-ignored-files): New list.
19133         (authors-fixed-entries): Fix typo.
19134         (authors-renamed-files-alist): Update list.
19135         (authors-add): Check authors-ignored-files.
19137 2005-04-08  Carsten Dominik  <dominik@science.uva.nl>
19139         * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
19140         optional, to ensure backward compatibility.
19142 2005-04-08  Stephen Eglen  <stephen@gnu.org>
19144         * textmodes/flyspell.el (flyspell-large-region): Doc fix.
19146 2005-04-08  Kim F. Storm  <storm@cua.dk>
19148         * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
19150         * mouse.el (mouse-on-link-p): Doc fix.
19152 2005-04-07  Luc Teirlinck  <teirllm@auburn.edu>
19154         * ielm.el (ielm-prompt-read-only): Doc fix.
19156         * comint.el (comint-prompt-read-only): Doc fix.
19158 2005-04-07  Benjamin Rutt  <brutt@bloomington.in.us>
19160         * ffap.el (ffap-pass-wildcards-to-dired): New user option to
19161         ensure dired always handles wildcards passed to ffap.
19162         (find-file-at-point): Use it.
19163         (ffap-dired-wildcards): Doc fix.
19165 2005-04-07  Juri Linkov  <juri@jurta.org>
19167         * simple.el (next-error-overlay-arrow-position): New defvar.
19168         Put "=>" on its property `overlay-arrow-string'.  Add it to
19169         `overlay-arrow-variable-list'.
19171         * progmodes/compile.el (compilation-setup):
19172         Set `next-error-overlay-arrow-position' to nil.  Also set it to
19173         nil in the local hook `kill-buffer-hook'.  Make local variable
19174         `overlay-arrow-string' and set it to "=>".
19175         (compilation-goto-locus): Set BOL position to
19176         `next-error-overlay-arrow-position' instead of
19177         `overlay-arrow-position'.
19179         * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
19180         locally instead of adding it to the global hook.
19181         (Info-kill-buffer): Move up.
19183 2005-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
19185         * term/xterm.el (xterm-standard-colors): Update color values from
19186         xterm-200.
19188 2005-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
19190         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
19192         * fast-lock.el:
19193         * lazy-lock.el: Move them to the obsolete subdir.
19195 2005-04-06  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
19197         * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
19198         (wdired-add-replace-advice): Remove.
19199         (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
19201 2005-04-06  Kim F. Storm  <storm@cua.dk>
19203         * startup.el (command-line): Add --bare-bones alias for -Q.
19205 2005-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
19207         * term/mac-win.el: Use create-fontset-from-mac-roman-font to
19208         create the startup fontset if a font specification ends with
19209         `mac-roman'.
19211 2005-04-06  Lute Kamstra  <lute@gnu.org>
19213         * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
19214         change.
19216         * emacs-lisp/copyright.el (copyright-update-year): Replace the
19217         right subexpression.  Suggested by Jay Bingham <jay.bingham@hp.com>.
19219 2005-04-05  Lute Kamstra  <lute@gnu.org>
19221         * generic.el (generic-mode-internal): Fix 2005-03-31 change.
19222         (define-generic-mode): Ditto.  Fix debug declaration.
19224         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
19225         Put them in the generic-x group.
19227         * calendar/timeclock.el (timeclock): Doc fix.
19229         * generic.el (define-generic-mode): Don't use custom-current-group.
19230         Document default :group value.
19231         * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
19232         (define-global-minor-mode): Don't use custom-current-group.
19234 2005-04-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
19236         * startup.el (command-line-1): Display startup-echo-area-message
19237         when fancy splash screen is in use.
19239         * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
19240         (sh-escaped-newline): New face.
19241         (sh-font-lock-keywords) <shell>: Improve regexp for escaped
19242         newline, and use sh-escaped-newline face.
19244         * progmodes/tcl.el (tcl-escaped-newline): New face.
19245         (tcl-builtin-list): New variable.
19246         (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
19247         newlines.  Fix keywords subexpression number.
19249 2005-04-05  Carsten Dominik  <dominik@science.uva.nl>
19251         * textmodes/org.el (org-diary-default-entry): Fix call to
19252         `add-to-diary-entry'.
19254 2005-04-05  Kim F. Storm  <storm@cua.dk>
19256         * ediff-init.el: Use (featurep 'xemacs).
19258 2005-04-05  David Ponce  <david@dponce.com>
19260         * cus-edit.el (face): Derive from symbol widget.  Display sample
19261         of the current face on the fly.
19262         (widget-face-sample-face-get, widget-face-notify): New functions.
19263         (widget-face-value-create): Remove.
19265         * wid-edit.el (widget-field-end): Temporarily remove field
19266         narrowing before to call `get-char-property'.
19268 2005-04-04  Jay Belanger  <belanger@truman.edu>
19270         * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
19271         (math-read-subscripts): New variable.
19272         (math-read-preprocess-string): Process subscripts.
19274 2005-04-04  Luc Teirlinck  <teirllm@auburn.edu>
19276         * comint.el (comint-prompt-read-only): Doc fix.
19278         * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
19279         `-1'.  Doc fix.
19281 2005-04-04  Carsten Dominik  <dominik@science.uva.nl>
19283         * textmodes/org.el (org-insert-mode-line-in-empty-file):
19284         Change default value to nil.
19286 2005-04-04  Lute Kamstra  <lute@gnu.org>
19288         * autorevert.el (auto-revert-mode): Specify :group.
19289         * battery.el (display-battery-mode): Specify :group.
19290         * diff-mode.el (diff-minor-mode): Specify :group.
19291         * font-core.el (font-lock-mode): Specify :group.
19292         * hl-line.el (hl-line-mode): Specify :group.
19293         * iimage.el (iimage): New customization group.
19294         (iimage-mode): Specify :group.
19295         * longlines.el (longlines-mode): Specify :group.
19296         * master.el: Don't require easy-mmode.
19297         (master): New customization group.
19298         (master-mode): Specify :group.
19299         * msb.el (msb-mode): Specify :group.
19300         * reveal.el (reveal-mode): Specify :group.
19301         * simple.el (next-error-follow-minor-mode): Specify :group.
19302         * smerge-mode.el (smerge-mode): Specify :group.
19303         * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
19304         * emulation/cua-base.el (cua-mode): Specify :group.
19305         * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
19306         * language/thai-util.el (thai-auto-composition-mode)
19307         (thai-word-mode): Specify :group.
19308         * mail/supercite.el (sc-minor-mode): Specify :group.
19309         * progmodes/cwarn.el (cwarn-mode): Specify :group.
19310         * progmodes/flymake.el (flymake-mode): Specify :group.
19311         * progmodes/glasses.el (glasses-mode): Specify :group.
19312         * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
19313         * textmodes/enriched.el (enriched-mode): Specify :group.
19314         * textmodes/refill.el (refill-mode): Specify :group.
19316         * add-log.el (change-log-font-lock-keywords): Names in
19317         parenthesized lists can contain spaces.
19319 2005-04-04  Thien-Thi Nguyen  <ttn@gnu.org>
19321         * startup.el (fancy-splash-text): Shorten default text of
19322         "Emacs Tutorial" line.  Also, if the current language env
19323         indicates an available tutorial file other than TUTORIAL,
19324         extract its title and append it to the line in parentheses.
19325         (fancy-splash-insert): If arg is a thunk, funcall it.
19327 2005-04-04  Jay Belanger  <belanger@truman.edu>
19329         * calc.el (calc-language-alist): Add tags to customization type.
19331 2005-04-03  Luc Teirlinck  <teirllm@auburn.edu>
19333         * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
19334         Doc fix.
19336 2005-04-03  Marcelo Toledo  <marcelo@gnu.org>
19338         * add-log.el (change-log-font-lock-keywords): The manual
19339         describing a Change Log entry, says: (...) "Aside from these
19340         header lines, every line in the change log starts with a space or
19341         a tab.".  The font-lock was not highlighting lines started with
19342         spaces, added support for it.
19344 2005-04-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
19346         * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
19347         (bibtex-generate-url-list): Update docstring accordingly.  Put the
19348         complex example in the docstring.
19349         (bibtex-font-lock-url): Use pop.
19351 2005-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
19353         * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
19355         * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
19357 2005-04-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
19359         * filesets.el (filesets-set-default): Doc fix.
19361 2005-04-03  Lute Kamstra  <lute@gnu.org>
19363         * generic.el (define-generic-mode): Add argument to specify
19364         keywords for defcustom.
19365         (default-generic-mode): Specify :group.
19367         * generic-x.el: Specify :group for all generic modes.
19369         * desktop.el (desktop-no-desktop-file-hook)
19370         (desktop-after-read-hook): Doc fix.
19372 2005-04-02  Luc Teirlinck  <teirllm@auburn.edu>
19374         * simple.el (visible-mode): Use explicit :group keyword.
19375         This changes the group of `visible-mode-hook' from paren-blinking
19376         to editing-basics.
19378 2005-04-02  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
19380         * mail/rmail.el (rmail-parse-url): Bugfix.  Parse traditional
19381         mailbox specifications as well as URLs.
19382         (rmail-insert-inbox-text): Remove unused conditional branches.
19384 2005-04-01  Jay Belanger  <belanger@truman.edu>
19386         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
19387         (calc-gnuplot-print-command): Move definitions to calc.el.
19389         * calc/calc-embed.el (calc-embedded-announce-formula)
19390         (calc-embedded-open-formula, calc-embedded-close-formula)
19391         (calc-embedded-open-word, calc-embedded-close-word)
19392         (calc-embedded-open-plain, calc-embedded-close-plain)
19393         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
19394         (calc-embedded-open-mode, calc-embedded-close-mode):
19395         Move definitions to calc.el.
19397         * calc/calc.el (calc-settings-file, calc-language-alist):
19398         Make customizable.
19399         (calc-embedded-announce-formula, calc-embedded-open-formula)
19400         (calc-embedded-close-formula, calc-embedded-open-word)
19401         (calc-embedded-close-word, calc-embedded-open-plain)
19402         (calc-embedded-close-plain, calc-embedded-open-new-formula)
19403         (calc-embedded-close-new-formula, calc-embedded-open-mode)
19404         (calc-embedded-close-mode, calc-gnuplot-name)
19405         (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
19406         from other files and make customizable.
19408 2005-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
19410         * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
19411         Use buffer-live-p.
19412         (cvs-mode-run): Don't call cvs-update-header here.
19413         (cvs-run-process): Call cvs-update-header.
19414         Use process properties for cvs-postprocess and cvs-buffer so that
19415         the sentinel can behave better if the temp buffer is killed.
19416         Use a pipe rather than a tty, to better handle unexpected prompts.
19417         (cvs-sentinel): Rewrite.  Call cvs-update-header.
19419 2005-04-01  Andre Spiegel  <spiegel@gnu.org>
19421         * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
19422         we go via Tramp or Ange-FTP.  Suggested by Kai Grossjohann.
19424 2005-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
19426         * generic.el (define-generic-mode): Add indentation rule.
19428 2005-03-31  Luc Teirlinck  <teirllm@auburn.edu>
19430         * files.el (mode-require-final-newline): Make Custom correctly
19431         report a nil value and allow to set it to nil via Custom.
19432         Doc fix.
19434 2005-04-01  Kenichi Handa  <handa@m17n.org>
19436         * international/characters.el: Enable the correct case setting for
19437         dotless-i and dotted-I.
19439 2005-04-01  Kim F. Storm  <storm@cua.dk>
19441         * ido.el (ido-file-internal): Fall back to non-ido command if
19442         initial directory is on slow ftp (or tramp) host.
19444 2005-03-31  Richard M. Stallman  <rms@gnu.org>
19446         * emacs-lisp/autoload.el (make-autoload):
19447         Handle define-global-minor-mode.
19449         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
19450         Rename from easy-mmode-define-global-mode.
19451         (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
19453         * progmodes/scheme.el (scheme-mode-syntax-table):
19454         Update syntax of | and # for two-character comment syntax.
19456 2005-03-31  Lute Kamstra  <lute@gnu.org>
19458         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
19459         (define-minor-mode): Call custom-current-group at load-time.
19461         * generic.el (define-generic-mode): Add debug declaration.
19462         Add defcustom for the mode hook.
19463         (generic-mode-internal): Use run-mode-hooks.
19465 2005-03-31  Kim F. Storm  <storm@cua.dk>
19467         * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
19468         (mouse-fixup-help-message): New defun called by show_help_echo
19469         to fixup mouse-2 prefix in help messages when applicable.
19471         * tooltip.el (tooltip-show-help-function): Don't fixup message here.
19473 2005-03-31  Kenichi Handa  <handa@m17n.org>
19475         * language/thai-word.el (thai-find-word-ends): Pay attention to
19476         the case that we reach the end of buffer.
19478         * textmodes/fill.el (fill-text-properties-at): New function.
19479         (fill-newline): Use fill-text-properties-at instead of
19480         text-properties-at.
19482 2005-03-31  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
19484         * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
19485         not comint-quote-filename.
19487 2005-03-31  Thien-Thi Nguyen  <ttn@gnu.org>
19489         * help-fns.el (help-with-tutorial): Revert last change.
19491 2005-03-31  Kim F. Storm  <storm@cua.dk>
19493         * emulation/cua-base.el (cua-scroll-down): Add CUA property.
19495 2005-03-30  Paul Eggert  <eggert@cs.ucla.edu>
19497         * calendar/cal-china.el: Update reference to "Calendrical
19498         Calculations" book; there's a new edition.
19499         * calendar/cal-coptic.el: Likewise.
19500         * calendar/cal-french.el: Likewise.
19501         * calendar/cal-hebrew.el: Likewise.
19502         * calendar/cal-islam.el: Likewise.
19503         * calendar/cal-iso.el: Likewise.
19504         * calendar/cal-julian.el: Likewise.
19505         * calendar/cal-mayan.el: Likewise.
19506         * calendar/cal-persia.el: Likewise.
19507         * calendar/calendar.el: Likewise.
19508         * calendar/holidays.el: Likewise.
19509         * calendar/lunar.el: Likewise.
19510         * calendar/solar.el: Likewise.
19512         * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
19513         white space from doc string.
19515 2005-03-30  Jay Belanger  <belanger@truman.edu>
19517         * calc/calc-help.el (calc-full-help): Remove email address.
19519 2005-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
19521         * help-fns.el (help-with-tutorial): Delete title line.
19523 2005-03-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
19525         * calendar/cal-x.el (calendar-one-frame-setup)
19526         (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
19527         rather than `symbol' for set-window-dedicated-p.
19529         * calendar/appt.el (appt-buffer-name): Make it a constant.
19530         (appt-add): Doc fix.
19532         * filesets.el (filesets-menu-path, filesets-menu-before)
19533         (filesets-menu-in-menu): Doc fix.  Now valid in GNU Emacs.
19534         (filesets-menu-cache-file): Use directory ~/.emacs.d.
19535         (filesets-add-submenu): Delete and use add-submenu instead.
19537 2005-03-30  Carsten Dominik  <dominik@science.uva.nl>
19539         * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
19540         (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
19541         (org-diary-default-entry): New function.
19542         (org-get-entries-from-diary): Better parsing of diary entries.
19543         (org-agenda-check-no-diary): New function.
19544         ("diary-lib"): Advice to function `add-to-diary-list', to allow
19545         linking to diary entries.
19546         (org-agenda-execute-calendar-command): New function.
19547         (org-agenda): Improve visible section in window.
19548         Use `org-fit-agenda-window'.
19549         (org-fit-agenda-window): New option.
19550         (org-move-subtree-down): Better handling of empty lines
19551         at end of subtree.
19552         (org-cycle): Numeric prefix is interpreted now as show-subtree N
19553         levels up.
19554         (org-fontify-done-headline): New option.
19555         (org-headline-done-face): New face.
19556         (org-set-font-lock-defaults): Use `org-headline-done-face'.
19557         (org-table-copy-down): Rename from `org-table-copy-from-above'.
19558         When current field is non-empty, it is copied to next row.
19559         (org-table-copy-from-above): Fix bug which made it
19560         impossible to copy fields containing only a single non-white character.
19562 2005-03-30  Kim F. Storm  <storm@cua.dk>
19564         * kmacro.el (kmacro-end-macro): Isearch may store this command
19565         into the macro -- so ignore it when executing keyboard macro.
19567 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
19569         * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
19571 2005-03-29  Kenichi Handa  <handa@m17n.org>
19573         * language/thai.el ("Thai"): Set setup-function and exit-function
19574         for Thai language environment.
19576         * language/thai-util.el: Require thai-word.
19577         (thai-word-mode-map): New variable.
19578         (thai-word-mode): New minor mode.
19579         (setup-thai-language-environment-internal): New function.
19580         (exit-thai-language-environment-internal): New function.
19582         * language/thai-word.el (thai-word-table): Declare it by defvar,
19583         use dolist to initialize it.
19584         (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
19585         (thai-fill-find-break-point): New functions.
19587 2005-03-29  Richard M. Stallman  <rms@gnu.org>
19589         * simple.el (idle-update-delay): Move definition up.
19590         (set-mark): Doc fix.
19592 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
19594         * longlines.el: New file.
19596         * simple.el (buffer-substring-filters): New variable.
19597         (filter-buffer-substring): New function.
19598         (kill-region, copy-region-as-kill): Use it.
19600         * register.el (copy-to-register, append-to-register)
19601         (prepend-to-register): Use filter-buffer-substring.
19603 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
19605         * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
19606         (gud-filter-pending-text): Move in front of gdb.
19607         (gud-overlay-arrow-position): New variable.
19608         (gud-sentinel, gud-display-line): Use it in place of
19609         overlay-arrow-position.
19611 2005-03-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
19613         * progmodes/fortran.el (fortran-if-indent): Doc fix.
19614         (fortran-font-lock-keywords-2): Add "where", "elsewhere".
19615         (fortran-font-lock-keywords-4): New variable.
19616         (fortran-blocks-re, fortran-end-block-re)
19617         (fortran-start-block-re): New constants, for hideshow.
19618         (hs-special-modes-alist): Add a Fortran entry.
19619         (fortran-mode-map): Bind fortran-end-of-block,
19620         fortran-beginning-of-block to \M-\C-n, \M-\C-p.
19621         (fortran-mode): Doc fix.  Add fortran-font-lock-keywords-4.
19622         (fortran-looking-at-if-then, fortran-end-of-block)
19623         (fortran-beginning-of-block): New functions, for hideshow.
19625         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
19626         Doc fix.  Tweak regexp.
19627         (f90-beginning-of-block): Push mark first.
19629 2005-03-29  Jay Belanger  <belanger@truman.edu>
19631         * calc/calc.el: Update copyright date.
19632         (calc-version): Increase to 2.1.
19633         (calc-version-date): Remove.
19635         * calc/calc-help.el: Update copyright date.
19636         (calc-full-help): Remove reference to calc-version-date.
19637         Update copyright date.
19639 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
19641         * vc.el (vc-do-command): Use a pipe for async processes, so password
19642         prompts don't show up at places where the user can't reply.
19644 2005-03-29  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
19646         * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
19647         on the file name we pass to the inferior shell.
19649 2005-03-29  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
19651         * progmodes/which-func.el (which-function): Be robust in the face of an
19652         imenu--make-index-alist failure.
19654 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
19656         * reveal.el (reveal-mode-map): Don't override C-a and C-e.
19658         * progmodes/python.el (python-preoutput-filter): Fix last change.
19660 2005-03-29  Lute Kamstra  <lute@gnu.org>
19662         * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
19663         functions and compiled macros.
19664         (debug-convert-byte-code): Handle macros too.
19665         (debug-on-entry-1): Don't signal an error when trying to clear a
19666         function that is not set to debug on entry.
19668 2005-03-29  Jay Belanger  <belanger@truman.edu>
19670         * calc/calc-lang.el: Add functions to math-function-table
19671         properties of tex and math.
19673 2005-03-29  Kenichi Handa  <handa@m17n.org>
19675         * ps-mule.el (ps-mule-plot-string): Translate characters by
19676         ps-print-translation-table.
19677         (ps-mule-begin-job): Call find-charset-region/string with
19678         ps-print-translation-table.
19679         (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
19681         * ps-print.el (ps-print-translation-table): New variable.
19682         (ps-plot-region): Translate characters by ps-print-translation-table.
19684 2005-03-29  Juri Linkov  <juri@jurta.org>
19686         * simple.el (next-error-highlight-timer): New variable.
19688         * progmodes/compile.el (compilation-goto-locus):
19689         Use `next-error-highlight-timer' instead of `sit-for'.
19691 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
19693         * mail/supercite.el (sc-mail-field): Use assoc-string.
19694         (sc-get-address): Simplify regexps.
19696         * files.el (minibuffer-with-setup-hook): New macro.
19697         (find-file-read-args): Use it to avoid let-binding
19698         minibuffer-with-setup-hook (which breaks turning on/off
19699         file-name-shadow-mode while in the prompt).
19701         * complete.el (PC-read-include-file-name-internal):
19702         Use test-completion.
19704 2005-03-28  Luc Teirlinck  <teirllm@auburn.edu>
19706         * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
19708 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
19710         * window.el (window-buffer-height): Use count-screen-lines.
19712         * progmodes/python.el (python-preoutput-leftover): New var.
19713         (python-preoutput-filter): Use it.
19714         (python-send-receive): Loop until all the result has been received.
19716 2005-03-28  Juri Linkov  <juri@jurta.org>
19718         * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
19720         * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
19721         "Recover Crashed Session".
19722         (menu-bar-search-menu): Add ellipsis to "Search tagged files".
19723         (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
19724         (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
19725         (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
19726         (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
19727         (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
19728         (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
19729         (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
19731         * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
19732         Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
19733         Ediff Sessions", "Toggle use of separate control buffer frame",
19734         "Use separate frame for Ediff control buffer".
19736         * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
19737         Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
19738         "Rename Bookmark", "Delete Bookmark".
19740         * info.el (Info-mode-menu): Remove ellipsis from "Index".
19741         Add ellipsis to "Lookup a String", "Lookup a string in all indices".
19742         Add `:active Info-index-alternatives' to "Next Matching Item".
19744         * wdired.el (wdired-change-to-wdired-mode):
19745         Mention `wdired-abort-changes' key in the initial message.
19747         * international/mule.el (auto-coding-alist): Associate non-ascii
19748         image filename extensions with `no-conversion'.
19750 2005-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
19752         * international/iso-acc.el:
19753         * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
19755 2005-03-26  Luc Teirlinck  <teirllm@auburn.edu>
19757         * textmodes/sgml-mode.el (html-mode): Doc update.
19759         * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
19761 2005-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
19763         * term.el (term-move-columns): Fix face after extending a line.
19764         (term-insert-spaces): Likewise.
19765         (term-reset-terminal): Fix off by one error.
19767 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
19769         * international/mule.el (auto-coding-alist): Add .xpi files.
19771         * files.el (auto-mode-alist): Add .xpi files.
19773 2005-03-26  Jure Cuhalev  <gandalf@owca.info>  (tiny change)
19775         * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
19777 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
19779         * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
19781 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
19783         * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
19784         binding.  Suggested by Stephan Stahl <stahl@eos.franken.de>.
19786         * calendar/cal-move.el (calendar-beginning-of-year): Move the
19787         cursor to Jan 1 when needed.
19788         (calendar-end-of-year): Fix -/+ typo.
19789         Reported by Chong Yidong <cyd@stupidchicken.com>.
19791 2005-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
19793         * progmodes/flymake.el (flymake-mode): Add autoload cookie.
19795         * emacs-lisp/debug.el (debugger-record-expression): Add a missing
19796         format to `message'.  Inspired by Deepak Goel <deego@gnufans.org>.
19798 2005-03-25  Richard M. Stallman  <rms@gnu.org>
19800         * filesets.el (filesets-init): Add autoload.
19802         * mail/mailalias.el (mail-directory): Doc fix.
19804 2005-03-25  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
19806         * mail/mailalias.el (mail-directory-process): Do nothing if
19807         mail-directory-process is an atom.
19808         (mail-get-names): Ignore mail-directory-names if it is an atom.
19809         (mail-directory-process defvar): Doc fix.
19810         (mail-names): Doc fix.
19812 2005-03-25  Johan Bockg\e,Ae\e(Brd  <bojohan+mail@dd.chalmers.se>  (tiny change)
19814         * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
19816 2005-03-26  Kenichi Handa  <handa@m17n.org>
19818         * international/mule-util.el (detect-coding-with-priority):
19819         Call update-coding-systems-internal before detect-coding-region.
19821 2005-03-26  Nick Roberts  <nickrob@snap.net.nz>
19823         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
19824         (gdb-frames-mode-map): Add follow-link property.
19826 2005-03-25  Jay Belanger  <belanger@truman.edu>
19828         * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
19829         for variables.
19831 2005-03-25  Juri Linkov  <juri@jurta.org>
19833         * image-mode.el: Optimize image filename extension regexps in
19834         autoload cookies.  Associate .x[bp]m with `image-mode-maybe'
19835         in `auto-mode-alist'.
19836         (image-mode): Add `image-toggle-display-text' to local hook
19837         `change-major-mode-hook'.  Display the image as an image by
19838         default.  Set `cursor-type' and `truncate-lines' if the image
19839         is already displayed.  Take into account the current mode (image
19840         or text) in message.
19841         (image-minor-mode): New minor mode.
19842         (image-mode-maybe, image-toggle-display-text): New functions.
19843         (image-toggle-display): Use called-interactively-p.
19844         Let-bind `inhibit-read-only' to t.
19846         * image-mode.el (image-minor-mode): Set `cursor-type' and
19847         `truncate-lines' if the image is already displayed.  Add turning
19848         image-minor-mode off to `change-major-mode-hook'.  Add message.
19849         Call `image-toggle-display-text' after turning image-minor-mode off.
19851 2005-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
19853         * international/mule-cmds.el (set-locale-environment): For Mac OS X's
19854         Terminal.app, use utf-8.
19855         (set-display-table-and-terminal-coding-system): Add coding-system arg.
19856         (set-locale-environment): Use it.
19858         * term/xterm.el: Undo last change, better done in mule-cmds.el.
19860         * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
19862         * progmodes/python.el (python-close-block-statement-p)
19863         (python-outdent-p, python-current-defun): Use symbol-end.
19865 2005-03-25  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
19867         * files.el (save-some-buffers): Doc fix.
19869 2005-03-25  Werner Lemberg  <wl@gnu.org>
19871         * complete.el, thumbs.el: Replace `legal' with `valid'.
19872         * calendar/calendar.el: Replace `legal' with `valid'.
19873         * emacs-lisp/advice.el: Replace `legal' with `valid'.
19874         * mail/supercite.el: Replace `legal' with `valid'.
19875         * progmodes/cperl-mode.el, progmodes/idlw-shell.el
19876         * progmodes/idlwave.el, progmodes/vhdl-mode.el:
19877         Replace `legal' with `valid'.
19878         * textmodes/reftex-vars.el, textmodes/reftex.el:
19879         Replace `legal' with `valid'.
19881 2005-03-25  Werner Lemberg  <wl@gnu.org>
19883         * calc/calc-forms.el, calc/calc-sel.el
19884         * midnight.el, vc-cvs.el
19885         * emacs-lisp/cl-macs.el
19886         * emulation/vip.el
19887         * eshell/esh-io.el, eshell/esh-var.el
19888         * mail/supercite.el
19889         * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
19890         * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
19891         * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
19892         * progmodes/sh-script.el, progmodes/xscheme.el
19893         * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
19894         * textmodes/reftex-index.el, textmodes/reftex-parse.el
19895         * textmodes/reftex-ref.el, textmodes/reftex-vars.el
19896         * textmodes/reftex.el, textmodes/org.el:
19897         Replace `illegal' with `invalid'.
19899 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
19901         * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
19902         (flymake-find-buildfile, flymake-find-possible-master-files)
19903         (flymake-check-include, flymake-parse-line): Replace loops over the
19904         length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
19906         * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
19907         Substitute file-name-as-directory in the rest of the file.
19908         (flymake-get-common-file-prefix): Rewrite, using compare-strings.
19909         (flymake-replace-region): Remove unused arg `buffer'.
19910         (flymake-check-patch-master-file-buffer): Update calls to it.
19911         (flymake-add-err-info): Remove unused var `count'.
19912         (flymake-mode): Use define-minor-mode.
19914         * progmodes/flymake.el: Use with-current-buffer.
19915         (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
19916         flymake-replace-regexp-in-string, flymake-line-beginning-position)
19917         (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
19918         Avoid testing for `xemacs'.
19919         (flymake-nop): Move.
19920         (flymake-region-has-flymake-overlays): Return the computed value.
19921         (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
19922         Remove unused var `endline'.
19923         (flymake-get-line-count): Remove unused function.
19924         (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
19926         * emulation/vi.el:
19927         * generic.el:
19928         * hilit-chg.el (global-highlight-changes):
19929         * hi-lock.el (hi-lock-mode):
19930         * follow.el: find-file-hooks -> find-file-hook.
19932         * comint.el (comint-insert-input): Obey mouse-yank-at-point.
19934 2005-03-24  Juri Linkov  <juri@jurta.org>
19936         * dired.el (dired-mode-map): Add menu item "Compare directories"
19937         for dired-compare-directories.
19939         * dired-aux.el (dired-compare-directories): Add autoload cookie.
19940         Doc fix.  Replace `read-file-name' with `read-directory-name'.
19942 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
19944         * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
19946 2005-03-24  Jay Belanger  <belanger@truman.edu>
19948         * calc/calc-embed.el (calc-embedded-mode-change): Save all
19949         relevant mode settings in calc-embedded-original-modes when modes
19950         are permanently changed.
19952 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
19954         * autoinsert.el: find-file-hooks -> find-file-hook.
19956 2005-03-24  Lute Kamstra  <lute@gnu.org>
19958         * generic.el (generic-font-lock-defaults): Make it obsolete.
19959         (generic-font-lock-keywords): New variable to replace
19960         generic-font-lock-defaults.
19961         (generic-mode-set-font-lock): Delete it.
19962         (generic-mode-internal): Don't call generic-mode-set-font-lock.
19963         (generic-bracket-support): Add docstring.
19965         * generic-x.el: Rename generic-font-lock-defaults to
19966         generic-font-lock-keywords throughout.
19967         (mailagent-rules-setup-function): Delete it.
19968         (mailagent-rules-generic-mode): Use anonymous function instead.
19969         (show-tabs-generic-mode-font-lock-defaults-1)
19970         (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
19971         Quote faces.
19972         (show-tabs-tab-face, show-tabs-space-face): Specify background,
19973         not foreground.
19975         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
19976         Recognize define-generic-mode.
19978 2005-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
19980         * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
19981         if there's no completion table.
19983 2005-03-23  Miles Bader  <miles@gnu.org>
19985         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
19986         Remove tty-specific variants, as they're no longer needed.
19988 2005-03-23  Lute Kamstra  <lute@gnu.org>
19990         * generic-x.el: Code cleanup: make args constant whenever possible.
19991         (installshield-statement-keyword-list)
19992         (installshield-system-functions-list)
19993         (installshield-system-variables-list, installshield-types-list)
19994         (installshield-funarg-constants-list): Make them constants.
19996         * generic.el (generic-make-keywords-list): Add autoload cookie.
19998         * calendar/time-date.el: Add comment on time value formats.
19999         Don't require parse-time.
20000         (with-decoded-time-value): New macro.
20001         (encode-time-value): New function.
20002         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
20003         (days-to-time): Return a valid time value when arg is huge.
20004         (time-since): Use time-subtract.
20005         (time-to-number-of-days): Use time-to-seconds.
20007 2005-03-23  David Ponce  <david@dponce.com>
20009         * recentf.el (recentf-keep): New option.
20010         (recentf-menu-action): Default to `find-file'.
20011         (recentf-keep-non-readable-files-flag)
20012         (recentf-keep-non-readable-files-p)
20013         (recentf-file-readable-p, recentf-find-file)
20014         (recentf-cleanup-remote): Remove.
20015         (recentf-include-p): More robust.
20016         (recentf-keep-p): New function.
20017         (recentf-remove-if-non-kept): Rename from
20018         `recentf-remove-if-non-readable'.  Use `recentf-keep-p'.
20019         All callers updated.
20020         (recentf-menu-items-for-commands): Fix help string.
20021         (recentf-track-closed-file): Update.  Doc fix.
20022         (recentf-cleanup): Update.  Count removed files.  Doc fix.
20024 2005-03-23  Kim F. Storm  <storm@cua.dk>
20026         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
20027         Don't inherit from fringe face (now happens automatically).
20029 2005-03-22  Kim F. Storm  <storm@cua.dk>
20031         * tooltip.el (tooltip-show-help-function): Ignore negative mouse
20032         position values.
20034 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
20036         * menu-bar.el (showhide-date-time): Remove.
20037         (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
20038         (menu-bar-make-mm-toggle): Simplify.
20040 2005-03-22  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
20042         * progmodes/perl-mode.el (perl-font-lock-keywords-2):
20043         Accept qualified variable and function names.
20045 2005-03-22  Thien-Thi Nguyen  <ttn@gnu.org>
20047         * bindings.el (completion-ignored-extensions):
20048         Remove ".lis" for `vax-vms'.
20050 2005-03-22  Andreas Schwab  <schwab@suse.de>
20052         * generic-x.el: Revert last change.
20053         * ldefs-boot.el: Update.
20055 2005-03-22  Jay Belanger  <belanger@truman.edu>
20057         * calc/calc-embed.el (calc-embedded-original-modes): New variable.
20058         (calc-embedded-save-original-modes)
20059         (calc-embedded-restore-original-modes): New functions.
20060         (calc-do-embedded): Save original modes when entering embedded mode
20061         and restore when leaving embedded mode.
20062         (calc-embedded-modes-change): Change the value of
20063         calc-embedded-original-modes to reflect permanent changes.
20065 2005-03-22  Lute Kamstra  <lute@gnu.org>
20067         * generic-x.el: Require generic again.
20069 2005-03-22  Miles Bader  <miles@gnu.org>
20071         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
20072         Tweak details to look good on both ttys and bitmap displays, light
20073         or dark background, etc.
20075 2005-03-21  Kim F. Storm  <storm@cua.dk>
20077         * tooltip.el (tooltip-show-help-function): Check car and cdr of
20078         mouse position.
20080 2005-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
20082         * icomplete.el: Don't forcibly turn on the mode upon load.
20083         (icomplete-mode): Use define-minor-mode.
20084         (icomplete-eoinput): Default to nil.
20085         (icomplete-minibuffer-setup): Remove autoload.
20086         (icomplete-tidy): Simplify.
20087         (icomplete-exhibit): Use buffer-undo-list to determine if we're still
20088         in the initial state or if the user has modified the field.
20089         Fix handling of icomplete-max-delay-chars.
20090         Remove code that handles the oddball case where
20091         minibuffer-completion-table is an integer.
20092         Wrap icomplete-completions in while-no-input in case building
20093         completions takes more time than expected.
20094         (icomplete-completions): Simplify.
20096 2005-03-21  Richard M. Stallman  <rms@gnu.org>
20098         * jka-compr.el (jka-compr-really-do-compress):
20099         Make variable buffer-local.
20101         * image-mode.el: Handle .xpm files too.
20102         (image-toggle-display): Preserve modification flag.
20104         * help.el (where-is): Don't mention aliases with no key bindings.
20106 2005-03-21  Lute Kamstra  <lute@gnu.org>
20108         * generic.el: Fix commentary section.  Don't require cl for
20109         compilation.
20110         (generic-mode-list): Add autoload cookie.
20111         (generic-use-find-file-hook, generic-lines-to-scan)
20112         (generic-find-file-regexp, generic-ignore-files-regexp)
20113         (generic-mode, generic-mode-find-file-hook)
20114         (generic-mode-ini-file-find-file-hook): Fix docstrings.
20115         (define-generic-mode): Make it a defmacro.  Fix docstring.
20116         (generic-mode-internal): Code cleanup.  Add autoload cookie.
20117         (generic-mode-set-comments): Code cleanup.
20118         * generic-x.el: Don't prevent compilation.  Don't require generic.
20119         Follow coding conventions.  Minor code cleanup.
20120         (etc-fstab-generic-mode): Add some keywords.
20121         * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
20122         define-generic-mode like a function declaration.
20124 2005-03-21  Jay Belanger  <belanger@truman.edu>
20126         * calc/calc-embed.el (calc-do-embedded): Put data on stack before
20127         changing modes.
20129 2005-03-21  Sam Steingold  <sds@gnu.org>
20131         * add-log.el (add-log-current-defun): Support more C DEFUN forms.
20133 2005-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
20135         * progmodes/dcl-mode.el (dcl-font-lock-keywords):
20136         Add underscore to "f$ lexicals" regexp.
20138 2005-03-20  Juri Linkov  <juri@jurta.org>
20140         * subr.el (progress-reporter-do-update): When `min-value' is equal
20141         to `max-value', set `percentage' to 0 and prevent division by zero.
20143 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
20145         Sync with Tramp 2.0.48.
20147         * net/tramp.el (all): Change all addresses to .gnu.org.
20148         (tramp-append-tramp-buffers): New defun.
20149         (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
20150         Catch `dont-send' signal.
20151         (tramp-set-auto-save-file-modes): Set always permissions, because
20152         there might be an old auto-saved file belonging to another
20153         original file.  This could be a security threat.  Reported by
20154         Kjetil Kjernsmo <kjetil@kjernsmo.net>.
20155         Check for Emacs 21.3.50 removed.
20157         * net/tramp-smb.el (all): Remove debug construct for
20158         `with-parsed-tramp-file-name'.
20159         (tramp-smb-prompt): Prompt can contain spaces inside directory names.
20160         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
20161         No error message if DIRECTORY or FILENAME doesn't exist.
20162         (tramp-smb-open-connection): Check existence of
20163         `tramp-smb-program'.
20165 2005-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
20167         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
20168         Properly handle the case where the `m' or `s' command's argument is not
20169         yet terminated.
20170         (perl-indent-new-calculate): New function.
20171         (perl-indent-line): Use it.
20173 2005-03-20  Miles Bader  <miles@gnu.org>
20175         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
20176         in text-mode too.  Change to new face names.
20177         (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
20178         Add `:weight bold' attribute.
20179         (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
20181 2005-03-19  Juri Linkov  <juri@jurta.org>
20183         * files.el (auto-mode-alist): Add comment.  Optimize jar/ear/war.
20185         * international/mule.el (auto-coding-alist): Sync with
20186         `auto-mode-alist' by adding upper case archive file extensions
20187         and adding ear/war to jar extension.
20189 2005-03-19  David Casperson  <casper@unbc.ca>  (tiny change)
20191         * textmodes/tex-mode.el (tex-view): If tex-shell process is not
20192         running, restart it.
20194 2005-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny changes)
20196         * finder.el (finder-current-item): Throw an error on an empty line.
20198         * man.el (Man-follow-manual-reference): If current-word returns
20199         nil, use "".
20201 2005-03-19  Matt Hodges  <MPHodges@member.fsf.org>
20203         * simple.el (goto-line): Doc fix.
20205 2005-03-19  Aaron Hawley  <Aaron.Hawley@uvm.edu>  (tiny change)
20207         * files.el (save-buffer): Doc fix.
20209 2005-03-19  Michael R. Mauger  <mmaug@yahoo.com>
20211         * recentf.el (recentf-cleanup-remote): New variable.
20212         (recentf-cleanup): Use it to conditionally check availability of
20213         remote files.
20215 2005-03-19  Joe Edmonds  <joe-bugs-debian-org@elem.com>  (tiny change)
20217         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
20218         function names.
20220 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
20222         * language/thai-word.el: New file.
20224 2005-03-19  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
20226         * files.el (backup-buffer): If the file's directory is not
20227         writable, use copy instead of move to backup the file.
20229 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
20231         * obsolete/keyswap.el: Moved to obsolete/ from term/.
20233 2005-03-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
20235         * ps-print.el (ps-generate-string-list, ps-generate-header-line):
20236         Use functionp instead of symbolp and fboundp.  Reported by Drkm
20237         <darkman_spam@yahoo.fr>.
20238         (ps-print-version): New version 6.6.6.
20240 2005-03-18  Tak Ota  <Takaaki.Ota@am.sony.com>
20242         * textmodes/table.el (table--line-column-position): New idiom.
20243         (table--row-column-insertion-point-p): New function to test
20244         validity of row and column insertion operation at a location.
20245         (table-global-menu, table-cell-menu): Use above functions for
20246         deterministic test operation.
20247         (table--editable-cell-p): Behave in deterministic fashion.
20249 2005-03-18  Juri Linkov  <juri@jurta.org>
20251         * isearch.el (isearch-lazy-highlight-new-loop):
20252         Make arguments beg and end optional.
20253         (isearch-update): Remove optional arguments nil from
20254         isearch-lazy-highlight-new-loop.
20255         (isearch-lazy-highlight-search): Let-bind case-fold-search to
20256         isearch-lazy-highlight-case-fold-search instead of
20257         isearch-case-fold-search, and let-bind isearch-regexp to
20258         isearch-lazy-highlight-regexp.
20259         Use isearch-lazy-highlight-last-string instead of isearch-string.
20261         * replace.el (perform-replace): Remove bindings of global
20262         variables isearch-string, isearch-regexp, isearch-case-fold-search.
20263         Add three new arguments to `replace-highlight'.
20264         (replace-highlight): Add arguments string, regexp, case-fold.
20265         Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
20266         to allow isearch-lazy-highlight-new-loop to use these values
20267         to set corresponding isearch-lazy-highlight-* internal
20268         variables whose values lazy highlighting will use regardless of
20269         changes to global variables isearch-string, isearch-regexp,
20270         isearch-case-fold-search during lazy highlighting loop.
20271         (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
20272         to `lazy-highlight-cleanup'.
20274         * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
20275         (ispell-highlight-face): Set default face to `isearch' when
20276         lazy highlighting is enabled.
20277         (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
20278         priority to 1.  Add lazy highlighting.
20279         (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
20280         from `isearch-dehighlight'.
20282 2005-03-18  David Ponce  <david@dponce.com>
20284         * files.el (hack-local-variables): Do a case-insensitive search
20285         for End.
20287 2005-03-18  Juri Linkov  <juri@jurta.org>
20289         * isearch.el (lazy-highlight-cleanup) <command>: Rename from
20290         `isearch-lazy-highlight-cleanup', add alias to old name and
20291         declare obsolete.  Add release numbers to other obsolete vars.
20292         (isearch-done, isearch-lazy-highlight-new-loop):
20293         Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
20294         (lazy-highlight-cleanup) <variable>: Doc fix.
20295         (isearch-lazy-highlight-update): Rename obsolete
20296         `isearch-lazy-highlight-face' to `lazy-highlight-face'.
20298 2005-03-18  Kenichi Handa  <handa@m17n.org>
20300         * language/thai-util.el: Fix categorization of Thai characters in
20301         thai-category-table.
20302         (thai-composition-pattern): Adjust it for the above change.
20303         (thai-self-insert-command, thai-compose-syllable): New functions.
20304         (thai-compose-region): Use thai-compose-syllable.
20305         (thai-compose-string): Likewise.
20306         (thai-composition-function): Likewise.
20307         (thai-auto-composition): New function.
20308         (thai-auto-composition-mode): New minor mode.
20310         * language/thai.el: Fix patterns to be registered in
20311         composition-function-table.
20313         * international/quail.el (quail-input-method): Locally bind
20314         inhibit-modification-hooks to t.
20316 2005-03-17  Richard M. Stallman  <rms@gnu.org>
20318         * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
20319         (perl-mode): Use run-mode-hooks.
20321         * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
20322         (rmail-pop-password-required, rmail-remote-password): Doc fixes.
20323         (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
20325         * mail/sendmail.el (sendmail-send-it): Reenable the code
20326         to compute resend-to-address and use it.
20328         * tar-mode.el (tar-mode): Turn off undo unconditionally.
20330         * image-mode.el: New file.
20332         * image.el (insert-sliced-image): Add autoload cookie.
20334         * font-lock.el (font-lock-lines-before): New user option.
20335         (font-lock-after-change-function): Obey it.
20337         * bindings.el (esc-map): Make M-g a prefix.
20338         Bind M-g g and M-g M-g to goto-line.
20340         * faces.el (face-id): Doc fix.
20342 2005-03-17  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
20344         * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
20345         (rmail-show-message): Use rmail-unknown-mail-followup-to.
20346         (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
20348         * mail/sendmail.el (mail-yank-ignored-headers)
20349         (mail-font-lock-keywords, mail-mode-fill-paragraph):
20350         Add Mail-Followup-To and Mail-Reply-To headers.
20351         (mail-citation-hook): Add autoload cookie.
20352         (mail-mode): Doc fix.
20353         (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
20354         (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
20355         (mail-mode-fill-paragraph): Handle those headers.
20356         (mail-mailing-lists): New variable.
20357         (mail-mail-reply-to, mail-mail-followup-to): New functions.
20359 2005-03-17  Juri Linkov  <juri@jurta.org>
20361         * isearch.el (isearch-fallback): Check for `(car previous)'
20362         before calling `isearch-other-end-state'.
20364 2005-03-17  Kim F. Storm  <storm@cua.dk>
20366         * simple.el (move-beginning-of-line): Move to beginning of buffer
20367         line, as well as beginning of screen line.
20369 2005-03-16  Glenn Morris  <gmorris@ast.cam.ac.uk>
20371         * calendar/diary-lib.el (mark-diary-entries): Use new optional
20372         argument REDRAW rather than calendar-redrawing variable.
20373         * calendar/calendar.el (calendar-redrawing): Delete.
20374         (redraw-calendar): Do not bind calendar-redrawing.
20376 2005-03-16  Matt Hodges  <MPHodges@member.fsf.org>
20378         * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
20379         diary-file buffer.
20381 2005-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
20383         * help.el (describe-mode): Allow a :minor-mode-function property to
20384         specify a different minor mode toggle function than the variable.
20385         * simple.el (auto-fill-function):
20386         * subr.el (add-minor-mode): Use it.
20388 2005-03-16  Kenichi Handa  <handa@m17n.org>
20390         * language/ethio-util.el (sera-being-called-by-w3): New variable.
20391         (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
20392         (ethio-fidel-to-sera-buffer): Likewise.
20394 2005-03-16  Juri Linkov  <juri@jurta.org>
20396         * emacs-lisp/find-func.el (find-function-regexp):
20397         Add defun-emitting macro `menu-bar-make-toggle'.
20399         * isearch.el: Put `isearch-scroll' property to
20400         `split-window-horizontally'.
20402         * info.el: Update error messages for `debug-ignored-errors'.
20403         (Info-isearch-search): Doc fix.
20404         (Info-find-node): Move up code to go into info buffer before
20405         recording the node to the history.
20406         (Info-fontify-node): Fontify titles only if the next line
20407         has two or more `*', `=', `-', `.'.
20408         Display "go to this node" for empty (match-string 3).
20410 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
20412         * term/mac-win.el: Add mouse pointer shape constants.
20414 2005-03-15  Kim F. Storm  <storm@cua.dk>
20416         * simple.el (move-beginning-of-line): Use vertical-motion.
20418 2005-03-15  Juri Linkov  <juri@jurta.org>
20420         * isearch.el (isearch-error): New variable.
20421         (isearch-invalid-regexp, isearch-within-brackets): Remove.
20422         (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
20423         (isearch-within-brackets-state): Remove.
20424         (isearch-case-fold-search-state, isearch-pop-fun-state):
20425         Decrease frame index.
20426         (isearch-mode, isearch-top-state, isearch-push-state)
20427         (isearch-edit-string, isearch-abort, isearch-search-and-update)
20428         (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
20429         (isearch-search, isearch-lazy-highlight-new-loop):
20430         Replace `isearch-invalid-regexp' with `isearch-error'.
20431         Remove `isearch-within-brackets'.
20432         (isearch-search): Add `search-failed' handler to `condition-case'.
20433         (isearch-lazy-highlight-search): Add `condition-case' to catch
20434         errors and allow `isearch-lazy-highlight-update' to try
20435         highlighting from the beginning of the window.
20436         (isearch-repeat): Move up code to set isearch-wrapped to t
20437         before calling isearch-wrap-function.
20439         * info.el (Info-isearch-initial-node): New internal variable.
20440         (Info-search): Signal an error in isearch mode when search leaves
20441         the initial node.  Signal an error when `bound' is non-nil and
20442         nothing was found in the current subfile.
20443         (Info-isearch-search): Remove `condition-case'.
20444         (Info-isearch-wrap): Don't wrap when search failed during leaving
20445         the initial node.  If `Info-isearch-search' is nil, wrap around
20446         the current node.
20447         (Info-isearch-start): New fun.
20448         (Info-mode): Add buffer-local hook `Info-isearch-start' to
20449         `isearch-mode-hook'.
20451 2005-03-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
20453         * simple.el (normal-erase-is-backspace): Set default to t if
20454         running on Mac.
20456         * term/mac-win.el (function-key-map): Sync with x-win.el.
20458 2005-03-15  Kenichi Handa  <handa@m17n.org>
20460         * international/mule-cmds.el (locale-language-names): Modify the
20461         format of elements and add more entries.
20462         (locale-preferred-coding-systems): Add more entries.
20463         (set-locale-environment): Adjust for the change of
20464         locale-language-names.
20466 2005-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
20468         * pcvs.el (smerge-ediff): Remove bogus autoload.
20470 2005-03-14  Lute Kamstra  <lute@gnu.org>
20472         * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
20473         Ignore a `*' at the beginning of a line.
20475         * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
20476         * emacs-lisp/byte-run.el (macro-declaration-function): Move from
20477         subr.el.
20478         (dont-compile, eval-when-compile, eval-and-compile): Use declare
20479         to specify indentation.
20481         * generic.el (define-generic-mode): Let generic-mode-list be a
20482         list of strings; test membership with equal.
20484 2005-03-14  Kim F. Storm  <storm@cua.dk>
20486         * simple.el (next-line, previous-line): Add optional try-vscroll
20487         arg to recognize interactive use.  Pass it on to line-move.
20488         (line-move): Don't perform auto-window-vscroll when defining or
20489         executing keyboard macro to ensure consistent behavior.
20491 2005-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
20493         * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
20495 2005-03-13  Lute Kamstra  <lute@gnu.org>
20497         * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
20498         debugger-setup-buffer so that backtrace marks the frames set to
20499         debug-on-exit and we don't have to do it manually.  Set an extra
20500         debug-on-exit for macro's.
20501         (debugger-setup-buffer): Don't mark the top frame manually.
20503 2005-03-12  Lute Kamstra  <lute@gnu.org>
20505         * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
20506         lisp-indent-function throughout.
20507         (with-no-warnings): Set lisp-indent-function property.
20509 2005-03-12  Thien-Thi Nguyen  <ttn@gnu.org>
20511         * progmodes/dcl-mode.el (dcl-mode-syntax-table):
20512         Add entry for backslash.
20514 2005-03-12  Juri Linkov  <juri@jurta.org>
20516         * info.el (Info-search): Four fixes for backward search.
20518 2005-03-11  Jay Belanger  <belanger@truman.edu>
20520         * calc/calc.el (calc-language-alist): New variable.
20521         * calc/calc-embed.el (calc-embedded-language-alist): Remove.
20522         (calc-embedded-find-modes): Use calc-language-alist instead of
20523         calc-embedded-language-alist.
20525 2005-03-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
20527         * calendar/calendar.el (calendar-redrawing): New internal
20528         variable.
20529         (redraw-calendar): Remove bogus save-excursion from previous
20530         change.  Bind calendar-redrawing to t for mark-diary-entries.
20531         * calendar/diary-lib.el (mark-diary-entries): No need to redraw
20532         calendar if that is why we were called.
20534 2005-03-11  Kenichi Handa  <handa@m17n.org>
20536         * international/mule.el (make-coding-system): Set property
20537         coding-system-define-form to nil.
20538         (define-coding-system-alias): Likewise.
20540 2005-03-11  Kenichi Handa  <handa@m17n.org>
20542         These changes are suggested by Dave Love <fx@gnu.org>.
20544         * textmodes/fill.el: Change encoding to iso-2022-7bit and add
20545         coding: tag.
20546         (adaptive-fill-regexp): Add more bullets.
20547         (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
20548         regexps.
20550 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
20552         * help.el (describe-mode): Properly handle non-trivial lighters.
20553         Don't ignore minor modes that are not listed in minor-mode-list.
20555         * tooltip.el (tooltip-mode): Don't complain that you can't turn the
20556         feature ON when the user requests to turn it OFF.
20558 2005-03-10  Lute Kamstra  <lute@gnu.org>
20560         * emacs-lisp/debug.el (debug-entry-code): Delete it.
20561         (implement-debug-on-entry): New function to replace debug-entry-code.
20562         (debug-on-entry-1): Use implement-debug-on-entry.  Delete the
20563         second argument as the 2005-03-07 change makes it obsolete.
20564         (debug-on-entry, cancel-debug-on-entry): Update call to
20565         debug-on-entry-1.
20566         (debug, debugger-setup-buffer): Comment update.
20567         (debugger-frame-number): Update to work with implement-debug-on-entry.
20569 2005-03-10  Jay Belanger  <belanger@truman.edu>
20571         * calc/calc-embed.el (math-ms-args): Declare it.
20572         (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
20573         math-ms-args.
20574         (calc-embedded-subst): Use math-multi-subst-rec to substitute
20575         variables.
20577 2005-03-10  Nick Roberts  <nickrob@snap.net.nz>
20579         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
20580         Use message-box.
20582         * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
20583         (tooltip-activate-mouse-motions-if-enabled): Use dolist.
20584         (tooltip-gud-tips): Simplify.
20585         (tooltip-gud-tips-p): Remove superfluous :set.
20586         (tooltip-gud-modes): Add fortran-mode.
20587         (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
20589         * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
20591 2005-03-09  Kim F. Storm  <storm@cua.dk>
20593         * play/animate.el (animate-place-char): Use forward-line instead
20594         of next-line to improve performance.
20596 2005-03-09  Simon Josefsson  <jas@extundo.com>
20598         * net/browse-url.el (browse-url-default-browser): Doc fix.
20600 2005-03-09  Miles Bader  <miles@gnu.org>
20602         * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
20603         (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
20605 2005-03-09  Kenichi Handa  <handa@m17n.org>
20607         * international/latin-1.el: Set case and syntax for 255 only if
20608         set-case-syntax-set-multibyte is nil.
20610         * textmodes/ispell.el (ispell-insert-word): New function.
20611         (ispell-word): Use ispell-insert-word to insert a new word.
20612         (ispell-process-line): Likewise.
20613         (ispell-complete-word): Likewise.
20615 2005-03-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
20617         * calendar/calendar.el (redraw-calendar): Preserve point.
20618         Reported by Matt Hodges <MPHodges@member.fsf.org>.
20619         (calendar-week-start-day): Move after definition of
20620         redraw-calendar.  Delete buffer test, since redraw-calendar has
20621         that now.
20623         * calendar/diary-lib.el (mark-diary-entries): Only call
20624         redraw-calendar in the first of any recursive calls.
20625         Reported by Alan Shutko <ats@acm.org>.
20627 2005-03-08  Juri Linkov  <juri@jurta.org>
20629         * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
20630         (html-horizontal-rule, html-line, html-image, html-checkboxes)
20631         (html-radio-buttons): Add a space before the trailing `/>' where
20632         sgml-xml-mode is non-nil.
20633         (sgml-delete-tag): Check if the tag ends with `/>' to not delete
20634         the subsequent tag of the empty XML tag.
20635         (html-href-anchor): Don't set initial input to "http:".
20636         (html-image): Ask for the image URL and set point inside alt="".
20637         (html-name-anchor): Duplicate the name in the `id' attribute when
20638         sgml-xml-mode is non-nil.
20639         (html-paragraph): Remove \n before <p>.
20640         (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
20641         instead of `checked' when sgml-xml-mode is non-nil.
20643         * facemenu.el (list-colors-print): Print #RRGGBB in default face.
20644         Remove 1 space before #RRGGBB to not truncate it on terminal
20645         windows w/o fringes.  Remove 1 space between bg and fg examples
20646         to get more space.
20647         (list-colors-duplicates): Replace `and' with `if' for `boundp' to
20648         avoid byte-compile warnings.
20650         * image-file.el (image-file-handler): Put `safe-magic' property to
20651         `image-file-handler'.
20653         * info.el (Info-isearch-search): Emulate word search in
20654         isearching through multiple Info nodes with Info-search.
20655         (Info-isearch-wrap): Allow isearch-word.
20657 2005-03-08  Lute Kamstra  <lute@gnu.org>
20659         * emacs-lisp/debug.el (debugger-step-through): Make sure that
20660         stepping into the debugger's code is not possible.
20661         (debugger-jumping-flag): Docstring update.
20663 2005-03-08  Jay Belanger  <belanger@truman.edu>
20665         * calc/calc-embed.el (calc-do-embedded): Reset mode line when
20666         embedded mode begins.
20667         (calc-embedded-language-alist): New variable.
20668         (calc-embedded-find-modes): Use calc-embedded-language-alist to
20669         set default language mode.
20671 2005-03-08  Kenichi Handa  <handa@m17n.org>
20673         * international/ccl.el (define-ccl-program): Fix docstring about
20674         extra 256 bytes assured for the output buffer.
20676         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
20677         Fix BUFFER_MAGNIFICATION to 2.
20678         (ccl-encode-mule-utf-16be-with-signature): Likewise.
20680 2005-03-07  Karl Chen  <quarl@cs.berkeley.edu>
20682         * align.el (align-rules-list): Added an alignment rule for CSS
20683         declarations (applies to css-mode and html-mode buffers).
20685 2005-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
20687         * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
20689 2005-03-07  Kim F. Storm  <storm@cua.dk>
20691         * simple.el (move-beginning-of-line): New command.
20693         * bindings.el (global-map): Bind C-a to move-beginning-of-line.
20695         * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
20697         * emulation/cua-base.el: Put CUA move property on move-end-of-line
20698         and move-beginning-of-line.
20700         * apropos.el (apropos-print): Omit command from M-x ... RET.
20702 2005-03-07  Nick Roberts  <nickrob@snap.net.nz>
20704         * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
20705         (gdb-send, gdb-send-item): Log items sent from gdb-send too.
20707 2005-03-06  Richard M. Stallman  <rms@gnu.org>
20709         * bindings.el (esc-map): Bind M-g to goto-line.
20711         * facemenu.el (global-map): Bind M-o, not M-g.
20713 2005-03-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
20715         * menu-bar.el (menu-bar-file-menu): Add the same :enable to
20716         "Open Directory" as for "Open File".
20718 2005-03-06  Chong Yidong  <cyd@stupidchicken.com>
20720         * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
20721         (push-mark-command): Run activate-mark-hook.
20723 2005-03-06  Richard M. Stallman  <rms@gnu.org>
20725         * help-mode.el (help-mode-finish): Don't alter the element
20726         in view-return-to-alist if there already is one.
20728         * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
20729         make sure the current buffer is the expected one.
20731         * novice.el (disabled-command-function): Output in *Disabled Command*.
20732         Explicitly ignore non-keyboard events, and explicitly handle C-g.
20734         * textmodes/flyspell.el (flyspell-large-region):
20735         Pass args differently for aspell.
20737         * files.el (mode-require-final-newline): Doc fix.
20739 2005-03-03  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
20741         * progmodes/which-func.el (which-function):
20742         Specify NOERROR when calling imenu--make-index-alist.
20744 2005-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
20746         * simple.el (normal-erase-is-backspace): Define default value.
20748         * custom.el (custom-theme-set-variables): Remove unused var
20749         `immediate'.
20750         (custom-reevaluate-setting): Simple function to handle variables
20751         that are defined before their default value can really be
20752         computed.
20754         * startup.el (command-line): Use it for temporary-file-directory,
20755         small-emporary-file-directory, auto-save-file-name-transforms,
20756         blink-cursor-mode, and normal-erase-is-backspace.
20758         * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
20759         progress, even with buggy anchored keywords.
20761 2005-03-05  Luc Teirlinck  <teirllm@auburn.edu>
20763         * simple.el (goto-line): Remove unbalanced final parenthesis.
20765 2005-03-05  Richard M. Stallman  <rms@gnu.org>
20767         * simple.el (goto-line): Use a number at point as the default.
20768         With C-u as arg, switch buffers.
20770 2005-03-05  Juri Linkov  <juri@jurta.org>
20772         * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
20773         with `no-blinking-cursor'.
20775         * startup.el (no-blinking-cursor): New defvar.
20776         (command-line): Add `--no-blinking-cursor' to longopts.
20777         Set `no-blinking-cursor' to t for command line arguments
20778         -Q, -nbc, --no-blinking-cursor.  Replace `emacs-quick-startup'
20779         with `no-blinking-cursor' in the condition for calling
20780         `blink-cursor-mode'.
20782 2005-03-04  Luc Teirlinck  <teirllm@auburn.edu>
20784         * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
20785         (menu-bar-options-save): Add blink-cursor-mode.
20786         (menu-bar-options-menu): Add blink-cursor-mode.
20788 2005-03-04  Ulf Jasper  <ulf.jasper@web.de>
20790         * calendar/icalendar.el (icalendar-version): Increase to 0.11.
20791         (icalendar-export-file, icalendar-export-region)
20792         (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
20793         (icalendar--convert-ical-to-diary): Fix problem with DURATION.
20795 2005-03-04  Lute Kamstra  <lute@gnu.org>
20797         * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
20798         (debug-function-list): Ditto.
20800 2005-03-04  Robert J. Chassell  <bob@rattlesnake.com>
20802         * textmodes/texinfmt.el (texinfo-append-refill):
20803         Redefine the types of line to which @refill
20804         is not appended by replacing a search for `@refill\\|@bye' with
20805         `@refill\\|^[ \t]*@'.  The intent is to solve both the `@end
20806         itemize@refill' bug and the unfilled long lines bug.
20807         (texinfmt-version): Update number and date.
20809 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
20811         * international/code-pages.el (windows-1250, windows-125[2-8])
20812         (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
20814 2005-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
20816         * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
20817         bound yet.
20819 2005-03-02  Romain Francoise  <romain@orebokech.com>
20821         * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
20822         buffer after removing limits.
20823         (ibuffer-pop-filter): Ditto.
20824         Update copyright.
20826 2005-03-02  Miles Bader  <miles@gnu.org>
20828         * button.el (make-text-button): If the user doesn't specify a
20829         type, use the default.  Rewrite to use `add-text-properties' and
20830         plist functions.
20832 2005-03-01  Lute Kamstra  <lute@gnu.org>
20834         * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
20835         (debugger-jumping-flag): New var.
20836         (debug-entry-code): Use it.
20837         (debugger-jump): Use debugger-jumping-flag and add
20838         debugger-reenable to post-command-hook.
20839         (debugger-reenable): Use debugger-jumping-flag and remove itself
20840         from post-command-hook.
20841         (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
20842         debugger-reenable.
20844 2005-03-01  Robert J. Chassell  <bob@rattlesnake.com>
20846         * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
20847         inclusion of "itemize\\|", which may be unnecessary, is certainly
20848         inelegant, and stops refilling in itemize lists when formatting
20849         Japanese Texinfo files to Info.
20850         Update copyright to 2005.
20852 2005-03-01  Nick Roberts  <nickrob@snap.net.nz>
20854         * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
20855         of an error if GDB can't find the source file.
20857 2005-03-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
20859         * calendar/calendar.el (redraw-calendar): Work from any buffer,
20860         not just the calendar.
20862         * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
20863         first.
20864         (diary-redraw-calendar): New function.
20865         (make-diary-entry): Add diary-redraw-calendar to local
20866         write-contents-functions.  Turn off selective display before
20867         inserting in diary.
20869 2005-03-01  Kim F. Storm  <storm@cua.dk>
20871         * emacs-lisp/copyright.el (copyright-fix-years): New command.
20873 2005-03-01  Lute Kamstra  <lute@gnu.org>
20875         * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
20876         that debug-entry-code can be safely removed from a function while
20877         this code is being evaluated.  Revert the 2005-02-27 change as the
20878         new implementation no longer requires it.  Make sure that a
20879         function body containing just a string is not mistaken for a docstring.
20880         (debug): Skip one more frame in case of debug on entry.
20881         (debugger-setup-buffer): Delete one more frame line in case of
20882         debug on entry.
20883         (debugger-frame-number): Update to use the new text introduced by
20884         the 1999-11-03 change.  Skip one more frame in case of debug on entry.
20886 2005-02-28  Kim F. Storm  <storm@cua.dk>
20888         * double.el (double-translate-key): Call force-window-update after
20889         read-event to avoid crash in redisplay.
20891 2005-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
20893         * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
20894         (debug): Use it.  Move the inhibit-trace earlier.
20895         (debug-entry-code): New const.
20896         (debug-on-entry-1): Use it.
20898 2005-02-28  Chong Yidong  <cyd@stupidchicken.com>
20900         * international/utf-16.el (ccl-encode-mule-utf-16le):
20901         Fix BUFFER_MAGNIFICATION to 2.
20902         (ccl-encode-mule-utf-16be): Likewise.
20904 2005-02-28  Kenichi Handa  <handa@m17n.org>
20906         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
20907         Fix BUFFER_MAGNIFICATION to 4.
20908         (ccl-encode-mule-utf-16be-with-signature): Likewise.
20910 2005-02-28  Nick Roberts  <nickrob@snap.net.nz>
20912         * speedbar.el (speedbar-update-flag): Doc fix.
20913         (speedbar-show-info-under-mouse): Give set-mouse-position the right
20914         argument.
20916 2005-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
20918         * reveal.el (reveal-post-command): Don't try to reveal overlays which
20919         have a non-nil `invisible' property but are actually visible.
20921         * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
20922         for perldoc sections.
20923         (perl-outline-regexp, perl-outline-level): New var and function.
20924         (perl-mode): Use them.
20926 2005-02-27  Glenn Morris  <gmorris@ast.cam.ac.uk>
20928         * calendar/diary-lib.el (diary-remind): Discard any mark portion
20929         from diary-entry.  Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
20931 2005-02-27  Luc Teirlinck  <teirllm@auburn.edu>
20933         * cus-edit.el: Comment change.
20934         (custom-buffer-create-internal): Slightly reword text at top of
20935         Custom buffers.  Mention there that saving an option edits the
20936         init file.  Add link to Emacs manual node on `custom-file'.
20937         (custom-magic-alist): Rewrite individual State messages to use
20938         capitalized keywords.  Doc fix.
20940 2005-02-27  Matt Hodges  <MPHodges@member.fsf.org>
20942         * calendar/calendar.el (calendar-buffer): Move above
20943         calendar-week-start-day.
20944         (calendar-week-start-day): Doc fix.  Add :set function.
20945         (calendar-minimum-window-height): New variable.
20946         (generate-calendar-window): Only resize window if selected-window
20947         is displaying the calendar buffer.  Use new variable
20948         calendar-minimum-window-height.
20949         (generate-calendar): Reword error message.
20950         (calendar-mode-map): Bind DEL to scroll-other-window-down.
20952 2005-02-27  Andreas Schwab  <schwab@suse.de>
20954         * vc.el (vc-do-command): Don't run command asynchronously when
20955         operating in a remote directory.
20957         * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
20958         change from sync with Tramp 2.0.47.
20960 2005-02-27  Richard M. Stallman  <rms@gnu.org>
20962         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
20964         * textmodes/flyspell.el (flyspell-mode-on):
20965         Call ispell-change-dictionary only if necessary.
20967         * emacs-lisp/re-builder.el (regexp-builder): New function.
20969         * register.el (describe-register-1): Explicitly handle
20970         yank-excluded-properties = t.
20972         * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
20973         (custom-magic-alist): Change the status descriptions again.
20974         (face widget-type): Total rewrite based on `restricted-sexp'
20975         to eliminate the confusing double hiding levels.
20977         * emacs-lisp/debug.el (debug-on-entry-1):
20978         If function body is empty, add nil as body form.
20980 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
20982         * emacs-lisp/trace.el (inhibit-trace): New var.
20983         (trace-make-advice): Use it.
20985         * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
20987 2005-02-26  Kim F. Storm  <storm@cua.dk>
20989         * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
20990         (mouse-on-link-p, mouse-drag-region-1): Use it.
20992 2005-02-25  Lute Kamstra  <lute@gnu.org>
20994         * replace.el (query-replace-read-from): Fix 2005-02-19 change.
20996 2005-02-24  Luc Teirlinck  <teirllm@auburn.edu>
20998         * frame.el (blink-cursor-mode): Add :group keyword.
21000 2005-02-24  Ulf Jasper  <ulf.jasper@web.de>
21002         * calendar/icalendar.el (icalendar--decode-isodatetime):
21003         New optional argument DAY-SHIFT.
21004         (icalendar-export-region): Fix coding-system-for-write.
21005         (icalendar--convert-ical-to-diary): Shift end-day of all-day
21006         events by one.
21008 2005-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
21010         * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
21012 2005-02-24  Kim F. Storm  <storm@cua.dk>
21014         * international/iso-acc.el (iso-accents-compose): Fix crash
21015         during redisplay.  Call force-window-update after read-event
21016         and delete-region to signal that window is not accurate.
21018 2005-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
21020         * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
21021         Remove unused and inexistent var `inhibit-trace'.
21022         (debugger-mode): Use run-mode-hooks.
21023         (debugger-list-functions): Add buttons; setup xref stack.
21025 2005-02-23  Richard M. Stallman  <rms@gnu.org>
21027         * calendar/appt.el (appt-time-msg-list): 3rd elt of each
21028         appointment says it was explicitly made.
21029         (appt-add): Set the 3rd element.
21030         (appt-make-list): Preserve explicit appointments.
21032         * subr.el (find-tag-default): Catch errors in forward-sexp.
21034 2005-02-23  Juri Linkov  <juri@jurta.org>
21036         * info.el (Info-isearch-search): New defcustom.
21037         (Info-isearch-search): Call the default isearch function
21038         when Info-isearch-search is nil.
21039         (Info-isearch-wrap): Use variable Info-isearch-search.
21041 2005-02-22  Luc Teirlinck  <teirllm@auburn.edu>
21043         * cus-edit.el: Comment change.
21045 2005-02-22  Kim F. Storm  <storm@cua.dk>
21047         * progmodes/hideif.el (hide-ifdef-use-define-alist):
21048         Use completing-read.  Suggested by Juan-Leon Lahoz Garcia.
21050 2005-02-22  Simon Josefsson  <jas@extundo.com>
21052         * net/browse-url.el (browse-url-netscape-new-window-is-tab):
21053         New variable.
21054         (browse-url-netscape): Use it.  Suggested by "Johann 'Myrkraverk'
21055         Oskarsson" <myrkraverk@users.sourceforget.net>.
21057 2005-02-22  Kim F. Storm  <storm@cua.dk>
21059         * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
21060         check that window of that event is the selected window.
21061         (mouse-drag-region-1): Compare mouse event window to selected
21062         window before setting point.
21064         * tooltip.el (tooltip-show-help-function): Pass event to
21065         mouse-on-link-p so it can check selected window.
21067 2005-02-22  Kenichi Handa  <handa@m17n.org>
21069         * ps-mule.el (ps-mule-header-string-charsets): Delete it.
21070         (ps-mule-show-warning): New function.
21071         (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
21072         characters are found.
21074         * ps-print.el (ps-header-footer-string): Return a list of header
21075         and footer strings.
21077 2005-02-21  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
21079         * pcvs.el (cvs-retrieve-revision): Fix thinko.
21081 2005-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
21083         * frame.el (blink-cursor-mode): Use define-minor-mode.
21085         * term/mac-win.el (function-key-map): Use char-names more consistently.
21086         (file-name-coding-system): Only set it for MacOS-9.  The other case is
21087         already handled in mule-cmds.el (where it also works when mac-win.el
21088         is not used).
21090 2005-02-21  Kenichi Handa  <handa@m17n.org>
21092         * international/mule.el (ctext-pre-write-conversion): Always use
21093         " *code-converting-work*" buffer for work.
21095         * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
21097 2005-02-20  Thien-Thi Nguyen  <ttn@gnu.org>
21099         * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
21101 2005-02-20  Jonathan Yavner  <jyavner@member.fsf.org>
21103         * ses.el (undo-more): Restore defadvice, but only the part that
21104         allows changes outside the restricted area of the buffer.
21106 2005-02-20  Kim F. Storm  <storm@cua.dk>
21108         * simple.el (line-move): Add fourth optional arg try-vscroll which
21109         must be set to perform auto-window-vscroll.
21110         When moving backwards and doing auto-window-vscroll, automatically
21111         vscroll to the last part of lines which are taller than the window.
21112         (next-line, previous-line): Set try-vscroll arg on line-move.
21114 2005-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
21116         * replace.el (query-replace, query-replace-regexp)
21117         (replace-string, replace-regexp): When operating on region, make
21118         the minibuffer prompt say so.
21120         * isearch.el (isearch-forward): Document isearch-query-replace and
21121         isearch-query-replace-regexp keybindings.
21123 2005-02-19  Jay Belanger  <belanger@truman.edu>
21125         * calc/calc-aent.el (math-read-token): Add local variable.
21127         * calc/calc-prog.el (calc-user-define-edit): Add local variable.
21128         (calc-edit-top): Move declaration to earlier in file.
21129         (calc-edit-macro-repeats): Add local variables.
21131         * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
21132         Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
21133         calcFunc-tanh.
21134         Adjust integration rule for calcFunc-tan.
21136 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
21138         * viper-cmd.el (viper-prefix-commands): Make into a defconst.
21139         (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
21140         (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
21141         (viper-skip-separators): Bug fix.
21142         (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
21143         particular major mode.
21144         (viper-del-backward-char-in-replace): Don't put deleted char on the
21145         kill ring.
21147         * viper-ex.el (viper-color-display-p): New function.
21148         (viper-has-face-support-p): Use viper-color-display-p.
21150         * viper-keym.el (viper-gnus-modifier-map): New keymap.
21152         * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
21154         * viper-util.el (viper-glob-unix-files): Fix shell status check.
21155         (viper-file-remote-p): Make equivalent to file-remote-p.
21157         * viper.el (viper-major-mode-modifier-list):
21158         Use viper-gnus-modifier-map.
21160 2005-02-19  David Kastrup  <dak@gnu.org>
21162         * subr.el (subregexp-context-p): Fix garbled doc string by adding
21163         quoting.
21165 2005-02-19  Jay Belanger  <belanger@truman.edu>
21167         * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
21168         Remove extra definitions.
21169         (calc-coth): New function.
21170         (calcFunc-cot): Fix `let'.
21172 2005-02-19  Eli Zaretskii  <eliz@gnu.org>
21174         * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
21175         the reasons we use "type pc" in these faces.
21177         * button.el (button): Ditto.
21179 2005-02-19  Michael Mauger  <mmaug@yahoo.com>
21181         * replace.el (query-replace-read-from): Set the value of
21182         query-replace-from-history-variable to handle the case of an empty
21183         string entered to accept the suggested default.
21185         * net/tramp.el (tramp-file-name-for-operation):
21186         Use dired-call-process instead of dired-call-process-command.
21188 2005-02-19  Jay Belanger  <belanger@truman.edu>
21190         * calc/calc-arith.el (math-trig-inverses, math-div-trig)
21191         (math-div-non-trig): New variables.
21192         (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
21193         (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
21194         (math-combine-prod, math-div-symb-fancy): Add simplifications for
21195         trig expressions.
21197 2005-02-19  Nick Roberts  <nickrob@snap.net.nz>
21199         * progmodes/gdb-ui.el (gdb-var-update-handler)
21200         (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
21201         for watch expressions,
21202         (gdb-var-create-handler): Don't set speedbar-update-flag.
21203         (gdb-post-prompt): Simplify test for speedbar.
21205 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
21207         * ediff.el (ediff-set-diff-overlays-in-one-buffer)
21208         (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
21209         we use the syntax table of the correct buffer.
21210         (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
21211         Felix Gatzemeier.
21213         * ediff-init.el (ediff-hide-face): Check for definedness of functions.
21214         (ediff-file-remote-p): Make synonymous with file-remote-p.
21215         In all deffaces ediff-*-face-*, use min-colors.
21217         * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
21218         ediff-recurse-to-subdirectories.
21219         (ediff-mark-if-equal): Check that the arguments are strings, use
21220         ediff-same-contents (after to Felix Gatzemeier).
21222         * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
21223         nil.
21225 2005-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
21227         * log-view.el (log-view-message-re): Fix up Subversion regexp.
21229 2005-02-18  David Kastrup  <dak@gnu.org>
21231         * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
21232         use `mark-active' when defined.
21234 2005-02-18  Kenichi Handa  <handa@m17n.org>
21236         * ps-print.el (ps-font-info-database): New entry
21237         ZapfChancery-MediumItalic with correct font name.  Fix font name
21238         of the entry Zapf-Chancery-MediumItalic.
21240 2005-02-16  Luc Teirlinck  <teirllm@auburn.edu>
21242         * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
21244 2005-02-16  Kim F. Storm  <storm@cua.dk>
21246         * ido.el (ido-fallback-command): Pass user input to fallback command.
21248 2005-02-16  Nick Roberts  <nickrob@snap.net.nz>
21250         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
21251         (gdb-find-file-hook): Add server prefix.
21253 2005-02-16  Richard M. Stallman  <rms@gnu.org>
21255         * replace.el (perform-replace): Pass new args to replace-highlight.
21256         (replace-highlight): Take region args,
21257         and pass them to isearch-lazy-highlight-new-loop.
21259         * novice.el (disabled-command-hook): Autoload the defalias
21260         and the make-obsolete-variable call.
21262         * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
21264         * isearch.el (isearch-lazy-highlight-start-limit)
21265         (isearch-lazy-highlight-end-limit): New variables limit
21266         the region for highlighting.
21267         (isearch-lazy-highlight-new-loop): New args BEG and END.
21268         (isearch-lazy-highlight-search): Use the new vars.
21269         (isearch-lazy-highlight-update): Likewise.
21271         * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
21273         * cus-start.el (all): Use default-boundp.
21275 2005-02-15  David Casperson  <casper@unbc.ca>  (tiny change)
21277         * menu-bar.el (menu-bar-select-frame): Handle current frame.
21279 2005-02-15  Luc Teirlinck  <teirllm@auburn.edu>
21281         * autorevert.el (auto-revert-stop-on-user-input)
21282         (auto-revert-verbose): Doc fixes.
21284 2005-02-15  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
21286         * international/mule-cmds.el (set-locale-environment): Remove call
21287         to set-selection-coding-system on Windows.
21289 2005-02-15  Jay Belanger  <belanger@truman.edu>
21291         * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
21292         calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
21293         calcFunc-coth.
21294         (math-simplify-sqrt): Add simplifications.
21296         * calc/calc-arith.el (math-real-if-arg-functions): Add functions
21297         to list.
21299         * calc/calc-ext.el: Add functions to autoloads.
21301         * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
21302         (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
21303         (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
21304         (math-csc-raw, math-cot-raw): New functions.
21306         * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
21308         * calc/calc-undo.el (calc-handle-undo): Remove prefix from
21309         the variable name in a message.
21311         * calc/calc-units.el: Add simplification rules for calcFunc-sec,
21312         calcFunc-csc, calcFunc-cot.
21314         * calc/calcalg2.el: Add derivative and integration rules for
21315         calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
21316         calcFunc-csch, calcFunc-coth.
21317         (math-do-integral-methods): Add to checks for when to use
21318         substitutions.
21320         * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
21322 2005-02-15  Lute Kamstra  <lute@gnu.org>
21324         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
21325         Add ;;;###autoload to `outline-regexp'.  Suggested by Stefan Monnier
21326         <monnier@iro.umontreal.ca>
21327         (lisp-outline-level): Improve efficiency.  Suggested by David
21328         Kastrup <dak@gnu.org>.
21330 2005-02-15  Nick Roberts  <nickrob@snap.net.nz>
21332         * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
21333         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
21334         (gdb-set-gud-minor-mode-existing-buffers): New functions.
21335         (gdb-find-file-hook): New hook.  Add it to find-file-hook.
21336         (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
21338 2005-02-14  Luc Teirlinck  <teirllm@auburn.edu>
21340         * cus-start.el (all): Comment change.
21342 2005-02-14  Lute Kamstra  <lute@gnu.org>
21344         * cus-start.el (all): Check if symbol is void.
21346 2005-02-14  Carsten Dominik  <dominik@science.uva.nl>
21348         * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
21349         optional argument to \cite.
21351 2005-02-14  Richard M. Stallman  <rms@gnu.org>
21353         * cus-edit.el (custom-buffer-create-internal): Update help message.
21354         (custom-magic-alist): Update help messages.
21356         * cus-start.el (all): Allow a var to specify a standard value.
21358 2005-02-12  Luc Teirlinck  <teirllm@auburn.edu>
21360         * custom.el (custom-theme-set-variables): Handle variable aliases.
21362         * frame.el (blink-cursor-timer): Doc fix.
21363         (blink-cursor): Make it an alias for `blink-cursor-mode' and
21364         declare obsolete.
21365         (blink-cursor-mode): Define with defcustom and use correct
21366         standard expression in that defcustom.
21367         * startup.el (command-line): Adapt to above changes in frame.el.
21369 2005-02-11  Lute Kamstra  <lute@gnu.org>
21371         * apropos.el (apropos-score-doc): Prevent division by zero.
21373 2005-02-11  Ulf Jasper  <ulf.jasper@web.de>
21375         * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
21376         (icalendar--get-event-property-attributes)
21377         (icalendar--get-event-properties)
21378         (icalendar--datetime-to-diary-date): New functions.
21379         (icalendar--split-value): Doc fix.
21380         (icalendar--datetime-to-noneuropean-date)
21381         (icalendar--datetime-to-european-date): New optional argument
21382         SEPARATOR.  Return result as a string instead of a list.
21383         (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
21384         (icalendar--convert-string-for-export): Rename arg S to STRING.
21385         (icalendar-export-region): Doc fix.  Change name of error buffer.
21386         Save output buffer.
21387         (icalendar-import-file): Add blank at end of prompt.
21388         (icalendar-import-buffer): Doc fix.  Do not switch to error
21389         buffer.  Indicate status in return value.
21390         (icalendar--convert-ical-to-diary): Doc fix.  Change name of error
21391         buffer.  Save output buffer.  Handle exception from recurrence
21392         rules (EXDATE, EXRULE).  Handle start- and end-date of recurring
21393         events.  Fix problems with weekly all-day events.
21395 2005-02-10  Richard M. Stallman  <rms@gnu.org>
21397         * simple.el (eval-expression-print-format):
21398         Avoid warning about edebug-active.
21400         * help.el (help-for-help-internal): Rename from help-for-help.
21401         (help-for-help): Define with defalias.
21403         * font-core.el (font-lock-default-function): Use with-no-warnings.
21405         * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
21407         * custom.el (defface): Doc fix.
21409 2005-02-10  Nick Roberts  <nickrob@snap.net.nz>
21411         * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
21412         width 0" to prevent word wrapping problems.
21414 2005-02-09  Kim F. Storm  <storm@cua.dk>
21416         * ido.el (ido-file-extensions-order): New defcustom.
21417         (ido-file-extension-lessp, ido-file-extension-aux)
21418         (ido-file-extension-order): New advanced file ordering.
21419         (ido-file-lessp): New simple file ordering.
21420         (ido-sort-list): Remove.
21421         (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
21422         (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
21424 2005-02-08  Dan Nicolaescu  <dann@ics.uci.edu>
21426         * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
21427         that some versions of grep produce.
21428         (grep-mode-font-lock-keywords): Likewise.
21430 2005-02-09  Nick Roberts  <nickrob@snap.net.nz>
21432         * progmodes/gdb-ui.el (gdb-location-list): New variable.
21433         (gdb-cdir): Delete.
21434         (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
21435         (gdb-source-info): Treat case when source file is in another
21436         directory properly.
21437         (gdb-get-location): New function.
21439 2005-02-07  Jay Belanger  <belanger@truman.edu>
21441         * calc/calc-prog.el (calc-write-parse-table-part)
21442         (calc-fix-token-name): Fix a check for language type.
21444         * calc/calccomp.el (math-compose-expr): Fix a check for language type.
21446 2005-02-07  Andre Spiegel  <spiegel@gnu.org>
21448         * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
21449         as directory not writable.
21451 2005-02-07  Kim F. Storm  <storm@cua.dk>
21453         * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
21454         (cua--standard-movement-commands): Remove list.
21455         Instead, set CUA property value to move for movement commands.
21456         (cua-movement-commands): Remove.  Users must set CUA prop instead.
21457         (cua--pre-command-handler): Check CUA property.
21458         (cua--init-keymaps): Don't remap undo commands.
21459         (cua-mode): Don't call cua--rectangle-on-off.
21461         * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
21462         (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
21463         (cua--rect-undo-set-point): New var.
21464         (cua--rectangle-undo-boundary): Setup undo apply entry.
21465         (cua--rect-undo-handler): New function for rectangle undo.
21466         (cua--rect-start-position, cua--rect-end-position): Add.
21467         (cua--rectangle-post-command): Call cua--rectangle-set-corners
21468         for restored rectangle.  Set point if cua--rect-undo-set-point.
21470 2005-02-06  Jay Belanger  <belanger@truman.edu>
21472         * calc/calc-lang.el (calc-tex-language): Display more information
21473         in messages.
21475         * calc/calccomp.el (math-compose-expr): Allow multiline matrices
21476         in TeX mode.
21478 2005-02-06  Richard M. Stallman  <rms@gnu.org>
21480         * emacs-lisp/lisp.el (buffer-end): Doc fix.
21482 2005-02-05  Arne_J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
21484         * net/ldap.el (ldap-search-internal): Support attributes with
21485         optional descriptions separated by a semi-colon, as in
21486         "userCertificate;binary".
21488 2005-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
21490         * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
21491         isn't a cons (i.e. the version is 0).
21493 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
21495         * help.el (help-for-help): Doc fix.
21497 2005-02-05  Nick Roberts  <nickrob@snap.net.nz>
21499         * progmodes/gdb-ui.el: Update copyright.  Put GDB-Frames before
21500         GDB-Windows on the menu-bar as this works better.
21502 2005-02-04  Jay Belanger  <belanger@truman.edu>
21504         * calc/calc-embed.el (calc-embedded-update): Don't put in
21505         unnecessary newlines.  Adjust the end of formula marker.
21507         * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
21508         (math-latex-parse-two-args): New function.
21510 2005-02-03  Lute Kamstra  <lute@gnu.org>
21512         * help-fns.el (help-with-tutorial): Make sure that users cannot
21513         remove the entire text of the tutorial by means of `undo'.
21515 2005-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
21517         * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
21518         in recent changes, where the ispell process was repeatedly
21519         killed & restarted.
21521         * international/mule-cmds.el (set-locale-environment): Set file-name
21522         coding system to utf-8 on Darwin systems.
21523         (set-default-coding-systems): Don't set default-file-name-coding-system
21524         on Darwin systems.
21526 2005-02-03  Richard M. Stallman  <rms@gnu.org>
21528         * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
21530 2005-02-03  Matt Hodges  <MPHodges@member.fsf.org>
21532         * faces.el (list-faces-display): Add optional argument.
21534 2005-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
21536         * font-core.el (font-lock-default-function): Handle the rare case where
21537         only font-lock-keywords is set.
21539 2005-02-02  Kenichi Handa  <handa@m17n.org>
21541         * international/characters.el: Cancel previous change for
21542         I-WITH-DOT-ABOVE and DOTLESS-i.
21544         * international/latin-5.el: Cancel previous change.
21546 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
21548         * progmodes/gud.el: Correction to syntax in gud-menu-map.
21550 2005-02-02  Kenichi Handa  <handa@m17n.org>
21552         * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
21553         DOTLESS-i.
21555         * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
21556         Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
21558         * case-table.el (get-upcase-table): New function.
21559         (copy-case-table): Copy upcaes table too if non-nil.
21560         (set-case-syntax-delims): Maintain upcase table too.
21561         (set-case-syntax-pair): Likewise.
21562         (set-upcase-syntax, set-downcase-syntax): New functions.
21563         (set-case-syntax): Maintain upcase table too.
21565 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
21567         * progmodes/gdb-ui.el (gdb-goto-info): Delete.
21569         * progmodes/gud.el (gud-goto-info): New function.
21570         (gud-tool-bar-map): Use correct icon.
21572 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
21574         * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
21575         When delegating, order args in the funcall correctly.
21577 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
21579         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
21581 2005-02-01  Carsten Dominik  <dominik@science.uva.nl>
21583         * textmodes/reftex.el (reftex-access-scan-info): Error out in a
21584         buffer not visiting a file.
21586 2005-01-31  Jay Belanger  <belanger@truman.edu>
21588         * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
21589         bound on the line with the formula.
21591 2005-01-31  Kim F. Storm  <storm@cua.dk>
21593         * ses.el (ses-create-cell-variable-range)
21594         (ses-destroy-cell-variable-range, ses-reset-header-string)
21595         (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
21596         (ses-insert-row): Fix format of apply undo entries.
21598 2005-01-31  Jay Belanger  <belanger@truman.edu>
21600         * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
21601         parts.
21603         * calc/calc-embed.el (calc-embedded-open-formula)
21604         (calc-embedded-close-formula): Ignore matrix environments.
21606         * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
21607         TeX mode.
21609         * calc/calc-lang.el (math-function-table, math-oper-table)
21610         (math-variable-table): Adjust the LaTeX portions.
21612         * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
21613         (math-latex-ignore-words): New constant.
21615 2005-01-31  Richard M. Stallman  <rms@gnu.org>
21617         * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
21618         (ispell-local-dictionary): Doc fix.
21619         (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
21620         Don't reinitialize at run time.  Don't defcustom.
21621         All uses changed to append ispell-local-dictionary-alist,
21622         or check it first.
21623         (ispell-current-dictionary): New variable for dictionary in use.
21624         (ispell-dictionary): Now used only for global default.
21625         (ispell-start-process): Set ispell-current-dictionary,
21626         not ispell-dictionary.
21627         (ispell-change-dictionary): Use this only for setting
21628         user preferences.
21629         (ispell-internal-change-dictionary): New function
21630         to change the current dictionary in use.
21631         (ispell-region, ispell-process-line, ispell-buffer-local-dict):
21632         Use ispell-current-dictionary.
21633         Handle ispell-local-dictionary-overridden.
21634         (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
21636 2005-01-31  Jay Belanger  <belanger@truman.edu>
21638         * calc/calc-aent.el (math-read-token): Add support for LaTeX.
21640         * calc/calc-ext.el: Add calc-latex-language to autoloads.
21641         (calc-mode-map): Add calc-latex-language.
21643         * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
21644         (math-latex-print-frac): New functions.
21645         (math-oper-table, math-function-table, math-variable-table)
21646         (math-complex-format, math-input-filter): Add latex properties.
21647         (calc-set-language): Set math-expr-special-function-mapping.
21649         * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
21650         (calc-write-parse-table-part): Add LaTeX support.
21652         * calc/calc.el (calc-language): Adjust docstring.
21653         (calc-set-mode-line): Add LaTeX support.
21654         (math-expr-special-function-mapping): New variable.
21655         (math-tex-ignore-words): Add to list.
21657         * calc/calccomp.el (math-compose-expr, math-compose-rows):
21658         Add LaTeX support.
21659         (math-compose-expr): Add support for special functions.
21661         * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
21663 2005-01-31  Nick Roberts  <nickrob@snap.net.nz>
21665         * progmodes/gdb-ui.el (gdb-memory-address)
21666         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
21667         (gdb-memory-mode-map, gdb-memory-format-keymap)
21668         (gdb-memory-format-menu, gdb-memory-unit-keymap)
21669         (gdb-memory-unit-menu): New variables for a buffer
21670         that lets the user examine program memory.
21671         (gdb-memory-set-address, gdb-memory-set-repeat-count)
21672         (gdb-memory-format-binary, gdb-memory-format-octal)
21673         (gdb-memory-format-unsigned, gdb-memory-format-signed)
21674         (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
21675         (gdb-memory-format-menu-1, gdb-memory-unit-giant)
21676         (gdb-memory-unit-word, gdb-memory-unit-halfword)
21677         (gdb-memory-unit-byte, gdb-memory-unit-menu)
21678         (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
21679         (gdb-memory-mode, gdb-memory-buffer-name)
21680         (gdb-display-memory-buffer, gdb-frame-memory-buffer):
21681         New functions for above buffer.
21683 2005-01-30  Richard M. Stallman  <rms@gnu.org>
21685         * cus-edit.el (custom-bury-buffer): Function deleted.
21686         (custom-buffer-done-function): Option deleted.
21687         (custom-buffer-done-kill): New replacement option.
21688         (Custom-buffer-done): Call quit-window.
21689         (custom-buffer-create-internal): Update for above changes.
21691 2005-01-29  Luc Teirlinck  <teirllm@auburn.edu>
21693         * simple.el (undo-ask-before-discard): New var.
21694         (undo-outer-limit-truncate): Implement it.
21695         (undo-extra-outer-limit): Doc update.
21697 2005-01-29  Richard M. Stallman  <rms@gnu.org>
21699         * ses.el (undo-more): Delete defadvice.
21700         (ses-begin-change): Doc fix.
21702         * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
21703         instead of rebinding C-x u and C-_.
21705         * files.el (normal-backup-enable-predicate): Return nil for files
21706         in /tmp, regardless of temporary-file-directory.
21708         * man.el (Man-getpage-in-background): Disable undo in Man buffer.
21710         * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
21711         (open-rectangle, delete-whitespace-rectangle-line)
21712         (clear-rectangle-line): If FILL, pass t instead of FILL
21713         for move-to-column's 2nd arg.
21715         * simple.el (undo): Fix the test for continuing a series of undos.
21716         (undo-more): Set pending-undo-list to t when we reach end.
21717         (pending-undo-list): Move up defvar.
21719         * wid-edit.el (widget-button-click):
21720         Shorten the range of the track-mouse binding.
21722         * comint.el (comint-insert-input): Undo previous changes;
21723         use last-input-event in interactive spec.
21725 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
21727         * progmodes/compile.el (compilation-start): Bind buffer-read-only
21728         to nil before invoking call-process.  Reset buffer's modified flag
21729         after fontifying it in the no-async branch.
21731         * wid-edit.el (widget-specify-button): If mouse pointer shape
21732         cannot be changed, use mouse face instead.
21734 2005-01-29  Nick Roberts  <nickrob@snap.net.nz>
21736         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
21737         (gdb-goto-breakpoint): Make breakpoint handling work on template
21738         functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>
21739         (gdb-assembler-custom): Update to recognize breakpoint information
21740         added on 2005-01-19.
21742 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
21744         * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
21745         (dsssl-mode): Use define-derived-mode.
21746         (scheme-mode-initialize): Remove.
21747         (scheme-mode): Use run-mode-hooks.
21749         * cus-edit.el (customize-group-other-window)
21750         (custom-buffer-create-other-window): Don't override special-display-*.
21751         (custom-mode-map): Make it dense.
21753         * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
21754         sets the default value.
21756 2005-01-28  Eli Zaretskii  <eliz@gnu.org>
21758         * descr-text.el: Add more keywords.
21760 2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
21762         * speedbar.el: Avoid unnecessary use of locate-library.
21764         * international/mule-cmds.el (standard-display-european-internal):
21765         Don't fiddle with latin-1 non-break space any more since it's now
21766         special cased in the C code.
21767         Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
21769 2005-01-26  Luc Teirlinck  <teirllm@auburn.edu>
21771         * cus-start.el (all): Add `undo-outer-limit'.
21773 2005-01-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
21775         * textmodes/bibtex.el (bibtex-format-entry):
21776         Use `bibtex-empty-field-re' only on the text of fields, not on entire
21777         field lines.
21778         (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
21779         not on part of a buffer.
21781 2005-01-25  Lute Kamstra  <lute@gnu.org>
21783         * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
21784         nonempty field text strings like "{letters\\macro{}more letters}".
21785         Clarify docstring.
21786         (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
21787         (bibtex-entry-offset, bibtex-parse-association)
21788         (bibtex-parse-field-name): Fix typos in docstrings.
21789         (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
21791 2005-01-24  Carsten Dominik  <dominik@science.uva.nl>
21793         * textmodes/reftex-global.el (reftex-isearch-push-state-function)
21794         (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
21795         (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
21796         (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
21798         * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
21799         isearch minor mode.
21801 2005-01-24  Luc Teirlinck  <teirllm@auburn.edu>
21803         * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
21805 2005-01-24  Lute Kamstra  <lute@gnu.org>
21807         * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
21808         CASECHARS and NOT-CASECHARS regular expressions of the
21809         "nederlands" and "nederlands8" dictionaries to prevent a "Range
21810         striding over charsets" error.
21812 2005-01-24  Jay Belanger  <belanger@truman.edu>
21814         * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
21815         display variable name.
21817 2005-01-24  Kenichi Handa  <handa@m17n.org>
21819         * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
21820         Fix setting of the element of encoded-kbd-iso2022-invocations.
21822 2005-01-24  Nick Roberts  <nickrob@snap.net.nz>
21824         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
21825         (gdb-threads-select): Change to also accept mouse events.
21826         (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
21827         (gdb-threads-mouse-select): Delete.
21829 2005-01-23  Luc Teirlinck  <teirllm@auburn.edu>
21831         * files.el (insert-directory): Take care of empty directory,
21832         listed without -a switch.
21834 2005-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
21836         * textmodes/refill.el (refill-post-command-function):
21837         Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
21838         to the list of functions that we should be careful not to undo.
21839         (refill-late-fill-paragraph-function): Remove.
21840         (refill-saved-state): New var.
21841         (refill-mode): Use it to save fill-paragraph-function.
21842         Save also the value of auto-fill-function.
21844         * term/w32-win.el: Simplify code.
21846 2005-01-23  Kim F. Storm  <storm@cua.dk>
21848         * simple.el (line-move): Adapt to new return value from
21849         pos-visible-in-window-p.
21851         * simple.el (line-move): Fix last change.  Check partial
21852         visibility at point rather than at window-start.
21854 2005-01-22  Jason Rumney  <jasonr@gnu.org>
21856         * term/w32-win.el (xw-defined-colors): Remove debug-message.
21858 2005-01-22  David Kastrup  <dak@gnu.org>
21860         * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
21862 2005-01-22  Eli Zaretskii  <eliz@gnu.org>
21864         * type-break.el (type-break-mode): Add a test for
21865         type-break-file-name being non-nil.
21867 2005-01-22  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
21869         * net/eudc.el (top level): Call (message "") via progn, so that
21870         eudc-options-file is loaded.
21872 2005-01-22  Kim F. Storm  <storm@cua.dk>
21874         * simple.el (line-move-1): Rename from line-move.
21875         (line-move): New function that adjusts vscroll for partially
21876         visible rows, and calls line-move-1 otherwise.
21878 2005-01-21  Ren\e,Ai\e(B Kyllingstad  <listmailxemacs@kyllingstad.com>
21880         * pcomplete.el: Define pcomplete-read-event instead of read-event,
21881         since it's not a complete read-event implementation
21883 2005-01-20  Jay Belanger  <belanger@truman.edu>
21885         * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
21886         for called function.
21888 2005-01-20  Steven Tamm  <steventamm@mac.com>
21890         * term/mac-win.el (process-connection-type): Remove.
21891         Controlled now by s/darwin.h:PTY_ITERATION.
21893 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
21895         * window.el (handle-select-window): Don't switch window when we're
21896         in the minibuffer.
21898 2005-01-10  Paul Pogonyshev  <pogonyshev@gmx.net>
21900         * subr.el (dotimes-with-progress-reporter): New macro.
21902         * ses.el (ses-dotimes-msg): Remove macro.
21903         Use `dotimes-with-progress-reporter' instead.
21905 2005-01-19  Steven Tamm  <steventamm@mac.com>
21907         * term/mac-win.el (process-connection-type): Use new
21908         operating-system-release variable to use ptys on Darwin 7 (OS X
21909         10.3) when using carbon build.
21911 2005-01-19  Jay Belanger  <belanger@truman.edu>
21913         * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
21914         flags if the last command was a tab or M-tab.
21916         * calc/calc-prog.el (calc-user-define-edit): Put original formula
21917         in formula editing buffer.
21919 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
21921         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
21922         breakpoint image symbol in margin.
21924 2005-01-19  Jay Belanger  <belanger@truman.edu>
21926         * calc/calc-prog.el (calc-execute-kbd-macro):
21927         Ignore calc-keep-arg-flag.
21929 2005-01-19  Kenichi Handa  <handa@m17n.org>
21931         * textmodes/ispell.el (ispell-looking-at): New function.
21932         (ispell-process-line): Use ispell-looking-at to compare the ispell
21933         output and the buffer contents.
21935 2005-01-18  Jay Belanger  <belanger@truman.edu>
21937         * calc/calc.el (calc-display-raw): Fix docstring.
21939 2005-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
21941         * simple.el (blink-matching-open): Strip extra info from syntax.
21943         * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
21944         funny chars in the end-of-here-doc marker.
21946 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
21948         * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
21949         that enable/disabled state of breakpoints is shown correctly in
21950         fringe and on ttys.
21951         (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
21952         Add breakpoint information as text properties.
21953         (gdb-mouse-toggle-breakpoint):
21954         Rename to gdb-mouse-set-clear-breakpoint.
21955         (gdb-mouse-toggle-breakpoint): New function.  Enable/disable
21956         breakpoints in the margin.
21957         (gdb-remove-strings): Simplify.
21959 2005-01-17  Jay Belanger  <belanger@truman.edu>
21961         * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
21962         erasing buffer.
21964 2005-01-17  Richard M. Stallman  <rms@gnu.org>
21966         * progmodes/grep.el (grep-find): Copy from `grep' the condition
21967         for calling grep-compute-defaults.
21969         * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
21970         if buffer is empty.
21972         * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
21974 2005-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
21976         * hilit-chg.el (highlight-changes-mode): Don't autoload.
21978         * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
21979         non-preloaded variables.
21981 2005-01-17  Steven Tamm  <steventamm@mac.com>
21983         * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
21984         tex-shell cause to force interactivity when using pipes.
21986 2005-01-17  Kim F. Storm  <storm@cua.dk>
21988         * simple.el (just-one-space): Make arg optional.
21990 2005-01-17  Nick Roberts  <nickrob@snap.net.nz>
21992         * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
21993         posn-at-x-y to t to access left-margin.
21995 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
21997         Sync with Tramp 2.0.47.
21999         * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
22000         catching keep-date problems in cp/scp operations.
22001         (tramp-handle-copy-file): Don't call `set-file-modes'
22002         unconditionally.  Specialized functions should know better what is
22003         necessary.  This improves performance a little bit, and the
22004         functions could catch errors with `cp -p' and `scp -p'.
22005         (tramp-do-copy-or-rename-file-via-buffer)
22006         (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
22007         when appropriate.
22008         (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
22009         Call `set-file-modes' when appropriate.
22010         (tramp-action-out-of-band): Mask `scp -p' error.  Reported by Isak
22011         Johnsson <isak@hypergene.com>
22012         (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
22013         of both Tramp buffer and debug buffer.  Reported by Joakim Verona
22014         <joakim@verona.se>
22015         (tramp-file-name-for-operation): Mark `shell-command' as magic for
22016         Emacs only.
22018         * net/tramp-util.el (tramp-minor-mode): New minor mode.  Add it to
22019         `find-file-hooks' and `dired-mode-hook'.
22020         (tramp-minor-mode-map): Respective map.  Add remapping for
22021         `compile' and `recompile'.
22022         (tramp-remap-command, tramp-recompile): New defuns.
22023         (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
22024         in buffer "*Compilation*".  Call the commands asynchronously.
22026         * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
22027         (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
22028         `shell-command', because it isn't magic in XEmacs.  Reported by
22029         Adrian Aichner <adrian@xemacs.org>.
22031         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
22032         `substitute-in-file-name.
22033         (tramp-smb-handle-substitute-in-file-name): New defun.
22034         (tramp-smb-advice-PC-do-completion): Delete advice.
22036 2005-01-16  Kai Grossjohann  <kgrossjo@eu.uu.net>
22038         * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
22039         Fix error in deleting region.
22041 2005-01-15  Richard M. Stallman  <rms@gnu.org>
22043         * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
22044         In non-temp buffer, switch syntax table temporarily.
22046         * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
22048         * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
22050         * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
22052         * imenu.el (imenu--split-menu): Copy menulist before sorting.
22053         (imenu--generic-function): Use START, not BEG, as pos of definition.
22055         * simple.el (just-one-space): Argument specifies number of spaces.
22057         * simple.el (eval-expression-print-format): Avoid warning
22058         about edebug-active.
22060 2005-01-15  James R. Van Zandt  <jrvz@comcast.net>  (Tiny change)
22062         * progmodes/sh-script.el: Code copied from make-mode.el
22063         with small changes,
22064         (sh-mode-map): Bind C-c C-\.
22065         (sh-backslash-column, sh-backslash-align): New variables.
22066         (sh-backslash-region, sh-append-backslash): New functions.
22068 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
22070         * mail/rmail.el: Updated to work with movemail from GNU Mailutils
22071         (rmail-pop-password, rmail-pop-password-required): Move to
22072         rmail-obsolete group.
22073         (rmail-set-pop-password): Rename to rmail-set-remote-password.
22074         All callers updated.
22075         (rmail-get-pop-password): Rename to rmail-get-remote-password.
22076         Take an argument specifying whether it is POP or IMAP mailbox we
22077         are using.  All callers updated.
22078         (rmail-pop-password-error): Rename to
22079         rmail-remote-password-error.  Added mailutils-specific error message.
22080         (rmail-movemail-search-path)
22081         (rmail-movemail-variant-in-use): New variables.
22082         (rmail-remote-password, rmail-remote-password-required):
22083         New customization variables.
22084         (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
22085         (rmail-parse-url): New function.
22086         (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
22087         with GNU mailutils movemail.
22089 2005-01-15  Kevin Ryde  <user42@zip.com.au>
22091         * info-look.el (c-mode/symbol): Add ^` to prefix, and change
22092         suffix to space, $ or '$, to correctly position point when going
22093         to @table style constants like DBL_MAX.
22095 2005-01-15  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
22097         * type-break.el (type-break-mode, type-break-file-time)
22098         (type-break-file-keystroke-count, type-break-choose-file):
22099         Don't store data in or load data from the file if type-break-file-name
22100         is nil.
22101         (type-break-file-name): Doc update as per the above.
22103 2005-01-15  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
22105         * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
22106         lookup-key might return nil; handle that.
22108 2005-01-15  Alan Mackenzie  <acm@muc.de>
22110         * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
22111         rather than the element found, thus enabling the tree to be setcar'd.
22113 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
22115         * textmodes/org.el (org-show-following-heading): New option.
22116         (org-show-hierarchy-above): Use `org-show-following-heading'.
22117         (org-cycle): Documentation fix.
22119         * textmodes/org.el (orgtbl-optimized): New option
22120         (orgtbl-mode): New command, a minor mode.
22121         (orgtbl-mode-map): New variable.
22122         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
22123         (orgtbl-error, orgtbl-self-insert-command)
22124         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
22126         * textmodes/org.el (org-mode): `org-table-may-need-update' is now
22127         a local variable in each org-mode buffer.
22129         * textmodes/org.el (org-set-regexps-and-options): Rename from
22130         `org-set-regexps'.  Added checking for STARTUP keyword.
22131         (org-get-current-options): Add STARTUP options.
22132         (org-table-insert-row): Make mode intelligent about when
22133         realignment is needed.
22134         (org-self-insert-command, org-delete-backward-char, org-delete-char):
22135         New commands.
22136         (org-enable-table-editor): New default value `optimized'.
22137         (org-table-blank-field): Support blanking regions if active.
22139 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
22141         * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
22142         if the year is not given.
22144         * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
22145         Add new escapes %m and %M, fixed bug with %F by adding
22146         save-match-data.
22147         (reftex-reference): Remove ?. from list of spaces.
22148         (reftex-label-info): Add automatic label prefix recognition.
22150         * textmodes/reftex-index.el (reftex-index-next-phrase):
22151         Add slave parameter to call of `reftex-index-this-phrase'.
22152         (reftex-index-this-phrase): New optional argument.
22153         (reftex-index-region-phrases): Add slave parameter to call of
22154         `reftex-index-this-phrase'.
22155         (reftex-display-index): New argument redo.
22156         (reftex-index-rescan): Add `redo' to arguments of
22157         `reftex-display-index'.
22158         (reftex-index-Rescan, reftex-index-revert)
22159         (reftex-index-switch-index-tag): Add `redo' to arguments of
22160         `reftex-display-index'.
22161         (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
22162         indexing.  Fix bug with matching is there is a quote before or
22163         after the word.
22165         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
22166         Fix bug when collecting citation keys in lines with comments.
22167         (reftex-citation): Prefix argument no longer rescans the document,
22168         but forces prompting for optional arguments of cite macros.
22169         (reftex-do-citation): Prompting for optional arguments implemented.
22171         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
22172         Add optional arguments to most cite commands.
22173         (reftex-cite-cleanup-optional-args): New option
22174         (reftex-cite-prompt-optional-args): New option.
22175         (reftex-trust-label-prefix): New option.
22177         * textmodes/reftex-toc.el (reftex-toc-find-section):
22178         Add push-mark before changing the position in the buffer.
22180         * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
22181         (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
22183 2005-01-14  Nick Roberts  <nickrob@snap.net.nz>
22185         * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
22186         more carefully.
22188 2005-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
22190         * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
22191         (sgml-mode): Use it.
22192         (sgml-get-context): Better keep track of implicitly closed tags.
22194 2005-01-13  Kenichi Handa  <handa@m17n.org>
22196         * textmodes/ispell.el: These changes are to fix misalignment error
22197         caused by equivalent characters of different Emacs charsets.
22198         (ispell-unified-chars-table): New variable.
22199         (ispell-get-decoded-string): New function.
22200         (ispell-get-casechars, ispell-get-not-casechars)
22201         (ispell-get-otherchars): Call ispell-get-decoded-string.
22203 2005-01-12  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
22205         * custom.el (custom-declare-variable): Just put symbol instead
22206         of (defvar . symbol) in `current-load-list'.
22208 2005-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
22210         * emacs-lisp/elint.el: Fixed typo in Commentary section.
22212 2005-01-12  Jay Belanger  <belanger@truman.edu>
22214         * calc/calc-help.el (calc-describe-key): Use temporary info buffer
22215         to create a Calc summary.
22217 2005-01-12  Kim F. Storm  <storm@cua.dk>
22219         * mouse.el (mouse-on-link-p): Change functionality and doc
22220         string to comply with latest description in lisp ref.
22222 2005-01-12  Nick Roberts  <nickrob@snap.net.nz>
22224         * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
22225         Enable mouse clicks on mode-line, header-line and margin.
22226         (event-type): Give mouse event symbols an `event-kind' property
22227         with value `mouse-click'.
22229 2005-01-12  Juri Linkov  <juri@jurta.org>
22231         * facemenu.el (list-colors-display): Add new arg buffer-name.
22232         Use it.  Fix docstring.  Replace code for identifying duplicate
22233         colors by the name with call to `list-colors-duplicates' which
22234         identifies duplicate colors by the value unless the color
22235         is one of special Windows colors.  Set truncate-lines to t.
22236         Print sorted duplicate color names on each line.  Indent to 22
22237         \(the longest color name in rgb.txt) instead of 20.  Optimize.
22238         (list-colors-duplicates): New function.
22239         (facemenu-color-name-equal): Delete function.
22241         * facemenu.el (list-colors-print): New function created from code
22242         in list-colors-display.  Print #RRGGBB at the window right edge.
22243         (list-colors-display): When temp-buffer-show-function is not
22244         defined, call list-colors-print from temp-buffer-show-hook
22245         to get the right value of window-width in list-colors-print
22246         after the buffer is displayed.
22248         * simple.el (pop-mark): Move deactivate-mark out of conditional
22249         part to deactivate the active mark regardless of the state of the
22250         mark ring.
22252         * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
22253         variables line in desktop files.
22255 2005-01-12  Juri Linkov  <juri@jurta.org>
22257         * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
22258         Bring together isearch highlight related options.
22259         (lazy-highlight): Replace group `replace' by `matching'.
22260         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
22261         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
22262         (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
22263         and declare them obsolete.
22264         (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
22265         (isearch-faces): Remove defgroup.
22266         (isearch-overlay, isearch-highlight, isearch-dehighlight):
22267         Move isearch highlighting code closer to lazy highlighting code.
22269         * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
22270         (query-replace-highlight, query-replace-lazy-highlight)
22271         (query-replace): Move definitions to the beginning of the file.
22273 2005-01-11  Juri Linkov  <juri@jurta.org>
22275         * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
22276         * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
22277         * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
22279         * info.el (Info-history-forward): New variable.
22280         (Info-select-node): Reset Info-history-forward to nil.
22281         (Info-last): Turn into defalias.
22282         (Info-history-back): Rename from Info-last.
22283         Add current node to Info-history-forward.
22284         (Info-history-forward): New fun.
22285         (Info-mode-map): Replace Info-last by Info-history-back.
22286         Bind Info-history-forward to "r".
22287         (Info-mode-menu): Replace Info-last by Info-history-back.
22288         Fix menu item text.  Add menu item for Info-history-forward.
22289         (info-tool-bar-map): Replace Info-last by Info-history-back.
22290         Replace its icon "undo" by "back_arrow".  Add icon "fwd_arrow"
22291         for Info-history-forward.
22292         (Info-mode): Replace Info-last by Info-history-back in docstring.
22293         Add local variable Info-history-forward.
22294         (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
22296 2005-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
22298         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
22299         (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
22300         Ignore select-window events rather than fiddle with
22301         mouse-autoselect-window.
22303 2005-01-11  Matthew Mundell  <matt@mundell.ukfsn.org>
22305         * type-break.el (type-break-mode): Fix previous change.
22307 2005-01-10  Jay Belanger  <belanger@truman.edu>
22309         * calc/calc-ext.el (calc-reset): Reset when inside embedded
22310         calculator; only reset when point is inside a calculator.
22311         Don't adjust the window height if the window takes up the whole height
22312         of the frame.
22314 2005-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
22316         * ebuff-menu.el (Electric-buffer-menu-mode):
22317         Preserve value of buffer-local var header-line-format.
22319 2005-01-09  Jay Belanger  <belanger@truman.edu>
22321         * calc/calc.el (calc-mode-var-list-restore-saved-values):
22322         Make sure settings file exists before accessing it.
22324         * calc/calc-embed.el (calc-embedded-subst):
22325         Replace math-multi-subst-rec, which is only supposed to be called
22326         by math-multi-subst, by math-multi-subst.
22328 2005-01-09  Andre Spiegel  <spiegel@gnu.org>
22330         * vc.el (vc-allow-async-revert): New user option.
22331         (vc-disable-async-diff): New internal variable.
22332         (vc-revert-buffer): Use them to disable asynchronous diff.
22334         * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
22335         (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
22336         asynchronously if vc-disable-async-diff is t.
22338 2005-01-09  Jay Belanger  <belanger@truman.edu>
22340         * calc/calc.el (defcalcmodevar): New macro.
22341         (calc-mode-var-list-restore-default-values)
22342         (calc-mode-var-list-restore-saved-values): New functions.
22343         (calc-mode-var-list): Use defcalcmodevar to define it.
22344         (calc-always-load-extensions, calc-line-numbering)
22345         (calc-line-breaking, calc-display-just, calc-display-origin)
22346         (calc-number-radix, calc-leading-zeros, calc-group-digits)
22347         (calc-group-char, calc-point-char, calc-frac-format)
22348         (calc-prefer-frac, calc-hms-format, calc-date-format)
22349         (calc-float-format, calc-full-float-format, calc-complex-format)
22350         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
22351         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
22352         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
22353         (calc-matrix-brackets, calc-language, calc-language-option)
22354         (calc-left-label, calc-right-label, calc-word-size)
22355         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
22356         (calc-display-raw, calc-internal-prec, calc-angle-mode)
22357         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
22358         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
22359         (calc-window-height, calc-display-trail, calc-show-selections)
22360         (calc-use-selections, calc-assoc-selections)
22361         (calc-display-working-message, calc-auto-why, calc-timing)
22362         (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
22363         (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
22364         (calc-gnuplot-default-device, calc-gnuplot-default-output)
22365         (calc-gnuplot-print-device, calc-gnuplot-print-output)
22366         (calc-gnuplot-geometry, calc-graph-default-resolution)
22367         (calc-graph-default-resolution-3d, calc-invocation-macro)
22368         (calc-show-banner): Use defcalcmodevar to declare them and set
22369         their default values.
22371         * calc/calc-ext.el (calc-reset): Restore saved values of variables
22372         instead of default values (but restore default values if there is
22373         an argument of 0).
22375 2005-01-09  David Kastrup  <dak@gnu.org>
22377         * desktop.el (desktop-restore-eager): Fix typo in type.
22379 2005-01-08  Richard M. Stallman  <rms@gnu.org>
22381         * cus-edit.el (customize): Delete :link.
22383 2005-01-08  Jay Belanger  <belanger@truman.edu>
22385         * calc/calc.el (calc-mode): Remove the extension from the
22386         `calc-settings-file' file name when loading it.
22388 2005-01-08  Kim F. Storm  <storm@cua.dk>
22390         * info.el (Info-mode-map, Info-next-link-keymap)
22391         (Info-prev-link-keymap, Info-up-link-keymap):
22392         Map follow-link to mouse-face.
22393         (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
22395 2005-01-08  Jay Belanger  <belanger@truman.edu>
22397         * calc/calc.el (calc-settings-file): Change default value.
22398         Suggested by cgw in a comment in calc-mode.el.
22400         * calc/calc-mode.el (calc-settings-file-name):
22401         Compare calc-settings-file to user-init-file instead of ~/.emacs.
22402         Replace ~/.emacs in a prompt by calc-settings-file.
22404 2005-01-07  Lars Hansen  <larsh@math.ku.dk>
22406         * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
22407         (desktop-lazy-idle-delay): New customizable variables.
22408         (desktop-buffer-args-list): New variable.
22409         (desktop-append-buffer-args): New function.
22410         (desktop-save): Call desktop-append-buffer-args for some buffers.
22411         (desktop-lazy-create-buffer): New function.
22412         (desktop-idle-create-buffers): New function.
22413         (desktop-read): Add message about buffers to restore lazily.
22414         (desktop-lazy-abort): New command.
22415         (desktop-clear): Call desktop-lazy-abort.
22416         (desktop-lazy-complete): New command.
22418 2005-01-06  Richard M. Stallman  <rms@gnu.org>
22420         * emacs-lisp/find-func.el (find-face-definition):
22421         Rename from find-face.
22423 2005-01-06  Kim F. Storm  <storm@cua.dk>
22425         * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
22427         * man.el (Man-xref-man-page, Man-xref-header-file)
22428         (Man-xref-normal-file): Add follow-link property.
22430 2005-01-06  Jay Belanger  <belanger@truman.edu>
22432         * calc/calc-units.el: Make sure the proper macro definitions are
22433         available when compiling.
22435 2005-01-06  Juri Linkov  <juri@jurta.org>
22437         * isearch.el (isearch-lazy-highlight-update):
22438         Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
22440 2005-01-06  Miles Bader  <miles@gnu.org>
22442         * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
22443         (isearch-lazy-highlight-face): Use new name.
22445 2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
22447         * uniquify.el (uniquify-rationalize-file-buffer-names):
22448         Re-add an interactive spec.
22449         (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
22450         to the same name.
22452         * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
22453         (isearch-update, isearch-done): Adjust calls accordingly.
22455 2005-01-05  Richard M. Stallman  <rms@gnu.org>
22457         * custom.el (custom-set-variables, custom-theme-set-variables):
22458         Clarify documentation.
22460         * emacs-lisp/find-func.el (find-variable)
22461         (find-variable-other-window, find-variable-other-frame):
22462         Fix the TYPE args to find-function-read and find-function-do-it.
22463         (find-function): Doc fix.
22464         (find-function-at-point): Replace function-at-point alias.
22466 2005-01-04  Richard M. Stallman  <rms@gnu.org>
22468         * cus-face.el (custom-declare-face):
22469         Record defface in current-load-list.
22471         * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
22473         * emacs-lisp/find-func.el: Doc fixes.
22474         (find-face-regexp): New variable.
22475         (find-function-regexp-alist): New variable.
22476         (find-function-C-source): Third arg is now TYPE.
22477         (find-function-search-for-symbol): Handle general TYPE.
22478         (find-function-read, find-function-do-it): Handle general TYPE.
22479         (find-definition-noselect, find-face): New functions.
22480         (function-at-point): Alias deleted.
22482 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
22484         * battery.el (display-battery-mode): Rename from display-battery.
22485         Handle the case where it gets turned off.
22487 2005-01-04  Richard M. Stallman  <rms@gnu.org>
22489         * cus-edit.el (customize): Make :link point to user doc.
22491         * man.el (Man-fontify-manpage): Turn off undo generation.
22493         * add-log.el (change-log-font-lock-keywords): Don't match just "From".
22495 2005-01-04  Andreas Schwab  <schwab@suse.de>
22497         * files.el (insert-directory): Only look for error lines in
22498         inserted text.  Don't move too far after processing --dired markers.
22500 2005-01-04  Richard M. Stallman  <rms@gnu.org>
22502         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
22503         Don't expand if the character is @, period, dash, etc.
22504         (define-mail-abbrev): Quote names that contain problem characters.
22506 2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
22508         * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
22510 2005-01-03  Richard M. Stallman  <rms@gnu.org>
22512         * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
22513         (query-replace-highlight, query-replace-lazy-highlight)
22514         (query-replace): Definitions moved up.  Doc fix.
22516 2005-01-03  Richard M. Stallman  <rms@gnu.org>
22518         * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
22519         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
22520         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
22521         (lazy-highlight-face): Rename from isearch-lazy-...
22522         Change all references to them.
22524 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
22526         * cus-edit.el (custom-file): Doc fix for defcustom.
22527         (custom-file): The function no longer sets the variable
22528         `custom-file' to its return value.
22530         * startup.el (command-line): No longer load `custom-file'.
22532 2005-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
22534         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
22536         * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
22537         Don't confuse module-prefixed identifiers for labels.
22538         Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
22540 2005-01-02  Richard M. Stallman  <rms@gnu.org>
22542         * files.el (basic-save-buffer-1): Fix previous change.
22544         * loadhist.el (file-loadhist-lookup): New function.
22545         (file-provides, file-requires): Use it.
22547         * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
22548         instead of calculating the right size.
22550 2005-01-02  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
22552         * vc-svn.el (vc-svn-diff): Stay local if possible.
22554 2005-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
22556         * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
22558         * files.el (hack-local-variables): Fix last change.
22560 2005-01-02  Jay Belanger  <belanger@truman.edu>
22562         * calc/calc-yank.el (calc-edit-top): New variable.
22563         (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
22564         object.  Change header properties.
22565         (calc-edit-finish, calc-edit-finish-stack-object)
22566         (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
22567         edited object.
22568         * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
22569         for the beginning of the edited object.
22570         * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
22571         for the beginning of the edited object.
22572         * calc/calc-prog.el (calc-edit-macro-finish-edit)
22573         (calc-finish-formula-edit, calc-macro-repeats)
22574         (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
22575         (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
22576         beginning of the edited object.
22577         (calc-user-define-edit): Change the header for editing macros.
22578         Remove unnecessary variable.
22580 2005-01-01  Jay Belanger  <belanger@truman.edu>
22582         * calc/calc-yank.el (calc-edit-mode): Change default header.
22583         (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
22584         * calc/calc-store.el (calc-edit-variable): Change title to match new
22585         header.
22586         * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
22587         mode to match new header.
22588         (calc-user-define-edit): Change titles to include names of commands.
22589         (calc-finish-formula-edit): Adjust to handle new header.
22590         (calc-finish-macro-edit): Remove.
22591         (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
22592         (calc-edit-macro-command, calc-edit-macro-command-type)
22593         (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
22594         (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
22595         (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
22596         (calc-edit-macro-finish-edit): New functions.
22597         (calc-user-define-edit): Use new functions to edit named calc macros.
22599 2005-01-01  Stefan  <monnier@iro.umontreal.ca>
22601         * files.el (hack-local-variables): Cleanup prefix/suffix matching.
22603         * ses.el (copy-region-as-kill): Deactivate mark.
22605 2005-01-01  Richard M. Stallman  <rms@gnu.org>
22607         * replace.el (occur-1): If the output buffer is also an input,
22608         don't kill it, rename it.
22610         * faces.el (set-face-background, set-face-foreground): Doc fix.
22612         * cus-face.el (custom-face-attributes): Fix :help-echo strings
22613         for :foreground and :background.
22615         * dired.el (dired-view-command-alist): Variable deleted.
22616         (dired-view-file, dired-mouse-find-file-other-window):
22617         Delete the code to use it.
22619 2005-01-01  Kim F. Storm  <storm@cua.dk>
22621         * image.el (insert-sliced-image): Use t for line-height property.
22623 See ChangeLog.11 for earlier changes.
22625 ;; Local Variables:
22626 ;; coding: iso-2022-7bit
22627 ;; End:
22629     Copyright (C) 2005, 2006 Free Software Foundation, Inc.
22630   Copying and distribution of this file, with or without modification,
22631   are permitted provided the copyright notice and this notice are preserved.
22633 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1