(comment-add): New function.
[emacs.git] / lisp / ChangeLog
blob76177538012d7105e9b7fee9d8e6f2b12ea99e25
1 2006-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3         * newcomment.el (comment-add): New function.
4         (comment-region-default, comment-dwim): Use it.
6 2006-04-15  Michael Olson  <mwolson@gnu.org>
8         * emacs-lisp/tq.el: Improve comments.
9         (tq-queue-head-question): New accessor function.
10         (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
11         Update for modified queue structure.
12         (tq-queue-add): Accept `question' argument.
13         (tq-queue-pop): If a question is pending, send it.
14         (tq-enqueue): Accept new optional argument `delay-question'.
15         If this is non-nil, and at least one other question is pending a
16         response, queue the question rather than sending it immediately.
18 2006-04-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
20         * calendar/appt.el (appt-add): Check whether an appointment is
21         already present in appt-time-msg-list.  Simplify code.
23 2006-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
25         * progmodes/cc-langs.el (c-mode-menu):
26         Don't presume c-subword-mode is bound.
28 2006-04-13  Bill Wohler  <wohler@newt.com>
30         * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
31         (customize-package-emacs-version): Use cdr instead of cadr now
32         that alists use dotted pairs.
34         * custom.el (defcustom): Fix docstring for :package-version.
36 2006-04-13  Michael Albinus  <michael.albinus@gmx.de>
38         * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
39         (tramp-handle-shell-command): Display output buffer only when
40         `tramp-display-shell-command-buffer' is true.
41         (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
43 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
45         * textmodes/org.el (org-set-autofill-regexps): Set only the local
46         values of `adaptive-fill-regexp' and `adaptive-fill-function'.
48 2006-04-13  Romain Francoise  <romain@orebokech.com>
50         * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
51         leaving temporary .cvsignore buffers behind.
53 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
55         * textmodes/org.el: (org-set-regexps-and-options)
56         (org-get-current-options): Better names for the startup folding
57         options.
59 2006-04-13  Thien-Thi Nguyen  <ttn@gnu.org>
61         * vc.el (vc-annotate): Arrange for point to end up at the same
62         line number as in the original, but only when using a new buffer.
64 2006-04-12  Davis Herring  <herring@lanl.gov>  (tiny change)
66         * files.el (hack-one-local-variable-eval-safep):
67         Recognize `edebug-form-spec' for `put', but only if it passes
68         `edebug-basic-spec'.  Generalize `put' handling.
70         * emacs-lisp/edebug.el (edebug-basic-spec): New function for
71         vetting file-local form specs.
73         * allout.el (allout-layout): Autoload its `safe-local-variable'
74         property.
76 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
78         * textmodes/org.el: (org-ctrl-c-ctrl-c): Improve documentation string.
79         (org-agenda-mouse-1-follows-link)
80         (org-mouse-1-follows-link): New options.
81         (org-format-agenda-item): Fix bug if TAGS is nil.
82         (org-agenda-get-scheduled): Quote `priority' symbol in plist.
84 2006-04-13  Nick Roberts  <nickrob@snap.net.nz>
86         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
87         GDB 6.1+ gives full filename for "info sources" so use
88         file-name-nondirectory.
90 2006-04-12  Romain Francoise  <romain@orebokech.com>
92         * subr.el (read-passwd): Bind `message-log-max' to nil.
94 2006-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
96         * progmodes/perl-mode.el (perl-indent-new-calculate):
97         Recompute parse-start after jumping backward by a whole sexp.
99 2006-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
101         * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
102         window configuration.
103         (vc-annotate-display-select): Select the buffer so that current-buffer
104         (and selected-window) is the output buffer at the end of vc-annotate.
106 2006-04-11  J.D. Smith  <jdsmith@as.arizona.edu>
108         * vc.el (vc-annotate-color-map): Add custom TTY color map for
109         8-color terminals, to use all of the colors in a sensible order.
110         256-color terminals work well with the standard map.
111         (vc-annotate-lines): Only strip the first color character if it
112         is "#", to allow for terminal-style named colors.
113         (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
114         the correct buffer is scrolled.
116 2006-04-11  Richard Stallman  <rms@gnu.org>
118         * emacs-lisp/bytecomp.el (byte-compile-file):
119         Bind enable-local-variables to :safe, and make normal-mode obey it.
121         * files.el (enable-local-variables): Allow value :safe.
122         (normal-mode): Doc fix.
123         (hack-local-variables): Implement enable-local-variables = :safe.
124         (hack-local-variables-confirm): Don't prevent quitting.
126 2006-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
128         * loadhist.el (unload-feature): A bit of sanity check of
129         load-history entries.  Cancel timer-vars before unbinding them.
131         * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
132         quote special chars, and make the trick work on the hex part of the
133         buffer as well.
134         (hexl-mode, hexl-save-buffer, hexl-mode-exit)
135         (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
137         * startup.el (normal-splash-screen): Fix last change so we don't wait
138         2 minutes if we don't show the splash screen.
140 2006-04-11  Carsten Dominik  <dominik@science.uva.nl>
142         * textmodes/org.el (org-export-plain-list-max-depth)
143         (org-table-spaces-around-separators)
144         (org-radio-targets, org-activate-camels)
145         (org-table-spaces-around-invisible-separators): Options removed.
146         (org-time-stamp-rounding-minutes, org-remember-templates)
147         (org-ellipsis, org-activate-links, org-descriptive-links):
148         New options.
149         (org-remember-apply-template, org-current-time)
150         (org-finish-edit-table-field)
151         (org-link-unescape, org-link-escape)
152         (org-string-width, org-table-clean-line, org-html-do-expand)
153         (org-edit-agenda-file-list, org-store-new-agenda-file-list)
154         (org-read-agenda-file-list): New functions.
155         (org-table-edit-field)
156         (org-table-create-or-convert-from-region): New commands
157         (org-table-toggle-vline-visibility): Command removed.
158         (org-table-convert-region): Made a command.
159         (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
160         Replace with the normal org- functions.
161         (org-self-insert-command): Don't trigger realign unnecessarily
162         when blanking a field that is not full.
163         (org-mode): `Set buffer-invisibility-spec' for links.
164         (org-activate-links2): Hide link part and only show descriptive
165         part of the link.
166         (org-insert-link): Modify for new linking system.
167         (org-store-link): Store description separately, for use by
168         `org-insert-link'.
169         (org-table-align): Use `org-string-width'.
170         (defgroup): Completely new group structure for custom variables.
171         (org-agenda-files): Option: Single file name allowed.  Function:
172         Optional argument unrestrited means ignore any restricitons.
173         (org-install-agenda-files-menu): Find a buffer in Org-mode before
174         trying to modify the menu.  Use generalized access to
175         `org-agenda-files.'
176         (org-agenda-list, org-todo-list, org-cycle-agenda-files)
177         (org-agenda-file-to-front, org-remove-file, org-diary)
178         (org-tags-view, org-export-icalendar-all-agenda-files)
179         (org-export-icalendar-combine-agenda-files): Use generalized
180         access to `org-agenda-files'.
181         (org-remember-handler): Correctly preserve heading if present.
182         (org-table-insert-row, org-table-insert-hline): Deal with
183         invisible characters.
185 2006-04-10  J.D. Smith  <jdsmith@as.arizona.edu>
187         * vc.el (vc-annotate-display-mode): Made default 'fullscale.
188         (vc-annotate-color-map): New 18 element constant
189         value/saturation, rotating hue colormap, from red->blue.
190         (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
191         (vc-annotate-display-select): Switch to annotate-mode elsewhere.
192         (vc-annotate): To avoid killing the required local variables,
193         set them before the end of `with-output-to-temp-buffer', and
194         after first switching to annotate-mode.
195         (vc-annotate-warp-version): Add buffer argument in goto-line to
196         ensure annotation, not source, is scrolled.
198 2006-04-10  Bill Wohler  <wohler@newt.com>
200         * custom.el (defcustom, custom-handle-keyword):
201         Add :package-version keyword.
202         (custom-add-package-version): New function.  Sets value of new
203         property 'custom-package-version from :package-version keyword.
204         (defcustom): Create Common Keywords section in docstring.
205         (defface, defgroup): Replace definitions of a select few keywords
206         with a reference to the Common Keywords in defcustom.
207         (defcustom, defface, defgroup): Replace reference to Customization
208         chapter in manual with hyperlink.
210         * cus-edit.el (customize-package-emacs-version-alist):
211         New variable.
212         (customize-changed-options): Add check for custom-package-version.
213         (customize-package-emacs-version): New function to look up Emacs
214         version corresponding to the given package version.
216         * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
217         defun name, in similar fashion to find-variable-regexp.
219 2006-04-10  Eli Zaretskii  <eliz@gnu.org>
221         * international/mule-cmds.el (set-locale-environment): Fix last
222         change for when the locale's preferences don't specify any encoding.
224 2006-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
226         * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
227         so the defined var/fun doesn't need to be quoted.
229 2006-04-10  Richard Stallman  <rms@gnu.org>
231         * finder.el (finder-mode-map): Add n and p bindings.
233 2006-04-10  Nick Roberts  <nickrob@snap.net.nz>
235         * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
236         (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
237         (gdb-setup-windows): Put something in source window if we can't find
238         the source file.
239         (gdb-frame-handler): Make it work again with just assembly.
240         (gdb-data-list-register-values-handler): Make it work when there is
241         no stack.
243 2006-04-09  Richard Stallman  <rms@gnu.org>
245         * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
246         specs while looking for charset.
248         * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
250         * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
251         Make them faces.
252         (lm-font-lock-keywords): Update appropriately.
254 2006-04-10  Kim F. Storm  <storm@cua.dk>
256         * simple.el (filter-buffer-substring): Add NOPROPS arg, so
257         it can also replace buffer-substring-no-properties.
259         * emulation/cua-base.el (cua-delete-region, cua-paste)
260         (cua-repeat-replace-region): Use filter-buffer-substring.
262         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
263         (cua-cut-region-to-global-mark): Likewise.
265         * emulation/cua-rect.el (cua--extract-rectangle)
266         (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
268 2006-04-09  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
270         * textmodes/bibtex.el (bibtex-entry-update): New optional arg
271         entry-type.  Add field delimiters to numerical fields if they are
272         not present.
274 2006-04-09  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
276         * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
277         string-const to return value.
278         (bibtex-remove-delimiters): Use it.
280 2006-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
282         * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
283         cl-byte-compile-compiler-macro unless it exists.
285 2006-04-08  Eli Zaretskii  <eliz@gnu.org>
287         * files.el (hack-local-variables-confirm) <offer-save>:
288         Clarify message text.  Suggested by Ralf Angeli.
290 2006-04-08  Michael Cadilhac  <michael.cadilhac@lrde.org>  (tiny change)
292         * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
293         (delete-extract-rectangle-line): Use `filter-buffer-substring'
294         instead of `buffer-substring' and `delete-region'.  (Most of the
295         code actually copied from `kill-region'.)
297 2006-04-08  Ryan Yeske  <rcyeske@gmail.com>
299         * rcirc.el (rcirc-default-server): Rename from rcirc-server.
300         (rcirc-default-port): Rename from rcirc-port.
301         (rcirc-default-nick): Rename from rcirc-nick.
302         (rcirc-default-user-name): Rename from rcirc-user-name.
303         (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
304         (rcirc-low-priority-flag): New variable.
305         (rcirc-decode-coding-system): New defcustom.
306         (rcirc-encode-coding-system): New defcustom.
307         (rcirc-coding-system-alist): New defcustom.
308         (rcirc-multiline-major-mode): New defcustom.
309         (rcirc-nick): New internal variable.
310         (rcirc-process): Remove variable.
311         (rcirc-server-buffer): New variable.
312         (rcirc): Update to use rcirc-default-* variables above.
313         (rcirc-connect): Do not add window-configuration-hook-here.
314         (rcirc-server): New internal variable.
315         (rcirc-connect): Do not send keepalive pings if
316         rcirc-keepalive-seconds is nil.
317         (with-rcirc-server-buffer): New macro.
318         (rcirc-send-string): Encode with rcirc-encode-coding-system.
319         (rcirc-server-name): Rename from rcirc-server.
320         (rcirc-buffer-process): New function.
321         (rcirc-buffer-nick): New function.
322         (rcirc-buffer-target): Remove function.
323         (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
324         New commands.
325         (rcirc-mode-map): Change binding of C-c C-l to
326         rcirc-toggle-low-priority.
327         (rcirc-mode): Initialize coding system based on
328         rcirc-coding-system-alist.  New change-major-mode-hook to part the
329         channel on a mode change.  Make kill-buffer-hook buffer-local.
330         (rcirc-change-major-mode-hook): New function.
331         (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
332         (rcirc-last-post-time): New variable.
333         (rcirc-process-message): Store the last time user posted a message
334         to this target.
335         (rcirc-multiline-minor-mode): New mode.
336         (rcirc-multiline-minor-mode-map): New mode map.
337         (rcirc-edit-multiline): Put multiline-edit buffer in
338         rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
339         (rcirc-print): Ignore any line starting with an ignored nick.
340         (rcirc-print): Decode using rcirc-decode-coding-system.
341         (rcirc-track-minor-mode): Update global-mode-string when disabling
342         this mode.
343         (minor-mode-alist): Add LowPri indicator.
344         (rcirc-toggle-low-priority): New function.
345         (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
346         next lowpriority buffer with activity.
347         (rcirc-record-activity): Sort buffers in rcirc-activity by the
348         last time the user posted a message in to the target.
349         (rcirc-update-activity-string): New formatting for low priority
350         buffers.
351         (rcirc-split-activity): New function.
352         (rcirc-handler-PART, rcirc-handler-KICK)
353         (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
354         (rcirc-nick-away-alist): New variable.
355         (rcirc-handler-301): New handler.  Away messages are printed once
356         per change.
358 2006-04-08  Eli Zaretskii  <eliz@gnu.org>
360         * info.el (Info-follow-nearest-node): Doc fix.
362         * international/mule-cmds.el (set-locale-environment): Make sure
363         the coding-system preferred by the locale's language has the same
364         EOL conversion type as the original buffer-file-coding-system.
365         (locale-language-names): Add a few MS Windows language codes.
367 2006-04-07  Richard Stallman  <rms@gnu.org>
369         * simple.el (eval-expression): Doc fix.
371         * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
372         (eval-defun): Doc fixes.
374 2006-04-07  Reiner Steib  <Reiner.Steib@gmx.de>
376         * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
378 2006-04-07  Nick Roberts  <nickrob@snap.net.nz>
380         * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
381         GDB list command without argument for greater generality.
383 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
385         * subr.el (string-or-null-p): New function.
387         * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
389         * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
391         * files.el: Update comment about safe-local-variable declarations.
393 2006-04-06  J.D. Smith  <jdsmith@as.arizona.edu>
395         * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
396         See idlwave.org.
398         * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
399         See idlwave.org.  Includes code to obsolete idlw-rinfo.el.
401         * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
402         See idlwave.org.
404         * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
405         version 6.0 (minimal changes).  See idlwave.org.
407         * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
408         6.0 (minimal changes).  See idlwave.org.
410         * progmodes/idlw-rinfo.el: File obsoleted and removed.
412 2006-04-06  Romain Francoise  <romain@orebokech.com>
414         * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
415         symmetric encryption features and a new asynchronous interface to
416         GnuPG.  This new version is version 1.4, plus whitespace changes.
418 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
420         * files.el: Move some `safe-local-variable' declarations to the
421         respective files.
423         * textmodes/ispell.el (ispell-check-comments)
424         (ispell-local-dictionary): Mark as safe.
426         * abbrev.el (abbrev-mode): Mark as safe.
428         * add-log.el (change-log-default-name): Mark as safe.
430         * textmodes/reftex-vars.el (reftex-vref-is-default)
431         (reftex-fref-is-default, reftex-level-indent)
432         (reftex-guess-label-type): Mark as safe.
434         * textmodes/fill.el (colon-double-space): Mark as safe.
436         * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
437         (sentence-end-double-space, sentence-end-without-period)
438         (sentence-end-without-space, sentence-end, sentence-end-base)
439         (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
441 2006-04-06  Kim F. Storm  <storm@cua.dk>
443         * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
444         the :set-after list.
445         (ido-downcase-unc-hosts): New user option.  Default on.
446         (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
447         when it is set, as regexps are now applied on the fly.
448         (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
449         Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
450         on the fly, but only when ido-process-ignore-lists is set.
451         Do case insensitive filtering if ido-downcase-unc-hosts is set.
452         Only downcase names if ido-downcase-unc-hosts is set.
454 2006-04-06  Juanma Barranquero  <lekktu@gmail.com>
456         * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
458         * woman.el (WoMan-xref-man-page): Fix call to `substring'.
460 2006-04-05  Kim F. Storm  <storm@cua.dk>
462         * ido.el (ido-mode): Set after ido-unc-hosts and
463         ido-ignore-unc-host-regexps.
464         (ido-save-history): Save ido-unc-hosts-cache.
465         (ido-load-history): Load ido-unc-hosts-cache.
466         (ido-reread-directory): Refresh unc hosts cache in // dir.
468         * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
469         to nil while displaying slash screen.
471 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
473         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
474         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
476 2006-04-05  Kenichi Handa  <handa@m17n.org>
478         * international/characters.el: Setup cases of Latin, Greek, and
479         Cyrillic characters in CJK charsets.
481 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
483         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
484         default-enable-multibyte-characters.  This reverts the change from
485         revision 6.17 which is no longer necessary because the passphrase
486         is sent separately now.  GnuPG messages are unreadable under
487         multibyte locales with default-enable-multibyte-characters set to nil.
489 2006-04-04  Andreas Schwab  <schwab@suse.de>
491         * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
492         and `byte-compile-warnings' as `safe-local-variable'.
494 2006-04-04  Dan Nicolaescu  <dann@ics.uci.edu>
496         * man.el (Man-mode-map): Restore the \r binding.
497         (Man-abstract-xref-man-page): If Man-target-string is a function,
498         call it.
499         (Man-highlight-references): Use Man-default-man-entry to get the
500         target. Deal with xrefs too.
501         (Man-highlight-references0): Don't call the target function.
503         * woman.el (WoMan-xref-man-page): Strip the section number, woman
504         cannot deal with it.
506 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
508         * pgg-gpg.el: Clean up process buffers every time gpg processes
509         complete.
511 2006-04-04  Kenichi Handa  <handa@m17n.org>
513         * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
514         here.
515         (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
516         Temporarily bind inhibit-field-text-motion to t.
518 2006-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
520         * startup.el (normal-splash-screen): Only set mode-line-format in the
521         splash buffer, so as not to interfere when debugging the code.
522         Ignore errors when switching buffer.
524 2006-04-03  Romain Francoise  <romain@orebokech.com>
526         * dired.el (dired-dnd-protocol-alist): Fix typo.
528 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
530         * savehist.el (savehist): Add :version.
531         (savehist-ignored-variables): New variable.
532         (savehist-minibuffer-hook): Don't save variables listed in
533         `savehist-ignored-variables'.
535         * dired.el (dired-dnd-protocol-alist): Mention that change does
536         only apply to new buffers in doc string.
538 2006-04-03  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
540         * recentf.el (recentf-open-files-item): Include newline in button
541         field, so opening a file will work, when the point is at the end
542         of the file name.  Allow, for example, to [i]search a file by
543         extension and just push RET to open it.
545 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
547         * pgg-gpg.el (pgg-gpg-process-filter)
548         (pgg-gpg-wait-for-completion): Check if buffer is alive.
550         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
551         lines, temporary fix.
553 2006-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
555         * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
557 2006-04-02  Richard Stallman  <rms@gnu.org>
559         * progmodes/compile.el (compilation-message-face): Make it defcustom.
561 2006-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
563         * ibuf-macs.el (define-ibuffer-column): Add a new key:
564         header-mouse-map.
566         * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
567         (ibuffer-mode-header-map): New keymaps.
568         (ibuffer-update-title-and-summary): Enable mouse face highlighting
569         and keybindings for column headers.
570         (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
571         property.
573 2006-04-02  Drew Adams  <drew.adams@oracle.com>  (tiny change)
575         * speedbar.el (speedbar-after-create-hook): Doc fix.
577 2006-04-02  Michael Ernst  <mernst@alum.mit.edu>
579         * shell.el (shell-directory-tracker)
580         (shell-dynamic-complete-command): Doc fixes.
582 2006-04-01  Matt Hodges  <MPHodges@member.fsf.org>
584         * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
585         terminals.
587 2006-04-01  Kim F. Storm  <storm@cua.dk>
589         * ido.el (ido-unc-hosts-cache): New defvar.
590         (ido-unc-hosts): If value of defcustom is a function, call it to
591         get list of UNC hosts.  Add function-item choices to specify
592         ido-unc-hosts-net-view or user function.
593         (ido-ignore-unc-host-regexps): New defcustom.
594         (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
595         (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
596         (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
598 2006-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
600         * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
601         wwidth.
603 2006-03-31  Juanma Barranquero  <lekktu@gmail.com>
605         * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
606         (ido-max-work-file-list, ido-switch-buffer)
607         (ido-read-file-name-as-directory-commands):
608         Fix typos in docstrings.
610 2006-03-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
612         * term/mac-win.el (mac-system-coding-system): Define and use after
613         Mac-specific coding systems are ready.
615 2006-03-27  Romain Francoise  <romain@orebokech.com>
617         * net/rcirc.el (rcirc-connect): Add autoload cookie.
619         * ldefs-boot.el: Update.
621 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
623         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
624         passphrases when it is not needed.
625         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
626         passphrase stuff from gpg, should only be necessary when you use
627         gpg with a smartcard.
629 2006-03-27  Nick Roberts  <nickrob@snap.net.nz>
631         * comint.el (comint-dynamic-list-completions): Allow user to
632         select *Completions* buffer.
634 2006-03-27  Carsten Dominik  <dominik@science.uva.nl>
636         * textmodes/org.el (org-get-level-face): Fix bug with level counting.
638 2006-03-26  Andreas Schwab  <schwab@suse.de>
640         * progmodes/gud.el (gdb): Only complain about multiple debugging
641         when the gdb process is still running.
643 2006-03-25  Eli Zaretskii  <eliz@gnu.org>
645         * mail/rmail.el (tool-bar-map): Defvar it.
646         (rmail-tool-bar-map): Tool-bar buttons for Rmail.
647         (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
649 2006-03-25  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
651         * help.el (print-help-return-message): Suggest to use
652         display-buffer instead of switch-to-buffer-other-window to restore
653         the previous window without selecting it.
655 2006-03-25  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
657         * frame.el (select-frame-by-name): Call x-focus-frame also when
658         window-system is mac.
660         * term/mac-win.el: Adjust Courier font specifications in
661         x-fixed-font-alist.
662         (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
663         when directly encoding to UTF-16 in native byte order, no BOM.
665 2006-03-25  Kim F. Storm  <storm@cua.dk>
667         * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
668         (cua--init-keymaps): Use it instead of fixed C-return.
669         (cua-mode): Set after it.
671         * emulation/cua-rect.el (cua--init-rectangles):
672         Use cua-rectangle-mark-key instead of fixed C-return.
674 2006-03-25  Nick Roberts  <nickrob@snap.net.nz>
676         * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
677         "run" in .gdbinit.
678         (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
680 2006-03-24  Romain Francoise  <romain@orebokech.com>
682         * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
683         `display-buffer-other-frame'.
685 2006-03-24  Kim F. Storm  <storm@cua.dk>
687         * apropos.el (apropos-synonyms): Add selection => region.
689 2006-03-24  Nick Roberts  <nickrob@snap.net.nz>
691         * progmodes/gdb-ui.el (gdb-var-create-regexp)
692         (gdb-var-list-children-regexp, gdb-var-update-regexp)
693         (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
694         (gdb-data-list-register-values-regexp)
695         (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
696         Future proof against new fields being added to MI output.
697         (gdb-send): Don't treat backslashes for program input as
698         continuations.
699         (gdb-assembler-handler): Don't use window-start for this handler.
700         (gdb-frame-handler): Don't change to hollow arrow if overlay
701         arrow doesn't move to new frame.
703 2006-03-24  Nick Roberts  <nickrob@snap.net.nz>
705         * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
706         prevent compiler warnings.
707         (gdb-stopped): Check for gud-last-last-frame (case: signal).
708         (breakpoint-disabled): Make lighter for contrast with overlay arrow.
709         (gdb-assembler-custom): Use hollow-right-triangle for assembler
710         buffer too.
712 2006-03-23  Reiner Steib  <reinersteib+gmane@imap.cc>
714         * pgg-gpg.el (pgg-gpg-update-agent): Check for
715         make-network-process, so we can use the same code in Gnus v5-10
716         too and have this file fully synchronized with that release.
718 2006-03-23  Romain Francoise  <romain@orebokech.com>
720         * ibuf-ext.el (ibuffer-read-filter-group-name):
721         Use `ibuffer-generate-filter-groups' to make completion list match
722         the filter groups that are really displayed in the Ibuffer buffer.
723         (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
725 2006-03-23  Kenichi Handa  <handa@m17n.org>
727         * international/mule-cmds.el (sort-coding-systems): Describe that
728         the argument is modified in docstring.
730 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
732         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
733         (pgg-gpg-update-agent): New function.
734         (pgg-gpg-use-agent-p): New function.
735         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
736         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
737         (pgg-gpg-sign-region): Use it.
739 2006-03-21  Chong Yidong  <cyd@stupidchicken.com>
741         * cus-edit.el (custom-face-set): Call custom-push-theme before
742         face-spec set so that `changed' theme is correctly saved.
743         (custom-face-reset-standard): Reset to recalculated face rather
744         than defface spec.
746         * custom.el (custom-push-theme): Only save `changed' theme if the
747         current face does not match the defface specs.
749 2006-03-21  Simon Josefsson  <jas@extundo.com>
751         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
752         <wilde@sha-bang.de>.
753         (pgg-gpg-use-agent): New variable.
754         (pgg-gpg-process-region): Use it.
755         (pgg-gpg-encrypt-region): Likewise.
756         (pgg-gpg-encrypt-symmetric-region): Likewise.
757         (pgg-gpg-decrypt-region): Likewise.
758         (pgg-gpg-sign-region): Likewise.
759         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
761 2006-03-21  Carsten Dominik  <dominik@science.uva.nl>
763         * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
764         bracket links.
766 2006-03-21  Kim F. Storm  <storm@cua.dk>
768         * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
769         fringe-indicator-alist instead of modifying global value.
770         (gdb-frame-handler): Likewise.
772 2006-03-21  Nick Roberts  <nickrob@snap.net.nz>
774         * diff-mode.el (diff-function): Make it inherit from diff-header
775         instead of diff-context.
777         * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
778         bitmap.
779         (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
780         change names in macro above for consistency.
781         (gdb-frame-handler): Use hollow-right-triangle for all selected
782         frames which except the innermost (where execution has stopped).
783         (gdb-reset): Reset buffer-local values of overlay-arrow.
785 2006-03-20  Richard Stallman  <rms@gnu.org>
787         * simple.el (set-mark-command): Doc fix.
789         * files.el (display-buffer-other-frame): New command.
790         (ctl-x-4-map): Bind C-x 5 C-o to it.
792 2006-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
794         * jit-lock.el (jit-lock-function): Check for the actual defer-timer
795         rather than just defer-time, in case defer-time has been changed but
796         the timer isn't running yet.
797         (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
799 2006-03-19  Luc Teirlinck  <teirllm@auburn.edu>
801         * help-mode.el (help-follow-symbol): New function.
802         Essentially identical to the old `help-follow', but do not let
803         `push-button' do the work when on an xref.
804         (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
806 2006-03-19  Richard Stallman  <rms@gnu.org>
808         * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
809         preceded by the word `program'.
810         (help-follow-mouse, help-follow): Throw error if not on xref.
811         Delete no longer used args.
813 2006-03-20  Nick Roberts  <nickrob@snap.net.nz>
815         * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
816         annotation ensure gud-overlay-arrow-position is redisplayed.
818 2006-03-19  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
820         * textmodes/bibtex.el (bibtex-include-OPTkey)
821         (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
822         (bibtex-autokey-name-case-convert)
823         (bibtex-autokey-titleword-case-convert): Make these the aliases
824         for the following two variables.
825         (bibtex-autokey-name-case-convert-function)
826         (bibtex-autokey-titleword-case-convert-function): Make these the
827         real names.
828         (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
829         bibtex-font-lock-crossref sublists.
830         (bibtex-mode): Revert 2005-12-30 change (which made
831         completion-ignore-case buffer-local).
832         (bibtex-url): Simplify.
834 2006-03-19  Kim F. Storm  <storm@cua.dk>
836         * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
837         cursor property value to 2 (to align with C level change).
839 2006-03-19  Bill Wohler  <wohler@newt.com>
841         * image.el (image-load-path-for-library): Shorten first line in
842         docstring.
844 2006-03-18  Richard Stallman  <rms@gnu.org>
846         * mail/rmail.el (rmail-reply-regexp): Undo previous change.
848 2006-03-18  Ben North  <ben@redfrontdoor.org>  (tiny change)
850         * isearch.el (isearch-other-meta-char): Handle user bindings for
851         shifted control characters.
853 2006-03-18  Agustin Martin  <agustin.martin@hispalinux.es>
855         * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
856         part that matches email addresses, file names, etc.
858 2006-03-18  Eli Zaretskii  <eliz@gnu.org>
860         * term/w32-win.el (mouse-set-font):
861         Mention w32-list-proportional-fonts in the doc string.
863 2006-03-18  Kim F. Storm  <storm@cua.dk>
865         * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
866         (ido-unc-hosts): New user option to explicitly define list of know
867         UNC-style hosts for completion.
868         (ido-cache-unc-host-shares-time): New user option.
869         (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
870         New helper functions for UNC file-name support.
871         (ido-may-cache-directory): Check for UNC host.  Simplify.
872         (ido-wash-history): Clean out old UNC hosts.
873         (ido-nonreadable-directory-p): UNC hosts are always readable.
874         (ido-directory-too-big-p): UNC hosts are never too big.
875         (ido-set-current-directory): Handle UNC root path.
876         (ido-file-name-all-completions): Complete UNC host names from
877         ido-unc-hosts list.  Cache UNC host shares.
878         (ido-make-file-list-1): Don't filter UNC root.
879         (ido-exhibit): Check for // in root directory, and switch to UNC
880         mode by setting ido-current-directory to //.
882 2006-03-17  Luc Teirlinck  <teirllm@auburn.edu>
884         * cus-edit.el (customize-changed-options): Mention explicit
885         version number as default in prompt.
887 2006-03-17  Bill Wohler  <wohler@newt.com>
889         * image.el (image-load-path-for-library): Minor docstring fix.
891 2006-03-17  Carsten Dominik  <dominik@science.uva.nl>
893         * textmodes/org.el (org-read-date): Include subgroup 5 into
894         replacement text.
895         (org-popup-calendar-for-date-prompt): Fix customization type.
897 2006-03-17  Nick Roberts  <nickrob@snap.net.nz>
899         * progmodes/gdb-ui.el (gud-watch): Provide completion.
900         (gdb-continuation): New variable.
901         (gdb-send): Deal with continuation lines.
903         * progmodes/gud.el (gud-gdb-complete-command)
904         (gud-gdb-run-command-fetch-lines): Adapt for use with watch
905         expressions.
906         (gud-tooltip-mode): Use buffer-local value.
908 2006-03-16  Kim F. Storm  <storm@cua.dk>
910         * ido.el (ido-edit-input): Use selected match, if any.
912 2006-03-16  Bill Wohler  <wohler@newt.com>
914         * image.el (image-load-path-for-library): Prefer user's images in
915         image-load-path.
917 2006-03-16  Martin Rudalics  <rudalics@gmx.at>
919         * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
920         when checking for attempt to drag leftmost or rightmost scrollbar.
922 2006-03-16  Nick Roberts  <nickrob@snap.net.nz>
924         * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
925         (gdb-force-mode-line-update): New function.
926         (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
927         (gdb-exited): Use them.
928         (gdb-signal): New function.
929         (gdb-annotation-rules): Provide a rule for it.
931 2006-03-16  Kenichi Handa  <handa@m17n.org>
933         * international/mule.el (auto-coding-regexp-alist): Add entries
934         for Unicode BOM.
936         * sort.el (sort-build-lists): Temporarily bind
937         inhibit-field-text-motion to t.
939 2006-03-15  Luc Teirlinck  <teirllm@auburn.edu>
941         * locate.el (locate-command, locate-make-command-line)
942         (locate-fcodes-file, locate-update-command)
943         (locate-prompt-for-command, locate, locate-with-filter)
944         (locate-get-file-positions): Doc fixes.
945         (locate-buffer-name, locate-header-face): Remove leading `*' in
946         defcustom.
947         (locate-filter-output): Use `keep-lines' instead of its alias
948         `delete-non-matching-lines'.
949         (locate-get-filename, locate-get-dirname): Add introductory comment.
950         (locate-find-directory-other-window): Give appropriate error
951         message if used outside main listing.
953 2006-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
955         * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
956         the new extend-region feature.
957         (font-lock-after-change-function): Update correspondingly.
958         * jit-lock.el (jit-lock-after-change): Update correspondingly.
959         * progmodes/grep.el (font-lock-lines-before): Don't disable.
961 2006-03-15  Bill Wohler  <wohler@newt.com>
963         * image.el (image-load-path-for-library): Fix example by not
964         recommending that one binds image-load-path.  Just defvar it to
965         placate compiler and only use it if previously defined.
967 2006-03-15  Carsten Dominik  <dominik@science.uva.nl>
969         * textmodes/org.el (org-insert-centered): Use `string-width' to
970         make underlining work for wide characters.
971         (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
972         TAB to `org-cycle', to make sure that no binding in
973         `outline-mode-map' can supercede it.
975 2006-03-14  Ken Manheimer  <ken.manheimer@gmail.com>
977         * allout.el: Increment version to 2.2.1 in file commentary.
979         (allout-version): Increment to 2.2.1.
981         (allout-default-layout): New customization variable, used when the
982         file lacks a specific allout-layout.  Uses allout-layout-type for
983         recursively nested definition.
985         (allout-layout-type): Widget defining allout layouts, necessary for
986         self-recursive definition.
988         (allout-mode): Incorporate allout-default-layout as fallback for
989         allout-layout.
991         (allout-layout): Mark as 'safe-local-variable', and refer mention
992         fallback to `allout-default-layout' in absence of a specified value.
993         (allout-passphrase-verifier-string)
994         (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
996         (allout-file-passphrase-verifier-string): Obsolete variable, removed.
998         (allout-get-encryption-passphrase-verifier): Use correct name of
999         passphrase verifier in docstring.
1001 2006-03-15  Nick Roberts  <nickrob@snap.net.nz>
1003         * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
1004         elements.
1005         (gdb-find-watch-expression): Make it work for arrays too.
1006         Follow change to gdb-var-list.
1007         (gud-watch): Allow the user to enter variable name with a prexix
1008         arg.  Create keybindings.
1009         (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
1010         (gdb-var-list-children-handler, gdb-var-update-handler)
1011         (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
1012         (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
1013         Follow change to gdb-var-list.
1014         (gdb-starting): Don't show the overlay arrows when program is running.
1016         * progmodes/gud.el (gud-speedbar-buttons): Follow change to
1017         gdb-var-list.
1019 2006-03-14  Bill Wohler  <wohler@newt.com>
1021         * image.el (image-load-path-for-library): Pass value of path
1022         rather than symbol.  Always return list of directories.
1023         Guarantee that image directory comes first.
1025 2006-03-14  Alan Mackenzie  <acm@muc.de>
1027         * font-core.el (font-lock-extend-region\(-function\)?.):
1028         New function/variable.
1030         * font-lock.el (font-lock-after-change-function):
1031         Call font-lock-extend-region.  Obey font-lock-lines-before.
1032         (font-lock-default-fontify-region): Remove reference to
1033         font-lock-lines-before.
1035         * jit-lock.el (jit-lock-after-change):
1036         Call font-lock-extend-region.  Obey font-lock-lines-before.
1038 2006-03-14  David Ponce  <david@dponce.com>
1040         * tree-widget.el (tree-widget-themes-load-path)
1041         (tree-widget-themes-directory, tree-widget-theme): Doc fix.
1043 2006-03-13  Ryan Yeske  <rcyeske@gmail.com>
1045         * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
1046         (rcirc-print): Mark the start of text at the end of the prompt.
1047         (rcirc-track-minor-mode): Add autoload cookie.
1048         (rcirc-update-activity-string): Add space to front of mode-line
1049         indicator.
1051 2006-03-13  Miles Bader  <miles@gnu.org>
1053         * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
1054         (rcirc-abbrev-nick): Remove function.
1055         (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
1057 2006-03-13  David Ponce  <david@dponce.com>
1059         * tree-widget.el: Handle themes across all occurrences of the main
1060         themes sub-directory found in tree-widget-themes-load-path.
1061         (tree-widget-themes-directory, tree-widget-theme): Doc fix.
1062         (tree-widget--locate-sub-directory): Return all occurrences.
1063         (tree-widget-themes-path): New function.
1064         Replace tree-widget-themes-directory, and return a list of directories.
1065         (tree-widget-set-parent-theme)
1066         (tree-widget-lookup-image): Use it.
1068 2006-03-13  Carsten Dominik  <dominik@science.uva.nl>
1070         * textmodes/org.el (org-link-search): Avoid self-matching of
1071         links, allow target text to be distributed over several lines.
1072         (org-search-not-link): New function.
1073         (org-set-regexps-and-options, org-get-current-options):
1074         New startup options.
1075         (org-export-as-html): Take odd-level setting from local variable.
1076         (org-fontify-emphasized-text): New option.
1077         (org-set-font-lock-defaults): Include emphasized text.
1078         (org-follow-mhe-link): Allow folder-only links, fix folder name.
1079         (org-font-lock): Customize group renamed from `org-faces'.
1081 2006-03-13  John Paul Wallington  <jpw@pobox.com>
1083         * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
1084         keyword; require `ibuf-ext' feature.  Thanks to Zhang Wei.
1086 2006-03-12  Luc Teirlinck  <teirllm@auburn.edu>
1088         * cus-start.el (all): Delete :version keyword for members of the
1089         fringe group, since the entire group is new in 22.1.
1091 2006-03-13  Nick Roberts  <nickrob@snap.net.nz>
1093         * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
1094         map if value is hexadecimal (an address).
1095         (gud-watch): Only search roots for existing watch expressions.
1096         (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
1097         prevent caching problems with speedbar-update-directory-contents.
1099 2006-03-12  Juri Linkov  <juri@jurta.org>
1101         * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
1102         before comparing with `low' and `warn'.
1104         * info.el (Info-dir-remove-duplicates): Move point to the
1105         beginning of the current line after deleting the entries from
1106         redundant heading.  Use marker for `limit' and compare it with
1107         point before calling `re-search-forward'.
1109 2006-03-11  Luc Teirlinck  <teirllm@auburn.edu>
1111         * simple.el (yank): Fix typo in docstring.
1113 2006-03-11  Ryan Yeske  <rcyeske@gmail.com>
1115         * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
1116         messages, where "D" is the 6th character.
1118 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
1120         * simple.el (yank): Fix last change.
1122 2006-03-11  David Ponce  <david@dponce.com>
1124         * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
1125         merging elements from the standard ispell-dictionary-alist.
1126         (ispell-aspell-add-aliases): Add aliases to the passed dictionary
1127         alist, and return the new alist.
1129 2006-03-11  Richard Stallman  <rms@gnu.org>
1131         * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
1133         * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
1134         the way it is implemented is too unclean.
1136         * simple.el (kill-region, yank): Doc fix.
1138         * battery.el (battery-echo-area-format): Doc fix.
1139         (battery-mode-line-format): Likewise.
1140         (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
1141         (battery-linux-proc-acpi): Ignore batteries that say "charged".
1143 2006-03-11  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
1145         * progmodes/octave-mod.el (octave-indent-for-comment):
1146         Behave according to do string.
1148 2006-03-11  Agustin Martin  <agustin.martin@hispalinux.es>
1150         * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
1151         Be visible only if major mode is Mail Mode.
1153         * textmodes/flyspell.el (flyspell-external-point-words)
1154         (flyspell-process-localwords): Fix last changes.
1156 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
1158         * calendar/holidays.el (list-holidays): Doc fix.
1160         * international/mule.el (auto-coding-alist): Add .odt
1161         (OpenOffice's open document) files.
1163         * files.el (auto-mode-alist): Add .odt (OpenOffice's open
1164         document) files.  Mention in the doc string the need to sync with
1165         auto-coding-alist.
1167 2006-03-10  Chong Yidong  <cyd@stupidchicken.com>
1169         * files.el (hack-local-variables-confirm): Don't prompt for ! if
1170         enable-local-variables is set to always query, or there is no
1171         savable variable.
1173 2006-03-10  Bill Wohler  <wohler@newt.com>
1175         * image.el (image-load-path-for-library): Merge at least three
1176         functions from Gnus and MH-E into this one function that can now
1177         be shared.
1179 2006-03-11  Nick Roberts  <nickrob@snap.net.nz>
1181         * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
1182         gdb-remove-mouse-face and remove help-echo too.
1183         (gdb-enqueue-input): Correct conditional clause.
1185 2006-03-10  Glenn Morris  <rgm@gnu.org>
1187         * calendar/calendar.el (calendar-holidays): Doc fix.
1188         * calendar/holidays.el (list-holidays): Doc fix.
1190 2006-03-10  Nick Roberts  <nickrob@snap.net.nz>
1192         * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
1193         it gets called in gdb-prompt anyway.
1194         (gdb-use-separate-io-buffer): Only restore window arrangement for
1195         gdb-many-windows.
1196         (gdb-enqueue-input): Make it harder to send GDB input when program
1197         is running.
1198         (gdb-buffer-list): New variable.
1199         (gdb-remove-mouse-face): New function.
1200         (gdb-starting): Use it when GDB input won't get sent.
1202 2006-03-08  Juanma Barranquero  <lekktu@gmail.com>
1204         * help.el (view-lossage): Remove trailing whitespace before
1205         inserting "\n".
1207 2006-03-07  Chong Yidong  <cyd@stupidchicken.com>
1209         * files.el (hack-local-variables-confirm):
1210         Set coding-system-for-read to nil before writing to .emacs.
1212         * arc-mode.el (archive-extract): Check if an existing buffer name
1213         comes from a different archive.
1215         * help.el (describe-key-briefly): If KEY is a down event, read and
1216         discard the up event.
1218 2006-03-07  Nick Roberts  <nickrob@snap.net.nz>
1220         * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
1221         be edited and use font-lock-warning-face for any changes.
1223         * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
1224         (gdb-edit-value): Use it to report any errors.
1226 2006-03-07  Juanma Barranquero  <lekktu@gmail.com>
1228         * help.el (describe-key): Remove leftover test code.
1230 2006-03-07  Carsten Dominik  <dominik@science.uva.nl>
1232         * textmodes/org.el: Move defvars out of eval-when-compile.
1233         Use buffer-file-name variable.
1234         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
1235         arg `file'.
1236         (org-level-faces): Remove startup dependency.
1237         (org-cycle, org-map-tree, org-scan-tags)
1238         (org-remember-handler): Don't call `outline-level' directly.
1239         (org-mhe-search-all-folders): New option.
1240         (org-mhe-get-message-folder-from-index)
1241         (org-mhe-get-message-folder): Fix indexing search.
1242         (org-format-agenda-item): Handle nil TAGS argument.
1243         (org-cleaned-string-for-export, org-activate-target-links)
1244         (org-make-target-link-regexp): Deal with empty radio target list.
1245         (org-tag): New face.
1246         (org-get-level-face): New function.
1247         (org-set-font-lock-defaults): Simplify setup for headlines.
1248         (org-complete): Pass common substring to `display-completion-list'.
1250 2006-03-06  David Ponce  <david@dponce.com>
1252         * tree-widget.el: Update Commentary header.
1253         (tree-widget-theme-name): Ignore parent themes.
1254         (tree-widget-set-parent-theme): New function.
1255         (tree-widget-set-theme): Use it.
1256         (tree-widget-set-image-properties): Move definition.  Does nothing
1257         if image properties have already been set.
1258         (tree-widget-image-properties): Move definition.  Receive an image
1259         name.  Set the :pointer property.
1260         (tree-widget-lookup-image): Doc fix.  Search in parent themes.
1261         Don't set the :pointer image property.
1262         (tree-widget-convert-widget): New function.  Handle :dynargs
1263         compatibility here.
1264         (tree-widget): Use it to :convert-widget.  Add the :expander-p
1265         predicate to control when the :expander function is entered.
1266         Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
1267         (tree-widget-value-create): Handle :expander-p.  widget-apply
1268         :expander.
1269         (tree-widget-expander-p): New function.  Default value of the
1270         :expander-p property.
1272 2006-03-06  Chong Yidong  <cyd@stupidchicken.com>
1274         * help.el (describe-key): Properly handle the return value of
1275         read-key-sequence when grabbing an up-event.  Cleanup mouse-1
1276         remaps.  Handle string and vector `follow-link' values.
1278 2006-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1280         * complete.el (PC-expand-many-files): Try be more careful when parsing
1281         the shell's output.
1283 2006-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1285         * outline.el (hide-sublevels): Provide better interactive default.
1287 2006-03-06  Kenichi Handa  <handa@m17n.org>
1289         * international/fontset.el (create-fontset-from-fontset-spec):
1290         Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
1292 2006-03-05  Luc Teirlinck  <teirllm@auburn.edu>
1294         * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
1295         backslashes instead of one in regexp.
1296         (gud-tooltip-dereference): Add missing optional argument.
1298 2006-03-04  John Paul Wallington  <jpw@pobox.com>
1300         * wdired.el (toplevel): Require `cl' at compile-time.
1302 2006-03-04  Andreas Schwab  <schwab@suse.de>
1304         * server.el (server-process-filter): Handle errors during
1305         evaluation of the argument.
1307 2006-03-03  John Paul Wallington  <jpw@pobox.com>
1309         * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
1310         escape parentheses at beginning of line.
1311         (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
1312         (t-mouse-mode): Remove period from end of error message.
1314 2006-03-03  Agustin Martin  <agustin.martin@hispalinux.es>
1316         * textmodes/flyspell.el (flyspell-process-localwords):
1317         Be case-sensitive.
1319 2006-03-03  Martin Rudalics  <rudalics@gmx.at>
1321         * cus-edit.el (custom-quote): Remove function, since it has been
1322         moved to custom.el.
1324         * font-lock.el (lisp-font-lock-keywords-2)
1325         * emacs-lisp/rx.el (rx-check-any, rx-check-not)
1326         * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
1327         they have no special meaning.
1329         * midnight.el (clean-buffer-list): Handle case where base-buffer of
1330         indirect buffer gets killed before indirect buffer.  Use dolist.
1332 2006-03-03  Ken Manheimer  <ken.manheimer@gmail.com>
1334         * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
1335         value instead of a literal constant (1) on more pauses.
1337 2006-03-03  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
1339         * textmodes/flyspell.el (flyspell-external-point-words):
1340         Be case-sensitive.
1342 2006-03-03  Ryan Yeske  <rcyeske@gmail.com>
1344         * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
1345         with "www".
1347 2006-03-03  Ken Manheimer  <ken.manheimer@gmail.com>
1349         * allout.el: Restablish intermediate missing comment header to
1350         preserve outline structure.
1351         (allout-beginning-of-current-entry): Skip invisible text.
1352         (allout-open-topic): Fix opening a topic at end-of-buffer.
1353         (allout-minor-mode): Move nearer to allout-mode function.
1355 2006-03-02  Carsten Dominik  <dominik@science.uva.nl>
1357         * textmodes/org.el (org-paste-subtree): Remove (debug) form.
1359 2006-03-02  Nick Roberts  <nickrob@snap.net.nz>
1361         * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
1362         is nil.
1364         * progmodes/gud.el (gud-speedbar-menu-items):
1365         Use buffer-local-value and add missing :visible keyword.
1367         * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
1369 2006-03-01  Carsten Dominik  <dominik@science.uva.nl>
1371         * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
1372         must be `follow-link'.
1374         * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
1376         * textmodes/org.el (org-export-as-html): Fix bugs in HTML
1377         formatting: No nested anchors.
1378         (org-all-targets): Fix bug with XEmacs compatibility.
1379         (org-read-date): Add (require 'parse-time).
1380         (org-set-tags): Fix bug with extra inserted space.
1381         (org-export-html-style): Define a style class for targets.
1382         (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
1383         (org-hide-leading-stars): New option.
1384         (org-hide): New face.
1385         (org-set-font-lock-defaults): Allow to hide leading stars.
1386         (org-get-legal-level, org-tr-level): New functions.
1387         (org-odd-levels-only): New option.
1388         (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
1389         (org-demote, org-promote): Deal with double-star levels.
1390         (org-convert-to-odd-levels): New command.
1392 2006-03-01  Nick Roberts  <nickrob@snap.net.nz>
1394         * speedbar.el (speedbar-update-localized-contents): Try to
1395         preserve window-start.
1396         (speedbar-update-directory-contents): Try to preserve window-start
1397         and window-point.
1398         (speedbar-update-special-contents): Don't move back to start of window.
1400         * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
1401         gdb-speedbar-timer-fn.  Use speedbar-refresh instead of
1402         speedbar-timer-fn.
1403         (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
1404         (gdb-speedbar-expand-node): Use speedbar-delete-subblock
1405         instead of gdb-speedbar-timer-fn.
1407 2006-02-28  Jay Belanger  <belanger@truman.edu>
1409         * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
1410         (math-compose-expr): Use latex option when calling
1411         `math-compose-tex-matrix' for latex mode.
1413 2006-02-28  Nick Roberts  <nickrob@snap.net.nz>
1415         * speedbar.el: Re-instate comments about developing for speedbar
1416         [this is what info and gdb-ui use even if better methods exist now].
1418         * t-mouse.el: New file.
1419         (t-mouse-tty): Use with-temp-buffer.  Add more terminal types.
1420         (t-mouse-lispy-buffer-posn-from-coords): Remove.
1421         (t-mouse-make-event-element): Use posn-at-x-y instead.
1422         (t-mouse-make-event): Deal with Fedora Core 3.
1423         (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
1424         (t-mouse-mouse-position-function): New function.  Use it instead
1425         of advising mouse-position.
1426         (t-mouse-mode): New minor mode.
1427         (t-mouse-stop, t-mouse-run): Remove.  Use t-mouse-mode instead.
1429 2006-02-27  Glenn Morris  <rgm@gnu.org>
1431         * calendar/calendar.el (calendar-holidays): Doc fix.
1433 2006-02-27  Nick Roberts  <nickrob@snap.net.nz>
1435         * progmodes/gdb-ui.el (gdb-source-window): New variable.
1436         Re-introduce the concept of a source window.
1437         (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
1438         consistency with get-buffer-create.
1439         (def-gdb-auto-update-handler, gdb-info-locals-handler)
1440         (gdb-data-list-register-values-handler)
1441         (gdb-stack-list-locals-handler): Try to preserve window-start as
1442         well as window-point.
1443         (gdb-display-source-buffer): New function (old concept).
1444         (gdb-goto-breakpoint): Use it.
1446         * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
1447         for gdb-ui/gdb-mi (old concept).
1449 2006-02-27  Carsten Dominik  <dominik@science.uva.nl>
1451         * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
1452         binding.
1454         * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
1456         * textmodes/reftex-sel.el (reftex-select-label-map)
1457         (reftex-select-bib-map): Add `follow-mouse' binding.
1459 2006-02-26  Luc Teirlinck  <teirllm@auburn.edu>
1461         * jka-cmpr-hook.el (jka-compr-compression-info-list)
1462         (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
1463         Give :set functions to provide automatic updating.
1464         Update docstring.  Give compiler defvars early in the file
1465         and move the defcustoms to a later spot where all called functions
1466         are defined.
1467         (jka-compr-file-name-handler-entry): Doc fix.
1468         (jka-compr-compression-info-list--internal)
1469         (jka-compr-mode-alist-additions--internal)
1470         (jka-compr-load-suffixes--internal): New variables.
1471         (jka-compr-install): Set the three above variables.
1472         Update `load-file-rep-suffixes' instead of `load-suffixes'.
1473         (jka-compr-update, jka-compr-set): New functions.
1474         (auto-compression-mode): Doc fix.
1476         * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
1477         Update `load-file-rep-suffixes' instead of `load-suffixes'.
1478         Use jka-compr-compression-info-list--internal,
1479         jka-compr-mode-alist-additions--internal and
1480         jka-compr-load-suffixes--internal.
1482         * files.el (load-library):
1483         * loadhist.el (file-loadhist-lookup):
1484         * startup.el (command-line):
1485         * subr.el (locate-library):
1486         * emacs-lisp/autoload.el (update-directory-autoloads):
1487         * emacs-lisp/find-func.el (find-library-suffixes):
1488         Use `get-load-suffixes' instead of `load-suffixes'.
1490         * subr.el (locate-library):
1491         * emacs-lisp/find-func.el (find-library-name):
1492         Use `load-file-rep-suffixes' instead of '("").
1494 2006-02-26  Kim F. Storm  <storm@cua.dk>
1496         * ido.el (ido-save-history, ido-load-history): Simplify.
1497         Don't use find-file-noselect to avoid interference from other modes.
1499 2006-02-25  Thien-Thi Nguyen  <ttn@gnu.org>
1501         * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
1502         to use the default shell if filename is not available.
1503         Reported by Giorgos Keramidas.
1505 2006-02-25  John Williams  <jrw@pobox.com>  (tiny change)
1507         * progmodes/etags.el (tags-completion-table): Do completion from
1508         all the tables in the current list, as documented in the manual.
1510 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
1512         * CC Mode Update to 5.31.3.
1514 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
1516         * progmodes/cc-mode.el (c-postprocess-file-styles):
1517         Bind inhibit-read-only to t, around the call to
1518         c-remove-any-local-eval-or-mode-variables, so that it works on a
1519         RO file.
1521 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
1523         * progmodes/cc-awk.el: Correct a typo.
1525 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
1527         * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
1528         c-hungry-delete-backwards, at the request of RMS.  Leave the old
1529         name as an alias.
1531 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
1533         * progmodes/cc-mode.el: Correct a typo.
1535 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
1537         * progmodes/cc-defs.el: Update the version number to 5.31.3.
1539 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
1541         * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
1542         brace-else-brace (error due to mbeg, mend being undefined).
1544 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
1546         * progmodes/cc-mode.el: File Local variables: Solve the problem
1547         where both `mode' and c-file-offsets are specified: `mode' will
1548         overwrite c-f-o's settings:
1549         (c-remove-any-local-eval-or-mode-variables): New function.
1550         (c-postprocess-file-styles): Call the above new function, within
1551         c-tentative-buffer-change, to splat `mode' and `eval' before the
1552         second hack-local-variables.
1554 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
1556         * progmodes/cc-mode.el:
1557         [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
1558         (c-after-change): Protect the match data with save-match-data.
1559         It was getting corrupted by c-after-change-check-<>-operators.
1561         * cc-defs.el: [Supersedes patch V1.38]:
1562         (top level): Check for a buggy font-lock-compile-keywords ONLY in
1563         XEmacs.  GNU Emacs 22 now has a check which would throw an error here.
1565         * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
1566         with save-match-data.  It was being corrupted when Font Lock was
1567         not enabled.
1569 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
1571         * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
1572         Mode and Subword Mode.
1574         * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
1575         real labels ("case 1:" or "foo:") from non-labels ("public:").
1576         (c-forward-objc-directive): Replace c-forward-token-2 with crude
1577         coding; c-f-t-2 doesn't move over a token at EOB.
1579         * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
1581         * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
1582         (c-update-modeline): Concatenate the minor mode indicators
1583         directly onto mode-name, removing c-submode-indicators.
1584         Sometimes, c-s-i got separated from the mode name on the mode line.
1586         * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
1587         (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
1589 2006-02-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
1591         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
1592         error message when there's an evaluation error to show whether
1593         it's loaded from source or not.
1594         (c-filter-ops): Make it available at runtime too to work when
1595         `c-make-init-lang-vars-fun' needs to evaluate from source.
1597 2006-02-24  Juanma Barranquero  <lekktu@gmail.com>
1599         * help.el (help): Revert last part of 2006-02-23 change (deletion
1600         of the `provide' call).
1602 2006-02-23  Juri Linkov  <juri@jurta.org>
1604         * compare-w.el (compare-windows-highlight): Add new value
1605         `persistent' and change :type from `boolean' to `choice'.
1606         (compare-windows-overlays1, compare-windows-overlays2):
1607         New internal variables.
1608         (compare-windows-highlight): If compare-windows-highlight is
1609         `persistent', add current overlays to compare-windows-overlays[12]
1610         instead of adding compare-windows-dehighlight to pre-command-hook.
1611         (compare-windows-dehighlight): Delete all overlays from
1612         compare-windows-overlays[12].
1614         * info.el (Info-search): Don't bind search-spaces-regexp to
1615         Info-search-whitespace-regexp in non-regexp isearch mode.
1617 2006-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1619         * help.el (describe-mode): Pass `mode-name' to format-mode-line.
1621 2006-02-23  Juanma Barranquero  <lekktu@gmail.com>
1623         * textmodes/org.el (org-xemacs-p)
1624         (org-export-html-show-new-buffer, org-table-may-need-update)
1625         (org-insert-item, org-mhe-get-message-real-folder)
1626         (org-mhe-get-message-folder-from-index)
1627         (org-mhe-get-message-folder, org-mhe-get-message-num)
1628         (org-mhe-get-header, org-make-org-heading-search-string)
1629         (org-make-org-heading-camel, org-table-sort-lines)
1630         (org-format-org-table-html, org-format-table-table-html):
1631         Fix typos in docstrings.
1633 2006-02-23  Carsten Dominik  <dominik@science.uva.nl>
1635         * textmodes/org.el (org-cleaned-string-for-export)
1636         (org-solidify-link-text): New function.
1637         (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
1638         XEmacs, just to silence the compiler.
1639         (org-export-as-ascii, org-export-as-html-and-open):
1640         Use `org-cleaned-string-for-export' and create internal links.
1641         (org-follow-mhe-link): Require mh-e, use folder.
1643 2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
1645         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
1647         * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
1648         gdb-debug-log-length.
1649         (gdb-debug-ring): Rename from gdb-debug-log-ring.  Don't make
1650         it a real ring but...
1651         (gud-gdba-marker-filter): ...make it work like mark-ring.
1652         (gdb-enable-debug): Rename from gdb-enable-debug-log.
1653         (gdb-mouse-jump): New function.  Add bindings.
1655 2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
1657         * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
1658         (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
1659         (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
1660         (gdb-debug-log-length): Customize it's length.
1661         (gud-watch, gdb-var-create-handler): Display function::var format
1662         but don't use to create variable object.
1663         (gdb-var-create-handler): Use message-box in place of message.
1664         (gdb-stopped): Call gdb-exited if signalled.
1666 2006-02-22  Carsten Dominik  <dominik@science.uva.nl>
1668         * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
1670         * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
1672         * textmodes/reftex.el (reftex-locate-file): Search all extensions
1673         if `reftex-try-all-extensions' is set.
1675         * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
1676         fail silently when there is no valid argument at point.
1677         (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
1678         `fail-silently' argument.  From a patch by David Reiter.
1680         * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
1681         New commands.
1682         (org-mark-ring): New variable.
1683         (org-mark-ring-length): New option.
1684         (org-open-at-point, org-goto, org-open-file): Push old position
1685         onto the mark ring.
1686         (org-add-hook): New function.
1687         (org-export-table-remove-special-lines): New option.
1688         (org-skip-comments, org-format-org-table-html): Respect new
1689         option `org-export-table-remove-special-lines'.
1690         (org-open-file): Allow special command configuration for
1691         directory link.
1692         (org-file-apps): Fix bugs in customize type, added setting
1693         for directories.
1694         (org-activate-tags, org-format-agenda-item, org-complete)
1695         (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
1696         (org-get-tags, org-get-buffer-tags, org-open-at-point)
1697         (org-link-search, org-make-org-heading-search-string)
1698         (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
1699         (org-radio-targets, org-file-link-context-use-camel-case)
1700         (org-activate-camels): New options.
1701         (org-update-radio-target-regexp, org-all-targets)
1702         (org-make-target-link-regexp, org-activate-target-links):
1703         New functions.
1704         (org-make-org-heading-search-string): New function.
1705         (org-store-link, org-insert-link): Use new option
1706         `org-file-link-context-use-camel-case'.
1707         (org-activate-camels): Use new option `org-activate-camels'.
1708         (org-link-regexp): Add mhe prefix.
1709         (org-open-at-point, org-store-link): Support for mhe links.
1710         (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
1711         (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
1712         (org-mhe-get-header, org-follow-mhe-link): New functions.
1713         (org-remove-angle-brackets, org-add-angle-brackets):
1714         New functions.
1715         (org-bracket-link-regexp): New constant.
1716         (org-read-date): Fix bug that was rejecting all typed dates.
1717         (org-link-search): Make hierarchy above visible after a match.
1718         (org-follow-bbdb-link): Inhibit electric mode for BBDB.
1719         (org-store-link): Fix bug with link creation when cursor is in
1720         an empty line.
1721         (org-open-at-point): Fix bug with matching a link.
1722         Fixed buggy argument sequence in call to `org-view-tags'.
1723         (org-compile-prefix-format): Set `org-prefix-has-tag'.
1724         (org-prefix-has-tag): New variable.
1725         (org-format-agenda-item): Remove tags from headline
1726         if appropriate.
1727         (org-agenda-remove-tags-when-in-prefix): New option.
1729 2006-02-21  Michael Kifer  <kifer@cs.stonybrook.edu>
1731         * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
1732         Fix the regular expressions.
1734 2006-02-21  Richard M. Stallman  <rms@gnu.org>
1736         * progmodes/sh-script.el (sh-mode): Set shell type based on file name
1737         if there's no other specific basis.
1739         * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
1740         as variables at all.
1741         (unsafep-variable): Rename arg; doc fix.
1743         * abbrevlist.el (list-one-abbrev-table): Add autoload.
1745         * calendar/appt.el (diary-selective-display): Add defvar.
1747         * sort.el (sort-columns): Use Posix arg syntax for `sort'.
1749         * isearch.el (search-whitespace-regexp): Fix custom type.
1751         * help.el (describe-key-briefly): Compute interactive args
1752         in same was as before previous change.
1754         * files.el (enable-local-variables): Doc fix.
1756 2006-02-21  Kim F. Storm  <storm@cua.dk>
1758         * fringe.el: Cleanup as file is now pre-loaded.
1759         (fringe-bitmaps): Initialize unconditionally.
1760         (fringe-mode, set-fringe-style): Remove autoload cookies.
1762 2006-02-21  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
1764         * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
1765         `horizontal-bar'.
1766         (fringe-cursor-alist): Use `horizontal-bar'.
1768 2006-02-20  Kim F. Storm  <storm@cua.dk>
1770         * fringe.el (fringe-bitmaps): Update to new bitmap names.
1771         (fringe-indicator-alist, fringe-cursor-alist): Initialize.
1773         * loadup.el: Load "fringe" on window systems.
1775 2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
1777         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
1778         out of scope components.
1780         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
1781         default.
1783 2006-02-20  Chong Yidong  <cyd@stupidchicken.com>
1785         * custom.el (customize-mark-to-save, customize-mark-as-set):
1786         Load the symbol first.
1788 2006-02-20  Juanma Barranquero  <lekktu@gmail.com>
1790         * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
1791         strech spec so it doesn't display as "^J" on the header line
1792         when `Buffer-menu-use-header-line' is t.
1794 2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
1796         * speedbar.el (speedbar-make-button): Keep text properties
1797         of string arguments if desired.
1799         * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
1800         expessions.
1802         * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
1803         of speedbar.
1805 2006-02-19  Ryan Yeske  <rcyeske@gmail.com>
1807         * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
1808         to value of `read-file-name-completion-ignore-case'.
1810 2006-02-19  Chong Yidong  <cyd@stupidchicken.com>
1812         * custom.el (customize-mark-as-set): Push to `user' theme.
1814         * cus-edit.el (custom-save-variables): Allow unthemed values.
1815         (customize-set-variable): Push setting to `user' theme.
1817 2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
1819         * progmodes/gud.el: Don't require font-lock as it's now
1820         automatically loaded.
1821         (gud-speedbar-buttons): Replace gdb-var-changed with
1822         gdb-force-update.
1824         * progmodes/gdb-ui.el (gdb-force-update): Rename from
1825         gdb-var-changed.
1826         (gdb-post-prompt): Use it.
1827         (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
1828         (gdb-var-update-handler, gdb-var-delete)
1829         (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
1830         (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
1831         gdb-force-update in gdb-post-prompt.
1832         (gdb-reset): Clear watch expressions from speedbar when quitting.
1834 2006-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
1836         * viper-cmd.el (viper-insert-state-post-command-sentinel)
1837         (viper-change-state-to-vi, viper-change-state-to-emacs):
1838         Make aware of cursor coloring in the Emacs state.
1839         (viper-special-read-and-insert-char): Use read-char-exclusive.
1840         (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
1842         * viper-init.el (viper-emacs-state-cursor-color): New variable.
1844         * viper-util.el (viper-save-cursor-color)
1845         (viper-get-saved-cursor-color-in-replace-mode)
1846         (viper-get-saved-cursor-color-in-insert-mode)
1847         (viper-restore-cursor-color): Make aware of the cursor color in Emacs
1848         state.
1849         (viper-get-saved-cursor-color-in-emacs-mode): New function.
1851         * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
1852         (ediff-ignore-case-option3, ediff-actual-diff-options)
1853         (ediff-actual-diff3-options): New variables to control case sensitivity.
1854         (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
1855         (ediff-setup-diff-regions3): Make aware of case-sensitivity.
1856         (ediff-toggle-ignore-case): New function.
1857         (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
1859         * ediff-help.el (ediff-long-help-message-narrow2)
1860         (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
1861         (ediff-long-help-message-word-mode): Add ignore-case command.
1862         (ediff-help-for-quick-help): Add ignore-case command.
1864         * ediff-merg.el: Move provide to the end.
1866         * ediff-ptch.el: Move provide to the end.
1868         * ediff-wind.el: Move provide to the end.
1870         * ediff-mult.el: Move provide to the end.
1871         (ediff-set-meta-overlay): Enable follow-link.
1873         * ediff.el: Move provide to the end.
1874         Break recursive load cycle in eval-when-compile.
1875         (ediff-patch-buffer): Better heuristics.
1877         * ediff-util.el: Move provide to the end.
1878         Break recursive load cycle in eval-when-compile.
1879         (ediff-setup-keymap): Add binding for #c.  Replace some defsubsts with
1880         defuns.
1881         (ediff-submit-report): Pass the values of ediff-diff3-program,
1882         ediff-diff3-options.
1884 2006-02-19  Juanma Barranquero  <lekktu@gmail.com>
1886         * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
1887         the opening bracket of the following bracketing pairs: {}, [], (), <>,
1888         `' (for example, in the docstring of `windmove-default-keybindings').
1890 2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
1892         * progmodes/gud.el (gud-speedbar-buttons): Update properly for
1893         shadow face.  Don't provide binding to edit variable when it is
1894         out of scope.
1896         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
1897         (gdb-var-update-handler): Detect out of scope variables with pre
1898         GDB 6.4 too.
1899         (gdb-post-prompt): Revert change from 2006-02-17 (force update).
1900         Reset status of variable objects to nil in update handlers.
1901         (gdb-var-update-handler-1): Detect when a variable object comes
1902         in scope.  setcar on var changes gdb-var-list directly.
1904 2006-02-17  Juri Linkov  <juri@jurta.org>
1906         * ffap.el (ffap) <defface>: Add explicit face declaration.
1907         (ffap-highlight): Use face `ffap' directly instead of checking
1908         for its existence.
1910         * icomplete.el (icomplete-get-keys): Use `t' for the second arg
1911         `visible-ok' of `other-buffer' to find the right original buffer.
1913         * info.el (Info-search): Skip `Local Variables' node.
1915 2006-02-17  Juri Linkov  <juri@jurta.org>
1917         * info.el (Info-find-file): Check for symbols `apropos', `history',
1918         `toc' in the input filename, and return these symbols as is.
1919         (Info-find-node-2): Set Info-current-file to symbols `apropos',
1920         `history', `toc' instead of strings.
1921         (Info-set-mode-line): For non-string Info-current-file use the
1922         symbol's name inside **.
1923         (Info-isearch-push-state): Add quote before Info-current-file and
1924         Info-current-node.
1925         (Info-isearch-pop-state): Use `equal' instead of `string='.
1926         (Info-extract-pointer, Info-following-node-name): Use
1927         `match-string-no-properties' instead of `match-string'.
1928         (Info-up): Check `old-file' for `stringp'.
1929         (Info-history): Use `equal' instead of `string-equal'.
1930         Check `file' for `stringp'.
1931         (Info-history): Use symbol `history' instead of string as first arg
1932         of `Info-find-node'.
1933         (Info-toc): Check `Info-current-file' for `stringp'.  Use symbol
1934         `toc' instead of string.
1935         (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
1936         instead of `buffer-substring', and `match-string-no-properties'
1937         instead of `match-string'.
1938         (Info-index-nodes): Check for symbols `apropos', `history', `toc'
1939         instead of strings.
1940         (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
1941         Use symbol `apropos' instead of string.
1942         (Info-copy-current-node-name): Check `Info-current-file' for
1943         `stringp' and construct a command with `Info-find-node' from it.
1944         (Info-fontify-node): Use `match-string-no-properties' instead of
1945         `match-string' and check file names for `stringp'.
1946         (Info-desktop-buffer-misc-data): Check for symbols `apropos',
1947         `history', `toc' instead of strings.
1949 2006-02-17  Chong Yidong  <cyd@stupidchicken.com>
1951         * files.el: Rearrange functions and variables in the file local
1952         variables section.
1954 2006-02-17  Reiner Steib  <Reiner.Steib@gmx.de>
1956         * files.el: Add truncate-lines, ispell-check-comments and
1957         ispell-local-dictionary as safe local variables.
1959 2006-02-18  Nick Roberts  <nickrob@snap.net.nz>
1961         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
1962         out of scope variables.
1963         (gud-speedbar-buttons): Use unless.
1965         * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
1966         (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
1967         (gdb-show-changed-values): Also use for out of scope variables.
1968         (gdb-var-update-handler-1): Note if variable goes out of scope.
1970 2006-02-17  Ryan Yeske  <rcyeske@gmail.com>
1972         * net/rcirc.el (rcirc-connect): Make all arguments optional, and
1973         default to global variable values for unsupplied args.
1974         (rcirc-get-buffer-create): Fix bug with setting the target.
1975         (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
1976         test for rcirc-always-use-server-buffer-flag here.
1977         (rcirc-response-formats): Add %N, which is a facified nick.  %n
1978         uses the default face.  Change the ACTION format string.  If the
1979         "nick" is the server, don't print anything for that field.
1980         Comment fixes.
1981         (rcirc-target-buffer): Don't test
1982         rcirc-always-use-server-buffer-flag here.
1983         (rcirc-print): Squeeze extra spaces out of the text before message.
1984         (rcirc-put-nick-channel): Strip potential "@" char from nick
1985         before adding them to nick table.
1986         (rcirc-url-regexp): Improve to match address like "foo.com".
1988 2006-02-17  Eli Zaretskii  <eliz@gnu.org>
1990         * allout.el (allout-hidden-p): Move this defsubst before
1991         allout-overlay-interior-modification-handler, where it is first
1992         used.
1994 2006-02-17  Ken Manheimer  <ken.manheimer@gmail.com>
1996         * allout.el: Use allout invisible-text overlays instead of
1997         selective display for concealed text.  Also, lots of general
1998         cleanup, and improved compatibility code.
2000         (allout-version) Incremented, corrected, revised, and refined
2001         module commentary.
2003         (provide 'allout): Moved to the bottom, added a require of overlay.
2005         (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
2006         `except-current'.
2007         (allout-write-file-hook-handler): Minimize delay.
2008         (count-trailing-whitespace-region): New function so
2009         auto-encryption of current topic can resituate cursor exactly.
2010         PGP/GPG encryption trims trailing whitespace from lines, which
2011         must be accounted for across encryption then decryption.
2013         (allout-command-prefix): Now defaults to "\C-c<space>" rather than
2014         just plain "\C-c", to avoid intruding on user's keybinding space.
2016         (allout-toggle-current-subtree-encryption): Pass along fetch-pass
2017         parameter, so user request to provide a new password is done.
2019         (allout-outside-normal-auto-fill-function, allout-auto-fill):
2020         Refined mechanism for auto-filling behavior while in allout mode.
2022         (allout-mode): Explicitly specify the mode map in the docstring.
2023         Clarify provision for various write-file hook var names.
2024         Adjusted for invisible-text overlays instead of selective-display.
2026         (allout-depth): Really return 0 if not within any topic.  This
2027         rectifies `allout-beginning-of-level' and sequence numbering
2028         errors that occur when cutting and pasting numbered topics.
2029         Changed from a in-line subst to a regular function, as well.
2031         (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
2033         (allout-end-of-subtree, allout-end-of-subtree)
2034         (allout-end-of-entry, allout-end-of-current-heading)
2035         (allout-next-visible-heading, allout-open-topic, allout-show-entry)
2036         (allout-show-children, allout-show-to-offshoot)
2037         (allout-hide-current-entry, allout-show-current-entry): Rectified
2038         handling of trailing blank lines between items.
2040         (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
2041         (allout-current-depth, allout-unprotected, allout-hidden-p)
2042         (allout-on-current-heading-p, allout-listify-exposed)
2043         (allout-chart-subtree, allout-goto-prefix)
2044         (allout-back-to-current-heading, allout-get-body-text)
2045         (allout-snug-back, allout-flag-current-subtree, allout-show-all)
2046         (allout-hide-region-body, allout-toggle-subtree-encryption)
2047         (allout-encrypt-string, allout-encrypted-key-info)
2048         (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
2049         (allout-file-vars-section-data): Adjusted for use with
2050         invisible-text overlays instead of selective-display.
2052         (allout-kill-line, allout-kill-topic, allout-yank-processing):
2053         Reworked for use with invisible text overlays.
2055         (allout-current-topic-collapsed-p): New function.
2057         (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
2058         to know when to close the containing topic.
2060         (allout-pre-command-business, allout-post-command-business):
2061         Simplify undo-batching and dynamic isearch exposure.
2063         (allout-set-overlay-category): New for invisible-text overlays.
2064         Sets properties of allout-overlay-category, used by
2065         allout-flag-region to set invisible-text overlay properties.
2066         (allout-get-invisibility-overlay): Get the first qualifying
2067         invisibility overlay, so we can find the extent of it.
2068         (allout-back-to-visible-text): Get to just before the beginnining
2069         of the current invisibility overlay, if any.
2071         (allout-overlay-insert-in-front-handler)
2072         (allout-overlay-interior-modification-handler)
2073         (allout-before-change-handler, allout-isearch-end-handler): New
2074         functions to handle extraordinary actions affecting concealed
2075         text.
2077         (allout-flag-region): Use overlays instead of selective-display
2078         for invisible text - by inheritence from the properties of
2079         allout-overlay-category in mainline Emacs, and applied
2080         property-by-property in XEmacs, some recent versions of which
2081         don't inherit the properties from the category.  Provisions to
2082         respond to concealed-text edits simplified drastically.
2084         (allout-isearch-rectification, allout-isearch-was-font-lock)
2085         (allout-isearch-expose, allout-enwrap-isearch)
2086         (allout-isearch-abort, allout-pre-was-isearching)
2087         (allout-isearch-prior-pos, allout-isearch-did-quit)
2088         (allout-isearch-dynamic-expose)
2089         (allout-hide-current-entry-completely): Functions deleted.
2091         (allout-undo-aggregation): Explicit undo aggregation no longer
2092         necessary due to transition away from selective-display.
2094         (set-allout-regexp, allout-up-current-level)
2095         (allout-next-visible-heading, allout-forward-current-level)
2096         (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
2097         (allout-kill-line, allout-yank-processing, allout-show-children)
2098         (allout-expose-topic, allout-old-expose-topic)
2099         (allout-listify-exposed, allout-insert-latex-header)
2100         (allout-toggle-subtree-encryption, allout-encrypt-string)
2101         (remove-from-invisibility-spec, allout-hide-current-subtree):
2102         Ditched unused variables.
2104 2006-02-17  Agustin Martin  <agustin.martin@hispalinux.es>
2106         * textmodes/ispell.el (ispell-change-dictionary): Call
2107         ispell-buffer-local-dict instead of
2108         ispell-accept-buffer-local-defs.
2109         (ispell-local-dictionary-alist): Accept as valid any coding-system
2110         supported by Emacs.
2111         (ispell-dictionary-alist-3): Esperanto dictionary's coding system
2112         changed to iso-8859-3.
2114 2006-02-17  Nick Roberts  <nickrob@snap.net.nz>
2116         * speedbar.el (speedbar-frame-width): Make an inline function
2117         instead of a macro.  Use frame-width.
2118         (speedbar-try-completion, speedbar-update-contents)
2119         (speedbar-timer-fn): Use consp.
2120         (speedbar-update-localized-contents): Try to preserve point.
2122         * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
2123         (menu): Re-order menu items.
2124         (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
2125         field.
2126         (gdb-var-update-handler-1): Use it for GDB 6.4+.
2127         (gdb-post-prompt): Speed things by not forcing update.
2129 2006-02-16  Chong Yidong  <cyd@stupidchicken.com>
2131         * wid-edit.el (widget-button-click): For mouse-1, cancel button
2132         press and perform default action if we get a mouse movement event.
2134 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
2136         * calendar/icalendar.el (icalendar--get-event-property)
2137         (icalendar--get-event-property-attributes): Fix typos in
2138         docstrings.
2140         * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
2141         docstring.
2143 2006-02-15  Juanma Barranquero  <lekktu@gmail.com>
2145         * bs.el (bs-mode): Use `buffer-disable-undo'.
2146         (bs--get-file-name): Simplify.
2147         (bs-show-in-buffer): Mark the buffer as not modified.
2149 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
2151         * wid-edit.el (widget-keymap): Bind down-mouse-1 to
2152         widget-button-click.
2154         * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
2155         (custom-mode): Update docstring.
2157         * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
2158         binding.
2160         * files.el (hack-local-variables-confirm): Allow scrolling if the
2161         file variable list is too long.  Kill temp buffer after use.
2163 2006-02-15  Nick Roberts  <nickrob@snap.net.nz>
2165         * progmodes/gud.el (gdb): Improve doc string.
2166         (gdb-script-font-lock-keywords): Expand allowed character set.
2168         * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
2169         (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
2170         (gdb-separate-io-interrupt, gdb-separate-io-quit)
2171         (gdb-separate-io-stop, gdb-separate-io-eof):
2172         Rename from gdb-inferior-* to gdb-separate-*.
2173         (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
2175 2006-02-14  Jay Belanger  <belanger@truman.edu>
2177         * calc/calc-arith.el (math-check-known-scalarp): Make sure
2178         expression is a symbol before checking that it is bound.
2180         * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
2181         test to see if equation can be solved.
2183 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
2185         * wid-edit.el (widget-button-click): Use :pressed-face property
2186         for overlay face, if it exists.
2188         * cus-edit.el (custom-manual, custom-add-see-also)
2189         (custom-add-parent-links, custom-group-link): Add :pressed-face
2190         property to links.
2192         * files.el (hack-local-variables): Remove ignored variables before
2193         checking if any variables need setting.
2195 2006-02-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2197         * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
2199 2006-02-14  Juanma Barranquero  <lekktu@gmail.com>
2201         * help.el (where-is): Fix message for remapped commands.
2203         * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
2204         Fix typos in docstrings.
2206 2006-02-13  Chong Yidong  <cyd@stupidchicken.com>
2208         * files.el (safe-local-variable-values): New option.
2209         (hack-local-variables-prop-line): Return a list of variable-value
2210         pairs if MODE-ONLY is non-nil.
2211         (hack-local-variables): Construct list of variable-value pairs,
2212         and apply or reject them in one go.  Ask for confirmation if
2213         variables are not known safe.
2214         (hack-local-variables-confirm): Complete rewrite.  Support
2215         `safe-local-variable-values'.
2216         (enable-local-variables): Update docstring to reflect new
2217         behavior.
2218         (ignored-local-variables): Ignore ignored-local-variables and
2219         safe-local-variable-values.
2220         (safe-local-variable-p): New function.
2221         (risky-local-variable-p): `safe-local-variable' property check
2222         moved to safe-local-variable-p.
2223         (hack-one-local-variable): Checks moved to hack-local-variables.
2225         (byte-compile-dynamic, c-basic-offset, c-file-style)
2226         (c-indent-level, comment-column, fill-column, fill-prefix)
2227         (indent-tabs-mode, kept-new-versions, no-byte-compile)
2228         (no-update-autoloads, outline-regexp, page-delimiter)
2229         (paragraph-start, paragraph-separate, sentence-end)
2230         (sentence-end-double-space tab-width, version-control):
2231         Add `safe-local-variable' property.
2233         * find-lisp.el: Delete nonexistent `autocompile' file variable.
2235         * icomplete.el, play/landmark.el: Change nonexistent
2236         `outline-layout' file variable to `allout-layout'.
2238 2006-02-14  Nick Roberts  <nickrob@snap.net.nz>
2240         * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
2241         (gdb-get-changed-registers): Test value of gud-minor-mode relative
2242         to gud-comint-buffer.
2243         (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
2244         gdb-ui.el for gdb-mi.el.
2245         (gdb-post-prompt, gdb-get-changed-registers): Move test for
2246         registers buffer to gdb-get-changed-registers.
2247         (gdb-breakpoint-regexp): New regexp.  Allow toggling and
2248         deletion of catchpoints (throw and catch).
2249         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
2250         (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
2251         (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
2252         (gdb-var-list-children-1, gdb-info-breakpoints-custom)
2253         (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
2255 2006-02-13  Jay Belanger  <belanger@truman.edu>
2257         * calc/calc-arith.el (math-check-known-matrixp): Make sure
2258         expression is a symbol before checking that it is bound.
2260 2006-02-13  Richard M. Stallman  <rms@gnu.org>
2262         * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
2263         for the minibuffer too, but not if resize-mini-windows will interfere.
2265         * help.el (describe-key-briefly, describe-key): Do all arg-reading
2266         inside `interactive' spec.
2267         (describe-key-briefly-internal, describe-key-internal):
2268         Functions merged back into their callers.
2270 2006-02-13  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
2272         * info.el (info-xref-visited): Inherit from info-xref too.
2273         (Info-set-mode-line): Replace occurrences of `%' by `%%'
2274         when propertizing Info-current-file and Info-current-node.
2276 2006-02-13  Juri Linkov  <juri@jurta.org>
2278         * tumme.el (tumme-thumbnail-storage): Fix docstring.
2279         (tumme-thumb-name): Fix per-directory format.
2281 2006-02-13  Juanma Barranquero  <lekktu@gmail.com>
2283         * subr.el (substitute-key-definition): Doc fix (hide internal arg).
2285 2006-02-12  Miles Bader  <miles@gnu.org>
2287         * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
2289 2006-02-13  Mathias Dahl  <mathias.dahl@gmail.com>
2291         * tumme.el: Remove history section.  If someone needs the it, it
2292         can always be found in CVS.
2294 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
2296         * tumme.el (tumme-thumbnail-storage): Update docstring.  Add info
2297         about the Thumbnail Managing Standard option.
2299 2006-02-12  Richard M. Stallman  <rms@gnu.org>
2301         * subr.el (substitute-key-definition): Doc fix.
2303         * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
2305         * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
2307         * info.el (Info-mode): Doc fix.
2309         * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
2311 2006-02-12  Michael Albinus  <michael.albinus@gmx.de>
2313         * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
2314         because on Solaris a POSIX compatible "id" is needed.  Reported by
2315         Magnus Henoch <mange@freemail.hu>.
2317 2006-02-12  Juri Linkov  <juri@jurta.org>
2319         * tumme.el: Remove todo item about Thumbnail Managing Standard.
2320         (tumme) <defgroup>: Change :group to `multimedia'.
2321         (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
2322         Managing Standard.
2323         (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
2324         Fix dostring.
2325         (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
2326         and %y.  Fix docstring.
2327         (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
2328         (tumme-cmd-create-standard-thumbnail-command): New user options.
2329         (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
2330         is `standard'.  Fix docstring.
2331         (tumme-thumb-width, tumme-thumb-height): New user options.
2332         (tumme-external-viewer): Try to find various viewers.
2333         (tumme-get-thumbnail-image): Use `create-image' instead of
2334         constructing the `image' structure.
2335         (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
2336         `standard'.
2337         (tumme-thumb-name): Add file name generation for standard storage.
2338         Simplify code for other storages.
2339         (tumme-thumb-name): Use width %w and height %h instead of size %s.
2340         Add modification time %m and thumbnail-nq8 %q.
2341         Use `tumme-cmd-create-standard-thumbnail-command' if
2342         tumme-thumbnail-storage is `standard'.
2343         (tumme-dired-insert-marked-thumbs): New autoload command.
2344         (tumme-dired-after-readin-hook): New function.
2345         (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
2346         `tumme-thumb-size'.
2347         (tumme-display-image): Replace size-x %x and size-y %y with
2348         width %w and height %h.
2350         * dired.el (dired-mode-map): Bind `\C-t\C-t' to
2351         `tumme-dired-insert-marked-thumbs'.
2353 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
2355         * tumme.el (tumme-write-tag): Fix small bug (file name did not
2356         include path).
2357         (tumme-mark-tagged-files): Fix bug in regexp used to find rows
2358         matching tag.
2360 2006-02-12  Miles Bader  <miles@gnu.org>
2362         * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
2363         New variables.
2364         (rcirc-abbrev-nick): New function.
2365         (rcirc-format-response-string): Rewrite to use the formats in
2366         `rcirc-response-formats' and expand escape sequences therein.
2367         A text-property `rcirc-text' is added over the actual response
2368         text to make easy to find inside the returned string.
2369         (rcirc-print): When filling, just look for the `rcirc-text'
2370         text-property to find the appropriate fill prefix, instead of
2371         using hardwired patterns.
2373 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
2375         * tumme.el: Enhance some docstrings.  Add todo item about Thumbnail
2376         Managing Standard.
2378 2006-02-11  Kim F. Storm  <storm@cua.dk>
2380         * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
2381         Don't use insert-buffer; do insert-buffer-substring directly.
2382         (ido-file-internal): Set mark for ido-insert-file.  Use insert-file-1.
2384 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
2386         * files.el (revert-buffer, recover-file): Replace buffer-read-only
2387         with inhibit-read-only.  Suggested by Stefan Monnier.
2388         (revert-buffer): Let insert-file-contents discard
2389         buffer-undo-list.  Simplify code.
2390         (find-file, find-file-existing, revert-buffer): Doc-string fixes.
2392 2006-02-11  Eli Zaretskii  <eliz@gnu.org>
2394         * menu-bar.el (menu-bar-select-yank): Add a doc string.
2396         * help.el (describe-key-briefly): Now a wrapper for
2397         describe-key-briefly-internal.  Bind enable-disabled-menus-and-buttons
2398         to t.  Populate yank-menu if empty.
2399         (describe-key-briefly-internal): Renamed from describe-key-briefly.
2400         (describe-key): Now a wrapper for describe-key-internal.  Bind
2401         enable-disabled-menus-and-buttons to t.  Populate yank-menu if empty.
2402         (describe-key-internal): Renamed from describe-key.
2404 2006-02-11  Milan Zamazal  <pdm@zamazal.org>
2406         * progmodes/glasses.el (glasses-separator): Doc fix.
2407         (glasses-original-separator): New defcustom.
2408         (glasses-make-readable, glasses-convert-to-unreadable): Use it.
2410 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
2412         * mwheel.el (mouse-wheel-up-event): Doc fix.
2414 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
2416         * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
2417         (tumme-dir): New function.  Copied from thumbs.el.
2419 2006-02-10  Juanma Barranquero  <lekktu@gmail.com>
2421         * desktop.el (desktop-outvar): Fix typo.
2422         (desktop-save-buffer-p): Doc fix.
2424         * subr.el (substitute-key-definition): Fix typo.
2426 2006-02-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2428         * frame.el (select-frame-set-input-focus): Call x-focus-frame also
2429         when window-system is mac.
2431         * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
2433 2006-02-10  Kim F. Storm  <storm@cua.dk>
2435         * subr.el (substitute-key-definition-key): Pass t for NOERROR to
2436         indirect-function instead of using condition-case.
2438 2006-02-10  Mathias Dahl  <mathias.dahl@gmail.com>
2440         * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
2441         less `colloquial'...
2443 2006-02-09  Mathias Dahl  <mathias.dahl@gmail.com>
2445         * tumme.el: Add a couple of todo items.
2447 2006-02-09  Lars Hansen  <larsh@soem.dk>
2449         * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
2450         (highlight-changes-mode): Don't change desktop-locals-to-save.
2452 2006-02-09  Chong Yidong  <cyd@stupidchicken.com>
2454         * image-mode.el (image-toggle-display): Clear image cache if using
2455         filename.
2457 2006-02-09  Masatake YAMATO  <jet@gyve.org>
2459         * dired-x.el (dired-guess-shell-alist-default): Add .man as
2460         a `dired-man' target.
2462         * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
2463         boundary of symbols.
2465 2006-02-08  Peter Doornbosch  <peter.doornbosch@luminis.nl>  (tiny change)
2467         * vc-svn.el (vc-svn-print-log): Show recent commits as well.
2469 2006-02-09  Juanma Barranquero  <lekktu@gmail.com>
2471         * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
2472         `mapcar'; return nil.
2474 2006-02-08  Chong Yidong  <cyd@stupidchicken.com>
2476         * mouse.el (mouse-drag-track): Don't change window if we rebind to
2477         some other event.
2479 2006-02-08  Ryan Yeske  <rcyeske@gmail.com>
2481         * net/rcirc.el (rcirc-startup-channels-alist):
2482         Add irc.freenode.net and #emacs as defaults.
2483         (rcirc-ignore-all-activity-flag): Remove variable.
2484         (rcirc-authinfo): New variable.
2485         (rcirc-authinfo-filename): Remove variable.
2486         (rcirc-always-use-server-buffer-flag): New flag.
2487         (rcirc): M-x rcirc will automatically connect without prompting.
2488         C-u M-x rcirc will prompt.  Use rcirc-connect to create a
2489         connection in lisp.
2490         (rcirc-process-server-response-1): Remove everything but the nick
2491         portion of the sender so it doesn't need to be done everywhere
2492         else.  Update related code.
2493         (global-map): Remove global keybindings.
2494         (rcirc-get-buffer-create): Make sure rcirc-topic is set.
2495         (rcirc-send-input): Split into several functions.
2496         (rcirc-process-input-line, rcirc-process-message)
2497         (rcirc-process-command): New functions.
2498         (rcirc-target-buffer): New function to determine where to route
2499         messages.
2500         (rcirc-user-nick): Save match data.
2501         (rcirc-toggle-ignore-buffer-activity)
2502         (rcirc-update-activity-string): Remove global ignore functionality,
2503         which can be done now by toggling rcirc-track-minor-mode.
2504         (rcirc-track-minor-mode-map): New keymap.
2505         (rcirc-track-minor-mode): New minor-mode.
2506         (ignore): Make the ignore output nicer.  Always print it when
2507         adding or removing nicks.
2508         (rcirc-url-regexp): Improve.
2509         (rcirc-mangle-text): Remove properties before using text in the
2510         modeline.
2511         (rcirc-authenticate): Authentication data comes from
2512         rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
2513         (rcirc-server-prefix): Inherit from rcirc-server.
2515 2006-02-08  Mathias Megyei  <Mathias.Megyei@micronas.com>  (tiny change)
2517         * Makefile.in (compile): Append "|| true" to the end of the `find'
2518         command, like compile-always does.
2520 2006-02-08  Sam Steingold  <sds@gnu.org>
2522         * net/tramp.el (tramp-maybe-open-connection): Do not wait for
2523         output from a dead connection.
2525 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
2527         * dired.el (dired-mode-map): Add more bindings for tumme.
2529 2006-02-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2531         * wdired.el (wdired-mode-map): Use remap.
2532         (wdired-get-filename): Massage.
2533         (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
2534         (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
2535         `keymap' property rather than `local-map'.
2537 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
2539         * tumme.el (tumme-get-thumbnail-image): New utility function.
2540         Suggested by from Chong Yidong.
2541         (tumme-dired-with-window-configuration): Rename from
2542         `tumme-dired'.  Add code to save window configuration.
2543         (tumme-restore-window-configuration): New command to restore the
2544         window configuration that `tumme-dired-with-window-configuration'
2545         saves before it changes the window configuration.
2546         (tumme-show-all-from-dir): New command to display thumbnails for
2547         all files in a directory entered by the user, like M-x thumbs.
2548         (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
2549         have been created.
2550         (tumme-display-thumbnail-original-image): Call `display-buffer'.
2551         (obsolete-tumme-display-thumbnail-original-image-and-buffer):
2552         Remove obsolete test function.
2554 2006-02-07  Juanma Barranquero  <lekktu@gmail.com>
2556         * vc.el (small-temporary-file-directory): Remove defvar; there's
2557         a defcustom for it in files.el.
2559         * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
2560         Fix typo in message.
2561         (tumme-gallery-generate): Fix typo in `error' message.
2562         (tumme-display-window-height-correction)
2563         (tumme-display-window-width-correction, tumme-line-up-dynamic)
2564         (tumme-line-up-interactive): Dox fixes.
2565         (tumme-cmd-rotate-original-options, tumme-display-properties-format)
2566         (tumme-restore-window-configuration, tumme-format-properties-string)
2567         (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
2568         Fix typos in docstrings.
2570 2006-02-07  Chris Moore  <christopher.ian.moore@gmail.com>  (tiny change)
2572         * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
2574 2006-02-07  Nick Roberts  <nickrob@snap.net.nz>
2576         * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
2577         User should use hook if desired.
2579         * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
2580         buffer if necessary.
2581         (gdb-delete-frame-or-window): New function.
2582         (gdb-breakpoints-mode-map): Bind "q" to it.
2584 2006-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2586         * textmodes/nroff-mode.el: Clean up name space.
2587         (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
2588         (nroff-mode): Obey the global setting of nroff-electric-mode.
2589         (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
2591         * calendar/calendar.el (calendar-increment-month): Typo in last change.
2593 2006-02-06  Thien-Thi Nguyen  <ttn@gnu.org>
2595         * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
2597 2006-02-06  Lars Hansen  <larsh@soem.dk>
2599         * generic-x.el (etc-fstab-generic-mode): Add file system types
2600         cifs and usbdevfs.  Allow special chars in file names.
2602 2006-02-05  Jay Belanger  <belanger@truman.edu>
2604         Update copyright notices of the files in lisp/calc.
2606 2006-02-05  Romain Francoise  <romain@orebokech.com>
2608         Update copyright notices of all files in the lisp/play directory.
2610 2006-02-04  Luc Teirlinck  <teirllm@auburn.edu>
2612         * ldefs-boot.el: Regenerate.
2614         * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
2616 2006-02-05  Kim F. Storm  <storm@cua.dk>
2618         * files.el (magic-mode-regexp-match-limit): New defvar.
2619         (set-auto-mode): Use it to limit magic-mode-alist matching.
2621 2006-02-04  Kevin Rodgers  <ihs_4664@yahoo.com>
2623         * simple.el (display-message-or-buffer): Compare the number of
2624         characters to the frame width when determining whether a 1-line
2625         message string will fit in the echo area.  Count screen lines
2626         instead of buffer lines when determining whether a multi-line
2627         message will fit in the echo area/minibuffer window.
2629 2006-02-04  Eli Zaretskii  <eliz@gnu.org>
2631         * info.el (Info-index, Info-mode): Improve the description of the
2632         `i' command.
2634         * ldefs-boot.el: Regenerate.
2636 2006-02-03  Werner Lemberg  <wl@gnu.org>
2638         * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
2639         greedy to find the closing bracket in \*[...] and similar
2640         expressions.  This is a first rough fix -- many additional
2641         refinements are necessary to make nroff mode really usable with groff.
2643 2006-02-03  Jens Petersen  <petersen@redhat.com>  (tiny change)
2645         * international/mule-cmds.el (set-locale-environment):
2646         Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
2647         libX11.
2649 2006-02-03  Joe Wells  <jbw@macs.hw.ac.uk>  (tiny change)
2651         * arc-mode.el (archive-maybe-copy): Fix the way directories in the
2652         archive are created in archive-tmpdir.
2654 2006-02-02  John Paul Wallington  <jpw@pobox.com>
2656         * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
2657         (ibuffer-fontification-alist): Use it.
2658         (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
2659         to "* z" and the Ibuffer Mark menu.
2661         * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
2663 2006-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2665         * textmodes/table.el (*table--cell-describe-mode)
2666         (*table--cell-describe-bindings): Undo last change since
2667         print-help-return-message is not obsoleted by anything at all.
2669 2006-02-02  Luc Teirlinck  <teirllm@auburn.edu>
2671         * emulation/cua-base.el (cua-mode): Doc fix.
2673 2006-02-02  Juanma Barranquero  <lekktu@gmail.com>
2675         * dframe.el (dframe-handle-make-frame-visible)
2676         (dframe-handle-iconify-frame, dframe-get-focus)
2677         (dframe-select-attached-frame, dframe-power-click)
2678         (dframe-frame-mode): Fix typos in docstrings.
2680         * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
2681         (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
2682         Fix typos in docstrings.
2684         * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
2685         (hi-lock-face-buffer, hi-lock-font-lock-hook)
2686         (hi-lock-archaic-interface-message-used)
2687         (hi-lock-file-patterns-range): Fix typos in docstrings.
2689         * savehist.el (savehist-loaded, savehist-load, savehist-install)
2690         (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
2692         * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
2693         Fix typo in docstring.
2695         * net/newsticker.el (newsticker--decode-iso8601-date)
2696         (newsticker--set-customvar, newsticker--buffer-insert-item)
2697         (newsticker--do-run-auto-mark-filter)
2698         (newsticker--parse-generic-feed): Doc fixes.
2699         (newsticker--retrieval-timer-list, newsticker-url-list)
2700         (newsticker-hide-immortal-items-in-echo-area)
2701         (newsticker-hide-obsolete-items-in-echo-area)
2702         (newsticker-new-item-face, newsticker--enclosure)
2703         (newsticker-buffer-update, newsticker-w3m-show-inline-images)
2704         (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
2705         (newsticker--parse-generic-feed, newsticker--cache-contains)
2706         (newsticker--stat-num-items, newsticker-download-enclosures):
2707         Fix typos in docstrings.
2709         * net/rcirc.el (rcirc-debug): Doc fix.
2710         (rcirc-fill-column, rcirc-receive-message-hooks)
2711         (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
2712         (rcirc-mode, rcirc-generate-new-buffer-name)
2713         (rcirc-startup-channels, rcirc-ignore-update-automatic)
2714         (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
2715         Fix typos in docstrings.
2716         (rcirc-print): "?\ " -> "?\s".
2717         (rcirc-cmd-join): Improve argument/docstring consistency.
2719 2006-02-01  Mark A. Hershberger  <mah@everybody.org>
2721         * xml.el (xml-parse-region): Move save-excursion and set-buffer up
2722         before narrow-to-region.
2724 2006-02-01  Richard M. Stallman  <rms@gnu.org>
2726         * simple.el (move-beginning-of-line): Scan properly for invis change.
2728         * replace.el (multi-occur-in-matching-buffers): Fix prev change.
2730 2006-02-01  Michael Albinus  <michael.albinus@gmx.de>
2732         * net/tramp.el (tramp-convert-file-attributes): Set file's gid
2733         change bit only when id-format is 'integer.  Reported by Matt
2734         Hodges <M.P.Hodges@rl.ac.uk>.
2736 2006-02-01  Juanma Barranquero  <lekktu@gmail.com>
2738         * hilit-chg.el (highlight-changes-initial-state)
2739         (highlight-changes-global-initial-state): Doc fixes.
2740         (highlight-changes-global-modes, global-highlight-changes):
2741         Fix typos in docstrings.
2743 2006-02-01  Kim F. Storm  <storm@cua.dk>
2745         * emulation/cua-base.el (cua-mode): Mention that CUA enables
2746         transient-mark-mode in doc string.
2748 2006-01-31  Richard M. Stallman  <rms@gnu.org>
2750         * replace.el (multi-occur): Doc fix.
2751         (multi-occur-in-matching-buffers): Rename from
2752         multi-occur-by-filename-regexp.  Prefix arg says match
2753         buffer names instead of file names.
2755 2006-01-31  Juanma Barranquero  <lekktu@gmail.com>
2757         * bs.el: Allow non-default values of `bs-header-lines-length'.
2758         (bs--running-in-xemacs): Remove (not needed anymore).
2759         (bs--set-window-height): Simplify by using `fit-window-to-buffer'
2760         instead of `shrink-window', thus avoiding having to compute the
2761         height of the window.
2762         (bs--up): Wrap around even when there's no header.
2763         (bs--down): Use `forward-line' instead of `next-line'.
2765 2006-01-30  Chong Yidong  <cyd@stupidchicken.com>
2767         * image-mode.el (image-toggle-display): Use file name if possible,
2768         instead of unnecessarily allocating a (possibly huge) lisp string.
2770 2006-01-30  John Paul Wallington  <jpw@pobox.com>
2772         * subr.el (toplevel): Define `cl-assertion-failed' condition here
2773         because the `assert' macro signals it at runtime.
2775         * emacs-lisp/cl.el (toplevel): Remove definition of
2776         `cl-assertion-failed' condition.
2778 2006-01-30  Nick Roberts  <nickrob@snap.net.nz>
2780         * thumbs.el (thumbs-marked-list): Make buffer-local and
2781         permanent-local.
2782         (thumbs-insert-thumb): Make help-echo non-sticky.
2783         (thumbs-file-alist): Use eolp as check for (non)-image.
2785 2006-01-30  Juanma Barranquero  <lekktu@gmail.com>
2787         * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
2788         (ediff-before-session-group-setup-hooks)
2789         (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
2790         Fix typos in docstrings.
2792         * window.el (bw-dir, bw-eqdir, balance-windows)
2793         (split-window-keep-point): Fix typos in docstrings.
2795         * textmodes/org.el (org-allow-space-in-links, org-closed-string)
2796         (org-quote-string, org-calendar-to-agenda-key)
2797         (org-agenda-sorting-strategy, org-agenda-use-time-grid)
2798         (org-show-following-heading, org-tags-column)
2799         (org-use-tag-inheritance, org, org-allow-space-in-links)
2800         (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
2801         (org-enable-table-editor, org-calc-default-modes)
2802         (org-table-allow-automatic-line-recalculation)
2803         (org-export-html-style, org-export-with-fixed-width)
2804         (org-export-with-sub-superscripts, org-special-keyword)
2805         (org-formula, org-time-grid, org-table-may-need-update)
2806         (org-mode, org-goto-ret, org-goto-left, org-goto-right)
2807         (org-goto-quit, org-get-indentation, org-end-of-item)
2808         (org-move-item-down, org-move-item-up)
2809         (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
2810         (org-remove-occur-highlights, org-read-date, org-goto-calendar)
2811         (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
2812         (org-agenda-log-mode, org-agenda-toggle-diary)
2813         (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
2814         (org-agenda-file-to-end, org-agenda-no-heading-message)
2815         (org-agenda-get-closed, org-format-agenda-item)
2816         (org-cmp-priority, org-cmp-category, org-cmp-time)
2817         (org-agenda-change-all-lines, org-agenda-diary-entry)
2818         (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
2819         (org-link-search, org-camel-to-words, org-open-file)
2820         (org-remember-handler, org-table-convert-region)
2821         (org-table-move-row-down, org-table-move-row-up)
2822         (org-table-copy-region, org-table-wrap-region)
2823         (org-table-toggle-vline-visibility)
2824         (org-table-get-vertical-vector, org-table-modify-formulas)
2825         (org-table-get-specials, org-recalc-commands)
2826         (org-table-rotate-recalc-marks, org-table-eval-formula)
2827         (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
2828         (org-level-color-stars-only, org-insert-heading):
2829         Fix typos in docstrings.
2830         (last-arg): Add defvar.
2832         * makefile.w32-in (WINS): Add erc.
2833         (MH_E_SRC): Update (copied from lisp/Makefile.in).
2835 2006-01-29  Bill Wohler  <wohler@newt.com>
2837         * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
2838         mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
2839         mh-tool-bar.el, mh-xface.el.  Remove mh-customize.el, mh-init.el.
2840         (mh-autoloads): Don't use comments on otherwise empty lines.
2842 2006-01-29  Edward O'Connor  <ted@oconnor.cx>
2844         * emulation/viper.el (viper-major-mode-modifier-list): Add
2845         insert-state and vi-state entries for erc-mode.
2846         (viper-go-away, viper-set-hooks): Add and remove
2847         viper-comint-mode-hook from erc-mode-hook as appropriate.
2849         * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
2851 2006-01-29  Juanma Barranquero  <lekktu@gmail.com>
2853         * bs.el (bs--format-aux): Implement `middle' alignment as
2854         described in the docstring for `bs-attributes-list'.
2855         (bs--get-name): Simplify.  Don't pad the buffer name.
2857 2006-01-27  Agustin Martin  <agustin.martin@hispalinux.es>
2859         * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
2860         English aspell dictionary is installed, use the first entry of
2861         ispell-dictionary-alist-1.
2863 2006-01-27  Kevin Rodgers  <ihs_4664@yahoo.com>
2865         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
2866         Doc fix.
2868 2006-01-27  Michael Albinus  <michael.albinus@gmx.de>
2870         * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
2871         for `process-file', in order to let it work for older Emacsen too.
2873 2006-01-27  Eli Zaretskii  <eliz@gnu.org>
2875         * international/latexenc.el: Add a suitable `coding:' tag.
2876         (latexenc-find-file-coding-system): Undo last change.
2878 2006-01-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
2880         * international/latexenc.el (latexenc-find-file-coding-system):
2881         Make sure latexenc-main-file is a regular file and is readable.
2883 2006-01-27  Andre Spiegel  <spiegel@gnu.org>
2885         * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
2886         Pass FILE to vc-user-login-name.
2888         * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
2890 2006-01-27  Nick Roberts  <nickrob@snap.net.nz>
2892         * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
2893         there are no more images to display.
2894         (thumbs-mark, thumbs-unmark): Revert change so that they move to
2895         the next image.
2897 2006-01-26  Richard M. Stallman  <rms@gnu.org>
2899         * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
2901         * wid-edit.el (advertised-widget-backward): New alias.
2902         (widget-keymap): Use advertised-widget-backward for S-TAB.
2904         * tumme.el: Correct the keywords.
2905         (tumme-dir-max-size): Use defvar.
2906         (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
2908         * simple.el (move-beginning-of-line): Take account of fields.
2909         (clone-indirect-buffer-other-window): Take args like
2910         clone-indirect-buffer, and work like it.
2912         * help-fns.el (describe-function): Don't pass `nil' as default.
2914         * files.el (risky-local-variable-p): Follow var aliases.
2916         * subr.el (lazy-completion-table): Doc fix.
2918         * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
2919         global binding of `line'.
2921 2006-01-25  Andre Spiegel  <spiegel@gnu.org>
2923         * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
2924         Tramp.
2926         * vc.el (vc-default-dired-state-info): Pass FILE to
2927         vc-user-login-name.
2928         (vc-default-update-changelog): Don't use vc-user-login-name, we
2929         don't need it here.
2931         * tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
2932         no longer necessary.
2934 2006-01-25  Kenichi Handa  <handa@m17n.org>
2936         * international/mule.el (decode-char): Avoid the overhead of
2937         calling utf-lookup-subst-table-for-decode if
2938         utf-translate-cjk-mode is nil.
2939         (encode-char): Avoid the overhead of calling
2940         utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
2941         nil.
2943 2006-01-22  Kenichi Handa  <handa@m17n.org>
2945         * international/mule.el (make-subsidiary-coding-system): Reset
2946         `coding-system-define-form' property of subsidiaries to nil.
2947         Avoid duplicated entry in coding-system-alist.
2948         (make-coding-system): Avoid duplicated entry in
2949         coding-system-alist.
2950         (define-coding-system-alias): Likewise.
2952 2006-01-24  Luc Teirlinck  <teirllm@auburn.edu>
2954         * completion.el: Minor fixes in introductory comment.
2955         (completion-def-wrapper): Fix alist.
2957 2006-01-25  Nick Roberts  <nickrob@snap.net.nz>
2959         * thumbs.el (thumbs-new-image-size): New function.
2960         (thumbs-increment-image-size-element)
2961         (thumbs-decrement-image-size-element, thumbs-increment-image-size)
2962         (thumbs-decrement-image-size): Delete.
2963         (thumbs-resize-image-1): Rename from thumbs-resize-image.  Keep old
2964         temp files and use to resize.
2965         (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
2966         Use increment argument to enlarge/shrink.  Preserve point.
2967         (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
2968         (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
2969         (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
2970         (thumbs-mark, thumbs-unmark): Preserve point.
2971         (thumbs-modify-image): Keep old temp files and use to modify.
2972         Cleanup old temp files at load time.  Preserve point.
2973         (thumbs-view-image-mode-map): Use new command names.
2975 2006-01-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2977         * log-view.el (log-view-minor-wrap): First rev is the one at point.
2979         * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
2980         the nastiest part of the cyclic dependency.
2981         (cal-menu-update): Use dotimes and calendar-increment-month.
2983         * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
2984         (calendar-week-start-day): Add an :initializer.
2985         (calendar-mode-map): Use suppress-keymap, and command remapping.
2986         (describe-calendar-mode): Setup xref-stack info for the back button.
2987         (calendar-star-date): Insert before delete.
2988         (calendar-set-mode-line): Add file-modified info if applicable.
2989         (calendar-increment-month): New function.
2991 2006-01-24  Tobias C. Rittweiler  <tcr@freebits.de>  (tiny change)
2993         * font-lock.el (lisp-font-lock-keywords-2):
2994         Recognize "& keywords" only at word boundaries.
2996 2006-01-24  Nick Roberts  <nickrob@snap.net.nz>
2998         * thumbs.el (thumbs-extra-images): New variable.  Make it buffer-local
2999         and permanent-local.
3000         (thumbs-max-image-number): New variable.
3001         (thumbs-do-thumbs-insertion): Use them.
3002         (thumbs-per-line): Change default to 4.
3003         (thumbs-marked-list): Rename from thumbs-markedL.
3004         (thumbs-cleanup-thumbsdir, thumbs-delete-images)
3005         (thumbs-rename-images): Use -list instead of L for internal variables.
3006         (thumbs-call-convert): Use call-process instead of shell-command.
3007         (thumbs-insert-thumb): Add filename as help-echo to each image.
3008         (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
3009         Give dir to thumbs-show-thumbs-list.
3010         (thumbs-show-thumbs-list): Set default-directory to that of images.
3011         (thumbs-dired-show): Rename from thumbs-dired-show-all.
3012         (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
3013         (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
3014         (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
3016 2006-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3018         * ses.el (ses-read-cell): Provide a default value.
3020 2006-01-23  Juanma Barranquero  <lekktu@gmail.com>
3022         * term/w32-win.el (image-library-alist): Add additional names for
3023         GIF library.
3025 2006-01-23  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
3027         * international/latexenc.el (latexenc-find-file-coding-system):
3028         Add file-regular-p check.
3030 2006-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3032         * simple.el (clone-buffer): Don't show the new buffer in the same
3033         window.
3035 2006-01-23  Juri Linkov  <juri@jurta.org>
3037         * faces.el (link, link-visited): New faces based on default values
3038         of `info-xref' and `info-xref-visited'.
3040         * info.el (info-xref): Inherit from `link'.
3041         (info-xref-visited): Inherit from `link-visited'.
3043         * cus-edit.el (custom-buffer-create-internal): Use widget type
3044         `custom-manual' instead of `info-link' and don't set properties
3045         `button-face' and `mouse-face' explicitly.
3046         (custom-browse-group-tag, custom-browse-variable-tag)
3047         (custom-browse-face-tag): Inherit from widget class
3048         `custom-group-link' instead of `push-button'.
3049         (custom-button-unraised): Inherit from `underline' face.
3050         (custom-link): Inherit from `link' face.  Fix doc and group.
3051         (custom-add-parent-links, custom-group-value-create): Don't set
3052         properties `button-face' and `mouse-face' explicitly for
3053         `custom-group-link' widget.
3054         (custom-group-link): Add properties `button-face' and `mouse-face'
3055         to widget definition.
3056         (custom-field-keymap): New variable.  Put `custom-field-keymap' to
3057         editable-field's :keymap property.
3058         (custom-mode): Fix docstring: substitute keybindings for
3059         `widget-forward' and `widget-backward' from `widget-keymap',
3060         `widget-complete' from `custom-field-keymap', replace old
3061         `Custom-move-and-invoke' with `widget-move-and-invoke'.  Untabify.
3063         * desktop.el (desktop-load-file): Check for `fboundp' before
3064         calling `symbol-function'.
3066         * simple.el (clone-buffer, clone-indirect-buffer)
3067         (clone-indirect-buffer-other-window): Use `read-buffer' instead of
3068         `read-string'.  Fix prompts.
3070         * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
3072 2006-01-23  Nick Roberts  <nickrob@snap.net.nz>
3074         * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
3076 2006-01-22  Luc Teirlinck  <teirllm@auburn.edu>
3078         * startup.el (inhibit-splash-screen, initial-scratch-message):
3079         Doc fixes.
3081 2006-01-22  Michael Albinus  <michael.albinus@gmx.de>
3083         Sync with Tramp 2.0.52.
3085         * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
3086         net/tramp-vc.el: Add code for unloading Tramp.  See comment before
3087         `tramp-unload-tramp' for checklist.
3089         * net/tramp.el: Require `timer-funcs' instead of `timer' if in
3090         XEmacs.  Contributed by Steve Youngs <steve@sxemacs.org>.
3091         (tramp-unload-file-name-handler-alist)
3092         (tramp-unload-tramp): New defuns.
3093         (tramp-advice-PC-expand-many-files): New defadvice.
3094         (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
3095         removed.
3096         (tramp-handle-expand-file-name): Remove double slash.
3097         (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
3098         It doesn't matter, because it will be converted later on.
3099         (tramp-handle-file-ownership-preserved-p): Rewritten.  The old
3100         implementation was just heuristic.
3101         (tramp-post-connection): Set uid and gid properties.
3102         (tramp-convert-file-attributes): Set file's gid change bit.
3103         (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
3104         (tramp-handle-expand-file-name): Use "~root" for tilde expansion
3105         in case of su(do)? methods.  The home directory of the local user
3106         will be taken else.
3107         (tramp-open-connection-telnet)
3108         (tramp-open-connection-rsh, tramp-open-connection-su)
3109         (tramp-open-connection-multi): Set PS1 to "$ ".  Otherwise, a
3110         local shell prompt could hurt.  Reported by Romain Francoise
3111         <romain@orebokech.com>.
3112         (tramp-let-maybe): Add `edebug-form-spec' property.
3113         (tramp-handle-expand-file-name): Bind `default-directory' locally
3114         to "/" in order to avoid problems with UNC shares or Cygwin
3115         mounts.
3116         (tramp-md5-function): Fix typo in error message.
3118         * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
3120         * net/tramp-util.el (top): Apply `ignore' instead of `identity'
3121         for byte-compiler pacification.
3123 2006-01-22  Andre Spiegel  <spiegel@gnu.org>
3125         * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
3126         ID-FORMAT `string'.  This allows us to get rid of
3127         `vc-user-login-name UID'.
3129         * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
3131 2006-01-22  John Paul Wallington  <jpw@pobox.com>
3133         * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
3135 2006-01-21  Martin Rudalics  <rudalics@gmx.at>
3137         * emacs-lisp/find-func.el (find-definition-noselect)
3138         (find-variable-noselect): Search variables in C source code too.
3139         (find-function-C-source, find-function-noselect, find-function)
3140         (find-function-other-frame, find-variable-noselect, find-variable)
3141         (find-variable-other-frame, find-variable-at-point):
3142         Fix docstrings.
3144 2006-01-21  Francesco Potorti`  <pot@gnu.org>
3146         * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
3148 2006-01-21  Agustin Martin  <agustin.martin@hispalinux.es>
3150         * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
3151         Default to disabling the "Save affix" question.
3153 2006-01-21  Marien Zwart  <marienz@gentoo.org>  (tiny change)
3155         * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
3156         the first arg to run-python.
3158 2006-01-21  Eli Zaretskii  <eliz@gnu.org>
3160         * startup.el (command-line-1): Handle --no-desktop if desktop.el
3161         is not loaded.
3163 2006-01-20  Jay Belanger  <belanger@truman.edu>
3165         * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
3166         limit is 0.
3168         * calc/calc-arith.el (math-add-symb-fancy): Check the length of
3169         the correct variable.
3171 2006-01-20  Carsten Dominik  <dominik@science.uva.nl>
3173         * textmodes/org.el (org-open-at-point): Fixed bug with matching a
3174         link.  Fixed buggy argument sequence in call to `org-view-tags'.
3175         (org-compile-prefix-format): Set `org-prefix-has-tag'.
3176         (org-prefix-has-tag): New variable.
3177         (org-format-agenda-item): Remove tags from headline if
3178         appropriate.
3179         (org-agenda-remove-tags-when-in-prefix): New option.
3180         (org-get-tags-at): New function.
3182 2006-01-20  Nick Roberts  <nickrob@snap.net.nz>
3184         * thumbs.el (thumbs-buffer): New variable.  Make it buffer local.
3185         (thumbs-find-image): Move image name and number from buffer name
3186         to mode name.  Set thumbs-buffer.  Preserve point so that large
3187         images remain visible.
3188         (thumbs-file-alist): Construct list in thumbs-buffer and reverse
3189         order.
3190         (thumbs-show-image-num): Get image from thumbs-file-alist.  Set
3191         mode name.
3192         (thumbs-next-image, thumbs-previous-image): Make them work.
3194 2006-01-19  Luc Teirlinck  <teirllm@auburn.edu>
3196         * cus-edit.el (custom-buffer-create-internal): State in the text above
3197         the whole buffer buttons that they do not operate on hidden items.
3198         (custom-face-menu): Use `custom-face-save' instead of
3199         `custom-face-save-command'.
3200         (custom-face-save-command): Make it an alias for `custom-face-save'
3201         and declare it obsolete.
3202         (custom-face-save): Doc fix.
3204         * dired.el (dired-no-confirm): Add quote.
3205         (dired-subdir-alist-pre-R): Add quote in
3206         `make-variable-buffer-local' form and remove unbalanced parenthesis.
3208 2006-01-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3210         * textmodes/table.el (table-mode-indicator): Typo in last change.
3212 2006-01-19  Richard M. Stallman  <rms@gnu.org>
3214         * outline.el (hide-leaves): Don't call outline-end-of-heading.
3215         Fixes bug reported in Nov 2005.
3217         * isearch.el (isearch-forward): Doc fix.
3219         * dired.el (dired-move-to-filename-regexp): Define as alias.
3220         (dired-no-confirm): Use defcustom.
3221         (dired-subdir-alist-pre-R): Put defvar at top level.
3223         * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
3225         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
3226         Mark as risky.
3228         * simple.el (set-mark-command): Doc fix.
3229         (clone-indirect-buffer-other-window):
3230         Read arg like clone-indirect-buffer.
3231         (move-beginning-of-line): Skip invisible newlines.
3233 2006-01-19  Masatake YAMATO  <jet@gyve.org>
3235         * progmodes/cpp.el (cpp-edit-load): Make the order of
3236         listed conditions in a base C code buffer and its associate
3237         CPP Edit buffer the same.
3239 2006-01-19  Kenichi Handa  <handa@m17n.org>
3241         * mail/rmail.el (rmail-enable-mime): Docstring fixed.
3242         (rmail-mime-feature): Likewise.
3243         (rmail-require-mime-maybe): Use display-warning to show a warning
3244         message.
3246         * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
3247         (find-auto-coding): Use auto-coding-regexp-alist-lookup.
3249 2006-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3251         * array.el: Move defvars out of eval-when-compile.
3252         (array-make-template): Replace undeclared global var with a local one.
3253         (array-mode): Inline initialization functions.
3254         (array-init-local-variables, array-init-max-row)
3255         (array-init-max-column, array-init-columns-per-line)
3256         (array-init-field-width, array-init-rows-numbered)
3257         (array-init-line-length, array-init-lines-per-row): Remove.
3259         * play/doctor.el: Move defvars out of eval-when-compile.  Use dolist.
3260         (doc-mode-map): Define explicitly.
3261         (doctor-txtype): Use mapc.
3263         * textmodes/table.el: Move defvars out of eval-when-compile.
3264         Remove harmful code meant to avoid byte-compiler warnings.
3265         (table-fixed-mode-indicator): Remove.  Use a more complex mode-line
3266         specification that checks table-fixed-width-mode directly.
3267         (table-recognize-region, table-recognize-cell):
3268         Use restore-buffer-modified-p.
3269         (table-fixed-width-mode): Remove code that refreshes
3270         table-fixed-mode-indicator.
3271         (*table--cell-describe-bindings, *table--cell-describe-mode):
3272         Avoid obsolete name print-help-return-message.
3273         (table--test-cell-list): Don't use replace-regexp from elisp.
3274         (table--point-entered-cell-function, table--point-left-cell-function):
3275         Don't set table-fixed-mode-indicator, use force-mode-line-update.
3277         * textmodes/org.el: Move defvars out of eval-when-compile.  Move code
3278         that was after the end of file.  Use buffer-file-name variable.
3279         (org-timestamp-change): Use with-current-buffer.
3280         (org-todo-list): Don't unnecessarily define a new buffer-local var.
3281         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
3282         `file'.
3284         * progmodes/fortran.el: Move defvars out of eval-when-compile.
3285         (fortran-break-line): Remove unused var `opoint'.
3286         (fortran-abbrev-start): Obey help-event-list.
3288 2006-01-18  Jesper Harder  <harder@phys.au.dk>
3290         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
3292 2006-01-18  Masatake YAMATO  <jet@gyve.org>
3294         * progmodes/make-mode.el (makefile-imake-mode): New mode
3295         derived from makefile-mode.
3296         (makefile-imake-mode-syntax-table): New syntax table
3297         derived from makefile-mode-syntax-table.
3298         (makefile-mode): Write about makefile-imake-mode in doc string.
3299         (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
3300         (makefile-imake-font-lock-keywords): New font lock keywords.
3302         * files.el (auto-mode-alist): Add Imakefile.
3304 2006-01-17  Agustin Martin  <agustin.martin@hispalinux.es>
3306         * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
3307         loading the file rather than when turning on flyspell-mode.
3309 2006-01-16  Luc Teirlinck  <teirllm@auburn.edu>
3311         * cus-edit.el (customize-rogue): Minor doc fix.
3313 2006-01-17  Juri Linkov  <juri@jurta.org>
3315         * dired-aux.el (dired-diff): Use dired-dwim-target-directory
3316         instead of the file at the mark as default if the file at the mark
3317         is the same as the file at point or if dired-dwim-target-directory
3318         is not the same as the current directory and the mark is not active.
3320         * log-view.el (log-view-minor-wrap): Use the same logic to get
3321         revisions as `log-view-diff'.
3323         * info.el (Info-revert-find-node): Check for Info-current-file
3324         before preserving new-history.
3326         * man.el (Man-heading-regexp): Add `/'.
3328         * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
3329         (html-mode): Set `sentence-end-base' instead of `sentence-end'.
3331 2006-01-16  Juri Linkov  <juri@jurta.org>
3333         * faces.el (mode-line-faces): New defgroup.
3334         (mode-line-highlight): Move definition after new defgroup.
3335         (mode-line, mode-line-inactive, mode-line-highlight):
3336         Replace :group `modeline' with `mode-line-faces'.
3337         (mode-line-buffer-id): New face.
3338         (modeline-buffer-id): New face alias.
3339         (vertical-border): Remove :group `modeline'.
3341         * bindings.el (propertized-buffer-identification): Use face
3342         `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
3343         (mode-line-next-buffer, mode-line-previous-buffer): New functions.
3344         (mode-line-buffer-identification-keymap): For mouse-1 replace
3345         `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
3346         Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
3347         mouse-3.
3349         * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
3350         Buffer-menu-buffer.  Doc fix.
3351         (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
3352         (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
3353         `Buffer-menu-buffer'.
3355         * info.el (Info-mode-line-node-keymap): New defvar.
3356         (Info-set-mode-line): Use `stringp' to check Info-current-file.
3357         Propertize Info-current-node with `mode-line-buffer-id' and
3358         `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
3360         * time.el (display-time-mail-face): Replace :group `faces' with
3361         `mode-line-faces'.
3363 2006-01-16  Kenichi Handa  <handa@m17n.org>
3365         * international/code-pages.el: Add autoload cookies for cp125[0345678].
3367         * language/european.el (cp1252): New alias for windows-1252.
3369         * international/mule.el (autoload-coding-system): Prepare for EOL
3370         variants.
3372 2006-01-15  Dan Nicolaescu  <dann@ics.uci.edu>
3374         * term.el (term-raw-map): Add mapping for insert.
3375         (term-send-insert): New.
3376         (term-mode): Make variables local here instead of doing it in
3377         `term-emulate-terminal'.
3378         (term-emulate-terminal): Delete incorrect optimization for cr+lf.
3379         Scroll reverse needs to take into account the scroll region.
3380         Saving and restoring the cursor should save the color attributes too.
3381         (term-reset-terminal): Reset the scroll region.
3382         (term-handle-ansi-escape): Cursor up and down should take into
3383         account the scroll region.
3384         (term-set-scroll-region): Rename from `term-scroll-region'.
3385         Move to 0,0 after setting the region.
3386         (term-handle-scroll): Handle scroll up.
3387         (term-down): Fix off by one error.
3388         (term-delete-lines): Do not delete outside the scroll region.
3389         (term-insert-lines): Take into account the scroll region.
3391 2006-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3393         * textmodes/ispell.el (ispell-internal-change-dictionary)
3394         (ispell-change-dictionary): Undo most of last change of 2006-01-13.
3395         (start, end): Move declaration outside of eval-when-compile.
3397         * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
3398         (flyspell-mode-on): Use it.
3400         * textmodes/ispell.el (ispell-kill-ispell): Run new hook
3401         ispell-kill-ispell-hook.
3403 2006-01-14  Luc Teirlinck  <teirllm@auburn.edu>
3405         * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
3406         (Custom-reset-saved): Do not ask for confirmation in single option
3407         buffers.
3409 2006-01-13  Richard M. Stallman  <rms@gnu.org>
3411         * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
3413 2006-01-13  Romain Francoise  <romain@orebokech.com>
3415         * add-log.el (add-change-log-entry, change-log-merge):
3416         Conditionally use `hard-newline'.
3418 2006-01-13  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
3420         * wid-edit.el (widget-field-end): If the overlay is no longer
3421         associated with a buffer, behave as if the overlay didn't exist.
3423         * cus-edit.el (custom-add-see-also, custom-add-parent-links):
3424         Make sure the links use the `custom-link' face.
3426 2006-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3428         * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
3429         (ld-script-mode): Don't set indent-line-function since we don't
3430         have one.
3432 2006-01-13  Carsten Dominik  <dominik@science.uva.nl>
3434         * textmodes/org.el (org-open-file): Use mailcap for selecting an
3435         application.
3436         (org-file-apps-defaults-gnu): Use mailcap as the default for
3437         selecting an application on a UNIX system.
3438         (org-agenda-show-tags): New command.
3439         (org-table-insert-hline): Keep cursor in current table line.
3440         (org-table-convert): Offset effect of modifying
3441         `org-table-insert-hline'.
3442         (org-format-agenda-item): New optional argument TAG.
3443         (org-compile-prefix-format): Handle %T format for the tag.
3444         (org-expand-wide-chars): New function.
3445         (org-table-insert-row, org-table-insert-hline):
3446         Use `org-expand-wide-chars'.
3447         (org-open-file): Fix bug in program launch.
3448         (org-get-time-of-day): Fix bug with times before 1am.
3449         (org-agenda-menu): Add tags commands.
3451 2006-01-13  Agustin Martin  <agustin.martin@hispalinux.es>
3453         * textmodes/ispell.el (ispell-init-process): Include the used
3454         dictionary in ispell process start message.
3455         (ispell-internal-change-dictionary): When flyspell-mode is active
3456         and dictionary is changed, make sure ispell process is restarted
3457         and flyspell word cache cleared out for the current buffer.
3458         (ispell-change-dictionary): Make sure flyspell word cache is
3459         cleared out in all buffers with active flyspell mode when
3460         dictionary is globally changed.
3461         Call ispell-internal-change-dictionary after dictionary change.
3463 2006-01-13  Eli Zaretskii  <eliz@gnu.org>
3465         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
3467         * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
3468         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
3469         years.  Fix small differences wrt Makefile.in.
3470         (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
3471         Makefile.in does.
3473 2006-01-12  Bill Wohler  <wohler@newt.com>
3475         * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
3476         mh-search.el.
3478 2006-01-12  Masatake YAMATO  <jet@gyve.org>
3480         * progmodes/ld-script.el: Update copyright year.
3482 2006-01-12  Chong Yidong  <cyd@stupidchicken.com>
3484         * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
3485         Don't add widget if setting undefined.
3487 2006-01-12  John Paul Wallington  <jpw@pobox.com>
3489         * help-fns.el (describe-variable): Remove newlines from void
3490         variable output.
3492 2006-01-13  Nick Roberts  <nickrob@snap.net.nz>
3494         * wdired.el (wdired-mode-map): Add help echo for
3495         wdired-abort-changes.
3497         * man.el (Man-file-name-regexp): Adjust for a list of files.
3499 2006-01-12  Masatake YAMATO  <jet@gyve.org>
3501         * progmodes/ld-script.el (auto-mode-alist): Support
3502         suffix conventions used in netbsd and eCos.
3504 2006-01-11  Luc Teirlinck  <teirllm@auburn.edu>
3506         * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
3507         (custom-variable-menu, custom-face-menu, custom-group-menu)
3508         (Custom-mode-menu): Change names of menu items.  (As discussed on
3509         emacs-devel.)
3510         (custom-face-menu): Add "Undo Edits" item.
3512         * startup.el (init-file-user): defcustom -> defvar.
3514         * tooltip.el (tooltip-mode): Doc fix.
3516 2006-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3518         * reveal.el (reveal-post-command): window-buffer signals an error on
3519         dead windows rather than returning nil.
3520         (reveal-open-new-overlays): An overlay might die while we open others.
3522 2006-01-11  Bill Wohler  <wohler@newt.com>
3524         * cus-dep.el (generated-custom-dependencies-file): Fix typo and
3525         phrasing in docstring.
3527         * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
3528         can give some systems gas.  Add new file mh-buffers.el.
3530 2006-01-06  Masatake YAMATO  <jet@gyve.org>
3532         * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
3533         C preprocessor forward ported from GNU Emacs 21.2.
3535         * progmodes/asm-mode.el (asm-font-lock-keywords):
3536         Use `cpp-font-lock-keywords'.
3538         * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
3540         * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
3541         of $ for "\\.ld[s]?".
3543 2006-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3545         * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
3546         (tcl-indent-line): Return `noindent' if inside a string.
3548         * progmodes/flymake.el (flymake-split-string): Remove more than one
3549         empty string at beg/end of the result.
3550         (flymake-find-buildfile, flymake-find-possible-master-files):
3551         Use expand-file-name.
3552         (flymake-fix-file-name): Don't replace \ with / and don't remove ./
3553         since expand-file-name does it for us.  Use directory-file-name.
3554         (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
3555         (flymake-ler-get-type, flymake-ler-get-text)
3556         (flymake-ler-make-ler): Remove.  Replace by defstruct.  Update callers.
3557         (flymake-current-line-no): Remove spurious interactive spec.
3558         (flymake-delete-temp-directory): Remove unused var `slash-pos'.
3559         (flymake-check-include): Remove arg inc-path merged into inc-name.
3560         (flymake-check-patch-master-file-buffer): Fit in 80 columns.
3561         Arg regexp-list replaced by a simple regexp.
3562         (flymake-master-make-header-init, flymake-master-tex-init):
3563         Correspondingly replace regexp-list with a regexp.  Fix regexp.
3565 2006-01-10  Simon Josefsson  <jas@extundo.com>
3567         * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
3568         describing AUTH PLAIN fix.
3570 2006-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
3572         * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
3573         (report-emacs-bug): Don't record initial prompt text.
3574         Instead, add text properties to prompting text.
3575         (report-emacs-bug-hook): Delete prompting text.
3577 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3579         * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
3580         `dirs'.  Adjust callers.
3582 2006-01-09  John Paul Wallington  <jpw@gnu.org>
3584         * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
3586 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3588         * reveal.el (reveal-open-new-overlays): New extracted fun.
3589         (reveal-close-old-overlays): Idem.  Check overlays's liveness before
3590         using them.  Simplify the code.
3591         (reveal-post-command): Use them.  Fix up obsolete windows in
3592         reveal-open-spots.
3594         * progmodes/flymake.el: Use `require' rather than autoload for
3595         XEmacs's overlays.
3596         (flymake-get-common-file-prefix, flymake-build-relative-filename):
3597         Delete.  Use file-relative-name instead.
3598         (flymake-get-syntax-check-program-args, flymake-perl-init):
3599         Simplify the resulting code.
3601         * log-view.el (log-view-file-re, log-view-message-re): Add support
3602         for DaRCS output.
3604 2006-01-09  Alex Schroeder  <alex@gnu.org>
3606         * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
3607         identifiers sometimes added in square brackets at the beginning of
3608         subject lines.
3610 2006-01-07  Richard M. Stallman  <rms@gnu.org>
3612         * cus-edit.el (Custom-set, Custom-save): Doc fix.
3613         (Custom-reset-current, Custom-reset-saved): Change question text.
3614         (Custom-reset-standard): Likewise.
3615         (custom-variable-reset-saved): Doc fix.
3617 2006-01-07  Eli Zaretskii  <eliz@gnu.org>
3619         * startup.el (init-file-user): Doc fix.
3621 2006-01-07  Alex Schroeder  <alex@gnu.org>
3623         * mail/rmail.el (rmail-current-subject): New function.
3624         (rmail-current-subject-regexp): New function.
3625         (rmail-next-same-subject): Use it.
3627         * mail/rmailsum.el (rmail-summary-by-topic):
3628         Use rmail-current-subject and rmail-current-subject-regexp.
3629         (rmail-summary-next-same-subject): Ditto.
3631         * net/rcirc.el (rcirc-send-input): No longer check whether the
3632         process is open, since not all commands need an open process.
3633         (rcirc-send-string): Check whether the process is open before
3634         sending anything.
3635         (rcirc-ignore-list): New option.
3636         (rcirc-ignore-list-automatic): New variable.
3637         (rcirc-print): Take rcirc-ignore-list into account.
3638         (rcirc-cmd-ignore): New command.
3639         (rcirc-ignore-update-automatic): New function.
3640         (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
3641         list if ignored nicks.
3642         (rcirc-handler-NICK): Ditto, and also ignore the new nick.
3644 2006-01-06  David Reitter  <david.reitter@gmail.com>
3646         * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
3647         reflect the address to which the report will be sent.
3649 2006-01-06  Eli Zaretskii  <eliz@gnu.org>
3651         * progmodes/ld-script.el (auto-mode-alist): Recognize linker
3652         scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
3654 2006-01-01  Michael Ernst  <mernst@alum.mit.edu>  (tiny changes)
3656         * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
3658         * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
3659         the doc string: "functoin" => "function".
3660         * ldefs-boot.el: Likewise.
3662         * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
3663         message text: "Duplicat" => "Duplicate".
3665 2006-01-06  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
3667         * files.el (basic-save-buffer-2): If backing-up failed, reset
3668         buffer-backed-up to nil.
3670 2006-01-06  Nick Roberts  <nickrob@snap.net.nz>
3672         * progmodes/gud.el (gdb-script-skip-to-head)
3673         (gdb-script-calculate-indentation): Indent for breakpoint command
3674         lists also.
3676 2006-01-05  Bill Wohler  <wohler@newt.com>
3678         * Makefile.in (compile-always): Add mh-autoloads dependency.
3679         (bootstrap): Remove mh-autoloads dependency, as compile dependency
3680         provides it.
3681         (updates): Remove mh-autoloads dependency, since it probably has
3682         already run recently (via recompile).
3684 2006-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3686         * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
3687         argument `force' to disable the flyspell-last-buffer optimization.
3688         (flyspell-mode-on): Use it.
3690         * progmodes/flymake.el (flymake-get-cleanup-function): Default to
3691         flymake-simple-cleanup.
3692         (flymake-allowed-file-name-masks): Use this new default.
3693         All the functions are now called in the right buffer rather than
3694         passing the buffer as argument.
3695         (flymake-process-sentinel): Switch to buffer before calling cleanup.
3696         (flymake-parse-err-lines): Remove redundant buffer arg.
3697         (flymake-get-program-dir): Comment out unused function.
3698         (flymake-start-syntax-check, flymake-start-syntax-check-process):
3699         Remove redundant buffer argument.
3700         (flymake-get-real-file-name, flymake-simple-java-cleanup)
3701         (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
3703 2006-01-05  Richard M. Stallman  <rms@gnu.org>
3705         * info.el (Info-find-node): Don't record previous node if have none.
3706         (info): Go to directory only if history is empty.
3708         * simple.el (mark): Doc fix.
3710 2006-01-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3712         * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
3713         already of desired type.
3714         (mac-ae-list): Coerce parameter to "list" type.
3715         (mac-dispatch-apple-event): Replace cadr part of event with a
3716         dummy position so that event-start returns it.
3718 2006-01-05  Carsten Dominik  <dominik@science.uva.nl>
3720         * textmodes/org.el (org-end-of-subtree): New function.
3721         (org-cycle, org-subtree-end-visible-p, org-scan-tags):
3722         Use `org-end-of-subtree'.
3723         (org-agenda, org-agenda-convert-date): Protect calls to
3724         `fit-window-to-buffer'.
3725         (org-tags-view): Force matching of sublevels when doing a
3726         todo-only search.  Define the correct redo command, including the
3727         arguments.
3728         (org-agenda-redo): Display message.
3729         (org-check-for-org-mode): New function.
3730         (org-agenda-type): New variable.
3731         (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
3732         Set `org-agenda-type'.
3733         (org-agenda-check-type): New function.
3734         (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
3735         (org-agenda-week-view, org-agenda-day-view)
3736         (org-agenda-next-date-line, org-agenda-previous-date-line)
3737         (org-agenda-log-mode, org-agenda-toggle-diary)
3738         (org-agenda-toggle-time-grid, org-agenda-date-later)
3739         (org-agenda-date-prompt, org-agenda-diary-entry)
3740         (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
3741         (org-agenda-convert-date, org-agenda-menu):
3742         Use `org-agenda-check-type'.
3743         (org-make-overlay, org-delete-overlay)
3744         (org-detatch-overlay, org-move-overlay, org-overlay-put):
3745         New compatibility functions.
3746         (org-calendar-select-mouse): New command.
3748 2006-01-04  Chong Yidong  <cyd@stupidchicken.com>
3750         * cus-edit.el (Custom-reset-current, Custom-reset-saved)
3751         (Custom-reset-standard): Fix y-or-n-p messages.
3752         (custom-link): New face for links.
3753         (custom-buffer-create-internal, custom-manual): Use it.
3754         (custom-face-save): Push to theme-face before setting face spec.
3756         * wid-edit.el (widget-default-mouse-face-get): New function.
3757         (widget-specify-button): Handle mouse-face like button-face.
3759         * custom.el (load-theme): Clear old theme settings if reloading.
3761 2006-01-03  Luc Teirlinck  <teirllm@auburn.edu>
3763         * cus-edit.el (custom-buffer-create-internal): Move whole buffer
3764         "Erase Customization" button back to same position it occupies in
3765         the individual State menus.
3767 2006-01-04  Kim F. Storm  <storm@cua.dk>
3769         * wid-edit.el (key-sequence): Rework widget to read key binding
3770         using `kbd' syntax.  Use C-q to insert literal key, event, or code.
3771         (widget-key-sequence-default-value): Default value for empty sequence.
3772         (widget-key-sequence-map): New map for reading key binding.  Bind C-q.
3773         (widget-key-sequence-read-event): New command for C-q.
3774         (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
3775         (widget-key-sequence-value-to-external): New functions.
3777 2006-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3779         * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
3780         Use expand-file-name.
3781         (flymake-delete-temp-directory): Use expand-file-name,
3782         file-name-directory, and directory-file-name.
3783         (flymake-strrchr): Delete.
3784         (flymake-start-syntax-check): Don't pass the redundant buffer argument
3785         to the init-f function.
3786         (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
3787         (flymake-init-find-buildfile-dir)
3788         (flymake-init-create-temp-source-and-master-buffer-copy)
3789         (flymake-simple-make-init-impl, flymake-simple-make-init)
3790         (flymake-master-make-init, flymake-master-make-header-init)
3791         (flymake-simple-make-java-init, flymake-simple-ant-java-init)
3792         (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
3793         (flymake-xml-init): Remove corresponding redundant buffer argument.
3794         (flymake-allowed-file-name-masks): Remove last elems that are equal to
3795         the default anyway.  Clean up regexps.
3797         * progmodes/flymake.el (flymake-temp-source-file-name)
3798         (flymake-master-file-name, flymake-temp-master-file-name)
3799         (flymake-base-dir): New buffer-local vars.
3800         (flymake-buffer-data, flymake-get-buffer-value)
3801         (flymake-set-buffer-value): Replace those hash-tables by the new
3802         buffer-local vars.  Update callers.
3804         * progmodes/flymake.el (flymake-check-start-time)
3805         (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
3806         (flymake-last-change-time, flymake-new-err-info, flymake-timer):
3807         Move definition, so we can remove redundant earlier declaration.
3808         (flymake-replace-regexp-in-string, flymake-split-string)
3809         (flymake-get-temp-dir): Use defalias.
3810         (flymake-popup-menu): Remove `pos' argument.  Use posn-at-point.
3811         (flymake-xemacs-window-edges): Remove unused function.
3812         (flymake-get-point-pixel-pos): Move.
3813         (flymake-pid-to-names, flymake-reg-names)
3814         (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
3815         Replace by a simple list flymake-processes and by process-buffer.
3816         Update callers.  Other than simplify the code, it uses buffers rather
3817         than buffer-names so it doesn't get confused by uniquify.
3818         (flymake-buffer-data): The global value should just be nil.
3820         * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
3821         Optimize the body of a defalias like any other code.
3823         * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
3824         Make sure we've setup font-lock's vars.  It may influence which
3825         function we then call.
3826         (font-lock-default-fontify-buffer): Don't bother calling set-defaults
3827         here since it's too late anyway.
3829 2006-01-03  Romain Francoise  <romain@orebokech.com>
3831         * startup.el (fancy-splash-tail, normal-splash-screen):
3832         Update copyright year.
3834 2006-01-02  J.D. Smith  <jdsmith@as.arizona.edu>
3836         * mouse.el (mouse-drag-track): Rename, from
3837         `mouse-drag-region-1'.  Includes optional argument required to
3838         enable post-drag event processing (e.g. delete region keys).
3839         Can be used without this argument to track a mouse region and operate
3840         on it as soon as the drag completes.
3841         (mouse-drag-region): Use `mouse-drag-track'.
3843 2006-01-02  Chong Yidong  <cyd@stupidchicken.com>
3845         * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
3846         Move to `custom-buffer' group.
3848         * cus-theme.el: Rewrite the Custom New Theme Mode interface.
3849         (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
3850         (custom-theme-insert-face-marker, custom-theme-variable-menu)
3851         (custom-theme-face-menu): New variables.
3852         (custom-theme-add-variable, custom-theme-variable-action)
3853         (custom-variable-reset-theme, custom-theme-delete-variable)
3854         (custom-face-reset-theme, custom-theme-face-action)
3855         (custom-theme-delete-face, custom-theme-merge-theme)
3856         (custom-theme-add-face, custom-theme-visit-theme): New functions.
3858 2006-01-01  Chong Yidong  <cyd@stupidchicken.com>
3860         * custom.el: Move Custom Themes commentary to start of theme code.
3861         (custom-known-themes): Rename `standard' theme to `changed'.
3862         (custom-push-theme): Caller no longer specifies what theme to use
3863         when doing `reset'---the setting is simply removed from the theme.
3864         Delete MODE from `theme-value' and `theme-settings' properties.
3865         (custom-declare-theme): Ignore &rest args since we don't use them.
3867         (custom-loaded-themes): Delete variable.
3868         (custom-theme-load-themes, custom-theme-loaded-p)
3869         (custom-theme-value): Delete functions.
3871         (custom-declare-theme): Signal error on invalid theme names.
3872         (provide-theme): custom-loaded-themes was deleted.
3873         (load-theme): Load the file unconditionally.
3874         (enable-theme): Call `load-theme' if theme is undefined.
3875         (custom-enabled-themes): Only update value for successful loads.
3876         (disable-theme): Complete from enabled themes when interactive.
3877         (custom-variable-theme-value): Calculate theme value directly.
3879         (custom-theme-reset-variables, custom-reset-variables): Mark as
3880         XEmacs compatibility functions.  We don't actually use these.
3882         * cus-edit.el (custom-variable-state-set):
3883         Use custom-variable-theme-value instead of custom-theme-value.
3884         (custom-face-state-set): Rename `standard' theme to `changed'.
3885         (custom-save-variables, custom-save-faces): Delete unneeded
3886         references to custom-reset-variables.
3887         (custom-save-resets): Delete function.
3888         (custom-save-variables, custom-save-faces): MODE argument deleted.
3889         (custom-save-variables, custom-save-faces): Ignore theme values.
3891         * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
3892         compatibility function.
3894 2006-01-01  Richard M. Stallman  <rms@gnu.org>
3896         * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
3897         (Custom-reset-current, Custom-reset-saved): Likewise.
3898         (Custom-reset-standard): Show message if aborted.
3899         (custom-mode): Doc fix, describing those commands.
3901         * mouse.el (mouse-drag-region-1): When following link via mouse-2,
3902         put on event-kind property.
3904 2005-12-31  Chong Yidong  <cyd@stupidchicken.com>
3906         * custom.el (provide-theme): Ban `user' theme name.
3907         (custom-enabling-themes): New variable.
3908         (enable-theme): Don't enable user if custom-enabling-themes is t.
3909         (custom-enabled-themes): Make it a defcustom.
3910         (custom-theme-recalc-face): No-op if face is undefined.
3912         * cus-edit.el (custom-button-mouse): New variable.
3913         (custom-button-mouse): New face.
3914         (custom-raised-buttons, custom-mode): Use it.
3916         * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
3918 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
3920         * progmodes/gud.el (gud-display-line): Support hl-line in the
3921         source buffer.
3923 2005-12-31  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
3925         * mouse.el (mouse-drag-window-above): Verify that the found window
3926         overlaps with the given window in the horizontal dimension.
3928 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
3930         * Makefile.in (cvs-update): New target.
3932         * makefile.w32-in (cvs-update): Ditto.
3934 2005-12-30  Chong Yidong  <cyd@stupidchicken.com>
3936         * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
3937         (custom-new-theme-mode-map): New variable.
3939 2005-12-30  Richard M. Stallman  <rms@gnu.org>
3941         * custom.el (custom-load-themes): Function deleted.
3943         * cus-edit.el (custom-save-loaded-themes): Function deleted.
3944         (custom-save-variables): Don't delete or add custom-load-themes call.
3946 2005-12-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3948         * cus-start.el: Add `visible-cursor'.
3950         * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
3951         (flymake-parse-output-and-residual): Remove `source-buffer' argument.
3952         (flymake-process-filter): Switch to buffer before calling it instead.
3953         (flymake-post-syntax-check, flymake-highlight-err-lines)
3954         (flymake-delete-own-overlays, flymake-parse-err-lines)
3955         (flymake-start-syntax-check, flymake-start-syntax-check-process)
3956         (flymake-count-lines, flymake-parse-residual):
3957         Remove constant buffer argument.
3958         (flymake-start-syntax-check-for-current-buffer): Remove.
3959         Update callers to use flymake-start-syntax-check instead.
3960         (flymake-display-err-menu-for-current-line):
3961         Remove unused var `mouse-pos'.
3962         (flymake-restore-formatting): Comment out unused function.
3963         (flymake-report-status, flymake-report-fatal-status): Remove buffer
3964         argument, use current-buffer instead.  Update callers.
3966 2005-12-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3968         * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
3969         buffer-local because choose-completion-delete-max-match requires
3970         that we set completion-ignore-case (i.e., binding via let is not
3971         sufficient).
3972         (bibtex-complete): Always set completion-ignore-case and
3973         choose-completion-string-functions.  The latter is needed because
3974         choose-completion-string-functions keeps its value if we quit the
3975         *Completions* buffer without requesting a completion.
3977 2005-12-30  Andreas Schwab  <schwab@suse.de>
3979         * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
3981 2005-12-30  Eli Zaretskii  <eliz@gnu.org>
3983         * jit-lock.el (jit-lock-chunk-size): Doc fix.
3985 2005-12-30  Juri Linkov  <juri@jurta.org>
3987         * locate.el (locate-fcodes-file, locate-header-face)
3988         * progmodes/delphi.el (delphi-other-face)
3989         * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
3991         * paren.el (show-paren-match, show-paren-mismatch): Use existing
3992         group `paren-showing-faces'.
3994         * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
3995         (goto-address): Fix docstring.
3997         * net/webjump.el (webjump-sample-sites): Update URLs.
3999         * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
4001         * subr.el (cancel-change-group): Add listp around pending-undo-list.
4003 2005-12-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4005         * font-lock.el (font-lock-compile-keywords): Signal an error when
4006         font-lock-set-defaults hasn't been called.
4008 2005-12-29  Luc Teirlinck  <teirllm@auburn.edu>
4010         * subr.el (noreturn, 1value): Doc fixes.
4012 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4014         * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
4015         that assoc-string returns nil.
4017 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4019         * textmodes/bibtex.el (bibtex-entry-type-whitespace)
4020         (bibtex-entry-type-str, bibtex-empty-field-re)
4021         (bibtex-search-backward-string, bibtex-preamble-prefix)
4022         (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
4023         (bibtex-any-valid-entry-type): New variable.
4024         (bibtex-parse-field-name): Simplify.
4025         (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
4026         (bibtex-preamble-prefix): Include left delimiter.
4027         (bibtex-search-forward-field, bibtex-search-backward-field):
4028         Allow unbounded search past entry boundaries (required by bibtex-pop).
4029         (bibtex-text-in-field-bounds): Use push.
4030         (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
4031         (bibtex-parse-preamble, bibtex-valid-entry)
4032         (bibtex-beginning-first-field): New functions.
4033         (bibtex-skip-to-valid-entry): Use bibtex-valid-entry.  Fix regexp.
4034         (bibtex-map-entries): Fix docstring.
4035         (bibtex-flash-head): New arg prompt.  Simplify.
4036         (bibtex-enclosing-field): Include code of bibtex-inside-field.
4037         (bibtex-insert-kill): Simplify.  Always insert text past the
4038         current field or entry.
4039         (bibtex-format-entry): Use bibtex-parse-field.
4040         (bibtex-pop): Use bibtex-beginning-of-entry and
4041         bibtex-end-of-entry to initiate the search.  Insert empty field if
4042         we found ourselves.
4043         (bibtex-print-help-message): New args field and comma.
4044         Handle entry keys.
4045         (bibtex-make-field): Use bibtex-beginning-of-entry.
4046         (bibtex-end-of-entry): Use bibtex-valid-entry.  Recognize any
4047         invalid entry.
4048         (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
4049         Handle preambles.  Simplify code for thorough test.
4050         (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
4051         New arg comma.  Handle entry heads.
4052         (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
4053         (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
4054         New arg comma.
4055         (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
4056         (bibtex-fill-field): Simplify.
4057         (bibtex-fill-entry): Use bibtex-beginning-first-field and
4058         bibtex-parse-field.
4059         (bibtex-convert-alien): Do not wait before calling bibtex-validate.
4060         (bibtex-complete): Use bibtex-parse-preamble.
4062 2005-12-29  Nick Roberts  <nickrob@snap.net.nz>
4064         * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
4065         Display name of expression instead of convenience variable.
4066         (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
4068         * progmodes/gud.el (gud-tooltip-dereference): Rename from
4069         toggle-gud-tooltip-dereference.
4070         (gud-tooltip-print-command): Move concatenation of "*" to expr to...
4071         (gud-tooltip-tips): ...here when dereferencing.
4073 2005-12-28  Bill Wohler  <wohler@newt.com>
4075         * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
4077 2005-12-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4079         * vc.el (vc-annotate-display): Replace optional arg `color-map' with
4080         compulsory arg `ratio'.  Inline body of vc-annotate-time-span.
4081         (vc-annotate-display-autoscale): Adjust call.
4082         (vc-annotate-display-default): Adjust call.  Make arg compulsory.
4083         Fix interactive spec.
4084         (vc-annotate-time-span): Remove.
4085         (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
4086         (vc-annotate-mode-menu, vc-annotate-display-autoscale)
4087         (vc-annotate-display-select): Use new name.
4089         * vc.el (vc-annotate-mode-map): Remove obsolete binding.
4090         (vc-annotate-mode-menu): Remove left-over redundant declaration.
4091         Correct the construction of span entries.  Simplify.
4092         (vc-annotate-display-select): Fix the nil case.
4093         (vc-annotate): Remove obsolete (and now broken) code.
4094         (vc-annotate-extract-revision-at-line): Remove obsolete code.
4095         (vc-annotate-time-span): Remove unused arg `quantize'.  Simplify.
4097 2005-12-28  Luc Teirlinck  <teirllm@auburn.edu>
4099         * subr.el (lazy-completion-table): Correct typo in docstring.
4101         * startup.el (command-line): Use `custom-reevaluate-setting' for
4102         `send-mail-function'.
4104         * mail/sendmail.el (send-mail-function): Autoload the standard-value.
4106 2005-12-05  Ralf Angeli  <angeli@iwi.uni-sb.de>
4108         * mail/smtpmail.el (smtpmail-try-auth-methods):
4109         Send credentials together with "AUTH PLAIN" command.
4111 2005-12-27  Richard M. Stallman  <rms@gnu.org>
4113         * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
4114         mouse-2, go back to previously selected window, so it's selected
4115         when mouse-2 command runs.
4117 2005-12-27  Juri Linkov  <juri@jurta.org>
4119         * descr-text.el (describe-text-sexp): Use square brackets for
4120         button [Show] to distinguish it from the property value `show'.
4121         (describe-property-list): Use `insert-text-button' with
4122         `help-face' type instead of putting face in quotes, because button
4123         is not created automatically for a list of faces.
4124         (describe-text-properties-1): Put button-type value in quotes to
4125         distinguish from plain text "button".
4126         (describe-char): Display code point values in hex.  Don't use
4127         `symbol-name' for `current-input-method' because it is a string.
4128         Use `insert-text-button' with `help-face' type instead of putting
4129         hardcoded face in quotes, because button is not created automatically.
4131 2005-12-27  Richard M. Stallman  <rms@gnu.org>
4133         * progmodes/glasses.el (glasses-face): More specific custom type.
4135         * files.el (set-visited-file-name): Doc fix.
4137         * textmodes/flyspell.el (flyspell-external-point-words):
4138         Use local var buffer-scan-pos to advance scan for next misspelling.
4139         Advance it only after we find the misspelling.
4141 2005-12-27  Agustin Martin  <agustin.martin@hispalinux.es>
4143         * textmodes/flyspell.el (flyspell-external-point-words):
4144         New criteria for finding the misspelling in the buffer.
4146 2005-12-27  Nick Roberts  <nickrob@snap.net.nz>
4148         * help-mode.el (help-insert-string): Set help-xref-stack-item
4149         rather than call help-setup-xref.
4151         * descr-text.el (describe-char): Revert previous changes for
4152         optional buffer argument.
4154 2005-12-27  Juri Linkov  <juri@jurta.org>
4156         * help-mode.el (help-insert-string): New function.  Save buffer
4157         contents in cases where it is impossible to recompute the old contents.
4159         * descr-text.el (describe-char): Set help-xref-stack-item
4160         explicitly after buffer has been generated.
4162 2005-12-27  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4164         * cus-start.el (all): Add x-gtk-show-hidden-files.
4166 2005-12-26  Richard M. Stallman  <rms@gnu.org>
4168         * replace.el (perform-replace): Calculate match-again
4169         before skipping read-only matches.
4171         * paren.el (paren-showing-faces): New group.
4172         (show-paren-match, show-paren-mismatch): Move to that group.
4174         * button.el (button): Put into group `basic-faces'.
4176         * progmodes/make-mode.el: Remove faces from group `faces'.
4178         * apropos.el (apropos, apropos-value): Doc fix.
4179         (apropos-documentation): Doc fix.
4181 2005-12-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4183         * subr.el (lazy-completion-table): Remove argument `args'.
4185         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
4186         Don't use the `args' argument of lazy-completion-table.
4188 2005-12-26  Nick Roberts  <nickrob@snap.net.nz>
4190         * descr-text.el (describe-char): Add optional argument for buffer.
4191         Set buffer appropriately.  Call help-setup-xref.
4192         Suggested by Stefan Monnier.
4194 2005-12-26  Juri Linkov  <juri@jurta.org>
4196         * descr-text.el: Require `help-fns' at runtime.  Don't require
4197         `button' for byte compilation.
4198         (describe-text-widget): Add `help-echo' for first button.
4199         Use `help-info' for second.
4200         (describe-property-list): Use `help-argument-name' instead of `italic'.
4201         (describe-text-category): Add prompt to interactive spec.
4202         Call `help-setup-xref'.
4203         (describe-char): Use `help-character-set'.  Add `help-echo' for
4204         code point.  Use `help-input-method'.  Remove superfluous insert.
4206 2005-12-25  Richard M. Stallman  <rms@gnu.org>
4208         * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
4209         at point, in case of narrowing.
4211         * progmodes/delphi.el (delphi-other-face): Allow nil in type.
4213         * locate.el (locate-header-face): Allow nil in type.
4215         * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
4217 2005-12-25  Romain Francoise  <romain@orebokech.com>
4219         * battery.el (battery-linux-proc-acpi): Also try
4220         `/proc/acpi/thermal_zone/THM0/temperature'.
4222 2005-12-24  Chong Yidong  <cyd@stupidchicken.com>
4224         * custom.el (custom-push-theme): Fix docstring.
4226         * cus-edit.el (custom-variable-set, custom-variable-save)
4227         (custom-variable-save): Custom-quote widget values.
4228         (customize-save-variable): Fix custom-push-theme call.
4230 2005-12-24  Eli Zaretskii  <eliz@gnu.org>
4232         * w32-fns.el (w32-batch-update-autoloads): New function.
4234         * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
4235         Use w32-batch-update-autoloads, and don't setq generated-autoload-file
4236         from the command line.
4238 2005-12-23  Chong Yidong  <cyd@stupidchicken.com>
4240         * custom.el (custom-push-theme): Clarify docstring.  VALUE nil for
4241         reset means to remove setting from theme entirely.  Don't keep
4242         expanding theme-settings list; delete old entries if necessary.
4244         * cus-edit.el (custom-buffer-create-internal): Move "Erase
4245         customization" button one line up.
4246         (custom-themed): New face.
4247         (custom-magic-alist): New value, THEMED, for theme settings.
4248         (custom-variable-state-set, custom-face-state-set):
4249         Check theme-value instead of saved-value.
4250         (custom-variable-reset-standard, custom-face-reset-standard):
4251         Remove theme setting entirely.  Recalculate new values.
4252         (custom-variable-set, custom-variable-set)
4253         (custom-variable-reset-saved, custom-variable-reset-backup)
4254         (custom-face-set, custom-face-reset-saved): Update `user' theme.
4255         (custom-variable-save): Fix typos.
4257 2005-12-23  Juri Linkov  <juri@jurta.org>
4259         * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
4260         Add autoload cookies.
4261         (edebug-outside-d-c-i-n-s-w): New variable.
4262         (edebug-display, edebug-outside-excursion): Use it to save the
4263         original value of default-cursor-in-non-selected-windows.
4264         Set default-cursor-in-non-selected-windows to t while Edebug
4265         is active.
4266         (edebug-mode, edebug-eval-mode): Doc fix.
4268         * mouse.el (mouse-choose-completion): Replace `buffer-substring'
4269         with `buffer-substring-no-properties' to remove common substring
4270         highlighting.
4272         * info.el (info-other-window, info): Rename function argument
4273         `file' to `file-or-node'.
4274         (Info-complete-menu-item): Use local variable `complete-nodes' to
4275         keep the global value of `Info-complete-nodes' unchanged for
4276         subsequent completions.
4277         (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
4279         * simple.el (get-next-valid-buffer, last-buffer)
4280         (next-error-buffer-p, next-error-find-buffer)
4281         (minibuffer-history-sexp-flag): Doc fix.
4283         * savehist.el (savehist-mode-hook): Add `:group'.
4285         * log-view.el: Call autoload for vc-find-version.
4286         (log-view-current-file): Adjust subgroup numbers.
4287         (log-view-current-tag): Add `length'.
4289 2005-12-23  Richard M. Stallman  <rms@gnu.org>
4291         * vc.el (vc-annotate-car-last-cons): Defn moved up.
4293 2005-12-23  Juri Linkov  <juri@jurta.org>
4295         * hi-lock.el (hi-lock-archaic-interface-message-used)
4296         (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
4297         (hi-lock-mode): Display "Hi" in the mode line only when
4298         hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
4299         (hi-lock-write-interactive-patterns):
4300         Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
4301         (hi-lock-set-pattern, hi-lock-set-file-patterns)
4302         (hi-lock-font-lock-hook): Set 3rd arg `how' of
4303         font-lock-add-keywords to t.
4305 2005-12-23  David Koppelman  <koppel@ece.lsu.edu>
4307         * hi-lock.el (hi-lock-highlight-range): New variable.
4308         (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
4309         only if font-lock-fontified is non-nil.  Remove overlays.
4310         (hi-lock-set-pattern): Call font-lock-fontify-buffer if
4311         font-lock-fontified is non-nil, otherwise use overlays (instead of
4312         text properties).
4313         (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
4314         New variables.
4315         (hi-lock-string-serialize) New function.
4317 2005-12-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4319         * menu-bar.el (menu-find-file-existing): New function.
4320         (menu-bar-file-menu): Use menu-find-file-existing for Open.
4322         * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
4324 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4326         * vc.el: Remove unnecessary leading * in docstrings.
4327         (vc-annotate-mode-map): Move initialization into declaration.
4328         (vc-static-header-alist): Nitpick on the regexp.
4329         (vc-default-init-version): New fun.
4330         (vc-register): Use it.
4331         (vc-insert-headers): Use dolist.
4332         (vc-annotate-get-backend): Remove unused function.
4333         (vc-annotate-add-menu): Remove.  Build the menu directly at toplevel.
4334         (vc-annotate-mode): Remove corresponding call.
4335         (vc-annotate-car-last-cons): Simplify.
4336         (vc-annotate-buffers): Remove var.
4337         (vc-annotate-backend): Make it buffer-local.
4338         (vc-annotate): Move the interaction to the interactive spec.
4339         Add a `buf' argument.
4340         (vc-annotate-warp-version): Use this new `buf' argument to avoid
4341         killing&creating a vc-annotate buffer, which is very disruptive when
4342         the buffers are shown in dedicated frames.
4344 2005-12-23  Nick Roberts  <nickrob@snap.net.nz>
4346         * descr-text.el: Add FSF as maintainer.
4347         (describe-text-mode, describe-text-mode-map)
4348         (describe-text-mode-hook, describe-text-done): Delete.  Use normal
4349         help-mode.
4350         (describe-text-widget, describe-text-sexp)
4351         (describe-property-list, describe-text-category)
4352         (describe-text-properties, describe-text-properties-1)
4353         (describe-char): Use help buttons instead of widgets.
4354         (describe-char-unicodedata-file): Make URL link in doc string.
4356 2005-12-22  Richard M. Stallman  <rms@gnu.org>
4358         * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
4359         (custom-buffer-create-internal): Reword the top-of-buffer help intro.
4360         Don't include buttons that write a file when there's no file.
4361         (custom-variable-menu, custom-face-menu, custom-group-menu):
4362         Don't include commands that write a file when there's no file.
4363         (customize-browse): Reword the top-of-buffer help intro.
4364         (custom-buffer-create-internal): Fix previous change.
4365         (customize-changed-options-previous-release): Prev release is 21.1.
4366         (customize-changed-options): Doc fix.
4367         (customize-changed): New alias.
4368         (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
4369         Say "standard values".
4370         (Custom-reset-standard): Doc fix.
4371         (custom-face-reset-standard): Doc fix.
4373 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4375         * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
4376         even if font-lock-mode is non-nil since it may be t without having
4377         turned on font-lock-mode-internal.
4378         (font-lock-choose-keywords): Minor optimization.
4379         (font-lock-add-keywords, font-lock-remove-keywords)
4380         (font-lock-set-defaults): Don't call make-local-variable on a variable
4381         that we know to already be local.
4383 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4385         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
4386         messages if in the minibuffer.
4388 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4390         * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
4391         (tex-mode-flyspell-verify, flyspell-get-word)
4392         (flyspell-external-point-words): Don't use point-min/max uselessly.
4394         * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
4395         by Kevin Rodgers.  Instead, just hide the completions buffer if we
4396         don't need to show it.
4398 2005-12-21  Luc Teirlinck  <teirllm@auburn.edu>
4400         * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
4402 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4404         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
4405         delete-windows-on with an inexistent buffer.
4407 2005-12-22  Nick Roberts  <nickrob@snap.net.nz>
4409         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
4410         Delete defcustom variable :tag names.
4412 2005-12-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4414         * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
4415         (log-view-font-lock-keywords): Ajust subgroup numbers.
4416         (log-view-current-tag): Don't hard code the number of subgroups.
4418 2005-12-20  Juri Linkov  <juri@jurta.org>
4420         * tooltip.el (tooltip): Move defgroup before define-minor-mode.
4421         (tooltip-x-offset, tooltip-y-offset): Doc fix.
4423         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
4424         (menu-bar-non-minibuffer-window-p): Instead of checking
4425         display-multi-frame-p, use selected-frame when menu-updating-frame
4426         is nil.
4428 2005-12-20  Davis Herring  <herring@lanl.gov>  (tiny change)
4430         * align.el (align-rules-list): Use [ \t] instead of \s-
4431         for column separators in text mode.
4433 2005-12-20  Nick Roberts  <nickrob@snap.net.nz>
4435         * help-mode.el (help-customize-variable, help-customize-face):
4436         Don't pop help-xref-stack as help-follow no longer pushes
4437         anything on to it.
4439 2005-12-20  Carsten Dominik  <dominik@science.uva.nl>
4441         * textmodes/org.el (org-agenda-custom-commands): New option.
4442         (org-agenda): Offer custom commands on splash screen.
4443         (org-make-tags-matcher): Parser for Boolean logic added.
4444         (org-agenda-set-tags): New command.
4445         (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
4446         (org-set-tags): Efficiency improvements.
4447         (org-auto-align-tags): New option.
4448         (org-todo, org-demote, org-promote): Realign tags.
4449         (org-tags-completion-function): Use also "&" and "|" as separators.
4450         (org-org-menu): Agenda commands simplified.
4452 2005-12-19  Luc Teirlinck  <teirllm@auburn.edu>
4454         * cus-edit.el (customize-apropos, customize-apropos-options):
4455         Docstring changes.
4457         * font-lock.el (font-lock): Add tags to the links in the defgroup.
4459 2005-12-19  Chong Yidong  <cyd@stupidchicken.com>
4461         * longlines.el (longlines-mode): Wrap while widened.
4462         (longlines-decode-region, longlines-encode-region): Compute max
4463         just once.
4465 2005-12-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4467         * cus-edit.el (mac): New group.
4469         * cus-start.el (all): Add user options in macterm.c.  Add test for
4470         Mac-related built-ins.  Fix test for GTK-related built-ins.
4472         * term/mac-win.el (mac-handle-language-change)
4473         (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
4474         (mac-services-open-selection, mac-services-mail-selection)
4475         (mac-services-mail-to, mac-services-insert-text)
4476         (mac-dispatch-apple-event): Add docstrings.
4477         (x-get-selection, mac-select-convert-to-string): Select coding
4478         system from `utf-16be' and `utf-16le' using `byteorder'.
4480 2005-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4482         * subr.el (lazy-completion-table): Don't be fooled if the var holds
4483         a "list" (lambda ...) rather than a real completion list.
4485         * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
4486         lexical-let when encountering ((lambda (...) ...) ...).
4488 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
4490         * progmodes/sh-script.el (sh-mode):
4491         * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
4492         * textmodes/picture.el (picture-mode): Update docstrings.
4494 2005-12-17  Eli Zaretskii  <eliz@gnu.org>
4496         * makefile.w32-in (autoloads, custom-deps): Warn that parts of
4497         commands enclosed in $(ARGQUOTE)s should not be split between two
4498         lines, as that will break with GNU Make >3.80, when sh.exe is used
4499         and arg quoting is with '..'.
4500         (autoloads): Don't break the quoted --eval expression between
4501         several lines.
4503 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
4505         * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
4506         Capture error from printing circular structures.
4508 2005-12-17  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
4510         * wid-edit.el (widget-checkbox-action): Clear undo info.
4512 2005-12-16  Bill Wohler  <wohler@newt.com>
4514         * menu-bar.el (kill-this-buffer): Set a good example by using menu
4515         bar, not menubar in comment.
4517 2005-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4519         * progmodes/cc-engine.el (c-after-change-check-<>-operators):
4520         After-change-functions should not clobber the match data.
4522 2005-12-16  Juri Linkov  <juri@jurta.org>
4524         * simple.el (choose-completion): Use `buffer-substring-no-properties'
4525         instead of `buffer-substring'.
4526         (completion-common-substring): Doc fix.
4527         (completion-setup-function): Use minibuffer-completion-contents
4528         instead of minibuffer-contents.  Don't set common-string-length
4529         initially.  Remove special handling of partial-completion-mode.
4530         Move computation of completion-base-size into one cond.
4531         Call completion-base-size-function in mainbuf.  In computation of
4532         completion-base-size for file name completion don't move point to
4533         the end of the minibuffer.  Move computation of common-string-length
4534         into one cond.  Start putting faces only when common-string-length>=0.
4535         Add condition to put completions-common-part when
4536         common-string-length>0.
4538         * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
4539         place point at the first different character in the minibuffer
4540         even if this position is at the beginning of the minibuffer.
4542         * info.el (Info-read-node-name-1): In completion-base-size-function's
4543         lambda return 1 if common-substring or minibuffer-completion-contents
4544         starts with (, and 0 otherwise.
4546         * emacs-lisp/crm.el (crm-minibuffer-completion-help):
4547         Use `crm-current-element' for second arg of `display-completion-list'.
4549 2005-12-16  Klaus Zeitler  <kzeitler@lucent.com>
4551         * files.el (set-auto-mode): Look for an interpreter specified on
4552         the first line also if search for mode specification succeeded,
4553         but the mode is not known.
4555 2005-12-16  Carsten Dominik  <dominik@science.uva.nl>
4557         * textmodes/org.el (org-tags-match-list-sublevels): New option.
4558         (org-open-at-point): Implement tag searches as links.
4559         (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
4560         (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
4561         (org-tags-sparse-tree, org-tags-view, org-set-tags)
4562         (org-agenda-dispatch): New commands.
4563         (org-use-tag-inheritance, org-tags-column): New options.
4564         (org-tab-follows-link, org-return-follows-link): New options.
4565         (org-tags): New customize group.
4566         (org-start-icalendar-file): Get local time zone.
4567         (org-tags-completion-function): New function.
4568         (org-set-font-lock-defaults): Make sure links will also be
4569         highlighted inside headlines.
4571 2005-12-16  Mark Plaksin  <happy@usg.edu>  (tiny change)
4573         * term.el (term-emulate-terminal):
4574         Let term-handle-ansi-terminal-messages override what Bash says about
4575         its current directory.
4577 2005-12-16  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
4579         * bindings.el (last-buffer): Move to simple.el.
4580         * simple.el (last-buffer): Move here.
4581         (get-next-valid-buffer): New function.
4582         (next-buffer): Use frame-local buffer list, maintain buried buffer list.
4583         (prev-buffer): Ditto.  Rename to `previous-buffer'.
4585         * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
4586         * bindings.el (global-map): Ditto.
4588 2005-12-15  Luc Teirlinck  <teirllm@auburn.edu>
4590         * cus-edit.el: Introductory comment change.
4591         (custom-magic-alist): Change message string for the `rogue' state.
4593 2005-12-15  Richard M. Stallman  <rms@gnu.org>
4595         * tooltip.el: Delete defcustom variable :tag names.
4597         * complete.el (partial-completion-mode): Doc fix.
4599         * textmodes/flyspell.el (flyspell-external-point-words):
4600         Use save-excursion to ensure we don't move backward in the
4601         search loop, not even one character.
4602         (flyspell-delete-all-overlays): Use remove-overlays directly.
4604         * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
4605         (ispell-start-process): Set that variable.
4606         Clear ispell-buffer-local-name.
4607         (ispell-internal-change-dictionary):
4608         Set ispell-current-dictionary after killing process.
4609         (ispell-buffer-local-dict):
4610         Don't set spell-personal-dictionary after killing process.
4611         (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
4612         (ispell-tex-skip-alists, ispell-html-skip-alists)
4613         (ispell-skip-region-alist): Mark as risky.
4615         * net/newsticker.el (newsticker--retrieval-timer-list)
4616         (newsticker--display-timer, newsticker-running-p)
4617         (newsticker-ticker-running-p): Definitions moved up.
4619 2005-12-16  Nick Roberts  <nickrob@snap.net.nz>
4621         * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
4623 2005-12-15  David Ponce  <david@dponce.com>
4625         * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
4626         (recentf-edit-list, recentf-open-files): Signal an error when
4627         there is no recent file.
4629 2005-12-14  Lennart Borgman  <lennart.borgman.073@student.lu.se>
4631         * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
4632         read-only except for texinfo-format-region evaluation.
4634 2005-12-14  Richard M. Stallman  <rms@gnu.org>
4636         * vc.el (vc-default-previous-version, vc-default-next-version)
4637         (vc-do-command): Doc fixes.
4639 2005-12-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4641         * textmodes/bibtex.el (bibtex-expand-strings)
4642         (bibtex-autokey-expand-string, bibtex-name-part)
4643         (bibtex-entry-type-whitespace, bibtex-entry-type-str)
4644         (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
4645         (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
4646         (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
4647         (bibtex-entry-postfix, bibtex-known-entry-type-re)
4648         (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
4649         (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
4650         (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
4651         (bibtex-beginning-of-last-entry): Remove.
4652         (bibtex-parse-field-name): Use bibtex-field-name.  Issue error
4653         message if comma is missing but buffer is read-only.
4654         (bibtex-parse-field-text): Handle whitespaces at the end of field
4655         text.  Return 3-element list with beginning and end of field text
4656         and end of field.
4657         (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
4658         (bibtex-parse-field): Remove arg name.  Use bibtex-field-name.
4659         (bibtex-search-forward-field, bibtex-search-backward-field):
4660         Search always delimited by limits of entry.  Use more efficient
4661         search algorithms.
4662         (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
4663         bibtex-end-of-name-in-field.
4664         (bibtex-text-in-field-bounds): Handle BibTeX strings when
4665         extracting the content of a field.
4666         (bibtex-text-in-field): Use search limits.
4667         (bibtex-parse-string-prefix): Handle empty string keys based on
4668         bibtex-string-empty-key.
4669         (bibtex-parse-string): Fix docstring.
4670         (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
4671         (bibtex-preamble-prefix, bibtex-strings): New functions.
4672         (bibtex-skip-to-valid-entry): Include preceding whitespace in
4673         BibTeX entries (consistent with other BibTeX functions).
4674         (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
4675         (bibtex-search-entry): Fix docstring.  Simplify.
4676         (bibtex-flash-head, bibtex-complete-string-cleanup)
4677         (bibtex-count-entries, bibtex-sort-buffer): Simplify.
4678         (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
4679         (bibtex-parse-entry): New optional arg content.
4680         (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
4681         Use bibtex-text-in-field-bounds.
4682         (bibtex-print-help-message): Handle BibTeX strings and preambles.
4683         (bibtex-end-of-entry): Use bibtex-preamble-prefix and
4684         bibtex-parse-string-postfix.
4685         (bibtex-find-text-internal): New function.
4686         (bibtex-remove-delimiters): Use it.
4687         (bibtex-find-text): Use it.  New optional arg help.
4688         (bibtex-complete): Handle BibTeX string and preamble entries.
4689         (bibtex-Preamble): Fix order of closing delimiters.
4691 2005-12-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4693         * vc.el (vc-default-revert): New fun.
4695         * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
4697 2005-12-14  Romain Francoise  <romain@orebokech.com>
4699         * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
4700         (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
4701         (font-lock-remove-keywords): Likewise.
4703 2005-12-14  Juri Linkov  <juri@jurta.org>
4705         * log-view.el (log-view-diff): Doc fix.
4707         * isearch.el (isearch-query-replace): Use (mark) instead of
4708         isearch-opoint if mark is active in transient-mark-mode.
4710 2005-12-14  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
4712         * isearch.el (isearch-query-replace): Check for isearch-other-end.
4714 2005-12-14  Per Abrahamsen  <abraham@dina.kvl.dk>
4716         * progmodes/cpp.el (cpp-face): New widget.
4717         (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
4719 2005-12-14  Juri Linkov  <juri@jurta.org>
4721         * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
4722         around `erase-buffer' and `insert'.
4724         * descr-text.el (describe-text-properties): Replace buffer name
4725         "*Help-2*" with "*Help*<2>".
4726         (describe-char): Add functions print-help-return-message,
4727         toggle-read-only.  Use help-setup-xref with nil to not store
4728         describe-char in help-xref-stack.  Use help-make-xrefs to
4729         make [back] button.
4731         * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
4733         * wdired.el (wdired-old-point): New internal variable.
4734         (wdired-change-to-wdired-mode): Set it buffer-locally.
4735         (wdired-abort-changes): Restore point after aborting changes.
4737 2005-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4739         * vc.el (vc-do-command): Add a new value t for okstatus.
4741         * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
4742         frame in case of errors.
4744 2005-12-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4746         * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
4747         so it comes after "On the Left" in the menu.
4749 2005-12-12  Luc Teirlinck  <teirllm@auburn.edu>
4751         * cus-edit.el (customize-apropos, customize-apropos-options)
4752         (customize-apropos-faces, customize-apropos-groups): Doc fixes.
4754 2005-12-12  Bill Wohler  <wohler@newt.com>
4756         * vc-svn.el (vc-svn-registered): Fix problem of visiting
4757         non-writable Subversion-controlled files by saving window
4758         configuration before calling vc-do-command.  vc-do-command calls
4759         pop-to-buffer on error which is unexpected during registration.
4761 2005-12-12  Jay Belanger  <belanger@truman.edu>
4763         * calc/README: Update the summary of changes.
4765 2005-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4767         * descr-text.el (describe-char): Rework last fix to solve the problem
4768         is the same way it's solved for everything else in that function
4769         (i.e. by extracting the info before setting up the *Help* buffer).
4771 2005-12-12  Kim F. Storm  <storm@cua.dk>
4773         * subr.el (version-regexp-alist): Allow space as separator before
4774         non-numeric part, e.g. "1.0 alpha".
4775         (version-to-list): Interpret .X.Y version as 0.X.Y version.
4777 2005-12-12  Carsten Dominik  <dominik@science.uva.nl>
4779         * textmodes/org.el (org-agenda, org-timeline, org-todo):
4780         Implement Logging and the keep-modes setting.
4781         (org-get-category): Make sure a string is returned.
4782         (org-log-done): New function.
4783         (org-log-done, org-closed-string): New options.
4785 2005-12-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4787         * tooltip.el (tooltip-y-offset): Change default to 20.
4789 2005-12-12  Richard M. Stallman  <rms@gnu.org>
4791         * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
4793         * frame.el (display-hourglass): Doc fix.
4795         * help.el (help-for-help-internal): Simplify entry for `a'.
4797         * info.el (Info-on-current-buffer): Doc fix.
4798         (info-insert-file-contents): Don't test (featurep 'jka-compr).
4800         * startup.el (inhibit-splash-screen): Make this the real name.
4801         (inhibit-startup-message): Make this the alias.
4802         (command-line): Find only simple.el, and use its directory
4803         to fill in other preloaded files' names.
4804         (command-line): Deactivate the mark if deactivate-mark is set.
4806         * international/mule.el (load-with-code-conversion):
4807         Bind deactivate-mark.
4809         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
4811 2005-12-11  Luc Teirlinck  <teirllm@auburn.edu>
4813         * cus-edit.el (customize-apropos): Avoid listing an option more
4814         than once under different aliases.  No longer list user options
4815         that are not defined with defcustom (unless a prefix arg is given).
4816         Doc fix.
4817         (customize-apropos-options): Doc fix.
4819 2005-12-11  Juri Linkov  <juri@jurta.org>
4821         * frame.el (set-background-color, set-foreground-color)
4822         (set-cursor-color, set-mouse-color, set-border-color):
4823         Add explicit prompts to read colors by `facemenu-read-color'.
4824         (show-trailing-whitespace, blink-cursor-delay)
4825         (blink-cursor-interval, display-hourglass, hourglass-delay):
4826         Remove tags.
4827         (display-hourglass, hourglass-delay): Doc fix.
4828         (cursor-in-non-selected-windows): Capitalize words in tag.
4830         * faces.el (frame-background-mode): Replace `choice-item' keywords
4831         with `const' to not make [default] button.  Change default value tag
4832         from `default' to `automatic'.  Doc fix.
4833         (trailing-whitespace) <defface>: Change group `whitespace' to
4834         `whitespace-faces'.
4836 2005-12-11  Richard M. Stallman  <rms@gnu.org>
4838         * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
4840 2005-12-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4842         * term/mac-win.el: Create keymap for mac-apple-event-map.
4844 2005-12-11  Nick Roberts  <nickrob@snap.net.nz>
4846         * tooltip.el (tooltip-mode): Move to start of file so that it
4847         appears at top of customize buffer.
4849         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
4850         Add the gud groupname.
4851         (gud-tooltip-mode): Add the tooltip groupname.
4852         (gud-tooltip-echo-area): Add the gud groupname.  Remove tag to
4853         avoid conflict with tooltip-use-echo-area.
4855 2005-12-10  Romain Francoise  <romain@orebokech.com>
4857         * help.el (help-for-help-internal): Add `r' in doc string.
4859 2005-12-10  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
4861         * align.el (align-regexp, align-highlight-rule):
4862         Use region-beginning and region-end instead of point and mark, so that
4863         repetition (with `repeat-complex-command') recomputes the region
4864         bounds.
4866 2005-12-10  Lennart Borgman  <lennart.borgman.073@student.lu.se>
4868         * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
4869         (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
4870         (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
4871         (balance-windows): Rewrite using the above new functions.
4873 2005-12-10  David Koppelman  <koppel@ece.lsu.edu>
4875         * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
4876         react if global-hi-lock-mode seems intended.
4877         (global-hi-lock-mode) Renamed from hi-lock-mode.
4878         (hi-lock-archaic-interface-message-used)
4879         (hi-lock-archaic-interface-deduce): New variables.
4880         (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
4881         (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
4882         (hi-lock-find-patterns, hi-lock-font-lock-hook):
4883         Replace hi-lock-buffer-mode with hi-lock-mode.
4885 2005-12-10  Kevin Rodgers  <ihs_4664@yahoo.com>
4887         * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
4888         completion list, even after a partial completion has been
4889         inserted in the current buffer.  If there are more than 1
4890         completion, redisplay the *Completions* buffer; if the
4891         completion is unique, delete the *Completions* window.
4893 2005-12-10  Eli Zaretskii  <eliz@gnu.org>
4895         * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
4896         strings and long subject lines that were broken into multiple
4897         lines at arbitrary places.  Handle subjects that have "Re: " in
4898         the middle.
4900 2005-12-10  John W. Eaton  <jwe@octave.org>
4902         * emacs/octave-mod.el (octave-electric-space): Don't indent
4903         comments or strings if octave-auto-indent is nil.
4905 2005-12-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4907         * term/mac-win.el: Require url when compiling.
4908         Call mac-process-deferred-apple-events after loading init files.
4909         (mac-apple-event-map): New defvar.  Define event handlers in it.
4910         (core-event, internet-event): New Apple event class symbols.
4911         (open-application, reopen-application, open-documents)
4912         (print-documents, open-contents, quit-application)
4913         (application-died, show-preferences, autosave-now, get-url):
4914         New Apple event ID symbols.
4915         (about): New HICommand ID symbol.
4916         (mac-event-spec, mac-event-ae): New macros.
4917         (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
4918         (mac-ae-selection-range, mac-ae-text-for-search)
4919         (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
4920         (mac-application-menu-map): Remove keymap.  Handlers for HICommand
4921         and Services menu events are now defined in mac-apple-event-map.
4922         (mac-drag-n-drop): Remove selection range handling.
4924 2005-12-10  Kenichi Handa  <handa@m17n.org>
4926         * simple.el (zap-to-char):
4927         * isearch.el (isearch-process-search-char): Translate CHAR by
4928         translation-table-for-input.
4930 2005-12-09  Chong Yidong  <cyd@stupidchicken.com>
4932         * foldout.el (foldout-exit-fold): Properly hide subtree.
4934 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
4936         * files.el (save-buffer):
4937         * international/ucs-tables.el (ucs-set-table-for-input):
4938         * mail/mail-extr.el (mail-extract-address-components):
4939         * mail/sendmail.el (mail-mode): Reformat doc string.
4941 2005-12-09  Juri Linkov  <juri@jurta.org>
4943         * isearch.el (isearch-highlight): Change main overlay priority
4944         from 1 to 1001.  Simplify.
4945         (isearch-lazy-highlight-update): Change lazy overlay priority
4946         from 0 to 1000.
4948         * replace.el (replace-highlight): Change overlay priority from
4949         1 to 1001.
4951         * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
4952         Change overlay priority from 1 to 1001.  Reuse existing overlay.
4954         * compare-w.el (compare-windows-highlight): Change overlay
4955         priority from 1 to 1000.
4957         * menu-bar.el (menu-bar-edit-menu): Add listp around
4958         pending-undo-list to disable menu item "undo" when pending
4959         undo list is empty.
4961         * locate.el (locate): Disable undo in *Locate* buffer.
4963 2005-12-09  Kim F. Storm  <storm@cua.dk>
4965         * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
4967 2005-12-09  David Ponce  <david@dponce.com>
4969         * recentf.el: Improvement of the menu code.
4970         (recentf-enabled-p): Move before first use.  Use `kill-emacs-hook'
4971         instead of menu hook.
4972         (recentf-show-menu, recentf-hide-menu): New functions.
4973         (recentf-menu-customization-changed, recentf-mode): Use them.
4974         (recentf-menu-action, recentf-max-menu-items)
4975         (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
4976         (recentf-arrange-by-rule-others)
4977         (recentf-arrange-by-rules-min-items)
4978         (recentf-arrange-by-rule-subfilter) : Don't use
4979         `recentf-menu-customization-changed'.
4980         (recentf-arrange-rules): Likewise.  Accept functions to compute
4981         sub-menu titles.
4982         (recentf-menu-filter): Likewise.  Doc fix.
4983         (recentf-menu-value-shortcut): Doc fix.
4984         (recentf-dump-variable): Quote atom value.
4985         (recentf-make-menu-items): Update to use it as a menu filter.
4986         (recentf-match-rule): New function.
4987         (recentf-arrange-by-rule): Use it.
4988         (recentf-indirect-mode-rule): New function.
4989         (recentf-build-mode-rules): Use it.
4990         (recentf-dir-rule): New function.
4991         (recentf-arrange-by-dir): Use it.
4992         (recentf-filter-changer-current): Rename from
4993         `recentf-filter-changer-state'.  All references updated.
4994         (recentf-filter-changer-alist): Update filter names.
4995         (recentf-filter-changer-select): New function.
4996         (recentf-filter-changer): Use it.  Make a sub-menu from filters
4997         available in `recentf-filter-changer-alist'.
4998         (recentf-data-cache, recentf-clear-data)
4999         (recentf-update-menu): Remove.  All references updated.
5000         (recentf-match-rule-p, recentf-build-dir-rules)
5001         (recentf-filter-changer-goto-next)
5002         (recentf-filter-changer-get-current)
5003         (recentf-filter-changer-get-next): Remove.
5005 2005-12-08  Luc Teirlinck  <teirllm@auburn.edu>
5007         * cus-edit.el (custom-buffer-create-internal): Relabel the whole
5008         buffer "Reset" button to "Reset to Current" for consistency with
5009         the State buttons.
5011 2005-12-08  John Paul Wallington  <jpw@pobox.com>
5013         * ibuf-ext.el (define-ibuffer-filter filename):
5014         If `dired-directory' is a list then really use its car.
5016 2005-12-08  Kim F. Storm  <storm@cua.dk>
5018         * emulation/cua-rect.el (cua--rectangle-aux-replace):
5019         Fix indention of text on right side of replaced rectangle.
5021 2005-12-09  Nick Roberts  <nickrob@snap.net.nz>
5023         * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
5024         No need to check gud-comint-buffer is bound.
5025         (gdb): Prevent multiple debugging when first session uses gdba.
5027 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
5029         CC Mode update to 5.31.
5031         * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
5032         Emacsen which lack `define-minor-mode'.  (Currently Emacs <21.
5033         We might do this function properly in the future).
5035         * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
5036         New macros c-sentence-end and c-default-value-sentence end, to cope
5037         with Emacs 22's new function `sentence-end'.
5039 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
5041         * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
5042         compat issue using `c-put-overlay' and `c-delete-overlay'.
5044         * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
5045         New compat macros to handle overlays/extents.
5047 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
5049         * progmodes/cc-fix.el: Add definitions of the macros push and pop
5050         (for GNU Emacs 20.4)
5052         * progmodes/cc-defs.el:
5053         (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
5055         * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
5056         highlighting mechanism so it will work in XEmacs too.
5058         * progmodes/cc-defs.el: Insert c-int-to-char.
5060         * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
5061         call to the new macro c-int-to-char.  This solves XEmacs's
5062         regarding characters as different from integers.
5064 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
5066         * progmodes/cc-fonts.el (c-make-syntactic-matcher):
5067         New internal helper.
5069         (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
5070         construct to make the indirect face lookup work in XEmacs.
5072         (c-cpp-matchers): Append the negation char face to the existing
5073         fontification, so that the cpp face doesn't disappear.
5074         Use `c-make-syntactic-matcher' to avoid negation chars in comments
5075         and strings.
5077         * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
5078         to map to `font-lock-negation-char-face' in emacsen where it exists.
5080 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
5082         * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
5084         * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
5085         Rename "c-subword-move-mode" as "c-subword-mode".
5087         * progmodes/cc-mode.el: Added tty suitable bindings for C-c
5088         <delete> and C-c C-<delete>.  (To the c-hungry- delete functions).
5090 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
5092         * progmodes/cc-mode.el: Added autoload directive for
5093         `c-subword-move-mode' for use in older emacsen.
5095 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
5097         * progmodes/cc-mode.el:
5098         (i) Insert a binding for C-c C-backspace into
5099         c-bind-special-erase-keys which works in TTYs.
5100         (ii) Make sure that when file styles are used, any explicitly
5101         given style variables take priority over those in the style.
5102         Do this by calling `hack-local-variables' a second time.
5104         * progmodes/cc-vars.el: Add language specific customization
5105         widgets for AWK to c-doc-comment-style, c-require-final-newline
5106         and c-default-style.  Add a defcustom for awk-mode-hook.
5107         Give c-syntactic-element and c-syntactic-context doc-strings by
5108         directly setting their `variable-documentation' propery.
5109         This allows Emacs 22.1 to read these with C-h v.
5111         * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
5113 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
5115         * progmodes/cc-fonts.el, cc-vars.el
5116         (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
5117         (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
5118         Masatake YAMATO.
5120         (c-doc-comment-style): Made GtkDoc default in C mode.
5122         * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
5123         and C-c C-<delete>.
5125         (c-bind-special-erase-keys): New function for use on
5126         `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
5128         * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
5129         <delete> key behavior in XEmacs according to `delete-forward-p'.
5130         C.f. `c-electric-delete'.
5132 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
5134         * progmodes/cc-mode.el: Give c-hungry-backspace and
5135         c-hungry-delete-forward permanent key bindings.
5137         * progmodes/cc-cmds.el (c-electric-semi&comma):
5138         Bind c-syntactic-context for calls to "criteria functions", for
5139         consistency with other calls to user functions.
5141         * progmodes/cc-cmds.el (c-indent-command): Expunge use of
5142         `current-prefix-arg', since this might be the prefix arg to a
5143         command which calls c-indent-command as a function.  Change the
5144         interactive spec from "p" to "P".
5146         * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
5147         reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
5148         was difficult to understand.
5150 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
5152         * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
5153         first char of an identifier.
5155         * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
5156         +" syntax in C++.
5158 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
5160         * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
5161         auto-fill doesn't split a c-comment's last word from a hanging
5162         "*/" when a space is typed between them after fill-column.
5164         * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
5166         * progmodes/cc-styles.el (c-set-style)
5167         (c-setup-paragraph-variables): Abort the command if we're not in a
5168         CC Mode buffer.
5170         * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
5171         with blank comment-prefix, and a blank line as the comment's
5172         second line.
5174 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
5176         * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
5177         Incorporate the patterns added in the Emacs development branch
5178         for the new Emacs 22 face `font-lock-negation-char-face'.
5180         * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
5181         of "red" since it stands out better in xterms and DOS terminals.
5183         * progmodes/cc-engine.el (c-literal-faces):
5184         Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
5186 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
5188         * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
5189         forcibly enable c-electric-flag.
5191         * progmodes/cc-vars.el, cc-cmds.el: New clean-up
5192         `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
5193         after the comment-prefix of a C-style comment will close that comment.
5195 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
5197         * progmodes/cc-fonts.el (c-basic-matchers-before)
5198         (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
5199         in Pike.
5201         * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
5202         digraphs.
5204         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
5205         (c-cpp-message-directives, c-cpp-include-directives)
5206         (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
5207         (c-cpp-expr-directives): Introduce new language constants to
5208         control cpp syntax in a cleaner way.
5210         (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
5212         (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
5214         * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
5215         (c-multiline-string-start-char): New language constants and
5216         variables to specify how newlines in string literals work.
5218         (c-font-lock-invalid-string): Use them.
5220         * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
5221         unbalanced close brace is entered.  Optimization by avoiding going
5222         back over arbitrarily large blocks.  Removed hints that this
5223         function only would be relevant/useful in AWK.
5225         (c-electric-brace): Indent syntactically after the cleanups since
5226         lineup functions might do it differently then.
5228         * progmodes/cc-engine.el, cc-langs.el
5229         (c-opt-op-identifier-prefix): New language constant and variable.
5231         (c-just-after-func-arglist-p, c-after-special-operator-id)
5232         (c-search-decl-header-end, c-inside-bracelist-p): Use it.
5234         * progmodes/cc-align.el, cc-engine.el
5235         (c-after-special-operator-id): New helper to handle C++ operator
5236         identifiers.
5238         (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
5239         (c-guess-basic-syntax): Handle C++ operator identifiers in
5240         declarations.
5242         * progmodes/cc-langs.el (c-assignment-operators): Add the
5243         trigraph version of ^= too.
5245         * progmodes/cc-langs.el (c-assignment-operators): Add the
5246         trigraph version of |= in C++.
5248         * progmodes/cc-fonts.el (c-font-lock-declarators):
5249         Handle `c-decl-hangon-kwds' after the identifier name.
5251         * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
5252         whether an arglist is "nonempty", ignore a comment after the open
5253         paren if it isn't followed by a non-comment token on the same line.
5255         * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
5256         Enable heuristics below the point to cope with classes inside special
5257         brace lists in Pike.
5259 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
5261         * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
5263 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
5265         * progmodes/cc-guess.el (cc-guess-install): New function to
5266         install an already guessed style in another buffer.
5268         * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
5269         sets `inhibit-read-only' - `c-save-buffer-state' should be used
5270         anyway if the change always is undone.
5272 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
5274         Implement togglable electricity:
5276         * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
5277         saying when it should be used.
5279         * progmodes/cc-engine.el: Add the new buffer-local variable,
5280         c-electric-flag.
5282         * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
5283         c-toggle-auto-newline.
5285         * progmodes/cc-mode.el: Rename c-toggle-auto-state to
5286         c-toggle-auto-newline.  Remove the binding for
5287         c-toggle-auto-hungry-state.  Add the binding C-c C-l for the new
5288         c-toggle-electric-state.
5290         * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
5292         * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
5293         c-\(forward\|backward\)-subword.
5294         (c-update-modeline): Add the new modeline flag `l' for
5295         `c-electric-flag'.  Make the auto-newline flag `a' dependent on `l'.
5296         (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
5297         Make the old name an alias of the new name.
5298         (c-toggle-electric-state): New function.
5299         (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
5300         Adapt these functions to do electric things only when
5301         c-electric-flag is non-nil.
5302         (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
5303         new functions from c-electric-brace.
5304         (c-point-syntax): Add a check for "virtual semicolons" in AWK
5305         mode, so that the tentative extra newline doesn't change the
5306         syntax of the following brace.
5307         (c-electric-brace): Restructure by extracting the above functions.
5308         Tidy up the coding somewhat.
5309         (c-electric-semi&comma, c-electric-colon, c-electric-paren):
5310         restructure a bit.
5312 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
5314         * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
5315         anchor position(s) using faces.  Thanks to Masatake YAMATO for the idea.
5317         * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
5318         (c-submode-indicators): Change name from `c-auto-hungry-string'
5319         since it's now used to track another submode.
5321         (c-update-modeline): Convert to function and extended to check
5322         `c-subword-move-mode'.
5324         (c-forward-into-nomenclature, c-backward-into-nomenclature):
5325         Convert to compat aliases for `c-forward-subword' and
5326         `c-backward-subword'.
5328         * progmodes/cc-subword.el: New functions and minor mode to handle
5329         SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
5331         (c-forward-subword, c-backward-subword, c-mark-subword)
5332         (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
5333         (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
5334         Functions corresponding to the standard word handling functions.
5336         (c-subword-move-mode): Minor mode that replaces all the standard
5337         word handling functions with their subword equivalences.
5339 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
5341         * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
5342         entry for one-liner-defun.
5344         * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
5345         name in its def-edebug-spec.
5347         * progmodes/cc-cmds.el (c-electric-brace): Make the
5348         one-liner-defun clean-up work with empty-defun-braces.  o-l-d now
5349         compacts space before a comment, if this will make things fit on
5350         one line.
5352         Introduce an "awk" style, mainly for auto-newline and clean-ups.
5354         * progmodes/cc-align.el: New function c-snug-1line-defun-close
5356         * progmodes/cc-cmds.el: In c-electric-brace, add code for new
5357         clean-up one-liner-defun.
5359         * progmodes/cc-styles.el: Add the new "awk" style.
5361         * progmodes/cc-vars.el: Add description of one-liner-defun to
5362         c-cleanup-list's doc-string.  New user options,
5363         c-max-one-liner-length.  In c-default-style, set the default style
5364         for AWK to "awk".
5366 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
5368         * progmodes/cc-engine.el (c-forward-label): Fix fontification of
5369         macros inside labels.
5371         * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
5372         `c-at-statement-start-p' and `c-at-expression-start-p'.
5374         * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
5375         error if the mark isn't set.
5377         * progmodes/cc-engine.el (c-guess-continued-construct)
5378         (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
5379         accurately detect functions inside functions.
5381         * progmodes/cc-engine.el (c-at-expression-start-p): New function
5382         like `c-at-statement-start-p' that additionally recognizes commas
5383         and expression parentheses as delimiters.
5385         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
5386         to avoid heuristics that doesn't work for unclosed blocks.
5387         (c-at-statement-start-p): New function.
5389         * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
5390         Objective-C directives, e.g. directives spanning lines should work
5391         reasonably well now.
5393         (c-put-c-type-property, c-clear-c-type-property): New helpers.
5395         (c-forward-objc-directive): New function to move over any ObjC
5396         directive.
5398         (c-just-after-func-arglist-p, c-guess-basic-syntax)
5399         (c-basic-matchers-before): Use it.
5401         (c-font-lock-objc-iip-decl): Remove.
5403         * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
5404         in the template arglist recognition.
5406         * progmodes/cc-styles.el (c-style-alist): Fix several
5407         inconsistencies in the Whitesmith style.
5409         * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
5410         New lineup function to get lines after Whitesmith style blocks
5411         correctly indented.
5413         (c-lineup-whitesmith-in-block): Back out the compensation for
5414         opening parens since it's done using `add' lists in the style
5415         definition instead.  Don't use the anchor position since it varies
5416         too much between the syntactic symbols. :P
5418         * progmodes/cc-vars.el (c-valid-offset): Update.
5420         * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
5421         lists where the offsets are combined according to several
5422         different methods: `first', `min', `max', and `add'.
5423         Report offset evaluation errors with `c-benign-error' so that some kind
5424         of reindentation still is done.
5426         * progmodes/cc-engine.el (c-guess-basic-syntax):
5427         Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
5428         `arglist-close'.
5430         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
5431         situations for `arglist-cont-nonempty' and `arglist-close'.
5433         * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
5435         * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
5436         cc-bytecomp-boundp' in a number of places.
5438         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
5439         macro related issue.
5441 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
5443         * progmodes/cc-awk.el: Change the terminology of regexps: A char
5444         list is now [asdf], a char class [:alpha:].
5445         Include code for char classes.
5446         Set c-awk-NL-prop on lines ending in open strings.  (Bug fix.)
5447         Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
5449         Remove (nearly all of) the cruft associated with AWK Mode's former
5450         concept of "virtual semicolons":
5452         Adapt c-beginning-of-statement, c-end-of-statement (together with
5453         subfunctions) to use the new notion of "virtual semicolon" in
5454         place of the old awkward special handling for AWK.  There remains
5455         much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
5456         * progmodes/cc-cmds.el:
5457         (c-ascertain-adjacent-literal): In the backwards direction, now
5458         recognises AWK regexp delimiters as string delimiters.
5459         (c-after-statement-terminator-p): Adapt for virtual semicolons;
5460         check more rigorously for "end of macro".
5461         (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
5462         virtual semicolons;
5463         (c-beginning-of-statement): Adapt for virtual semicolons; Separate
5464         out the code for forward movement into ...
5465         (c-end-of-statement): Now contains the code for forward movement,
5466         adapted for virtual semicolons.
5468         * progmodes/cc-engine.el:
5469         (c-ws*-string-limit-regexp): New regexp.
5470         (c-forward-single-comment, c-backward-single-comment): Comment out
5471         the (now redundant) "special" AWK stuff.
5473         * progmodes/cc-styles.el, cc-vars.el: Change the settings of
5474         c-string-par-start, c-string-par-separate to be more like Text
5475         Mode than Fundamental Mode.
5477 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
5479         * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
5480         to the fontified region so that fontification doesn't occur
5481         outside it (could happen e.g. when fontifying a line with an
5482         unfinished declaration).
5484 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
5486         * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
5487         start of the file.  ^L now separate sections of the file.
5488         (c-awk-non-eol-esc-pair-re,     c-awk-blank-or-comment-line-re)
5489         (c-awk-one-line-possibly-open-string-re)
5490         (c-awk-regexp-one-line-possibly-open-char-class-re)
5491         (c-awk-one-line-possibly-open-regexp-re)
5492         (c-awk-one-line-non-syn-ws*-re): New defonsts.
5493         (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
5495         Amend the concept of "virtual semicolons" (in the indentation
5496         engine) for languages like AWK, such that they are now
5497         conceptually attached to end of the last token of a statement, not
5498         the end of the line.  (In AWK Mode, however, the pertinent text
5499         property is still physically set on the EOL.)  Remove the specific
5500         tests for awk-mode, thus facilitating the introduction of other
5501         language modes where EOLs can end statements.
5502         (Note: The funtionality in cc-cmds.el, specifically
5503         c-beginning/end-of-statement has yet to be amended.)
5505         * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
5506         New macros.
5508         * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
5509         c-stmt-delim-chars.  New c-lang-defvars: c-at-vsemi-p-fn,
5510         c-vsemi-status-unknown-p-fn (in a new page).
5512         * progmodes/cc-engine.el: In c-beginning-of-statement-1,
5513         c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
5514         numerous awkward forms like
5515         (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
5516         with (c-at-vsemi-p).  Fix a few typos.  In c-guess-basic-syntax, new
5517         variable before-ws-ip, the place just after char-before-ip appears.
5519         * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
5520         a comment.
5522 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
5524         * progmodes/cc-cmds.el (c-electric-brace): Clean up using
5525         `c-tentative-buffer-changes'.
5527         * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
5528         convert to macro to choose between Emacs and XEmacs at compile time.
5530         (c-set-region-active): New set counterpart to `c-region-is-active-p'.
5532         (c-tentative-buffer-changes): New macro to handle temporary buffer
5533         changes in a convenient way.
5535         (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
5536         for `c-tentative-buffer-changes'.
5538         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
5539         the checks for paren sexps between the point and the keyword, to
5540         avoid some false alarms.
5542         * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
5543         Fixed a situation where an error could be thrown for unbalanced
5544         parens.  Changed to make use of c-keyword-member' to avoid some
5545         repeated regexp matches.
5547         (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
5548         These language variable are no longer necessary.
5550         (c-block-stmt-kwds): New language constant used by
5551         c-looking-at-inexpr-block'.
5553         (c-guess-basic-syntax): Remove an optional check that looked at
5554         the existence of the now removed language variables.
5556         * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
5557         (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
5558         object instantiation expressions as declarations in some contexts.
5559         This bug only affected languages where the declarator can't be
5560         enclosed in parentheses.
5562         * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
5563         insert newlines before and after substatement braces.
5565         * progmodes/cc-engine.el: Improved the heuristics for recognizing
5566         function declaration headers and the handling of C++ style member
5567         init lists.
5569         (c-just-after-func-arglist-p): Rewritten to use
5570         `c-forward-decl-or-cast-1'.  Now behaves a bit differently too.
5572         (c-beginning-of-member-init-list): Remove since it isn't used anymore.
5574         (c-guess-basic-syntax): Adapt case 5B for the new
5575         `c-just-after-func-arglist-p'.  Merge cases 5B.1 and 5B.3.
5576         Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
5577         covers all cases now).
5579         * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
5581 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
5583         * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
5584         c-string-par-start/separate c-sentence-end-with-esc-eol,
5585         initialised in c-setup-paragraph-variables, used in string
5586         scanning subroutines of c-beginning-of-statement.
5588         * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
5589         which precedes the newly inserted `{'.
5591 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
5593         * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
5594         function for declaration level blocks.  It should now cope with
5595         templates better and also be a lot more comprehensible.
5597         (c-looking-at-decl-block): The new function.
5599         (c-search-uplist-for-classkey): The old one.  It's now a wrapper
5600         for compatibility.
5602         (c-add-class-syntax, c-guess-continued-construct)
5603         (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
5605         (c-decl-block-key): Change to tell apart ambiguous and
5606         unambiguous keywords.  Pike specials are now handled directly in
5607         the code instead.
5609         (c-block-prefix-disallowed-chars, c-block-prefix-charset):
5610         New language constants and variables to make the backward skip in
5611         `c-looking-at-decl-block' as tight as possible.
5613         (c-nonsymbol-token-char-list): New language constant.
5615         * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
5616         find balanced template arglists backwards.
5618         * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
5619         making char classes for `c-syntactic-skip-backward'.
5621         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
5622         16D - can't be a class-close at that point.
5624         * progmodes/cc-engine.el (c-guess-basic-syntax)
5625         (c-add-class-syntax): Don't narrow out the enclosing declaration
5626         level.  This makes everything a lot easier, and it was actually
5627         only four small places that needed it to work.  Some places that
5628         previously did `widen' are removed now, which has the effect that
5629         `c-guess-basic-syntax' never will look at things outside the
5630         current narrowment now.  The anchor position for `topmost-intro'
5631         is affected by this, but it was so bogus it was basically useless
5632         before, and now it's equally bogus but in a slightly different way.
5634         (c-narrow-out-enclosing-class): Gone.
5636         (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
5637         the narrowed region.
5639         (c-least-enclosing-brace): Remove silly optional argument.
5641         * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
5642         the point could be left directly after an open paren when finding
5643         the beginning of the first decl in the block.
5645         * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
5646         Specify which submatch to use.
5648         * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
5650         (c-decl-start-re): No longer any need for special treatment of
5651         ObjC due to the above.
5653         (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
5654         presumably follows C in that regard.
5656         * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
5657         New language constants to specify operator tokens inside
5658         identifiers in a more high level way.
5660         (c-opt-identifier-prefix-key): New internal language constant.
5662         (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
5663         (c-identifier-start, c-identifier-key): Now completely calculated
5664         from other constants.
5666         (c-identifier-last-sym-match): Decommission since it's no longer used.
5668         (c-operators): Use `c-identifier-ops'.  Document `postfix-if-paren'.
5670         * progmodes/cc-engine.el (c-forward-name): Remove the
5671         optimization when c-identifier-key is equal to c-symbol-key since
5672         it doesn't work in byte compiled files.  Don't record empty
5673         regions as identifiers.
5675         * progmodes/cc-langs.el (c-filter-ops): New helper function to
5676         simplify access to `c-operators' and its likes.
5678         (c-operator-list, c-all-op-syntax-tokens)
5679         (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
5680         (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
5681         (c-primary-expr-regexp, c-cast-parens): Use it.
5683         * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
5684         an explicit language in functions.
5686         * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
5687         variant of adornment.
5689         * progmodes/cc-langs.el (c-any-class-key): Remove unused language
5690         variable.
5692         (c-type-decl-prefix-key): Remove some now unnecessary cruft from
5693         the Pike value.
5695         * progmodes/cc-engine.el (c-on-identifier)
5696         (c-simple-skip-symbol-backward): Small fix for handling "-"
5697         correctly in `skip-chars-backward'.  Affected the operator lfun
5698         syntax in Pike.
5700         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
5701         diagnostic message about precompiled language vars not being used.
5703         * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
5704         "__attribute__" is followed by a parenthesis.
5706         (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
5707         (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
5708         language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
5710         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
5711         Internal cleanups to properly detect the declared identifiers in
5712         various declarations.
5714         (c-decl-start-kwds): New language constant to recognize
5715         declarations that can start anywhere.  Used for class declarations
5716         in Pike.
5718         (c-specifier-key, c-not-decl-init-keywords)
5719         (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
5720         (c-find-decl-spots): Implement `c-decl-start-kwds'.
5722         (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
5723         (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
5724         handling of the compiler specific extension keywords into a new
5725         language constant `c-decl-hangon-kwds' that defines keyword
5726         clauses to be ignored in declarations.
5728         (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
5729         past unrecognized tokens when handling `c-colon-type-list-kwds'.
5730         Necessary to stop at the declared identifier in e.g. IDL valuetype
5731         declarations.
5733         (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
5734         (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
5735         (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
5736         (c-forward-decl-or-cast-1): Recognize the declared identifier in
5737         class and enum declarations as such and not as part of the type.
5739         (c-forward-decl-or-cast-1, c-forward-label): Relax the
5740         interpretation of PRECEDING-TOKEN-END when there's no preceding token.
5742         (c-forward-decl-or-cast-1): Don't disregard sure signs of
5743         declarations when there's some syntax error later on.
5745         (c-complex-decl-matchers): Did away with a reference to
5746         `c-specifier-key'.
5748         * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
5749         value - this variable is always dynamically bound.
5751         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
5752         * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
5753         * cc-cmds.el, cc-defs.el: Change the policy for marking up
5754         functions that might do hidden buffer changes: All such internal
5755         functions are now marked instead of those that don't.
5757         (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
5758         (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
5759         (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
5760         (c-literal-type): Allow these functions to make hidden buffer changes,
5761         so that they are free to use text property caching later on.
5763         (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
5764         (c-electric-brace, c-electric-slash, c-electric-star)
5765         (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
5766         (c-electric-paren, c-electric-continued-statement, c-indent-command)
5767         (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
5768         (c-context-line-break): Add `c-save-buffer-state' calls to comply
5769         with the changed semantics of the functions above.
5771         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
5772         when macros occur in obscure places.  Optimized the sexp movement
5773         a bit.
5775 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
5777         Enhancements for c-beginning-of-statement to work in AWK Mode:
5779         * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
5780         (completed statement) with `}' (statement completed by closing
5781         brace or semicolon) and `$' (statement completed by EOL).
5783         (c-awk-virtual-semicolon-ends-prev-line-p)
5784         (c-awk-virtual-semicolon-ends-line-p)
5785         (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
5786         (c-awk-at-statement-end-p): New functions.
5788         * progmodes/cc-cmds.el: Simplify the structure of functions
5789         c-forward-over-illiterals, c-back-over-illiterals.  Enhance these
5790         two functions and c-beginning-of-statement to handle AWK Mode.
5792         * progmodes/cc-engine.el: Enhance c-forward-single-comment,
5793         c-backward-single-comment for AWK mode.  Attempt to clarify their
5794         doc-strings.
5796         * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
5798 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
5800         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
5801         label handling.  Labels are now recognized in a uniform and more
5802         robust way, regardless of context.  Text properties are put on all
5803         labels to recognize the following declarations better.
5804         Multiword labels are handled both in indentation and fontification for
5805         the benefit of language extensions like Qt.  For consistency, keywords
5806         in labels are now fontified with the label face instead.
5807         That also applies to "case" and "default".
5809         (c-beginning-of-statement-1): Fix some bugs in the label
5810         handling.  Disregard `c-nonlabel-token-key' in labels that begin
5811         with `c-label-kwds'.
5813         (c-find-decl-spots): Support that the callback adds more
5814         `c-decl-end' spots to find.
5816         (c-forward-decl-or-cast-1): Don't treat a list of plain
5817         identifiers followed by a colon as a declaration.
5819         (c-forward-label): New function to recognize labels.
5821         (c-guess-basic-syntax): Replace uses of `c-label-key' with
5822         `c-forward-label'.  Moved the label recognition cases (14 and 15)
5823         earlier since they aren't so context sensitive now.  Handle labels
5824         on the top level gracefully.  Moved access label recognition to
5825         the generic label case (CASE 15) - removed CASE 5E.
5827         (c-font-lock-declarations): Add recognition of labels in the
5828         same round since we need to handle labels in parallell with other
5829         declarations to recognize both accurately.  It should also improve
5830         speed.
5832         (c-simple-decl-matchers, c-basic-matchers-after):
5833         Move `c-font-lock-labels' so that it only is used on decoration level 2
5834         since `c-font-lock-declarations' handles it otherwise.
5836         (c-complex-decl-matchers): Remove the simplistic recognition of
5837         access labels.
5839         (c-decl-prefix-re): Remove the kludges that was necessary to cope
5840         with labels earlier.
5842         (c-decl-start-re): New language variable to make
5843         `c-font-lock-declarations' stop for the special protection labels
5844         in Objective-C that start with `@'.
5846         (c-label-key): Remove since it's no longer used.
5848         (c-recognize-colon-labels, c-label-prefix-re): New language
5849         constants to support recognition of generic colon-terminated labels.
5851         (c-type-decl-end-used): `c-decl-end' is now used whenever there
5852         are colon terminated labels.
5854         * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
5855         first argument starts with a special brace list.
5857         * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
5858         (c-font-lock-declarations): Break out the declaration and cast
5859         recognition from `c-font-lock-declarations' to a new function, so
5860         that it can be used in the indentation engine.
5862         * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
5863         up to the start of the literal.  Fixed bug with the point on the
5864         wrong side of the search limit that could happen when the start
5865         position is inside a literal.
5867         * progmodes/cc-engine.el (c-parse-state)
5868         (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
5869         so that it's kept a little bit back to increase the hit rate.
5871         (c-parse-state): Change the macro handling and fixed some
5872         glitches.  Macro context is checked more often than necessary now,
5873         but otoh less garbage conses are generated.
5875         * progmodes/cc-engine.el (c-parse-state)
5876         (c-invalidate-state-cache): Cache the last position where
5877         `c-state-cache' applies.  This can speed up refontification quite
5878         a bit in blocks where there are many non-brace parens before the point.
5880         (c-state-cache-end): New variable for this.
5882         (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
5883         cache variable.
5885         * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
5886         get close initial continue positions when the start position is
5887         inside a literal or macro.  Do not call the callback for spots
5888         before the start position (which can happen e.g. for `c-decl-end'
5889         spots inside comments).  Optimize better in special cases when the
5890         region is a single line inside a literal or macro (typically when
5891         the current line is refontified).
5893         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
5894         to `c-add-stmt-syntax' - there's no need to explicitly whack off
5895         entries from the paren state.
5897         * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
5898         special case for "else if" clauses.
5900         * progmodes/cc-engine.el (c-looking-at-inexpr-block)
5901         (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
5903         * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
5904         New language variable to recognize the gcc extension with statement
5905         blocks inside expressions.
5907         * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
5908         it somewhat more comprehensible.  The argument AT-BLOCK-START is
5909         no longer used and hence removed.
5911         (c-guess-continued-construct, c-guess-basic-syntax): Update calls
5912         to `c-add-stmt-syntax'.
5914         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
5915         Use `c-beginning-of-statement-1' instead of duplicating parts of it.
5916         This fixes bogus label recognition.
5918         * progmodes/cc-engine.el (c-add-type, c-check-type)
5919         (c-forward-name, c-forward-type): Improve storage of template
5920         types in `c-found-types' so that they can be recognized better.
5922         (c-syntactic-content): Add option to skip past nested parens.
5924         * progmodes/cc-engine.el (c-forward-name):
5925         Set `c-last-identifier-range' all the time.  It's less work that way.
5926         Handle that there might not be an identifier to store in
5927         `c-last-identifier-range'.
5929         (c-forward-type): Handle that `c-last-identifier-range' might be
5930         nil from `c-forward-name'.
5932         * progmodes/cc-defs.el (c-safe-scan-lists)
5933         (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
5935         * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
5936         to work even if the form fails.
5938         * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
5939         down in a large file in one go.
5941         (c-get-fallback-start-pos): New helper function for `c-parse-state'.
5943         * progmodes/cc-align.el (c-lineup-assignments): New lineup
5944         function which is like `c-lineup-math' but returns nil instead of
5945         `c-basic-offset' when it doesn't match.
5947         (c-lineup-math): Change to use `c-lineup-assignments'.
5949 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
5951         * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
5952         c-beginning-of-statement.  New subfunctions
5953         c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
5955 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
5957         * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
5958         hardcoded char classes whereever possible.  Changed a couple of
5959         places to use skip by syntax instead of skip by char class.
5961         * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
5962         Fix a bug in the regexp that caused extreme backtracking.
5964         * progmodes/cc-langs.el (c-block-comment-starter)
5965         (c-block-comment-ender): New language constants to specify in a
5966         single place how block comments look.
5968         (c-comment-start-regexp, c-block-comment-start-regexp)
5969         (comment-start, comment-end, comment-start-skip)
5970         (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
5971         (c-syntactic-ws, c-nonempty-syntactic-ws)
5972         (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
5973         `c-line-comment-starter', `c-block-comment-starter' and
5974         `c-block-comment-ender'.
5976         (c-block-comment-regexp, c-unterminated-block-comment-regexp):
5977         New language constants to break up things a bit.
5979         (c-simple-ws): New language constant for simple whitespace.
5981         * progmodes/cc-defs.el (c-concat-separated): New convenience function.
5983         * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
5984         in `regexp-opt' in Emacs 20 and XEmacs when strings contain
5985         newlines.  Allow and ignore nil elements in the list.
5987 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
5989         * progmodes/cc-cmds.el: Comment out a (n almost certainly
5990         superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
5992         * progmodes/cc-cmds.el: Tidy up the comments in
5993         c-beginning-of-statement and subfunctions.
5995         * progmodes/cc-awk.el: Replace calls to put-text-property to the
5996         more flexible c-put-char-property and c-clear-char-properties.
5997         Add the author's email address.
5999         * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
6001         * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
6002         closing "*/" of a block comment.
6004         * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
6005         subfunctions) so that it works at BOB and EOB.
6007         * progmodes/cc-cmds.el, cc-vars.el: More updating of
6008         c-beginning-of-statement, including new variable
6009         c-block-comment-start-regexp.
6011 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
6013         * progmodes/cc-langs.el (c-known-type-key): Optimize simple
6014         symbols from `*-font-lock-extra-types' so that there's no need to
6015         use `regexp-opt' on those lists.
6017         * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
6018         `c-type-modifier-kwds' is empty.
6020         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
6021         there are several strings on the same line.
6023         * progmodes/cc-engine.el (c-literal-limits): Remove the
6024         compatibility function for older emacsen.  `c-literal-limits-fast'
6025         has now taken the place of this function.
6027         * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
6028         with older emacsen: We now require `pps-extended-state'.
6030 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
6032         * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
6033         which obviates the need to hack sentence-end.  This now handles
6034         escaped newlines in strings correctly.  Correct minor bugs in
6035         c-move-over-sentence and in c-beginning-of-statement.
6037         * progmodes/cc-cmds.el (c-beginning-of-statement (and
6038         subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
6039         that movement over macros and code are rigorously separated from
6040         eachother.  Correct a few incidental bugs.
6042         * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
6043         Improve its doc-string.  Improve the handling of certain specific cases.
6045 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
6047         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
6048         (c-guess-basic-syntax): Change the way class-level labels are
6049         recognized; they can now contain essentially any symbols.
6051         (c-opt-extra-label-key): New language variable to cope with the
6052         special protection label syntax in Objective-C.
6054         (c-opt-access-key): Remove; this is now handled better by
6055         `c-nonlabel-token-key' and `c-opt-extra-label-key'.
6057         (c-complex-decl-matchers): Update to handle that
6058         `c-opt-access-key' no longer exists.
6060         * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
6061         improved label recognition in `c-beginning-of-statement-1'.
6063         * progmodes/cc-engine.el (c-beginning-of-member-init-list):
6064         Recognize bitfields better.
6066         * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
6067         Remove some cruft and fixed a bug that could cause it to go to a
6068         position further down.
6070         * progmodes/cc-langs.el, cc-engine.el
6071         (c-beginning-of-statement-1): Improve detection of labels in
6072         declaration contexts.
6074         (c-beginning-of-decl-1): Use it.
6076         (c-nonlabel-token-key): New language constant and variable needed
6077         by `c-beginning-of-statement-1'.
6079         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
6080         manifested itself due to the correction in `c-forward-sexp'.
6082         * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
6083         Make these behave as documented when used at the buffer limits.
6085         * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
6086         (c-type-decl-end-used): Made this a language variable.
6088         * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
6089         correctly when `combine-after-change-calls' is used together with
6090         temporary narrowings.
6092         * progmodes/cc-engine.el (c-beginning-of-statement-1):
6093         Report labels correctly when the start point is immediately after the
6094         colon.
6096         * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
6097         Remove since it isn't used anymore.
6099         * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
6100         bracket arglists such as template parens in C++.
6102         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
6103         in the last check-in.  Some optimization.
6105         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
6106         where it could stop at the same level in a preceding sexp when
6107         PAREN-LEVEL is set.
6109         * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
6110         text property lookup only when it's needed.
6112         * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
6113         Change the policy for paren marked angle brackets to be more
6114         persistent; once marked they remain marked even when they're found
6115         to be unbalanced in the searched region.  This should keep the
6116         paren syntax around even when individual lines are refontified in
6117         multiline template arglists.
6119         (c-parse-and-markup-<>-arglists): New dynamically bound variable
6120         to control markup so that incorrect angle bracket arglists aren't
6121         marked in contexts where the correct value for
6122         `c-disallow-comma-in-<>-arglists' isn't known.
6124         (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
6125         argument has become `c-parse-and-markup-<>-arglists'.
6127         (c-remove-<>-arglist-properties): Remove - no longer used.
6129         (c-after-change-check-<>-operators): New function used on
6130         `after-change-functions' to avoid that "<" and ">" characters that
6131         are part of longer operators have paren syntax.
6133         (c-<>-multichar-token-regexp): New language variable used by
6134         `c-after-change-check-<>-operators'.
6136         (c-after-change): Call `c-after-change-check-<>-operators'.
6138         (c-font-lock-<>-arglists): Use the context properties set by
6139         `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
6140         correctly to avoid doing invalid markup.
6142         (c-font-lock-declarations): Remove code that undoes the invalid
6143         markup done by `c-font-lock-<>-arglists'.
6145         (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
6146         after `c-font-lock-declarations'.
6148         * progmodes/cc-engine.el (c-syntactic-skip-backward):
6149         Add paren-level feature.
6151         (c-guess-basic-syntax): Improve the anchor position for
6152         `template-args-cont' in nested template arglists.  There's still
6153         much to be desired in this area, though.
6155 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
6157         * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
6158         Make the "Text Filling and Line Breaking" commands work for AWK buffers.
6160 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
6162         * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
6163         Removed; (c-major-mode-is 'awk-mode) can be used instead now.
6165         * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
6166         it doesn't work no longer are supported.
6168         * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
6169         * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
6170         requires support for the syntax-table' text property, which rules
6171         out Emacs 19 and XEmacs < 21.4.  Removed various compatibility
6172         cruft associated with those versions.
6174         * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
6175         for the `syntax-table' text property, which rules out Emacs 19 and
6176         XEmacs < 21.4.  Removed various compatibility cruft associated
6177         with those versions.
6179         * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
6180         support for the `syntax-table' text property.
6182         * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
6183         variable and use an extra quoted face name instead.  All the
6184         emacsen flavors handle that correctly.
6186         * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
6187         (c-font-lock-declarators, c-font-lock-declarations)
6188         (c-complex-decl-matchers, c-basic-matchers-after): Use a text
6189         property to mark the items in in declarator lists to handle
6190         refontification inside multiline declarations better.
6192         * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
6193         construct like "a * b = c;" as a declaration.
6195 2005-12-08  Kim F. Storm  <storm@cua.dk>
6197         * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
6198         (cua-rectangle-modifier-key): ... this.  New defcustom.  Can now
6199         select either meta, hyper, or super modifier for rectangle commands.
6200         (cua--rectangle-modifier-key): New defvar.
6201         (cua--M/H-key): Use it.  Remove special case for `space'.
6202         (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
6203         on X, to meta otherwise.  Always bind C-return to toggle
6204         rectangle.  Pass ?\s instead of `space' to cua--M/H-key.
6206         * emulation/cua-rect.el (cua-help-for-rectangle):
6207         Use cua--rectangle-modifier-key.  Handle super modifier too.
6208         (cua--init-rectangles): Always bind C-return to toggle rectangle.
6209         Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
6211         * ido.el: Move Acknowledgements and History after Commentary.
6212         Minor changes to Commentary.
6214         * emulation/cua-base.el (cua--select-keymaps): Enable repeat
6215         keymap if cua--prefix-override-timer is `shift'.
6216         (cua--shift-control-prefix): New function; emulate "type prefix
6217         key twice" functionality to handle shifted prefix key override.
6218         (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
6219         New commands.
6220         (cua--init-keymaps): Bind them to S-C-c and S-C-x.
6222 2005-12-08  Carsten Dominik  <dominik@science.uva.nl>
6224         * textmodes/org.el (org-insert-heading): Try to do items before
6225         headings.
6226         (org-agenda-mode): Quote `org-agenda-mode-hook'.
6227         (org-insert-item): New function.
6228         (org-renumber-ordered-list): Don't skip to higher level lists.
6230 2005-12-08  Juri Linkov  <juri@jurta.org>
6232         * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
6234         * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
6236         * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
6238         * pcvs.el (defun-cvs-mode): Put `definition-name' property on
6239         the constructed function name fun-1.
6241         * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
6242         because such links don't lead to parent documentation.
6244 2005-12-08  Kenichi Handa  <handa@m17n.org>
6246         * descr-text.el (describe-char): Use *Help-2* buffer if the
6247         current buffer is *Help*.  Call describe-text-properties while
6248         setting the original buffer.
6250 2005-12-07  Bill Wohler  <wohler@newt.com>
6252         * files.el (auto-mode-alist): Remove mh-letter-mode.  Unnecessary,
6253         and causes problems with non-MH users (such as Gnus users).
6255 2005-12-08  Nick Roberts  <nickrob@snap.net.nz>
6257         * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
6258         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
6259         (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
6260         command "info sources".  Move calls to GDB command "list".
6261         (gdb-find-file-hook): Just use gdb-source-file-list.
6262         (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
6263         (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
6264         (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
6265         (gdb-data-list-register-values-handler): Use correct trigger name.
6267 2005-12-07  Kim F. Storm  <storm@cua.dk>
6269         * ido.el (ido-completion-map): Rename from ido-mode-map.
6270         (ido-common-completion-map, ido-file-completion-map)
6271         (ido-file-dir-completion-map, ido-buffer-completion-map):
6272         Rename from ido-mode-....-map.
6273         (ido-init-completion-maps): Rename from ido-init-mode-maps.
6274         (ido-setup-completion-map): Rename from ido-define-mode-map.
6275         (ido-read-internal): Bind minibuffer-local-filename-completion-map
6276         to ido-completion-map.
6278 2005-12-07  Kenichi Handa  <handa@m17n.org>
6280         * international/mule-cmds.el
6281         (set-display-table-and-terminal-coding-system): If the coding
6282         system specified in `unibyte-display' property is different from
6283         the arg coding-system, don't setup standard-display-table.
6285 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6287         * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
6288         that comments end at \n, regardless of selective-display.
6290 2005-12-07  Nick Roberts  <nickrob@snap.net.nz>
6292         * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
6293         (gdb-version): New variables.
6294         (gdb-source-file-list, gdb-register-names)
6295         (gdb-changed-registers): New variables for use with GDB 6.4+.
6296         (gdb-ann3): Replace with...
6297         (gdb-init-1, gdb-init-2): ...two new functions.
6298         (gdba, gdb-prompt): Call gdb-init-1.
6299         (gdb-get-version): New function.  Call gdb-init-2 from here.
6300         (gud-watch): Make it work with mouse events too.
6301         (gdb-post-prompt): Don't add to queue until GDB version is known.
6302         (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
6303         (gdb-locals-mode): Use gdb-version.
6304         (gdb-memory-format-map, gdb-memory-unit-map)
6305         (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
6306         (gdb-locals-font-lock-keywords-1)
6307         (gdb-locals-font-lock-keywords-2): New variables.
6308         (gdb-find-file-hook): Make it work with GDB 6.4+ too.
6309         (gdb-set-gud-minor-mode-existing-buffers-1)
6310         (gdb-var-list-children-1, gdb-var-list-children-handler-1)
6311         (gdb-var-update-1, gdb-var-update-handler-1)
6312         (gdb-data-list-register-values-handler)
6313         (gdb-data-list-register-values-custom)
6314         (gdb-get-changed-registers, gdb-get-changed-registers-handler)
6315         (gdb-stack-list-locals-handler, gdb-get-register-names):
6316         New functions for use with GDB 6.4+.
6317         (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
6318         (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
6319         (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
6320         (gdb-stack-list-locals-regexp)
6321         (gdb-data-list-register-names-regexp): New regexps for use with
6322         GDB 6.4+.
6324 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6326         * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
6328 2005-12-06  Nozomu Ando  <nand@mac.com>  (tiny patch)
6330         * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
6331         prompts work for AUTH PLAIN.  Also reported by Steve Allan
6332         <seallan@verizon.net>.
6334 2005-12-06  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
6336         * frame.el (set-frame-parameter): Add doc string.
6338 2005-12-06  Carsten Dominik  <dominik@science.uva.nl>
6340         * textmodes/org.el (org-occur-highlights): New variable.
6341         (org-highlight-new-match, org-remove-occur-highlights): New functions.
6342         (org-highlight-sparse-tree-matches): New option.
6343         (org-do-occur): New function.
6344         (org-get-heading): Make it work also at beginning of line.
6345         (org-category-table): New variable.
6346         (org-get-category-table, org-get-category)
6347         (org-camel-to-words, org-link-search): New functions.
6348         (org-select-this-todo-keyword): New variable.
6349         (org-todo-list): New command.
6350         (org-shiftright, org-shiftleft): New commands.
6351         (org-agenda-todo): Add prefix argument.
6352         (org-show-hierarchy-above): New option.
6353         (org-show-todo-tree): Numerical prefix creates tree for specific
6354         TODO keyword.
6355         (org-outline-level): New function, to assign a level to plain
6356         lists items.
6357         (org-cycle-include-plain-lists): New option.
6358         (org-mode): Use `org-outline-level' as value of `outline-level'.
6359         (org-cycle): Temporarily switch `outline-regexp' if
6360         `org-cycle-include-plain-lists' is non-nil.
6361         (org-start-icalendar-file): Fix format bug.
6362         (org-agenda-get-day-entries): Create category table.
6363         (org-agenda-get-todos, org-agenda-get-timestamps)
6364         (org-agenda-get-deadlines, org-agenda-get-scheduled)
6365         (org-agenda-get-blocks): Use `org-get-category'.
6366         (org-context-in-file-links): Rename from
6367         `org-line-numbers-in-file-links'.
6369 2005-12-06  Romain Francoise  <romain@orebokech.com>
6371         * window.el (balance-windows): Delete extraneous third arg in call
6372         to `enlarge-window'.
6374 2005-12-06  Kenichi Handa  <handa@m17n.org>
6376         * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
6378 2005-12-06  Nick Roberts  <nickrob@snap.net.nz>
6380         * progmodes/gdb-ui.el (gdb-var-create-handler)
6381         (gdb-var-evaluate-expression-handler, gdb-frame-handler)
6382         (gdb-var-list-children-handler, gdb-var-update-handler):
6383         Current buffer is already gdb-partial-output-buffer, don't
6384         make it current again.
6386 2005-12-05  Luc Teirlinck  <teirllm@auburn.edu>
6388         * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
6389         (list-buffers-noselect): Use it.
6391 2005-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6393         * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
6394         (mail-yank-ignored-headers): Use regexp-opt.
6395         (mail-mode-map): Move initialization into declaration.
6396         (mail-sent-via): Remove unused shadowed var `to-line'.
6397         (mail-mailer-swallows-blank-line): Use with-temp-buffer.
6398         (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
6399         (mail-do-fcc): Use dolist and push.
6400         (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
6401         (mail-yank-ignored-headers): Don't autoload.
6403 2005-12-05  Kenichi Handa  <handa@m17n.org>
6405         * international/mule-cmds.el (set-language-info-internal): New fun.
6406         (set-language-info): Call set-language-info-internal to update
6407         language-info-alist.  If LANG-ENV is the current one, call
6408         set-language-environment to make INFO effective now.
6409         (set-language-info-alist): Likewise.
6410         (locale-language-names): With locale "en", use English
6411         lang. env. but set the default codings to iso-8859-1.
6413 2005-12-04  Nick Roberts  <nickrob@snap.net.nz>
6415         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
6416         (gdb-speedbar-auto-raise): Echo new state in minibuffer.
6417         (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
6418         for plain strings.
6419         (gdb-frames-mode): Remove redundant call to font-lock-mode.
6420         (gdb-all-registers): Rename from toggle-gdb-all-registers.
6421         Create registers buffer if necessary.  Echo new state in minibuffer.
6422         (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
6424 2005-12-03  Chong Yidong  <cyd@stupidchicken.com>
6426         * info.el (Info-fontify-node): Match external links using
6427         non-directory part of filename.
6429 2005-12-04  Juri Linkov  <juri@jurta.org>
6431         * font-core.el (global-font-lock-mode): Use define-global-minor-mode
6432         instead of easy-mmode-define-global-mode.  Add `:group font-lock'.
6433         (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
6434         because there is no customization option for it.
6436         * font-lock.el (lisp-font-lock-keywords-1):
6437         Add define-global-minor-mode.
6439         * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
6441         * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
6442         properties on the constructed variable names.
6444         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6445         Put `definition-name' properties on the constructed function names
6446         next-sym and prev-sym.
6448         * emacs-lisp/find-func.el (find-function-regexp):
6449         Add define-global-minor-mode.  Replace `easy-mmode-define-global-mode'
6450         with `easy-mmode-define-[a-z-]+'.  Add easy-menu-define.
6451         (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
6452         and easy-menu-define.
6454         * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
6455         easy-mmode-define-global-mode and define-global-minor-mode.
6456         (lisp-imenu-generic-expression): Add define-global-minor-mode.
6458         * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
6459         instead of easy-mmode-define-global-mode.
6461         * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
6462         Use define-minor-mode instead of easy-mmode-define-minor-mode.
6464         * cus-edit.el (customize-group, customize-group-other-window):
6465         Filter out autoloaded options from the group completion list by
6466         using heuristics that autoloaded groups don't have `custom-autoload'
6467         property on their symbols (they have only `custom-loads').
6469         * simple.el (completion-setup-function): Put completions-common-part
6470         face on complete completion string too (i.e. completion string
6471         without completions-first-difference face).
6473         * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
6475 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
6477         * view.el (view-mode): Doc fix.
6479         * disp-table.el (standard-display-european): Add to the warning
6480         message a reference to the doc string.
6482         * play/yow.el (apropos-zippy): Call print-help-return-message,
6483         similar to other Help and Apropos commands.
6485         * help.el (print-help-return-message): If pop-up-frames is
6486         non-nil, set up help-return-method to delete the help window and,
6487         possibly, its frame as well, and don't display message about
6488         scrolling the help window.  Doc fix.
6489         (help-return-method): Doc fix.
6491 2005-12-03  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
6493         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
6494         whereby names of length one or names starting with a
6495         symbol-constituent character would not be returned.
6497 2005-12-03  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
6499         * subr.el (atomic-change-group): Add edebug and indentation spec.
6501 2005-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6503         * completion.el (save-completions-file-name): Fix typo in last change.
6505 2005-12-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6507         * info.el: Move back/forward history to the beginning of the tool bar.
6509 2005-12-02  Ken Manheimer  <ken.manheimer@gmail.com>
6511         * allout.el (eval-when-compile): Remove unnecessary load of cl.
6512         Add fset of allout-real-isearch-abort during compile to fix
6513         byte-compilation warnings.
6514         (allout-mode-p): Move definition of this macro above all uses, or
6515         byte compilation in barren emacs (eg, during emacs build) will
6516         lack the definition.
6517         (allout-mode): Move this variable above any uses, or byte
6518         compilation will fail.
6519         (allout-resolve-xref): Remove use of personal file-reference function.
6520         (allout-toggle-current-subtree-encryption): Do the current (ie,
6521         visible containing) topic, rather than nearest around point.  Doc fix.
6522         (allout-toggle-subtree-encryption): New function, workhorse that
6523         works on nearest topic containing point.
6524         (allout-encrypt-string): Signal requirement for newer version of pgg.
6525         (allout-resumptions): Doc fix.
6527 2005-12-02  Eli Zaretskii  <eliz@gnu.org>
6529         * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
6531 2005-12-02  Agustin Martin  <agustin.martin@hispalinux.es>
6533         * textmodes/flyspell.el (flyspell-external-point-words):
6534         Consider a misspelling as found in the string search if: (a) misspelling
6535         and found string lengths match, or (b) misspelling is found as
6536         element in a boundary-chars separated longer string, or (c)
6537         ispell-program-name is really ispell and misspelling is found as
6538         part of a TeX string.  After successful match move beginning of
6539         search region to end of match.  Warn about not found misspellings
6540         once the process is done.
6541         (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
6543 2005-12-02  Nick Roberts  <nickrob@snap.net.nz>
6545         * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
6546         tool bar (removed inadvertently).
6548 2005-12-02  Juri Linkov  <juri@jurta.org>
6550         * log-view.el (log-view-diff): Clarify doc string.
6552 2005-12-01  Bill Wohler  <wohler@newt.com>
6554         * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
6555         triggers lm-verify errors.
6557 2005-12-01  Luc Teirlinck  <teirllm@auburn.edu>
6559         * simple.el (transient-mark-mode, line-number-mode)
6560         (column-number-mode, size-indication-mode): Remove `:require nil'.
6562 2005-12-01  Nick Roberts  <nickrob@snap.net.nz>
6564         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
6565         in the margin also.
6566         (gdb-breakpoints-mode-map): Use D instead of d for
6567         gdb-delete-breakpoint.
6568         (gdb-get-frame-number): Require a number to match on.
6569         (gdb-threads-mode-map): Add follow-link binding.
6571 2005-11-30  Jason Rumney  <jasonr@gnu.org>
6573         * isearch.el (isearch-mode-map): Avoid exiting search on
6574         language-change event.
6576 2005-11-30  Romain Francoise  <romain@orebokech.com>
6578         * speedbar.el (speedbar-default-position): New defcustom.
6579         (speedbar-frame-reposition-smartly): Use it.
6581         * dframe.el (dframe-reposition-frame-emacs): Fix position
6582         computation for `left' location.
6583         Update copyright year.
6585 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6587         * help.el (help-map): Move initialization into declaration.
6589         * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
6591         * help-fns.el (help-argument-name): Don't autoload.
6592         It's useless and triggers a bug in cus-dep.el causing ldefs-boot
6593         to be re-loaded when customizing the `help' group.
6595 2005-11-30  John Paul Wallington  <jpw@gnu.org>
6597         * help-fns.el (describe-function-1): Fill arglist output.
6599 2005-11-30  Kim F. Storm  <storm@cua.dk>
6601         * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
6602         (cua--rectangle-post-command): Cleanup overlays and deactivate mark
6603         after revert-buffer (or anything else which kills all local variables).
6605         * apropos.el (apropos-parse-pattern): Doc fix.
6606         Set apropos-regexp directly, rather than expecting callers to do so.
6607         (apropos-command, apropos, apropos-value, apropos-documentation):
6608         Simplify calls to apropos-parse-pattern.
6610 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
6612         * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
6613         (hi-lock-face-phrase-buffer): Use hi-yellow face.
6614         (hi-lock-write-interactive-patterns): Use comment-region.
6616         * longlines.el (longlines-mode): Add mail-setup-hook.
6618         * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
6620         * simple.el (sendmail-user-agent-compose, next-line):
6621         Conditionally use hard-newline.
6623 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
6625         * international/latexenc.el (latex-inputenc-coding-alist):
6626         Reword doc string.
6628 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
6630         * help.el (describe-key-briefly, describe-key): Recognize default
6631         bindings.
6633 2005-11-29  Romain Francoise  <romain@orebokech.com>
6635         * view.el (view-inhibit-help-message): New defcustom.
6636         (view-mode-enter): Use it.
6638 2005-11-29  Michael Kifer  <kifer@cs.stonybrook.edu>
6640         * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
6641         Preserve user position.
6643 2005-11-28  Luc Teirlinck  <teirllm@auburn.edu>
6645         * font-lock.el: Throw error if facemenu is not loaded to prevent
6646         accidental change of loading order in loadup.el.  (Suggested by RMS.)
6648         * loadup.el: Add comment explaining why facemenu must be loaded
6649         before font-lock.
6651 2005-11-28  Jay Belanger  <belanger@truman.edu>
6653         * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
6654         (calc-dispatch-map): Add more keys for `calc-same-interface'.
6656         * calc/calc-misc.el (calc-dispatch-help): Update docstring.
6658         * calc/calc-embed.el (calc-do-embedded): Update help message.
6660         * calc/calc-prog.el (calc-user-define-invokation): Update help message.
6662 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6664         * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
6666         * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
6667         called-interactively-p.
6668         (elp-profilable-p): Rename from elp-not-profilable-p.
6669         Invert result and take into account macros and autoloaded functions.
6670         (elp-instrument-function): Update call.
6671         (elp-instrument-package): Update call.  Add completion.
6672         (elp-pack-number): Use match-string.
6673         (elp-results-jump-to-definition-by-mouse): Merge into
6674         elp-results-jump-to-definition and then remove.
6675         (elp-output-insert-symname): Make help echo text single-line.
6677         * replace.el (query-replace-map): Move initialization into declaration.
6678         (occur-engine): Use with-current-buffer.
6679         (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
6680         (occur-mode-mouse-goto): Replace with an alias.
6682 2005-11-28  Juri Linkov  <juri@jurta.org>
6684         * simple.el (quoted-insert): Let-bind input-method-function to nil.
6686         * term/w32-win.el: Bind [S-tab] to [backtab].
6688         * info.el (Info-fontify-node): Set 2nd arg `noerror' of
6689         `Info-find-file' to t.
6691         * replace.el (occur-mode-mouse-goto): Pop, don't switch.
6692         (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
6693         and same-window-regexps.
6694         (occur-next-error): Don't move point for arg 0.
6696 2005-11-28  Chong Yidong  <cyd@stupidchicken.com>
6698         * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
6700 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6702         * log-edit.el (log-edit-changelog-use-first): New var.
6703         (log-edit-changelog-ours-p): Use it.
6704         (log-edit-insert-changelog): Set it with new arg `use-first'.
6705         (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
6706         (log-edit-hook): Add them to the list of suggested options.
6708         * textmodes/flyspell.el (flyspell-last-buffer): New var.
6709         (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
6710         redundant work.
6711         (flyspell-mode-on): Use add-hook for after-change-functions.
6712         (flyspell-mode-off): Use remove-hook for after-change-functions.
6713         (flyspell-changes): Make it buffer-local.
6714         (flyspell-after-change-function): Make it non-interactive.  Use push.
6715         (flyspell-post-command-hook): Check input-pending-p while processing
6716         the potentially long list of buffer changes.
6718 2005-11-28  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
6720         * buff-menu.el (list-buffers-noselect): Display the selected
6721         frame's buffer list, not the global one.
6723 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
6725         * xt-mouse.el (xterm-mouse-event): Set last-input-event so
6726         that (list last-input-event) works as in interactive spec.
6728 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
6730         * loadup.el ("facemenu"): Load facemenu before font-lock, because
6731         `facemenu-keymap' needs to be defined when font-lock is loaded.
6732         Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
6734 2005-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6736         * completion.el: Remove useless leading * in defcustom docstrings.
6737         (save-completions-file-name): Use ~/.emacs.d if available.
6738         (completion-standard-syntax-table): Rename from
6739         cmpl-standard-syntax-table and fold initialization into declaration,
6740         thus removing cmpl-make-standard-completion-syntax-table.
6741         (completion-lisp-syntax-table, completion-c-syntax-table)
6742         (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
6743         (cmpl-saved-syntax, cmpl-saved-point): Remove.
6744         (symbol-under-point, symbol-before-point)
6745         (symbol-under-or-before-point, symbol-before-point-for-complete)
6746         (add-completions-from-c-buffer): Use with-syntax-table.
6747         (make-completion): Don't return a list of completion entries.
6748         Update callers.
6749         (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
6750         (completion-initialize): Rename from initialize-completions.
6751         (completion-find-file-hook): Rename from cmpl-find-file-hook.
6752         (kill-emacs-save-completions): Collect stats here.
6753         (save-completions-to-file, load-completions-from-file):
6754         Use with-current-buffer.
6755         (completion-def-wrapper): Rename from def-completion-wrapper.  Make it
6756         into a function.  Move all calls to toplevel.
6757         (completion-lisp-mode-hook): New fun.
6758         (completion-c-mode-hook, completion-setup-fortran-mode):
6759         Set the syntax-table here.  Use local-set-key.
6760         (completion-saved-bindings): New var.
6761         (dynamic-completion-mode): Make it into a proper minor mode.
6762         (load-completions-from-file): Remove unused var `num-uses'.
6764         * emacs-lisp/cl-macs.el (defstruct): Don't define the default
6765         constructor if it is explicitly overridden.
6767         * complete.el (PC-completion-as-file-name-predicate):
6768         Use minibuffer-completing-file-name.
6769         (partial-completion-mode): Use find-file-not-found-functions.
6770         (PC-lisp-complete-symbol): Use with-syntax-table.
6771         (PC-look-for-include-file): Remove dead setq.
6772         (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
6773         (PC-complete): Use with-current-buffer.
6775         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
6776         escape single quotes.
6778 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
6780         * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
6781         of `if' whose condition always returned nil.  Doc fix.
6783         * buff-menu.el (Buffer-menu-revert-function): Make the selected
6784         window's buffer the current buffer around the call to
6785         `list-buffers-noselect'.  This is necessary to mark that buffer
6786         with a `.' in the Buffer Menu when called from Lisp, for instance
6787         by Auto Revert Mode.
6789 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
6791         * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
6792         attaching to it.
6793         (gdb-pre-prompt): Make sure gdb-error is reset.
6795         * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
6796         with a child process, detect it.
6797         (gud-speedbar-buttons): Match regexp more carefully.
6799 2005-11-27  Richard M. Stallman  <rms@gnu.org>
6801         * mouse.el (mouse-drag-move-window-bottom):
6802         Use adjust-window-trailing-edge.
6804 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
6806         * simple.el (blink-matching-open): Ignore
6807         `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
6808         (blink-matching-paren-on-screen): Update docstring.
6810         * paren.el (show-paren-mode): No longer change
6811         `blink-matching-paren-on-screen'.
6813 2005-11-27  John Paul Wallington  <jpw@pobox.com>
6815         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
6816         (gdb-threads-select, gdb-edit-register-value):
6817         Use `posn-set-point' instead of `mouse-set-point' because the
6818         latter is not fbound when configured without X.
6820 2005-11-27  Kim F. Storm  <storm@cua.dk>
6822         * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
6823         existing face when partially highlighting a TAB in a rectangle.
6825 2005-11-26  Kim F. Storm  <storm@cua.dk>
6827         * ido.el (ido-mode-map): Doc fix.
6828         (ido-mode-common-map, ido-mode-file-map)
6829         (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
6830         (ido-define-mode-map): Rewrite.  Select one of the new maps as
6831         parent for ido-mode-map instead of building from scratch.
6832         (ido-init-mode-maps): New defun to initialize new maps.
6833         (ido-mode): Call it.
6834         (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
6835         (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
6837 2005-11-26  John Paul Wallington  <jpw@pobox.com>
6839         * arc-mode.el (archive-extract): Use `posn-set-point' instead of
6840         `mouse-set-point' because the latter is not fbound when configured
6841         without X.
6843 2005-11-26  Thien-Thi Nguyen  <ttn@gnu.org>
6845         * files.el (file-relative-name): Doc fix.
6847 2005-11-26  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
6849         * progmodes/octave-inf.el (inferior-octave-startup): Force a
6850         non-empty string for secondary prompt PS2.
6852 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
6854         * progmodes/compile.el (compilation-setup): Fix last change.
6856 2005-11-26  Nick Roberts  <nickrob@snap.net.nz>
6858         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
6859         (gdb-mouse-toggle-breakpoint-margin)
6860         (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
6861         Add gdb-server-prefix to keep out of command history.
6862         (gdb-edit-register-value): New function.
6863         (gdb-registers-mode-map): Bind mouse-2 and RET to it.
6864         (gdb-info-registers-custom): Use above map.
6866 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
6868         * custom.el (enable-theme): Signal error if argument is not a
6869         theme.  Don't recalculate a face if it's not loaded yet.
6871         * cus-face.el (custom-theme-set-faces): Don't change saved-face if
6872         the `user' theme is in effect.
6874         * info.el (Info-on-current-buffer): Record actual filename in
6875         Info-current-file, instead of t, or a fake filename if a non-file
6876         buffer.  Make autoload.
6877         (Info-find-node, Info-revert-find-node): No need to check for
6878         Info-current-file nil.
6879         (Info-set-mode-line, Info-up, Info-copy-current-node-name):
6880         Info-current-file is now never `t'.
6881         (Info-fontify-node): Many simplifications due to Info-current-file
6882         always being valid.  Use Info-find-file to find node filename.
6884 2005-11-25  David Kastrup  <dak@gnu.org>
6886         * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
6887         new character, then delete" in order to preserve markers.
6889 2005-11-25  David Ponce  <david@dponce.com>
6891         * recentf.el (recentf-arrange-by-rule): Handle a special
6892         `auto-mode-alist'-like "strip suffix" rule.
6893         (recentf-build-mode-rules): Handle second level auto-mode entries.
6895 2005-11-25  Michael Kifer  <kifer@cs.stonybrook.edu>
6897         * viper-keym.el (viper-ESC-key): Use different values in terminal and
6898         window modes.
6900         * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
6901         jde-javadoc-checker-report-mode.
6903         * ediff-wind (ediff-make-wide-display): Slight simplification.
6905         * ediff.el (ediff-date): Change the date of last update.
6907 2005-11-24  Chong Yidong  <cyd@stupidchicken.com>
6909         * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
6910         Use define-minor-mode, and make it a local mode.  Turn on font-lock.
6911         (hi-lock-mode): New global minor mode.
6912         (turn-on-hi-lock-if-enabled): New function.
6913         (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
6914         Change arguments to regexp and face instead of a font-lock pattern.
6915         Directly set face property, instead of refontifying.
6916         (hi-lock-font-lock-hook): Check if font-lock is being turned on.
6917         (hi-lock-find-patterns): Use line-number-at-pos.
6919         (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode.  Use new
6920         arguments for hi-lock-set-pattern.
6921         (hi-lock-unface-buffer, hi-lock-set-file-patterns):
6922         Call font-lock-fontify-buffer.
6923         (hi-lock-find-file-hook, hi-lock-current-line)
6924         (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
6926         (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
6927         turned off.
6929         * progmodes/compile.el (compilation-setup): Don't fiddle with
6930         font-lock-defaults.
6932 2005-11-25  Nick Roberts  <nickrob@snap.net.nz>
6934         * progmodes/gdb-ui.el (gdb-var-create-handler)
6935         (gdb-var-list-children-handler): Find values for all variable
6936         objects.  gud-speedbar-buttons decides whether to display them.
6938 2005-11-24  Romain Francoise  <romain@orebokech.com>
6940         * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
6941         buffer name with a space.
6943 2005-11-24  Carsten Dominik  <dominik@science.uva.nl>
6945         * textmodes/org.el (org-export-plain-list-max-depth): Rename from
6946         `org-export-local-list-max-depth'.  Change default value to 3.
6947         (org-auto-renumber-ordered-lists)
6948         (org-plain-list-ordered-item-terminator): New options.
6949         (org-at-item-p, org-beginning-of-item, org-end-of-item)
6950         (org-get-indentation, org-get-string-indentation)
6951         (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
6952         New functions.
6953         (org-move-item-down, org-move-item-up): New commands.
6954         (org-export-as-html): New classes for CSS support.  Bug fix in
6955         regular expression detecting fixed-width regions.  Respect
6956         `org-local-list-ordered-item-terminator'.
6957         (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
6958         also a list item.
6959         (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
6960         New item moving functions.
6962 2005-11-24  Juri Linkov  <juri@jurta.org>
6964         * isearch.el (isearch-repeat): With empty search ring set
6965         `isearch-error' to the error string instead of signaling error
6966         with the function `error'.
6968 2005-11-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6970         * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
6972 2005-11-24  Nick Roberts  <nickrob@snap.net.nz>
6974         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
6975         and variable.
6976         (gdb-var-create-handler, gdb-var-list-children-handler):
6977         Don't match on "char **...".
6978         (gdb-var-update-handler): Find values for all variable objects.
6979         (gdb-info-frames-custom): Identify frames by leading "#".
6981         * progmodes/gud.el (gud-speedbar-menu-items): Add
6982         gdb-speedbar-auto-raise as radio button.
6983         (gud-speedbar-buttons): Raise speedbar if requested.
6984         Don't match on "char **...".
6985         (gud-speedbar-buttons): Add (pointer) value for non-leaves.
6986         Make it editable.
6988 2005-11-23  Chong Yidong  <cyd@stupidchicken.com>
6990         * info.el (Info-fontify-node): Handle the case where
6991         Info-current-file is t.
6993 2005-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6995         * simple.el (blink-matching-open): Fix off-by-one in last change.
6997 2005-11-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6999         * term/mac-win.el: Don't change default directory.
7001 2005-11-22  Luc Teirlinck  <teirllm@auburn.edu>
7003         * cus-edit.el (Custom-reset-standard): Make it handle Custom group
7004         buffers correctly.  (It used to throw an error in such buffers.)
7005         Make it ask for confirmation in group buffers and other Custom
7006         buffers containing more than one customization item.
7008 2005-11-22  John Paul Wallington  <jpw@gnu.org>
7010         * net/goto-addr.el (goto-address-fontify): Put `follow-link'
7011         property on mail and url overlays.
7012         (goto-address-at-point): Use `posn-set-point' instead of
7013         `mouse-set-point' because the latter is not fbound when configured
7014         without X.
7016 2005-11-22  Lars Hansen  <larsh@soem.dk>
7018         * ls-lisp.el (ls-lisp-parse-symlink): Delete.
7019         (ls-lisp-classify, ls-lisp-format): Delete call to
7020         ls-lisp-parse-symlink.
7021         (ls-lisp-handle-switches): Handle symlinks to directories as
7022         directories when ls-lisp-dirs-first in non-nil.
7024 2005-11-21  Luc Teirlinck  <teirllm@auburn.edu>
7026         * startup.el (command-line): Make sure that loaddefs.el is handled
7027         correctly in load-history.
7029 2005-11-22  Nick Roberts  <nickrob@snap.net.nz>
7031         * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
7032         (gdb-struct-string, gdb-array-string): New constants.
7033         (gdb-info-locals-handler): Use them.
7034         (gdb-reset): Reset gdb-var-list to nil.
7036 2005-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7038         * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
7039         in patterns.
7041 2005-11-21  Juri Linkov  <juri@jurta.org>
7043         * custom.el (defcustom): Update link types in docstring.
7045 2005-11-20  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
7047         * custom.el (defgroup): Add doc-string-elt info.
7049         * widget.el (define-widget): Don't use declare for the doc-string-elt.
7051 2005-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7053         * newcomment.el (comment-enter-backward): Fix last fix.
7055         * simple.el (blink-matching-open):
7056         * paren.el (show-paren-function): Allow new paren-class info.
7058 2005-11-20  Chong Yidong  <cyd@stupidchicken.com>
7060         * faces.el: Revert 2005-11-17 change.  :ignore-defface is now
7061         handled automagically.
7063 2005-11-20  Andreas Schwab  <schwab@suse.de>
7065         * descr-text.el (describe-char): When copying overlays put them
7066         over the full char description instead of just the first character
7067         of it.
7069 2005-11-20  Juri Linkov  <juri@jurta.org>
7071         * simple.el (what-cursor-position):
7072         * descr-text.el (describe-char): Use Lisp-readable syntax
7073         for octal and hex.  Reorder decimal, octal and hex values.
7074         Remove excess whitespace in the output.  Use `=' in `column='
7075         like in `point=' and `Hscroll='.
7077         * international/mule-cmds.el (encoded-string-description):
7078         Use Lisp-readable syntax for hex.
7080 2005-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7082         * newcomment.el (comment-enter-backward): Handle the case where the
7083         comment is closed by EOB.
7085 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
7087         * longlines.el (longlines-before-revert-hook)
7088         (longlines-after-revert-hook): New functions.
7089         (longlines-mode): Turn off longlines temporarily when reverting.
7090         Add a message-setup-hook.
7091         (longlines-decode-buffer): New function.
7092         (longlines-wrap-line): Preserve marker positions.
7094 2005-11-19  Andreas Schwab  <schwab@suse.de>
7096         * emacs-lisp/shadow.el: Handle compressed files.
7098 2005-11-19  Romain Francoise  <romain@orebokech.com>
7100         * net/browse-url.el (browse-url-default-browser): Signal an error
7101         if no usable browser can be found, rather than try to load w3.
7103 2005-11-16  Ryan Yeske  <rcyeske@gmail.com>
7105         * net/rcirc.el (rcirc-mangle-text): Add bold face property without
7106         replacing existing properties.
7107         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
7108         (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
7109         tty specs.
7110         (rcirc-server-prefix, rcirc-server): New faces.
7111         (rcirc-url-regexp): Generate with rx macro.
7112         (rcirc-last-server-message-time): New variable.
7113         (rcirc-filter): Record time of last message.
7114         (rcirc-keepalive): Kill processes that did not send a message
7115         since the last ping.
7116         (rcirc-mode): Give rcirc-topic a local binding here.
7118 2005-11-19  Michael Cadilhac  <michael.cadilhac@lrde.org>  (tiny change)
7120         * subr.el (read-passwd): Fontify the prompt as we do with other
7121         prompts.
7123 2005-11-19  Ryan Yeske  <rcyeske@gmail.com>
7125         * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
7126         binding buffer-read-only to nil.
7128 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
7130         * complete.el (partial-completion-mode):
7131         Mention completion-auto-help in the doc string.
7133         * man.el (Man-highlight-references): Doc fix.  Reformat code in a
7134         more Lisp-ish way.
7136 2005-11-19  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
7138         * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
7139         digits, not 8, to avoid misalignment for files larger than 100MB.
7141 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
7143         * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
7144         Mention "keyboard shortcuts" in the help text.
7146 2005-11-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7148         * startup.el (fancy-splash-default-action): Discard only
7149         mouse-down and succeeding mouse-up events in the splash screen
7150         window so that drag-n-drop event can be processed.
7152 2005-11-18  Chong Yidong  <cyd@stupidchicken.com>
7154         * longlines.el (longlines-mode): Add hacks for mail-mode and
7155         message-mode.
7157 2005-11-18  Carsten Dominik  <dominik@science.uva.nl>
7159         * textmodes/org.el (org-table-sort-lines): New command.
7160         (org-tbl-menu): Add entry for `org-table-sort-lines'.
7161         (org-add-file): Command removed, use `org-agenda-file-to-front'
7162         instead.
7163         (org-export-icalendar): Use `org-icalendar-combined-name'.
7164         (org-cycle-agenda-files, org-agenda-file-to-end)
7165         (org-agenda-file-to-front): New commands.
7166         (org-table-tab-jumps-over-hlines, org-export-html-style):
7167         New options.
7168         (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
7169         (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
7170         New functions.
7171         (org-fill-paragraph): Call `org-table-align' in tables.
7172         (org-mode): Call `org-set-autofill-regexps'.
7173         (org-export-as-html): Support for local handformatted lists.
7174         Modified to produce valid HTML 4.0.  Use `org-export-html-style'.
7175         (org-export-local-list-max-depth): New option.
7176         (org-html-expand): Use `org-html-protect'.
7178 2005-11-18  Nick Roberts  <nickrob@snap.net.nz>
7180         * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
7181         to "p".
7182         (gdb): Move definition of gud-pp to...
7184         * progmodes/gdb-ui.el (gdb-ann3): ...here.  Make it work in the
7185         speedbar.
7186         (gdb-find-watch-expression): New function.
7188 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
7190         * faces.el (face-attribute, set-face-attribute): Mention existence
7191         of `:ignore-defface' setting in docstring.
7193 2005-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7195         * simple.el (completion-setup-function): Fix last change.
7197 2005-11-17  John Paul Wallington  <jpw@pobox.com>
7199         * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
7200         Use `posn-set-point' instead of `mouse-set-point' because the
7201         latter is not fbound when configured without X.
7203         * comint.el (comint-insert-input): Likewise.
7205 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
7207         * simple.el (hard-newline): New variable.
7208         (sendmail-user-agent-compose, next-line): Use it.
7210         * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
7211         (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
7212         (mail-mail-reply-to, mail-mail-followup-to)
7213         (mail-position-on-field, mail-signature, mail-yank-original)
7214         (mail-attach-file): Likewise.
7216         * mail/mailheader.el (mail-header-format)
7217         (mail-header-format-function): Likewise.
7219         * add-log.el (add-change-log-entry, change-log-merge): Likewise.
7221 2005-11-17  Juri Linkov  <juri@jurta.org>
7223         * font-lock.el (font-lock-faces): Rename this defgroup from
7224         `font-lock-highlighting-faces'.
7225         (font-lock-comment-face, font-lock-comment-delimiter-face)
7226         (font-lock-string-face, font-lock-doc-face)
7227         (font-lock-keyword-face, font-lock-builtin-face)
7228         (font-lock-function-name-face, font-lock-variable-name-face)
7229         (font-lock-type-face, font-lock-constant-face)
7230         (font-lock-warning-face, font-lock-negation-char-face)
7231         (font-lock-preprocessor-face)
7232         (font-lock-regexp-grouping-backslash)
7233         (font-lock-regexp-grouping-construct): Rename :group from
7234         `font-lock-highlighting-faces' to `font-lock-faces'.
7236         * cus-edit.el (lisp, c, tex):
7237         * progmodes/ada-mode.el (ada):
7238         * progmodes/asm-mode.el (asm):
7239         * progmodes/cperl-mode.el (cperl-faces):
7240         * progmodes/cpp.el (cpp):
7241         * progmodes/dcl-mode.el (dcl):
7242         * progmodes/f90.el (f90):
7243         * progmodes/fortran.el (fortran):
7244         * progmodes/icon.el (icon):
7245         * progmodes/idlwave.el (idlwave-misc):
7246         * progmodes/m4-mode.el (m4):
7247         * progmodes/make-mode.el (makefile):
7248         * progmodes/meta-mode.el (meta-font):
7249         * progmodes/modula2.el (modula2):
7250         * progmodes/octave-mod.el (octave):
7251         * progmodes/pascal.el (pascal):
7252         * progmodes/perl-mode.el (perl):
7253         * progmodes/prolog.el (prolog):
7254         * progmodes/ps-mode.el (PostScript-edit):
7255         * progmodes/scheme.el (scheme):
7256         * progmodes/sh-script.el (sh-script):
7257         * progmodes/simula.el (simula):
7258         * progmodes/tcl.el (tcl):
7259         * textmodes/nroff-mode.el (nroff):
7260         * textmodes/reftex-vars.el (reftex-fontification-configurations):
7261         * textmodes/sgml-mode.el (sgml):
7262         * textmodes/texinfo.el (texinfo):
7263         Add :link (custom-group-link font-lock-faces) to defgroup.
7265         * hi-lock.el (hi-lock): Rename this defgroup from
7266         `hi-lock-interactive-text-highlighting'.  Change parent group from
7267         `faces' to `font-lock'.  Add link to the manual.
7268         (hi-lock-mode, hi-lock-file-patterns-range)
7269         (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
7270         `hi-lock-interactive-text-highlighting' to `hi-lock'.
7271         (hi-lock-faces): Add :group `faces'.
7273         * cus-edit.el (custom-variable-prompt): Clarify the code.
7275         * faces.el (face-read-string): Set the default value arg of
7276         completing-read.
7278 2005-11-16  Luc Teirlinck  <teirllm@auburn.edu>
7280         * rfn-eshadow.el (file-name-shadow-properties)
7281         (file-name-shadow-tty-properties, file-name-shadow-mode):
7282         Remove autoloads, because the file is now preloaded.
7284 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7286         * printing.el (easy-menu-intern): Don't define.
7287         (pr-get-symbol): Use easy-menu-intern only if defined.
7289         * simple.el (blink-matching-open): Simplify a bit.
7290         (completion-setup-function): Fix the case of partial-completion-mode
7291         when the minibuffer's contents start with "-".
7292         Obey completion-base-size-function even when
7293         minibuffer-completing-file-name is non-nil.
7295 2005-11-16  Richard M. Stallman  <rms@gnu.org>
7297         * net/eudcb-ph.el (eudc-ph-open-session):
7298         Use set-process-query-on-exit-flag.
7300         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
7302         * international/ucs-tables.el (ucs-set-table-for-input):
7303         Use make-local-variable, not make-variable-buffer-local.
7305         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
7306         Improve warning message text.
7308         * savehist.el (savehist-save-hook): Add :group.
7310         * menu-bar.el (menu-bar-help-menu):
7311         Rename Find Extra Packages to External Packages.
7313         * cus-edit.el (Custom-reset-standard): Verify that
7314         :custom-standard-value prop exists before calling it.
7316         * apropos.el (apropos-calc-scores): Use apropos-pattern.
7318 2005-11-16  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
7320         * wid-edit.el (color): Enclose %t in %{...%}.
7322         * cus-edit.el (face): Enclose %t in %{...%}.
7324 2005-11-16  Hrvoje Niksic  <hniksic@xemacs.org>
7326         * savehist.el (savehist-mode-hook): Re-add the var.
7327         (savehist-mode): Use it.
7329 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7331         * textmodes/flyspell.el: Fix commenting convention.
7332         Remove unnecessary leading * in custom docstrings.
7333         (flyspell-emacs): Remove unused var.
7334         (flyspell-delete-region-overlays): Use remove-overlays.
7335         (flyspell-accept-buffer-local-defs): Use save-current-buffer.
7336         (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
7337         (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
7338         (flyspell-debug-signal-word-checked): Use with-current-buffer.
7339         (make-flyspell-overlay): Don't locally reuse a global name.
7340         (flyspell-highlight-incorrect-region)
7341         (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
7342         (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
7343         (flyspell-notify-misspell): Remove unused args `start' and `end'.
7344         (flyspell-word): Adjust call accordingly.  Use ispell-send-string.
7345         Wrap calls to accept-process-output inside with-local-quit since it's
7346         often called from a post-command-hook.
7347         (flyspell-correct-word, flyspell-auto-correct-word):
7348         Use ispell-send-string.
7349         (flyspell-xemacs-popup): Remove unused arg `event'.  Update call.
7351         * calendar/diary-lib.el (diary-list-entries): Also hide the
7352         terminating newline.
7354 2005-11-16  Carsten Dominik  <dominik@science.uva.nl>
7356         * textmodes/reftex.el (reftex-use-fonts): Remove the check for
7357         window-system, to allow fonts on tty.
7359 2005-11-17  Nick Roberts  <nickrob@snap.net.nz>
7361         * progmodes/gud.el (gud-speedbar-item-info): New function.
7362         (gud-install-speedbar-variables): Use it to display data type
7363         of watch expression as a tooltip in speedbar.
7365 2005-11-15  Luc Teirlinck  <teirllm@auburn.edu>
7367         * font-core.el (global-font-lock-mode): Add :version keyword,
7368         because default was changed.
7370         * jka-cmpr-hook.el (auto-compression-mode): Ditto.
7372         * startup.el (command-line): Use `custom-reevaluate-setting' for
7373         `file-name-shadow-mode'.
7375         * loadup.el: Preload rfn-eshadow.
7377         * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
7378         Add :version keyword.
7379         (file-name-shadow-properties, file-name-shadow-tty-properties)
7380         (file-name-shadow): Add :version keyword.
7382         * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
7383         instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
7384         in the custom-group property of the symbol frames and the fringe
7385         group got no link to its parent group frames.
7386         Doc fix.
7388 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
7390         * progmodes/gud.el (gud-stop-subjob): New function.
7391         (gud-menu-map, gud-tool-bar-map): Use it.
7393 2005-11-16  Kim F. Storm  <storm@cua.dk>
7395         * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
7396         than kill it.
7397         (gud-tool-bar-map): Likewise.  Move cont/until/finish buttons
7398         to a more useful/logical place.
7400 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
7402         * progmodes/gud.el (gud-menu-map): Make visibility of stop and
7403         go buttons complementary.
7405 2005-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7407         * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
7408         (rfn-eshadow-sifn-equal): New function.
7409         (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
7411 2005-11-15  Michael Kifer  <kifer@cs.stonybrook.edu>
7413         * viper-utils.el (viper-non-word-characters-reformed-vi):
7414         Quote `-' in string.
7416         * viper.el (viper-emacs-state-mode-list): Ensure that
7417         rcirc-mode buffers come up in Emacs state.
7419         * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
7420         operation.
7422 2005-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
7424         * term.el (term-termcap-format): Fix typos.
7425         (term-down): Fix the negative argument case.
7427 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
7429         * progmodes/gdb-ui.el: Remove face-alias left over from change on
7430         2005-08-15.
7431         (gdb-ann3): New command gud-go.
7432         (menu): Accomodate gdb-mi.el.
7433         (gdb-assembler-custom): Make buffer of selected window current
7434         so that set-window-point works.
7436         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
7437         buttons and include new ones.
7439 2005-11-16  Kim F. Storm  <storm@cua.dk>
7441         * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
7442         (gud-menu-map): Use it.
7444 2005-11-14  Luc Teirlinck  <teirllm@auburn.edu>
7446         * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
7447         that works correctly for Custom and that does not override a user
7448         who disables it.
7450         * help-mode.el (help-make-xrefs, help-xref-on-pp)
7451         (help-xref-interned, help-follow): Make hyperlinks for variables
7452         that are unbound, but have a non-nil variable-documentation property.
7454         * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
7455         mode hook.  (It conflicted with defcustoms for some mode hooks.)
7456         Use the `variable-documentation' property to give the mode hook a
7457         docstring and expand that docstring.
7459 2005-11-14  Hrvoje Niksic  <hniksic@xemacs.org>
7461         * savehist.el (savehist-mode): Don't bother with
7462         `custom-set-minor-mode'.
7463         (savehist-coding-system): Check XEmacs version.
7464         (history-length): Declare also at run time.
7465         (savehist-mode): Don't emit a message.  Don't run the minor mode hook.
7466         Don't set the customize state.
7467         (savehist-minibuffer-hook): Special case for when
7468         minibuffer-history-variable is equal to t.
7470 2005-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7472         * files.el (write-file): Refresh VC status.
7474         * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
7475         (mark-diary-entries, make-diary-entry): Check default-major-mode rather
7476         than fundamental-mode to see if the mode was set.
7478 2005-11-14  Romain Francoise  <romain@orebokech.com>
7480         * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
7481         dummy function in `eval-when-compile' to avoid compiler warning.
7482         Require `man' at compile time.
7484 2005-11-14  Jay Belanger  <belanger@truman.edu>
7486         * calc-alg.el (calcFunc-write-out-power): Rename it to
7487         calcFunc-powerexpand.
7488         (math-write-out-power): Rename it to math-powerexpand; have it
7489         handle negative exponents.
7490         (calc-writeoutpower): Rename it to calc-powerexpand.
7492         * calc-ext.el: Change calcFunc-writeoutpower and
7493         calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
7494         autoloads.
7495         Add calcFunc-ldiv to autoloads.
7497         * calc-arith.el (calcFunc-ldiv): New function.
7499         * calc.el (calc-left-divide): New function.
7501 2005-11-14  Juri Linkov  <juri@jurta.org>
7503         * cus-edit.el (custom-variable-prompt): Set the default value arg
7504         of completing-read.
7506         * cus-dep.el (custom-make-dependencies): Reverse the list of
7507         found dependencies.
7509 2005-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
7511         * menu-bar.el (menu-bar-options-menu): Delete "Syntax
7512         Highlighting" entry, it is on by default now.
7513         (menu-bar-options-save): Do not save global-font-lock-mode.
7515 2005-11-13  Richard M. Stallman  <rms@gnu.org>
7517         * textmodes/flyspell.el (flyspell-large-region):
7518         Call flyspell-accept-buffer-local-defs.
7520 2005-11-13  Agustin Martin  <agustin.martin@hispalinux.es>
7522         * textmodes/flyspell.el (flyspell-notify-misspell):
7523         Fix misspelling of "Misspelling".
7524         (flyspell-process-localwords): New function.
7525         (flyspell-large-region): Call flyspell-process-localwords and
7526         flyspell-delete-region-overlays.
7527         (flyspell-delete-region-overlays): New function.
7528         (flyspell-delete-all-overlays): Call that.
7530 2005-11-13  Richard M. Stallman  <rms@gnu.org>
7532         * help.el (help-for-help-internal): Improve doc of C-h a.
7533         (describe-key): Improve prompt; doc fix.
7535 2005-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7537         * vc-svn.el (vc-svn-registered): Catch all errors.
7539         * cus-dep.el (custom-make-dependencies): Typo.
7541 2005-11-13  Michael Albinus  <michael.albinus@gmx.de>
7543         * net/tramp-util.el (top): Fix compilation warning.
7545 2005-11-13  Kim F. Storm  <storm@cua.dk>
7547         * help.el (help-for-help-internal): Fix `a' entry.  Add `d' entry.
7549 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
7551         * progmodes/gud.el (gud-menu-map): Move parentheses (again).
7552         (gud-speedbar-buttons): Match on "const char *" too.
7554         * progmodes/gdb-ui.el (gdb-var-create-handler)
7555         (gdb-var-list-children-handler): Match on "const char *" too.
7556         (gdb-var-evaluate-expression-handler): Match on empty string.
7557         (gdb-var-update-handler): Only call
7558         gdb-var-evaluate-expression-handler when required.
7560 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
7562         * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
7563         selected window.  This still doesn't work for speedbar.
7564         (gud-speedbar-buttons): Handle string expressions properly.
7566         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
7567         (gdb-var-create-handler): Handle string expressions properly.
7568         (gdb-var-list-children-regexp, gdb-var-list-children-handler):
7569         Handle string expressions properly.  Move "type" field into regexp.
7571 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
7573         * bookmark.el (bookmark-maybe-message): New function to reduce
7574         code duplication: invokes `message' iff baud-rate is high enough.
7575         (bookmark-write-file): Use above instead of an inline conditional.
7576         (bookmark-load): Same.
7578 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
7580         * bookmark.el (bookmark-write-file): Don't visit the destination
7581         file, just write the data to it using write-region.  This is
7582         similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
7583         change to avoid visiting the file in the first place.
7585 2005-11-12  Chong Yidong  <cyd@stupidchicken.com>
7587         * hi-lock.el (hi-lock-mode): Set the default value of
7588         font-lock-defaults.
7590 2005-11-11  Luc Teirlinck  <teirllm@auburn.edu>
7592         * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
7593         arg to `file-attributes'.
7594         (find-lisp-format): The UID and GID can now be strings.
7596 2005-11-12  Kim F. Storm  <storm@cua.dk>
7598         * help.el (help-map): Bind C-h d to apropos-documentation.
7600         * simple.el (what-cursor-position): Print (EOB) instead of (100%)
7601         when point is at end-of-buffer.
7603         * apropos.el (apropos-match-face): Doc fix.
7604         (apropos-sort-by-scores): Add new choice `verbose'.
7605         (apropos-documentation-sort-by-scores): New defcustom.
7606         (apropos-pattern): Now contains the pattern entered by the user.
7607         (apropos-pattern-quoted): New defvar.
7608         (apropos-regexp): New defvar, containing the regexp corresponding
7609         to apropos-pattern.
7610         (apropos-all-words-regexp): Rename from apropos-all-regexp.
7611         (apropos-read-pattern): New defun.  Use it to read pattern arg in
7612         interactive calls; returns list of words for a word list, and
7613         string for a regexp.
7614         (apropos-parse-pattern): Rename from apropos-rewrite-regexp.  Now
7615         parses a list of words or regexp as returned by apropos-read-pattern.
7616         (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
7617         (apropos-score-doc): Return a very high score if the string
7618         entered by the user matches literally.
7619         (apropos-variable): Doc fix.  Use apropos-read-pattern.
7620         (apropos-command): Doc fix.  Use apropos-read-pattern and
7621         apropos-parse-pattern.  Call apropos-print with nosubst=t.
7622         (apropos, apropos-value): Doc fix.  Use apropos-read-pattern and
7623         apropos-parse-pattern.
7624         (apropos-documentation): Doc fix.  Use apropos-read-pattern and
7625         apropos-parse-pattern.  Locally bind apropos-sort-by-scores to
7626         apropos-documentation-sort-by-scores.  Call apropos-print with
7627         nosubst=t.
7628         (apropos-documentation-internal): Pass doc string through
7629         substitute-key-definition before adding text properties.
7630         Highlight substring matching literal user input if possible.
7631         (apropos-documentation-check-doc-file): Remove locals beg and end.
7632         Fix calculation of score (as added twice).  Pass doc string through
7633         substitute-key-definition before adding text properties.
7634         (apropos-documentation-check-elc-file): Pass doc string through
7635         substitute-key-definition before adding text properties.
7636         Highlight substring matching literal user input if possible.
7637         (apropos-print): Add new arg NOSUBST; if set, command and variable
7638         doc strings have already been passed through substitute-key-definition.
7639         Add code to handle apropos-accumulator items without score element
7640         for backwards compatibility (e.g. with woman package).
7641         Only show scores if apropos-sort-by-scores is `verbose'.
7643 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7645         * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
7646         Add jka-compr-load-suffixes to load-suffixes.
7648         * jka-compr.el: Require jka-cmpr-hook.
7649         (jka-compr-info-compress-message, jka-compr-info-compress-program)
7650         (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
7651         (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
7652         (jka-compr-info-can-append, jka-compr-info-strip-extension)
7653         (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
7654         (jka-compr-info-regexp): Remove.  Provided by jka-cmpr-hook.
7655         (jka-compr-uninstall): Remove entries from
7656         jka-compr-added-to-file-coding-system-alist after they are used.
7657         (jka-compr-error): Remove unused var `curbuf'.
7658         (jka-compr-file-local-copy): Remove unused var `notfound'.
7660 2005-11-10  Romain Francoise  <romain@orebokech.com>
7662         * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
7664 2005-11-11  Nick Roberts  <nickrob@snap.net.nz>
7666         * progmodes/gud.el (gud-menu-map): Move parentheses.
7667         (gdb): New command gud-pv.
7669 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7671         * tar-mode.el: Remove spurious or unnecessary leading stars
7672         in docstrings.
7673         (tar-header-block-tokenize): Also obey default-file-name-coding-system.
7674         (tar-parse-octal-integer-safe): Use mapc.
7675         (tar-header-block-summarize): Remove unused var `ck'.
7676         (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
7677         cleared before.  Obey default-enable-multibyte-characters.
7678         Use mapconcat.  Simplify setting of tar-header-offset.
7679         (tar-mode-map): Move initialization inside delcaration.
7680         (tar-flag-deleted): Use `abs'.
7681         (tar-expunge-internal): Remove unused var `line'.
7682         (tar-expunge-internal): Don't hardcode point-min==1.
7683         (tar-expunge): Widen while doing set-buffer-multibyte.
7684         (tar-rename-entry): Use file-name-coding-system.
7685         (tar-alter-one-field): Don't hardcode point-min==1.
7686         (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
7687         (tar-pad-to-blocksize): Don't hardcode point-min==1.  Clarify the code.
7689 2005-11-10  Masatake YAMATO  <jet@gyve.org>
7691         * add-log.el (add-log-current-defun): Handle class::method
7692         notation of c++.  Fix incorrect comment.
7694 2005-11-10  Alan Mackenzie  <acm@muc.de>
7696         * help-fns.el (describe-variable): Make C-h v work when a variable
7697         has variable documentation yet is unbound.
7699 2005-11-10  Masatake YAMATO  <jet@gyve.org>
7701         * man.el (Man-highlight-references): Set an empty
7702         string to `Man-arguments' if it is nil.
7703         Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
7705 2005-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7707         * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
7708         commenting conventions.
7710         * cus-dep.el (custom-make-dependencies): Simplify.
7711         Better follow the commenting conventions.
7713 2005-11-09  Richard M. Stallman  <rms@gnu.org>
7715         * apropos.el (apropos-pattern): Rename from apropos-regexp.
7716         (apropos-orig-pattern): Rename from apropos-orig-regexp.
7717         All uses changed.
7718         (apropos-rewrite-regexp): Doc fix.
7719         (apropos-variable, apropos-command, apropos, apropos-value):
7720         Change prompt; carry through the argument renaming.
7722 2005-11-09  Luc Teirlinck  <teirllm@auburn.edu>
7724         * find-lisp.el: Require dired.
7725         (find-lisp-find-dired-internal): Do not call
7726         `abbreviate-file-name' on DIR.
7728 2005-11-10  Nick Roberts  <nickrob@snap.net.nz>
7730         * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
7732 2005-11-09  Nick Roberts  <nickrob@snap.net.nz>
7734         * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
7735         when using the speedbar.
7736         (gdb): New command gud-pp.
7737         (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
7739 2005-11-09  Juri Linkov  <juri@jurta.org>
7741         * replace.el (occur-excluded-properties): New defcustom.
7742         (occur-1, occur-engine, occur-accumulate-lines): Use it.
7744 2005-11-08  Jay Belanger  <belanger@truman.edu>
7746         * calc/calc-units.el (math-convert-units): Replace any composite
7747         unit by its definition.
7749 2005-11-08  Lars Hansen  <larsh@soem.dk>
7751         * emacs-lisp/autoload.el (update-directory-autoloads):
7752         Add obsolete function alias.
7754 2005-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7756         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
7757         comment-indent-function.
7758         (lisp-comment-indent): Replace by an alias for comment-indent-default.
7760         * reveal.el (reveal-post-command): Rework the handling of
7761         reveal-open-spots, so as to be more reliable.  There were several
7762         tricky corner cases where an open spot might be lost, or where
7763         a closed spot might end up on the list of open spots.
7764         Only reveal text that's ellipsised.
7766 2005-11-07  Carsten Dominik  <dominik@science.uva.nl>
7768         * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
7770 2005-11-07  John Paul Wallington  <jpw@gnu.org>
7772         * ibuffer.el (ibuffer): Search iconified frames too when
7773         getting Ibuffer buffer's window.
7775 2005-11-06  Richard M. Stallman  <rms@gnu.org>
7777         * progmodes/compile.el (compilation-internal-error-properties):
7778         save-excursion around the computation of MARKER.
7780 2005-11-06  Piet van Oostrum  <piet@cs.uu.nl>
7782         * textmodes/flyspell.el (flyspell-external-point-words):
7783         flyspell-get-word returns a list, not just a string.
7785 2005-11-06  John Paul Wallington  <jpw@pobox.com>
7787         * ibuffer.el (ibuffer): Search all visible frames when getting
7788         Ibuffer buffer's window.
7790 2005-11-07  Masatake YAMATO  <jet@gyve.org>
7792         * man.el (Man-reference-regexp): Accept spaces between
7793         `Man-name-regexp' and `Man-section-regexp'.
7794         (Man-apropos-regexp): New variable.
7795         (Man-abstract-xref-man-page): Use value for `Man-target-string'
7796         if available.
7797         (Man-highlight-references, Man-highlight-references0):
7798         Handle the case when `Man-arguments' includes "-k".
7799         (Man-highlight-references0): Rename the argument `TARGET-POS' to
7800         `TARGET'. `TARGET' can be a number, function or nil.
7802 2005-11-06  Nick Roberts  <nickrob@snap.net.nz>
7804         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
7805         (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
7806         (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
7807         (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
7808         (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
7809         (gdb-send-item): Use buffer-local-value and simplify.
7811 2005-11-05  Luc Teirlinck  <teirllm@auburn.edu>
7813         * startup.el (command-line): Use `custom-reevaluate-setting' for
7814         `global-font-lock-mode'.
7816         * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
7817         by default, except in batch mode or when the -D option is given.
7819         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
7820         specified keyword args on to `define-minor-mode'.  Update docstring.
7822 2005-11-05  Romain Francoise  <romain@orebokech.com>
7824         * replace.el (occur-engine): Add marker at end of line, too.
7826 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
7828         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
7829         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
7830         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
7831         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
7832         argument to all these routines, so the passphrase can be managed
7833         externally and passed in to the system.
7834         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
7835         pgg-add-passphrase-to-cache function.
7837         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
7838         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
7839         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
7840         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
7841         argument to all these routines, so the passphrase can be managed
7842         externally and passed in to the system.
7843         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
7844         function.
7846 2005-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
7848         * font-lock.el: Don't deal with font-lock-face-attributes here,
7849         move the code ...
7851         * startup.el (command-line): ... here.  Use face-spec-set instead
7852         of custom-declare-face.
7854         * faces.el (face-spec-set): Reset the face if spec is not nil.
7856 2005-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7858         * newcomment.el (comment-region-internal): Box more tightly in the
7859         common case where there's no TAB in the boxed text.
7861 2005-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7863         * info.el (info-tool-bar-map): Use images prev-node, next-node and
7864         up-node.
7866 2005-11-04  Ulf Jasper  <ulf.jasper@web.de>
7868         * newsticker.el: Commentary updated.  Code formatting changed.
7869         (newsticker-version): Change to "1.9".
7870         (newsticker, newsticker-feed): Doc fix.
7871         (newsticker-url-list): Doc fix.  Add option "Weekly".
7872         (newsticker-retrieval-interval): Add option "Weekly".
7873         (newsticker-headline-processing): Doc fix.
7874         (newsticker-auto-mark-filter): Remove.
7875         (newsticker-auto-mark-filter-list): New.
7876         (newsticker-layout, newsticker-sort-method): Doc fix.
7877         (newsticker-hide-old-items-in-newsticker-buffer)
7878         (newsticker-heading-format, newsticker-item-format)
7879         (newsticker-desc-format): Doc fix.
7880         (newsticker-show-all-rss-elements): Remove.
7881         (newsticker-show-all-news-elements): New.
7882         (newsticker-faces, newsticker-ticker): Doc fix.
7883         (remove-from-invisibility-spec): Code formatting.
7884         (newsticker--process-ids): New.
7885         (newsticker-mode): Doc fix.
7886         (newsticker-mode): Change mode-line-format.
7887         (newsticker-start): Remove debug output.
7888         (newsticker-start-ticker): Doc fix.  Add autoload cookie.
7889         (newsticker-w3m-show-inline-images): Code formatting.
7890         (newsticker-next-item): Call `force-mode-line-update'.
7891         (newsticker-previous-item): Call `force-mode-line-update'.
7892         (newsticker-next-feed): Call `force-mode-line-update'.
7893         (newsticker-previous-feed): Call `force-mode-line-update'.
7894         (newsticker-mark-all-items-at-point-as-read): Code formatting.
7895         (newsticker-show-old-items): Do not show descs.
7896         (newsticker-hide-entry): Hide too much.
7897         (newsticker-hide-entry, newsticker-show-entry)
7898         (newsticker-toggle-auto-narrow-to-feed): Code formatting.
7899         (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
7900         (newsticker-toggle-auto-narrow-to-item): Code formatting.
7901         (newsticker-set-auto-narrow-to-item): Update buffer immediately.
7902         (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
7903         (newsticker-get-news): Call `force-mode-line-update'.
7904         Collect process ids.
7905         (newsticker--sentinel): Change coding system handling.
7906         Move image retrieval to new functions newsticker--get-logo-url-*.
7907         Move feed parsing to new functions newsticker--parse-*.
7908         Update list of process ids.
7909         (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
7910         (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
7911         (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
7912         (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
7913         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
7914         (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
7915         (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
7916         (newsticker--decode-coding-string): Remove.
7917         (newsticker--decode-numeric-entities): Check input.  Format code.
7918         (newsticker--remove-whitespace): Check input.
7919         (newsticker--do-forget-preformatted): Doc fix.
7920         (newsticker--decode-rfc822-date): Allow for missing time.
7921         (newsticker--update-process-ids): New.
7922         (newsticker--image-sentinel): Change comment.
7923         (newsticker--image-read): Change error message.
7924         (newsticker--imenu-goto): Doc fix.  Show headline title.
7925         (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
7926         (newsticker--buffer-do-insert-text): Clean whitespace in
7927         html-rendered headline title.  Code formatting.
7928         Call `newsticker--buffer-print-extra-elements'.
7929         (newsticker--buffer-print-extra-element): Remove.
7930         (newsticker--buffer-print-extra-elements): New.
7931         (newsticker--buffer-do-print-extra-element): New.
7932         (newsticker--buffer-insert-enclosure): Doc fix.  Use MBytes for
7933         large sizes.
7934         (newsticker--run-auto-mark-filter)
7935         (newsticker--do-run-auto-mark-filter):
7936         Use `newsticker-auto-mark-filter-list'.
7938 2005-11-04  Ryan Yeske  <rcyeske@gmail.com>
7940         * net/rcirc.el: Use split-string OMIT-NULLS argument.
7941         (rcirc-print): Force redisplay before running hooks.  Do long
7942         buffer truncation after making new text read-only.  Deal with nil
7943         text when decoding strings.  If TARGET is nil, use either the
7944         currently selected buffer, if it is an rcirc buffer and of the
7945         same process or the process buffer.
7946         (rcirc-mode): Remove header-line.  Recompute short buffer names.
7947         Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
7948         (rcirc-short-buffer-name): Add variable.
7949         (rcirc-kill-buffer-hook): Recompute short buffer names.
7950         Remove nick from private channel.
7951         (rcirc-send-input): Send command text to current-buffer.
7952         Don't clear overlay arrow here.
7953         (rcirc-short-buffer-name): Return a short buffer name.
7954         (rcirc-update-short-buffer-names, rcirc-abbreviate)
7955         (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
7956         buffer-name abbreviations.
7957         (rcirc-kill-buffer-hook-1): Split to make debugging easier.
7958         Do not touch nick-table when killing a parted channel.
7959         (rcirc-window-configuration-change): Rename from rcirc-update-activity.
7960         Clear arrow from current buffer if it is now hidden.
7961         (rcirc-current-buffer): Add variable.
7962         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
7963         (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
7964         Remove -face from names.
7965         (rcirc-update-activity-string): Print "DND" when globally ignoring
7966         activity.
7967         (rcirc-ignore-buffer-activity-flag): Rename from
7968         rcirc-ignore-channel-activity.
7969         (rcirc-ignore-all-activity-flag): Doc fix.
7970         (rcirc-channels): Remove variable.
7971         (rcirc-kill-buffer-hook):
7972         (rcirc-get-buffer-create): Add nick to private channel.
7973         (rcirc-multiline-edit-submit): Remove tabs.
7974         (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
7975         folded.
7976         (rcirc-remove-nick-channel): Bug fix.
7977         (rcirc-toggle-ignore-buffer-activity): Rename from
7978         rcirc-toggle-ignore-channel-activity.
7979         (rcirc-record-activity): Add buffers to the front of the list.
7980         (rcirc-update-activity): Remove killed buffers from list.
7981         (rcirc-process-server-response-1): Remove last argument if it is
7982         null before calling handler.
7983         (rcirc): Add "rcirc" defcustom prefix.
7984         (rcirc-prompt): Simplify default prompt.
7985         Use custom-initialize-default.
7986         (rcirc-private-chats): Remove variable.
7987         (rcirc-prompt): Change initialization.
7988         (rcirc-version): Remove function.
7989         (rcirc-id-string): Add constant.
7990         (rcirc-last-buffer): Remove variable.
7991         (rcirc-buffer-alist): Add variable.
7992         (rcirc-connect): Update variable setup.
7993         (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
7994         (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
7995         default.
7996         (rcirc-handler-generic): Trigger activity.
7997         (rcirc-send-message): Create the buffor of the target.
7998         (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
7999         (rcirc-get-buffer): Just return nil if there is no matching buffer.
8000         (rcirc-multiline-edit-cancel): Remove function.
8001         (rcirc-set-last-buffer): Remove function.
8002         (rcirc-get-any-buffer): Add function.
8003         (rcirc-join-channels): Don't print /join text.
8004         (rcirc-toggle-ignore-channel-activity): Add and update echo area
8005         messages.
8006         (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
8007         (rcirc-handler-NOTICE): Recognize CTCP responses.
8008         (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
8009         constructing TOPIC string for buffers we are not JOINed.
8010         (rcirc-handler-CTCP-response): Add handler.
8011         (rcirc-multiline-edit-submit): Restore the window-configuration
8012         before adjusting point.
8013         (rcirc): Add customization group.
8014         (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
8015         (rcirc-user-full-name, rcirc-startup-channels-alist)
8016         (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
8017         (rcirc-ignore-all-activity-flag, rcirc-time-format)
8018         (rcirc-input-ring-size, rcirc-read-only-flag)
8019         (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
8020         (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
8021         Change defvar to defcustom.
8022         (rcirc-update-prompt): Add optional ALL arg, which will update
8023         prompts in all rcirc buffers.  Regexp quote replacement text.
8024         (rcirc-fill-column): Accept frame-width as a value.
8025         (rcirc-set-changed): Add function.
8026         (rcirc-next-active-buffer): Write more meaningful messages.
8027         (rcirc-faces): Add customization group.
8028         (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
8029         (rcirc-nick-in-message-face, rcirc-prompt-face)
8030         (rcirc-mode-line-nick-face): Move into rcirc-faces group.
8031         (with-rcirc-process-buffer): Move before first usage.
8032         (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
8033         (rcirc-debug-flag): Rename from `rcirc-log-p'.
8034         (rcirc-debug): Rename from `rcirc-log'.
8035         (rcirc-format-response-string): Do not print `-' chars for a
8036         NOTICE with no sender.  Simplify output of server responses.
8038 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
8040         (rcirc-browse-url-map, rcirc-browse-url-at-point)
8041         (rcirc-browse-url-at-mouse, rcirc-mangle-text):
8042         Make urls mouse and RET clickable.
8044 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
8046         * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
8048 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
8050         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
8051         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
8052         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
8053         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
8054         argument to all these routines, so the passphrase can be managed
8055         externally and passed in to the system.
8056         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
8057         pgg-add-passphrase-to-cache function.
8059         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
8060         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
8061         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
8062         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
8063         argument to all these routines, so the passphrase can be managed
8064         externally and passed in to the system.
8065         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
8066         function.
8068 2005-11-04  Edward O'Connor  <hober0@gmail.com>  (tiny change)
8070         * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
8071         from goto-address-url-regexp.
8073 2005-11-04  Carsten Dominik  <dominik@science.uva.nl>
8075         * textmodes/org.el (org-read-date, org-goto-calendar)
8076         (org-recenter-calendar, org-agenda-goto-calendar):
8077         Temporarily clear `calendar-move-hook'.
8079 2005-11-04  Michael Kifer  <kifer@cs.stonybrook.edu>
8081         * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
8082         merging.
8084         * ediff-util.el (ediff-previous-difference): Don't skip regions that
8085         have merge clashes.
8087 2005-11-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8089         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
8090         Undo previous change.
8092         * startup.el (command-line): Use `custom-reevaluate-setting' for
8093         mouse-wheel-down-event and mouse-wheel-up-event.  Don't call
8094         tty-register-default-colors on Mac.
8096 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
8098         * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
8099         (gdb-buffer-type): Make it automatically buffer local...
8100         (gdb-get-create-buffer): ...and set it accordingly.
8101         (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
8102         actually work.
8104 2005-11-03  Dan Nicolaescu  <dann@ics.uci.edu>
8106         * font-lock.el (font-lock-warning-face): Use the more vivid red1,
8107         not red.
8109 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
8111         * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
8112         case GUD buffer is not visible.
8113         (gdb-goto-breakpoint): Try to force display in source buffer.
8114         (gdb-frame-gdb-buffer): Copy other similar functions.
8115         (gdb-restore-windows): Don't display source if not asked for.
8116         (gdb-assembler-buffer-name): Don't capitalise.
8118 2005-11-03  Richard M. Stallman  <rms@gnu.org>
8120         * wid-edit.el (key-sequence): New widget type.
8122         * simple.el (set-mark-command-repeat-pop): New variable.
8123         (set-mark-command): Only interpret plan C-@ after a pop as a pop
8124         if set-mark-command-repeat-pop is true.
8126         * info.el (Info-fontify-node): Don't display extra "see" if there
8127         already is one here.
8129         * mouse.el: Fix special handling of DEL after dragging a region:
8130         (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
8131         (mouse-region-delete-keys): Change to defcustom.  Add [backspace].
8133         * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
8135         * textmodes/ispell.el (ispell-command-loop): Change `i' description
8136         not to assume it pertains to an affix.
8138         * textmodes/flyspell.el (flyspell-post-command-hook):
8139         Bind deactivate-mark to prevent deactivation.
8141 2005-11-03  Lars Hansen  <larsh@soem.dk>
8143         * dired-x.el: Add menu bindings for dired-do-find-marked-files,
8144         dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
8145         dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
8147 2005-11-03  Romain Francoise  <romain@orebokech.com>
8149         * net/eudcb-mab.el: Now part of GNU Emacs.  Update FSF's address.
8150         Update copyright years.
8152 2005-11-03  Sam Steingold  <sds@gnu.org>
8154         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
8155         Use system-type instead of window-system because window-system is not
8156         correctly defined during loadup.
8158 2005-11-02  Mark A. Hershberger  <mah@everybody.org>
8160         * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
8161         (xml-parse-tag): Join strings separated by a comment properly.
8163 2005-11-02  Andreas Schwab  <schwab@suse.de>
8165         * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
8167 2005-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8169         * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
8170         (byte-optimize-pure-func): Quote the eval'd value.
8172         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
8173         Rename from perl-font-lock-syntactic-face-function.
8174         Change the calling convention so it can be used as a font-lock MATCHER.
8175         Do the parse-partial-sexp loop outselves.
8176         (perl-font-lock-syntactic-keywords): Use it.
8177         (perl-mode): Don't set font-lock-syntactic-face-function any more.
8179 2005-11-02  Nick Roberts  <nickrob@snap.net.nz>
8181         * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
8182         disassembly buffer too.
8183         (gdb-exited): Remove overlay arrows when execution has finished.
8184         (gdb-info-frames-custom, gdb-info-threads-custom)
8185         (gdb-info-registers-custom): Don't add inappropriate text
8186         properties if inferior is not active.
8188 2005-11-02  Glenn Morris  <rgm@gnu.org>
8190         * progmodes/fortran.el (fortran-blink-match):
8191         Use `blink-matching-delay'.
8193 2005-11-02  John Mongan  <jmongan@mccammon.ucsd.edu>  (tiny change)
8195         * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
8197 2005-11-02  Lars Hansen  <larsh@soem.dk>
8199         * net/tramp.el (tramp-action-out-of-band): Handle scp message
8200         "Permission denied".
8202 2005-11-01  Richard M. Stallman  <rms@gnu.org>
8204         * textmodes/flyspell.el (flyspell-external-point-words):
8205         Pass nil to flyspell-get-word.
8207 2005-11-02  Kim F. Storm  <storm@cua.dk>
8209         * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
8210         item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
8212 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8214         * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
8215         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
8216         (calendar-mouse-print-dates): Add optional `event' argument.
8217         Update interactive-spec.
8218         (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
8219         Use `calendar-event-to-date' instead of `event'.
8221 2005-11-02  Masatake YAMATO  <jet@gyve.org>
8223         * progmodes/ld-script.el (ld-script-builtins):
8224         Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
8225         "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
8226         (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
8228 2005-11-01  Romain Francoise  <romain@orebokech.com>
8230         * vc-sccs.el: Update copyright year.
8231         * ezimage.el: Likewise.
8233 2005-11-01  KOBAYASHI Yasuhiro  <kobayays@otsukakj.co.jp>  (tiny change)
8235         * info.el (Info-fontify-node): Use `string-width' for fontifying
8236         underlined titles.
8238 2005-11-01  Juri Linkov  <juri@jurta.org>
8240         * info.el (Info-fontify-node): Downcase node header keywords Node,
8241         Prev, Next, Up before comparison.
8242         (Info-history): Insert absolute directory name, and put invisible
8243         property on it.
8245 2005-11-01  Juri Linkov  <juri@jurta.org>
8247         * info.el (Info-file-supports-index-cookies): New variable.
8248         (Info-find-node-2): Check makeinfo version for index cookie support.
8249         (Info-index-nodes): Search for nodes with index cookies only when
8250         Info-file-supports-index-cookies is t.  Otherwise, search nodes
8251         with "Index" in the node name.
8252         (Info-index-node): Search index cookie in the current node only when
8253         Info-file-supports-index-cookies is t.  Otherwise, check the word
8254         "Index" in the node name.
8255         (Info-find-emacs-command-nodes): Remove code that searches nodes
8256         with "Index" node name in the top menu.
8258 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8260         * progmodes/scheme.el (scheme-mode-variables): Use the default
8261         comment-indent-function.
8263         * faces.el (face-attribute): Handle the case where a face inherits from
8264         a non-existent face.
8266         * simple.el (eval-expression-print-format): Use lisp-readable syntax
8267         for octal and hexa output, and merge the char into the paren.
8268         (kill-new): Use push.
8269         (copy-to-buffer): Use with-current-buffer.
8270         (completion-setup-function): Move code in loop to remove redundancy.
8271         (minibuffer-local-must-match-map): Don't add bindings that duplicate
8272         those inherited from minibuffer-local-completion-map.
8274         * savehist.el (savehist-mode) <defcustom>:
8275         Use custom-set-minor-mode if available.
8276         (savehist-mode) <defun>: Run the minor mode hook, set the custom state
8277         and emit a message if applicable.
8279 2005-11-01  Hrvoje Niksic  <hniksic@xemacs.org>
8281         * savehist.el: Sync up to version 19.
8282         (savehist-mode): New minor mode.
8283         (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
8284         (savehist-length): Remove (use history-length instead).
8285         (savehist-file-modes): Rename from savehist-modes.
8286         (savehist-save-hook, savehist-loaded): New vars.
8287         (savehist-load): Use savehist-mode.  Try to smooth up transition from
8288         old format to new format.
8289         (savehist-install): Allow savehist-autosave-interval to be nil.
8290         (savehist-save): Run the new hook.  Be more careful to only trim the
8291         history variables.
8292         (savehist-trim-history): New fun.  Replaces savehist-process-for-saving.
8293         (savehist-printable): Print into a buffer rather than char-by-char.
8295 2005-11-01  John Wiegley  <johnw@newartisans.com>
8297         * iswitchb.el (iswitchb-define-mode-map): Re-enable the
8298         toggle-ignore keybinding (C-a).  The author said it had been
8299         disabled much earlier due to a possible incompatibility, but after
8300         many months of usage I have encountered no problems (and it is a
8301         rather useful option, especially for switching to " *temp*").
8303         * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
8304         support for OS/X's AddressBook, by calling out to the open source
8305         program "contacts" (installable through Fink).
8307         * net/eudc.el (eudc-expand-inline): If the
8308         `eudc-multiple-match-handling-method' is set to `all', delete the
8309         query string before inserting the query result.
8311         * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
8312         flag, to prevent Eshell from using the system ls when
8313         `eshell-ls-insert-directory' is in used.
8314         (eshell-ls-insert-directory): Disable font-lock in directory
8315         buffer so that Eshell's own fontification is seen.  This broke
8316         recently due to changes in font-lock, so this goes back to version
8317         21 behavior.
8319 2005-11-01  Nick Roberts  <nickrob@snap.net.nz>
8321         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
8322         (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
8323         (gdb-many-windows): Doc fix.
8325 2005-10-31  Romain Francoise  <romain@orebokech.com>
8327         * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
8329 2005-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
8331         * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
8332         that global-font-lock-mode can be enabled by default.
8334         * font-lock.el (font-lock-keywords, font-lock-mode-internal)
8335         (font-lock-add-keywords, font-lock-remove-keywords)
8336         (font-lock-fontify-buffer): Remove autoload cookies.
8338         * jit-lock.el (jit-lock-register): Likewise.
8340         * emacs-lisp/syntax.el (syntax-ppss): Likewise.
8342 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
8344         * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
8345         intact if there is no gud-comint-buffer.
8347 2005-10-31  Luc Teirlinck  <teirllm@auburn.edu>
8349         * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
8350         old prompt comint-prompt-read-only is t and GDB commands are
8351         issued from tool bar etc.
8353 2005-10-31  Masatake YAMATO  <jet@gyve.org>
8355         * vc.el (vc-directory-exclusion-list): Add "{arch}".
8357 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
8359         * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
8360         (thumbs-thumbsdir): Make .emacs.d if it does not exist.
8362 2005-10-30  Michael Albinus  <michael.albinus@gmx.de>
8364         * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
8365         starting at beginning of line.  Fontification is messed up when
8366         `open-paren-in-column-0-is-defun-start' set to t.
8367         Reported by John Paul Wallington <jpw@pobox.com>.
8369 2005-10-30  Luc Teirlinck  <teirllm@auburn.edu>
8371         * comint.el (comint-send-input): Call `comint-update-fence' when
8372         `comint-process-echoes' and `comint-prompt-read-only' are both
8373         non-nil, to avoid leftover read-only newline.
8375 2005-10-30  Richard M. Stallman  <rms@gnu.org>
8377         * textmodes/flyspell.el (flyspell-external-point-words):
8378         Detect when WORD can't be checked properly because
8379         flyspell-get-word finds just part of it, and move on.
8381         * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
8382         boundarychar for Polish.
8383         (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
8384         (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
8386 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
8388         * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
8389         (gdb-registers-font-lock-keywords): Delete.
8390         (gdb-registers-mode): Don't fontify.
8391         (gdb-info-registers-custom): Use text properties instead as, in
8392         future, changed register values will use font-lock-warning-face.
8393         (gdb-local-font-lock-keywords): Rename to...
8394         (gdb-locals-font-lock-keywords): ...for consistency.
8396 2005-10-30  Andre Spiegel  <spiegel@gnu.org>
8398         * vc.el (vc-switch-backend): Better error message if the buffer is
8399         not visiting a file under version control.
8401         * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
8403 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
8405         * startup.el (command-line): Use ~/.emacs.d/init.el instead of
8406         ~/.emacs.d/.emacs.
8408 2005-10-29  Richard M. Stallman  <rms@gnu.org>
8410         * replace.el (occur-mode-mouse-goto): Always go to other window.
8411         (occur-mode-goto-occurrence): Always switch in same window.
8413         * simple.el (undo): Display message at end, not at start.
8415         * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
8416         New arg REUSE-CELL.
8417         (cancel-timer-internal): New function.
8418         (timer-event-handler): Use cancel-timer-internal,
8419         and pass the cell it returns to timer-activate...
8421         * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
8422         (jit-lock-deferred-fontify, jit-lock-context-fontify)
8423         (jit-lock-after-change): Test memory-full.
8425 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
8427         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
8428         part of the decoded armor to find the key-identifier.
8429         (pgg-gpg-lookup-key-owner): New function to return the
8430         human-readable identifier of a key owner.
8431         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
8432         key itself.
8433         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
8434         the key value) if we have a key and can match it against a secret
8435         key.  Also, added a note pointing out fact that the prompt only
8436         indicates the first matching key.
8438         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
8439         pgg-decrypt-region.
8440         (pgg-pending-timers): A new hash for tracking the passphrase cache
8441         timers, so that new ones supercede old ones.
8442         (pgg-add-passphrase-to-cache): Rename from
8443         `pgg-add-passphrase-cache' to reduce confusion (all callers
8444         changed).  Modified to cancel old timers when new ones are added.
8445         (pgg-remove-passphrase-from-cache): Rename from
8446         `pgg-remove-passphrase-cache' to reduce confusion (all callers
8447         changed).  Modified to cancel old timers when their keys are
8448         removed from the cache.
8449         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
8450         XEmacs, an indirection to delete-itimer.
8451         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
8452         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
8453         users can only check cache without risk of prompting.  Correct bug in
8454         notruncate behavior.
8455         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
8456         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
8457         Add informative docstrings.
8458         (pgg-decrypt): Convey provided passphrase in subordinate call to
8459         pgg-decrypt-region.
8461         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
8462         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
8463         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
8464         `passphrase' argument, so the passphrase can be managed externally
8465         and then passed in to the system.
8467         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
8468         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
8469         so the passphrase cache can be used reliably with identifiers
8470         besides a pgp packet's key id.
8472         * pgg-gpg.el (pgg-pgp-encrypt-region)
8473         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
8474         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
8475         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
8476         argument to all these routines, so the passphrase can be managed
8477         externally and passed in to the system.
8479         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
8480         `notruncate' argument, so the passphrase cache can be used
8481         reliably with identifiers besides a pgp packet's key id.
8483 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
8485         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
8486         symmetric encryption.
8487         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
8488         encrypted session key.
8489         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
8490         message ask for the passphrase in a proper way.
8492         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
8493         New user commands for symmetric encryption.
8495 2005-10-29  Roland Winkler  <roland.winkler@physik.uni-erlangen.de>
8497         * textmodes/conf-mode.el (conf-assignment-sign)
8498         (conf-assignment-regexp): Fix docstrings.
8499         (conf-mode-initialize): New function.
8500         (conf-mode): Remove optional args.  Use delay-mode-hooks to
8501         recognize recursive calls.
8502         (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
8503         (conf-space-mode, conf-colon-mode, conf-ppd-mode)
8504         (conf-xdefaults-mode): Use define-derived-mode and
8505         conf-mode-initialize.
8507 2005-10-29  Romain Francoise  <romain@orebokech.com>
8509         * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
8511 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
8513         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
8514         part of the decoded armor to find the key-identifier.
8515         (pgg-gpg-lookup-key-owner): New function to return the
8516         human-readable identifier of a key owner.
8517         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
8518         key itself.
8519         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
8520         the key value) if we have a key and can match it against a secret
8521         key.  Also, added a note pointing out fact that the prompt only
8522         indicates the first matching key.
8524         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
8525         pgg-decrypt-region.
8526         (pgg-pending-timers): A new hash for tracking the passphrase cache
8527         timers, so that new ones supercede old ones.
8528         (pgg-add-passphrase-to-cache): Rename from
8529         `pgg-add-passphrase-cache' to reduce confusion (all callers
8530         changed).  Modified to cancel old timers when new ones are added.
8531         (pgg-remove-passphrase-from-cache): Rename from
8532         `pgg-remove-passphrase-cache' to reduce confusion (all callers
8533         changed).  Modified to cancel old timers when their keys are
8534         removed from the cache.
8535         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
8536         XEmacs, an indirection to delete-itimer.
8537         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
8538         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
8539         users can only check cache without risk of prompting.  Correct bug in
8540         notruncate behavior.
8541         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
8542         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
8543         Add informative docstrings.
8544         (pgg-decrypt): Convey provided passphrase in subordinate call to
8545         pgg-decrypt-region.
8547 2005-10-20  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
8549         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
8550         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
8551         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
8552         `passphrase' argument, so the passphrase can be managed externally
8553         and then passed in to the system.
8555         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
8556         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
8557         so the passphrase cache can be used reliably with identifiers
8558         besides a pgp packet's key id.
8560         * pgg-gpg.el (pgg-pgp-encrypt-region)
8561         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
8562         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
8563         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
8564         argument to all these routines, so the passphrase can be managed
8565         externally and passed in to the system.
8567         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
8568         `notruncate' argument, so the passphrase cache can be used
8569         reliably with identifiers besides a pgp packet's key id.
8571 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
8573         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
8574         symmetric encryption.
8575         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
8576         encrypted session key.
8577         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
8578         message ask for the passphrase in a proper way.
8580         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
8581         New user commands for symmetric encryption.
8583 2005-10-28  Bill Wohler  <wohler@newt.com>
8585         * help-mode.el (help-url): New button type.  Calls browse-url.
8586         (help-xref-url-regexp): New regexp to recognize URLs in docstring.
8587         Similar to Info nodes: URL `url'.
8588         (help-make-xrefs): Create help-url buttons for
8589         help-xref-url-regexp matches.
8591 2005-10-29  Nick Roberts  <nickrob@snap.net.nz>
8593         * tool-bar.el (tool-bar-add-item-from-menu)
8594         (tool-bar-local-item-from-menu): Fix doc strings.
8596 2005-10-28  Romain Francoise  <romain@orebokech.com>
8598         * ldefs-boot.el: Update.
8600         * subr.el (locate-library): Move from help-fns.el.
8601         * help-fns.el (locate-library): Move to subr.el.
8603 2005-10-28  Richard M. Stallman  <rms@gnu.org>
8605         * net/tramp.el (tramp-completion-mode): defvar moved up.
8607         * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
8609         * tool-bar.el (tool-bar-mode): Delete autoload cookie.
8611         * files.el (find-file-noselect): Use %d to format large file size.
8613         * bindings.el (mode-line-format): Add %e.
8615         * loadup.el ("facemenu"): Load unconditionally.
8616         ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
8617         ("x-dnd"): Load, when appropriate.
8619         * startup.el (command-line): Call before-init-hook earlier.
8620         Warn about some bad characters in -u user name.
8622         * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
8623         (flyspell-external-point-words): Error if misspelled word is not found.
8624         Set flyspell-large-region-beg at end of word.
8626 2005-10-28  Andreas Schwab  <schwab@suse.de>
8628         * view.el (View-revert-buffer-scroll-page-forward):
8629         Use view-page-size-default.
8631 2005-10-28  Juri Linkov  <juri@jurta.org>
8633         * international/quail.el (quail-get-current-str): Translate last
8634         raw character for deterministic input methods.
8636 2005-10-27  Jay Belanger  <belanger@truman.edu>
8638         * calc/calc-ext.el: Add functions to autoloads.
8639         (math-identity-matrix-p, math-ident-row-p): New functions.
8641         * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
8642         multiplication by an identity matrix; don't turn multiplication by
8643         an inverse matrix into division.
8644         (math-div-symbol-fancy): Replace division by matrices with
8645         multiplication by inverse.
8647         * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
8649         * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
8650         (calc-writeoutpower): New functions.
8652 2005-10-27  Romain Francoise  <romain@orebokech.com>
8654         * replace.el (occur-engine): Include colon in mouse-face highlight.
8656         * dired-x.el: Change Maintainer field.
8658 2005-10-26  Chong Yidong  <cyd@stupidchicken.com>
8660         * longlines.el (longlines-mode): Bind after-change-functions to
8661         nil during initial decoding and final encoding.
8663 2005-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
8665         * term.el (term-emulate-terminal, term-handle-colors-array)
8666         (term-handle-ansi-escape): Specify the terminfo capabilities
8667         implemented.
8669 2005-10-26  Richard M. Stallman  <rms@gnu.org>
8671         * info.el (Info-fontify-node): Fix detection of sentence-break
8672         before *Note.
8674 2005-10-26  Romain Francoise  <romain@orebokech.com>
8676         * smerge-mode.el: Add `tools' to file keywords.
8678 2005-10-26  Nick Roberts  <nickrob@snap.net.nz>
8680         * progmodes/gud.el (gud-menu-map): Only display gud-until icon
8681         when the fringe is not available.
8683         * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
8684         (def-gdb-auto-update-trigger): Simplify construction.
8685         (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
8686         def-gdb-auto-updated-buffer as gdb-info-locals-handler is
8687         defined explicitly.
8688         (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
8689         def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
8690         defined explicitly.
8691         (gdb-info-locals-custom): Remove as it's a no-op.
8693 2005-10-25  Chong Yidong  <cyd@stupidchicken.com>
8695         * longlines.el (longlines-mode): Remove narrowing before
8696         performing the initial decoding or final encoding.
8698 2005-10-25  Romain Francoise  <romain@orebokech.com>
8700         * emacs-lisp/find-func.el (find-library-name): Also strip
8701         extension if library name ends in .el, to take advantage of
8702         `find-library-suffixes'.
8704 2005-10-25  Richard M. Stallman  <rms@gnu.org>
8706         * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
8708 2005-10-25  Juri Linkov  <juri@jurta.org>
8710         * textmodes/texinfo.el (texinfo-mode): Change charset of one
8711         quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
8713 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8715         * play/blackbox.el (blackbox-mode-map): Move init into declaration.
8716         (blackbox-redefine-key): Add argument `map'.
8718         * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
8719         regions when moving the jit-lock-context-unfontify-pos boundary.
8721 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
8723         * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
8725 2005-10-25  Masatake YAMATO  <jet@gyve.org>
8727         * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
8729 2005-10-25  Michael Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>  (tiny change)
8731         * play/blackbox.el (blackbox-redefine-key): New function.
8732         (blackbox-mode-map): Use it to remap existing bindings for cursor
8733         motion instead of binding literal keys.
8735 2005-10-25  Glenn Morris  <rgm@gnu.org>
8737         * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
8738         diary does not end in a newline.  Do not assume a blank line at
8739         the start of the diary file.
8741 2005-10-25  Kenichi Handa  <handa@m17n.org>
8743         * international/quail.el (quail-translate-key): If the input
8744         method is deterministic and failed to handle the last key, restart
8745         the key handling loop from an appropriate key.
8747 2005-10-25  Michael Albinus  <michael.albinus@gmx.de>
8749         * vc.el (vc-dired-mode): Extend comment for binding of
8750         `directory-listing-before-filename-regexp'.
8752 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8754         * textmodes/texinfo.el (texinfo-mode):
8755         * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
8756         not to unnecessarily expose emacs-mule's internal char codes.
8758 2005-10-25  Nick Roberts  <nickrob@snap.net.nz>
8760         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
8761         Display hand pointer and help-echo on disabled icon too.
8762         (gdb-mouse-until): New function.
8763         (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
8765 2005-10-24  Chong Yidong  <cyd@stupidchicken.com>
8767         * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
8768         with 2005-10-23 change to doctor.el.
8770         * finder.el (finder-mode-map): Add follow-link binding.
8772 2005-10-25  Kim F. Storm  <storm@cua.dk>
8774         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
8775         to gdb-mouse-toggle-breakpoint-fringe.
8776         (gdb-mouse-toggle-breakpoint-margin): Rename from
8777         gdb-mouse-toggle-breakpoint.  Fix doc.
8778         (gdb-mouse-toggle-breakpoint-fringe): New defun.
8779         (gdb-put-string): Add optional SPROPS arg.  Add props to string.
8780         (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
8781         string properties also for fringe breakpoint bitmaps.
8783 2005-10-24  Carsten Dominik  <dominik@science.uva.nl>
8785         * textmodes/org.el (org-start-icalendar-file): Fix format form.
8787 2005-10-25  Masatake YAMATO  <jet@gyve.org>
8789         * simple.el (completion-common-substring):
8790         Use `completion-common-substring' prior to `completion-base-size'.
8792 2005-10-24  Hrvoje Niksic  <hniksic@xemacs.org>
8794         * savehist.el: Require CL while compiling.
8795         (savehist-history-variables): Remove.
8796         (savehist-save-minibuffer-history, savehist-additional-variables)
8797         (savehist-minibuffer-history-variables): New vars.
8798         (savehist-save): Use them.
8799         (savehist-uninstall, savehist-minibuffer-hook): New funs.
8800         (savehist-install): New fun, extracted from savehist-load.
8801         (savehist-load): Use them.
8803 2005-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8805         * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
8806         a dummy doc-string-elt property.
8807         (defalias, defvaralias, define-category): Add a docstring property.
8809         * image.el (defimage):
8810         * widget.el (define-widget):
8811         * custom.el (defface, defcustom): Add `doc-string' declaration.
8813         * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
8814         (defadvice): Add `doc-string' declaration.
8816         * emacs-lisp/byte-run.el (macro-declaration-function):
8817         Handle `doc-string' declarations.
8818         (define-obsolete-function-alias, define-obsolete-variable-alias):
8819         Add `doc-string' declaration.
8821 2005-10-24  Kenichi Handa  <handa@m17n.org>
8823         * international/utf-7.el (utf-7): Add autoload cookie.
8825         * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
8827 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
8829         * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
8830         list of directories passed to batch-update-autoloads.  Add "." to
8831         the list of the echoed directories.
8833         * pgg-def.el:
8834         * pgg-gpg.el:
8835         * pgg-parse.el:
8836         * pgg-pgp.el:
8837         * pgg-pgp5.el:
8838         * pgg.el: Moved here from the gnus subdirectory.
8840 2005-10-24  Nick Roberts  <nickrob@snap.net.nz>
8842         * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
8843         in case comint-prompt-read-only is set to t.
8845         * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
8846         in case comint-prompt-read-only is set to t.
8848 2005-10-24  Ulf Jasper  <ulf.jasper@web.de>
8850         * calendar/icalendar.el (icalendar-version): Increase to 0.13.
8851         Now a string.
8852         (icalendar-import-format): Handle CLASS, STATUS, URL.
8853         Rename `subject' to `summary'.
8854         (icalendar-import-format-summary): Rename from
8855         `icalendar-import-format-subject'.
8856         (icalendar-import-format-url, icalendar-import-format-status)
8857         (icalendar-import-format-class): New variables.
8858         (icalendar--rris): Take variable argument list.
8859         (icalendar--datestring-to-isodate): Remove unnecessary
8860         calendar-style check when converting dates with explicit month names.
8861         (icalendar-export-region): Change return type of conversion
8862         subroutines.  Bury current buffer unless error occurred.
8863         (icalendar--convert-to-ical)
8864         (icalendar--parse-summary-and-rest): New functions.
8865         (icalendar--convert-ordinary-to-ical)
8866         (icalendar--convert-weekly-to-ical)
8867         (icalendar--convert-yearly-to-ical)
8868         (icalendar--convert-block-to-ical)
8869         (icalendar--convert-cyclic-to-ical)
8870         (icalendar--convert-anniversary-to-ical): Change return type.
8871         Strip trailing blanks from subject.
8872         (icalendar--convert-sexp-to-ical): Change return type.
8873         Strip trailing blanks from subject.  Handle simple sexp
8874         entries as generated by icalendar.el.
8875         (icalendar--convert-float-to-ical)
8876         (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
8877         (icalendar-import-file): Doc fix.
8878         (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
8879         Correct call to icalendar--rris.
8880         (icalendar--convert-ical-to-diary): Doc fix.  Rename `subject' to
8881         `summary'.
8882         (icalendar--add-diary-entry): Rename `subject' to `summary'.
8884 2005-10-24  Romain Francoise  <romain@orebokech.com>
8886         * server.el (server-sentinel): Set query-on-exit flag to nil on
8887         new client processes (it isn't inherited from the server process).
8889         * replace.el (occur-engine): Rearrange text properties.
8891 2005-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8893         * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
8894         case-fold-search is nil.
8895         (debug-help-follow): Use help-xref-interned directly.
8897 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
8899         * thumbs.el (thumbs-image-type): Add .pbm.
8901 2005-10-23  Richard M. Stallman  <rms@gnu.org>
8903         * faces.el (inhibit-face-set-after-frame-default): New variable.
8904         (set-face-attribute): Bind it.
8905         (face-set-after-frame-default): Test it.
8907         * help-fns.el (describe-simplify-lib-file-name): New function.
8908         (describe-function-1, describe-variable): Use it.
8910         * faces.el (describe-face): Use describe-simplify-lib-file-name.
8912         * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
8913         Eliminate nil as possible value.
8914         (tooltip-hide-delay): Reduce internal-border-width.
8916         * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
8917         (menu-bar-file-menu) <new-file>: Likewise.
8919         * simple.el (line-move-finish): Ignore fields computing LINE-END.
8921         * international/mule.el (load-with-code-conversion):
8922         Pass full file name to `eval-buffer' unless preloading.
8924         * textmodes/flyspell.el (flyspell-large-region):
8925         Call ispell-check-version.
8927         * textmodes/ispell.el (ispell-local-dictionary-overridden):
8928         Fix the make-variable-buffer-local call that was supposed
8929         to be for this variable.
8930         (ispell-aspell-supports-utf8): Doc fix.
8931         (ispell-find-aspell-dictionaries): Preserve elements of
8932         ispell-dictionary-alist for dictionaries that aspell doesn't report.
8933         (ispell-aspell-find-dictionary): Return nil on error.
8935         * play/doctor.el (doctor-doc): Don't say "psychiatrist".
8936         (doctor-symptoms): Likewise.
8938         * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
8940 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
8942         * cus-edit.el (custom-button, custom-button-pressed): New vars.
8943         (custom-raised-buttons): Add :set spec.
8944         (custom-button-unraised, custom-button-pressed-unraised):
8945         New faces, so that custom-raised-buttons actually does something.
8946         (custom-mode): Use custom-button and custom-button-pressed.
8948         * wid-edit.el (widget-specify-button): Don't ignore
8949         widget-mouse-face on graphic terminals.
8950         (widget-move-and-invoke): Cleanup.
8952 2005-10-23  Thien-Thi Nguyen  <ttn@gnu.org>
8954         * whitespace.el (whitespace-cleanup): Doc fix.
8956 2005-10-23  Romain Francoise  <romain@orebokech.com>
8958         * emulation/viper.el (viper-set-hooks): Quote forms passed to
8959         `eval-after-load' to avoid evaluating their result.
8961 2005-10-23  Michael Albinus  <michael.albinus@gmx.de>
8963         * files.el (directory-listing-before-filename-regexp):
8964         New defvar.  Replaces `dired-move-to-filename-regexp' from dired.el.
8966         * dired.el (dired-move-to-filename-regexp): Remove.
8967         All occurences replaced by `directory-listing-before-filename-regexp'.
8969         * dired-x.el, locate.el, vc.el:
8970         Replace `dired-move-to-filename-regexp' by
8971         `directory-listing-before-filename-regexp'.  In vc.el it is
8972         overwritten locally; maybe this can be handled in files.el too.
8974         * net/ange-ftp.el (ange-ftp-date-regexp): Remove.  All occurences
8975         replaced by `directory-listing-before-filename-regexp'.
8977 2005-10-23  Andreas Schwab  <schwab@suse.de>
8979         * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
8980         and eval-next-after-load.
8982 2005-10-23  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
8984         * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
8985         exist, create it.
8987 2005-10-23  Ken Manheimer  <ken.manheimer@gmail.com>
8989         * allout.el: Remove autoloads for mailcrypt and crypt++.
8990         Require pgg, pgg-gpg during compilation.
8991         (allout-version): Increment version number to 2.1, and use a literal
8992         rather than RCS Id.
8993         (allout-default-encryption-scheme): Remove.
8994         (allout-passphrase-verifier-handling)
8995         (allout-passphrase-verifier-string)
8996         (allout-file-passphrase-verifier-string)
8997         (allout-passphrase-hint-string): Rename -key- to -passphrase-.
8998         (allout-passphrase-hint-handling): Rename and simplify.
8999         (allout-init): Use `find-file-hook' if available, otherwise
9000         `find-file-hooks'.
9001         (allout-mode): Use `write-file-functions' if available, otherwise
9002         `local-write-file-hooks' and, instead of making auto-save-hook
9003         buffer local, make the write-file-hook activity contingent to
9004         allout-mode.
9005         (allout-mode): Use key-binding substitution in the docstring.
9006         (allout-kill-line): Spell-out kill ring data structure mutation
9007         instead of using byte-compiler-complaint-provoking `pop'.
9008         (allout-insert-listified): Use `insert' rather than `insert-string'
9009         (allout-toggle-current-subtree-encryption): Update docstring, adjust
9010         to new gpp-based encryption, use new `allout-encrypted-topic-p'.
9011         (allout-encrypt-string): Totally revamped vis new underlying
9012         encryption facilities.
9013         (allout-mc-activate-passwd): Remove.
9014         (allout-obtain-passphrase): New, more or less replaces
9015         allout-mc-activate-passwd.
9016         (allout-encrypted-key-info): More or less replaces
9017         allout-encrypted-text-type.
9018         (outlineify-sticky, outlinify-sticky): Add autoload cookie.
9019         (my-mark-marker): Use `(featurep 'xemacs)'.
9021 2005-10-23  Lars Hansen  <larsh@soem.dk>
9023         * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
9024         (byte-compile-file-form-defmumble, byte-compile-defun)
9025         (byte-compile-defmacro): Use it.
9026         (byte-compile-form): Don't call byte-compile-set-symbol-position
9027         when a byte-compile handler is called.
9029 2005-10-22  Romain Francoise  <romain@orebokech.com>
9031         * savehist.el (savehist-history-variables): Add `grep-find-history'.
9033         * subr.el (eval-after-load): Convert library name to an absolute
9034         file name using locate-library, since load-history no longer has
9035         library names in it.
9037 2005-10-22  Richard M. Stallman  <rms@gnu.org>
9039         * files.el (make-temp-file): Move from subr.el.
9040         * subr.el (make-temp-file): Move to files.el.
9042         * window.el (get-buffer-window-list): Move from subr.el.
9043         * subr.el (get-buffer-window-list): Move to window.el.
9045         * image.el (image-load-path): Use eval-at-startup to initialize.
9047         * subr.el (eval-at-startup): New macro.
9049         * subr.el: Much rearrangement of functions and division
9050         into pages.  No code changes.
9052 2005-10-22  Kenichi Handa  <handa@m17n.org>
9054         * tar-mode.el (tar-extract): Be sure to call
9055         find-operation-coding-system if set-auto-coding doesn't find a
9056         coding system.
9058 2005-10-22  Kim F. Storm  <storm@cua.dk>
9060         * image.el (image-type-header-regexps): Rename from image-type-regexps.
9061         Change users.
9062         (image-type-file-name-regexps): New defconst.
9063         (image-type-from-data): Simplify loop.
9064         (image-type-from-buffer): New defun.
9065         (image-type-from-file-header): Use it instead of image-type-from-data.
9066         Use image-search-load-path instead of only looking in data-directory.
9067         (image-type-from-file-name): New defun.
9068         (image-search-load-path): Change `pathname' to `filename'.
9069         Make PATH arg optional, default to image-load-path.
9071 2005-10-21  Richard M. Stallman  <rms@gnu.org>
9073         * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
9075         * textmodes/paragraphs.el (sentence-end-base): New variable.
9076         (sentence-end): Use sentence-end-base.
9078 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9080         * font-lock.el (font-lock-default-fontify-region): Check the multiline
9081         property independently from the font-lock-multiline variable.
9083 2005-10-21  Richard M. Stallman  <rms@gnu.org>
9085         * emacs-lisp/find-func.el (find-library-name): Doc fix.
9087         * startup.el (command-line): Convert library names
9088         in `load-history' to absolute file names.
9090         * subr.el (symbol-file): Doc fix.
9092         * loadhist.el (file-loadhist-lookup): Call locate-library
9093         instead of find-library-name.  Don't try converting
9094         abs file names to library names, since load-history no longer
9095         has library names in it.
9096         (file-dependents, file-provides, file-requires): Doc fixes.
9098 2005-10-21  Juri Linkov  <juri@jurta.org>
9100         * progmodes/etags.el (tags-table-mode): New function.
9101         (tags-verify-table): Replace initialize-new-tags-table with
9102         tags-table-mode.
9104         * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
9105         default value.
9106         (desktop-modes-not-to-save): Add tags-table-mode to the
9107         default value.
9109         * info.el (Info-index-next): Add total number of index
9110         alternatives to the message.
9112         * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
9113         backward only space (instead of space and period) before looking
9114         at sentence end.
9116         * simple.el (set-variable): Use user-variable-p instead of symbolp.
9117         Add the old variable value as 4th default-value arg of read-string.
9119 2005-10-21  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9121         * cus-face.el (custom-declare-face): Make face from X resources
9122         also on Mac.
9124         * disp-table.el (standard-display-g1, standard-display-graphic):
9125         Refuse to use string glyphs also on Mac.
9126         (standard-display-european): Don't set terminal coding system also
9127         on Mac.
9129         * frame.el (display-screens): Use x-display-screens also on Mac.
9131 2005-10-21  Romain Francoise  <romain@orebokech.com>
9133         * net/rcirc.el: Now part of GNU Emacs.  Update FSF's address.
9135 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9137         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
9138         and $? into sexps.
9140         * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
9141         warning face on open-paren-in-column-0.
9143         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
9144         boundary case.  Fix typo.
9145         Suggested by Martin Rudalics <rudalics@gmx.at>.
9147 2005-10-21  Carsten Dominik  <dominik@science.uva.nl>
9149         * textmodes/org.el (org-combined-agenda-icalendar-file)
9150         (org-icalendar-include-todo, org-icalendar-combined-name): New options.
9151         (org-export-icalendar-this-file)
9152         (org-export-icalendar-all-agenda-files)
9153         (org-export-icalendar-combine-agenda-files): New commands.
9154         (org-export-icalendar, org-print-icalendar-entries)
9155         (org-start-icalendar-file, org-finish-icalendar-file)
9156         (org-ical-ts-to-string): New functions.
9157         (org-read-date, org-goto-calendar)
9158         (org-agenda-goto-calendar): Inhibit displaying diary entries by
9159         call to `calendar'.
9160         (orgtbl-setup): Remove the :keys arguments from the menu description.
9161         (org-after-save-iCalendar-file-hook): New variable.
9163 2005-10-21  Kenichi Handa  <handa@m17n.org>
9165         * language/vietnamese.el (tcvn-5712): Make it an alias of
9166         vietnamese-tcvn coding-system.
9168 2005-10-20  Michael Albinus  <michael.albinus@gmx.de>
9170         * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
9171         group id is given.
9173 2005-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9175         * progmodes/sh-script.el (sh-escaped-line-re): New var.
9176         (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
9177         (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
9178         whose line is either continued or ends with a comment.
9180 2005-10-20  Romain Francoise  <romain@orebokech.com>
9182         * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
9184         * replace.el (occur-engine): Add follow-link property.
9186         * font-core.el (font-lock-mode): Doc fix.
9188 2005-10-20  Richard M. Stallman  <rms@gnu.org>
9190         * net/rcirc.el: New file.
9192 2005-10-20  Bryan Henderson  <bryanh@giraffe-data.com>  (tiny change)
9194         * term.el (term-term-name): Initialize to "eterm-color".
9196 2005-10-20  Ken Manheimer  <ken.manheimer@gmail.com>
9198         * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
9199         for encryption functionality.
9200         Move allout customization subgroup from `editing' to `outlines' group.
9201         Fix commentary keywords to legitimate ones.
9202         Update author info (using my current email address, obscurified).
9203         (allout-encrypt-string, allout-encryption-produce-work-buffer)
9204         (allout-encrypted-topic-p, allout-encrypted-text-type)
9205         (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
9206         (allout-situate-encryption-key-verifier)
9207         (allout-get-encryption-key-verifier, allout-verify-key)
9208         (allout-next-topic-pending-encryption)
9209         (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
9210         (outline-topic-encryption-bullet, outline-default-encryption-scheme)
9211         (outline-key-verifier-handling, outline-key-hint-handling)
9212         (outline-encrypt-unencrypted-on-saves): New defcustoms.
9213         (allout-file-key-verifier-string, allout-encryption-scheme)
9214         (allout-key-verifier-string, allout-key-hint-string)
9215         (allout-after-save-decrypt): New variables.
9216         (allout-write-file-hook-handler, allout-auto-save-hook-handler)
9217         (allout-after-saves-handler): New hook functions.
9218         (allout-post-command-business): Do allout-after-save-decrypt.
9219         (allout-enable-file-variable-adjustment): Custom var to enable
9220         mechanism for adding and adjusting settings of Emacs file variables.
9221         (allout-adjust-file-variable, allout-file-vars-section-data):
9222         New functions, implement the mechanism.
9223         (outlineify-sticky): Use the file vars mechanism.
9224         (allout-inhibit-protection, allout-during-write-cue)
9225         (allout-override-protect, allout-before-change-protect): Remove.
9226         (allout-flag-region, allout-open-topic): Adjust read-only text.
9227         (allout-open-line-not-read-only): Add to facilitate read-only
9228         text based protection.
9229         (allout-kill-line): Revise to adjust read-only text, clue the
9230         user about the inhibition.
9231         (allout-unprotected): Use unwind-protect.
9232         (allout-shift-in, allout-shift-out): Disallow manually shifting a
9233         topic deeper than the offspring depth of the previous topic -
9234         avoiding confusing "containment discontinuities".
9235         (allout-reindent-bodies): Fix retention of body relative hanging
9236         indent during promotion of collapsed bodies.
9237         (allout-open-topic): Make it easy to open new topic with same
9238         bullet as current topic - topic creation functions provided with
9239         any universal argument provokes now prompt for bullet, defaulting
9240         to the bullet of the previous topic.
9241         (allout-plain-bullets-string, allout-distinctive-bullets-string):
9242         Plain bullet alternates `.' period and `,' comma only.  All other
9243         bullets are relegated to special status (but customizable).
9244         (allout-end-of-entry): Rename from allout-end-of-current-entry
9245         since it actually operates w.r.t. most immediately containing
9246         entry, visible or not.
9247         (allout-hide-current-entry, allout-show-current-entry): Use the
9248         revised version.
9249         (allout-old-expose-topic): Solidify deprecation.
9250         (allout-end-of-subtree): Add so we can span concealed as well
9251         as visible topics.
9252         (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
9253         (allout-end-of-current-heading): Tweak to just respect the first line.
9254         (allout-get-body-text): Add.
9255         (allout-ascend-to-depth, allout-ascend): Position at end of prefix
9256         when invoked interactively.
9257         (allout-up-current-level): Use `interactive-p'.
9258         (allout-mode, allout-init): Miscellaneous docstring and
9259         operational refinements, as well as hookups of new encryption stuff.
9260         (allout-beginning-of-current-entry): Now works as advertised.
9261         (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
9262         (allout-isearch-rectification): Refine condition for isearching.
9263         (allout-isearch-abort, allout-enwrap-isearch)
9264         (allout-flag-region, my-region-active-p): Relocate some macros.
9265         (allout-title): Fallback title is (buffer-name), not
9266         non-existing (current-buffer-name).
9267         (subst-char-in-string): Define if absent (for some XEmacs versions).
9269 2005-10-20  Jari Aalto  <jari.aalto@cante.net>
9271         * mail/sendmail.el (mail-setup-hook, mail-aliases)
9272         (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
9273         (mail-citation-prefix-regexp, mail-signature-file)
9274         (mail-default-headers, mail-bury-selects-summary)
9275         (mail-send-nonascii): Add autoload cookies.
9277 2005-10-20  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
9279         * frame.el (blink-cursor-mode): Add `mac' to the list of
9280         window-system's that support blinking cursor.
9282 2005-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
9284         * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
9286 2005-10-20  Eli Zaretskii  <eliz@gnu.org>
9288         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
9289         Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
9290         to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
9292 2005-10-20  Kim F. Storm  <storm@cua.dk>
9294         * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
9295         (ido-set-current-directory): Don't add / after final @.
9296         (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
9297         Explicitly handle ange-ftp completion oddities.
9298         (ido-make-file-list): Don't rotate list at tramp root to avoid
9299         triggering tramp file handler for expand-file-name via get-file-buffer.
9301 2005-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9303         * savehist.el (savehist-coding-system): Revert to checking XEmacs.
9305 2005-10-19  Jay Belanger  <belanger@truman.edu>
9307         * calc/calc-units.el (math-standard-units): Add units, adjust
9308         symbols and update values.
9309         (math-unit-prefixes): Add more prefixes.
9311 2005-10-19  Romain Francoise  <romain@orebokech.com>
9313         * bookmark.el (bookmark-menu-heading): New face.
9314         (bookmark-bmenu-list): Use it.
9315         Don't fiddle with `baud-rate' at top-level.
9317 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
9319         * image.el (create-image, find-image): Mention max-image-size in
9320         docstring.
9322 2005-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9324         * savehist.el (savehist-load): Revert to checking XEmacs.
9326         * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
9327         Various docstring and line-width fixups.
9328         (conf-mode): Use cond.
9329         Set font-lock-defaults.  Don't set comment-use-syntax.
9331 2005-10-18  David Ponce  <david@dponce.com>
9333         * tree-widget.el (tree-widget-button-click): New function.
9334         (tree-widget-button-keymap): Use it.
9336 2005-10-18  Romain Francoise  <romain@orebokech.com>
9338         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
9339         (bookmark-bmenu-hide-filenames): Add follow-link property.
9340         Improve help-echo text.
9342         * ffap.el (find-file-at-point): Doc fix.
9344 2005-10-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9346         * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
9348 2005-10-18  Masatake YAMATO  <jet@gyve.org>
9350         Install to the CVS repository what I forgot to install in my
9351         2005-10-16 changes.
9353         * progmodes/python.el (python-complete-symbol): Pass the common
9354         prefix substring of completion to `display-completion-list'.
9356         * textmodes/org.el (org-complete): Ditto.
9358 2005-10-18  Masatake YAMATO  <jet@gyve.org>
9360         Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
9362         * woman.el (WoMan-xref-man-page): New button type derived
9363         from `Man-abstract-xref-man-page'.
9364         (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
9366         * man.el (Man-abstract-xref-man-page): New button type.
9367         (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
9368         (Man-highlight-references): Add new optional argument `xref-man-type'.
9370 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
9372         * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
9374 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
9376         * cus-edit.el (Custom-move-and-invoke): Delete.
9377         (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
9379         * wid-edit.el (widget-move-and-invoke): New function, from
9380         Custom-move-and-invoke.
9382 2005-10-17  Bill Wohler  <wohler@newt.com>
9384         Move all remaining images from lisp/toolbar to etc/images, move
9385         lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar.  Place
9386         the low resolution images in their own directory (low-color).
9388         * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
9389         * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
9390         * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
9391         * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
9392         * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
9393         * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
9394         * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
9396         * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
9397         * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
9398         * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
9399         * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
9400         * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
9401         * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
9402         * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
9403         * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
9404         * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
9405         * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
9406         * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
9407         * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
9408         * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
9409         * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
9410         * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
9412         To conform with convention, replace the underscore (_) in the
9413         following image names with dash (-) or (/) as appropriate.
9415         * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
9416         * toolbar/fld_open.*: Move to etc/images/fld-open.*.
9417         * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
9418         * toolbar/jump_to.*: Move to etc/images/jump-to.*.
9419         * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
9420         * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
9421         * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
9422         * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
9423         * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
9424         * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
9425         * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
9426         * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
9427         * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
9428         * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
9429         * toolbar/mail_send.*: Move to etc/images/mail/send.*.
9431         * info.el (info-tool-bar-map): Replace underscores in image names
9432         with dashes.
9434         * makefile.w32-in (WINS): Remove toolbar.
9436         * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
9438         * tool-bar.el: Move to lisp from toolbar.  Now that
9439         toolbar is empty, it should be deleted when folks run "cvs up -P".
9441 2005-10-18  Jay Belanger  <belanger@truman.edu>
9443         * calc/calc-store.el (calc-store-into): Get the proper variable name
9444         to display in message.
9446 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
9448         * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
9449         expressions display in speedbar for all buffers when debugging.
9450         (gdb-speedbar-expand-node): Ensure node contraction is always updated.
9452         * speedbar.el (speedbar-set-mode-line-format): Indent properly.
9453         (speedbar-insert-button, speedbar-make-button):
9454         Use add-text-properties.
9455         (speedbar-update-localized-contents)
9456         (speedbar-update-directory-contents)
9457         (speedbar-update-special-contents): Use dolist.
9458         (speedbar-buffer-easymenu-definition): Add a menu separator.
9460 2005-10-17  Jason Rumney  <jasonr@gnu.org>
9462         * makefile.w32-in: Use $(lisp) consistently.
9463         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
9464         for shell specific generation of mh-autoloads.
9466 2005-10-17  Richard M. Stallman  <rms@gnu.org>
9468         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
9470 2005-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9472         * jit-lock.el (jit-lock-fontify-now):
9473         Move jit-lock-context-unfontify-pos to avoid wasted work.
9475 2005-10-17  Michael Albinus  <michael.albinus@gmx.de>
9477         * net/tramp.el (tramp-completion-mode): New defvar.  Used in
9478         `tramp-completion-mode' for checking if we are in completion mode.
9479         (tramp-completion-handle-file-name-all-completions): Reorder code
9480         in order to complete for file names only in case there are no
9481         method/user/host completions.  This is necessary for cooperation
9482         with ido.  Reported by Kim F. Storm <storm@cua.dk>.
9484 2005-10-16  Chong Yidong  <cyd@stupidchicken.com>
9486         * longlines.el (longlines-search-forward)
9487         (longlines-search-backward): Match any number of spaces.
9489 2005-10-16  Thien-Thi Nguyen  <ttn@gnu.org>
9491         * diff-mode.el (diff-mode): Doc fix.
9493 2005-10-16  David Reitter  <david.reitter@gmail.com>
9495         * mail/sendmail.el (send-mail-function): Use mailclient-send-it
9496         as default on darwin and windows systems.
9498 2005-10-16  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
9500         * arc-mode.el (archive-zip-extract): Doc fix.
9502 2005-10-16  Romain Francoise  <romain@orebokech.com>
9504         * mouse.el (mouse-1-click-follows-link): Doc fix.
9506 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9508         * savehist.el: Don't require CL at runtime.
9509         (savehist-xemacs): Remove.
9510         (savehist-coding-system): Use utf-8 if present, regardless of religion.
9511         (savehist-no-conversion): Use (featurep 'xemacs).
9512         (savehist-load): Check existence of start-itimer rather than XEmacs.
9513         Use an idle timer.
9514         (savehist-process-for-saving): Replace use of CL funs `subseq' and
9515         `delete-if-not'.
9517 2005-10-16  Hrvoje Niksic  <hniksic@xemacs.org>
9519         * savehist.el: Newer version.
9520         (savehist-autosave-interval, savehist-coding-system, savehist-timer)
9521         (savehist-last-checksum, savehist-no-conversion): New vars.
9522         (savehist-autosave, savehist-process-for-saving, savehist-printable):
9523         New functions.
9524         (savehist-load, savehist-save): Use them.
9525         (savehist-delimit): Remove.
9527 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9529         * progmodes/compile.el (compilation-goto-locus): Display the
9530         compilation buffer first and the source buffer second, in case they're
9531         in overlapping frames.  Don't raise the compilation frame if it was the
9532         selected window upon entry.  Pass the `other-window' arg to
9533         pop-to-buffer.
9535         * info.el (Info-fontify-node): Use dolist.
9536         Change add-text-properties to put-text-property.
9538 2005-10-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
9540         * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
9541         bound of search.
9543 2005-10-16  Masatake YAMATO  <jet@gyve.org>
9545         * dabbrev.el (dabbrev-completion): Pass the common
9546         prefix substring of completion to `display-completion-list'.
9548         * filecache.el (file-cache-minibuffer-complete)
9549         (file-cache-complete): Ditto.
9551         * tempo.el (tempo-display-completions): Ditto.
9553         * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
9555         * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
9557         * eshell/em-hist.el (eshell-list-history): Ditto.
9559         * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
9561         * mail/mailalias.el (mail-complete): Ditto.
9563         * progmodes/etags.el (complete-tag): Ditto.
9565         * progmodes/make-mode.el (makefile-complete): Ditto.
9567         * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
9569         * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
9571         * progmodes/pascal.el (pascal-complete-word)
9572         (pascal-show-completions): Ditto.
9574         * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
9576         * simple.el (completion-common-substring): New variable.
9577         (completion-setup-function): Use `completion-common-substring'
9578         to put faces.
9580 2005-10-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9582         * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
9583         (x-get-selection, mac-select-convert-to-string): Convert from/to
9584         UTF-16 clipboard data as in native byte order, no BOM.
9586 2005-10-16  Nick Roberts  <nickrob@snap.net.nz>
9588         * progmodes/gud.el (gud-tool-bar-map): Rename the images
9589         appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
9590         (gud-sentinel): Use speedbar-frame to check for speedbar.
9592 2005-10-15  Richard M. Stallman  <rms@gnu.org>
9594         * savehist.el: New file.
9596 2005-10-14  Karl Chen  <quarl@cs.berkeley.edu>
9598         * textmodes/tex-mode.el (tex-font-lock-keywords-2):
9599         Fix bug in \bf fontification.
9601 2005-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9603         * pcvs.el (cvs-edit-log-files): New var.
9604         (cvs-mode-edit-log): New arg `file'.
9605         (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
9606         Instead force the use of the original file and nothing else.
9607         (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
9608         the cvs-minor-wrap-function is set.
9609         (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
9611 2005-10-14  Bill Wohler  <wohler@newt.com>
9613         * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
9614         * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
9615         * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
9616         * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
9617         * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
9618         * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
9619         * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
9620         * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
9621         * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
9622         * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
9623         * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
9624         * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
9625         * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
9626         * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
9627         * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
9629         * progmodes/gud.el (gud-tool-bar-map): Rename the images
9630         appropriately (for example, gud-break to gud/break).
9632 2005-10-14  Chong Yidong  <cyd@stupidchicken.com>
9634         * longlines.el (longlinges-search-function)
9635         (longlines-search-forward, longlines-search-backward): New functions.
9636         (longlines-mode): Set isearch-search-fun-function to
9637         longlinges-search-function.
9639         * mouse.el (mouse-drag-region-1): Handle the case where a
9640         double-click event is bound to an arbitrary function.
9642 2005-10-14  David Ponce  <david@dponce.com>
9644         * recentf.el (recentf-track-opened-file)
9645         (recentf-track-closed-file, recentf-update-menu)
9646         (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
9647         (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
9648         mouse-1-click-follows-link.
9650 2005-10-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9652         * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
9653         Gnome file-manager.png.  Suggested by
9654         Joachim Nilsson <joachim.nilsson@vmlinux.org>.
9656         * toolbar/README: Add diropen.xpm.
9658 2005-10-13  Bill Wohler  <wohler@newt.com>
9660         * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
9661         restrictions.  Suggested by David Robinow <drobinow@gmail.com>.
9663 2005-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9665         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
9666         Don't waste the byte-compiler's time on constant data.
9668 2005-10-13  Kenichi Handa  <handa@m17n.org>
9670         * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
9671         byte with `escape-glyph' face.
9673         * international/fontset.el (ccl-encode-unicode-font):
9674         Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
9675         Handle the case that ucs-mule-to-mule-unicode translates a character to
9676         ASCII (usually for IPA characters).
9678 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9680         * info.el (Info-fontify-node): Don't be fooled by a lone "...".
9681         Don't hide the underline of titles if font-lock-mode is disabled.
9683 2005-10-12  Bill Wohler  <wohler@newt.com>
9685         * makefile.w32-in (MH-E-SRC): New.  Used by mh-autoloads.
9686         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
9687         files in MH-E-SRC have been updated.
9688         (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
9690 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9692         * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
9693         (mixal-mode-syntax-table): Add \n as end-comment.
9694         (mixal-operation-codes-alist): Immediately initialize to full value.
9695         (mixal-add-operation-code): Remove.
9696         (mixal-describe-operation-code): Make the arg non-optional.
9697         Use the interactive spec instead.
9698         Use mixal-operation-codes-alist rather than mixal-operation-codes.
9699         (mixal-font-lock-keywords): Don't highlight comments here any more.
9700         (mixal-font-lock-syntactic-keywords): New var.
9701         (mixal-mode): Use it.  Fix comment-start-skip.
9703 2005-10-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9705         * startup.el (command-line-x-option-alist): -nb => -nbi
9707 2005-10-12  Kim F. Storm  <storm@cua.dk>
9709         * startup.el (fancy-splash-default-action): Discard mouse click in
9710         the splash screen window, as it has no sensible meaning in the
9711         next window to be selected.  Fixes error reported by Jan D.
9713 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
9715         * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
9717 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9719         * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
9720         Try to fix up minor layout issues like indentation, line break, etc...
9721         (mixal-mode-syntax-table): Don't try to specify comment syntax,
9722         because it doesn't work.
9723         (mixal-operation-codes): Add some more codes.
9724         (mixal-font-lock-keywords): Process comments here.
9725         (mixal-mode): mixasm no longer needs -g option.
9727 2005-10-11  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
9729         * progmodes/sh-script.el (sh-tmp-file):
9730         Use mktemp -t.  Finish support for es and rc shells.
9732 2005-10-11  Jay Belanger  <belanger@truman.edu>
9734         * calc/calcalg2.el (calc-integral): With an argument, compute the
9735         definite integral.
9737 2005-10-11  Chong Yidong  <cyd@stupidchicken.com>
9739         * mouse.el (mouse-drag-region-1): Don't try to catch a
9740         double-click when doing follow-link (it's overridden anyway).
9742 2005-10-11  Juanma Barranquero  <lekktu@gmail.com>
9744         * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
9745         (autoload-print-form-outbuf): Add docstring.
9747 2005-10-11  Juri Linkov  <juri@jurta.org>
9749         * info.el (Info-mode-menu): Delete menu item "Edit".
9750         (Info-mode): Delete description of Info-edit from docstring,
9751         and rearrange descriptions of Info commands in the order
9752         they are documented in the Info manual.
9754 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9756         * calendar/appt.el (appt-check): Use diary-selective-display var.
9758 2005-10-10  Richard M. Stallman  <rms@gnu.org>
9760         * net/newsticker.el (newsticker-start, newsticker-show-news):
9761         Add autoload cookies.
9763 2005-10-10  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>
9765         * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
9767 2005-10-10  Karl Chen  <quarl@cs.berkeley.edu>
9769         * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
9771 2005-10-10  Jay Belanger  <belanger@truman.edu>
9773         * calc/calc-arith.el (math-check-known-scalarp)
9774         (math-check-known-matrixp): Check the values of arguments that are
9775         variables.
9776         (math-check-known-square-matrixp): New function.
9777         (math-known-square-matrixp): Use math-check-known-square-matrixp.
9778         (math-super-types): Add sqmatrix type.
9780         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
9781         mode name `square' to `sqmatrix'.
9783         * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
9784         mode name `square' to `sqmatrix'.
9786 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9788         * progmodes/etags.el (select-tags-table-mode): Don't use
9789         selective-display.
9790         (tags-select-tags-table): Pass `button' to the action function.
9791         (select-tags-table): Place the side-info on button properties rather
9792         than in hidden text.  Abbreviate file names.
9793         (select-tags-table-mode-map): Inherit rather than copy buttom-map.
9794         (select-tags-table-select): Add `button' argument.
9795         Get side-info from the button property rather than from hidden text.
9797 2005-10-11  Nick Roberts  <nickrob@snap.net.nz>
9799         * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
9800         (gud-speedbar-buttons): Preserve point if possible.
9801         (gud-sentinel): Restore previous speedbar display type.
9803         * progmodes/gdb-ui.el (gdba): Improve diagram.
9804         (def-gdb-auto-update-handler, gdb-info-locals-handler)
9805         (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
9806         Call get-buffer-window once.
9808 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9810         * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
9811         (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
9812         (pascal-indent-command): Remove unused var `ind'.
9813         (pascal-indent-case): Remove unused var `oldpos'.
9814         (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
9815         since it's now used as a proper minor mode map.
9816         (pascal-outline): Rename to pascal-outline-mode.
9817         (pascal-outline-mode): Use define-minor-mode.
9818         (pascal-outline-mode, pascal-outline-change): Use overlays rather than
9819         selective-display.
9821 2005-10-10  Andreas Schwab  <schwab@suse.de>
9823         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
9824         number.  Reported by Karl Chen <quarl@cs.berkeley.edu>.
9826         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
9827         outside source directory.
9829 2005-10-10  Carsten Dominik  <dominik@science.uva.nl>
9831         * textmodes/org.el (org-mode-map): Explicit definition of `C-c
9832         C-x' as a prefix.
9833         (orgtbl-mode-map): Full keymap instead of sparse, because all
9834         `self-insert-command' keys are redefined in this map.
9835         (org-export-as-html): Specify charset for HTML file, by taking it
9836         from the coding system.
9838 2005-10-10  Kenichi Handa  <handa@m17n.org>
9840         * textmodes/flyspell.el (flyspell-check-word-p):
9841         If unread-command-events is non-empty, don't call sit-for.
9843 2005-10-09  Richard M. Stallman  <rms@gnu.org>
9845         * font-lock.el (font-lock-syntactic-keywords)
9846         (font-lock-keywords): Doc fixes.
9848         * textmodes/flyspell.el (flyspell-external-point-words):
9849         Simplify logic, and don't try to check for consecutive appearances
9850         of one incorrect word.
9852 2005-10-10  Nick Roberts  <nickrob@snap.net.nz>
9854         * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
9855         separator.
9857         * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
9858         (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
9859         (gud-expansion-speedbar-buttons): New function.
9860         (gud-speedbar-buttons): Check for gud-comint-buffer.
9862 2005-10-09  Bill Wohler  <wohler@newt.com>
9864         * Makefile.in (updates): Add mh-loaddefs dependency.
9866 2005-10-09  Chong Yidong  <cyd@stupidchicken.com>
9868         * speedbar.el (speedbar-file-key-map): Fix typo.
9870 2005-10-09  Daniel Brockman  <daniel@brockman.se>
9872         * cus-start.el (line-spacing): Add custom spec.
9874 2005-10-09  Romain Francoise  <romain@orebokech.com>
9876         * textmodes/ispell.el (ispell-check-version): Fix last change.
9878 2005-10-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9880         * term/x-win.el: Remove -i, --icon-type from comment.
9882         * startup.el (command-line-x-option-alist): Remove options -i,
9883         -itype, --icon-type, added -nb, --no-bitmap-icon
9885 2005-10-09  Nick Roberts  <nickrob@snap.net.nz>
9887         * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
9888         instead of :active.
9890 2005-10-08  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
9892         * textmodes/ispell.el (ispell-check-version):
9893         Ignore hyphen, and all that follows, in aspell's version text.
9895 2005-10-08  Jay Belanger  <belanger@truman.edu>
9897         * calc/calc-arith.el (math-known-square-matrixp): New function.
9898         (math-pow-fancy): Check for matrices before distributing exponent
9899         across products.
9901         * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
9902         fullscreen keypad.  Suggested by Luc Teirlinck.
9903         (calc-keypad-show-input): Add space for formatting.
9905         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
9906         Add square matrix option.
9908         * calc/calc-poly.el (math-expand-term): Check for matrices instead
9909         of checking calc-matrix-mode when deciding how to expand.
9911         * calc/calc.el (calc-set-mode-line): Add square matrix option.
9913 2005-10-08  Lars Hansen  <larsh@soem.dk>
9915         * net/tramp.el (tramp-perl-directory-files-and-attributes):
9916         Add error handling.
9917         (tramp-handle-directory-files-and-attributes): Handle perl error msg.
9919 2005-10-08  Michael Albinus  <michael.albinus@gmx.de>
9921         Sync with Tramp 2.0.51.
9923         * net/tramp.el (tramp-handle-set-visited-file-modtime)
9924         (tramp-handle-insert-file-contents, tramp-handle-write-region):
9925         Insert special handling for `last-coding-system-used', again
9926         it still seems to be necessary (unlike stated before).
9927         Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
9928         (tramp-password-prompt-regexp): There might be other words before
9929         trailing ":".  Reported by Kurt Steinkraus <kurt@steinkraus.us>.
9930         (tramp-chunksize): Improve docstring.
9931         (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
9932         Emacs 20.  Use `tramp-octal-to-decimal' therefore.  Reported by
9933         Christian Joergensen <bugs@razor.dk>.
9935 2005-10-07  Glenn Morris  <rgm@gnu.org>
9937         * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
9938         (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
9939         precision'.
9941 2005-10-07  Romain Francoise  <romain@orebokech.com>
9943         * ibuf-ext.el (ibuffer-do-shell-command-pipe)
9944         (ibuffer-do-shell-command-pipe-replace)
9945         (ibuffer-do-shell-command-file, ibuffer-do-eval)
9946         (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
9947         (ibuffer-do-revert, ibuffer-do-replace-regexp)
9948         (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
9949         (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
9950         (ibuffer-filter-by-name, ibuffer-filter-by-filename)
9951         (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
9952         (ibuffer-filter-by-content, ibuffer-filter-by-predicate
9953         (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
9954         (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
9955         Autoload file sans suffix.
9957         * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
9959 2005-10-07  David Ponce  <david@dponce.com>
9961         * recentf.el (recentf-menu-open-all-flag): New option.
9962         (recentf-digit-shortcut-command-name): New function.
9963         (recentf--shortcuts-keymap): New variable.
9964         (recentf-menu-shortcuts): New variable.
9965         (recentf-make-menu-items): Initialize it.  Replace the "More..."
9966         menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
9967         (recentf-menu-value-shortcut): New function.
9968         (recentf-make-menu-item): Use it.  No more in-lined.
9969         (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
9970         (recentf-open-most-recent-file): Rename from
9971         `recentf-open-file-with-key'.  Don't depend on key binding.
9972         (recentf-mode-map): New variable.
9973         (recentf-mode): Use it.
9975 2005-10-06  Bill Wohler  <wohler@newt.com>
9977         * mh-e/mh-loaddefs.el: Remove.  Now generated automatically.
9979         * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
9980         (MH-E-SRC): New.  Used by mh-autoloads.
9981         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
9982         files in MH-E-SRC have been updated.
9983         (compile, recompile, bootstrap): Depend on mh-autoloads.
9985 2005-10-07  Nick Roberts  <nickrob@snap.net.nz>
9987         * progmodes/gud.el (gud-menu-map): Only display un-intuitive
9988         gud-break and gud-remove icons when the fringe is not available.
9990         * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
9991         Typo.
9993 2005-10-06  Michael Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>  (tiny change)
9995         * play/zone.el (zone): Wrap body with save-window-excursion.
9997 2005-10-06  Stefan Monnier  <monnier@iro.umontreal.ca>
9999         * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
10000         Use the new `list-only' arg to diary-list-entries.
10002         * calendar/diary-lib.el: Use overlays rather than selective-display.
10003         (diary-selective-display): New var.
10004         (diary-header-line-format): Use it.
10005         (diary-list-entries): Add argument `list-only'.
10006         Put the buffer in diary-mode.  Don't add \^M at beg and end.
10007         Replace \^M by invisible overlays.
10008         (diary-unhide-everything): Replace \^M by invisible overlays.
10009         (print-diary-entries): Look for overlays rather than \^M.
10010         Add a space to the temp buffer name.
10011         (diary-show-all-entries, mark-diary-entries, make-diary-entry):
10012         Put the buffer in diary-mode.
10013         (list-sexp-diary-entries): Replace \^M by invisible overlays.
10014         (diary-anniversary): Make the year arg optional.
10015         (diary-time-regexp): New const.
10016         (diary-font-lock-keywords): Use it to accept a few more time formats.
10018         * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
10020 2005-10-06  Thien-Thi Nguyen  <ttn@gnu.org>
10022         * textmodes/artist.el (artist-ellipse-mirror-quadrant):
10023         Fix bug introduced 2005-07-03: Use (car (last ...))
10024         to faithfully reproduce replaced artist-last.
10025         (artist-set-arrow-points-for-poly): Likewise.
10026         Suggested by Johan Bockg\e,Ae\e(Brd.
10028 2005-10-06  Juanma Barranquero  <lekktu@gmail.com>
10030         * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
10031         * wid-edit.el (widget):
10032         * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
10033         * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
10035 2005-10-06  Kenichi Handa  <handa@m17n.org>
10037         * international/mule-cmds.el (set-language-environment):
10038         Fix setting up of case-table for unibyte mode.
10040         * simple.el (what-cursor-position): If the character is displayed
10041         by some `display' text property, show that.  Don't use
10042         single-key-description for eight-bit characters in multibyte mode.
10044 2005-10-06  Nick Roberts  <nickrob@snap.net.nz>
10046         * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
10047         (gdb-ann3): Set it.
10048         (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
10049         (gdb-info-frames-custom): Use inverse-video for first five
10050         characters of selected frame only.
10051         (gdb-get-frame-number): Select frame even when point is on frame
10052         number.
10054 2005-10-06  Masatake YAMATO  <jet@gyve.org>
10056         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
10057         Put `font-lock-function-name-face'.
10058         (gdb-info-frames-custom): Put `font-lock-function-name-face'
10059         and `font-lock-variable-name-face'
10060         (gdb-registers-font-lock-keywords): New font lock keywords definition.
10061         (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
10062         (gdb-memory-font-lock-keywords): New font lock keywords definition.
10063         (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
10064         (gdb-local-font-lock-keywords): New font lock keywords definition.
10065         (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
10066         (gdb-threads-font-lock-keywords): New font lock keywords definition.
10067         (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
10069 2005-10-05  Michael Kifer  <kifer@cs.stonybrook.edu>
10071         * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
10072         (ediff-merge-region-is-non-clash-to-skip): Previously called
10073         ediff-merge-region-is-non-clash.
10075         * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
10076         Use insert-buffer-substring.
10078         * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
10079         selecting files to patch.  Also bug fixes.
10081         * ediff-util.el (ediff-setup): Bug fix.
10082         (ediff-next-difference): Never skip clashes that differ in white
10083         space only.
10085         * ediff-wind.el (ediff-setup-control-frame)
10086         (ediff-destroy-control-frame): Check the menubar feature.
10088         * viper-cmd.el (viper-normalize-minor-mode-map-alist)
10089         (viper-refresh-mode-line): Use make-local-variable to localize
10090         some vars instead of make-variable-buffer-local.  Suggested by
10091         Stefan Monnier.
10093         * viper-init.el (viper-make-variable-buffer-local): Delete alias.
10094         (viper-restore-cursor-type, viper-set-insert-cursor-type):
10095         Use make-local-variable instead of make-variable-buffer-local.
10096         Suggested by Stefan Monnier.
10098         * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
10099         (viper-comint-mode-hook): Use make-local-variable on
10100         require-final-newline.
10101         (viper-non-hook-settings): Don't use make-variable-buffer-local.
10103 2005-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10105         * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
10106         also the second char of a comment-start sequence.
10107         (scheme-sexp-comment-syntax-table): New var.
10108         (lambda, define): Set their scheme-doc-string-elt property.
10109         (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
10110         Use lisp-font-lock-syntactic-face-function now that it properly
10111         handles |...| symbols.
10112         (scheme-mode-variables): Set lisp-doc-string-elt-property,
10113         parse-sexp-lookup-properties and font-lock-extra-managed-props.
10115         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
10116         bit from # to |.
10117         (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
10119         * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
10120         (lisp-doc-string-elt-property): New var.
10121         (lisp-font-lock-syntactic-face-function): Use it.
10122         Rewrite to recognize docstrings even for forms not at toplevel.
10124         * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
10125         annotation on the | part of #| rather than on the # part.
10126         (scheme-font-lock-syntactic-face-function): New function, to
10127         distinguish strings from |...| symbols.
10128         (scheme-mode-variables): Use it.  Also fix up the font-lock-time
10129         syntax-table so that #|...|# is properly highlighted.
10131         * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
10132         Don't mark as docstring the 3rd elem of an unknown toplevel form.
10134 2005-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10136         * bindings.el (global-map): Resync [home] and [end] bindings with C-a
10137         and C-e.
10139         * emacs-lisp/eldoc.el: Move comments into docstrings.
10140         (eldoc-message-commands): Initialize in its declaration.
10141         Add move-beginning-of-line and move-end-of-line.
10142         (eldoc-add-command, eldoc-add-command-completions)
10143         (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
10145         * outline.el (outline-mark-subtree): Activate the mark.
10147         * calendar/appt.el (appt-time-regexp): New var.
10148         (appt-add, appt-make-list): Use it.
10149         (appt-convert-time): Clean up.
10151         * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
10152         Don't set any syntax-table property here.
10153         (tex-font-lock-verb): New function.  Do it here.
10154         (tex-font-lock-syntactic-keywords): Use it.
10156 2005-10-04  Richard M. Stallman  <rms@gnu.org>
10158         * wid-edit.el (widget-file-complete): Get the widget start point
10159         the right way.  Default directory to `/' if file has none.
10161         * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
10163         * textmodes/flyspell.el (flyspell-mode-on):
10164         Call ispell-maybe-find-aspell-dictionaries.
10166         * textmodes/ispell.el (ispell-word, ispell-region):
10167         Call ispell-maybe-find-aspell-dictionaries.
10168         (ispell-accept-buffer-local-defs):
10169         Don't call ispell-maybe-find-aspell-dictionaries
10171 2005-10-04  Richard M. Stallman  <rms@gnu.org>
10173         * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
10175 2005-10-04  Emilio C. Lopes  <eclig@gmx.net>
10177         * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
10178         instead of `fboundp' in order to allow for anonymous functions.
10180 2005-10-04  Chong Yidong  <cyd@stupidchicken.com>
10182         * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
10183         case the user clicks on the link while another window is selected.
10184         (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
10186         * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
10187         functionality.
10188         (dframe-help-echo): Save point in case mouse tracking is off.
10190 2005-10-04  Thien-Thi Nguyen  <ttn@gnu.org>
10192         * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
10194 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10196         * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
10197         not change the global value of those vars.
10199         * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
10200         make-local-variable which we do not need any more.
10202 2005-10-03  Chong Yidong  <cyd@stupidchicken.com>
10204         * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
10205         (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
10206         (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
10207         (speedbar-path-line): Define obsolete aliases.
10208         (speedbar-line-directory): Doc fix.
10210         * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
10211         (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
10212         instead of speedbar-line-path.
10214 2005-10-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10216         * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
10217         to nil if dropping on a window.  Handle dropping on a minibuffer window
10218         like dropping on a non-window part of Emacs.
10220 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10222         * net/ange-ftp.el: Use with-current-buffer.
10223         (ange-ftp-insert-directory): Do not follow symlinks any more.
10225         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
10226         Remove interactive spec.
10228 2005-10-03  Kim F. Storm  <storm@cua.dk>
10230         * ido.el (ido-mode): Use custom-initialize-set.
10232 2005-10-02  Richard M. Stallman  <rms@gnu.org>
10234         * progmodes/ebnf2ps.el (ebnf-eps-production-list):
10235         Use insert-buffer-substring.
10237         * net/tramp.el: Pacify byte compiler warnings in pacification code.
10238         (tramp-handle-file-local-copy): Use insert-buffer-substring.
10240 2005-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10242         * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
10243         in last change.
10244         (ange-ftp-insert-directory): Fix up the search for the case where
10245         `file' is absolute.
10247 2005-10-02  Romain Francoise  <romain@orebokech.com>
10249         * progmodes/compile.el (compile-goto-error): Delete extra paren.
10251 2005-10-02  Andreas Schwab  <schwab@suse.de>
10253         * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
10254         directory component in the session info.
10256 2005-10-01  Richard M. Stallman  <rms@gnu.org>
10258         * comint.el (comint-redirect-subvert-readonly): Doc fix.
10260         * simple.el (next-error-internal): New function.
10262         * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
10263         (compilation-start): Pass new arg to compilation-buffer-name.
10264         (compile-goto-error): Use next-error-internal.
10266 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
10268         * speedbar.el: Remove RCS tag.
10269         (speedbar-check-read-only): Handle non-existent files.
10271         * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
10273         * info.el (Info-speedbar-hierarchy-buttons)
10274         (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
10276 2005-10-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
10278         * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
10279         Do not match newline.
10280         (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
10281         (bibtex-summary): Remove unnecessary save-excursion.
10282         (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
10284 2005-10-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10286         * term/mac-win.el: Add charset info for "iso10646-1".
10287         Modify default fontset to use ATSUI-compatible fonts for some charsets
10288         if available.
10290 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
10292         * speedbar.el: Re-apply arch tag.
10293         (speedbar-version): Rename to version 1.0.  Suggested by Eric
10294         M. Ludlam.
10295         Reapply two changes from Emacs CVS' version of speedbar lost
10296         during the merge:
10297         (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
10298         (speedbar-frame-parameters): Improve customize type.
10300 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10302         * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
10303         (ange-ftp-file-directory-p): Fix the symlink case.
10304         (ange-ftp-insert-directory): When listing a single file, get a list of
10305         the parent buffer and extract the relevant line.  Inspired from a patch
10306         by Katsumi Yamaoka <yamaoka@jpl.org>.
10307         (ange-ftp-file-name-sans-versions): Simplify.
10309 2005-09-30  Bill Wohler  <wohler@newt.com>
10311         Move MH-E image files from toolbar and mail directories into
10312         etc/images.
10314         * mail/reply2.*: Move to etc/images/mail/reply*.
10316         * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
10317         * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
10318         etc/images.
10320         * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
10321         * toolbar/reply*: Move to etc/images/mail.
10323         * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
10325 2005-09-30  Eric M. Ludlam  <zappo@gnu.org>
10327         * speedbar.el: New version 1.0pre3.
10329         Frame management code (including timer, and mouse click specifics)
10330         moved to dframe.el:
10331         (speedbar-attached-frame): Removed.  Use dframe-attached-frame.
10332         (speedbar-timer): Removed.  Use dframe-timer.
10333         (speedbar-close-frame): Removed.  Use dframe-close-frame.
10334         (speedbar-activity-change-focus-flag): Removed.  Use
10335         dframe-activity-change-focus-flag.
10336         (speedbar-update-speed, speedbar-navigating-speed): Obsolete.  Use
10337         dframe-update-speed.
10339         (speedbar-current-frame): New macro.  Use this instead of the
10340         variable speedbar-frame.
10342         (speedbar-use-images, speedbar-expand-image-button-alist)
10343         (speedbar-insert-image-button-maybe): Moved to sb-image.el.
10345         (speedbar-find-image-on-load-path): Removed.  Replaced by
10346         defezimage in ezimage.el.
10347         (speedbar-expand-image-button-alist): Removed.  Replaced by
10348         ezimage-expand-image-button-alist in ezimage.el.
10350         (speedbar-ignored-directory-regexp)
10351         (speedbar-add-ignored-directory-regexp)
10352         (speedbar-ignored-directory-expressions)
10353         (speedbar-line-directory, speedbar-buffers-line-directory)
10354         (speedbar-directory-line, speedbar-buffers-line-directory):
10355         Renamed, replacing `path' with `directory'.
10357         (speedbar-create-directory, speedbar-expand-line-descendants)
10358         (speedbar-toggle-line-expansion)
10359         (speedbar-contract-line-descendants): New commands.
10361         (speedbar-query-confirmation-method, speedbar-select-frame-method)
10362         (speedbar-use-tool-tips-flag): New options.
10364         (speedbar-check-read-only, speedbar-require-version)
10365         (speedbar-insert-separator, speedbar-buffers-tail-notes)
10366         (speedbar-handle-delete-frame, speedbar-try-completion)
10367         (speedbar-update-localized-contents): New functions.
10369         (speedbar-incompatible-version, speedbar-ro-to-do-point)
10370         (speedbar-object-read-only-indicator): New variables.
10372         (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
10373         New hooks.
10375         (speedbar-separator-face): New face.
10377         (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
10378         (speedbar-ignored-modes): Add fundamental-mode.
10379         (speedbar-directory-unshown-regexp): Add . directories.
10381         (speedbar-key-map): Remove old SPC and DEL page up/down keys.
10382         (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
10383         `]' for full expand/close.
10384         (speedbar-buffers-key-map): Add SPC to toggle node expansion.
10386         (speedbar-check-vc): Support hidden files.
10387         (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
10388         (speedbar-this-file-in-vc): Use vc-state if available.  If VC
10389         state is nil, it is not checked out.
10391         (speedbar-line-text, speedbar-line-token): Support expand buttons
10392         with no text.
10393         (speedbar-refresh): Universal argument acts as power-click.
10394         (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
10395         that buffer to get variable values.
10397         And many other bugfixes.
10399         * dframe.el, ezimage.el, sb-image.el: New files.
10401         * sb-*.xpm: Remove files.  New image files installed into
10402         etc/images/ezimage.
10404 2005-09-30  Kenichi Handa  <handa@m17n.org>
10406         * ps-mule.el (ps-mule-show-warning): If a character is in
10407         ps-print-translation-table, don't treat it as non-printable.
10409 2005-09-30  David Ponce  <david@dponce.com>
10411         * tree-widget.el (tree-widget-themes-load-path): New variable.
10412         (tree-widget-themes-directory): Doc fix.
10413         (tree-widget-image-formats) [Emacs]: Doc fix.
10414         (tree-widget--locate-sub-directory): New function.
10415         (tree-widget-themes-directory): Use it.
10417         * recentf.el (recentf-filename-handlers): Rename from
10418         `recentf-filename-handler'.  Allow a list of functions.
10419         (recentf-menu-items-for-commands): Fix :help strings.
10420         (recentf-apply-filename-handlers): New function.
10421         (recentf-expand-file-name): Use it.
10422         (recentf-cleanup): Remove duplicates too.
10424 2005-09-29  Juri Linkov  <juri@jurta.org>
10426         * faces.el: Rearrange face definitions to be in the same order as
10427         their face descriptions in "(emacs)Standard Faces".
10429         * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
10431         * tooltip.el (tooltip): Add group `basic-faces'.
10433         * buff-menu.el (Buffer-menu-buffer): Remove group
10434         `font-lock-highlighting-faces'.
10436         * progmodes/compile.el (compilation-error, compilation-warning)
10437         (compilation-info, compilation-line-number, compilation-column-number):
10438         Change group from `font-lock-highlighting-faces' to `compilation'.
10440         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
10441         (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
10442         (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
10443         (vhdl-font-lock-reserved-words-face)
10444         (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
10445         `font-lock-highlighting-faces'.
10447         * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
10449 2005-09-28  Kim F. Storm  <storm@cua.dk>
10451         * emulation/cua-base.el: Set CUA move property on additional commands:
10452         up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
10453         forward-sexp, backward-sexp, forward-list, backward-list.
10455 2005-09-28  Romain Francoise  <romain@orebokech.com>
10457         * comint.el (comint-show-output): Really set point at the
10458         beginning of the output when not using `comint-use-prompt-regexp'.
10460 2005-09-27  Jay Belanger  <belanger@truman.edu>
10462         * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
10463         in TeX mode.
10465 2005-09-26  Juanma Barranquero  <lekktu@gmail.com>
10467         * textmodes/org.el (org-table-sum): Fix format string.
10469         * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
10470         Quote face names.
10472 2005-09-26  Romain Francoise  <romain@orebokech.com>
10474         * isearch.el (isearch-forward-regexp): Close doc string.
10476 2005-09-25  Richard M. Stallman  <rms@gnu.org>
10478         * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
10480         * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
10482         * progmodes/compile.el (compilation-error-properties):
10483         When getting the file from the previous error message,
10484         correctly decode the new data format.
10486         * progmodes/cc-cmds.el (c-electric-paren):
10487         Call old-blink-paren only for close-paren.
10489 2005-09-24  Andreas Schwab  <schwab@suse.de>
10491         * term/rxvt.el (rxvt-register-default-colors): Delete redundant
10492         condition.
10494 2005-09-25  Romain Francoise  <romain@orebokech.com>
10496         * dired-aux.el (dired-copy-file-recursive):
10497         * dired.el (dired-delete-file):
10498         * ediff-mult.el (ediff-dir-diff-copy-file):
10499         * ediff-util.el (ediff-test-save-region):
10500         * forms.el (forms-mode):
10501         * ido.el (ido-file-internal, ido-delete-file-at-head):
10502         * log-edit.el (log-edit-done):
10503         * ses.el (ses-yank-resize):
10504         * play/gomoku.el (gomoku-human-plays, gomoku)
10505         (gomoku-human-resigns, gomoku-prompt-for-other-game)
10506         (gomoku-offer-a-draw):
10507         * play/landmark.el (lm-human-resigns, lm):
10508         * net/eudcb-ldap.el (eudc-ldap-check-base):
10509         * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
10510         * progmodes/ebrowse.el (ebrowse-find-pattern):
10511         * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
10512         * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
10513         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
10515         * vc.el (vc-delete-file):
10516         * play/gomoku.el (gomoku-terminate-game, gomoku)
10517         (gomoku-prompt-for-move, gomoku-human-takes-back):
10518         * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
10519         (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
10521 2005-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
10523         * term/rxvt.el (rxvt-register-default-colors): Add support for 255
10524         color rxvt terminals by using the code xterm.el used to use before
10525         2005-04-09 in order to match the colors used by rxvt.
10527 2005-09-24  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
10529         * term/rxvt.el (rxvt-register-default-colors): Add support for 88
10530         colors rxvt-unicode terminals by using the same code as xterm.el.
10532 2005-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10534         * textmodes/tex-mode.el (tex-font-lock-append-prop)
10535         (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
10536         new symbol used for the tex-verbatim face.
10538 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
10540         * woman.el (woman-file-name):
10541         * wid-edit.el (widget-file-prompt-value)
10542         (widget-coding-system-prompt-value):
10543         * w32-fns.el (set-w32-system-coding-system):
10544         * vc.el (vc-version-diff, vc-annotate):
10545         * textmodes/reftex-auc.el (reftex-arg-cite)
10546         (reftex-arg-index-tag):
10547         * textmodes/refer.el (refer-get-bib-files):
10548         * textmodes/artist.el (artist-figlet-choose-font):
10549         * terminal.el (terminal-emulator):
10550         * replace.el (occur-read-primary-args):
10551         * rect.el (string-rectangle, string-insert-rectangle):
10552         * ps-print.el (ps-print-preprint):
10553         * progmodes/pascal.el (pascal-goto-defun):
10554         * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
10555         * progmodes/compile.el (compilation-find-file):
10556         * printing.el (pr-interactive-n-up):
10557         * play/animate.el (animate-birthday-present):
10558         * net/rcompile.el (remote-compile):
10559         * man.el (man, Man-goto-section, Man-follow-manual-reference):
10560         * mail/rmailsum.el (rmail-summary-search-backward)
10561         (rmail-summary-search):
10562         * mail/rmailout.el (rmail-output-read-rmail-file-name)
10563         (rmail-output-read-file-name):
10564         * mail/rmail.el (rmail-search, rmail-search-backwards):
10565         * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
10566         * locate.el (locate):
10567         * international/quail.el (quail-show-keyboard-layout):
10568         * international/mule.el (set-buffer-file-coding-system)
10569         (revert-buffer-with-coding-system, set-file-name-coding-system)
10570         (set-terminal-coding-system, set-keyboard-coding-system)
10571         (set-next-selection-coding-system):
10572         * international/mule-diag.el (describe-coding-system)
10573         (describe-font, describe-fontset):
10574         * international/mule-cmds.el (universal-coding-system-argument)
10575         (search-unencodable-char, describe-input-method)
10576         (set-language-environment, describe-language-environment):
10577         * international/codepage.el (codepage-setup):
10578         * international/code-pages.el (codepage-setup):
10579         * info.el (Info-search, Info-follow-reference)
10580         (Info-search-backward):
10581         * emacs-lisp/advice.el (ad-read-advised-function)
10582         (ad-read-advice-class, ad-clear-cache, ad-activate)
10583         (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
10584         (ad-enable-advice, ad-disable-advice, ad-remove-advice)
10585         (ad-read-regexp):
10586         * ediff-util.el (ediff-toggle-regexp-match):
10587         * ediff-ptch.el (ediff-prompt-for-patch-file):
10588         * dired-aux.el (dired-diff):
10589         * diff.el (diff):
10590         * cus-edit.el (custom-variable-prompt):
10591         * calendar/timeclock.el (timeclock-ask-for-project):
10592         * calc/calcalg3.el (calc-get-fit-variables):
10593         * calc/calc-store.el (calc-edit-variable)
10594         (calc-permanent-variable):
10595         * vc-mcvs.el (vc-mcvs-register):
10596         * shadowfile.el (shadow-define-literal-group):
10597         * woman.el (woman-file-name):
10598         * vc.el (vc-version-diff, vc-merge):
10599         * textmodes/reftex-index.el (reftex-index-complete-tag):
10600         * format.el (format-decode-buffer, format-decode-region):
10601         * emulation/viper-cmd.el (viper-read-string-with-history):
10602         * emacs-lisp/debug.el (cancel-debug-on-entry):
10603         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
10604         * ediff.el (ediff-merge-revisions)
10605         (ediff-merge-revisions-with-ancestor, ediff-revision):
10606         * completion.el (interactive-completion-string-reader):
10607         * calc/calc-prog.el (calc-user-define-formula):
10608         Follow convention for reading with the minibuffer.
10610 2005-09-24  Steven Huwig  <steven_h@acm.org>  (tiny change)
10612         * progmodes/python.el (python-describe-symbol): Add globals() and
10613         locals() to the arguments of emacs.ehelp.
10615 2005-09-24  Magnus Henoch  <mange@freemail.hu>
10617         * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
10618         New function, code extracted from ispell-valid-dictionary-list.
10619         (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
10620         Call it.
10622 2005-09-24  Eli Zaretskii  <eliz@gnu.org>
10624         * subr.el (version-regexp-alist): Extend valid syntax for version
10625         strings: allow any of the characters -,_,+ to separate the
10626         alpha/beta/rc part from the version part.  Doc fix.
10627         (version-to-list): Doc fix.  Bind case-fold-search to t, as advertised.
10629 2005-09-23  David Reitter  <david.reitter@gmail.com>
10631         * mail/mailclient.el: New file.
10633 2005-09-23  Richard M. Stallman  <rms@gnu.org>
10635         * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
10636         (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
10637         Doc fixes.
10639         * progmodes/cc-mode.el (c-font-lock-init):
10640         Specify font-lock-lines-before.
10642 2005-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10644         * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
10645         whole conflict.
10647 2005-09-23  Carsten Dominik  <dominik@science.uva.nl>
10649         * textmodes/org.el (org-mode-map, orgtbl-mode-map):
10650         Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix.  Make use
10651         of `remap' feature when available.  Additional key bindings for
10652         better tty support.
10653         (org-mode-restart, org-force-self-insert): New commands.
10654         (org-time-stamp-inactive): New command.
10655         (org-remap): New function.
10656         (org-table-auto-blank-field, org-level-color-stars-only): New options.
10657         (org-enable-fixed-width-editor): Move to `org-structure'
10658         customization group.
10659         (org-self-insert-command, orgtbl-self-insert-command): Modify to
10660         blank field after field motion commands.
10662 2005-09-23  Kenichi Handa  <handa@m17n.org>
10664         * international/mule-cmds.el (set-language-environment):
10665         Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
10666         have to call utf-translate-cjk-load-tables.
10668 2005-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10670         * mouse.el (mouse-move-drag-overlay): Fix last change.
10672 2005-09-22  David Ponce  <david@dponce.com>
10674         * tree-widget.el (tree-widget-value-create): Fix previous change.
10676 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
10678         * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
10680 2005-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10682         * mouse.el (mouse-move-drag-overlay): New function.
10683         (mouse-drag-region-1): Use it.
10684         Try to simplify a bit the state handling.  Handle clicks on links
10685         inside intangible areas.
10686         (mouse-save-then-kill): Minor simplification.
10687         (mouse-secondary-overlay): Make it always non-nil instead of
10688         recreating it each time.
10689         (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
10690         (mouse-kill-secondary, mouse-secondary-save-then-kill):
10691         Simplify accordingly.
10693 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
10695         * term/rxvt.el (rxvt-standard-colors): Fix some colors.
10697 2005-09-20  Michael Kifer  <kifer@cs.stonybrook.edu>
10699         * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
10700         (ediff-file-name-sans-prefix): Treat nil as an empty string.
10701         (ediff-fixup-patch-map): Better heuristic for intuiting the file names
10702         to patch.
10704         * ediff-util.el: Use insert-buffer-substring.
10706         * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
10708         * emulation/viper-cmd.el (viper-change-state): Don't move over the
10709         field boundaries in the minibuffer.
10710         (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
10711         (viper-minibuffer-post-command-hook): New hook.
10712         (viper-line): Don't move cursor at bolp.
10714         * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
10716         * emulation/viper-init.el: Add alias to make-variable-buffer-local to
10717         avoid compiler warnings.
10719         * emulation/viper-macs.el (ex-map): Better messages.
10721         * emulation/viper-utils.el (viper-beginning-of-field): New function.
10723         * emulation/viper.el: Replace make-variable-buffer-local with
10724         viper-make-variable-buffer-local everywhere, to avoid warnings.
10726 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10728         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
10729         Delete unused var `old-selected-window'.
10730         (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
10731         (mouse-drag-secondary): Delete unused var `start-frame'.
10733 2005-09-19  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
10735         * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
10737 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10739         * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
10740         Re-indent within 80 columns.  Use inhibit-read-only.
10742 2005-09-19  Romain Francoise  <romain@orebokech.com>
10744         * calendar/diary-lib.el (mark-diary-entries): Revert last change.
10746 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10748         * font-lock.el (font-lock-default-fontify-region): Don't add a line
10749         unconditionally, since the after-change-function already did it.
10751 2005-09-19  Miles Bader  <miles@gnu.org>
10753         * net/newsticker.el: Get rid of CVS keyword.
10755 2005-09-19  Johan Bockg\e,Ae\e(Brd  <bojohan+sf@dd.chalmers.se>
10757         * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
10758         The prompt is formatted later.
10760 2005-09-19  David Ponce  <david@dponce.com>
10762         * tree-widget.el (tree-widget-value-create): Save the converted
10763         tree :node widget.
10765 2005-09-19  Juanma Barranquero  <lekktu@gmail.com>
10767         * progmodes/sh-script.el (sh-blink): Fix spurious reference to
10768         variable `message'.
10770 2005-09-18  Michael Albinus  <michael.albinus@gmx.de>
10772         * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
10773         to cover prompts like "login as:".  Reported by Slawomir Nowaczyk
10774         <slawomir.nowaczyk.847@student.lu.se>.
10776 2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
10778         * image.el (image-load-path): Use symbol `data-directory' instead
10779         of its value, for backward compatibility with packages that bind
10780         it during `find-image'.  Suggested by Katsumi Yamaoka.
10781         (image-search-load-path): Handle symbols whose values are strings.
10783 2005-09-18  Romain Francoise  <romain@orebokech.com>
10785         * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
10786         with-current-buffer form in save-excursion.
10788 2005-09-18  D Goel  <deego@gnufans.org>
10790         * apropos.el (apropos-command): Fix `message' call: first arg
10791         should be a format spec.  In this and all other cases that appear
10792         below and elsewhere in the source code, I made a change only when
10793         two conditions were satisfied: [1] I can think of a possibility
10794         that the arguments would cause an error, for example, the code in
10795         question relies on external variables such as filenames.  [2] I
10796         was sure that the arg to `message' could not have been nil in the code.
10798         * textmodes/tildify.el (tildify-region): Ditto.
10800         * textmodes/reftex-index.el (reftex-index-change-entry)
10801         (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
10802         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
10803         * textmodes/org.el (org-complete, org-deadline, org-schedule)
10804         (org-priority, org-table-sum):
10805         * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
10806         * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
10807         (flyspell-word, flyspell-display-next-corrections):
10808         * textmodes/bibtex.el (bibtex-print-help-message):
10809         * textmodes/artist.el (artist-key-set-point-poly):
10810         * term/mac-win.el (mac-services-insert-text):
10811         * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
10812         (vhdl-hooked-abbrev, vhdl-template-insert-fun)
10813         (vhdl-port-paste-testbench, vhdl-compose-new-component)
10814         (vhdl-compose-configuration):
10815         * progmodes/sh-script.el (sh-blink, sh-show-indent)
10816         (sh-set-indent, sh-learn-line-indent):
10817         * progmodes/ps-mode.el (ps-mode-target-column):
10818         * progmodes/idlwave.el (idlwave-make-tags)
10819         (idlwave-scan-library-catalogs):
10820         * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
10821         * progmodes/gud.el (gud-jdb-analyze-source):
10822         * progmodes/flymake.el (flymake-log):
10823         * progmodes/ebnf2ps.el (ebnf-generate-region):
10824         * progmodes/cmacexp.el (c-macro-expansion):
10825         * progmodes/ada-xref.el (ada-treat-cmd-string):
10826         * progmodes/ada-mode.el (ada-create-case-exception-substring)
10827         (ada-justified-indent-current, ada-batch-reformat):
10828         * play/zone.el (zone):
10829         * play/landmark.el (lm-move):
10830         * play/decipher.el (decipher-show-alphabet):
10831         * net/newsticker.el (newsticker--display-jump)
10832         (newsticker--display-scroll):
10833         * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
10834         (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
10835         * mail/feedmail.el (feedmail-dump-message-to-queue):
10836         * eshell/esh-proc.el (eshell-remove-process-entry):
10837         * emulation/ws-mode.el (ws-last-error):
10838         * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
10839         (viper-record-kbd-macro):
10840         * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
10841         * emacs-lisp/lisp-mnt.el (lm-report-bug):
10842         * emacs-lisp/find-func.el (find-function-noselect):
10843         * calendar/timeclock.el (timeclock-status-string)
10844         (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
10845         (timeclock-when-to-leave-string):
10846         * calendar/icalendar.el (icalendar--convert-ical-to-diary):
10847         * calc/calc-units.el (calc-enter-units-table):
10848         * calc/calc-mode.el (calc-mode-record-mode):
10849         * woman.el (woman-mini-help):
10850         * wdired.el (wdired-change-to-wdired-mode):
10851         * vc.el (vc-retrieve-snapshot):
10852         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
10853         * startup.el (display-startup-echo-area-message):
10854         * simple.el (set-goal-column):
10855         * ses.el (ses-command-hook, ses-recalculate-cell):
10856         * server.el (server-process-filter):
10857         * printing.el (pr-interface-txt-print, pr-interface-printify)
10858         (pr-interface-ps):
10859         * pcvs.el (cvs-help):
10860         * log-edit.el (log-edit, log-edit-mode-help):
10861         * iswitchb.el (iswitchb-possible-new-buffer):
10862         * isearch.el (isearch-edit-string):
10863         * image-mode.el (image-mode, image-minor-mode):
10864         * ibuf-macs.el (define-ibuffer-filter):
10865         * hi-lock.el (hi-lock-find-patterns):
10866         * files.el (toggle-read-only):
10867         * ediff-util.el (ediff-copy-diff)
10868         (ediff-write-merge-buffer-and-maybe-kill):
10869         * echistory.el (Electric-history-undefined):
10870         * dnd.el (dnd-insert-text):
10871         * dired-aux.el (dired-query):
10872         * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
10873         * bookmark.el (bookmark-bmenu-locate):
10874         * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
10875         Fix `message' calls to ensure first arg is a format string.
10876         The change was made only when these two conditions were satisfied:
10877         [1] when there is a possibility that the arguments would cause an error
10878         for example, if the code in question relies on external variables
10879         such as filenames, and
10880         [2] if the arg to `message' could not have been nil in the code.
10882         * pcomplete.el (pcomplete--help): Fix `message' format spec.
10883         Not having a %s would be weird, though not technically wrong.
10885 2005-09-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10887         * term/mac-win.el (mac-add-charset-info): Doc fix.
10889 2005-09-17  Romain Francoise  <romain@orebokech.com>
10891         * shell.el (shell-resync-dirs): Handle echoing processes more
10892         reliably.  Don't insert resync command if `comint-process-echoes'
10893         is non-nil.
10895 2005-09-17  Magnus Henoch  <mange@freemail.hu>
10897         * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
10898         (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
10899         aspell versions >= 0.60.
10900         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
10901         only if ispell-aspell-supports-utf8 is non-nil.
10903 2005-09-17  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
10905         * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
10906         buffer-local value to lisp-indent-function.
10908 2005-09-17  Milan Zamazal  <pdm@zamazal.org>
10910         * progmodes/glasses.el (glasses-make-readable): If
10911         glasses-separator differs from underscore, put appropriate
10912         overlays over underscore characters.
10913         (glasses-convert-to-unreadable): If glasses-separator differs from
10914         underscore, try to convert glasses-separator characters to
10915         underscores.
10917 2005-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
10919         * calendar/diary-lib.el (mark-diary-entries): Don't move point.
10920         Use with-syntax-table and dolist.
10922 2005-09-16  Carsten Dominik  <dominik@science.uva.nl>
10924         * textmodes/reftex-auc.el:
10925         * textmodes/reftex-cite.el:
10926         * textmodes/reftex-dcr.el:
10927         * textmodes/reftex-global.el:
10928         * textmodes/reftex-parse.el:
10929         * textmodes/reftex-ref.el:
10930         * textmodes/reftex-sel.el:
10931         * textmodes/reftex-toc.el:
10932         * textmodes/reftex-vars.el:
10933         * textmodes/reftex.el: Small changes to remove compiler warnings.
10935         * textmodes/reftex-index.el: Likewise.
10936         (reftex-query-index-phrase): More efficient use of markers.
10938 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
10940         * image.el (image-load-path): New variable.
10941         (image-search-load-path): New function.
10942         (find-image): Search for images in `image-load-path'.
10944 2005-09-15  Richard M. Stallman  <rms@gnu.org>
10946         * follow.el: Change Maintainer field.
10948 2005-09-15  David Ponce  <david@dponce.com>
10950         * recentf.el (recentf-save-file-modes): New option.
10951         (recentf-save-list): Use it.
10953 2005-09-15  Nick Roberts  <nickrob@snap.net.nz>
10955         * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
10956         (mode-line-mule-info, mode-line-modified): Move bindings from
10957         mouse-3 to mouse-1.
10959 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
10961         * simple.el (sendmail-user-agent-compose): Revert last change.
10963 2005-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10965         * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
10966         Use with-current-buffer.
10967         (ange-ftp-gwp-start): Remove unused var `gw-user'.
10968         (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
10969         (ange-ftp-insert-directory): Remove unused var `short'.
10970         (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
10972         * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
10973         (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
10975         * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
10976         (check-calendar-holidays, diary-list-entries): Autoload.
10977         Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
10978         (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
10980         * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
10981         which mistakenly removed a call to display-buffer.
10983 2005-09-14  Juanma Barranquero  <lekktu@gmail.com>
10985         * obsolete/iso-insert.el: Move to obsolete/ from international/.
10987 2005-09-14  Thien-Thi Nguyen  <ttn@gnu.org>
10989         * progmodes/hideshow.el
10990         (hs-hide-comments-when-hiding-all): Remove autoload cookie.
10991         (hs-allow-nesting): New user var.
10992         (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
10993         (hs-hide-block-at-point): When nesting allowed,
10994         if there is already an overlay in place, delete it.
10995         (hs-safety-is-job-n): Delete func; remove call sites.
10996         (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
10997         (hs-overlay-at): New func.
10998         (hs-already-hidden-p, hs-show-block): Use it.
10999         (hs-hide-all): Don't pre-clean if nesting allowed.
11000         (hs-show-all): Temporarily disallow
11001         nesting around call to `hs-discard-overlays'.
11003 2005-09-14  Chong Yidong  <cyd@stupidchicken.com>
11005         * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
11006         Delete unused local var.
11008 2005-09-13  Juanma Barranquero  <lekktu@gmail.com>
11010         * help-fns.el (describe-categories): "?\ " -> "?\s".
11011         (help-do-arg-highlight): Recognize also ARG-n, as in
11012         `move-to-left-margin' (ARG+n is already recognized).  Simplify.
11014         * international/codepage.el (dos-unsupported-char-glyph):
11015         * net/newsticker.el (tool-bar-map, w3-mode-map)
11016         (w3m-minor-mode-map):
11017         * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
11018         (ent-alist):
11019         * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
11021 2005-09-13  Chong Yidong  <cyd@stupidchicken.com>
11023         * custom.el (custom-push-theme): Handle the case where a symbol is
11024         bound but face properties have not yet been assigned.
11026         * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
11027         Fix behavior if noerase is `t' and there is no mail buffer.
11029         * simple.el (sendmail-user-agent-compose): Use a new mail buffer
11030         if `continue' is nil, rather than signal an error.
11032 2005-09-12  Richard M. Stallman  <rms@gnu.org>
11034         * font-lock.el (font-lock-keywords): Add autoload.
11036         * help-fns.el (describe-variable): Rearrange to put source link
11037         in a predictable place.
11039         * net/newsticker.el: New file.
11041 2005-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11043         * calendar/calendar.el (calendar-for-loop): Add edebug info.
11044         (calendar-basic-setup): Use the new nil arg.
11045         (number-of-diary-entries): Move to diary-lib.el.
11047         * calendar/diary-lib.el: Use with-current-buffer, match-string.
11048         (diary-list-entries): Use with-syntax-table and dolist.
11049         Rename from list-diary-entries.
11050         Use number-of-diary-entries if `number' is nil.
11051         (diary, diary-view-entries): Use this new name and new nil arg value.
11052         (number-of-diary-entries): Move from calendar.el.
11053         (diary-unhide-everything): New function.
11054         (include-other-diary-files, fancy-diary-display)
11055         (diary-show-all-entries, make-diary-entry): Use it.
11056         (diary-mail-entries): Use buffer-string.
11057         (mark-diary-entries): Fix long standing paren typo.
11058         (diary-sexp-entry): Use count-lines.
11059         (make-diary-entry): Avoid `previous-line'.
11060         (diary-mode-map): New var.
11061         (diary-mode): Redraw cal after saving.  Setup header-line.
11062         (fancy-diary-display-mode): Use local-set-key.
11064         * startup.el (command-line): Try calling various terminal-init-foo-bar
11065         functions by stripping hyphenated suffixes from $TERM.
11067         * files.el (normal-mode): Check boundness of font-lock-keywords.
11069 2005-09-12  Richard M. Stallman  <rms@gnu.org>
11071         * progmodes/compile.el: Don't decide a file's directory
11072         until the user actually tries to go there.
11073         (compilation-next-error-function):
11074         Pass compilation-find-file the directory from the file-struct.
11075         (compilation-internal-error-properties): Separate local FILE-STRUCT
11076         from FILE.  Doc the args better.  Rename arg FMT to FMTS.
11077         (compilation-find-file): Arg DIR renamed to DIRECTORY.
11078         Expand it, and if nil, use default-directory.
11079         (compilation-get-file-structure): Don't mix specified directory
11080         with default directory.  Put specified directory into
11081         file-struct.  Don't make the file name absolute.
11083         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
11084         (compile-command): Add autoload.
11085         (compilation-disable-input): Add autoload.
11087 2005-09-11  Stephen Gildea  <gildea@stop.mail-abuse.org>
11089         * time-stamp.el: Mention variable `time-stamp-pattern' in doc
11090         strings of the variables it can override.
11091         (time-stamp): New (as yet undocumented) time-stamp-format escapes
11092         %Q and %q, for fully-qualified domain name and unqualified host name.
11094 2005-09-11  Kim F. Storm  <storm@cua.dk>
11096         * emacs-lisp/authors.el (authors-aliases): Update list.
11097         (authors-fixed-entries): Update mldrag.el entry.
11099 2005-09-10  Alan Mackenzie  <acm@muc.de>
11101         * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
11102         from the region narrowed to.
11104 2005-09-10  Magnus Henoch  <mange@freemail.hu>
11106         * textmodes/ispell.el (ispell-check-version): Signal an error if
11107         aspell version is less than 0.60.
11109 2005-09-10  Pascal Dupuis  <Pascal.Dupuis@esat.kuleuven.be>  (tiny change)
11111         * progmodes/octave-inf.el (inferior-octave-startup):
11112         Resync current dir at the end.
11114 2005-09-10  Emilio C. Lopes  <eclig@gmx.net>
11116         * woman.el (woman-topic-at-point-default):
11117         Rename to woman-use-topic-at-point-default.
11118         (woman-topic-at-point): Rename to woman-use-topic-at-point.
11119         (woman-file-name): Reflect renames above.  Automatically use the
11120         word at point as topic if woman-use-topic-at-point is non-nil.
11121         Otherwise offer it as default but don't insert it in the
11122         minibuffer.  Also use `test-completion' instead of `assoc' as
11123         suggested by Stefan Monnier.
11125 2005-09-10  Andre Spiegel  <spiegel@gnu.org>
11127         * vc.el (vc-directory, vc-update-change-log): Throw an error on
11128         the attempt to do it over Tramp.  This is not yet supported.
11130 2005-09-10  Eli Zaretskii  <eliz@gnu.org>
11132         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
11133         (menu-bar-non-minibuffer-window-p): New functions.
11134         ("Split Window", "Save As..."): Use them.
11135         ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
11136         ("Print Buffer", "Truncate Long Lines in this Buffer"):
11137         Use menu-bar-menu-frame-live-and-visible-p.
11138         ("Save Buffer", "Insert File", "Open Directory...")
11139         ("Open File...", "Visit New File..."):
11140         Use menu-bar-non-minibuffer-window-p.
11141         (kill-this-buffer-enabled-p, dired <menu-enable>):
11142         Use menu-bar-non-minibuffer-window-p.
11144 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
11146         * cus-start.el (all): Don't complain about fringe-related
11147         built-ins if fringes are not supported.  Ditto about
11148         selection-related built-ins.  Fix the test for GTK-related built-ins.
11150         * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
11151         ("Postscript Print Buffer", "Print Region", "Save As...")
11152         ("Save", "Insert File...", "Open Directory...")
11153         ("Open File...", "Visit New File..."")
11154         ("Truncate Long Lines in this Buffer"): Don't look at
11155         menu-updating-frame if this display does not support multiple frames.
11157 2005-09-09  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
11159         * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
11161 2005-09-09  Emilio Lopes  <eclig@gmx.net>
11163         * woman.el: Format- and whitespace-related changes.
11165 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
11167         * woman.el: Fix my email address.
11169 2005-09-08  Richard M. Stallman  <rms@gnu.org>
11171         * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
11172         (sh-mode): Locally set skeleton-pair-default-alist.
11174         * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
11176         * progmodes/flymake.el: Require `compile' unconditionally.
11178         * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
11180         * woman.el (woman-file-name): Provide a default, not initial input.
11182         * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
11184         * font-lock.el (font-lock-support-mode): Doc fix.
11186         * descr-text.el (describe-property-list): Handle non-symbol prop names.
11188 2005-09-08  Richard M. Stallman  <rms@gnu.org>
11190         * simple.el (blink-matching-open): Get rid of text props from
11191         the string shown in echo area.  Don't permanently set point.
11192         Some rearrangements.
11194 2005-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
11196         * recentf.el (recentf-filename-handler): Add custom choice
11197         `abbreviate-file-name'.
11199         * msb.el (msb--very-many-menus): Fix typo.
11201         * disp-table.el (standard-display-european): Don't set
11202         enable-multibyte-characters to nil.
11204 2005-09-08  David Ponce  <david@dponce.com>
11206         * recentf.el (recentf-show-file-shortcuts-flag): New option.
11207         (recentf-expand-file-name): Doc fix.
11208         (recentf-dialog-mode-map): Define digit shortcuts.
11209         (recentf--files-with-key): New variable.
11210         (recentf-show-digit-shortcut-filter): New function.
11211         (recentf-open-files-items): New function.
11212         (recentf-open-files): Use it.
11213         (recentf-open-file-with-key): New command.
11215 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
11217         * buff-menu.el (Buffer-menu-sort-by-column): New function.
11218         Suggested by Kim F. Storm.
11219         (Buffer-menu-sort-button-map): Global keymap for sort buttons.
11220         (Buffer-menu-make-sort-button): Use global keymap.
11222 2005-09-07  Michael Albinus  <michael.albinus@gmx.de>
11224         * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
11225         (Man-getpage-in-background-advice): Remove defadvice; it isn't
11226         necessary any longer with the remapped command.
11227         (Man-bgproc-sentinel-advice): Remove defadvice which counts
11228         formatting time only.
11230         * net/tramp.el (tramp-action-password)
11231         (tramp-multi-action-password): Compile the password prompt from
11232         `method', `user' and `host'.  Sometimes it isn't obvious which
11233         password to enter, for example with remote files offered by
11234         recentf.el, or with multiple steps.  Suggested by Robert Marshall
11235         <robert@chezmarshall.freeserve.co.uk>.
11237 2005-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11239         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
11240         Fix regexp for when "s///" is at the beginning of line.
11242 2005-09-07  Jay Belanger  <belanger@truman.edu>
11244         * calc/calc-poly.el (math-expand-term): Multiply out any powers
11245         when in matrix mode.
11247 2005-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11249         * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
11250         non-anonymous functions.
11252 2005-09-06  Chong Yidong  <cyd@stupidchicken.com>
11254         * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
11255         when using a header line.  Otherwise, use mouse-1-click-follows-link.
11257         * mouse.el (mouse-drag-header-line): Do nothing if the header-line
11258         can't be moved; don't signal an error.
11260 2005-09-05  Chong Yidong  <cyd@stupidchicken.com>
11262         * cus-theme.el (custom-theme-write-faces): Save the current face
11263         spec, not the defface spec.
11265         * custom.el (custom-known-themes): Clarify meaning of "standard".
11266         (custom-push-theme): Save old values in the standard theme.
11267         (disable-theme): Correct typo.
11268         (custom-face-theme-value) Deleted unused function.
11269         (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
11271 2005-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11273         * progmodes/compile.el (compilation-goto-locus): Take into account
11274         iconified frames when determining whether the buffer is
11275         already visible.
11276         Don't reset window height if the window already existed.
11278 2005-09-04  Chong Yidong  <cyd@stupidchicken.com>
11280         * custom.el (load-theme): Rename from require-theme.
11281         Add interactive spec.
11282         (enable-theme): Rename from custom-enable-theme.
11283         Add interactive spec.
11284         (disable-theme): Rename from custom-disable-theme.
11285         Add interactive spec.
11286         (custom-make-theme-feature): Doc fix.
11287         (custom-theme-directory): Doc fix.
11288         (provide-theme): Call enable-theme.
11290 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11292         * obsolete/lazy-lock.el (lazy-lock-mode):
11293         * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
11294         font-lock-mode if it's off.  Print a warning instead.
11296         * progmodes/compile.el (compilation-start): Ignore errors if the
11297         process died before we get to send-eof.
11299         * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
11300         Undo last change.  Enclosing the result in quotes broke things on Unix
11301         since tex-send-command passes it through shell-quote-argument.
11302         (tex-send-command): Pass `file' through convert-standard-filename
11303         when possible.
11304         (tex-uptodate-p): Handle the case where TeX hasn't put additional
11305         info in a transcript.
11307 2005-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
11309         * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
11310         fix compilation warning.  Reorder the key definitions to group
11311         together keys emitted by the current version of xterm.
11313         * progmodes/vhdl-mode.el (vhdl-highlight-faces)
11314         (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
11315         Reorder predicates to correct min-color usage.
11317 2005-09-01  Chong Yidong  <cyd@stupidchicken.com>
11319         * longlines.el (longlines-mode): Inhibit read-only when encoding.
11320         Kill local variables when longlines-mode is turned off.
11322 2005-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11324         * international/mule-cmds.el (set-locale-environment): Soothe compiler.
11326         * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
11328         * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
11330         * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
11331         (font-lock-lines-before): Change default to being inactive.
11332         (font-lock-default-fontify-region): Obey font-lock-lines-before.
11333         (font-lock-after-change-function): Don't handle f-l-lines-before here.
11335 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
11337         * net/tramp.el (tramp-handle-make-auto-save-file-name):
11338         Deactivate temporarily advice if active (not needed for Emacs 22,
11339         but for backwards compatibility).
11340         (tramp-exists-file-name-handler): Rewrite.  First implementation
11341         was too simple.
11342         (tramp-advice-make-auto-save-file-name):
11343         Call `tramp-handle-make-auto-save-file-name' (again, just for
11344         backwards compatibility).
11346 2005-08-31  Reto Zimmermann  <reto@gnu.org>
11348         * progmodes/vhdl-mode.el
11349         (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
11350         (vhdl-end-p): Fix indentation bug "else" after "-- when".
11351         (vhdl-set-default-project): New function (easier setting of default).
11352         (vhdl-port-copy): Handle extended identifiers for generics.
11353         (vhdl-compiler-alist): Better description for error message regexp.
11354         (vhdl-make): Query for target, use previous as default.
11355         (vhdl-port-copy): Fix port copy for port names starting with "signal".
11356         (vhdl-font-lock-keywords-2): Fix fontification for record
11357         el. assign.
11358         (vhdl-speedbar-make-subpack-line): Add package body link.
11359         (vhdl-generate-makefile-1): Not include itself as dependency.
11360         (vhdl-font-lock-init): Highlight c-preprocessor directives.
11361         (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
11362         (vhdl-get-syntactic-context): Handle c-preprocessor directives.
11363         (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
11364         (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
11365         (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
11366         (vhdl-import-project): Add string argument for `error'.
11367         (vhdl-compose-configuration)
11368         (vhdl-compose-configuration-architecture): Add configuration
11369         declaration generation.
11370         (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
11371         (vhdl-trailer-re): Add "record" keyword (better indentation).
11372         (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
11373         "[^ \t-\"]+".
11374         (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
11375         (vhdl-testbench-entity-file-name)
11376         (vhdl-testbench-architecture-file-name): Allow separate
11377         customization of testbench file names.
11378         (vhdl-beginning-of-block): Handle optional subprogram parameter list.
11379         (vhdl-get-visible-signals): Allow newline within alias declaration.
11380         (vhdl-update-sensitivity-list): Signal read only on certain attributes.
11381         (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
11382         (member-ignore-case): Alias for missing function in XEmacs.
11383         (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
11384         (vhdl-update-sensitivity-list): Ignore case on read signals.
11385         (vhdl-replace-string): Adjust case only for file names.
11386         (vhdl-update-sensitivity-list): Fix search for read signals.
11387         (vhdl-update-sensitivity-list): Exclude formal parameters.
11388         (vhdl-get-visible-signals): Include aliases of signals.
11389         (vhdl-get-visible-signals): Fix signal name searching.
11390         (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
11391         (vhdl-fixup-whitespace-region): Fix for character
11392         literals (e.g. `:').
11394 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
11396         * ansi-color.el (comint-last-output-start):
11397         * bs.el (font-lock-verbose):
11398         * diff-mode.el (add-log-buffer-file-name-function):
11399         * dired-x.el (vm-folder-directory):
11400         * faces.el (help-xref-stack-item):
11401         * files.el (font-lock-keywords):
11402         * find-lisp.el (dired-buffers, dired-subdir-alist):
11403         * ido.el (cua-inhibit-cua-keys):
11404         * log-view.el (cvs-minor-wrap-function):
11405         * outline.el (font-lock-warning-face):
11406         * simple.el (compilation-current-error):
11407         * speedbar.el (ange-ftp-path-format, efs-path-regexp)
11408         (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
11409         * tooltip.el (comint-prompt-regexp):
11410         * w32-fns.el (explicit-shell-file-name):
11411         * term/mac-win.el (mac-charset-info-alist)
11412         (mac-services-selection, mac-system-script-code):
11413         * term/tty-colors.el (msdos-color-values):
11414         * term/w32-win.el (xlfd-regexp-registry-subnum):
11415         * term/x-win.el (x-keysym-table, x-selection-timeout)
11416         (x-session-id, x-session-previous-id):
11417         * textmodes/ispell.el (mail-yank-prefix):
11418         * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
11419         * textmodes/org.el (calc-embedded-close-formula)
11420         (calc-embedded-open-formula)
11421         (font-lock-unfontify-region-function):
11422         * textmodes/reftex-global.el (isearch-next-buffer-function)
11423         (TeX-master):
11424         * textmodes/reftex.el (font-lock-keywords):
11425         * textmodes/tex-mode.el (font-lock-comment-face)
11426         (font-lock-doc-face):
11427         * textmodes/texinfo.el (outline-heading-alist):
11428         Add defvars.
11430         * textmodes/artist.el (x-pointer-crosshair): Add defvar.
11431         (artist-spray-chars, artist-mode-init, artist-replace-string)
11432         (artist-select-erase-char, artist-vap-find-endpoints-horiz)
11433         (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
11434         (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
11436         * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
11437         (conf-align-assignments): "?\ " -> "?\s".
11439         * textmodes/reftex-index.el (TeX-master): Add defvar.
11440         (reftex-index-phrases-marker): Move up defvar.
11442         * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
11443         (reftex-toc-include-labels-indicator)
11444         (reftex-toc-include-index-indicator)
11445         (reftex-toc-max-level-indicator): Move up declarations.
11447         * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
11448         of args to `tramp-run-real-handler', even if it's empty in this case.
11450 2005-08-31  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11452         * dired.el (dired-move-to-filename-regexp): Add date format for
11453         Mac OS X 10.3 in East Asian locales.
11455 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
11457         * files.el (make-auto-save-file-name): Add file name handler call
11458         if applicable.
11460         * net/tramp.el (tramp-file-name-handler-alist)
11461         (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
11462         (tramp-handle-make-auto-save-file-name): Rename from
11463         `tramp-make-auto-save-file-name'.
11464         (tramp-exists-file-name-handler): New defun.
11465         (tramp-advice-make-auto-save-file-name): Make defadvice only when
11466         `make-auto-save-file-name' is not a magic file name operation.
11468 2005-08-30  Richard M. Stallman  <rms@gnu.org>
11470         * files.el (risky-local-variable-p):
11471         Match `-predicates' and `-commands.
11473         * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
11474         (custom-save-all): Visit the file if necessary;
11475         kill the buffer if we created it.
11476         (custom-save-delete): Don't visit file or kill buffer here.
11478 2005-08-30  Carsten Dominik  <dominik@science.uva.nl>
11480         * textmodes/org.el (org-special-keyword): New face.
11481         (org-table-copy-down, org-table-eval-formula)
11482         (org-table-recalculate, org-init-section-numbers):
11483         Use `string-to-number' instead of `string-to-int'.
11484         (org-get-location): Use `insert-buffer-substring' instead of
11485         `insert-buffer'.
11486         (org-modify-diary-entry-string): New function.
11487         (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
11488         (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
11489         (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
11490         active region.
11491         (org-export-as-html): Handle QUOTE keyword.
11492         (org-quote-string): New option.
11493         (org-bookmark-jump-unhide): New function, used for
11494         `bookmark-after-jump-hook'.
11495         (org-diary-default-entry): Apply only when not called through
11496         `org-agenda'.
11498 2005-08-30  Juanma Barranquero  <lekktu@gmail.com>
11500         * net/eudc.el (mode-popup-menu):
11501         * play/handwrite.el (ps-printer-name, ps-lpr-command):
11502         * progmodes/ada-mode.el (compile-auto-highlight)
11503         (skeleton-further-elements):
11504         * progmodes/autoconf.el (font-lock-syntactic-keywords):
11505         * progmodes/cmacexp.el (msdos-shells):
11506         * progmodes/compile.el (font-lock-extra-managed-props)
11507         (font-lock-keywords, font-lock-maximum-size)
11508         (font-lock-support-mode):
11509         * progmodes/grep.el (font-lock-lines-before):
11510         * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
11511         * progmodes/mixal-mode.el (compile-command):
11512         * progmodes/perl-mode.el (font-lock-comment-face)
11513         (font-lock-doc-face, font-lock-string-face):
11514         * progmodes/prolog.el (comint-prompt-regexp):
11515         * progmodes/sh-script.el (font-lock-comment-face)
11516         (font-lock-set-defaults, font-lock-string-face):
11517         * progmodes/sql.el (font-lock-keyword-face)
11518         (font-lock-set-defaults, font-lock-string-face):
11519         * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
11520         (itimer-version, lazy-lock-defer-contextually)
11521         (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
11522         Add defvars.
11524         * progmodes/cperl-mode.el (cperl-electric-lbrace)
11525         (cperl-electric-keyword, cperl-electric-pod)
11526         (cperl-electric-backspace, cperl-forward-re)
11527         (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
11528         (vc-rcs-header, vc-sccs-header): Add defvars.
11530         * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
11531         (font-lock-syntactic-keywords, gud-find-expr-function):
11532         Add defvars.
11534         * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
11535         (gdb-frame-parameters): Declare before use.
11537         * progmodes/gud.el (gdb-active-process, gdb-define-alist)
11538         (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
11539         (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
11540         (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
11542         * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
11543         (idlwave-help-with-source): Use `insert-buffer-substring', not
11544         `insert-buffer'.
11546 2005-08-29  Juri Linkov  <juri@jurta.org>
11548         * outline.el (hide-entry, hide-leaves, outline-toggle-children):
11549         Put outline-back-to-heading function call inside save-excursion.
11551 2005-08-29  Juanma Barranquero  <lekktu@gmail.com>
11553         * man.el (Man-init-defvars, Man-translate-references)
11554         (Man-support-local-filenames, Man-highlight-references):
11555         * progmodes/sql.el (sql-interactive-mode):
11556         * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
11558         * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
11559         (compilation-mode-font-lock-keywords): Add defvars.
11560         (checkdoc-interactive-loop): "?\ " -> "?\s".
11562         * emacs-lisp/lisp-mode.el (font-lock-comment-face)
11563         (font-lock-doc-face, font-lock-string-face)
11564         (font-lock-keywords-case-fold-search): Add defvars.
11565         (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
11567         * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
11568         Don't pass X and Y (they are ignored anyway).
11569         (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
11570         (mouse-delete-window): Make arguments optional.
11572         * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
11573         (caesar-translate-table, minor-modes, news-buffer-save)
11574         (news-group-name, news-minor-modes): Add defvars.
11576         * emacs-lisp/lselect.el (mouse-highlight-priority)
11577         (x-lost-selection-functions, zmacs-regions):
11578         * emacs-lisp/pp.el (font-lock-verbose):
11579         * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
11580         * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
11581         (ses-mode-map):
11582         * emacs-lisp/tcover-unsafep.el (safe-functions):
11583         * international/mule-cmds.el (mac-system-coding-system)
11584         (mac-system-locale):
11585         * language/ethio-util.el (rmail-current-message)
11586         (rmail-message-vector):
11587         * language/thai-util.el (thai-auto-composition-mode):
11588         * mail/metamail.el (rmail-current-message, rmail-message-vector):
11589         * mail/mspools.el (rmail-inbox-list, vm-crash-box)
11590         (vm-folder-directory, vm-init-file, vm-init-file-loaded)
11591         (vm-primary-inbox, vm-spool-files):
11592         * mail/rmail.el (deleted-head, font-lock-fontified)
11593         (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
11594         (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
11595         (total-messages):
11596         * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
11597         (rmail-summary-mode-map):
11598         * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
11599         (rmail-last-label, rmail-last-multi-labels)
11600         (rmail-summary-vector, rmail-total-messages):
11601         * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
11602         * mail/rmailsum.el (msgnum):
11603         * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
11604         (rmail-current-message):
11605         * obsolete/fast-lock.el (font-lock-face-list):
11606         * obsolete/rnewspost.el (mail-reply-buffer):
11607         * obsolete/scribe.el (compile-command):
11608         * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
11610 2005-08-28  John Paul Wallington  <jpw@gnu.org>
11612         * ibuf-ext.el (ibuffer-auto-update-changed):
11613         Use `frame-or-buffer-changed-p' to check whether we need to update.
11614         (ibuffer-auto-mode): Don't advise `get-buffer-create' and
11615         `kill-buffer'.  Initialise `ibuffer-auto-buffers-changed'
11616         as a `frame-or-buffer-changed-p' state vector instead.
11618 2005-08-27  Romain Francoise  <romain@orebokech.com>
11620         * textmodes/makeinfo.el (makeinfo-compile):
11621         Use `compilation-start'.  Set `next-error-function' according to
11622         `disable-errors'.
11623         (makeinfo-next-error): New function.
11624         (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
11625         (makeinfo-buffer): Likewise.
11627         * progmodes/compile.el (compilation-start): Add autoload cookie.
11629         * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
11630         * textmodes/sgml-mode.el: Likewise.
11631         * progmodes/python.el: Likewise.
11633 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
11635         * simple.el (blink-matching-paren-distance): Document the meaning
11636         of nil value, and allow to customize to nil.
11638         * eshell/esh-ext.el (eshell-windows-shell-file): Look for
11639         command.com, not command.exe.
11641 2005-08-26  John Wiegley  <johnw@newartisans.com>
11643         * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
11644         code around a bit so that an extraneous nil argument is not added
11645         to a command when no args are given.
11647         * eshell/esh-arg.el (eshell-parse-double-quote): If a
11648         double-quoted argument resolves to nil, return it as an empty
11649         string rather than as nil.  This made it impossible to pass "" to
11650         a shell script as a null string argument.
11652 2005-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11654         * outline.el (outline-invent-heading): New fun.
11655         (outline-promote, outline-demote): Use it.
11656         (outline-move-subtree-down): Remove unused vars `re' and `txt'.
11657         (outline-end-of-subtree): Remove unused var `opoint'.
11659 2005-08-26  David Reitter  <david.reitter@gmail.com>
11661         * menu-bar.el (truncate-lines, write-file, print-buffer)
11662         (ps-print-buffer-faces, ps-print-buffer, split-window):
11663         Disable menu items when the frame they refer to is invisible, or when
11664         they refer to a buffer and the minibuffer is selected.
11666 2005-08-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
11668         * progmodes/flymake.el (flymake-highlight-err-lines):
11669         Use save-excursion around flymake-highlight-line to preserve point.
11671 2005-08-26  Eli Zaretskii  <eliz@gnu.org>
11673         * progmodes/octave-mod.el: Change Author and Maintainer address.
11674         (octave-maintainer-address): Change Kurt's email address.
11675         * progmodes/octave-inf.el: Change Author and Maintainer address.
11676         * progmodes/octave-hlp.el: Change Author and Maintainer address.
11678 2005-08-26  Kim F. Storm  <storm@cua.dk>
11680         * subr.el (version-list-<, version-list-<=, version-list-=):
11681         Rename from integer-list-*.
11682         (version-list-not-zero): Likewise.  Fix while loop.
11683         (version=): Use version-list-= instead of string-equal.
11685 2005-08-26  Richard M. Stallman  <rms@gnu.org>
11687         * outline.el (outline-promote): Try shortening the heading.
11688         As last resort, read the heading to use.
11689         (outline-demote): As last resort, read the heading to use.
11691 2005-08-26  Romain Francoise  <romain@orebokech.com>
11693         * progmodes/compile.el (compilation-start): Doc fix.
11695         * progmodes/antlr-mode.el (antlr-default): Fix defface form.
11696         (antlr-font-lock-additional-keywords): Fix reference to
11697         `antlr-font-lock-literal-regexp' erroneously changed during the
11698         mass face rename.
11699         (antlr-run-tool): Use `compilation-start'.
11701         * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
11702         instead of the obsolete `compile-internal'.
11704 2005-08-26  Juanma Barranquero  <lekktu@gmail.com>
11706         * calendar/cal-bahai.el (date, displayed-month, displayed-year)
11707         (number, original-date):
11708         * calendar/cal-china.el (date):
11709         * calendar/cal-coptic.el (date):
11710         * calendar/cal-french.el (date):
11711         * calendar/cal-hebrew.el (date, entry, number, original-date):
11712         * calendar/cal-islam.el (date, number, original-date):
11713         * calendar/cal-iso.el (date):
11714         * calendar/cal-julian.el (date):
11715         * calendar/cal-mayan.el (date):
11716         * calendar/cal-menu.el (date, event):
11717         * calendar/cal-persia.el (date):
11718         * calendar/lunar.el (date):
11719         * calendar/solar.el (date): Add defvars.
11721         * emerge.el:
11722         * ibuffer.el:
11723         * info-xref.el:
11724         * obsolete/bg-mouse.el:
11725         * obsolete/sun-curs.el:
11726         * obsolete/swedish.el: Move the `defvar's to the top level.
11728         * smerge-mode.el (smerge-refined-change): Add :group.
11730 2005-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11732         * smerge-mode.el (smerge-remove-props): Make the args non-optional.
11733         (smerge-keep-n): Remove props.
11734         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
11735         (smerge-keep-current, smerge-kill-current): Don't remove props anymore
11736         now that it's done in smerge-keep-n.
11737         (smerge-refined-change): New face.
11738         (smerge-refine-chopup-region, smerge-refine-highlight-change)
11739         (smerge-refine): New funs.
11740         (smerge-basic-map): Bind smerge-refine.
11742 2005-08-25  Juri Linkov  <juri@jurta.org>
11744         * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
11745         compilation-process-setup-function and compilation-disable-input
11746         in grep-mode instead of let-bindings in grep.
11748         * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
11749         Delete "Automatic File De/compression" (auto-compression-mode).
11751 2005-08-25  Juanma Barranquero  <lekktu@gmail.com>
11753         * obsolete/bg-mouse.el: Move to obsolete/ from term/.
11754         Silence warning about non-existent variable.
11756 2005-08-25  Richard M. Stallman  <rms@gnu.org>
11758         * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
11759         Rename "Describe Key" to "Describe Key or Mouse Operation".
11761         * mail/mailalias.el (build-mail-aliases): Delete comments
11762         from the contents before processing them.
11764         * isearch.el (isearch-edit-string): Erase the Search prompt
11765         if user enters an empty string and there is no default.
11767         * comint.el (comint-file-name-prefix): Add autoload.
11769 2005-08-25  Joe Corneli  <jcorneli@math.utexas.edu>
11771         * subr.el (play-sound): Rearrange to avoid warning.
11773 2005-08-25  Carsten Dominik  <dominik@science.uva.nl>
11775         * calendar/diary-lib.el (diary-modify-entry-list-string-function):
11776         New hook.
11777         (add-to-diary-list): Call `diary-modify-entry-list-string-function'
11779 2005-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11781         * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
11783         * custom.el (custom-theme-set-variables): Sort minor modes last.
11785 2005-08-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11787         * subr.el (version-separator, version-regexp-alist): New vars used by
11788         version comparison funs.
11789         (integer-list-<, integer-list-=, integer-list-<=)
11790         (integer-list-not-zero): New funs for integer list comparison.
11791         (version-to-list, version=, version<, version<=): New funs for version
11792         comparison.
11794 2005-08-24  Juanma Barranquero  <lekktu@gmail.com>
11796         * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
11797         (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
11798         time to silence the byte-compiler.
11800         * ibuffer.el (ibuffer-compile-make-eliding-form)
11801         (ibuffer-check-formats): Use `with-no-warnings' to hide references
11802         to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
11803         so it's silly to get warnings for it).
11804         (ibuffer-auto-mode, ibuffer-cached-filter-formats)
11805         (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
11806         (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
11807         (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
11808         (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
11809         (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
11810         Defvar at compile time.
11811         (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
11812         (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
11813         Declare them before use.
11815         * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
11816         (info-xref-good, info-xref-bad): Defvar at compile time.
11818         * obsolete/mlsupport.el (filter-region, execute-monitor-command):
11819         Use `let*' instead of `let'.
11821         * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
11822         (*mouse-y*, menu, char): Defvar at compile time.
11823         (sc::menu): Declare it before use.
11824         (sc::pack-one-line): Use `let', not `let*'.
11826         * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
11827         (mail-send-hook): Defvar at compile time.
11829         * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
11830         Defvar at compile time.
11832         * term/sun-mouse.el (current-global-mousemap)
11833         (current-local-mousemap): Declare them before use.
11835 2005-08-24  Carsten Dominik  <dominik@science.uva.nl>
11837         * bookmark.el (bookmark-after-jump-hook): New hook.
11838         (bookmark-jump): Run `bookmark-after-jump-hook'.
11840 2005-08-23  Juri Linkov  <juri@jurta.org>
11842         * faces.el (minibuffer-prompt): Doc fix.
11844 2005-08-23  Juanma Barranquero  <lekktu@gmail.com>
11846         * progmodes/xscheme.el: Trivial changes to silence warnings.
11847         (xscheme-previous-mode, xscheme-previous-process-state):
11848         Add defvars.
11849         (xscheme-last-input-end, xscheme-process-command-line)
11850         (xscheme-process-name, xscheme-buffer-name)
11851         (xscheme-expressions-ring-max, xscheme-expressions-ring)
11852         (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
11853         (xscheme-control-g-synchronization-p)
11854         (xscheme-control-g-disabled-p, xscheme-string-receiver)
11855         (default-xscheme-runlight, xscheme-runlight)
11856         (xscheme-runlight-string, xscheme-process-filter-state)
11857         (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
11858         Move to beginning of file.
11859         (scheme-interaction-mode-commands-alist)
11860         (scheme-interaction-mode-map, scheme-debugger-mode-map):
11861         Declare them before use.  Note: the initialization code for the variables
11862         has not been moved because it uses functions that reference the variables.
11863         (xscheme-control-g-message-string, xscheme-process-filter-alist)
11864         (xscheme-prompt-for-expression-map): Declare them before use.
11865         (scheme-debugger-mode-commands): "?\ " -> "?\s".
11867 2005-08-23  Ed Swarthout  <ed.swarthout@gmail.com>  (tiny change)
11869         * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
11871 2005-08-22  Juri Linkov  <juri@jurta.org>
11873         * faces.el (set-face-underline): Delete this duplicate function
11874         and make an obsolete alias to set-face-underline-p.
11875         (set-face-underline-p): Use docstring of set-face-underline.
11876         (describe-face): Create hyperlink to parent face.
11878         * info.el (Info-insert-dir): Use save-excursion around
11879         insert-buffer-substring.
11880         (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
11881         (Info-escape-percent): Delete function.
11882         (Info-fontify-node): Replace Info-escape-percent by
11883         replace-regexp-in-string with REP arg set to lambda that
11884         duplicates `%' and preserves text properties.
11886         * progmodes/compile.el (compilation-disable-input): Doc fix.
11887         (define-compilation-mode): Doc fix and refill.
11888         (kill-compilation): Use `mode-name' in the error message.
11889         (compilation-find-file): Use `compilation-error' in the
11890         read-file-name's prompt.
11892 2005-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11894         * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
11895         (smerge-auto-leave): Make undo re-enable the mode.
11896         (debug-ignored-errors): Add the user-error of impossible resolution.
11897         (smerge-resolve): Move things around a bit, in preparation for later.
11898         (smerge-diff): Don't fail if the buffer has no associated file.
11899         (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
11900         (smerge-conflict-overlay): New function.
11901         (smerge-match-conflict): Don't add text properties here.
11902         (smerge-find-conflict): Instead, add an overlay here.
11903         Also check for the case where we're inside a conflict already, so as to
11904         obviate the need for font-lock-multiline, which is unbearably slow with
11905         large conflicts and ciomplex font-lock patterns.
11906         (smerge-remove-props): Remove overlay rather than text-properties.
11907         (smerge-mode): Don't set font-lock-multiline.
11908         Remove overlays when turned off.
11910 2005-08-21  Kim F. Storm  <storm@cua.dk>
11912         * ido.el (ido-ignore-item-p): Use save-match-data.
11913         Bind case-fold-search to ido-case-fold locally.
11915 2005-08-20  Richard M. Stallman  <rms@gnu.org>
11917         * files.el (normal-mode): If font lock is on, turn it off and on.
11919         * subr.el (replace-regexp-in-string): Doc fix.
11921         * startup.el (command-line-1): Don't suppress startup screen
11922         due to existing processes.
11924         * progmodes/grep.el (grep): Bind compilation-disable-input to t.
11926         * progmodes/compile.el (compilation-disable-input): Default to nil.
11928 2005-08-20  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
11930         * progmodes/compile.el (compilation-disable-input): New defcustom.
11931         (compilation-start): If compilation-disable-input is non-nil, send
11932         EOF to the compilation process.
11934 2005-08-20  Eli Zaretskii  <eliz@gnu.org>
11936         * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
11937         Run the argument of tex-shell-cd-command through
11938         convert-standard-filename, to get the correct style of slashes on
11939         Windows, and enclose the result in quotes, in case the file name
11940         includes whitespace or other special characters.
11942 2005-08-19  Andreas Schwab  <schwab@suse.de>
11944         * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
11945         process.
11947 2005-08-18  Luc Teirlinck  <teirllm@auburn.edu>
11949         * cus-start.el (minibuffer-prompt-properties): Correct typo.
11951 2005-08-18  Kim F. Storm  <storm@cua.dk>
11953         * scroll-lock.el: Fix errors due to incorrect line wrapping.
11955 2005-08-18  Richard M. Stallman  <rms@gnu.org>
11957         * scroll-lock.el: New file.
11959 2005-08-18  Thien-Thi Nguyen  <ttn@gnu.org>
11961         * dired.el (dired-move-to-end-of-filename):
11962         Handle fifo as rendered by "ls -lF": Don't include trailing "|".
11964 2005-08-18  Kim F. Storm  <storm@cua.dk>
11966         * ido.el (ido-everywhere): Fix defcustom :set function to disable
11967         rather than toggle mode when custom value is nil.
11968         (ido-everywhere): Fix defun doc string.
11970 2005-08-17  Richard M. Stallman  <rms@gnu.org>
11972         * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
11973         as tag instead of "Inviolable".
11975 2005-08-17  Kim F. Storm  <storm@cua.dk>
11977         * windmove.el (windmove-coordinates-of-position): Remove.
11978         (windmove-coordinates-of-window-position): Remove.
11979         (windmove-reference-loc): Use posn-at-point instead.
11981         * subr.el (insert-for-yank-1): Doc fix.
11983         * ido.el (ido-enter-matching-directory): Rename from
11984         ido-enter-single-matching-directory.  Change `slash' choice to
11985         `only'.  Add `first' choice.
11986         (ido-exhibit): Adapt to above changes.
11988 2005-08-16  Luc Teirlinck  <teirllm@auburn.edu>
11990         * Makefile.in: Expand comment about building loaddefs.el.
11992 2005-08-16  Nick Roberts  <nickrob@snap.net.nz>
11994         * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
11995         Comment use of defadvice.
11997         * progmodes/gud.el (gud-jump): Rework for gdb-ui.
11999 2005-08-15  Dan Nicolaescu  <dann@ics.uci.edu>
12001         * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
12002         * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
12003         * progmodes/gdb-ui.el, progmodes/idlw-help.el,
12004         * progmodes/idlw-shell.el, progmodes/ld-script.el,
12005         * progmodes/which-func.el, ruler-mode.el, strokes.el,
12006         * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
12007         for backward compatibility for faces that did not appear in the
12008         previous Emacs release.
12010         * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
12012 2005-08-15  Kim F. Storm  <storm@cua.dk>
12014         * emulation/cua-base.el (cua-delete-region): Return t if
12015         deleted region was non-empty.
12016         (cua-replace-region): Inhibit overwrite-mode for
12017         self-insert-command if replaced region was non-empty.
12018         (cua--explicit-region-start, cua--status-string): Make them
12019         buffer-local at top-level...
12020         (cua-mode): ...rather than when mode is enabled.
12022 2005-08-15  Thien-Thi Nguyen  <ttn@gnu.org>
12024         * progmodes/vhdl-mode.el (vhdl-emacs-21):
12025         Set t for Emacs 21, 22, and so on.
12027 2005-08-15  David Ponce  <david@dponce.com>
12029         * tree-widget.el: Update Commentary header.
12030         (tree-widget-theme): Doc fix.
12031         (tree-widget-space-width): New option.
12032         (tree-widget-image-properties): Look up in the default theme too.
12033         (tree-widget--cursors): Only for images with arrow pointer shape.
12034         (tree-widget-lookup-image): Pointer shape is hand by default.
12035         (tree-widget-icon): Rename generic icon widget from
12036         `tree-widget-control'.
12037         (tree-widget-*-icon): Rename from `tree-widget-*-control' and
12038         derive from `tree-widget-icon'.
12039         (tree-widget-handle): Improve default look and feel of the text
12040         representation.
12041         (tree-widget): Rename :*-control properties to :*-icon properties.
12042         Add :action and :help-echo properties.
12043         (tree-widget-after-toggle-functions): Move.
12044         (tree-widget-close-node, tree-widget-open-node): Remove.
12045         (tree-widget-before-create-icon-functions): New hook.
12046         (tree-widget-value-create): Update to allow customization of icons
12047         and nodes at run-time via that new hook.
12048         (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
12049         (tree-widget-icon-action, tree-widget-icon-help-echo)
12050         (tree-widget-action, tree-widget-help-echo): New functions.
12052 2005-08-15  Kim F. Storm  <storm@cua.dk>
12054         * ido.el (ido-buffer-internal): Use with-no-warnings.
12055         (ido-make-merged-file-list): Use while-no-input.
12057 2005-08-15  Richard M. Stallman  <rms@gnu.org>
12059         * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
12060         (flyspell-large-region): Fix doc and custom type.
12062 2005-08-14  Richard M. Stallman  <rms@gnu.org>
12064         * files.el (interpreter-mode-alist): Doc fix.
12066         * mail/rmail.el (rmail-nonignored-headers): New variable.
12067         (rmail-clear-headers): Use it.
12068         (rmail-reply): Better handling of mail-followup-to header.
12070         * progmodes/sh-script.el (sh-font-lock-keywords-var):
12071         Rename variable from sh-font-lock-keywords.  In the `shell' entry,
12072         don't try to refer to executable-font-lock-keywords.
12073         (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
12074         (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
12075         (sh-font-lock-keywords): Append executable-font-lock-keywords here.
12076         (sh-mode): Set comment-start-skip, local-abbrev-table,
12077         imenu-case-fold-search.
12078         (sh-set-shell): Don't set them here.
12079         (sh-feature): Simplify.  Get rid of the eval-a-variable feature.
12080         Don't cache the results in the original alist; don't ever modify
12081         that alist.
12083         * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
12085         * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
12086         empty.
12088 2005-08-15  Andreas Schwab  <schwab@suse.de>
12090         * desktop.el: Put autoload cookie at risky-local-variable declarations.
12092         * dired.el, info.el, mail/rmail.el: Revert last change.
12094 2005-08-14  Thien-Thi Nguyen  <ttn@gnu.org>
12096         * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
12097         modification in `eval-after-load' form.
12098         * info.el: Likewise.
12099         * mail/rmail.el: Likewise.
12101 2005-08-14  Juri Linkov  <juri@jurta.org>
12103         * progmodes/compile.el (compilation-mode-font-lock-keywords):
12104         Remove highlighting of "Compilation started".  Highlight only
12105         the word "finished" in "Compilation finished".  Add highlighting
12106         of "interrupt", "killed", "terminated" and the exit code.
12107         (compilation-start): Add newline after header.  Use exactly the
12108         same time stamp format as the finishing message.
12109         (compilation-mode-map): Add ellipsis to "Search Files (grep)".
12111         * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
12112         (grep-mode-font-lock-keywords): Don't highlight "Grep started".
12113         Add highlighting of "interrupt", "killed", "terminated".
12115         * delsel.el (delete-selection-pre-hook): If overwrite-mode is
12116         enabled and the current command is self-insert-command, call it
12117         explicitly with overwrite-mode bound to nil, to not allow it
12118         to delete the character after the selected region.
12120 2005-08-12  Matt Hodges  <MPHodges@member.fsf.org>
12122         * emacs-lisp/eldoc.el: Add move-beginning-of-line,
12123         move-end-of-line, end-of-line, and beginning-of-line to the list
12124         of commands after which the echo area is updated.
12126 2005-08-12  Eli Zaretskii  <eliz@gnu.org>
12128         * cus-edit.el (custom-save-all, custom-save-delete):
12129         Bind recentf-exclude to exclude custom-file.
12131 2005-08-12  Ehud Karni  <ehud@unix.mvs.co.il>
12133         * mail/rmailsum.el (rmail-summary-end-of-message): New command
12134         to go to the bottom of the mail message.  Added to
12135         `rmail-summary-mode-map' with key "/".
12136         (rmail-summary-show-message): New (internal) function for use by
12137         both `rmail-summary-beginning/end-of-message'.
12138         (rmail-summary-beginning-of-message): Change to use
12139         rmail-summary-show-message.
12141         * mail/rmail.el (rmail-end-of-message): New command to go to the
12142         end of the current message.  Added to `rmail-mode-map' with key "/".
12143         (rmail-beginning-of-message): Fix to work as documented.
12144         (rmail-mode): Change documentation.
12146         * progmodes/compile.el (compilation-start): Add the line
12147         "Compilation started" with compilation start time.
12148         (compilation-mode-font-lock-keywords): Add `started' to keywords.
12150 2005-08-11  Luc Teirlinck  <teirllm@auburn.edu>
12152         * menu-bar.el (menu-bar-options-menu): Standardize capitalization
12153         of menu items.
12155 2005-08-11  Richard M. Stallman  <rms@gnu.org>
12157         * simple.el (pop-global-mark): Reverse test of widen-automatically.
12159         * battery.el (battery-status-function): Don't use ignore-errors.
12161 2005-08-11  Lute Kamstra  <lute@gnu.org>
12163         * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
12164         define-obsolete-variable-alias.
12166 2005-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12168         * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
12169         (ange-ftp-send-cmd): Revert last change, and expand
12170         the comment explaining the problem.
12172 2005-08-10  Luc Teirlinck  <teirllm@auburn.edu>
12174         * ldefs-boot.el: Update.
12176         * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
12177         item to "Time, Load and Mail".  Change help echo text.
12179         * time.el (display-time-use-mail-icon, display-time-format)
12180         (display-time-string-forms): Shorten first line of docstrings.
12182 2005-08-10  Lars Hansen  <larsh@soem.dk>
12184         * desktop.el (desktop-buffer-mode-handlers):
12185         Make non-customizable.  Add autoload cookie.  Change initial value to
12186         nil; add elements in respective modules instead.  Fix doc string.
12187         (desktop-load-file): New function.
12188         (desktop-minor-mode-handlers): New autoloaded variable.
12189         (desktop-create-buffer): Call minor mode handlers.
12190         Use desktop-load-file to load major and minor mode modules prior to
12191         checking for a handler.
12192         (desktop-save): Don't add nil to desktop-minor-modes for minor
12193         modes with nil function in desktop-minor-mode-table.  Don't delete
12194         desktop file before rewriting it.
12195         (desktop-locals-to-save): Add autoload cookie.  Don't make
12196         automatically buffer-local.  Add variables column-number-mode,
12197         size-indication-mode, indent-tabs-mode,
12198         indicate-buffer-boundaries, indicate-empty-lines and
12199         show-trailing-whitespace.
12200         (desktop-clear): Allow desktop-clear-preserve-buffers to contain
12201         regexps.  Don't use desktop-clear-preserve-buffers-regexp.
12202         (desktop-clear-preserve-buffers-regexp): Delete.
12203         (desktop-clear-preserve-buffers): Update initial value and docstring.
12204         (desktop-save-buffer): Fix doc string.
12206         * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
12207         (hilit-chg-desktop-restore): New function.
12208         (highlight-changes-mode): Add highlight-changes-mode to
12209         desktop-locals-to-save.
12211         * dired.el: Add handler to desktop-buffer-mode-handlers.
12212         (dired-restore-desktop-buffer): Remove autoload cookie.
12213         (dired-mode): Add autoload cookie.
12215         * info.el: Add handler to desktop-buffer-mode-handlers.
12216         (Info-restore-desktop-buffer): Remove autoload cookie.
12217         (Info-mode): Add autoload cookie.
12219         * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
12220         (mh-restore-desktop-buffer): Remove autoload cookie.
12221         (mh-folder-mode): Add autoload cookie.
12223         * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
12224         (rmail-restore-desktop-buffer): Remove autoload cookie.
12226 2005-08-11  Masatake YAMATO  <jet@gyve.org>
12228         * hexl.el (hexl-address-region):
12229         (hexl-ascii-region, hexl-font-lock-keywords):
12230         (hexl-highlight-line-range): Use the term "region"
12231         instead of "area" for consistency with the other symbols
12232         defined in hexl.el.
12234 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
12236         * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
12237         correct group: it is set with `menu-bar-make-mm-toggle' (pointed
12238         out by Juri Linkov).  Add `display-battery-mode'.
12240 2005-08-09  Juri Linkov  <juri@jurta.org>
12242         * progmodes/compile.el (compilation-mode-font-lock-keywords):
12243         Remove `-text' from face variable names.
12244         (compilation-error-file-name, compilation-warning-file-name)
12245         (compilation-info-file-name): Delete faces.
12246         (compilation-line-number, compilation-column-number):
12247         Remove face underlining.
12248         (compilation-message-face): Set to `underline' value by default.
12249         (compilation-error-face, compilation-warning-face)
12250         (compilation-info-face): Remove `-file-name' from face names.
12251         (compilation-error-text-face, compilation-warning-text-face)
12252         (compilation-info-text-face): Delete face variables.
12253         (compilation-text-face): Delete function.
12255         * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
12256         (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
12257         (grep-error-face): Set to `compilation-error' instead of
12258         `compilation-error-face' (which is redefined to `grep-hit-face' in
12259         grep buffers).
12260         (grep-mode-font-lock-keywords): Remove `-text' from face variable
12261         names.  Use `grep-error-face' instead of `compilation-error-text-face'.
12263         * dired-aux.el (dired-do-query-replace-regexp):
12264         Use `query-replace-read-args'.
12266         * replace.el (query-replace-read-from, query-replace-read-to)
12267         (query-replace-read-args): Rename arg `string' to `prompt'.
12269         * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
12271 2005-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
12273         * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
12274         uploading files.
12275         (ange-ftp-canonize-filename): Handle file names beginning with ~
12276         correctly.
12278 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
12280         * textmodes/fill.el (canonically-space-region)
12281         (fill-context-prefix, fill-french-nobreak-p)
12282         (fill-delete-newlines, fill-comment-paragraph)
12283         (justify-current-line): "?\ " -> "?\s".
12285 2005-08-09  Ben North  <ben@redfrontdoor.org>  (tiny change)
12287         * textmodes/fill.el (fill-nonuniform-paragraphs):
12288         Improve argument/docstring consistency.
12290 2005-08-09  Richard M. Stallman  <rms@gnu.org>
12292         * textmodes/ispell.el (ispell-word): More fboundp checks.
12294         * files.el (find-file-noselect): Don't call set-buffer-major-mode.
12295         (find-file-noselect-1): Call it here, only if RAWFILE.
12296         (normal-mode): Always set some major mode.
12297         (save-some-buffers-action-alist): Change some explanation strings.
12298         (file-name-non-special): In the `quote' method, use unwind-protect.
12300 2005-08-09  Magnus Henoch  <mange@freemail.hu>
12302         * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
12303         (ispell-have-aspell-dictionaries): New variable.
12304         (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
12305         (ispell-get-aspell-config-value): New function.
12306         (ispell-aspell-find-dictionary): New function.
12307         (ispell-aspell-add-aliases): New function.
12308         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
12309         appropriate.  Don't look for ispell dictionaries if we use aspell.
12310         (ispell-menu-map): Don't build a submenu of dictionaries.
12312 2005-08-09  Richard M. Stallman  <rms@gnu.org>
12314         * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
12315         (sql-read-passwd): Use read-passwd.
12317         * progmodes/idlw-toolbar.el (idlwave-toolbar)
12318         (idlwave-toolbar-is-possible): Add defvars.
12320         * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
12321         Avoid warnings.
12323         * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
12324         (idlwave-system-class-info, idlwave-executive-commands-alist):
12325         Use defvar.
12327         * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
12329         * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
12330         Avoid warnings.
12332         * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
12333         and content-type: headers.
12335         * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
12337         * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
12338         and rename some of them to be more self-explanatory.
12340         * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
12342         * startup.el (command-line-1): Implement -scriptload.
12344         * replace.el (occur-engine): Initial *Occur* output not undoable.
12346         * menu-bar.el (menu-bar-file-menu): Rename some menu items
12347         and improve help strings.
12349         * isearch.el (isearch-repeat): When changing direction,
12350         mark search successful.
12352         * ediff-init.el: Use (featurep 'xemacs).
12354         * comint.el (send-invisible): Identify buffer, if not selected.
12356         * align.el: Delete autoload for c-guess-basic-syntax.
12358 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
12360         * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
12361         Improve argument/docstring consistency.  Doc fixes.
12362         (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
12363         (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
12364         (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
12365         (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
12366         (r2bv-organization, r2bv-pages, r2bv-primary-author)
12367         (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
12368         (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
12369         Defvar at compile time.
12371 2005-08-09  Juri Linkov  <juri@jurta.org>
12373         * info.el: Replace `info' with upper-case `Info' where appropriate.
12374         (info-title-1, info-title-2, info-title-3, info-title-4)
12375         (info-menu-header): Move up face definitions.
12376         (info-menu-star): Rename from `info-menu-5'.
12377         (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
12378         (Info-fontify-visited-nodes): Fix docstring.
12379         (Info-hide-note-references): Fix docstring.
12380         (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
12381         menu items in the same way as on cross-references.
12382         (info-apropos): Fix sorting order and formatting to be like in the
12383         stand-alone Info browser.  Display error messages for 1 sec.
12384         (Info-mode-map): Move down `c' key binding.  Bind `^' to `Info-up'.
12385         (Info-mode-menu): Remove item for `Info-search-case-sensitively'
12386         from the menu bar.
12387         (Info-insert-dir): Restore point after calling
12388         `insert-buffer-substring'.
12390 2005-08-08  Richard M. Stallman  <rms@gnu.org>
12392         * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
12393         (recompute-lucid-menubar): Add defvars.
12395         * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
12397         * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
12399         * net/net-utils.el (run-dig): Rename from `dig'.
12401         * play/gametree.el (gametree-mode): Use make-local-variable,
12402         not make-variable-buffer-local.
12404         * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
12406         * ansi-color.el (ansi-color-make-extent)
12407         (ansi-color-set-extent-face): Use fboundp, not functionp.
12409         * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
12410         not make-variable-buffer-local.
12412         * bookmark.el (Info-current-file): Add defvar.
12413         (bookmark-jump-noselect): Use with-no-warnings.
12415         * completion.el (c-mode-map, fortran-mode-map): Add defvars.
12417         * ebuff-menu.el (Helper-return-blurb): Add defvar.
12419         * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
12421         * find-file.el (ada-procedure-start-regexp)
12422         (ada-package-start-regexp): Add defvars.
12424         * info.el (Info-insert-dir): Use insert-buffer-substring.
12426         * xml.el (xml-att-def-re): Add defvar.
12428         * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
12429         calling convention.
12431         * subr.el (while-no-input): Return t if there is input.
12433 2005-08-08  Luc Teirlinck  <teirllm@auburn.edu>
12435         * cus-start.el (all): Add `overflow-newline-into-fringe'.
12437 2005-08-08  Juanma Barranquero  <lekktu@gmail.com>
12439         * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
12440         (scheme-prev-l/c-dir/file): Fix typos in docstrings.
12442 2005-08-08  Emilio C. Lopes  <eclig@gmx.net>
12444         * cmuscheme.el (scheme-start-file): Replace reference to
12445         `user-emacs-directory' by "~/.emacs.d/".
12447 2005-08-08  Thien-Thi Nguyen  <ttn@gnu.org>
12449         * info.el (Info-dir-remove-duplicates): Avoid case folding
12450         in loop; instead, keep downcased strings for comparison.
12451         Suggested by Helmut Eller.
12453 2005-08-07  Michael Albinus  <michael.albinus@gmx.de>
12455         Sync with Tramp 2.0.50.
12457         * net/tramp.el: Remove defvar of `last-coding-system-used' in the
12458         XEmacs case; not necessary anymore.
12459         (tramp-user-regexp): Allow "@" as part of user name.
12460         (tramp-handle-set-visited-file-modtime)
12461         (tramp-handle-insert-file-contents)
12462         (tramp-handle-write-region): No special handling for
12463         `last-coding-system-used, because this is done in
12464         `tramp-accept-process-output' now.
12465         (tramp-accept-process-output): New defun.
12466         (tramp-process-one-action, tramp-process-one-multi-action)
12467         (tramp-wait-for-regexp, tramp-wait-for-output)
12468         (tramp-discard-garbage-erase-buffer): Call it.  Reported by David
12469         Howells <dhowells@redhat.com>.
12470         (clear-visited-file-modtime): Defadvice removed.  The check for
12471         unset buffer's modtime does not need to be based on
12472         `tramp-buffer-file-attributes'.  Suggested by RMS.
12473         (tramp-message): Insert "\n" if not being at beginning of line.
12474         (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
12475         sequence with same logic.
12476         (tramp-completion-handle-expand-file-name): Discard call of
12477         `tramp-drop-volume-letter'.  It is not necessary, and there have
12478         been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
12479         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
12480         (tramp-do-copy-or-rename-file-out-of-band): Transfer message
12481         should always be visible.
12482         (tramp-handle-insert-directory, tramp-setup-complete)
12483         (tramp-set-process-query-on-exit-flag)
12484         (tramp-append-tramp-buffers): Pacify byte-compiler.
12485         (tramp-bug): Delete non-existing variables from list.
12486         Apply `tramp-load-report-modules' as pre-hook.
12487         Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
12488         `shell-prompt-pattern' because of non-7bit characters.
12489         Reported by Sebastian Luque <sluque@mun.ca>.
12490         (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
12491         (tramp-match-string-list): Remove function.
12492         (tramp-wait-for-regexp): Remove call of that function.
12493         Suggested by Kim F. Storm <storm@cua.dk>.
12494         (tramp-set-auto-save-file-modes): Use octal integer code #o600
12495         instead of octal character code ?\600.  The latter resulted in a
12496         syntax error with XEmacs.
12498         * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
12499         XEmacs case; not necessary anymore.
12500         (tramp-smb-handle-write-region): No special handling for
12501         `last-coding-system-used, because this is done in
12502         `tramp-accept-process-output' now.
12503         (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
12505 2005-08-06  Luc Teirlinck  <teirllm@auburn.edu>
12507         * wid-edit.el (widget-choice-value-create):
12508         Unconditionally respect user choice.  Set :explicit-choice back to nil
12509         when no longer needed.
12510         (widget-choice-action): Unconditionally respect user choice.
12511         Eliminate :explicit-choice-value.
12513         * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
12515         * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
12516         with `indicate-empty-lines' and `indicate-buffer-boundaries'.
12517         (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
12518         running new function `toggle-indicate-empty-lines'.
12519         Rename "Customize" item to "Customize fringe".
12520         Rename "Indicators" item to "Buffer boundaries" and change help echo.
12521         (menu-bar-showhide-fringe-ind-menu): Change several help echos.
12522         Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
12523         Delete "Empty lines only" item.
12524         (menu-bar-showhide-fringe-ind-customize): New function.
12525         (menu-bar-showhide-fringe-ind-mixed)
12526         (menu-bar-showhide-fringe-ind-box)
12527         (menu-bar-showhide-fringe-ind-right)
12528         (menu-bar-showhide-fringe-ind-left)
12529         (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
12530         instead of `fringe-indicators'.
12532 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
12534         * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
12535         Change the date of last update.
12537 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
12539         * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
12540         (viper-exec-yank, viper-put-back): Don't display modification msg
12541         if in the minibuffer.
12543         * viper-init.el (viper-replace-overlay-cursor-color)
12544         (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
12545         Make variables frame local.
12547         * viper-util.el (viper-append-filter-alist): Use append instead of
12548         nconc.
12550         * viper.el (viper-vi-state-mode-list)
12551         (viper-emacs-state-mode-list): Move help-mode and
12552         completion-list-mode from the first list to the second.
12553         (viper-mode): Docstring.
12554         (viper-go-away, viper-non-hook-settings): Don't localize
12555         minor-mode-alist in newer Emacsen.  Add advice to
12556         set-cursor-color.  Don't bind "\C-c\\".
12558 2005-08-06  Emilio C. Lopes  <eclig@gmx.net>
12560         * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
12561         (scheme-macro-expand-command): New user options.
12562         (scheme-trace-procedure, scheme-expand-current-form): New commands.
12563         (scheme-form-at-point, scheme-start-file)
12564         (scheme-interactively-start-process): New functions.
12565         (scheme-get-process): New function, extracted from `scheme-proc'.
12566         (run-scheme): Call `scheme-start-file' to get start file, and pass
12567         it to `make-comint'.
12568         (switch-to-scheme, scheme-proc):
12569         Call `scheme-interactively-start-process' if no Scheme buffer/process
12570         is available.
12572 2005-08-06  Juri Linkov  <juri@jurta.org>
12574         * progmodes/compile.el (compilation-mode-font-lock-keywords):
12575         Use `compilation-text-face', `compilation-info-text-face' and
12576         `compilation-error-text-face' instead of `font-lock-keyword-face'.
12577         (compilation-error): New face.
12578         (compilation-error-file-name): Inherit from
12579         `compilation-error' instead of `font-lock-warning-face'.
12580         (compilation-warning-file-name): Inherit from
12581         `compilation-warning' instead of `font-lock-warning-face'.
12582         (compilation-info, compilation-error-file-name)
12583         (compilation-warning-file-name, compilation-info-file-name)
12584         (compilation-line-number, compilation-column-number): Doc fix.
12585         (compilation-error-text-face, compilation-warning-text-face)
12586         (compilation-info-text-face): New face variables.
12587         (compilation-line-face, compilation-column-face)
12588         (compilation-enter-directory-face)
12589         (compilation-leave-directory-face): Doc fix.
12590         (compilation-text-face): New function.
12592         * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
12593         instead of 1 to display binary file names as info file links.
12594         (grep-error-face): Use `compilation-error-face' instead of
12595         `font-lock-keyword-face'.
12596         (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
12597         and `compilation-warning-text-face' instead of
12598         `font-lock-keyword-face'.  Use `compilation-error-text-face'
12599         instead of `grep-error-face'.
12601 2005-08-05  Kenichi Handa  <handa@m17n.org>
12603         * international/code-pages.el: Add autoload cookies for all coding
12604         systems.
12606 2005-08-04  Luc Teirlinck  <teirllm@auburn.edu>
12608         * cus-start.el (all): Put undo.c where it alphabetically belongs.
12610 2005-08-04  Juri Linkov  <juri@jurta.org>
12612         * progmodes/compile.el (compilation-mode-map):
12613         * progmodes/grep.el (grep-mode-map):
12614         Bind TAB to `compilation-next-error' and [backtab] to
12615         `compilation-previous-error'.
12617         * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
12618         matching line numbers, column numbers and their ranges with regexp
12619         matching only line numbers.
12620         (grep-context-face): New face variable.
12621         (grep-mode-font-lock-keywords): Use it.
12623         * faces.el (read-face-name): Delete duplicate faces.
12625 2005-08-02  Juanma Barranquero  <lekktu@gmail.com>
12627         * thumbs.el (thumbs-find-image): Don't make variables
12628         automatically buffer local.
12629         (thumbs-current-tmp-filename, thumbs-current-image-filename)
12630         (thumbs-image-num): Make automatically buffer local.
12631         (thumbs-show-thumbs-list): Use `make-local-variable', not
12632         `make-variable-buffer-local'.
12633         (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
12635         * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
12636         (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
12637         (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
12638         (bother, bye, canyou, chatlst, continue, deathlst, describe)
12639         (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
12640         (feelings-about, foullst, found, hello, history, howareyoulst)
12641         (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
12642         (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
12643         (neglst, obj, object, owner, please, problems, qlist)
12644         (random-adjective, relation, remlst, repetitive-shortness)
12645         (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
12646         (shortlst, something, sportslst, stallmanlst, states, subj)
12647         (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
12648         (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
12649         Defvar at compile time.
12651         * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
12652         not `make-variable-buffer-local'.
12654 2005-08-02  Kim F. Storm  <storm@cua.dk>
12656         * emulation/cua-rect.el (cua--highlight-rectangle): Only show
12657         rectangle overlay in selected window.
12659 2005-08-01  Luc Teirlinck  <teirllm@auburn.edu>
12661         * cus-start.el (all): Put `indicate-empty-lines' in fringe group
12662         instead of display group.  Make `indicate-buffer-boundaries'
12663         customizable through Custom.
12665 2005-08-01  Juanma Barranquero  <lekktu@gmail.com>
12667         * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
12668         (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
12669         (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
12670         (gdb-put-string): Fix typos in docstrings.
12672 2005-08-01  Nick Roberts  <nickrob@snap.net.nz>
12674         Update copyright notices of files in progmodes directory for
12675         release of Emacs 22.1.
12677         * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
12679         * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
12680         Don't barf if the GUD buffer has been killed.
12682 2005-08-01  Kim F. Storm  <storm@cua.dk>
12684         * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
12686 2005-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12688         * simple.el (next-error-follow-minor-mode):
12689         make-variable-buffer-local -> make-local-variable.
12691         * emacs-lisp/cl-extra.el: Require CL also when compiling.
12693         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
12694         (byte-compile-form-make-variable-buffer-local): New functions to warn
12695         about misuses of make-variable-buffer-local where make-local-variable
12696         was meant.
12698 2005-07-29  Juanma Barranquero  <lekktu@gmail.com>
12700         * bs.el (bs-attributes-list): Doc fix.
12701         (bs): Update url-link.
12703         * desktop.el (desktop-save-buffer): Fix typos in docstring.
12704         (desktop-load-default): Simplify.
12706         * ibuffer.el (ibuffer-columnize-and-insert-list)
12707         (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
12708         (ibuffer-unmark-all, ibuffer-toggle-marks)
12709         (ibuffer-unmark-forward, ibuffer-unmark-backward)
12710         (ibuffer-compile-make-format-form, ibuffer-format-column)
12711         (ibuffer-current-buffers-with-marks)
12712         (ibuffer-update-title-and-summary): "?\ " -> "?\s".
12713         (ibuffer): Doc fix.
12714         (ibuffer-mode): Fix typo in docstring.
12715         (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
12716         with `define-obsolete-variable-alias'.
12717         (ibuffer-elide-long-columns): Mark as obsolete.  Doc fix.
12719 2005-07-29  Kenichi Handa  <handa@m17n.org>
12721         * international/mule-cmds.el (select-message-coding-system):
12722         Be sure to use LF for end-of-line.  If no coding system is decided,
12723         return iso-8859-1-unix.
12725 2005-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12727         * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
12728         (ange-ftp-pending-error-line): New vars.
12729         (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
12730         to handle the non-fatal no-route-to-host messages.
12731         (internal-ange-ftp-mode): Make the no-match regexp more efficient.
12733 2005-07-28  Juanma Barranquero  <lekktu@gmail.com>
12735         * isearch.el (isearch-mode-map, isearch-other-meta-char)
12736         (isearch-quote-char, isearch-printing-char)
12737         (isearch-text-char-description): "?\ " -> "?\s".
12738         (isearch-lazy-highlight-cleanup)
12739         (isearch-lazy-highlight-initial-delay)
12740         (isearch-lazy-highlight-interval)
12741         (isearch-lazy-highlight-max-at-a-time)
12742         (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
12743         Declare with define-obsolete-*-alias macros.
12744         (isearch-forward): Fix typo in docstring.
12745         (search-invisible, search-ring-yank-pointer)
12746         (regexp-search-ring-yank-pointer): Doc fixes.
12748         * recentf.el (recentf-menu-append-commands-p): Declare with
12749         `define-obsolete-variable-alias'.
12750         (recentf-max-saved-items, recentf-menu-filter)
12751         (recentf-arrange-by-rule-subfilter): Doc fixes.
12752         (recentf-menu-append-commands-flag)
12753         (recentf-initialize-file-name-history, recentf-expand-file-name)
12754         (recentf-clear-data): Fix typos in docstrings.
12756 2005-07-28  Nick Roberts  <nickrob@snap.net.nz>
12758         * progmodes/gdb-ui.el: Smarten comments.
12759         (gdb-info-breakpoints-custom): Use nowarn when finding file.
12761 2005-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
12763         * term/apollo.el (terminal-init-apollo): New function containing
12764         all former top level forms in the file.
12765         * term/bobcat.el (terminal-init-bobcat):
12766         * term/cygwin.el (terminal-init-cygwin):
12767         * term/iris-ansi.el (terminal-init-iris-ansi):
12768         * term/linux.el (terminal-init-linux):
12769         * term/news.el (terminal-init-news):
12770         * term/rxvt.el (terminal-init-rxvt):
12771         * term/sun.el (terminal-init-sun):
12772         * term/tvi970.el (terminal-init-tvi970):
12773         * term/vt100.el (terminal-init-vt100):
12774         * term/vt102.el (terminal-init-vt102):
12775         * term/vt125.el (terminal-init-vt125):
12776         * term/vt200.el (terminal-init-vt200):
12777         * term/vt201.el (terminal-init-vt201):
12778         * term/vt220.el (terminal-init-vt220):
12779         * term/vt240.el (terminal-init-vt240):
12780         * term/vt300.el (terminal-init-vt300):
12781         * term/vt320.el (terminal-init-vt320):
12782         * term/vt400.el (terminal-init-vt400):
12783         * term/vt420.el (terminal-init-vt420):
12784         * term/wyse50.el (terminal-init-wyse50):
12785         * term/xterm.el (terminal-init-xterm): Likewise.
12787         * term/README: Describe the terminal-init-* functionality.
12789         * startup.el (command-line): After loading the terminal initialization
12790         file call the corresponding terminal initialization function.
12792 2005-07-27  Kenichi Handa  <handa@m17n.org>
12794         * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
12795         negative.
12797         * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
12798         (ps-mule-composition-prologue): Fix for the case that
12799         RelativeCompose is false.
12801 2005-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12803         * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
12805         * descr-text.el (describe-char): Handle the case where the list of
12806         chars is displayed in a separate frame.
12807         Be a bit more discriminating when looking for the char.
12809 2005-07-26  Juanma Barranquero  <lekktu@gmail.com>
12811         * bookmark.el (bookmark-automatically-show-annotations)
12812         (bookmark-read-annotation-text-func): Doc fixes.
12813         (bookmark-save): Improve argument/docstring consistency.
12814         (bookmark-get-bookmark, bookmark-get-bookmark-record)
12815         (bookmark-alist-from-buffer)
12816         (bookmark-upgrade-file-format-from-0)
12817         (bookmark-grok-file-format-version)
12818         (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
12819         (bookmark-read-annotation-mode)
12820         (bookmark-insert-current-bookmark, bookmark-jump)
12821         (bookmark-exit-hook): Fix typos in docstrings.
12822         (bookmark-exit-hooks): Define as obsolete alias.
12823         (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
12824         not `bookmark-exit-hooks'.  Fix docstring.
12825         (bookmark-bmenu-select): "?\ " -> "?\s".
12827 2005-07-25  Ari Roponen  <arjuropo@cc.jyu.fi>  (tiny change)
12829         * startup.el (command-line): Fix typo.
12831 2005-07-24  Richard M. Stallman  <rms@gnu.org>
12833         * tooltip.el (tooltip-mode): Test emacs-basic-display,
12834         not emacs-quick-startup.
12836 2005-07-24  Juanma Barranquero  <lekktu@gmail.com>
12838         * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
12839         (reb-next-match, reb-show-subexp): Use `with-selected-window'
12840         instead of `reb-with-current-window'.
12841         (reb-prev-match): Likewise.  Also, don't move left if the search
12842         was unsuccessful.
12843         (reb-initialize-buffer): New function.
12844         (re-builder, reb-change-syntax): Use it.
12846         * man.el (Man-goto-page): Make second argument NOERROR optional.
12848 2005-07-23  Richard M. Stallman  <rms@gnu.org>
12850         * man.el (Man-bgproc-sentinel): Check here for failure to find
12851         any man page in the output, and report the error here.
12852         (Man-arguments): Make it permanent local.
12853         (Man-goto-page): New arg NOERROR.  Never kill the current buffer.
12854         (Man-mode): Pass t for NOERROR.
12856         * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
12857         (grep-mode-font-lock-keywords):
12858         Don't use compilation-...-face for messages that are not file names.
12860         * progmodes/compile.el (compilation-mode-font-lock-keywords):
12861         Don't use compilation-...-face for messages that are not file names.
12863 2005-07-22  Juri Linkov  <juri@jurta.org>
12865         * startup.el (normal-splash-screen): Update menu name.
12867         * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
12869 2005-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
12871         * term/xterm.el: Load term/rxvt if the terminal is actually an
12872         rxvt terminal.
12873         (xterm-rxvt-set-background-mode): Remove, not used anymore.
12875         * term/rxvt.el (function-key-map): Use substitute-key-definition
12876         to bind {C,S,C-S}-{f1-f10}.  Add a few missing key bindings.
12878         * term/cygwin.el: New file.
12880 2005-07-22  Kim F. Storm  <storm@cua.dk>
12882         * image-file.el (insert-image-file, image-file-yank-handler):
12883         Fix last change to maintain a (unique) yank-handler on yanked images.
12885 2005-07-22  Eduardo Mu\e,Aq\e(Boz  <emufer@terra.es>  (tiny change)
12887         * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
12888         of the file size (as in "177B" for 177 bytes).  This happens with
12889         "ls -lh" on FreeBSD.
12891 2005-07-22  Juanma Barranquero  <lekktu@gmail.com>
12893         * hilit-chg.el (highlight-changes-global-initial-state)
12894         (highlight-compare-buffers, hilit-chg-turn-on-maybe)
12895         (hilit-chg-fixup, highlight-changes-mode):
12896         Fix typos in docstrings.
12897         (highlight-changes-global-modes, highlight-changes-rotate-faces):
12898         Doc fixes.
12900 2005-07-21  Luc Teirlinck  <teirllm@auburn.edu>
12902         * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
12903         mode function using `eval-after-load'.
12905 2005-07-21  Kim F. Storm  <storm@cua.dk>
12907         * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
12908         included when reporting an emacs crash, and tell about the DEBUG file.
12910         * image-file.el (insert-image-file): Add yank-handler.
12911         (image-file-yank-handler): Yank handler to make unique copies of
12912         images when they are yanked into a buffer next to each other.
12914 2005-07-21  Juanma Barranquero  <lekktu@gmail.com>
12916         * comint.el (comint-use-prompt-regexp, comint-send-input)
12917         (comint-source-default, comint-extract-string)
12918         (comint-get-source, comint-word, comint-completion)
12919         (comint-source, comint-prompt-read-only, comint-update-fence):
12920         Fix typos in docstrings.
12921         (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
12922         Declare with define-obsolete-*-alias macros.
12923         (comint-previous-matching-input-from-input)
12924         (comint-next-matching-input-from-input)
12925         (comint-previous-matching-input, comint-next-matching-input)
12926         (comint-forward-matching-input):
12927         Improve argument/docstring consistency.
12929         * desktop.el (desktop-clear-preserve-buffers-regexp):
12930         Also preserve the *server* buffer.
12932         * simple.el (clone-indirect-buffer): Doc fix.
12933         (fixup-whitespace, just-one-space)
12934         (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
12935         (next-error, next-error-highlight)
12936         (next-error-highlight-no-select, next-error-last-buffer)
12937         (next-error-buffer-p, next-error-find-buffer, next-error)
12938         (previous-error, next-error-no-select, previous-error-no-select)
12939         (open-line, split-line, minibuffer-prompt-width, kill-new)
12940         (binary-overwrite-mode): Fix typos in docstrings.
12941         (set-fill-column): Fix typo in message.
12943         * skeleton.el (skeleton-proxy-new): Doc fix.
12945         * strokes.el (strokes-load-hook): Doc fix.
12946         (strokes-grid-resolution, strokes-get-grid-position)
12947         (strokes-renormalize-to-grid, strokes-read-stroke)
12948         (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
12949         (strokes-global-map): Fix typos in docstrings.
12950         (strokes-help): Doc fix.  Fix help message and pass it through
12951         `substitute-command-keys'.
12953         * tempo.el (tempo-insert-prompt, tempo-interactive)
12954         (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
12955         (tempo-insert-string-functions, tempo-local-tags)
12956         (tempo-define-template, tempo-insert-template)
12957         (tempo-insert-prompt-compat, tempo-is-user-element)
12958         (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
12959         Fix typos in docstrings.
12961         * vcursor.el (vcursor-other-window, vcursor-bind-keys)
12962         (vcursor-key-bindings, vcursor-use-vcursor-map)
12963         (vcursor-find-window, vcursor-scroll-down)
12964         (vcursor-disable, vcursor-beginning-of-buffer)
12965         (vcursor-end-of-buffer): Fix typos in docstrings.
12966         (vcursor-relative-move, vcursor-get-char-count):
12967         Improve argument/docstring consistency.
12969         * version.el: "?\ " -> "?\s".
12971         * wid-edit.el (widget-default-create, widget-after-change)
12972         (widget-default-format-handler, widget-checklist-add-item)
12973         (widget-radio-add-item, widget-choose, widget-specify-secret)
12974         (widget-field-value-create, widget-field-value-get)
12975         (widget-editable-list-format-handler)
12976         (widget-editable-list-entry-create, widget-group-value-create)
12977         (widget-documentation-link-add)
12978         (widget-documentation-string-value-create): "?\ " -> "?\s".
12979         (widget-convert-text): Doc fix.
12980         (widget-narrow-to-field, widget-field-find)
12981         (widget-url-link-action, widget-emacs-library-link-action)
12982         (widget-color-notify): Fix typos in docstrings.
12984         * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
12985         (x-select-text, set-w32-system-coding-system)
12986         (w32-add-charset-info): Fix typos in docstrings.
12988         * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
12989         (cua-enable-cua-keys, cua-use-hyper-key)
12990         (cua-virtual-rectangle-edges): Fix typos in docstrings.
12991         (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
12993         * net/tramp.el (tramp-handle-load): Fix typo in error message.
12995         * emacs-lisp/re-builder.el (regexp-builder): Declare with
12996         `defalias' instead of faking it.
12998         * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
12999         (eshell-ls-missing, eshell-ls-dired-initial-args)
13000         (eshell-ls-use-in-dired): Fix typos in docstrings.
13002 2005-07-20  Kim F. Storm  <storm@cua.dk>
13004         * emulation/cua-base.el (cua-mode): Improve doc string.
13006 2005-07-20  Juanma Barranquero  <lekktu@gmail.com>
13008         * abbrev.el (expand-region-abbrevs): Doc fix.
13009         (inverse-add-mode-abbrev, inverse-add-global-abbrev):
13010         Improve argument/docstring consistency.
13012         * arc-mode.el (archive-get-descr, archive-alternate-display):
13013         Doc fixes.
13014         (archive-l-e): Improve argument/docstring consistency.
13015         (archive-tmpdir, archive-unixdate, archive-unixtime)
13016         (archive-chmod-entry): Fix typos in docstrings.
13017         (archive-unflag, archive-unflag-backwards)
13018         (archive-unmark-all-files): "?\ " -> "?\s".
13020         * buff-menu.el (Buffer-menu-unmark): Doc fix.
13021         (Buffer-menu-not-modified, Buffer-menu-execute)
13022         (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
13023         (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
13025         * composite.el (compose-string, encode-composition-rule)
13026         (compose-last-chars): Fix typos in docstrings.
13028         * desktop.el (desktop-enable, desktop-basefilename):
13029         Declare with `define-obsolete-variable-alias'.
13030         (desktop-internal-v2s): Don't quote keywords.
13031         (desktop-clear): "?\ " -> "?\s".
13033         * dired.el (dired-align-file, dired-flag-backup-files)
13034         (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
13035         (dired-listing-switches, dired-ls-F-marks-symlinks)
13036         (dired-dwim-target, dired-load-hook, dired-mode-hook)
13037         (dired-directory, dired-faces, dired, dired-revert)
13038         (dired-mode, dired-summary, dired-view-file)
13039         (dired-copy-filename-as-kill, dired-delete-file)
13040         (dired-no-confirm, dired-unmark-all-marks)
13041         (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
13042         (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
13043         (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
13044         Fix typos in message strings.
13046         * dired-x.el (virtual-dired): Declare with `defalias'.
13047         (dired-mark-unmarked-files, dired-local-variables-file)
13048         (dired-omit-here-always): Doc fix.
13049         (dired-omit-mode, dired-find-subdir)
13050         (dired-enable-local-variables, dired-clean-up-buffers-too)
13051         (dired-extra-startup, dired-mark-extension, dired-jump)
13052         (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
13053         (dired-smart-shell-command, dired-guess-shell-alist-user)
13054         (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
13055         (dired-x-bind-find-file, dired-x-submit-report):
13056         Fix typos in docstrings.
13057         (dired-mark-unmarked-files): "?\ " -> "?\s".
13059         * dirtrack.el (dirtrack-list): Fix typos in docstring.
13061         * faces.el (describe-face): "?\ " -> "?\s".
13062         (read-all-face-attributes, read-face-font, modify-face)
13063         (face-attr-construct, italic): Fix typos in docstrings.
13064         (frame-update-face-colors): Declare with
13065         `define-obsolete-function-alias'.
13067         * files.el (find-file-noselect, recode-file-name): Doc fixes.
13068         (insert-directory, kill-some-buffers): "?\ " -> "?\s".
13069         (magic-mode-alist, buffer-file-numbers-unique)
13070         (write-file-functions, get-free-disk-space):
13071         Fix typos in docstrings.
13072         (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
13073         (write-contents-hooks, write-file-hooks):
13074         Declare with `define-obsolete-variable-alias'.
13076         * forms-d2.el (arch-rj): Fix typo in docstrings.
13077         (arch-tocol): Likewise.  "?\ " -> "?\s".
13079         * frame.el (set-frame-font, cursor-in-non-selected-windows):
13080         Fix typo in docstring.
13081         (set-screen-width, set-screen-height): Delete redundant info in
13082         doctrings.
13083         (new-frame, screen-height, screen-width): Declare with
13084         `define-obsolete-function-alias'.
13085         (delete-frame-hook, blink-cursor): Declare with
13086         `define-obsolete-variable-alias'.
13088         * paths.el (prune-directory-list): Fix typos in docstring.
13090         * pcvs-util.el (cvs-flags-query, cvs-strings->string)
13091         (cvs-prefix-get): Fix typos in docstrings.
13093         * ps-print.el (ps-extend-face-list, ps-extend-face)
13094         (ps-print-background-image): Fix typos in docstrings.
13095         (ps-default-fg, ps-default-bg): Doc fixes.
13097         * s-region.el (s-region-bind): Doc fix.
13098         (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
13100         * textmodes/org.el (org-table-formula-substitute-names)
13101         (org-table-get-vertical-vector): Doc fixes.
13102         (org-table-recalculate): Remove unused argument to `message'.
13104 2005-07-19  Carsten Dominik  <dominik@science.uva.nl>
13106         * textmodes/org.el (org-table-column-names)
13107         (org-table-column-name-regexp)
13108         (org-table-named-field-locations): New variables.
13109         (org-archive-subtree): Protect `this-command' when calling
13110         `org-copy-subtree' and `org-cut-subtree', to avoid appending to
13111         the kill buffer.
13112         (org-complete): Remove fixed-formula completion.
13113         (org-edit-formulas-map): New variable.
13114         (org-table-edit-formulas): New command.
13115         (org-finish-edit-formulas, org-abort-edit-formulas)
13116         (org-show-variable, org-table-get-vertical-vector): New functions.
13117         (org-table-maybe-eval-formula): Handle `:=' fields.
13118         (org-table-get-stored-formulas, org-table-store-formulas)
13119         (org-table-get-formula, org-table-modify-formulas)
13120         (org-table-replace-in-formulas): Handle named field formulas.
13121         (org-table-get-specials): Store locations of named fields.
13123 2005-07-19  Juri Linkov  <juri@jurta.org>
13125         * progmodes/grep.el (grep-regexp-alist)
13126         (grep-mode-font-lock-keywords, grep-process-setup):
13127         Use default GNU grep match color "01;31m" instead of "01;41m".
13128         (grep-regexp-alist, grep-mode-font-lock-keywords):
13129         Use `\\[[0-9]*m' instead of `\\[00m'.
13130         (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
13131         sgr_start where its handling is more important.  Use the real
13132         length of sgr_start instead of constant 8.
13133         (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
13134         specially.  Delete all remaining escape sequences.
13135         (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
13136         (grep-regexp-alist): Make hyperlink only for binary file name
13137         instead of the whole line.
13138         (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
13139         (grep-mode): Add autoload.
13141         * emacs-lisp/find-func.el (find-function-regexp):
13142         Add `define-compilation-mode'.
13144 2005-07-19  Juri Linkov  <juri@jurta.org>
13146         * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
13147         (compare-windows-sync-string-size, compare-windows-recenter)
13148         (compare-windows-highlight, compare-windows): Add version 22.1.
13149         (compare-windows) <defface>: Inherit from lazy-highlight instead
13150         of duplicating its default value.
13152         * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
13153         (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
13155         * descr-text.el (describe-char): Create link buttons for `charset'
13156         and `code point'.  Add the current input method name with a link
13157         button to `to input' field.  Print face names of display table
13158         characters in `The display table entry is displayed by' section
13159         instead of printing face-id in the `display' field.
13160         Guess hardcoded faces and create a link button for them.
13161         Skip empty fields when calculating max-width.
13162         Treat `widget-create' specially while inserting strings from the
13163         collected field list.
13164         (describe-char-after): Made obsolete in version 22.1, not 21.5.
13166         * diff-mode.el (diff-file-header): Change foreground color from
13167         yellow to green on light backgrounds.
13168         (diff-context): Inherit from `shadow' only for color/grayscale
13169         with more than 88 colors.
13170         (diff-indicator-removed, diff-indicator-added)
13171         (diff-indicator-changed): New faces.
13172         (diff-font-lock-keywords): Use new faces.  Regroup rules.
13173         Add "^---$" for `normal' diff format.  Fontify `#' lines with
13174         font-lock-comment-delimiter-face and font-lock-comment-face.
13175         Add `#' to ^[^...] in the rule for `diff-context-face'.
13177         * faces.el (mode-line-highlight): Replace RoyalBlue4 with
13178         a button-like box.  Inherit from `highlight' on low colors.
13179         (shadow): Use shades of gray only for color/grayscale with
13180         more than 88 colors.  Use green for light backgrounds with
13181         8 colors, and yellow for dark backgrounds with 8 colors.
13183         * font-lock.el (font-lock-regexp-grouping-backslash):
13184         Don't inherit from escape-glyph (use bold for all cases).
13186         * info.el (info-xref-visited): Use light foreground color `violet'
13187         for dark backgrounds instead of dark color `magenta3'.
13188         (info-title-1): Use `yellow' color for dark backgrounds.
13190         * isearch.el (isearch): Use not-too-dark magenta3 instead of
13191         too-light magenta2.
13193         * replace.el (match): Use slightly more light RoyalBlue3 instead
13194         of dark RoyalBlue4.
13196         * wid-edit.el (widget-inactive): Inherit from `shadow'.
13198 2005-07-19  Juanma Barranquero  <lekktu@gmail.com>
13200         * novice.el (disabled-command-hook): Declare it with
13201         `define-obsolete-variable-alias'.
13203         * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
13204         (desktop-buffer-misc-functions, desktop-buffer-handlers)
13205         (desktop-load-default): Add release to obsolescence info.
13206         (desktop-globals-to-clear, desktop-buffer-mode-handlers)
13207         (desktop-append-buffer-args, desktop-read):
13208         Fix typos in docstrings.
13209         (desktop-kill): Fix typo in message.
13210         (desktop-save): Doc fix.
13212 2005-07-19  Michael Kifer  <kifer@cs.stonybrook.edu>
13214         * viper-cmd.el (viper-escape-to-state): Bug fix.
13215         (viper-envelop-ESC-key): Change the definition of fast
13216         keysequence so it'll work with keyboard macros.
13218         * ediff.el (ediff-patch-buffer): Change the docstring.
13220 2005-07-19  Kenichi Handa  <handa@m17n.org>
13222         * international/mule-cmds.el (select-safe-coding-system): Try to
13223         use an auto-coding (if any) before anything else.  If the found
13224         auto-coding is invalid, show a warning message.
13226         * international/mule.el (find-auto-coding): New function created
13227         by modifying the body of set-auto-coding.
13228         (set-auto-coding): Use find-auto-coding to find a coding.
13230 2005-07-18  Richard M. Stallman  <rms@gnu.org>
13232         * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
13233         not isearch-mode-end-hook-error.
13234         (allout-before-change-protect): Fix error message.
13236 2005-07-18  Juri Linkov  <juri@jurta.org>
13238         * allout.el (allout-mode):
13239         * calculator.el (calculator-copy):
13240         * custom.el (custom-known-themes):
13241         * dired.el (dired-desktop-buffer-misc-data)
13242         (dired-restore-desktop-buffer):
13243         * dired-x.el (dired-omit-marker-char):
13244         * files.el (basic-save-buffer):
13245         * font-core.el (font-lock-mode):
13246         * calendar/calendar.el (calendar-goto-hebrew-date)
13247         (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
13248         (calendar-goto-persian-date):
13249         * language/ethio-util.el (ethio-sera-to-fidel-region):
13250         * textmodes/picture.el (picture-mode):
13251         Delete duplicate duplicate words.
13253 2005-07-18  Juri Linkov  <juri@jurta.org>
13255         * isearch.el (isearch-mode-map): Remove key bindings for regexp
13256         chars * ? } |.
13257         (isearch-fallback): Don't call `isearch-process-search-char'.
13258         (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
13259         (isearch-process-search-char): Call `isearch-fallback' for regexp
13260         chars * ? } |.
13261         (isearch-return-char): Make obsolete with `make-obsolete' instead
13262         of simply documenting it as obsolete in the docstring.
13263         (isearch-fallback): Refill docstring.
13265         * international/isearch-x.el
13266         (isearch-process-search-multibyte-characters): Remove unneeded
13267         `concat'.  Add intermediate values to `junk-hist' instead of
13268         `minibuffer-history'.  Test the length of `str'.
13270 2005-07-18  Juanma Barranquero  <lekktu@gmail.com>
13272         * allout.el (allout-resolve-xref): Fix typos in error strings.
13273         (allout-before-change-protect): Remove unneeded `concat'.
13275         * array.el (array-mode, array-reconfigure-rows)
13276         (untabify-backward): Fix typos in docstrings.
13277         (array-reconfigure-rows): Use `insert-buffer-substring', not
13278         `insert-buffer'.
13280         * calendar/icalendar.el (icalendar--get-unfolded-buffer):
13281         * progmodes/ada-mode.el (ada-make-body):
13282         Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
13284         * dired.el (dired-log):
13285         * tar-mode.el (tar-subfile-save-buffer):
13286         * play/zone.el (zone-pgm-stress-destress):
13287         Use `insert-buffer-substring', not `insert-buffer'.
13289 2005-07-17  Simon Josefsson  <jas@extundo.com>
13291         * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
13293 2005-07-16  Jose E. Marchesi  <jemarch@gnu.org>
13295         * lisp/mail/smtpmail.el (smtpmail-auth-supported):
13296         Add plain auth method.
13297         (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
13299 2005-07-17  Kim F. Storm  <storm@cua.dk>
13301         * ido.el (dired-other-window): Add ido property.
13303 2005-07-16  Juanma Barranquero  <lekktu@gmail.com>
13305         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
13306         Fix typo in docstring.
13307         (byte-compile-interactive-only-functions): Add `insert-buffer' and
13308         `insert-file-literally'.
13310         * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
13311         info and delete redundant message.  Doc fix.
13312         (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
13313         (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
13315 2005-07-16  Richard M. Stallman  <rms@gnu.org>
13317         * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
13318         (byte-compile-and): Use byte-compile-and-recursion.
13319         (byte-compile-or-recursion): New function.
13320         (byte-compile-or): Use that.
13321         (byte-compile-if): Guard the else-clause too.
13322         (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
13324         * isearch.el (isearch-mode-end-hook-quit): New variable.
13325         (isearch-done): Bind it.
13326         (isearch-mode-end-hook): Doc fix.
13328         * allout.el (allout-isearch-did-quit): Variable deleted.
13329         (allout-real-isearch-abort): Function name no longer used.
13330         (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
13331         (allout-isearch-rectification): isearch-mode always exists.
13332         Don't set allout-isearch-did-quit.
13333         (allout-isearch-expose): Check isearch-mode-end-hook-error, not
13334         allout-isearch-did-quit.
13335         (allout-enwrap-isearch): Just add the hook.
13336         (allout-isearch-abort): Function deleted.
13337         (allout-pre-command-business): Avoid warning.
13339         * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
13340         Correctly avoid warnings.
13341         (pascal-outline): Likewise.
13343         * progmodes/f90.el (f90-abbrev-start): Avoid warning.
13345         * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
13347         * play/tetris.el (tetris-mode): Avoid warning.
13349         * play/snake.el (snake-mode): Avoid warning.
13351         * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
13352         (gamegrid-set-display-table): Avoid warning.
13353         (gamegrid-set-timer): Likewise.
13354         (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
13355         (gamegrid-add-score-with-update-game-score-1): Take FILE
13356         as argument.
13357         (gamegrid-add-score-with-update-game-score): Pass that argument.
13358         Rename have-shared-game-dir to gamegrid-shared-game-dir.
13360         * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
13362         * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
13363         (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
13365         * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
13366         and insert-file.
13368         * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
13369         (sc-ask): Avoid warnings.
13371         * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
13372         (eshell-hist-initialize): Use that var the natural way.
13374         * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
13376         * emacs-lisp/re-builder.el (reb-cook-regexp):
13377         Avoid warning calling lre-compile-string.
13378         (reb-color-display-p): Avoid warning.
13380         * calculator.el (calculator-last-input): Guard uses
13381         of event-key and key-press-event-p.
13382         (event-key, key-press-event-p): Delete definitions.
13384         * emacs-lisp/find-gc.el (find-gc-unsafe-list)
13385         (find-gc-source-directory, find-gc-subrs-callers)
13386         (find-gc-noreturn-list, find-gc-source-files)
13387         (find-gc-subrs-called): Vars renamed and defvar'd.
13389         * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
13390         (checkdoc-overlay-put, checkdoc-delete-overlay)
13391         (checkdoc-overlay-start, checkdoc-overlay-end)
13392         (checkdoc-mode-line-update, checkdoc-char=):
13393         Define such that compiler knows they are defined.
13394         (checkdoc-call-eval-buffer): Delete.  Use eval-buffer directly.
13395         (checkdoc-read-event): Delete.  Use read-event directly.
13397         * whitespace.el (whitespace-make-overlay)
13398         (whitespace-overlay-put, whitespace-delete-overlay)
13399         (whitespace-overlay-start, whitespace-overlay-end):
13400         Define such that compiler knows they are defined.
13401         (whitespace): Move conditional inside.
13403         * tempo.el (tempo-insert-template): Suppress warning.
13405         * ediff-diff.el (longlines-mode): Add defvar.
13407 2005-07-16  Gary Howell  <g1howell-list@yahoo.com>  (tiny change)
13409         * server.el: Bind "C-x #" in a way that works even if C-x is
13410         redefined to a command key, not a prefix key.
13412 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
13414         * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
13415         cl-make-type-test till execution time.
13417 2005-07-16  Markus Rost  <rost@math.uni-bielefeld.de>
13419         * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
13420         arg ARG and use it.
13422 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
13424         * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
13426 2005-07-15  Luc Teirlinck  <teirllm@auburn.edu>
13428         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
13429         a defcustom with two :set or :type keywords.
13431 2005-07-15  Richard M. Stallman  <rms@gnu.org>
13433         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
13434         Don't give ^M comment-end syntax.
13436 2005-07-16  Nick Roberts  <nickrob@snap.net.nz>
13438         * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
13439         Don't consider gdbmi (gdb-mi.el has its own update functions).
13440         (gdb-var-delete): Make it work for gdbmi as well.
13441         (gdb-speedbar-expand-node): Move var-update here for gdbmi.
13443         * progmodes/gud.el (etags, sdb): Only require etags when needed.
13444         (gud-speedbar-menu-items): Correct logic for enabling items.
13446 2005-07-15  Kim F. Storm  <storm@cua.dk>
13448         * ido.el: Fix commentary.
13449         (ido-define-mode-map): Move ido-next-work-file to C-M-o.
13450         Use with-no-warnings around ffap-guesser.
13451         (ido-file-internal, ido-read-file-name, ido-read-directory-name):
13452         Let bind minibuffer-completing-file-name to t.
13454 2005-07-15  Juanma Barranquero  <lekktu@gmail.com>
13456         * startup.el (site-run-file, keyboard-type): Doc fixes.
13457         (command-line): Check for "--basic-display" argument; also for
13458         "--quick", not "--bare-bones" (which was renamed).
13459         (fancy-splash-text): Add missing item "Getting New Versions".
13460         (normal-splash-screen): Fix typos and improve consistency with
13461         `fancy-splash-text'.  Update copyright year.
13463         * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
13464         valid binding for `help-char'.
13466         * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
13468 2005-07-14  Dan Nicolaescu  <dann@ics.uci.edu>
13470         * term.el (term-mode): Disable cua-mode for term buffers.
13472 2005-07-14  Juanma Barranquero  <lekktu@gmail.com>
13474         * add-log.el (add-log-mailing-address, change-log-merge):
13475         Doc fixes.
13476         (change-log-get-method-definition): Fix typo in docstring.
13478 2005-07-14  Kim F. Storm  <storm@cua.dk>
13480         * emulation/cua-base.el:
13481         (cua--pre-command-handler-1, cua--pre-command-handler)
13482         (cua--post-command-handler-1, cua--post-command-handler):
13483         Split in two.  Check (buffer local) value of cua-mode.
13484         (cua-selection-mode): New command.
13486 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
13488         * custom.el (custom-initialize-safe-set)
13489         (custom-initialize-safe-default): Doc fixes.
13491         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
13492         and simplify :init-value again.
13494         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
13495         and simplify :init-value again.  Delete autoload.
13497         * startup.el (command-line): Use `custom-reevaluate-setting' again
13498         for tooltip-mode.
13500         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
13501         a defcustom with two :initialize keywords.
13503 2005-07-13  Juanma Barranquero  <lekktu@gmail.com>
13505         * allout.el (my-mark-marker, allout-isearch-prior-pos)
13506         (allout-unprotected, allout-undo-aggregation, allout-snug-back)
13507         (allout-post-command-business, allout-flag-region)
13508         (isearch-reenable-font-lock, allout-yank)
13509         (allout-insert-latex-header, allout-insert-latex-trailer)
13510         (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
13511         (allout-latex-verb-quote): Fix typos in docstrings.
13512         (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
13513         (allout-unprotected, allout-prefix-data):
13514         Improve argument/docstring consistency.
13515         (allout-chart-subtree): Fix argument spec.
13516         (allout-open-topic): Rename `use_sib_bullet' argument to
13517         `use-sib-bullet'.  Doc fix.
13519         * whitespace.el (whitespace-check-buffer-leading)
13520         (whitespace-check-buffer-trailing)
13521         (whitespace-check-buffer-indent)
13522         (whitespace-check-buffer-spacetab)
13523         (whitespace-check-buffer-ateol, whitespace-highlighted-space)
13524         (whitespace-check-leading-whitespace)
13525         (whitespace-check-trailing-whitespace)
13526         (whitespace-check-spacetab-whitespace)
13527         (whitespace-check-indent-whitespace)
13528         (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
13529         (whitespace-modes): Fix typos in docstrings.
13530         (defgroup, defcustom): Doc fixes.
13532         * winner.el (winner-mode, winner-boring-buffers)
13533         (winner-pending-undo-ring): Doc fixes.
13534         (winner-ring): Remove unneeded `progn'.
13535         (winner-equal): `defsubst' it.
13536         (winner-redo): Fix message.
13538 2005-07-13  Kim F. Storm  <storm@cua.dk>
13540         * simple.el (line-move-1): Always use vertical-motion to
13541         do the last (or only) line move to ensure some movement.
13542         Undo 2005-06-23 change--don't check for overlays.
13544 2005-07-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13546         * term/mac-win.el (ccl-encode-mac-roman-font)
13547         (ccl-encode-mac-centraleurroman-font)
13548         (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
13549         (ccl-encode-mac-dingbats-font): Remove check for ASCII.
13550         Change charset-id boundary of dimension to ?\xef.
13551         (mac-char-fontspec-list): New constant.
13552         (fontset-add-mac-fonts): Use it.  Accept non-string `base-family'
13553         argument.  Nil uses itself as family in font-spec.  Previous
13554         behavior for nil is now provided by non-nil non-string argument.
13555         All callers changed.  Add font-specs for Mac fonts to
13556         "fontset-default" unless iso8859-1 fonts are installed.
13558 2005-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13560         * progmodes/sh-script.el (sh-get-indent-info): Only indent
13561         a continuation line if the \ is preceded by SPC or TAB.
13562         (sh-get-indent-info): Simplify.
13563         (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
13564         Use with-current-buffer.
13566         * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
13567         when the matched text is empty.
13569 2005-07-12  Luc Teirlinck  <teirllm@auburn.edu>
13571         * startup.el (command-line): Revert to previous handling of
13572         tooltip-mode.  Explain in comment why the complexity is needed.
13574         * tooltip.el (tooltip-mode): Revert to previous implementation of
13575         its defcustom.
13577         * frame.el (blink-cursor-mode): Revert to previous implementation
13578         of its defcustom.  Update comment.
13580 2005-07-12  Lars Hansen  <larsh@soem.dk>
13582         * desktop.el: Update e-mail address.
13584 2005-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13586         * term/mac-win.el (mac-services-mail-selection)
13587         (mac-services-mail-to): New functions.
13588         (mac-application-menu-map): Bind them.
13590 2005-07-12  wulei  <milton@wulei.net>  (tiny change)
13592         * progmodes/gdb-ui.el: Add note about buffering with Windows.
13594 2005-07-11  Luc Teirlinck  <teirllm@auburn.edu>
13596         * custom.el (custom-reevaluate-setting): Doc fix.
13598 2005-07-11  Jay Belanger  <belanger@truman.edu>
13600         * calc/calc.el (calc-embedded-announce-formula-alist)
13601         (calc-embedded-open-close-plain-alist)
13602         (calc-embedded-open-close-mode-alist): Add checks for additional
13603         major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
13605 2005-07-11  Juanma Barranquero  <lekktu@gmail.com>
13607         * custom.el (custom-enable-theme): Don't add theme to
13608         `custom-enabled-themes' with `push' because there is no
13609         setf-method for `delq'.
13611 2005-07-11  Richard M. Stallman  <rms@gnu.org>
13613         * custom.el (custom-declare-variable): Doc fix.
13615         * dired-aux.el (dired-compare-directories): Remove "." and ".."
13616         from the alists.
13618         * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
13619         Do nothing if edebug-active.
13621         * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
13622         (edebug-display): Do it here instead.
13624 2005-07-10  Richard M. Stallman  <rms@gnu.org>
13626         * cus-face.el (custom-theme-set-faces): Make it work.
13627         (custom-reset-faces): Doc fix.
13628         (custom-theme-reset-internal-face, custom-theme-face-value):
13629         Functions deleted.
13631         * custom.el (custom-push-theme): Maintain list of the settings
13632         of a given theme in its theme-settings property.
13633         Maintain position of old settings in the theme-value
13634         or theme-face property.
13635         (custom-enabled-themes): New variable.
13636         (custom-theme-enabled-p): New function.
13637         (provide-theme): Update custom-enabled-themes.
13638         Disable and reenable the `user' theme.
13639         (require-theme): Doc fix.
13640         (custom-do-theme-reset, custom-remove-theme): Functions deleted.
13641         (custom-theme-value, custom-theme-variable-value): Likewise.
13642         (custom-theme-reset-internal): Likewise.
13643         (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
13644         (custom-enable-theme, custom-disable-theme): New functions.
13645         (custom-variable-theme-value, custom-face-theme-value): Likewise.
13646         (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
13647         (custom-theme-reset-variables): Simplify.
13648         (deftheme, custom-declare-theme, custom-make-theme-feature):
13649         Definitions moved.
13651 2005-07-10  Chong Yidong  <cyd@stupidchicken.com>
13653         * longlines.el (longlines-show-region)
13654         (longlines-unshow-hard-newlines): Recognize hard newlines by
13655         non-nil hard property, instead of t.
13657 2005-07-10  Michael Kifer  <kifer@cs.stonybrook.edu>
13659         * viper-cmd.el (viper--key-maps): New variable.
13660         (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
13661         emulation-mode-map-alists.
13662         (viper-envelop-ESC-key): Use viper-subseq.
13663         (viper-search-forward/backward/next): Disable debug-on-error.
13665         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
13666         (viper-ESC-key): New defcustoms.
13668         * viper-macs.el (ex-map-read-args): Use viper-subseq.
13670         * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
13671         (viper-subseq): Copy of subseq from cl.el.
13673         * viper.el (viper-go-away, viper-set-hooks): Use
13674         emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
13676         * viper-mous.el (viper-current-frame-saved): Use defvar.
13678         * viper-init.el: Get rid of -face in face names.
13680         * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
13681         Make it work with longlines mode
13683         * ediff-mult.el (ediff-meta-mode-hook): New variable.
13685         * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
13687         * ediff-init.el: Get rid of -face in face names.
13689 2005-07-10  Richard M. Stallman  <rms@gnu.org>
13691         * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
13692         and with-timeout-unsuspend.
13694         * emacs-lisp/debug.el (debug): Call with-timeout-suspend
13695         and with-timeout-unsuspend.
13697         * emacs-lisp/timer.el (with-timeout-timers): New variable.
13698         (with-timeout): Bind that variable to record timers.
13699         (with-timeout-suspend, with-timeout-unsuspend): New functions.
13701         * emacs-lisp/debug.el (debug-help-follow): New function.
13702         (debugger-mode-map): Use that instead of help-follow.
13703         (debugger-setup-buffer): Use eval-buffer-list
13704         to handle eval-buffer frames.
13706 2005-07-10  N. Raghavendra  <raghu@mri.ernet.in>  (tiny change)
13708         * timezone.el (timezone-parse-date): Change first regexp
13709         so it will not mistakenly match dates with no time zone.
13711 2005-07-10  Jeff Dwork  <jeff.dwork@amd.com>  (tiny change)
13713         * facemenu.el (facemenu-read-color): Do case-insensitive matching.
13715 2005-07-10  Luc Teirlinck  <teirllm@auburn.edu>
13717         * custom.el (custom-initialize-safe-set)
13718         (custom-initialize-safe-default): New functions.
13720         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
13721         and simplify :init-value.
13723         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
13724         and simplify :init-value.  Delete obsolete comment.
13726         * startup.el (command-line): Use `custom-reevaluate-setting' to
13727         handle `tooltip-mode'.  Delete obsolete comment.
13729         * files.el (set-visited-file-name): Avoid calling
13730         `file-name-nondirectory' with a nil argument.
13732 2005-07-09  Richard M. Stallman  <rms@gnu.org>
13734         * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
13735         was called with nil for the buffer, handle the read position right.
13736         Handle read position for eval-region, too.
13738 2005-07-09  Juri Linkov  <juri@jurta.org>
13740         * fringe.el (fringe-mode): Add period in docstring.
13741         (fringe-query-style): Build prompt depending on `all-frames' arg.
13743         * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
13744         to not create links to unrelated functions in the Help buffer.
13746         * progmodes/compile.el (compilation-mode-hook, compilation-mode):
13747         Doc fix.
13749         * simple.el (next-error-hook): New variable.
13750         (next-error): Use it.  Doc fix.
13752         * textmodes/ispell.el (ispell-command-loop): Add current
13753         dictionary name and program name to mode-line-format.
13754         (ispell-region, ispell-process-line): Add current dictionary name
13755         and program name to messages.
13757 2005-07-08  Jay Belanger  <belanger@truman.edu>
13759         * calc/calc.el (calc-embedded-announce-formula-alist)
13760         (calc-embedded-open-close-formula-alist)
13761         (calc-embedded-open-close-word-alist)
13762         (calc-embedded-open-close-plain-alist)
13763         (calc-embedded-open-close-new-formula-alist)
13764         (calc-embedded-open-close-mode-alist)
13765         (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
13766         (calc-embedded-mode-hook): New variables.
13768         * calc/calc-embed.el (calc-embedded-firsttime)
13769         (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
13770         New variables.
13771         (calc-do-embedded): Use calc-embedded-firsttime,
13772         calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
13773         determine whether or not to run hooks.
13774         (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
13775         calc-embedded-firsttime-formula appropriately.
13776         Set calc-embedded delimiter variables according to mode.
13778 2005-07-08  Richard M. Stallman  <rms@gnu.org>
13780         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
13781         Check for "emacs", etc., as entire symbol, not just as word.
13782         (checkdoc-file-comments-engine): Use regexp-quote on FN.
13784         * files.el (set-visited-file-name): Report the error
13785         for "empty filename" earlier.
13786         (kill-some-buffers): Ignore buffers already dead.
13788         * fringe.el (fringe-mode): Doc fix.
13790         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
13791         Check for (featurep 'xemacs) and turn off warnings in what it guards.
13792         Use unwind-protect to ensure byte-compile-unresolved-functions
13793         is updated.
13795         * whitespace.el (whitespace-buffer-leading-cleanup):
13796         Simplify w/ skip-chars-forward.
13797         (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
13799         * mail/rmail.el (rmail-only-expunge): Fix paren error.
13800         Unconditionally try to leave point at the same old place.
13802 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>  (tiny change)
13804         * comint.el (comint-postoutput-scroll-to-bottom)
13805         (comint-show-maximum-output): Take scroll-margin into consideration.
13807 2005-07-08  Kim F. Storm  <storm@cua.dk>
13809         * ido.el (ido-use-filename-at-point): New choice `guess'.
13810         (ido-file-internal): Try ffap-guesser if selected.
13812         * ido.el (ido-before-fallback-functions): New hook.
13813         (ido-buffer-internal, ido-file-internal, ido-read-buffer)
13814         (ido-read-file-name): Run it.
13816 2005-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13818         * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
13819         strings rather than a list of symbols to the completion function.
13821 2005-07-07  Jay Belanger  <belanger@truman.edu>
13823         * calc/calc-units.el (math-apply-units): Change the places in
13824         which units are simplified.
13826 2005-07-07  Luc Teirlinck  <teirllm@auburn.edu>
13828         * cus-edit.el (customize-option, customize-option-other-window):
13829         Make them handle aliases.
13831         * custom.el (custom-variable-p): Make it recursively follow
13832         aliases.  Mention that in the docstring.
13834 2005-07-07  Richard M. Stallman  <rms@gnu.org>
13836         * cus-start.el (exec-path): Use `directory' instead of `file'.
13837         Fix tag for nil.
13839 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
13841         * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
13842         when called non-interactively.  Doc fix.
13844 2005-07-07  Lute Kamstra  <lute@gnu.org>
13846         * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
13847         new address as well.
13849 2005-07-07  Kenichi Handa  <handa@m17n.org>
13851         * international/mule.el (make-coding-system):
13852         Describe `ascii-incompatible' property in the docstring.
13853         (set-file-name-coding-system): Signal an error if coding-system is
13854         ascii-incompatible.
13855         (set-keyboard-coding-system): Likewise.
13857         * international/mule-cmds.el (set-default-coding-systems):
13858         Don't set default-file-name-coding-system and
13859         default-keyboard-coding-system if coding-system is ASCII-incompatible.
13861         * international/utf-16.el: Declare that all UTF-16-based coding
13862         systems are ASCII-incompatible.
13864 2005-07-07  Nick Roberts  <nickrob@snap.net.nz>
13866         * progmodes/gud.el: Require font-lock for displaying errors.
13867         Used by gdb-ui.el.
13869 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
13871         * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
13872         values for the pattern lists which are `read'able but not
13873         `append'able (like symbols).
13875 2005-07-06  Richard M. Stallman  <rms@gnu.org>
13877         * progmodes/flymake.el (flymake-float-time): Instead of
13878         with-no-warnings, test for xemacs.
13879         (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
13880         to avoid warning.
13882 2005-07-06  Juanma Barranquero  <lekktu@gmail.com>
13884         * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
13886 2005-07-05  Lute Kamstra  <lute@gnu.org>
13888         * battery.el: Add support for Darwin (with much debugging help
13889         from Samuel Lauber <sam124@operamail.com>).
13890         (battery-status-function, battery-echo-area-format)
13891         (battery-mode-line-format): Add support for pmset on Darwin.
13892         (battery-load-low, battery-load-critical): New user options.
13893         (battery-pmset): New function.
13895 2005-07-05  Lute Kamstra  <lute@gnu.org>
13897         Update FSF's address in GPL notices.
13899         * textmodes/page-ext.el: Update FSF's address.
13901 2005-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
13903         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
13904         filling from using prefix when filling a single-line docstring.
13906         * progmodes/flymake.el: Remove useless eval-when-compile.
13908         * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
13910 2005-07-04  Richard M. Stallman  <rms@gnu.org>
13912         * textmodes/org.el (org-file-apps-defaults-gnu):
13913         Rename from org-file-apps-defaults-linux.
13914         (org-default-apps): Don't test system-type for `linux'.
13915         (org-file-apps): Doc fix.
13917 2005-07-04  David Ponce  <david@dponce.com>
13919         * tree-widget.el: Improve header Commentary section.
13920         (tree-widget) [defgroup]
13921         (tree-widget-image-enable, tree-widget-themes-directory)
13922         (tree-widget-theme, tree-widget-image-properties-emacs)
13923         (tree-widget-image-properties-xemacs, tree-widget-create-image)
13924         (tree-widget-image-formats, tree-widget-control)
13925         (tree-widget-empty-control, tree-widget-leaf-control
13926         (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
13927         (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
13928         (tree-widget-keep, tree-widget-after-toggle-functions)
13929         (tree-widget-open-node, tree-widget-close-node): Doc fix.
13930         (tree-widget-open-control, tree-widget-close-control): Fix doc and
13931         :help-echo message.
13932         (tree-widget-set-theme): Doc fix.  Use `string-equal'.
13933         (tree-widget-image-properties): Doc fix.  Clearer implementation.
13934         (tree-widget--cursors): New constant.
13935         (tree-widget-lookup-image): New function split from
13936         `tree-widget-find-image'.  Clearer implementation.
13937         (tree-widget-find-image): Use it.
13938         (tree-widget-button-keymap): Use `set-keymap-parent'.
13939         (tree-widget) [define-widget]: Use `widget-children-value-delete'.
13940         Define the sub-widgets here.
13941         (tree-widget-node): Check that :node is not a tree-widget.
13942         (tree-widget-get-super, tree-widget-open-control)
13943         (tree-widget-close-control, tree-widget-empty-control)
13944         (tree-widget-leaf-control, tree-widget-guide)
13945         (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
13946         (tree-widget-no-handle, tree-widget-value-delete)
13947         (tree-widget-map): Remove.
13948         (tree-widget-children-value-save): Doc fix.  Simplified.
13949         (tree-widget-value-create): Update according to previous changes.
13951 2005-07-04  Carsten Dominik  <dominik@science.uva.nl>
13953         * textmodes/org.el: Leading space replaced by TABS.
13954         (org-recalc-marks, org-table-rotate-recalc-marks)
13955         (org-table-get-specials): Treat "^" and "_" marks.
13956         (org-table-justify-field-maybe): Optional argument NEW.
13957         (org-table-eval-formula): Parsing of the format simplified.
13958         New modes C,I.  Honor the %= parameter in the current table.
13959         Avoid unnecessary re-align by using the NEW argument to
13960         `org-table-justify-field-maybe'.
13961         (org-calc-default-modes): Default for date-format mimicks org-mode.
13962         (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
13964 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
13966         * cus-face.el (custom-theme-set-faces): Make it handle face
13967         aliases whose alias declarations are pre- or autoloaded.
13969 2005-07-04  Juri Linkov  <juri@jurta.org>
13971         * faces.el (read-face-name): Put the code for getting a face name
13972         from the buffer before adding the faces from the `face' property.
13973         Use `completing-read-multiple' instead of `completing-read'.
13974         Require `crm'.  Add default value and post-process the returned
13975         list of faces.
13977         * emacs-lisp/crm.el (crm-find-current-element)
13978         (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
13980         * emacs-lisp/lisp-mode.el (eval-defun-1):
13981         * emacs-lisp/edebug.el (edebug-eval-defun):
13982         Remove unnecessary quotes.
13984 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
13986         * progmodes/prolog.el (prolog-eof-string): Doc fixes.
13987         (prolog-indent-level): Fix typo in docstring.
13989         * info.el (Info-history, Info-history-forward)
13990         (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
13992         * add-log.el (add-change-log-entry):
13993         * comint.el (comint-dynamic-list-input-ring)
13994         (comint-dynamic-list-completions):
13995         * dabbrev.el (dabbrev-expand):
13996         * delim-col.el (delimit-columns-rectangle-line):
13997         * diff-mode.el (diff-context->unified, diff-reverse-direction)
13998         (diff-unified->context):
13999         * ediff-init.el (ediff-abbrev-jobname):
14000         * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
14001         (ediff-replace-session-activity-marker-in-meta-buffer):
14002         * info.el (Info-summary):
14003         * lpr.el (printify-region):
14004         * printing.el (pr-create-interface):
14005         * ps-print.el (ps-print-quote):
14006         * ses.el (ses-column-widths, ses-print-cell)
14007         (ses-adjust-print-width, ses-center):
14008         * shell.el (shell-file-name-quote-list):
14009         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
14010         (strokes-fill-current-buffer-with-whitespace)
14011         (strokes-xpm-for-stroke, strokes-list-strokes)
14012         (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
14013         * term.el (term-dynamic-list-input-ring)
14014         (term-dynamic-list-completions):
14015         * calc/calc.el (math-format-stack-value):
14016         * emacs-lisp/edebug.el (edebug-display-freq-count):
14017         * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
14018         (delphi-new-comment-line):
14019         * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
14020         * progmodes/executable.el (executable-set-magic):
14021         * progmodes/python.el (inferior-python-mode):
14022         * progmodes/scheme.el (scheme-mode-syntax-table):
14023         * progmodes/sh-script.el (sh-maybe-here-document):
14024         * progmodes/sql.el (sql-copy-column):
14025         * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
14026         * textmodes/bibtex.el (bibtex-mode):
14027         * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
14028         (sgml-auto-attributes):
14029         * textmodes/table.el (table-insert, table-shorten-cell)
14030         (table--generate-source-scan-lines, table-delete-row)
14031         (*table--cell-delete-char, table--spacify-frame)
14032         (table--horizontally-shift-above-and-below)
14033         (table--cell-insert-char, table--cell-blank-str)
14034         (table--fill-region-strictly):
14035         * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
14036         * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
14038         * add-log.el (change-log):
14039         * apropos.el (apropos):
14040         * comint.el (comint-completion, comint-source):
14041         * dabbrev.el (dabbrev):
14042         * delim-col.el (columns):
14043         * diff-mode.el (diff-mode):
14044         * ediff.el (ediff):
14045         * ediff-diff.el (ediff-diff):
14046         * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
14047         * ediff-mult.el (ediff-mult):
14048         * ediff-ptch.el (ediff-ptch):
14049         * ediff-wind.el (ediff-window):
14050         * facemenu.el (facemenu):
14051         * indent.el (indent):
14052         * info.el (info):
14053         * jka-cmpr-hook.el (compression, jka-compr):
14054         * lpr.el (lpr):
14055         * outline.el (outlines):
14056         * pcmpl-cvs.el (pcmpl-cvs):
14057         * pcmpl-rpm.el (pcmpl-rpm):
14058         * printing.el (printing):
14059         * ps-print.el (postscript, ps-print, ps-print-horizontal)
14060         (ps-print-vertical, ps-print-headers, ps-print-font)
14061         (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
14062         (ps-print-background, ps-print-printer, ps-print-page)
14063         (ps-print-miscellany):
14064         * ses.el (ses):
14065         * shell.el (shell, shell-directories, shell-faces):
14066         * startup.el (initialization):
14067         * strokes.el (strokes):
14068         * term.el (term):
14069         * uniquify.el (uniquify):
14070         * w32-vars.el (w32):
14071         * calc/calc.el (calc):
14072         * emacs-lisp/bytecomp.el (bytecomp):
14073         * emacs-lisp/cl-indent.el (lisp-indent):
14074         * emacs-lisp/edebug.el (edebug):
14075         * emacs-lisp/elp.el (elp):
14076         * emacs-lisp/testcover.el (testcover):
14077         * emacs-lisp/trace.el (trace):
14078         * emulation/viper-ex.el (viper-ex):
14079         * emulation/viper-mous.el (viper-mouse):
14080         * mail/mailalias.el (mailalias):
14081         * mail/supercite.el (supercite, supercite-frames)
14082         (supercite-attr, supercite-cite, supercite-hooks):
14083         * net/rcompile.el (remote-compile):
14084         * net/rlogin.el (rlogin):
14085         * obsolete/ooutline.el (outlines):
14086         * progmodes/delphi.el (delphi):
14087         * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
14088         (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
14089         (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
14090         (ebnf-optimization):
14091         * progmodes/etags.el (etags):
14092         * progmodes/executable.el (executable):
14093         * progmodes/idlwave.el (idlwave):
14094         * progmodes/pascal.el (pascal):
14095         * progmodes/prolog.el (prolog):
14096         * progmodes/python.el (python):
14097         * progmodes/scheme.el (scheme):
14098         * progmodes/sh-script.el (sh, sh-script):
14099         * progmodes/sql.el (SQL):
14100         * progmodes/tcl.el (tcl):
14101         * textmodes/bibtex.el (bibtex, bibtex-autokey):
14102         * textmodes/enriched.el (enriched):
14103         * textmodes/makeinfo.el (makeinfo):
14104         * textmodes/sgml-mode.el (sgml):
14105         * textmodes/table.el (table-hooks):
14106         * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
14107         * textmodes/texinfo.el (texinfo):
14108         * textmodes/two-column.el (two-column):
14109         Finish `defgroup' description with period.
14111         * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
14112         * eshell/esh-var.el (eshell-var):
14113         * progmodes/vhdl-mode.el (vhdl-testbench):
14114         * textmodes/org.el (org): Fix typos in docstrings.
14116         * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
14117         consistency.
14119         * progmodes/flymake.el (flymake-find-file): Remove.
14120         (flymake-float-time): Use `with-no-warnings'.
14121         (flymake-check-start-time, flymake-check-was-interrupted)
14122         (flymake-err-info, flymake-is-running, flymake-last-change-time)
14123         (flymake-new-err-info): `defvar' at compile time.
14125 2005-07-03  Juanma Barranquero  <lekktu@gmail.com>
14127         * replace.el (occur-hook): Doc fix.
14128         (occur-1): Don't call `occur-hook' if there are no matches.
14130 2005-07-03  Richard M. Stallman  <rms@gnu.org>
14132         * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
14133         global-map, save the same map.
14134         (global-map): Don't alter it at top level.
14135         (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
14136         Then alter it here instead.
14137         (tpu-edt-off): Set global-map to the saved one.
14139         * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
14140         All references simplified.
14141         (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p.  Uses changed.
14142         (zmacs-regions): Add defvar.
14143         (repeat-complex-command-map): Everything about that deleted.
14145         * textmodes/artist.el (artist-key-is-drawing)
14146         (artist-key-endpoint1, artist-key-poly-point-list)
14147         (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
14148         (artist-key-compl-table, artist-rb-save-data)
14149         (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
14150         Don't put them in eval-when-compile.
14151         (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
14153         * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
14154         Use with-no-warnings.
14156         * net/browse-url.el (dos-windows-version): Add defvar.
14158         * mail/supercite.el (filladapt-prefix-table): Add defvar.
14160         * mail/rmailsum.el (rmail-summary-redo): Add defvar.
14161         (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
14162         (rmail-new-summary-line-count): Rename from new-summary-line-count.
14163         Add defvar.
14164         (rmail-summary-beginning-of-message): Use with-no-warnings.
14165         (rmail-summary-first-message, rmail-summary-last-message): Likewise.
14167         * emulation/vip.el (vip-replace-string, ex-map, ex-read):
14168         Use with-no-warnings.
14170         * emulation/vi.el (vi-mark-region): Use c-mark-function.
14171         (c-mark-function): Add point-moving-unit property.
14172         (vi-goto-line): Use with-no-warnings.
14174         * emulation/edt.el (edt-last-copied-word): Add defvar.
14175         (zmacs-region-stays): Likewise.
14176         (edt-mark-section-wisely): Use c-mark-function for C.
14177         Use makr-defun for Fortran.
14178         (time-string): defvar deleted.
14179         (edt-display-the-time): Don't set time-string.
14181         * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
14183         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
14184         Don't warn when name is not constant
14185         or for defining the group `emacs'.
14187         * tooltip.el (gud-tooltip-mode): Add defvar.
14189         * startup.el (default-frame-background-mode): Add defvar.
14191         * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
14193         * info.el (tool-bar-map): Add defvar.
14195         * dired.el (dnd-protocol-alist): Add defvar.
14197         * dired-aux.el (dired-query): Display question with answer, when
14198         the user answers.
14200         * custom.el (custom-add-option): Doc fix.
14202         * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
14204 2005-07-03  Eli Zaretskii  <eliz@gnu.org>
14206         * font-lock.el (font-lock-regexp-grouping-construct): Fix the
14207         bogus name from the last change.
14209 2005-07-02  Luc Teirlinck  <teirllm@auburn.edu>
14211         * custom.el (custom-declare-variable): Fix typos in comment.
14212         (custom-known-themes): Doc fix.
14213         (custom-theme-directory): New defcustom.
14214         (require-theme): Make it check `custom-theme-directory'.
14216         * cus-theme.el (custom-new-theme-mode): New function.
14217         (custom-theme-name, custom-theme-variables, custom-theme-faces)
14218         (custom-theme-description): Add compiler defvars.
14219         (customize-create-theme): Add doc to the "*New Custom Theme*"
14220         buffer.  Use `custom-new-theme-mode'.
14221         (custom-theme-write): Put the created buffer in emacs-lisp-mode
14222         and save it to the `custom-theme-directory'.  Make this the
14223         default directory of the buffer.
14225 2005-07-02  David Hunter  <hunterd_42@comcast.net>  (tiny change)
14227         * progmodes/flymake.el (flymake-mode, flymake-mode-off):
14228         Fix unbalanced parentheses.
14230 2005-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
14232         * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
14233         into flymake-mode and delegate to flymake-mode.
14235         * find-file.el (ff-which-function-are-we-in): Clean up.
14237 2005-07-02  Juanma Barranquero  <lekktu@gmail.com>
14239         * replace.el (occur-rename-buffer): Fix docstring.
14241         * emulation/edt.el (*EDT-keys*, edt-default-global-map)
14242         (edt-last-copied-word, edt-learn-macro-count)
14243         (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
14244         (edt-rect-start-point, edt-user-global-map, rect-start-point)
14245         (time-string, zmacs-region-stays):
14246         * emulation/edt-mapper.el (edt-save-function-key-map)
14247         (EDT-key-name): `defvar' to silence the byte-compiler.
14249 2005-07-02  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
14251         * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
14252         font-lock-regexp-backslash.  Doc fix.
14253         (font-lock-regexp-backslash-grouping-construct): Rename from
14254         font-lock-regexp-backslash-construct.  Doc fix.
14255         (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
14256         grouping constructs.
14258 2005-07-02  Eli Zaretskii  <eliz@gnu.org>
14260         * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
14261         updating all the prerequisites.
14263 2005-07-01  Juanma Barranquero  <lekktu@gmail.com>
14265         * textmodes/org.el (org-agenda-start-on-weekday)
14266         (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
14267         (org-agenda-use-time-grid, org-archive-location)
14268         (org-allow-space-in-links, org-usenet-links-prefer-google)
14269         (org-enable-table-editor, org-export-default-language)
14270         (org-export-html-show-new-buffer, org-fill-paragraph)
14271         (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
14272         (org-goto-quit, org-occur, org-eval-in-calendar)
14273         (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
14274         (org-agenda-diary-entry, org-remember-help)
14275         (org-table-convert-region, org-at-table-p)
14276         (org-table-move-row-down, org-table-move-row-up)
14277         (org-table-copy-region, org-table-toggle-vline-visibility)
14278         (org-table-get-stored-formulas, org-table-get-specials)
14279         (org-recalc-commands, org-table-eval-formula)
14280         (org-table-formula-substitute-names, orgtbl-make-binding)
14281         (org-format-org-table-html, org-format-table-table-html)
14282         (org-format-table-table-html-using-table-generate-source)
14283         (org-customize): Fix typos in docstrings.
14284         (org-level-2, org-at-timestamp-p, org-agenda-day-view)
14285         (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
14286         (org-back-to-heading): Doc fixes.
14287         (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
14288         (org-agenda-change-all-lines, org-get-header):
14289         Improve argument/docstring consistency.
14290         (orgtbl-error): Fix error message.
14292         * progmodes/flymake.el (flymake-find-possible-master-files)
14293         (flymake-master-file-compare, flymake-get-line-err-count)
14294         (flymake-highlight-line, flymake-gui-warnings-enabled):
14295         Fix typos in docstrings.
14296         (flymake-parse-line, flymake-get-project-include-dirs-function)
14297         (flymake-get-prev-err-line-no, flymake-goto-prev-error):
14298         Doc fixes.
14299         (flymake-get-project-include-dirs-function)
14300         (flymake-make-err-menu-data):
14301         Improve argument/docstring consistency.
14303 2005-07-01  Lute Kamstra  <lute@gnu.org>
14305         * battery.el (battery-linux-proc-apm): Fix typo in docstring.
14306         Catch errors with ignore-errors.  Use temporary buffer.
14307         (battery-linux-proc-acpi): Fix typo in docstring.  Document `%r'.
14309         * facemenu.el (facemenu-unlisted-faces): Delete foreground and
14310         background color faces.
14311         (facemenu-set-foreground, facemenu-set-background):
14312         Use facemenu-set-face-from-menu.
14313         (facemenu-set-face-from-menu): Treat face names that start with
14314         "fg:" or "bg:" as special.
14315         (facemenu-add-new-color): Don't create faces.  Simplify.
14317 2005-06-30  Richard M. Stallman  <rms@gnu.org>
14319         * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
14320         (crm-find-current-element): Likewise.
14322 2005-06-30  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
14324         * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
14326 2005-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14328         * arc-mode.el (archive-extract): Make it work as a mouse binding.
14329         (archive-mouse-extract): Make it an obsolete alias.
14330         (archive-mode-map): Don't use archive-mouse-extract any more.
14331         (archive-mode, archive-extract): write-contents-hooks ->
14332         write-contents-functions.
14333         (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
14334         first arg.
14335         (archive-rename-entry): Update the call.
14336         (archive-zip-summarize): Remove unused var `method'.
14337         (archive-lzh-summarize): Remove unused var `creator'.
14339         * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
14340         dedicated frame upon exit.
14342         * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
14343         (archive-zip-extract, archive-zip-expunge)
14344         (archive-zip-update, archive-zip-update-case): Use executable-find.
14345         (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
14346         Use restore-buffer-modified-p.
14347         (archive-extract, archive-add-new-member, archive-write-file-member):
14348         Use with-current-buffer.
14349         (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
14351 2005-06-30  Andreas Schwab  <schwab@suse.de>
14353         * progmodes/gud.el (gud-filter): Remove unneeded progn.
14355 2005-06-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
14357         * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
14359 2005-06-30  Juri Linkov  <juri@jurta.org>
14361         * faces.el (vertical-border): Inherit from mode-line-inactive
14362         only on tty.
14364 2005-06-30  Juanma Barranquero  <lekktu@gmail.com>
14366         * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
14367         example, -NLINES in the `occur' docstring).
14369         * replace.el (occur-1): When no matches are found, do not set the
14370         `buffer-read-only' and modified flags for the occur buffer,
14371         because it is deleted.
14373         * emulation/cua-base.el (cua-check-pending-input)
14374         (cua-repeat-replace-region, cua-mode, cua-debug)
14375         (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
14376         Fix typos in docstrings.
14378         * emulation/cua-gmrk.el (cua-toggle-global-mark)
14379         (cua-cut-region-to-global-mark)
14380         (cua--cut-rectangle-to-global-mark):
14381         Remove period from end of messages.
14383         * emulation/cua-rect.el (cua-do-rectangle-padding):
14384         Remove period from end of messages.
14385         (cua--rectangle-seq-format): Fix typo in docstring.
14386         (cua-sequence-rectangle, cua-fill-char-rectangle):
14387         Improve argument/docstring consistency.
14389 2005-06-29  Juri Linkov  <juri@jurta.org>
14391         * faces.el (default-frame-background-mode): New internal variable.
14392         (frame-set-background-mode): Use it.
14394         * startup.el (normal-top-level): Set default-frame-background-mode
14395         instead of frame-background-mode.  Before setting it, test for its
14396         nil value.  Remove tests for frame-background-mode and frame
14397         parameter `reverse'.  Add test for "unspecified-fg".
14399         * term/xterm.el (xterm-rxvt-set-background-mode):
14400         * term/rxvt.el (rxvt-set-background-mode):
14401         Set default-frame-background-mode instead of frame-background-mode.
14403 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
14405         * simple.el (set-variable): Warn about obsolete user variables.
14407         * imenu.el (imenu--completion-buffer):
14408         * mouse.el (mouse-buffer-menu-alist):
14409         * msb.el (msb-invisible-buffer-p):
14410         * calendar/diary-lib.el (diary-header-line-format):
14411         * emacs-lisp/pp.el (pp-buffer):
14412         * progmodes/cperl-mode.el (cperl-do-auto-fill):
14413         * textmodes/picture.el (picture-replace-match):
14414         Change space constants followed by a sexp to "?\s ".
14416         * play/decipher.el (decipher-loop-with-breaks):
14417         * textmodes/texinfo.el (texinfo-insert-@item): Change space
14418         constants "protected" from end of line by a comment to "?\s".
14420 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14422         * font-lock.el (save-buffer-state): Use `declare'.
14424         * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
14425         reset the syntax-table to cperl-mode-syntax-table.
14426         (cperl-mode): Make _ into word-syntax during font-locking so "print" in
14427         "foo_print_bar" is not matched as a reserved keyword.
14429 2005-06-29  Carsten Dominik  <dominik@science.uva.nl>
14431         * textmodes/org.el (orgtbl-setup): New function, for delayed
14432         setup for the orgtbl commands.
14433         (org-calc-default-modes): New option.
14434         (orgtbl-make-binding): Use `defun' to get better help display.
14435         (org-diary): Call `org-compile-prefix-format'.
14436         (org-table-formula-substitute-names): New function.
14437         (org-agenda-day-view, org-agenda-week-view): New commands.
14438         (org-agenda-toggle-week-view): Command removed.
14439         (org-tbl-menu): Split off from org-org-menu.
14440         (org-mode): Move removal of outline-mode menus to here.
14441         (org-table-formula-debug): New option.
14442         (org-table-insert-row): Keep first field if just "#" or "*".
14443         (org-mode): Paragraph regexps fixed.
14444         (org-table-recalculate-regexp): New constant.
14445         (org-table-justify-field-maybe): Avoid replace if not necessary.
14446         (org-copy-special, org-cut-special): Use `call-interactively'.
14447         (org-table-copy-region): Take region from `interactive' call.
14448         (org-trim): Return string even if no match.
14449         (org-formula): New face.
14450         (org-set-font-lock-defaults): No longer highlight "FIXME".
14451         But highlight formula-related fields in table.
14452         (org-table-p): Use regexp, not fontification.
14453         (org-table-align): Handle white space at end of line.
14454         (org-table-formula-evaluate-inline): New option.
14455         (org-mode): Auto-wrapping in comment lines turned off.
14456         (org-table-copy-down): Evaluate only in copied field, not in
14457         destination.
14458         (org-table-current-formula): Variable removed.
14459         (org-table-store-formulas, org-table-get-stored-formulas)
14460         (org-table-modify-formulas, org-table-replace-in-formulas)
14461         (org-table-maybe-eval-formula): New functions.
14462         (org-table-get-formula): Modify to use stored formulas.
14463         (org-table-insert-column, org-table-delete-column)
14464         (org-table-move-column): Call `org-table-modify-formulas'.
14465         (org-complete): Add completion for keyword formulas.
14466         (orgtbl-mode): Pull orgtbl-mode-map to start of
14467         minor-mode-map-alist.
14469 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14471         * progmodes/python.el (python-check): Require `compile' before
14472         modifying its variables.
14474         * newcomment.el (comment-indent-default): Don't get fooled by an early
14475         end of buffer.
14477 2005-06-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
14479         * ps-print.el (ps-print-version): Fix version number.
14481 2005-06-28  Luc Teirlinck  <teirllm@auburn.edu>
14483         * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
14485 2005-06-28  Richard M. Stallman  <rms@gnu.org>
14487         * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
14488         (flyspell-local-mouse-map): Declaration deleted.
14489         (flyspell-mouse-map): Bind only mouse-2.
14490         (flyspell-mode-map): Don't test flyspell-use-local-map.
14491         (flyspell-overlay-keymap-property-name): Var deleted.
14492         (flyspell-mode-on): Don't make local bindings for
14493         flyspell-mouse-map and flyspell-mode-map.
14494         (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
14496         * textmodes/ispell.el (ispell-word): Do not ignore short words.
14498         * progmodes/compile.el (compilation-next-error-function):
14499         Don't switch buffers; operate on the current buffer.
14501         * progmodes/compile.el (compilation-error-file-name)
14502         (compilation-warning-file-name, compilation-info-file-name)
14503         (compilation-line-number, compilation-column-number): New faces.
14504         (compilation-error-face, compilation-warning-face)
14505         (compilation-info-face, compilation-line-face)
14506         (compilation-column-face): Use them.
14508         * facemenu.el (facemenu-add-face): Warn when font-lock is active.
14510         * comint.el (comint-password-prompt-regexp): Accept ", try again".
14512         * bindings.el (global-map): Bind insertchar and its variants.
14514 2005-06-27  Richard M. Stallman  <rms@gnu.org>
14516         * textmodes/artist.el (artist-text-overwrite)
14517         (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
14519 2005-06-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
14521         * ps-print.el: It was not working the page selection for printing.
14522         Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
14523         (ps-print-version): New version 6.6.7.
14524         (ps-end-sheet): New fun.
14525         (ps-header-sheet, ps-end-job): Call it.
14527 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
14529         * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
14531 2005-06-27  Lute Kamstra  <lute@gnu.org>
14533         * facemenu.el (facemenu-unlisted-faces): Add foreground and
14534         background color faces.
14535         (facemenu-get-face): Delete function.
14536         (facemenu-set-face-from-menu): Don't call facemenu-get-face.
14537         (facemenu-add-new-color): Make second argument mandatory.
14538         Create the appropriate face and return it.  Simplify.
14539         (facemenu-set-foreground, facemenu-set-background): Don't check if
14540         color is defined.  Use return value of facemenu-add-new-color.
14542 2005-06-26  Nick Roberts  <nickrob@snap.net.nz>
14544         * progmodes/gud.el (gud-filter): Add missing argument to
14545         with-selected-window.
14547 2005-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14549         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
14550         a :require to the defcustom.
14552         * emacs-lisp/autoload.el (make-autoload): Add the :setter for
14553         defcustoms corresponding to minor modes.
14555 2005-06-26  David Ponce  <david@dponce.com>
14557         * recentf.el: Require tree-widget instead of wid-edit.
14558         (recentf-filename-handler): Fix widget :type.
14559         (recentf-cancel-dialog, recentf-open-more-files)
14560         (recentf-open-files-action): Doc fix.
14561         (recentf-dialog-goto-first): New function.
14562         (recentf-dialog-mode-map): Set parent keymap first.
14563         (recentf-dialog-mode): Define with define-derived-mode.
14564         Don't display continuation lines in dialogs.
14565         (recentf-edit-list): Rename from recentf-edit-selected-items.
14566         (recentf-edit-list-select): Rename from recentf-edit-list-action.
14567         Simplify.
14568         (recentf-edit-list-validate): New function.
14569         (recentf-edit-list): Update accordingly.
14570         (recentf-open-files-item-shift): Remove.
14571         (recentf-open-files-item): Convert menu elements into tree and
14572         link widgets.  Don't create the widgets.
14573         (recentf-open-files): Update accordingly.
14574         (recentf-save-list): Untabify.
14576 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
14578         * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
14579         (keep-lines): Add INTERACTIVE arg.  Never delete lines only
14580         partially contained in the active region.  Do not take active
14581         region into account when called from Lisp, unless INTERACTIVE arg
14582         is non-nil.  Use `forward-line' instead of `beginning-of-line' to
14583         avoid trouble with fields.  Make marker point nowhere when no
14584         longer used.  Always return nil.  Doc fix.
14585         (flush-lines): Add INTERACTIVE arg.  Do not take active region
14586         into account when called from Lisp, unless INTERACTIVE arg is
14587         non-nil.  Use `forward-line' instead of `beginning-of-line' to
14588         avoid trouble with fields.  Make marker point nowhere when no
14589         longer used.  Always return nil.  Doc fix.
14590         (how-many): Add INTERACTIVE arg.  Make RSTART and REND args
14591         interchangeable.  Do not take active region into account when
14592         called from Lisp, unless INTERACTIVE arg is non-nil.  Do not print
14593         message in echo area when called from Lisp, unless INTERACTIVE arg
14594         is non-nil.  Avoid saying "1 occurrences".  Do not use markers.
14595         Return the number of matches.  Doc fix.
14596         (occur): Doc fix.
14597         (perform-replace): Make comment follow double space convention for
14598         the sake of `outline-minor-mode'.
14600         * faces.el (facep): Doc fix.
14602 2005-06-25  Richard M. Stallman  <rms@gnu.org>
14604         * facemenu.el (facemenu-enable-faces-p): New function.
14605         (facemenu-background-menu, facemenu-foreground-menu)
14606         (facemenu-face-menu): Add menu-enable property.
14608         * jka-compr.el (jka-compr-insert-file-contents):
14609         Special handling if cannot find the uncompression program.
14611         * cus-face.el (custom-face-attributes): Add autoload.
14613         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
14614         Bind comment-indent-function locally.
14616         * window.el (save-selected-window): Use save-current-buffer.
14618         * subr.el (with-selected-window): Use save-current-buffer.
14620         * progmodes/gud.el (gud-filter): Simplify using with-selected-window
14621         and with-current-buffer.
14623 2005-06-24  Richard M. Stallman  <rms@gnu.org>
14625         * simple.el (line-move-1): Fix previous change.
14627 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
14629         * replace.el (occur-1): Set `buffer-read-only' and the
14630         buffer-modified flag before running `occur-hook' to protect
14631         against unintentional buffer switches that can lead to data loss.
14633 2005-06-24  Nick Roberts  <nickrob@snap.net.nz>
14635         * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
14636         (gud-gdb-marker-filter): Use font-lock-warning-face for any
14637         initial error.
14639         * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
14640         after fresh input.
14641         (gdb-var-create-handler): Put name of expression in quotes.
14643 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
14645         * emacs-lisp/ring.el (ring-elements): Make it return a list of the
14646         elements of RING in order, and without bogus nil elements.
14648 2005-06-23  Richard M. Stallman  <rms@gnu.org>
14650         * simple.el (set-variable): Args renamed; doc fix.
14651         (line-move-1): When there are overlays around, use vertical-motion.
14653         * faces.el (escape-glyph): Use brown against light background.
14654         (nobreak-space): Rename from no-break-space.
14655         Fix previous change.
14657         * dired-aux.el (dired-do-copy): Fix arg prompt.
14659         * mail/sendmail.el (mail-setup-with-from): Fix custom type.
14661 2005-06-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
14663         * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
14664         rather than "Distributor".
14666 2005-06-23  Lute Kamstra  <lute@gnu.org>
14668         * emacs-lisp/debug.el (debugger-special-form-p): New defun.
14669         (debug-on-entry): Use it.  New interactive declaration that uses
14670         function-called-at-point.
14672 2005-06-23  Kim F. Storm  <storm@cua.dk>
14674         * subr.el (save-match-data): Add comment about using evaporate arg
14675         to set-match-data.
14677 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
14679         * cus-edit.el (customize-face)
14680         (customize-face-other-window): Handle face aliases.
14682         * faces.el (face-documentation, set-face-attribute)
14683         (face-spec-set): Handle face aliases.
14685 2005-06-22  Juanma Barranquero  <lekktu@gmail.com>
14687         * help-mode.el (help-make-xrefs): If a symbol representing a face
14688         name is not followed by the word "face", it could still be a
14689         function or variable name, so don't bypass other checks.
14691 2005-06-22  Juri Linkov  <juri@jurta.org>
14693         * ps-print.el (ps-face-foreground-name, ps-face-background-name):
14694         Replace aliased functions with calls where second arg `inherit' is t.
14696 2005-06-22  Nick Roberts  <nickrob@snap.net.nz>
14698         * progmodes/gdb-ui.el (gdb-error): New variable.
14699         (gdb-error): New function.
14700         (gdb-annotation-rules): Act on error-begin and error annotations.
14701         (gdb-concat-output): Use font-lock-warning-face for errors.
14703 2005-06-22  Miles Bader  <miles@gnu.org>
14705         * bindings.el (propertized-buffer-identification): Use renamed
14706         `Buffer-menu-buffer' face.
14708         * faces.el (vertical-border): Rename from `vertical-divider'.
14709         (escape-glyph): Change dark-background color back to `cyan'.
14711 2005-06-21  Juri Linkov  <juri@jurta.org>
14713         * faces.el (face-user-default-spec): Try getting `customized-face'
14714         prior to `saved-face'.
14715         (frame-background-mode): Refill docstring.
14717         * emacs-lisp/lisp-mode.el (eval-defun-1):
14718         * emacs-lisp/edebug.el (edebug-eval-defun):
14719         Set `saved-face' temporarily to nil before calling form.
14720         Set `customized-face' to the new spec after that.
14722 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
14724         * subr.el (1value, lambda, key-substitution-in-progress):
14725         Doc fixes.
14727         * autoinsert.el (auto-insert-alist):
14728         * ses.el (ses-call-printer):
14729         * subr.el (noreturn):
14730         * emacs-lisp/lisp.el (check-parens):
14731         * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
14732         * net/browse-url.el (browse-url-mosaic):
14733         * progmodes/cc-defs.el (c-safe-scan-lists):
14734         * progmodes/ebnf-abn.el (ebnf-abn-lex):
14735         * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
14736         * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
14737         * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
14738         * progmodes/ebnf-iso.el (ebnf-iso-lex):
14739         * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
14741 2005-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
14743         * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
14745 2005-06-21  Glenn Morris  <gmorris@ast.cam.ac.uk>
14747         * calendar/appt.el (appt-make-list): Activate the package, if
14748         not already active (for backwards compatibility).
14750 2005-06-20  Kim F. Storm  <storm@cua.dk>
14752         * subr.el (add-to-ordered-list): Test membership with eq.  Simplify.
14754 2005-06-20  Miles Bader  <miles@gnu.org>
14756         * faces.el (vertical-divider): New face.
14758 2005-06-20  Juanma Barranquero  <lekktu@gmail.com>
14760         * simple.el (kill-whole-line): Doc fix.
14761         (next-error-buffer-p, next-error-find-buffer)
14762         (clone-indirect-buffer): Fix typos in docstrings.
14763         (comment-line-break-function): Doc fix: don't say variable
14764         is automatically buffer-local (it isn't).
14766 2005-06-19  Michael Albinus  <michael.albinus@gmx.de>
14768         * net/tramp-ftp.el (top):
14769         * net/tramp-smb.el (top):
14770         * net/tramp-util.el (top):
14771         * net/tramp-uu.el (top):
14772         * net/tramp-vc.el (top):
14773         * net/tramp.el (top): Revert copyright years back to original
14774         ones.  Tramp has a life outside GNU Emacs.
14776 2005-06-19  Nick Roberts  <nickrob@snap.net.nz>
14778         * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
14780 2005-06-18  Juri Linkov  <juri@jurta.org>
14782         * progmodes/grep.el (grep-regexp-alist): Use backreference at the
14783         end of first regexp to limit the match to the position between
14784         line number and source line with same separator character as used
14785         between file name and line number.  In the second regexp limit
14786         mouse-face area to file name and line number by adding new group
14787         for them and referring it in HYPERLINK arg.
14788         (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
14789         (grep-mode): Set font-lock-lines-before to 0 to not refontify the
14790         previous line where grep markers may be already removed.
14792 2005-06-18  Peter Kleiweg  <p.c.j.kleiweg@rug.nl>
14794         * progmodes/ps-mode.el: Update version and maintainer's email address.
14796 2005-06-18  Steve Youngs  <steve@xemacs.org>
14798         * net/browse-url.el (browse-url-browser-function)
14799         (browse-url-default-browser): Add firefox.
14800         (browse-url-firefox-program, browse-url-firefox-arguments)
14801         (browse-url-firefox-startup-arguments)
14802         (browse-url-firefox-new-window-is-tab): New defcustoms.
14803         (browse-url-firefox, browse-url-firefox-sentinel): New functions.
14805 2005-06-17  Richard M. Stallman  <rms@gnu.org>
14807         * startup.el (command-line): Warn if specified user name has
14808         no home directory.
14810         * term.el (term-get-old-input, term-input-filter, term-input-sender)
14811         (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
14813         * longlines.el (longlines-mode, longlines-show-hard-newlines):
14814         Doc fixes.
14816         * faces.el (underline): Try bold if terminal doesn't support underline.
14818         * mail/sendmail.el (mail-setup-with-from): New variable.
14819         (mail-insert-from-field): New function.
14820         (sendmail-send-it): Call it.
14821         (mail-setup): Optionally call it here.
14823         * term/linux.el: Call tty-no-underline.
14825 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
14827         * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
14829 2005-06-17  Miles Bader  <miles@gnu.org>
14831         * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
14832         (ediff-current-diff-C, ediff-current-diff-Ancestor)
14833         (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
14834         (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
14835         (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
14836         (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
14837         Remove "-face" suffix from face names.
14838         (ediff-current-diff-face-A, ediff-current-diff-face-B)
14839         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
14840         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
14841         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
14842         (ediff-even-diff-face-A, ediff-even-diff-face-B)
14843         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
14844         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
14845         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
14846         New backward-compatibility aliases for renamed faces.
14847         (ediff-current-diff-face-A, ediff-current-diff-face-B)
14848         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
14849         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
14850         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
14851         (ediff-even-diff-face-A, ediff-even-diff-face-B)
14852         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
14853         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
14854         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
14855         Use renamed ediff faces.
14857         * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
14858         Remove "-face" suffix from face names.
14859         (eshell-test-ok-face, eshell-test-failed-face):
14860         New backward-compatibility aliases for renamed faces.
14861         (eshell-run-test): Use renamed eshell-test faces.
14863         * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
14864         face name.
14865         (eshell-prompt-face): New backward-compatibility alias for renamed
14866         face.
14867         (eshell-emit-prompt): Use renamed eshell-prompt face.
14869         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
14870         (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
14871         (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
14872         (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
14873         Remove "-face" suffix from face names.
14874         (eshell-ls-directory-face, eshell-ls-symlink-face)
14875         (eshell-ls-executable-face, eshell-ls-readonly-face)
14876         (eshell-ls-unreadable-face, eshell-ls-special-face)
14877         (eshell-ls-missing-face, eshell-ls-archive-face)
14878         (eshell-ls-backup-face, eshell-ls-product-face)
14879         (eshell-ls-clutter-face):
14880         New backward-compatibility aliases for renamed faces.
14881         (eshell-ls-decorated-name): Use renamed eshell-ls faces.
14883         * progmodes/cc-fonts.el (c-nonbreakable-space-face):
14884         Remove "-face" suffix from face name.
14885         (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
14886         instead of literal face.
14888 2005-06-17  Juanma Barranquero  <lekktu@gmail.com>
14890         * emacs-lisp/warnings.el (display-warning, lwarn)
14891         (warning-minimum-log-level): Doc fixes.
14892         (warning-minimum-level, warning-minimum-log-level):
14893         Add :debug to :type choices.
14895         * progmodes/ada-mode.el (ada-format-paramlist)
14896         (ada-get-indent-case, ada-check-matching-start)
14897         (ada-check-defun-name, ada-goto-matching-decl-start)
14898         (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
14899         (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
14900         (ada-make-subprogram-body): Follow error conventions.
14901         (ada-case-exception-file, ada-indent-comment-as-code)
14902         (ada-indent-handle-comment-special, ada-indent-renames)
14903         (ada-indent-return, ada-search-directories-internal)
14904         (ada-tab-policy, ada-case-exception-substring)
14905         (ada-other-file-alist, ada-matching-start-re)
14906         (ada-matching-decl-start-re, ada-contextual-menu-last-point)
14907         (ada-imenu-generic-expression, ada-compile-goto-error)
14908         (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
14909         (ada-popup-menu, ada-add-extensions, ada-mode)
14910         (ada-region-selected, ada-create-case-exception)
14911         (ada-create-case-exception-substring, ada-after-keyword-p)
14912         (ada-activate-keys-for-case, ada-adjust-case-region)
14913         (ada-adjust-case-buffer, ada-format-paramlist)
14914         (ada-scan-paramlist, ada-insert-paramlist)
14915         (ada-indent-newline-indent)
14916         (ada-indent-newline-indent-conditional)
14917         (ada-justified-indent-current, ada-goto-previous-word)
14918         (ada-indent-current, ada-get-indent-open-paren)
14919         (ada-get-indent-paramlist, ada-get-indent-end)
14920         (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
14921         (ada-get-indent-block-start, ada-get-indent-subprog)
14922         (ada-get-indent-noindent, ada-get-indent-label)
14923         (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
14924         (ada-search-prev-end-stmt, ada-goto-next-non-ws)
14925         (ada-goto-stmt-end, ada-goto-next-word)
14926         (ada-check-matching-start, ada-check-defun-name)
14927         (ada-goto-matching-decl-start, ada-goto-matching-start)
14928         (ada-goto-matching-end, ada-search-ignore-string-comment)
14929         (ada-in-decl-p, ada-looking-at-semi-or)
14930         (ada-looking-at-semi-private, ada-in-paramlist-p)
14931         (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
14932         (ada-untab-hard, ada-move-to-start, ada-move-to-end)
14933         (ada-next-procedure, ada-previous-procedure, ada-next-package)
14934         (ada-previous-package, ada-create-menu)
14935         (ada-fill-comment-paragraph-justify)
14936         (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
14937         (ada-other-file-name, ada-last-which-function-line)
14938         (ada-last-which-function-subprog, ada-which-function)
14939         (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
14940         (ada-gen-treat-proc, ada-check-emacs-version)
14941         (ada-continuation-indent, ada-align-region-separate):
14942         Fix typos in docstrings.
14943         (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
14945 2005-06-16  Lute Kamstra  <lute@gnu.org>
14947         * simple.el (fundamental-mode): Run after-change-major-mode-hook
14948         conditionally.
14950 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
14952         * comint.el (comint-replace-by-expanded-filename)
14953         (comint-prompt-regexp, comint-delimiter-argument-list)
14954         (comint-preinput-scroll-to-bottom):
14955         * info.el (Info-hide-cookies-node):
14956         * ls-lisp.el (ls-lisp-classify):
14957         * find-file.el (ff-search-directories, ff-special-constructs)
14958         (ff-find-other-file):
14959         * font-lock.el (font-lock-keywords):
14960         * shell.el (shell-prompt-pattern)
14961         (shell-dynamic-complete-functions, shell-mode)
14962         (shell-delimiter-argument-list):
14963         * term.el (term-replace-by-expanded-filename)
14964         (term-prompt-regexp, term-delimiter-argument-list):
14965         * woman.el (woman-ignore, woman0-if):
14966         * emacs-lisp/derived.el (derived-mode-init-mode-variables):
14967         * emacs-lisp/elint.el (elint-init-env):
14968         * emacs-lisp/regexp-opt.el (regexp-opt-depth):
14969         * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
14970         * language/ethio-util.el (ethio-tilde-escape)
14971         (ethio-use-three-dot-question):
14972         * net/zone-mode.el (zone-mode-load-time-setup):
14973         * progmodes/cc-align.el (c-lineup-argcont):
14974         * progmodes/cc-awk.el (c-awk-beginning-of-defun):
14975         * progmodes/cperl-mode.el (cperl-set-style-back):
14976         * progmodes/inf-lisp.el (inferior-lisp-prompt):
14977         * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
14978         Fix spellings in docstrings.
14980         * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
14981         * progmodes/modula2.el (m2-for): Fix spellings.
14983         * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
14985         * simple.el (undo-more): Don't use `format' on `error' arguments.
14986         Improve argument/docstring consistency.
14987         (pending-undo-list): Doc fix.
14989         * smerge-mode.el (smerge-ensure-match):
14990         * emulation/vip.el (vip-ex):
14991         * net/zone-mode.el (zone-mode-update-serial):
14992         * progmodes/idlwave.el (idlwave-complete):
14993         * progmodes/vhdl-mode.el (vhdl-visit-file)
14994         (vhdl-compose-wire-components):
14995         Don't use `format' on `error' arguments.
14997         * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
14998         (tooltip-use-echo-area, tooltip-process-prompt-regexp)
14999         (tooltip-help-tips): Fix typos in docstrings.
15001 2005-06-16  David Ponce  <david@dponce.com>
15003         * tree-widget.el (tree-widget-value-create): Simplify last change.
15005 2005-06-15  Matt Hodges  <MPHodges@member.fsf.org>
15007         * ido.el (ido-incomplete-regexp): New variable.
15008         (ido-set-matches-1): Handle invalid-regexp error and set
15009         ido-incomplete-regexp.
15010         (ido-incomplete-regexp): New face.
15011         (ido-completions): Use it.
15012         (ido-complete, ido-exit-minibuffer, ido-completions):
15013         Handle incomplete regexps.
15014         (ido-completions): Add check for complete match when entering a regexp.
15016 2005-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
15018         * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
15020 2005-06-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
15022         * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
15023         by field delimiters.
15025 2005-06-15  David Ponce  <david@dponce.com>
15027         * tree-widget.el: eval-and-compile inlined functions so they will
15028         be available at run-time too.
15029         (tree-widget-super-format-handler)
15030         (tree-widget-format-handler): Remove.
15031         (tree-widget-value-create): Handle the :indent property.
15033 2005-06-15  Miles Bader  <miles@gnu.org>
15035         * progmodes/which-func.el (which-func): Only inherit
15036         `font-lock-function-name-face' when that makes sense against the
15037         default mode-line face, otherwise set the face color explicitly.
15039         * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
15040         faces instead of (non-existent) variables.
15042 2005-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
15044         * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
15045         (iswitchb-get-matched-buffers): Likewise.  Simplify.
15047 2005-06-14  Miles Bader  <miles@gnu.org>
15049         * progmodes/ld-script.el (ld-script-location-counter):
15050         Remove "-face" suffix from face name.
15051         (ld-script-location-counter-face):
15052         New backward-compatibility alias for renamed face.
15053         (ld-script-location-counter-face): Use renamed face.
15055         * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
15056         (cperl-hash): Remove "-face" suffix from face names.
15057         (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
15058         New backward-compatibility aliases for renamed faces.
15059         (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
15060         (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
15062         * progmodes/which-func.el (which-func): Remove "-face" suffix from face
15063         name.
15064         (which-func-face): New backward-compatibility alias for renamed face.
15065         (which-func-format): Use renamed which-func face.
15067         * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
15068         (vhdl-function, vhdl-directive, vhdl-reserved-word)
15069         (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
15070         names.
15071         (vhdl-speedbar-entity, vhdl-speedbar-architecture)
15072         (vhdl-speedbar-configuration, vhdl-speedbar-package)
15073         (vhdl-speedbar-library, vhdl-speedbar-instantiation)
15074         (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
15075         (vhdl-speedbar-architecture-selected)
15076         (vhdl-speedbar-configuration-selected)
15077         (vhdl-speedbar-package-selected)
15078         (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
15079         names.
15080         (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
15081         Use renamed faces.
15082         (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
15083         (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
15084         (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
15085         Use renamed faces.
15086         (syntax-alist): Don't use "font-lock-" or "-face" in generated face
15087         names.
15088         (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
15089         (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
15090         (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
15091         (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
15092         (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
15093         (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
15095         * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
15096         face name.
15097         (sh-heredoc-face): New backward-compatibility alias for renamed face.
15098         (sh-heredoc-face): Use renamed sh-heredoc face.
15100         * progmodes/idlw-help.el (idlwave-help-link):
15101         Remove "-face" suffix from face name.
15102         (idlwave-help-link-face):
15103         New backward-compatibility alias for renamed face.
15104         (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
15106         * progmodes/idlw-shell.el (idlwave-shell-bp-face)
15107         (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
15108         (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
15109         New backward-compatibility aliases for renamed faces.
15110         (idlwave-shell-disabled-breakpoint-face)
15111         (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
15113         * progmodes/flymake.el (flymake-errline, flymake-warnline):
15114         Remove "-face" suffix from face names.
15115         (flymake-errline-face, flymake-warnline-face):
15116         New backward-compatibility aliases for renamed faces.
15117         (flymake-highlight-line): Use renamed flymake faces.
15119         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
15120         (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
15121         (ebrowse-member-class, ebrowse-progress):
15122         Remove "-face" suffix from face names.
15123         (ebrowse-tree-mark-face, ebrowse-root-class-face)
15124         (ebrowse-file-name-face, ebrowse-default-face)
15125         (ebrowse-member-attribute-face, ebrowse-member-class-face)
15126         (ebrowse-progress-face):
15127         New backward-compatibility aliases for renamed faces.
15128         (ebrowse-show-progress, ebrowse-show-file-name-at-point)
15129         (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
15130         (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
15131         (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
15133         * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
15134         antlr-syntax)
15135         (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
15136         (antlr-literal): Remove "-face" suffix and "font-lock-" from face
15137         names.
15138         (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
15139         (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
15140         (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
15141         (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
15142         backward-compatibility aliases for renamed faces.
15143         (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
15144         (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
15145         (antlr-tokenref-face, antlr-literal-face): Variables renamed to
15146         remove "font-lock-".  Use renamed antlr-mode faces.
15147         (antlr-font-lock-additional-keywords): Use renamed faces.  Replace
15148         literal face-names with face variable references.
15150         * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
15151         face name.
15152         (Buffer-menu-buffer-face): New backward-compatibility alias for
15153         renamed face.
15154         (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
15156 2005-06-15  Daniel Pfeiffer  <occitan@esperanto.org>
15158         * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
15159         Eliminate "-face" suffix.
15160         (makefile-targets): Inherit from font-lock-function-name-face and
15161         eliminate "-face" suffix.
15162         (makefile-shell): Remove attributes and eliminate "-face" suffix.
15163         (makefile-*-font-lock-keywords): Append makefile-targets in rule
15164         actions, instead of prepending, to make it less visible.
15165         (makefile-previous-dependency, makefile-match-dependency):
15166         Don't match a target on a continuation line.
15168         * files.el (auto-mode-alist): Put Makefile in gmake mode.
15170 2005-06-15  Nick Roberts  <nickrob@snap.net.nz>
15172         * progmodes/gdb-ui.el (menu): Re-order menu items.
15173         (gdb-tooltip-print): Respect tooltip-use-echo-area.
15175         * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
15176         Define in tooltip.el.
15177         (gud-tooltip-process-output): Respect tooltip-use-echo-area.
15178         (gud-tooltip-tips): Respect tooltip-use-echo-area and
15179         gud-tooltip-echo-area.
15181         * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
15182         backward compatibility and make obsolete.
15183         (tooltip-help-tips): Use tooltip-use-echo-area.
15184         (tooltip-show-help-function): Rename to...
15185         (tooltip-show-help): ...this, because it is a function.
15186         (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
15188 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
15190         * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
15191         (edebug-print-length, edebug-print-level, edebug-print-circle)
15192         (edebug-modify-breakpoint, edebug-eval-last-sexp)
15193         (edebug-eval-print-last-sexp): Doc fixes.
15195 2005-06-14  Kim F. Storm  <storm@cua.dk>
15197         * ido.el (ido-mode): Make a new keymap every time we enable ido,
15198         as the coverage buffer/file/both may change.
15200 2005-06-14  Lute Kamstra  <lute@gnu.org>
15202         * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
15203         and run-mode-hooks.  Simplify.
15205         * mail/rmailedit.el (rmail-edit-mode):
15206         * progmodes/octave-inf.el (inferior-octave-mode):
15207         * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
15209         * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
15210         and run-mode-hooks.
15211         (recentf-edit-list, recentf-open-files): Don't call
15212         kill-all-local-variables directly.
15214         * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
15216 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
15218         * emacs-lisp/byte-run.el (make-obsolete)
15219         (define-obsolete-function-alias): Rename arguments FUNCTION and
15220         NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
15221         (make-obsolete-variable, define-obsolete-variable-alias):
15222         Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
15223         respectively.
15225         * isearchb.el (isearchb-activate):
15226         * pcvs.el (cvs-mode):
15227         * ses.el (ses-load):
15228         * vc-arch.el (vc-arch-checkin, vc-arch-diff):
15229         * net/tramp.el (tramp-find-file-exists-command)
15230         (tramp-find-shell):
15231         * progmodes/ada-mode.el (ada-create-case-exception)
15232         (ada-create-case-exception-substring, ada-make-subprogram-body):
15233         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
15234         * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
15235         * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
15236         * textmodes/org.el (org-promote, org-evaluate-time-range)
15237         (org-agenda-next-date-line, org-agenda-previous-date-line)
15238         (org-agenda-error, org-open-at-point, org-table-move-row)
15239         (org-format-table-table-html-using-table-generate-source)
15240         (org-shiftcursor-error, org-ctrl-c-ctrl-c):
15241         * textmodes/reftex.el (reftex-access-scan-info):
15242         * textmodes/reftex-toc.el (reftex-toc-dframe-p)
15243         (reftex-toc-promote-prepare): Follow error conventions.
15245         * diff-mode.el (diff-mode): Fix typo in docstring.
15247         * forms.el (forms--intuit-from-file): Fix reference to
15248         `forms-number-of-fields' in error message.
15249         (forms-print): Fix quoting in error message.
15251         * forms.el (forms-mode):
15252         * emulation/vi.el (vi-goto-insert-state):
15253         * progmodes/flymake.el (flymake-new-err-info)
15254         (flymake-start-syntax-check-for-current-buffer)
15255         (flymake-simple-cleanup):
15256         * eshell/esh-var.el (eshell/export):
15257         * progmodes/gud.el (xdb):
15258         * textmodes/flyspell.el (flyspell-incorrect-hook)
15259         (flyspell-maybe-correct-transposition)
15260         (flyspell-maybe-correct-doubling): Fix quoting in docstring.
15262 2005-06-13  Luc Teirlinck  <teirllm@auburn.edu>
15264         * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
15265         minibuffer prompt.
15267 2005-06-13  Kim F. Storm  <storm@cua.dk>
15269         * subr.el (add-to-ordered-list): New defun.
15271         * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
15272         add cua--keymap-alist to emulation-mode-map-alists.
15274 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
15276         * subr.el (complete-in-turn): New macro.
15277         (dynamic-completion-table, lazy-completion-table): Add debug info.
15279         * faces.el (read-face-name): Use complete-in-turn complete non-aliases
15280         in preference to face aliases.
15282         * textmodes/fill.el (fill-match-adaptive-prefix): New function.
15283         (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
15284         Remove unused vars `start' and `firstline'.
15285         (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
15286         (justify-current-line, fill-individual-paragraphs): Remove unused vars.
15288 2005-06-13  Eli Zaretskii  <eliz@gnu.org>
15290         * cus-start.el (all): Don't complain about missing GTK-related
15291         variables, unless either `gtk' is boundp or this isn't a
15292         `windows-nt' build.
15294 2005-06-13  Lute Kamstra  <lute@gnu.org>
15296         * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
15297         run-mode-hooks.
15299         * ediff-mult.el (ediff-meta-mode):
15300         * ediff-util.el (ediff-mode): Use run-mode-hooks.
15302         * ledit.el (ledit-mode): Use delay-mode-hooks.
15304         * woman.el (woman-mode-line-format): Delete constant.
15305         (woman-mode-map): Initialize it properly.
15306         (woman-mode): Set mode-class property to special.
15307         Use delay-mode-hooks and run-mode-hooks.  Use the right keymap.
15308         Set major-mode and mode-name.  Don't set mode-line-format directly.
15309         (Man-getpage-in-background): Don't reference woman-mode-line-format.
15311         * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
15312         string argument obsolete.
15314 2005-06-13  Carsten Dominik  <dominik@science.uva.nl>
15316         * textmodes/org.el (org-CUA-compatible): New option.
15317         (org-disputed-keys): New variable.
15318         (org-key): New function.
15319         (orgtbl-make-binding): Add docstring to the created function.
15320         (org-mode): Set paragraph start/separate regexps.
15321         (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
15322         (org-archive-location, org-archive-mark-done)
15323         (org-archive-stamp-time): New options.
15324         (org-archive-subtree): New command.
15325         (org-fill-paragraph): New function.
15326         (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
15327         (org-fake-empty-table-line): Function removed.
15328         (org-format-org-table-html): Do not create empty table lines at
15329         separator lines.  Improved table header treatment.
15330         (org-link-format): New option.
15331         (org-make-link): New function.
15332         (org-insert-link, org-store-link): Use org-make-link.
15333         (org-open-file): Quote file name for shell command, to allow
15334         spaces in file names.
15335         (org-link-regexp): Fix bug with mailto link.
15336         (org-link-maybe-angles-regexp, org-protected-link-regexp):
15337         New constants.
15338         (org-export-as-html): Deal with the optional angles around a link.
15339         Better treatment of file: links.
15340         (org-open-at-point): Replace @{ and @} with < and >.
15341         (org-run-mode-hooks): Function removed.
15342         (org-agenda-mode): No longer use `org-run-mode-hooks'.
15344 2005-06-13  Nick Roberts  <nickrob@snap.net.nz>
15346         * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
15347         MI command -data-list-register-values.
15348         (gdb-post-prompt): Indent properly.
15350 2005-06-13  Juanma Barranquero  <lekktu@gmail.com>
15352         * hilit-chg.el (highlight-changes-colors): Rename from
15353         `highlight-changes-colours'.
15354         (highlight-changes-colours): Keep as obsolete alias.
15355         (highlight-changes-face-list): Doc fix.
15356         (hilit-chg-make-list): Use `highlight-changes-colors'.
15358 2005-06-12  Mark A. Hershberger  <mah@everybody.org>
15360         * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
15361         defun-prompt-regexp.
15363 2005-06-12  Eli Zaretskii  <eliz@gnu.org>
15365         * loadup.el: Don't say we are dumping under 2 names on windows-nt
15366         and cygwin.
15368         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
15369         Don't use an old loaddefs.el, as in Makefile.in.
15371 2005-06-12  Lute Kamstra  <lute@gnu.org>
15373         * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
15375         * man.el (Man-mode-map): Initialize it properly.
15376         (Man-mode): Set mode-class property to special.
15378         * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
15380 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
15382         * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
15383         A newline is needed in the docstring there.
15385         * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
15386         Doc fixes.
15388 2005-06-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
15390         * printing.el: Doc fix.  The menubar is no more changed when printing
15391         is loaded, it only changes when pr-menu-bind or pr-update-menus is
15392         called.  Now, the menubar changing will work in Emacs 20, 21 and 22.
15393         (pr-version): New version number (6.8.4).
15394         (pr-menu-bind): New command.
15395         (pr-update-menus): Docstring and code fix.
15396         (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
15397         Docstring fix.
15398         (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
15399         (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
15401 2005-06-11  Thien-Thi Nguyen  <ttn@gnu.org>
15403         * emacs-lisp/ewoc.el: Doc fixes for public funcs:
15404         "Returns" to "return", document useful return values, etc.
15406 2005-06-11  Alan Mackenzie  <acm@muc.de>
15408         * fill.el (fill-context-prefix): Try `adaptive-fill-function'
15409         BEFORE `adaptive-fill-regexp' when determining a fill prefix.
15410         (adaptive-file-function): Minor amendment to doc-string.
15412 2005-06-11  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
15414         * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
15415         (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
15416         Fix :type--it is `integer', not `string'.
15418         * faces.el (modeline-highlight): Rename from (the erroneous)
15419         `modeline-higilight'.
15421 2005-06-11  Lute Kamstra  <lute@gnu.org>
15423         * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
15424         lisp-interaction-mode-map but make it the parent.
15425         (edebug-eval-mode): Use define-derived-mode.
15427 2005-06-11  Andreas Schwab  <schwab@suse.de>
15429         * bindings.el: Add binding of `ESC functionkey' for every
15430         `M-functionkey'.
15431         * hexl.el (hexl-mode-map): Likewise.
15433 2005-06-10  Michael Hotchin  <michael@hotchin.net>  (tiny change)
15435         * progmodes/compile.el (compilation-error-regexp-alist-alist)
15436         [msft]: update regexp for newer msft compilers.
15438 2005-06-10  Mark A. Hershberger  <mah@everybody.org>
15440         * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
15441         ATTLIST portions of included DTDs.
15442         (xml-parse-dtd): Eliminate use of inefficient match-data.
15444 2005-06-10  Miles Bader  <miles@gnu.org>
15446         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
15447         (mpuz-text): Remove "-face" suffix from face names.
15448         (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
15449         (mpuz-text-face): New backward-compatibility aliases for renamed faces.
15450         (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
15452         * play/gomoku.el (gomoku-O, gomoku-X):
15453         Remove "-face" suffix from face names.
15454         (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
15455         New backward-compatibility aliases for renamed faces.
15456         (gomoku-font-lock-keywords): Use renamed gomoku faces.
15458 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
15460         * thumbs.el: Fixes for changes of 2005-06-09.
15461         (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
15462         as a directory.
15463         (thumbs-thumbname): Remove directory separator from format string;
15464         `thumbs-thumbsdir' now returns a valid directory name.
15465         (thumbs-temp-dir): New defsubst.
15466         (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
15467         Use it.
15469         * cus-edit.el (minibuffer):
15470         * files.el (make-backup-file-name-function):
15471         * filesets.el (filesets-external-viewers):
15472         * hilit-chg.el (highlight-changes-colours)
15473         (highlight-changes-face-list, highlight-changes-rotate-faces):
15474         * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
15475         * kmacro.el (kmacro-call-macro):
15476         * log-edit.el (log-edit-changelog-full-paragraphs):
15477         * mouse.el (mouse-1-click-follows-link):
15478         * skeleton.el (skeleton-autowrap):
15479         * subr.el (insert-for-yank-1):
15480         * tempo.el (tempo-insert-region):
15481         * terminal.el (terminal-emulator):
15482         * time.el (display-time-mail-face):
15483         * vc.el (vc-annotate):
15484         * vcursor.el (vcursor-copy-line):
15485         * woman.el (woman-bold-headings, woman-ignore)
15486         (woman-default-faces, woman-monochrome-faces):
15487         * calendar/todo-mode.el (todo-insert-threshold):
15488         * emulation/pc-select.el (pc-select-selection-keys-only)
15489         (pc-selection-mode):
15490         * emulation/vip.el (vip-find-char-forward):
15491         * emulation/viper-cmd.el (viper-find-char-forward):
15492         * international/mule-cmds.el
15493         (select-safe-coding-system-accept-default-p)
15494         (input-method-exit-on-invalid-key):
15495         * international/mule-diag.el (describe-coding-system):
15496         * international/ucs-tables.el (unify-8859-on-encoding-mode):
15497         * net/browse-url.el (browse-url-xterm-program):
15498         * obsolete/lazy-lock.el (lazy-lock-mode):
15499         * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
15500         (cperl-mode):
15501         * progmodes/cpp.el (cpp-face-light-name-list)
15502         (cpp-face-dark-name-list):
15503         * progmodes/delphi.el (delphi-newline-always-indents):
15504         Fix spellings in docstrings.
15506         * ido.el (ido-mode, ido-file-extensions-order)
15507         (ido-default-file-method, ido-default-buffer-method)
15508         (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
15509         (ido-decorations, ido-read-file-name-as-directory-commands)
15510         (ido-read-file-name-non-ido, ido-work-directory-list)
15511         (ido-ignore-item-temp-list, ido-current-directory)
15512         (ido-magic-forward-char, ido-enter-find-file)
15513         (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
15514         (ido-find-file, ido-read-buffer): Fix typos in docstrings.
15516 2005-06-10  Lute Kamstra  <lute@gnu.org>
15518         * play/dunnet.el (dun-mode): Use define-derived-mode.
15519         (dungeon-mode-map): Rename to dun-mode-map.  Keep old name as an
15520         obsolete alias.
15522         * play/doctor.el (doctor-mode-map): Remove defvar.
15523         (doctor-mode): Use define-derived-mode.
15525         * mail/mspools.el (mspools-mode):
15526         * net/eudc-hotlist.el (eudc-hotlist-mode):
15527         * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
15529 2005-06-10  Miles Bader  <miles@gnu.org>
15531         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
15532         Remove "-face" suffix from face names.
15533         (flyspell-incorrect-face, flyspell-duplicate-face):
15534         New backward-compatibility aliases for renamed faces.
15535         (flyspell-mode-on, make-flyspell-overlay)
15536         (flyspell-highlight-incorrect-region)
15537         (flyspell-highlight-duplicate-region)
15538         (flyspell-display-next-corrections)
15539         (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
15541         * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
15542         from face name.
15543         (texinfo-heading-face): New backward-compatibility alias for
15544         renamed face.
15545         (texinfo-heading-face): Use renamed texinfo-heading face.
15547         * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
15548         suffix from face names.
15549         (tex-math-face, tex-verbatim-face):
15550         New backward-compatibility aliases for renamed faces.
15551         (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
15552         (tex-insert-quote): Use `tex-verbatim-face' variable instead of
15553         literal face name.
15555         * textmodes/table.el (table-cell): Remove "-face" suffix from face
15556         name.
15557         (table-cell-face): New backward-compatibility alias for renamed face.
15558         (table--put-cell-face-property, table--update-cell-face):
15559         Use renamed table-cell face.
15561         * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
15562         from face name.
15563         (sgml-namespace-face): New backward-compatibility alias for
15564         renamed face.
15565         (sgml-namespace-face): Use renamed sgml-namespace face.
15567         * textmodes/org.el (org-level-1, org-level-2, org-level-3)
15568         (org-level-4, org-level-5, org-level-6, org-level-7)
15569         (org-level-8, org-warning, org-headline-done)
15570         (org-deadline-announce, org-scheduled-today)
15571         (org-scheduled-previously, org-link, org-done, org-table)
15572         (org-time-grid): Remove "-face" suffix from face names.
15573         (org-level-1-face, org-level-2-face, org-level-3-face)
15574         (org-level-4-face, org-level-5-face, org-level-6-face)
15575         (org-level-7-face, org-level-8-face, org-warning-face)
15576         (org-headline-done-face, org-deadline-announce-face)
15577         (org-scheduled-today-face, org-scheduled-previously-face)
15578         (org-link-face, org-done-face, org-table-face)
15579         (org-time-grid-face):
15580         New backward-compatibility aliases for renamed faces.
15581         (org-level-faces, org-set-font-lock-defaults, org-timeline)
15582         (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
15583         (org-agenda-get-timestamps, org-agenda-get-scheduled)
15584         (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
15586         * emulation/viper-init.el (viper-search, viper-replace-overlay)
15587         (viper-minibuffer-emacs, viper-minibuffer-insert)
15588         (viper-minibuffer-vi): Remove "-face" suffix from face names.
15589         (viper-search-face, viper-replace-overlay-face)
15590         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
15591         (viper-minibuffer-vi-face):
15592         New backward-compatibility aliases for renamed faces.
15593         (viper-search-face, viper-replace-overlay-face)
15594         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
15595         (viper-minibuffer-vi-face): Use renamed viper faces.
15597         * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
15598         Remove "-face" suffix from face names.
15599         (testcover-nohits-face, testcover-1value-face):
15600         New backward-compatibility aliases for renamed faces.
15601         (testcover-mark): Use renamed testcover faces.
15603         * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
15604         face name.
15605         (diary-button-face): New backward-compatibility alias for renamed face.
15606         (diary-entry): Use renamed diary-button face.
15608         * calendar/calendar.el (diary, calendar-today, holiday)
15609         (mark-visible-calendar-date): Remove "-face" suffix from face names.
15610         (diary-face, calendar-today-face, holiday-face):
15611         New backward-compatibility aliases for renamed faces.
15612         (eval-after-load "facemenu", diary-entry-marker)
15613         (calendar-today-marker, calendar-holiday-marker, diary-face):
15614         Use renamed calendar faces.
15616         * compare-w.el (compare-windows): Remove "-face" suffix from face name.
15617         (compare-windows-face): New backward-compatibility alias for
15618         renamed face.
15619         (compare-windows-highlight): Use renamed compare-windows face.
15621         * strokes.el (strokes-char): Remove "-face" suffix from face name.
15622         (strokes-char-face): New backward-compatibility alias for renamed face.
15623         (strokes-encode-buffer): Use renamed strokes-char face.
15625         * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
15626         (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
15627         Remove "-face" suffix from face names.
15628         (cvs-header-face, cvs-filename-face, cvs-unknown-face)
15629         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
15630         (cvs-msg-face): New backward-compatibility aliases for renamed faces.
15631         (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
15632         Use renamed pcvs faces.
15633         * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
15634         * pcvs-defs.el (cvs-mode-map): Likewise.
15635         * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
15637         * info.el (info-title-1, info-title-2, info-title-3)
15638         (info-title-4): Remove "-face" suffix from and downcase face names.
15639         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
15640         (Info-title-4-face):
15641         New backward-compatibility aliases for renamed faces.
15642         (Info-fontify-node): Use renamed info faces.
15644         * hilit-chg.el (highlight-changes, highlight-changes-delete):
15645         Remove "-face" suffix from face names.
15646         (highlight-changes-face, highlight-changes-delete-face):
15647         New backward-compatibility aliases for renamed faces.
15648         (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
15649         (hilit-chg-make-list): Use renamed highlight-changes faces.
15651         * generic-x.el (show-tabs-tab, show-tabs-space):
15652         Remove "-face" suffix from face names.
15653         (show-tabs-tab-face, show-tabs-space-face):
15654         New backward-compatibility aliases for renamed faces.
15655         (show-tabs-generic-mode-font-lock-defaults-1)
15656         (show-tabs-generic-mode-font-lock-defaults-2):
15657         Use renamed show-tabs faces.
15659         * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
15660         (smerge-markers): Remove "-face" suffix from face names.
15661         (smerge-mine-face, smerge-other-face, smerge-base-face)
15662         (smerge-markers-face):
15663         New backward-compatibility aliases for renamed faces.
15664         (smerge-mine-face, smerge-other-face, smerge-base-face)
15665         (smerge-markers-face): Use renamed smerge faces.
15667         * log-view.el (log-view-file, log-view-message): Remove "-face"
15668         suffix from face names.
15669         (log-view-file-face, log-view-message-face):
15670         New backward-compatibility aliases for renamed faces.
15671         (log-view-file-face, log-view-message-face): Use renamed log-view
15672         faces.
15674         * paren.el (show-paren-match, show-paren-mismatch):
15675         Remove "-face" suffix from face names.
15676         (show-paren-match-face, show-paren-mismatch-face):
15677         New backward-compatibility aliases for renamed faces.
15678         (show-paren-function): Use renamed show-paren faces.
15680         * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
15681         (ruler-mode-margins, ruler-mode-fringes)
15682         (ruler-mode-column-number, ruler-mode-fill-column)
15683         (ruler-mode-comment-column, ruler-mode-goal-column)
15684         (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
15685         suffix from face names.
15686         (ruler-mode-default-face, ruler-mode-pad-face)
15687         (ruler-mode-margins-face, ruler-mode-fringes-face)
15688         (ruler-mode-column-number-face, ruler-mode-fill-column-face)
15689         (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
15690         (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
15691         New backward-compatibility aliases for renamed faces.
15692         (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
15693         (ruler-mode-column-number, ruler-mode-fill-column)
15694         (ruler-mode-comment-column, ruler-mode-goal-column)
15695         (ruler-mode-tab-stop, ruler-mode-current-column)
15696         (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
15697         faces.
15699         * whitespace.el (whitespace-highlight): Remove "-face" suffix from
15700         face name.
15701         (whitespace-highlight-the-space): Use renamed face.
15702         (whitespace-highlight-face): New backward-compatibility alias for
15703         renamed face.
15705         * woman.el (woman-italic, woman-bold, woman-unknown)
15706         (woman-addition, woman-symbol-face):
15707         Remove "-face" suffix from face names.
15708         (woman-italic-face, woman-bold-face, woman-unknown-face)
15709         (woman-addition-face):
15710         New backward-compatibility aliases for renamed faces.
15711         (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
15712         (woman-decode-region, woman-replace-match)
15713         (woman-display-extended-fonts, woman-special-characters)
15714         (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
15715         Use renamed woman faces.
15717         * longlines.el (longlines-visible-face): Face removed.
15719         * diff-mode.el (diff-header, diff-file-header, diff-index)
15720         (diff-hunk-header, diff-removed, diff-added, diff-changed)
15721         (diff-function, diff-context, diff-nonexistent): Remove "-face"
15722         suffix from face names.
15723         (diff-header-face, diff-file-header-face, diff-index-face)
15724         (diff-hunk-header-face, diff-removed-face, diff-added-face)
15725         (diff-changed-face, diff-function-face, diff-context-face)
15726         (diff-nonexistent-face): New backward-compatibility aliases for
15727         renamed faces.
15728         (diff-header-face, diff-file-header-face)
15729         (diff-index, diff-index-face, diff-hunk-header)
15730         (diff-hunk-header-face, diff-removed, diff-removed-face)
15731         (diff-added, diff-added-face, diff-changed-face, diff-function)
15732         (diff-function-face, diff-context-face, diff-nonexistent)
15733         (diff-nonexistent-face): Use renamed diff-mode faces.
15735         * progmodes/compile.el (compilation-warning-face)
15736         (compilation-info-face): Remove "-face" suffix from face names.
15737         (compilation-warning-face, compilation-info-face):
15738         New backward-compatibility aliases for renamed faces.
15739         (compilation-warning-face, compilation-info-face):
15740         Use renamed compilation faces.
15742         * add-log.el (change-log-date, change-log-name)
15743         (change-log-email, change-log-file, change-log-list)
15744         (change-log-conditionals, change-log-function)
15745         (change-log-acknowledgement): Remove "-face" suffix from face names.
15746         (change-log-date-face, change-log-name-face)
15747         (change-log-email-face, change-log-file-face)
15748         (change-log-list-face, change-log-conditionals-face)
15749         (change-log-function-face, change-log-acknowledgement-face):
15750         New backward-compatibility aliases for renamed faces.
15751         (change-log-font-lock-keywords): Use renamed change-log faces.
15753         * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
15754         (custom-set, custom-changed, custom-saved, custom-button)
15755         (custom-button-pressed, custom-documentation, custom-state)
15756         (custom-comment, custom-comment-tag, custom-variable-tag)
15757         (custom-variable-button, custom-face-tag, custom-group-tag-1)
15758         (custom-group-tag): Remove "-face" suffix from face names.
15759         (custom-magic-alist, custom-magic-value-create)
15760         (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
15761         (custom-invalid-face, custom-rogue-face, custom-modified-face)
15762         (custom-set-face, custom-changed-face, custom-saved-face)
15763         (custom-button-face, custom-button-pressed-face)
15764         (custom-documentation-face, custom-state-face)
15765         (custom-comment-face, custom-comment-tag-face)
15766         (custom-variable-tag-face, custom-variable-button-face)
15767         (custom-face-tag-face, custom-group-tag-face-1)
15768         (custom-group-tag-face):
15769         New backward-compatibility aliases for renamed faces.
15771         * wid-edit.el (widget-documentation, widget-button)
15772         (widget-field, widget-single-line-field, widget-inactive)
15773         (widget-button-pressed): "-face" suffix removed from face names.
15774         (widget-documentation-face, widget-button-face)
15775         (widget-field-face, widget-single-line-field-face)
15776         (widget-inactive-face, widget-button-pressed-face):
15777         New backward-compatibility aliases for renamed faces.
15778         (widget-documentation-face, widget-button-face)
15779         (widget-button-pressed-face, widget-specify-field)
15780         (widget-specify-inactive): Use renamed widget faces.
15782 2005-06-10  Kenichi Handa  <handa@m17n.org>
15784         * term/x-win.el (x-clipboard-yank): Remove condition-case
15785         wrapping.
15787 2005-06-11  Kenichi Handa  <handa@m17n.org>
15789         * add-log.el (change-log-font-lock-keywords): Make the regexp for
15790         date lines stricter.
15792 2005-06-10  Zhang Wei  <id.brep@gmail.com>
15794         * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
15795         of x-get-selection.
15797 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
15799         * comint.el (comint-mode, comint-snapshot-last-prompt):
15800         * frame.el (frame-current-scroll-bars):
15801         * term.el (term-mode, term-check-proc, term-input-sender)
15802         (term-simple-send, term-extract-string, term-word)
15803         (term-match-partial-filename):
15804         * window.el (window-current-scroll-bars):
15805         * emulation/cua-base.el (cua-normal-cursor-color)
15806         (cua-read-only-cursor-color, cua-overwrite-cursor-color)
15807         (cua-global-mark-cursor-color):
15808         * mail/undigest.el (rmail-forward-separator-regex):
15809         Fix typos in docstrings.
15811         * comint.el (comint-check-proc, make-comint-in-buffer)
15812         (comint-source-default): Doc fixes.
15814         * term.el (term-send-string): Improve argument/docstring consistency.
15816 2005-06-09  Luc Teirlinck  <teirllm@auburn.edu>
15818         * comint.el (comint-send-input): Bind `inhibit-read-only' around
15819         call to `delete-region'.
15820         (comint-mode-hook): Do not enable Font Lock by default.
15822 2005-06-09  Lute Kamstra  <lute@gnu.org>
15824         * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
15825         could be void.
15827 2005-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
15829         * emacs-lisp/debug.el (debugger-will-be-back): New var.
15830         (debug): Use it.
15831         (debugger-step-through, debugger-continue, debugger-jump)
15832         (debugger-return-value): Set it when needed.
15833         (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
15834         Use inhibit-read-only.
15836 2005-06-09  Juanma Barranquero  <lekktu@gmail.com>
15838         * window.el (shrink-window-if-larger-than-buffer)
15839         (window-size-fixed): Fix typo in docstring.
15841         * thumbs.el: Don't set `auto-image-file-mode'.  Do not create the
15842         thumbnails directory on loading.
15843         (thumbs-conversion-program): Use `eq' to check the system type,
15844         not `equal'.
15845         (thumbs-temp-dir): Initialize to `temporary-file-directory',
15846         not "/tmp".  Fix docstring.
15847         (thumbs-thumbsdir): New function to return the thumbnails
15848         directory, creating it if needed.
15849         (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
15850         (thumbs-temp-file): Delete variable and make it into a function.
15851         (thumbs-resize-image, thumbs-modify-image): Use it.
15852         (thumbs-kill-buffer): Simplify.
15853         (thumbs-gensym): Defalias or duplicate CL `gensym'.
15854         (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
15855         docstrings.
15857 2005-06-09  Kim F. Storm  <storm@cua.dk>
15859         * subr.el (save-match-data): Add RESEAT arg `evaporate' to
15860         set-match-data to free markers in match-data.
15862         * replace.el (replace-match-data): Pass RESEAT arg `t' to
15863         match-data to unchain markers in match-data.
15865 2005-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15867         * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
15868         the debugger immediately anyway.  Undo the 2005-06-06 change, rendered
15869         unnecessary now.
15871 2005-06-08  Richard M. Stallman  <rms@gnu.org>
15873         * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
15874         give the variable a doc string that doesn't say don't set it directly.
15876         * textmodes/ispell.el (ispell-check-version):
15877         Use match-string-no-properties.
15878         (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
15879         (ispell-buffer-local-words): Likewise.
15881         * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
15882         except on terminals with enough colors to really display it.
15883         (makefile-dependency-regex): Delete spurious `bb'.
15885         * faces.el (escape-glyph): Use blue once again in last case.
15886         (no-break-space): Redefine so that it isn't invisible on a tty.
15888 2005-06-08  Kim F. Storm  <storm@cua.dk>
15890         * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
15891         also when reading directory name.
15893 2005-06-08  Lute Kamstra  <lute@gnu.org>
15895         * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
15896         (flyspell-mode-line-string): Remove autoload cookie.
15897         (flyspell-mode): Remove defvar.
15899 2005-06-07  Lute Kamstra  <lute@gnu.org>
15901         * textmodes/org.el (org-run-mode-hooks): New function.
15902         (org-agenda-mode): Use it.
15904 2005-06-07  David McCabe  <davemccabe@gmail.com>  (tiny change)
15906         * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
15908 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15910         * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
15912 2005-06-06  Luc Teirlinck  <teirllm@auburn.edu>
15914         * font-lock.el (font-lock-add-keywords): Doc fix.
15916 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15918         * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
15919         (tex-compile-default): In the absence of any history, use the order in
15920         tex-compile-alist to choose the preferred command.
15921         (tex-compile-commands): Reorder a bit.
15923         * textmodes/flyspell.el (flyspell-auto-correct-binding)
15924         (flyspell-incorrect-face, flyspell-duplicate-face):
15925         Use (X)Emacs-agnostic code.
15926         (flyspell-mode-map): Don't overwrite at each load.  Remove code
15927         redundant with the subsequent add-minor-mode.  Merge Emacs and
15928         XEmacs code.
15929         (flyspell-word): Minor simplification.
15930         (flyspell-math-tex-command-p): Quieten the byte-compiler.
15931         (flyspell-external-point-words): Remove unused vars `size' and `start'.
15932         (flyspell-do-correct): Rename from flyspell-xemacs-correct.
15933         Merge the corresponding Emacs code.
15934         (flyspell-correct-word, flyspell-xemacs-popup):
15935         Use flyspell-do-correct.
15937         * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
15938         a dedicated window.
15940         * international/latexenc.el (latexenc-find-file-coding-system):
15941         Undo part of last patch, to turn off a compiler warning.
15943 2005-06-06  Juri Linkov  <juri@jurta.org>
15945         * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
15946         Rename `tmm-inactive-face' to `tmm-inactive'.
15948 2005-06-06  Matt Hodges  <MPHodges@member.fsf.org>
15950         * iswitchb.el: Rename faces.
15952 2005-06-06  Kim F. Storm  <storm@cua.dk>
15954         * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
15955         (cua-global-mark): Remove -face suffix from face names.
15957         * emulation/cua-gmrk.el (cua--init-global-mark):
15958         Remove cua-global-mark face setup.
15960 2005-06-06  Richard M. Stallman  <rms@gnu.org>
15962         * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
15963         just like other allowed characters.
15964         (makefile-match-dependency): Exclude leading and training whitespace
15965         from the range of regexp subexp 1.
15966         (makefile-macroassign-regex): Don't try to match the body,
15967         just the name of the macro being defined.
15969         * info.el (Info-read-node-name-2): New function.
15970         (Info-read-node-name-1): Use that.
15971         Add a completion-base-size-function property.
15973         * simple.el (completion-setup-function): Look for
15974         completion-base-size-function property of minibuffer-completion-table.
15976         * files.el (locate-file-completion): Doc fix.
15978         * printing.el: Don't call pr-update-menus; user must do that.
15980         * emacs-lisp/debug.el (debugger-window): New variable.
15981         (debug): Use debugger-window if it is set and still alive.
15982         Record debugger-window for next entry.
15984         * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
15986 2005-06-06  Matthias F\e,Av\e(Brste  <slashdevslashnull@gmx.net>
15988         * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
15989         (hack-one-local-variable, hack-local-variables)
15990         (hack-local-variables-prop-line): Pass that arg.
15992 2005-06-06  Kim F. Storm  <storm@cua.dk>
15994         * ido.el (ido-first-match, ido-only-match, ido-subdir)
15995         (ido-indicator): Remove -face suffix from face names.
15997 2005-06-06  Juri Linkov  <juri@jurta.org>
15999         * font-lock.el (font-lock-regexp-backslash)
16000         (font-lock-regexp-backslash-construct): New faces.
16001         (lisp-font-lock-keywords-2): Use new faces.  Match `?:' only
16002         after `('.  Add `while-no-input' to control structures.
16004         * faces.el (no-break-space, shadow): New faces.
16005         (escape-glyph): Use less loud colors pink2 and red4.
16007         * diff-mode.el (diff-context-face)
16008         * dired.el (dired-ignored)
16009         * rfn-eshadow.el (file-name-shadow)
16010         * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
16012         * info.el (Info-title-1-face): Use green instead of yellow because
16013         bold yellow is not readable on light backgrounds.
16015         * progmodes/compile.el (compilation-start): Move `erase-buffer' up
16016         before selecting the desired mode to not spend time fontifying
16017         old contents.
16019 2005-06-06  Juanma Barranquero  <lekktu@gmail.com>
16021         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
16022         (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
16024         * ps-print.el (ps-default-fg, ps-default-bg):
16025         Fix typos in docstrings.
16027         * isearchb.el (isearchb): Don't pass a spurious second argument to
16028         `iswitchb-completions'.
16030 2005-06-05  Nick Roberts  <nickrob@snap.net.nz>
16032         * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
16033         to preserve point.
16034         (gdb-find-file-hook): Add doc string.
16036         * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
16037         C dereferenced pointer expression.
16038         (gud-tool-bar-map): Put it on the tool bar.  Re-order icons.
16040         * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
16042         * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
16043         * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
16044         * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
16045         * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
16046         * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
16047         Make background transparent.
16049 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
16051         * font-lock.el (font-lock-add-keywords): Doc fix.  Comment change.
16052         (font-lock-remove-keywords): Doc fix.
16053         (font-lock-mode-major-mode): Compiler defvar.
16054         (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
16056         * font-core.el (font-lock-mode-major-mode): Compiler defvar.
16057         (font-lock-mode): Update `font-lock-mode-major-mode'.
16058         (font-lock-set-defaults): Compiler defvar.
16059         (font-lock-default-function): Take `font-lock-mode-major-mode'
16060         into account.
16062         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
16063         keep track of which major mode it enabled the minor mode for.
16064         Use find-file-hook again.  Update docstring.
16066         * simple.el (eval-expression-print-level)
16067         (eval-expression-print-length, eval-expression-debug-on-error):
16068         Doc fixes.
16070 2005-06-04  Matt Hodges  <MPHodges@member.fsf.org>
16072         * iswitchb.el (iswitchb-single-match-face)
16073         (iswitchb-current-match-face, iswitchb-virtual-matches-face)
16074         (iswitchb-invalid-regexp-face): New faces.
16075         (iswitchb-completions): Use them.
16076         (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
16077         now marked as an obsolete alias.
16078         (iswitchb-read-buffer): Remove check for bound font variables.
16079         (iswitchb-invalid-regexp): New free variable.
16080         (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
16081         set iswitchb-invalid-regexp.
16082         (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
16083         invalid regexps.
16084         (iswitchb-completions): Add check for complete match when entering
16085         a regexp.
16086         (iswitchb-completions): Remove require-match argument.
16087         (iswitchb-exhibit): Fix caller.
16088         (iswitchb-common-match-inserted): New variable.
16089         (iswitchb-complete, iswitchb-completion-help): Use it.
16091 2005-06-04  David Reitter  <david.reitter@gmail.com>  (tiny change)
16093         * url-http.el (url-http-chunked-encoding-after-change-function):
16094         Use `url-http-debug' instead of `message'.
16096 2005-06-04  Thierry Emery  <thierry.emery@free.fr>  (tiny change)
16098         * url-http.el (url-http-parse-headers): Pass redirected URL as a
16099         callback argument.
16101 2005-06-04  Kim F. Storm  <storm@cua.dk>
16103         * simple.el (line-move): Only call sit-for when moving backwards.
16105         * ido.el (ido-make-merged-file-list-1): New defun split from
16106         ido-make-merged-file-list.
16107         (ido-make-merged-file-list): Bind throw-on-input around call to
16108         ido-make-merged-file-list-1.  Return input-pending-p if
16109         interrupted by more input available.
16110         (ido-read-internal): Handle input-pending-p return value from
16111         ido-make-merged-file-list.
16113 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16115         * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
16116         compatibility code.
16118         * international/latexenc.el (latexenc-find-file-coding-system):
16119         Don't inherit the EOL part of the coding-system from the
16120         tex-main buffer.  Fit within 80 columns.
16122 2005-06-03  Matt Hodges  <MPHodges@member.fsf.org>
16124         * tmm.el (tmm-inactive-face): New face.
16125         (tmm-remove-inactive-mouse-face): New function.
16126         (tmm-prompt, tmm-add-one-shortcut)
16127         (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
16128         but not selectable.
16130 2005-06-03  Juanma Barranquero  <lekktu@gmail.com>
16132         * faces.el (face-equal): Improve argument/docstring consistency.
16134 2005-06-03  Daniel Pfeiffer  <occitan@esperanto.org>
16136         * progmodes/make-mode.el (makefile-targets-face)
16137         (makefile-shell-face, makefile-makepp-perl-face): Add :version.
16138         (makefile-bsdmake-dependency-regex)
16139         (makefile-makepp-rule-action-regex)
16140         (makefile-bsdmake-rule-action-regex): New constants.
16141         (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
16143         * progmodes/compile.el (compilation-error-regexp-alist-alist):
16144         Allow (...) within `...' for makepp messages.
16146 2005-06-03  Michael Kifer  <kifer@cs.stonybrook.edu>
16148         * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
16150         * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
16151         "." files are deleted from all file lists before comparison.
16153         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
16154         (viper-ESC-key): Made them customizable.
16156         * viper.el (viper-non-hook-settings): Fix the names of defadvices.
16158 2005-06-01  Luc Teirlinck  <teirllm@auburn.edu>
16160         * autorevert.el (auto-revert-buffers): Use save-match-data.
16162 2005-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
16164         * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
16165         menu items with a nil command binding.
16167 2005-06-01  Juanma Barranquero  <lekktu@gmail.com>
16169         * emacs-lisp/cl-macs.el (defsetf):
16170         Improve argument/docstring consistency.
16172         * faces.el (list-faces-display): Improve the formatting by
16173         computing the maximum length required for any face-name (reworked
16174         patch of 1999-01-11, accidentally deleted on 1999-07-21).
16175         (internal-find-face): Remove redundant info in docstring.
16177 2005-06-01  Nick Roberts  <nickrob@snap.net.nz>
16179         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
16180         (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
16181         (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
16182         (gdb-assembler-custom): Improve regexps.
16183         (def-gdb-auto-update-handler): Use window point to preserve point.
16185 2005-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
16187         * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
16189 2005-05-31  Jay Belanger  <belanger@truman.edu>
16191         * calc/calc-embed.el (calc-embedded-word): Change argument passed
16192         to calc-embedded.
16193         (calc-embedded-make-info): Have plain prefix argument select
16194         entire line.
16196 2005-05-31  Juanma Barranquero  <lekktu@gmail.com>
16198         * faces.el (list-faces-display): Signal error if passed a regexp
16199         that matches no face name.
16201         * simple.el (filter-buffer-substring): Fix typo in docstring.
16203 2005-05-31  Richard M. Stallman  <rms@gnu.org>
16205         * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
16206         (vhdl-emacs-21): Doc fix.
16207         (vhdl-mode): Unconditionally set comment-padding.
16208         (vhdl-fixup-whitespace-region): Insert spaces only where
16209         there are none.
16210         (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
16212 2005-05-30  John Wiegley  <johnw@newartisans.com>
16214         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
16215         * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
16216         * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
16217         `directory-sep-char' to ?/, and all uses of `string-to-int' to
16218         `string-to-number'.
16220 2005-05-30  Jay Belanger  <belanger@truman.edu>
16222         * calc/calc.el (calc-bug-address): Fix docstring.
16223         (calc-window-hook, calc-trail-window-hook): New variables.
16224         (calc-trail-display): Restore use of calc-trail-window-hook.
16225         (calc): Restore use of calc-window-hook.
16227 2005-05-31  Masatake YAMATO  <jet@gyve.org>
16229         * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
16231         * help-fns.el (help-C-file-name): Add autoload mark for
16232         `find-function-noselect'.
16234 2005-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16236         * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
16237         (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
16239 2005-05-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
16241         * calendar/diary-lib.el (mark-included-diary-files): Only kill
16242         included diary buffer if it was not already being visited.
16243         Reported by Stephen Berman <Stephen.Berman@gmx.net>.
16245         * calendar/icalendar.el (top-level): Do not require appt.
16247         * mail/supercite.el (sc-select-attribution): Only use a list
16248         element from sc-attrib-selection-list if it returns a string.
16249         Reported by Davide G. M. Salvetti <salve@debian.org>.
16251 2005-05-30  Juanma Barranquero  <lekktu@gmail.com>
16253         * thumbs.el (thumbs-thumbname): The resulting thumbname now
16254         includes a hash value to improve its uniqueness, and has a ".jpg"
16255         extension.  Also, it is now a valid filename on all systems.
16256         (thumbs-make-thumb): Use `let', not `let*'.
16257         (thumbs-show-thumbs-list): Check for JPEG availability.
16259 2005-05-30  Richard M. Stallman  <rms@gnu.org>
16261         * filesets.el (filesets-menu-ensure-use-cached):
16262         Prevent warning when emacs-version>= is undefined.
16264         * printing.el (pr-interactive-n-up): Use string-to-number.
16266         * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
16268         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
16269         Warn only when name to be defined is quoted.
16271 2005-05-30  Nick Roberts  <nickrob@snap.net.nz>
16273         * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
16274         Make regexp more robust.
16275         (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
16276         Force regeneration of disassembly.
16278 2005-05-29  Jay Belanger  <belanger@truman.edu>
16280         * calc/calc.el (calc-user-invocation): Check if
16281         calc-invocation-macro is non-nil.
16283 2005-05-29  Juri Linkov  <juri@jurta.org>
16285         * add-log.el (change-log-font-lock-keywords):
16286         Add `+' to e-mail regexp to accept mail address with keywords.
16288         * man.el (Man-name-regexp): Add `:' to accept qualified names.
16290 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
16292         * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
16294         * ielm.el (inferior-emacs-lisp-mode): Ditto.
16296 2005-05-29  Richard M. Stallman  <rms@gnu.org>
16298         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
16299         Undo the change that moves to end of the current word.
16301 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
16303         * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
16304         Throw error when count <= 0 to ensure input is a number.
16305         (gdb-read-memory-custom): Pick up address from buffer.
16306         (gdb-memory-mode): Allow user to increment and decrement
16307         memory address from header line.
16309 2005-05-29  Richard M. Stallman  <rms@gnu.org>
16311         * flyspell.el (flyspell-version): Function deleted.
16312         (flyspell-auto-correct-previous-hook): Doc fix.
16314         * jit-lock.el (jit-lock-function, jit-lock-after-change):
16315         Do nothing if memory is full.
16317         * font-lock.el (font-lock-fontify-syntactically-region):
16318         Pass t for GREEDY to looking-back.
16320         * saveplace.el (save-place-alist-to-file): Write the file
16321         using write-region.
16323         * subr.el (looking-back): New argument GREEDY.
16325         * progmodes/compile.el (compilation-start): Set the mode
16326         before inserting the initial text.
16328         * progmodes/which-func.el (which-func-update-1): Turn the mode
16329         off in case of error by setting which-func-mode.
16331 2005-05-29  Peter Heslin  <p.j.heslin@durham.ac.uk>  (tiny change)
16333         * flyspell.el (flyspell-auto-correct-previous-word):
16334         Narrow down to what's on the screen, and recenter overlays
16335         at the end of the next word.
16337 2005-05-29  Manuel Serrano  <Manuel.Serrano@sophia.inria.fr>
16339         * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
16340         (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
16341         (flyspell-abbrev-p): Default to nil.
16342         (flyspell-use-global-abbrev-table-p): Doc fix.
16343         (flyspell-large-region): Allow nil as value.
16344         (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
16346         (mail-mode-flyspell-verify): More robust handling
16347         of `mail-header-separator'.  More efficient signature detection.
16348         Allow for regexp metacharacters in message-header-separator.
16349         Adding `To' not to be checked in mail-mode-flyspell-verify.
16351         (flyspell-prog-mode): Run flyspell-prog-mode-hook.
16352         (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
16353         Bind flyspell-auto-correct-binding.
16354         Bind C-. and C-, .
16355         (flyspell-mode-map): Likewise.
16356         (flyspell-mode): Doc fix.
16357         (flyspell-accept-buffer-local-defs): Preserve current buffer.
16358         (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
16359         (flyspell-word-cache-result): New var, always local.
16360         (flyspell-check-pre-word-p): Doc fix.
16361         (flyspell-check-changed-word-p): Handle spc like newline.
16362         (flyspell-post-command-hook): Set flyspell-word-cache-result.
16363         (flyspell-word-search-backward, flyspell-word-search-forward):
16364         New functions.
16365         (flyspell-word): Return t if nothing to check.
16366         When parsing TeX code, check for after } or \.
16367         Use flyspell-word-search-backward to find previous word.
16368         Return nil if duplicated word.
16369         For word already checked, return same value as last time.
16370         Set flyspell-word-cache-result after checking.
16371         Don't clobber the return value.
16372         (flyspell-get-word): Major rewrite.
16373         (flyspell-external-point-words): New locals pword, pcount.
16374         Fix size used in progress message.
16375         Find the proper corresponding word in flyspell-large-region-buffer.
16376         (flyspell-region): Check for flyspell-large-region = nil.
16377         (flyspell-highlight-incorrect-region): Clean up overlays in region.
16378         (flyspell-auto-correct-word): Check that WORD is a cons.
16379         (flyspell-correct-word): Likewise.
16381 2005-05-29  Daniel Pfeiffer  <occitan@esperanto.org>
16383         * progmodes/make-mode.el (makefile-rule-action-regex)
16384         (makefile-macroassign-regex, makefile-makepp-mode)
16385         (makefile-bsdmake-mode): Continuation lines may be empty.
16386         Reported by Joshua Varner.
16387         (makefile-makepp-font-lock-keywords): Add $(stem).
16389 2005-05-28  Karl Berry  <karl@gnu.org>
16391         * textmodes/tex-mode.el: Now that tex-send-command calls
16392         shell-quote-argument (2005-03-31 change), remove all calls to
16393         shell-quote-argument; they all end up invoking tex-send-command.
16394         The double quoting loses on filenames with non-safe characters,
16395         such as "@".  Reported by Frederik Fouvry.
16397 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
16399         * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
16400         about preserving point.
16402 2005-05-27  Jay Belanger  <belanger@truman.edu>
16404         * calc/calc-misc.el (calc-info-goto-node): Use info instead of
16405         Info-goto-node.
16407         * calc/calc-embed.el (calc-embed-arg): New variable.
16408         (calc-do-embedded-activate, calc-embedded-activate-formula)
16409         (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
16410         variable by new variable.
16411         (calc-embedded-make-info): Replace undeclared variable by new
16412         variable.  When selecting region with positive prefix
16413         argument, use end of previous line instead of beginning of line.
16415         * calc/calc-aent.el (calc-arg-values): Declare it.
16417         * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
16418         Declare them.
16420         * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
16422         * calc/calc.el (calc-alg-map): Declare it.
16424         * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
16426 2005-05-28  Nick Roberts  <nickrob@snap.net.nz>
16428         * progmodes/gdb-ui.el (gdb-all-registers): New variable.
16429         (gdb-registers-buffer, toggle-gdb-all-registers):
16430         Toggle display of floating point registers.
16431         (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
16433         * progmodes/gud.el (gud-goto-info): Use info.  Don't use require.
16434         (toggle-gud-tooltip-dereference):
16435         Rename from gud-toggle-tooltip-dereference.
16437 2005-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
16439         * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
16441 2005-05-27  Jay Belanger  <belanger@truman.edu>
16443         * calc/calc-prog.el (calc-kbd-report): Remove.
16444         (calc-kbd-query): Rewrite.
16446 2005-05-27  Juanma Barranquero  <lekktu@gmail.com>
16448         * image.el (image-library-alist): Move to image.c.
16449         (image-type-available-p): Doc fix.
16451 2005-05-27  Lute Kamstra  <lute@gnu.org>
16453         * calc/calc.el (calc):
16454         * outline.el (outline-1, outline-2, outline-3, outline-4)
16455         (outline-5, outline-6, outline-7, outline-8):
16456         * textmodes/dns-mode.el (dns-mode):
16457         * textmodes/sgml-mode.el (sgml-namespace-face):
16458         * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
16459         (tex-verbatim-face, tex-use-reftex):
16460         * textmodes/texinfo.el (texinfo-heading-face):
16461         Specify customization group.
16463         * longlines.el: Don't require easy-mmode.
16464         (longlines-visible-face): Specify customization group.
16466 2005-05-27  Kenichi Handa  <handa@m17n.org>
16468         * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
16469         encoding table of windows-1251.
16471         * international/ucs-tables.el (ucs-set-table-for-input):
16472         If translation-table-for-input of a coding system is a symbol, get
16473         its translation-table property.
16475         * international/code-pages.el: Don't register a coding system into
16476         non-iso-charset-alist more than once.
16477         (cp-make-coding-system): Likewise.
16479 2005-05-26  John Wiegley  <johnw@newartisans.com>
16481         * eshell/esh-cmd.el (eshell-eval-command): If the return value of
16482         `eshell-resume-eval' is wrapped in a list, it indicates that the
16483         command was run asynchronously.  In that case, unwrap the value
16484         before checking the delimiter value.
16486         * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
16487         character before a space at the end of a line is \, assume the space
16488         is part of the last argument rather than a final argument separator.
16490         * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
16491         is in use, and the target is `t' or `nil' (which are the most common
16492         values), don't assume that the symbol target is a buffer.
16494 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
16496         * calendar/calendar.el (calendar-mode-line-format):
16497         Use mode-line-highlight as mouse-face.
16499         * time.el (display-time-string-forms, display-time-update):
16500         Use mode-line-highlight as mouse-face.
16502 2005-05-26  Jay Belanger  <belanger@truman.edu>
16504         * calc/calc.el (calc-language-alist): Remove extra defvar.
16506 2005-05-26  Lute Kamstra  <lute@gnu.org>
16508         * arc-mode.el (archive-mode):
16509         * bookmark.el (bookmark-read-annotation-mode)
16510         (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
16511         * bs.el (bs-mode):
16512         * calc/calc-yank.el (calc-edit-mode):
16513         * calc/calc.el (calc-mode, calc-trail-mode):
16514         * calculator.el (calculator-mode):
16515         * chistory.el (command-history-mode):
16516         * comint.el:
16517         * cus-edit.el (custom-mode):
16518         * descr-text.el (describe-text-mode):
16519         * ebuff-menu.el (Electric-buffer-menu-mode):
16520         * ediff-util.el (ediff-mode):
16521         * emacs-lisp/re-builder.el (reb-mode):
16522         * emulation/vi.el (vi-mode-setup):
16523         * emulation/ws-mode.el (wordstar-mode):
16524         * eshell/esh-mode.el (eshell-mode):
16525         * forms.el (forms-mode):
16526         * help-mode.el (help-mode):
16527         * hexl.el (hexl-mode):
16528         * ibuffer.el (ibuffer-mode):
16529         * ielm.el (inferior-emacs-lisp-mode):
16530         * info.el (Info-mode, Info-edit-mode):
16531         * international/swedish.el:
16532         * ledit.el (ledit-from-lisp-mode):
16533         * locate.el (locate-mode):
16534         * mail/rmail.el (rmail-mode):
16535         * mail/rmailedit.el (rmail-edit-mode):
16536         * mail/rmailsum.el (rmail-summary-mode):
16537         * mail/supercite.el (sc-electric-mode):
16538         * net/eudc.el (eudc-mode):
16539         * net/quickurl.el (quickurl-list-mode):
16540         * net/snmp-mode.el (snmp-mode, snmpv2-mode):
16541         * obsolete/ooutline.el (outline-mode):
16542         * obsolete/options.el (Edit-options-mode):
16543         * obsolete/rnews.el (news-mode):
16544         * obsolete/rnewspost.el (news-reply-mode):
16545         * play/5x5.el (5x5-mode):
16546         * play/decipher.el (decipher-mode, decipher-stats-mode):
16547         * play/gomoku.el (gomoku-mode):
16548         * play/snake.el (snake-mode):
16549         * play/solitaire.el (solitaire-mode):
16550         * play/tetris.el (tetris-mode):
16551         * progmodes/ada-mode.el (ada-mode):
16552         * progmodes/antlr-mode.el (antlr-mode):
16553         * progmodes/autoconf.el (autoconf-mode):
16554         * progmodes/dcl-mode.el (dcl-mode):
16555         * progmodes/delphi.el (delphi-mode):
16556         * progmodes/ebrowse.el (ebrowse-tree-mode)
16557         (ebrowse-electric-list-mode, ebrowse-member-mode)
16558         (ebrowse-electric-position-mode):
16559         * progmodes/f90.el (f90-mode):
16560         * progmodes/fortran.el (fortran-mode):
16561         * progmodes/icon.el (icon-mode):
16562         * progmodes/idlw-help.el (idlwave-help-mode):
16563         * progmodes/idlw-shell.el (idlwave-shell-mode):
16564         * progmodes/idlwave.el (idlwave-mode):
16565         * progmodes/inf-lisp.el (inferior-lisp-mode):
16566         * progmodes/m4-mode.el (m4-mode):
16567         * progmodes/meta-mode.el (metafont-mode, metapost-mode):
16568         * progmodes/modula2.el (modula-2-mode):
16569         * progmodes/octave-inf.el (inferior-octave-mode):
16570         * progmodes/octave-mod.el (octave-mode):
16571         * progmodes/pascal.el (pascal-mode):
16572         * progmodes/sh-script.el (sh-mode):
16573         * progmodes/sql.el (sql-mode, sql-interactive-mode):
16574         * progmodes/vhdl-mode.el (vhdl-mode):
16575         * progmodes/xscheme.el (scheme-interaction-mode):
16576         * replace.el (occur-mode):
16577         * ses.el (ses-mode):
16578         * simple.el (completion-list-mode):
16579         * skeleton.el:
16580         * speedbar.el (speedbar-mode):
16581         * term.el (term-mode):
16582         * terminal.el (terminal-edit-mode):
16583         * textmodes/reftex-index.el (reftex-index-mode)
16584         (reftex-index-phrases-mode):
16585         * textmodes/reftex-sel.el (reftex-select-label-mode)
16586         (reftex-select-bib-mode):
16587         * textmodes/reftex-toc.el (reftex-toc-mode):
16588         * wdired.el (wdired-change-to-wdired-mode):
16589         * wid-browse.el (widget-browse-mode):
16590         Use run-mode-hooks.
16592         * array.el (array-mode):
16593         * calendar/todo-mode.el (todo-mode):
16594         * man.el (Man-mode):
16595         * play/landmark.el (lm-mode):
16596         * play/mpuz.el (mpuz-mode):
16597         Use kill-all-local-variables and run-mode-hooks.
16599         * subr.el (delay-mode-hooks): Specify indentation.
16601 2005-05-26  Mark A. Hershberger  <mah@everybody.org>
16603         * xml.el (xml-substitute-special): Don't die for undefined xml
16604         entities.
16606 2005-05-26  Jay Belanger  <belanger@truman.edu>
16608         * calc/calc-prog.el (calc-user-define-edit): Don't find substring
16609         of nil.
16611 2005-05-27  Nick Roberts  <nickrob@snap.net.nz>
16613         * progmodes/gdb-ui.el (gdb-frame-address):
16614         Rename from gdb-current-address.
16615         (gdb-previous-frame-address): Rename from gdb-previous-address.
16616         (gdb-selected-frame): Rename from gdb-current-frame.
16617         (gdb-get-selected-frame): Rename from gdb-get-current-frame.
16618         (gdb-frame-number): Rename from gdb-current-stack-level.
16619         (gdb-ann3): Match new mode-name for disassembly buffer.
16620         Extend initialization of variables.
16621         (gdb-post-prompt): Update disassembly from gdb-frame-handler.
16622         (gdb-memory-mode): Use mouse-face in header line.
16623         (gdb-assembler-buffer-name): Call it disassembly and give frame
16624         in mode line.
16625         (gdb-source-spec-regexp, gdb-assembler-custom)
16626         (gdb-invalidate-assembler, gdb-frame-handler):
16627         Make robust to leading zeroes in address format.
16629 2005-05-26  Carsten Dominik  <dominik@science.uva.nl>
16631         * textmodes/org.el (org-mode): Use `define-derived-mode' to
16632         define `org-mode'.
16633         (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
16635 2005-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16637         * log-edit.el (log-edit-changelog-entries): Distinguish between
16638         filenames like xfns.c and fns.c.
16640 2005-05-25  Luc Teirlinck  <teirllm@auburn.edu>
16642         * buff-menu.el (Buffer-menu-revert-function): Improve handling of
16643         point after reverting.
16644         (Buffer-menu-make-sort-button): Handle the case where
16645         `Buffer-menu-use-header-line' is nil.
16647 2005-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
16649         * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
16650         New funcs.  In minibuffer-local-completion-map bind `]', `/'
16651         and `:' to them.
16653 2005-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
16655         * startup.el (normal-top-level): Allow modification of load-path while
16656         we're iterating over it.
16658 2005-05-25  Juanma Barranquero  <lekktu@gmail.com>
16660         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
16661         (thumbs-cleanup-thumbsdir, thumbs-call-convert)
16662         (thumbs-resize-interactive, thumbs-insert-image)
16663         (thumbs-insert-thumb, thumbs-dired-show-marked)
16664         (thumbs-find-image-at-point, thumbs-delete-images)
16665         (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
16666         (thumbs-increment-image-size, thumbs-decrement-image-size):
16667         Fix typos in docstrings.
16669 2005-05-24  Andre Spiegel  <spiegel@gnu.org>
16671         * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
16672         (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
16673         (cperl-mode): Use them.
16675 2005-05-24  Juanma Barranquero  <lekktu@gmail.com>
16677         * window.el (quit-window, shrink-window-if-larger-than-buffer):
16678         Doc fixes.
16680 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
16682         * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
16683         Bind C-d to gdb-inferior-io-eof.
16685         * dired.el (dired-dnd-popup-notice): Use message-box.
16687 2005-05-23  Masatake YAMATO  <jet@gyve.org>
16689         * bindings.el (mode-line-major-mode-keymap):
16690         Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
16692         * faces.el (mode-line-highlight): New face.
16694         * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
16695         as mouse-face.
16697         * bindings.el (top-level, help-echo, mode-line-modified)
16698         (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
16699         as mouse-face.
16701 2005-05-23  Juanma Barranquero  <lekktu@gmail.com>
16703         * progmodes/cc-engine.el (c-guess-basic-syntax):
16704         Remove spurious call to `zerop'.
16706         * emacs-lisp/cl.el (acons, pairlis): Add docstring.
16708 2005-05-23  Martin Stjernholm  <bug-cc-mode@gnu.org>
16710         CC Mode update to 5.30.10:
16712         * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
16713         could go past the limit in decoration level 2, thereby causing
16714         errors during interactive fontification.
16716         * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
16717         the file is evaluated interactively.
16719         * cc-engine.el (c-guess-basic-syntax): Handle operator
16720         declarations somewhat better in C++.
16722         * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
16723         make use of `run-mode-hooks' which has been added in Emacs 21.1.
16724         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
16725         (awk-mode): Use it.
16726         (make-local-hook): Suppress warning about obsoleteness.
16728         * cc-engine.el, cc-align.el, cc-cmds.el
16729         (c-append-backslashes-forward, c-delete-backslashes-forward)
16730         (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
16731         Compensate for return value from `forward-line' when it has moved
16732         but not to a different line due to eob.
16734         * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
16735         `objc-method-intro' and `objc-method-args-cont'.
16737 2005-05-23  Alan Mackenzie  <bug-cc-mode@gnu.org>
16739         CC Mode update to 5.30.10:
16741         * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
16742         in the copyright statement.  Incidentally, change "along with GNU
16743         Emacs" to "along with this program" where it occurs.
16745         * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
16746         so that it is interactive, hence can be found by M-x awk-mode
16747         whilst cc-mode is yet to be loaded.  Reported by Glenn Morris
16748         <gmorris+emacs@ast.cam.ac.uk>.
16750         * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
16751         Mode's regexps.
16753 2005-05-23  Kevin Ryde  <user42@zip.com.au>
16755         * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
16756         c-parse-state, to avoid a lisp error (on bad code).
16758 2005-05-23  Lute Kamstra  <lute@gnu.org>
16760         * subr.el (font-lock-defaults): Remove defvar as it's already
16761         defined in font-core.el.
16763         * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
16765 2005-05-23  Nick Roberts  <nickrob@snap.net.nz>
16767         * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
16768         more general and work when GDB variable "print pretty" is on,
16769         as with Emacs, for example.
16771 2005-05-22  Luc Teirlinck  <teirllm@auburn.edu>
16773         * font-core.el: Update comment.
16775         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
16776         Use `after-change-major-mode-hook' instead of `find-file-hook'.
16778         * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
16780 2005-05-22  Eli Zaretskii  <eliz@gnu.org>
16782         * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
16783         and `yank-handler' in the doc strings.
16785 2005-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16787         * emacs-lisp/cl.el (eql): Remove.  It's a builtin already.
16789 2005-05-22  Richard M. Stallman  <rms@gnu.org>
16791         * help.el (describe-key): Move print-help-return-message call
16792         out of conditional.
16794         * progmodes/etags.el (list-tags): Use with-no-warnings.
16796         * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
16797         (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
16798         (starttls-extra-args, starttls-extra-arguments): Add defvars.
16800         * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
16802         * language/viet-util.el (viet-viscii-nonascii-translation-table):
16803         Add defvar.
16805         * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
16806         Use defvar, not defconst.
16808         * hexl.el (hexl-follow-line): Use with-no-warnings.
16810         * emulation/tpu-extras.el: Use write-file-functions instead of
16811         write-file-hooks.
16813         * dired.el (dired-font-lock-keywords): Fontify files with junk
16814         extensions even if marked by -F.
16816 2005-05-22  Juanma Barranquero  <lekktu@gmail.com>
16818         * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
16819         (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
16820         * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
16821         (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
16822         (concatenate, list-length, get*, getf, cl-remprop):
16823         * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
16824         (etypecase, progv, lexical-let, lexical-let*)
16825         (multiple-value-bind, multiple-value-setq, shiftf):
16826         Improve argument/docstring consistency.
16828         * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
16830 2005-05-22  Andre Spiegel  <spiegel@gnu.org>
16832         * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
16833         doesn't exist.
16835         * vc.el (vc-trunk-p): Add autoload cookie.  The function is used in
16836         vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
16838 2005-05-22  Nick Roberts  <nickrob@snap.net.nz>
16840         * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
16841         already deleted variables: auto-fill-hook, blink-paren-hook,
16842         lisp-indent-hook, inhibit-local-variables, unread-command-event,
16843         suspend-hooks, comment-indent-hook, meta-flag,
16844         before-change-function, after-change-function,
16845         font-lock-doc-string-face.
16847 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
16849         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
16851 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
16853         * mail/rmail.el (rmail-reply): Filter the list in reply-to through
16854         rmail-dont-reply-to.
16856 2005-05-21  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
16858         * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
16859         literal blank when splitting new-header-values.
16861 2005-05-21  Matt Hodges  <MPHodges@member.fsf.org>
16863         * calendar/cal-menu.el (cal-menu-update): Add separator as a
16864         string so that tmm doesn't create a completion entry for it.
16866         * textmodes/table.el (table-disable-menu): Ditto.
16868 2005-05-21  Richard M. Stallman  <rms@gnu.org>
16870         * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
16872         * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
16874         * net/rcompile.el (remote-compile): Use compilation-start.
16876         * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
16878 2005-05-21  Daniel Pfeiffer  <occitan@esperanto.org>
16880         * files.el (auto-mode-alist): Check GNUmakefile before makefile.
16881         Default to makefile-bsdmake-mode on BSD systems.
16883         * imenu.el (imenu-generic-expression, imenu--generic-function'):
16884         REGEXP may also be a search function now.  The part of doc-string
16885         for describing the structure was 95% identical to that of
16886         `imenu--generic-function'.  Unify it there.
16888         * progmodes/make-mode.el (makefile-imenu-generic-expression):
16889         Use function to find dependencies, because regexp alone is so complex,
16890         it easily goes into an endless loop.
16891         (makefile-makepp-mode): Also add submenu for Perl functions
16892         defined in the makefile.
16893         (makefile-bsdmake-mode): Special imenu-generic-expression no
16894         longer needed, due to function call.
16895         (makefile-match-dependency): Take BOUND into account when checking
16896         if we're through.
16898 2005-05-20  Jay Belanger  <belanger@truman.edu>
16900         * calc/calc-units.el (calc-invalidate-units-table):
16901         Use inhibit-read-only.
16902         (math-build-units-table-buffer): Use view-mode.
16904 2005-05-20  David Kastrup  <dak@gnu.org>
16906         * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
16907         easy-menu-add is not a nop on Emacs; and clarify when to call it.
16909 2005-05-20  Lute Kamstra  <lute@gnu.org>
16911         * diff-mode.el (diff-header-face, diff-file-header-face)
16912         (diff-index-face, diff-hunk-header-face, diff-removed-face)
16913         (diff-added-face, diff-changed-face, diff-function-face)
16914         (diff-context-face, diff-nonexistent-face): Put them in the
16915         diff-mode customization group.
16917 2005-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16919         * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
16921         * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
16923         * font-lock.el (lisp-font-lock-keywords-2): Don't error.
16924         Minor regexp-optimization.
16926 2005-05-20  Carsten Dominik  <dominik@science.uva.nl>
16928         * textmodes/org.el (org-agenda-toggle-time-grid): New command.
16929         (org-agenda-use-time-grid, org-agenda-time-grid): New options.
16930         (org-agenda-add-time-grid-maybe): New function.
16931         (org-agenda): Call `org-agenda-add-time-grid-maybe'.
16932         (org-table-create): `dotimes' instead of `mapcar'.
16933         (org-xor): Simplify implementation.
16934         (org-agenda): `inhibit-redisplay' turned on.
16935         (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
16936         a consistent line after a state change.
16937         (org-agenda-remove-times-when-in-prefix): New option.
16938         (org-prefix-has-time): New variable.
16939         (org-parse-time-string): Optional argument NODEFAULT.
16940         (org-format-agenda-item): Parse items for time-of-day
16941         specifications and move these into the prefix if possible.
16942         (org-agenda-priority): Get current heading, not previous heading
16943         during agenda remote editing.
16945 2005-05-20  Juanma Barranquero  <lekktu@gmail.com>
16947         * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
16948         (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
16949         (remove-duplicates, delete-duplicates, substitute)
16950         (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
16951         (nsubstitute-if-not, find, find-if, find-if-not, position)
16952         (position-if, position-if-not, count, count-if, count-if-not)
16953         (mismatch, search, sort*, stable-sort, merge, member*)
16954         (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
16955         (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
16956         (intersection, nintersection, set-difference, nset-difference)
16957         (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
16958         (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
16959         (nsublis, tree-equal): Improve argument/docstring consistency.
16961         * subr.el (send-string, send-region): Remove obsolescence declaration.
16962         (window-dot, set-window-dot, read-input, show-buffer)
16963         (eval-current-buffer, string-to-int):
16964         Add release number to obsolescence declarations.
16966 2005-05-19  Kim F. Storm  <storm@cua.dk>
16968         * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
16969         (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
16971 2005-05-20  Matt Hodges  <MPHodges@member.fsf.org>
16973         * faces.el (list-faces-display): Make back button respect optional
16974         regexp arg.
16976 2005-05-19  Juanma Barranquero  <lekktu@gmail.com>
16978         * calculator.el (calculator-radix-grouping-mode)
16979         (calculator-radix-grouping-digits, calculator-displayer)
16980         (calculator-radix-grouping-separator, calculator-copy-displayer):
16981         * dabbrev.el (dabbrev-search-these-buffers-only):
16982         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
16983         (diff-advance-after-apply-hunk, diff-mode-hook)
16984         (diff-minor-mode-prefix):
16985         * imenu.el (imenu-use-popup-menu):
16986         * jit-lock.el (jit-lock-context-time):
16987         * newcomment.el (comment-fill-column, comment-column)
16988         (comment-style, comment-padding, comment-multi-line)
16989         (comment-empty-lines, comment-auto-fill-only-comments):
16990         * reveal.el (reveal-around-mark):
16991         * uniquify.el (uniquify-buffer-name-style)
16992         (uniquify-after-kill-buffer-p)
16993         (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
16994         (uniquify-min-dir-content, uniquify-separator)
16995         (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
16996         * w32-vars.el (w32-fixed-font-alist):
16997         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
16998         * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
16999         * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
17000         * progmodes/perl-mode.el (perl-indent-level)
17001         (perl-continued-statement-offset, perl-continued-brace-offset)
17002         (perl-brace-offset, perl-brace-imaginary-offset)
17003         (perl-label-offset, perl-indent-continued-arguments)
17004         (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
17005         * progmodes/tcl.el (tcl-indent-level)
17006         (tcl-continued-indent-level, tcl-auto-newline)
17007         (tcl-tab-always-indent, tcl-electric-hash-style)
17008         (tcl-help-directory-list, tcl-use-smart-word-finder)
17009         (tcl-application, tcl-command-switches, tcl-prompt-regexp)
17010         (inferior-tcl-source-command):
17011         * textmodes/fill.el (enable-kinsoku):
17012         * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
17013         * textmodes/table.el (table-yank-handler):
17014         Specify missing group (and type, if simple) in defcustom.
17016 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
17018         * progmodes/compile.el (compilation-finish-function): Fix defvar.
17020 2005-05-19  Richard M. Stallman  <rms@gnu.org>
17022         * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
17024         * subr.el (event-basic-type): Don't get an error.
17025         (left-fringe-p): Function deleted.
17027         * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
17028         (list-buffers-noselect): Set `font-lock-face' property, not `face'.
17030         * dired-aux.el (dired-copy-file-recursive): Handle symlinks
17031         in recursive copy.
17033         * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
17035         * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
17037         * emacs-lisp/bytecomp.el
17038         (byte-compile-file-form-custom-declare-variable):
17039         Call byte-compile-nogroup-warn if appropriate.
17041         * progmodes/compile.el (compilation-finish-function): Mark obsolete.
17042         (compilation-set-window): Don't call left-fringe-p; do it directly.
17044 2005-05-19  Jay Belanger  <belanger@truman.edu>
17046         * calc/calc-graph.el (calc-graph-format-data): Make sure
17047         var-PlotRejects is bound before trying to check its value.
17049 2005-05-19  Carsten Dominik  <dominik@science.uva.nl>
17051         * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
17052         definition of this variable from reftex-global.el to reftex.el,
17053         because it is needed in the menu.
17055 2005-05-19  Lute Kamstra  <lute@gnu.org>
17057         * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
17058         years are fixed.  Don't insert a space after a dash.
17060 2005-05-19  Kim F. Storm  <storm@cua.dk>
17062         * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
17064 2005-05-19  Daniel Pfeiffer  <occitan@esperanto.org>
17066         * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
17067         strings, because (eq ... ?\\) is fairly frequent.
17069         * progmodes/make-mode.el (makefile-add-this-line-targets):
17070         Simplify and integrate into `makefile-pickup-targets'.
17071         (makefile-add-this-line-macro): Simplify and integrate into
17072         `makefile-pickup-macros.
17073         (makefile-pickup-filenames-as-targets): Simplify.
17074         (makefile-previous-dependency, makefile-match-dependency):
17075         Don't stumble over `::'.
17077 2005-05-19  Nick Roberts  <nickrob@snap.net.nz>
17079         * subr.el (post-command-idle-hook, post-command-idle-delay):
17080         Remove obsoletion of post-command-idle-hook and
17081         post-command-idle-delay.
17083         * faces.el (list-faces-display): Provide button when describe-face
17084         is called to take user back to the list of faces.
17086         * help-fns.el (describe-variable): Remove hyperlinks in a
17087         variable's value as these are quite frequently inappropriate.
17089         * follow.el (follow-submit-feedback, follow-mode):
17090         Remove references to post-command-idle-hook.
17092 2005-05-18  Daniel Pfeiffer  <occitan@esperanto.org>
17094         * progmodes/make-mode.el (makefile-previous-dependency)
17095         (makefile-match-dependency): Check for := (and in bsd mode also
17096         !=) to give a better result, even when font-lock is not on.
17098 2005-05-18  Jay Belanger  <belanger@truman.edu>
17100         * calc/calc-help.el (calc-s-prefix-help):
17101         Add `calc-copy-special-constant' to help string.
17103 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
17105         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
17107 2005-05-18  Jay Belanger  <belanger@truman.edu>
17109         * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
17110         in linear factors are in proper order.
17112 2005-05-18  Carsten Dominik  <dominik@science.uva.nl>
17114         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
17115         Support for jurabib.
17117         * textmodes/reftex.el (featurep): Define aliases for overlay
17118         commands, for XEmacs compatibility, and use these aliases in
17119         overlay initializations.
17120         (reftex-highlight): Use `reftex-move-overlay'.
17121         (reftex-unhighlight): Use `reftex-delete-overlay'.
17122         (reftex-uniq): Function removed.  Use `reftex-uniquify' instead.
17123         (reftex-access-search-path): Use `reftex-uniquify' instead of
17124         `reftex-uniq'
17126         * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
17127         `before-string' property modification enables for Emacs as well.
17128         (reftex-select-item): Use `reftex-delete-overlay'.
17129         (reftex-select-mark): Use `reftex-make-overlay' and
17130         `reftex-overlay-put'.
17131         (reftex-select-unmark): Use `reftex-delete-overlay' and
17132         `reftex-overlay-put'.
17134 2005-05-18  Lute Kamstra  <lute@gnu.org>
17136         * emacs-lisp/lisp.el (check-parens): Fix docstring.
17138 2005-05-18  Juanma Barranquero  <lekktu@gmail.com>
17140         * add-log.el (add-change-log-entry):
17141         * array.el (array-make-template, array-reconfigure-rows)
17142         (array-init-max-row, array-init-max-column)
17143         (array-init-columns-per-line, array-init-field-width):
17144         * replace.el (replace-match-maybe-edit, perform-replace):
17145         * textmodes/spell.el (spell-region):
17146         Replace `read-input' by `read-string'.
17148         * forms.el (forms-mode):
17149         * finder.el (finder-compile-keywords):
17150         * shadowfile.el (shadow-read-files):
17151         Replace `eval-current-buffer' by `eval-buffer'.
17153         * terminal.el (te-pass-through):
17154         * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
17155         (ange-ftp-raw-send-cmd):
17156         * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
17157         (send-process-next-char, telnet-initial-filter, telnet):
17158         Replace `send-string' by `process-send-string'.
17160         * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
17161         (prolog-consult-region): Replace `send-string' by
17162         `process-send-string'; replace `send-region' by `process-send-region'.
17164         * progmodes/delphi.el (delphi-log-msg):
17165         Replace `set-window-dot' by `set-window-point'.
17167         * subr.el (window-dot, set-window-dot, read-input, send-string)
17168         (send-region, show-buffer, eval-current-buffer):
17169         Make really obsolete, as the comment says.
17171 2005-05-17  Kim F. Storm  <storm@cua.dk>
17173         * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
17174         (cua--init-keymaps): Bind C-return instead of S-return to set
17175         rectangle mark.
17177         * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
17178         instead of S-return to toggle/clear rectangle mark.
17180 2005-05-17  Daniel Pfeiffer  <occitan@esperanto.org>
17182         * progmodes/make-mode.el (makefile-dependency-skip): New variable.
17183         (makefile-macroassign-regex, makefile-make-font-lock-keywords):
17184         Also fontify plain strings assigned to variables, mostly so that a
17185         colon has a face and is thus not taken as a dependency separator.
17186         (makefile-previous-dependency): Inline the new matcher, because it
17187         is too complex to work in both directions.
17188         (makefile-match-dependency): Eliminate `backward' arg (see above).
17189         Completely reimplemented so as to not sometimes go into an endless
17190         loop.  It should also be more efficient, because first it only
17191         searches for `:', instead of applying the very complex regexp.
17192         (makefile-mode): Cancel `font-lock-support-mode', because blocks
17193         to be fontified in one piece can be too long for JIT.
17194         Makefiles are never *that* big.
17196 2005-05-17  Reiner Steib  <Reiner.Steib@gmx.de>
17198         * dired.el (dired-mode): Simplify.
17200 2005-05-17  Lute Kamstra  <lute@gnu.org>
17202         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
17203         defcustom for the mode hook variable.
17205         * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
17206         Emacs Lisp Reference Manual.
17208 2005-05-17  Juanma Barranquero  <lekktu@gmail.com>
17210         * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
17211         (evenp, list*):
17212         * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
17213         * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
17215         * net/tramp-smb.el (tramp-smb-open-connection):
17216         Pass `tramp-chunksize' as fifth (required) argument.
17218 2005-05-16  Daniel Pfeiffer  <occitan@esperanto.org>
17220         * font-lock.el (lisp-font-lock-keywords-1):
17221         Set `font-lock-negation-char-face' for [^...] char group.
17222         (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
17224         * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
17225         a var, and refine it to mask one more level of nested vars.
17226         (makefile-rule-action-regex): Turn it into a var, and refine it so
17227         it recognizes backslashed continuation lines as belonging to the
17228         same command.
17229         (makefile-macroassign-regex): Refine it so it recognizes
17230         backslashed continuation lines as belonging to the same command.
17231         (makefile-var-use-regex): Don't look at the next char, because it
17232         might be the same one to be skipped by the initial [^$], leading
17233         to an overlooked variable use.
17234         (makefile-make-font-lock-keywords): Remove two parameters, which
17235         are now variables that some of the modes set locally.
17236         Handle dependency and rule action matching through functions, because
17237         regexps alone match too often.  Dependency matching now comes
17238         last, so it can check, whether a colon already matched something else.
17239         (makefile-mode): Inform that font-lock improves makefile parsing
17240         capabilities.
17241         (makefile-match-dependency, makefile-match-action): New functions.
17243 2005-05-16  Juanma Barranquero  <lekktu@gmail.com>
17245         * emacs-lisp/cl-extra.el (equalp): Doc fix.
17247         * align.el (align-regexp):
17248         * ansi-color.el (ansi-color-get-face):
17249         * array.el (array-reconfigure-rows, array-init-max-row)
17250         (array-init-max-column, array-init-columns-per-line)
17251         (array-init-field-width):
17252         * dired-aux.el (dired-trample-file-versions):
17253         * dired-x.el (dired-mark-sexp):
17254         * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
17255         * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
17256         * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
17257         * faces.el (face-read-integer):
17258         * files.el (backup-extract-version, insert-directory):
17259         * hexl.el (hexl-insert-decimal-char):
17260         * server.el (server-process-filter):
17261         * shell.el (shell-extract-num):
17262         * startup.el (command-line-1):
17263         * term.el (term-command-hook):
17264         * time-stamp.el (time-stamp, time-stamp-string-preprocess)
17265         (time-stamp-do-number):
17266         * time.el (display-time-update):
17267         * timezone.el (timezone-parse-date, timezone-zone-to-minute)
17268         (timezone-fix-time):
17269         * vms-patch.el (vms-suspend-resume-hook):
17270         * calendar/appt.el (appt-convert-time):
17271         * calendar/cal-bahai.el (mark-bahai-diary-entries):
17272         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
17273         * calendar/cal-islam.el (mark-islamic-diary-entries):
17274         * calendar/calendar.el (calendar-cursor-to-date)
17275         (calendar-star-date):
17276         * calendar/diary-lib.el (diary-attrtype-convert)
17277         (mark-diary-entries, diary-entry-time):
17278         * calendar/solar.el (solar-get-number):
17279         * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
17280         * emacs-lisp/re-builder.el (reb-display-subexp):
17281         * emulation/edt.el (edt-set-scroll-margins):
17282         * emulation/tpu-extras.el (tpu-set-scroll-margins):
17283         * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
17284         (vip-get-ex-count):
17285         * emulation/viper-ex.el (viper-get-ex-token)
17286         (viper-get-ex-buffer, viper-get-ex-count, ex-next):
17287         * international/fontset.el (fontset-plain-name):
17288         * mail/feedmail.el (feedmail-look-at-queue-directory):
17289         * mail/mailalias.el (mail-get-names):
17290         * mail/rmail.el (rmail-convert-to-babyl-format):
17291         * mail/rmailsum.el (rmail-make-basic-summary-line)
17292         (rmail-summary-next-same-subject, rmail-summary-rmail-update)
17293         (rmail-summary-goto-msg):
17294         * mail/smtpmail.el (smtpmail-read-response):
17295         * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
17296         (ange-ftp-vms-add-file-entry):
17297         * play/gametree.el (gametree-looking-at-ply)
17298         (gametree-current-branch-score):
17299         * progmodes/ada-xref.el (ada-prj-find-prj-file)
17300         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
17301         * progmodes/cperl-mode.el (condition-case):
17302         * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
17303         (ebrowse-set-member-buffer-column-width)
17304         (ebrowse-select-1st-to-9nth):
17305         * progmodes/etags.el (etags-snarf-tag):
17306         * progmodes/flymake.el (flymake-parse-line):
17307         * progmodes/idlw-shell.el (idlwave-shell-parse-line)
17308         (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
17309         (idlwave-shell-menu-def):
17310         * progmodes/ps-mode.el (ps-run-goto-error):
17311         * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
17312         (vhdl-speedbar-contract-level):
17313         * term/mac-win.el (x-handle-numeric-switch):
17314         * term/sun-mouse.el (sun-get-frame-data):
17315         * term/w32-win.el (x-handle-numeric-switch):
17316         * term/x-win.el (x-handle-numeric-switch):
17317         * textmodes/ispell.el (ispell-parse-output):
17318         * textmodes/nroff-mode.el (nroff-outline-level):
17319         * textmodes/reftex-cite.el (reftex-bib-sort-year)
17320         (reftex-bib-sort-year-reverse, reftex-format-citation):
17321         * textmodes/reftex-parse.el (reftex-init-section-numbers)
17322         (reftex-section-number):
17323         * textmodes/texinfmt.el (texinfo-paragraphindent):
17324         Replace `string-to-int' by `string-to-number'.
17326         * international/latexenc.el: Add page marker to force the "Local
17327         Variables:" string out of the last page.
17329 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
17331         * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
17332         tooltip-change-major-mode.
17333         (gud-tooltip-print-command): Remove case where gud-minor-mode
17334         is gdb ("--fullname").
17335         (gud-tooltip-tips): Turn GUD tooltips off for this case and
17336         explain to user.
17338 2005-05-16  Jay Belanger  <belanger@truman.edu>
17340         * calc/calc-store.el (calc-copy-special-constant): New function.
17342         * calc/calc-ext.el (calc-init-extensions): Add binding for
17343         `calc-copy-special-constant'.
17345         * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
17346         for the `calc-copy-special-constant' command.
17348 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
17350         * subr.el (left-fringe-p): New function.
17352         * progmodes/compile.el (compilation-setup): Set local value of
17353         overlay-arrow-string to "" always.
17354         (compilation-set-window): Left fringe then don't scroll.
17355         No left fringe then no arrow and scroll message to top.
17356         (compilation-context-lines): Adjust doc string accordingly.
17358 2005-05-16  Kim F. Storm  <storm@cua.dk>
17360         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
17361         (ido-magic-delete-char): New commands for C-f, C-b, C-d.
17362         (ido-wide-find-dir-or-delete-dir): New command for M-d.
17363         (ido-define-mode-map): Bind them.  Add C-x prefix to fallback commands.
17364         (ido-read-file-name): Handle commands with ido property value
17365         equal to find-file as reading a file name, to allow C-d to enter dired.
17366         (ibuffer-find-file): Add ido property with value find-file.
17368 2005-05-15  Kim F. Storm  <storm@cua.dk>
17370         * subr.el (open-network-stream-nowait): Remove.
17371         (open-network-stream-server): Remove.
17373 2005-05-15  Richard M. Stallman  <rms@gnu.org>
17375         * faces.el (describe-face): Output a definition link button.
17377         * help-mode.el (help-face-def): New button type.
17379         * emacs-lisp/copyright.el (copyright-fix-years):
17380         Match properly if the first year is 2-digit.
17381         Don't mess up the whitespace after the years by filling.
17383         * dired-aux.el (dired-mark-confirm):
17384         Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
17386         * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
17387         (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
17388         (dired-mark-pop-up): Handle FILES = (t FILE) specially.
17390         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
17391         Set font-lock-comment-start-skip.
17393         * font-lock.el (font-lock-comment-start-skip): New variable.
17394         (font-lock-comment-end-skip): New variable.
17395         (font-lock-fontify-syntactically-region): Use them if non-nil.
17397 2005-05-15  Jay Belanger  <belanger@truman.edu>
17399         * calc/calc-store.el (calc-store-value): Return a string rather
17400         than display it as a message.
17401         Use calc-var-name for variable name.
17402         (calc-store-into): Add the result of calc-store-value to message.
17403         (calc-copy-variable): Add a message.
17404         (calc-store-exchange): Improve error messages.
17405         (calc-store-binary, calc-store-map): Don't reset the values of
17406         special constants.
17408 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
17410         * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
17411         manual to docstring.
17413         * files.el (hack-local-variables-confirm): Add STRING argument.
17414         Make the function handle non file visiting buffers correctly.
17415         (hack-local-variables-prop-line, hack-local-variables)
17416         (hack-one-local-variable): Use STRING arg of
17417         `hack-local-variables-confirm'.
17419 2005-05-14  Michael Albinus  <michael.albinus@gmx.de>
17421         Sync with Tramp 2.0.49.
17423         * net/tramp.el (tramp-handle-dired-call-process)
17424         (tramp-handle-insert-directory):`insert-buffer' cannot be used
17425         because the contents of the Tramp buffer is changed before
17426         insertion (`expand-file' and alike).
17427         (tramp-handle-insert-directory): If `localname' has an empty
17428         nondirectory name, it must not be quoted.
17429         (tramp-pre-connection): Add parameter CHUNKSIZE.  Make local
17430         variable `tramp-chunksize'.  Change callees.
17431         (tramp-open-connection-setup-interactive-shell): Check remote host
17432         for buggy `send-process-string' implementation.
17433         Set `tramp-chunksize' if found.  Reported by Michael Kifer
17434         <kifer@cs.sunysb.edu> (and a lot of other people all the years).
17435         (tramp-handle-shell-command): `insert-buffer' cannot be used
17436         because the contents of the Tramp buffer is changed before
17437         insertion (`expand-file' and alike).  Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
17438         <frederic.bothamy@free.fr>.
17439         (tramp-set-auto-save): Actions should be done for Tramp file name
17440         handler only.  Ange-FTP has its own auto-save mechanism.
17441         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
17442         (tramp-set-auto-save-file-modes): Set file modes of
17443         `buffer-auto-save-file-name' to ?\600 as fallback solution.
17444         Reported by Ferenc Wagner <wferi@tba.elte.hu>.
17445         (tramp-bug): Remove obsolete variable.
17446         (tramp-append-tramp-buffers): Rewrite partly.  More suitable check
17447         for presence of `mml-mode'.  Make it running for older Emacsen as well.
17449 2005-05-14  John Paul Wallington  <jpw@pobox.com>
17451         * ibuf-ext.el (define-ibuffer-filter filename):
17452         If `dired-directory' is a list, use its car.
17454 2005-05-14  Daniel Brockman  <daniel@brockman.se>  (tiny change)
17456         * ibuffer.el (define-ibuffer-column filename):
17457         If `dired-directory' is a list, use its car.
17459 2005-05-14  Richard M. Stallman  <rms@gnu.org>
17461         * subr.el (symbol-file): Doc fix.
17463         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
17464         (byte-compile-form): Call byte-compile-nogroup-warn.
17465         (byte-compile-warning-types): Doc fix.
17467         * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
17469         * progmodes/cc-engine.el (c-literal-faces):
17470         Add font-lock-comment-delimiter-face.
17472         * net/net-utils.el (dig): Use with-no-warnings.
17474         * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
17475         (sc-recite-frame-alist, sc-default-cite-frame)
17476         (sc-default-uncite-frame, sc-default-recite-frame)
17477         (sc-attrib-selection-list, sc-rewrite-header-list):
17478         Mark as risky-local-variable.
17480         * international/ogonek.el (ogonek-jak, ogonek-how):
17481         Don't use beginning-of-buffer.
17483         * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
17485         * calendar/solar.el (solar-data-list): Move definition up.
17487         * dnd.el (dnd-protocol-alist): Add autoload.
17489         * progmodes/sh-script.el: Many doc usage fixes.
17490         (sh-indent-after-do): Change default to match common styles.
17492 2005-05-13  Luc Teirlinck  <teirllm@auburn.edu>
17494         * files.el (interpreter-mode-alist)
17495         (auto-mode-interpreter-regexp): Doc fixes.
17497 2005-05-13  Matt Hodges  <MPHodges@member.fsf.org>
17499         * tmm.el (tmm-get-keymap): Include only active menus and menu items.
17501         * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
17503 2005-05-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17505         * dired.el (dired-mode): make-variable-buffer-local =>
17506         make-local-variable.
17508 2005-05-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17510         * term/mac-win.el (mac-select-convert-to-string): Try coding
17511         systems in mac-script-code-coding-systems if specified one cannot
17512         encode string for `com.apple.traditional-mac-plain-text'.
17514 2005-05-13  Daniel Pfeiffer  <occitan@esperanto.org>
17516         * progmodes/make-mode.el (makefile-targets-face)
17517         (makefile-shell-face, makefile-makepp-perl-face): New faces.
17518         (makefile-dependency-regex): Fix it to not make the colon in
17519         $(var:a=b) special.
17520         (makefile-rule-action-regex): New regexp for highlighting embedded
17521         Shell strings.
17522         (makefile-macroassign-regex): Handle != for highlighting as
17523         embedded Shell strings.
17524         (makefile-var-use-regex): New const.
17525         (makefile-statements, makefile-automake-statements)
17526         (makefile-gmake-statements, makefile-makepp-statements)
17527         (makefile-bsdmake-statements): New consts.
17528         (makefile-make-font-lock-keywords): New function.
17529         (makefile-automake-font-lock-keywords)
17530         (makefile-gmake-font-lock-keywords)
17531         (makefile-makepp-font-lock-keywords)
17532         (makefile-bsdmake-font-lock-keywords): New consts.
17533         (makefile-mode-map): Add switchers between the various submodes.
17534         (makefile-mode): Document the availability of the variants.
17535         (makefile-automake-mode, makefile-gmake-mode)
17536         (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
17538         * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
17539         new variants of makefile-mode.
17541 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
17543         * font-lock.el (font-lock-comment-delimiter-face): Fix up
17544         the inheritance.
17546 2005-05-12  Luc Teirlinck  <teirllm@auburn.edu>
17548         * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
17549         (inferior-lisp-load-hook): Convert defcustoms back to defvars.
17551         * files.el (normal-mode): Extend the scope of the
17552         `enable-local-variables' binding to include the `set-auto-mode' call.
17553         (magic-mode-alist): Doc fix.
17555 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
17557         * font-lock.el (font-lock-comment-delimiter-face): Inherit from
17558         font-lock-comment-face rather than copying its setting.
17560 2005-05-12  Andreas Schwab  <schwab@suse.de>
17562         * eshell/esh-mode.el (eshell-send-input): Doc fix.
17564 2005-05-12  Lute Kamstra  <lute@gnu.org>
17566         * emacs-lisp/generic.el (define-generic-mode): Don't generate a
17567         defcustom for the mode hook variable.  Delete the last argument.
17568         * generic-x.el: Fix callers of define-generic-mode.
17569         (generic-x-modes): Delete group.
17570         (show-tabs-tab-face, show-tabs-space-face): Put them in the
17571         generic-x customization group.
17573 2005-05-12  Kim F. Storm  <storm@cua.dk>
17575         * font-lock.el (font-lock-negation-char-face): Default to "off".
17577         * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
17578         font-lock-negation-char-face to ! in !=.
17580 2005-05-12  Masatake YAMATO  <jet@gyve.org>
17582         * add-log.el (find-change-log): Fix typos in the docstring
17583         of function.
17585 2005-05-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
17587         * international/latexenc.el (latexenc-find-file-coding-system):
17588         Avoid `re-search-forward' when looking for input encoding because
17589         of speed and safety.  Better regular expressions for recognizing
17590         input encoding.  Limit a search for TeX-master/tex-main-file to
17591         the local variable section.
17593 2005-05-11  Dan Nicolaescu  <dann@ics.uci.edu>
17595         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
17596         syntax of $ to "'" (quote).
17598 2005-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
17600         * dnd.el (dnd-protocol-alist): Improve custom type.
17602         * dired.el (dired-dnd-protocol-alist): New variable.
17603         (dired-mode): Use `dired-dnd-protocol-alist'.  Move call of
17604         `dired-mode-hook' to the end.
17606 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
17608         * font-lock.el (font-lock-fontify-syntactically-region): Don't use
17609         comment-end if comment-start-skip is not set.
17610         Obey the font-lock-comment-delimiter-face variables.
17612 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
17614         * files.el (executable-find): Move from executable.el.  Use
17615         locate-file.
17616         * progmodes/executable.el (executable-find): Move to files.el.
17618         * font-lock.el (font-lock-fontify-keywords-region): Use a marker
17619         when trying to ensure forward progress.
17621 2005-05-11  Chong Yidong  <cyd@stupidchicken.com>
17623         * mouse-sel.el (mouse-sel-follow-link-p): New function.
17624         (mouse-select, mouse-select-internal, mouse-extend-internal):
17625         Use it to implement mouse-1-click-follows-link functionality.
17627 2005-05-11  Richard M. Stallman  <rms@gnu.org>
17629         * font-lock.el (font-lock-fontify-syntactically-region):
17630         Use font-lock-comment-delimiter-face for comment delimiters.
17632 2005-05-10  Jay Belanger  <belanger@truman.edu>
17634         * calc/calc-help.el (calc-m-prefix-help): Add mention of
17635         preserving embedded modes.
17637 2005-05-10  Richard M. Stallman  <rms@gnu.org>
17639         * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
17641         * progmodes/ada-mode.el (ada-adjust-case-skeleton):
17642         Move from ada-stmt.el.
17643         (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
17645         * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
17646         Move to ada-mode.el.
17647         (ada-stmt-mode-hook): Delete; do the work in ada-mode.
17649         * cus-edit.el (custom-file): Call file-chase-links.
17651         * files.el (read-directory-name): Fix previous change.
17652         (hack-local-variables-confirm): New function.
17653         (hack-local-variables-prop-line, hack-local-variables)
17654         (hack-one-local-variable): Use it.
17656 2005-05-10  Lute Kamstra  <lute@gnu.org>
17658         * font-lock.el (font-lock-keywords-alist)
17659         (font-lock-removed-keywords-alist): Clarify docstrings.
17661 2005-05-10  Nick Roberts  <nickrob@snap.net.nz>
17663         * progmodes/gdb-ui.el (gdb-macro-info): New variable.
17664         (gdb-source-info): Check for preprocessor info.
17665         (gdb-tooltip-print-1): New function.  Don't print tooltip if it is
17666         a macro for a function.
17667         (gdb-info-breakpoints-custom): Try to find file again if not already
17668         found (user might have used GDB dir command).
17669         (gdb-get-location): Update gdb-location-alist correctly for change
17670         to gdb-info-breakpoints-custom.
17672         * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
17673         (gud-tooltip-print-command): Add gdbmi case.
17674         (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
17675         preprocessor info.
17677 2005-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
17679         * startup.el (fancy-splash-insert): Fix typo in doc string.
17681 2005-05-09  Juanma Barranquero  <lekktu@gmail.com>
17683         * obsolete/float.el (string-to-float):
17684         * obsolete/hilit19.el (hilit-add-pattern):
17685         * obsolete/rnews.el (news-parse-range, news-select-message)
17686         (news-get-pruned-list-of-files): Replace `string-to-int' by
17687         `string-to-number'.
17689         * obsolete/uncompress.el: Set `find-file-not-found-functions', not
17690         `find-file-not-found-hooks'; use `add-hook'.
17691         (uncompress-while-visiting): Set `write-file-functions', not
17692         `write-file-hooks'; use `add-hook'.
17694 2005-05-09  Kim F. Storm  <storm@cua.dk>
17696         * emulation/cua-base.el (cua-copy-region, cua-cut-region)
17697         (cua-paste): Handle clipboard action.
17698         (cua--init-keymaps): Remap clipboard-kill-region and
17699         clipboard-kill-ring-save.
17701 2005-05-08  Eli Zaretskii  <eliz@gnu.org>
17703         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
17704         Improve commentary.
17706         * simple.el (next-error-overlay-arrow-position): Revert the change
17707         made on 2005-04-30.
17709 2005-05-07  Jay Belanger  <belanger@truman.edu>
17711         * calc/calcsel2.el (calc-commute-left, calc-commute-right)
17712         (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
17713         `calc-sel-reselect'.
17715         * calc/calc-mode.el (calc-save-modes): Reset the modes list if
17716         Calc is in embedded mode.
17718 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
17720         * progmodes/compile.el (compilation-setup):
17721         Set overlay-arrow-string to an empty string on text terminals.
17723         * textmodes/ispell.el (ispell-program-name): Try looking for
17724         "aspell" along exec-path, and if found, use it as the default
17725         speller program.
17727 2005-05-07  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
17729         * international/mule.el (sgml-xml-auto-coding-function):
17730         Recognize encoding='FOO' in single quotes as well as in double quotes.
17732 2005-05-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
17734         * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
17735         as well as `interactive', so that defmacro* would recognize
17736         `declare' forms.
17738 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
17740         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
17741         Explain more about the LIGHTER arg's usage in the doc string.
17742         Add commentary to clarify what the code does.  Fix the regexp that
17743         strips whitespace from LIGHTER.  Quote LIGHTER before using it,
17744         since it could have characters special to regular expressions.
17746 2005-05-07  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
17748         * replace.el (occur-1): Bind inhibit-read-only so that
17749         erase-buffer doesn't barf on read-only text properties (likewise
17750         for add-text-properties in occur-engine).  Mark buffer as unmodified.
17751         (occur-engine): Don't set buffer-read-only here.
17753 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17755         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
17756         list-buffers-directory.  This caused the *cvs-commit* buffer to be
17757         sometimes mistakenly reused as a *cvs* buffer.
17759 2005-05-07  Nick Roberts  <nickrob@snap.net.nz>
17761         * tooltip.el: Move code for GUD tooltips into gud.el.
17762         (require): CL no longer needed to compile case.
17763         (tooltip-mode): Do not toggle functions for GUD tooltips.
17764         (tooltip-gud-tips-p): Remove.  Replace with minor mode
17765         gud-tooltip-mode in gud.el.
17766         (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
17767         (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
17768         tooltip-gud prefix with gud-tooltip and obsolete.
17769         (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
17770         (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
17771         (tooltip-mouse-motion): Mouse movement functions/variable.
17772         Rename in gud.el by adding gud prefix.
17773         (tooltip-gud-original-filter, tooltip-gud-dereference)
17774         (tooltip-gud-event, tooltip-toggle-gud-tips)
17775         (tooltip-gud-process-output, tooltip-gud-print-command)
17776         (tooltip-gud-tips): GUD tooltip functions/variables.  Rename in
17777         gud.el by replacing tooltip-gud prefix with gud-tooltip.
17778         (gdb-tooltip-print): Move to gdb-ui.el.
17780         * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
17781         (require): CL needed to compile case.
17782         (gud-tooltip-mode): Use to toggle GUD tooltips instead of
17783         tooltip-gud-tips-p.  Make it a minor-mode.
17784         (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
17785         (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
17786         (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
17787         (gud-tooltip-change-major-mode)
17788         (gud-tooltip-activate-mouse-motions-if-enabled)
17789         (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
17790         (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
17791         (gud-tooltip-original-filter, gud-tooltip-dereference)
17792         (gud-tooltip-event, tooltip-toggle-gud-tips)
17793         (gud-tooltip-process-output, gud-tooltip-print-command)
17794         (gud-tooltip-tips): Move from tooltip.el.
17796         * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
17797         (gdb-cpp-define-alist-flags): Doc fix.
17798         (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
17799         gud-tooltip-mode is t.
17801 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17803         * net/goto-addr.el (goto-address-fontify): Make sure the overlays
17804         evaporate if their text is deleted.
17805         (goto-address-at-point): Make it work as a mouse binding as well.
17806         (goto-address-at-mouse): Obsolete it.  Update users.
17808 2005-05-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
17810         * calendar/appt.el (top-level): No longer activate on load.
17812 2005-05-06  Juanma Barranquero  <lekktu@gmail.com>
17814         * calendar/cal-bahai.el (mark-bahai-diary-entries):
17815         * net/webjump.el (webjump):
17816         * progmodes/idlw-help.el (idlwave-do-context-help1)
17817         (idlwave-highlight-linked-completions):
17818         * textmodes/po.el (po-find-file-coding-system-guts):
17819         Replace `assoc-ignore-case' by `assoc-string'.
17821 2005-05-06  Eli Zaretskii  <eliz@gnu.org>
17823         * files.el (locate-file): Doc fix.
17825         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
17826         Remove the redundant test for ms-dos.
17828         * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
17829         look for the preprocessor with exec-suffixes.  If not found in
17830         standard places, look in exec-path.  Remove most of the tests that
17831         used system-type.
17833         * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
17835         * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
17837         * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
17838         file-name clash with jka-compr.el on 8+3 filesystems.
17840 2005-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17842         * term/mac-win.el: Don't define or bind scroll bar functions if
17843         x-toolkit-scroll-bars is t.
17844         (x-select-text, x-get-selection-value): Clear
17845         x-last-selected-text-clipboard if x-select-enable-clipboard is
17846         nil.
17847         (PRIMARY): Put mac-scrap-name property.
17848         (mac-select-convert-to-file-url): New function.
17849         (public.file-url): New selection target type.  Add to
17850         selection-converter-alist.
17851         (x-get-selection, x-selection-value): Handle it.
17852         (x-cut-buffer-or-selection-value): New alias.
17854 2005-05-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
17856         * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
17857         entry to avoid calling bibtex-find-entry with arg global
17858         being t.  Remove arg key.
17859         (bibtex-summary-function, bibtex-complete-crossref-cleanup)
17860         (bibtex-copy-summary-as-kill): Change accordingly.
17862 2005-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
17864         * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
17865         (org-agenda-date-later): Use with-current-buffer.
17867 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
17869         * emacs-lisp/byte-run.el (define-obsolete-function-alias)
17870         (define-obsolete-variable-alias): Doc Fixes.
17872 2005-05-06  Kim F. Storm  <storm@cua.dk>
17874         * simple.el (line-move-1): Fix 2005-04-26 change.  Must still use
17875         vertical-motion when selective-display is active.
17877         * ido.el (ido-setup-hook): New hook.
17878         (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
17879         (ido-input-stack): New var.
17880         (ido-define-mode-map): Bind M-b to ido-push-dir.  Move old
17881         ido-next-work-file binding to M-O.
17882         Bind M-f to ido-wide-find-file-or-pop-dir.
17883         (ido-define-mode-map): Don't run ido-define-mode-map-hook.
17884         (ido-read-internal): Run ido-setup-hook.
17885         Catch quit in read-file-name and read-string to cancel edit.
17886         Handle new push, pop, and pop-all exit codes (for M-b/M-f).
17887         Automatically pop-all when completing a directory name (RET).
17888         (ido-file-internal): Add with-no-warnings around ffap and dired code.
17889         (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
17890         (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
17891         (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
17892         New functions for M-b/M-f to move among the directory components.
17893         (ido-make-merged-file-list): Catch quit to cancel merge.
17894         (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
17895         (ido-completion-help): No warnings for ido-completion-buffer-full.
17897 2005-05-05  Daniel Pfeiffer  <occitan@esperanto.org>
17899         * font-lock.el (font-lock-negation-char-face): New face and variable.
17900         * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
17901         * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
17902         * progmodes/cperl-mode.el (cperl-init-faces): Use it.
17903         * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
17905 2005-05-05  Juanma Barranquero  <lekktu@gmail.com>
17907         * emacs-lisp/byte-run.el (define-obsolete-function-alias):
17908         Fix typo in docstring.
17910         * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
17911         (ebrowse-print-statistics-line)
17912         (ebrowse-electric-position-mode-hook): Fix typo in docstring.
17914         * term/w32-win.el (image-library-alist): Add additional name for
17915         Xpm library.
17917 2005-05-05  Nick Roberts  <nickrob@snap.net.nz>
17919         * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
17920         use gcc instead of cpp.
17922         * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
17923         (gdb-create-define-alist): Use it.
17924         (gdb-cpp-define-alist-program): Update for MS-DOS.
17926 2005-05-04  Nick Roberts  <nickrob@snap.net.nz>
17928         * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
17930 2005-05-04  Richard M. Stallman  <rms@gnu.org>
17932         * help.el (describe-key): No error when UNTRANSLATED is nil.
17934         * simple.el (line-move-1): Fix previous change to signal errors
17935         appropriately.
17937 2005-05-03  Ulf Jasper  <ulf.jasper@web.de>
17939         * calendar/icalendar.el (icalendar-version): Now at 0.12.
17940         (icalendar-duration-correction): Remove.
17941         (icalendar--get-event-properties): Split result at commas.
17942         (icalendar--decode-isoduration): New optional argument
17943         DURATION-CORRECTION.
17944         (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
17945         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
17946         (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
17947         (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
17948         (icalendar--convert-anniversary-to-ical): New functions, extracted
17949         from icalendar-export-region, with bug fixes.
17950         (icalendar-export-region): Use the above functions.
17951         (icalendar-import-buffer): Check before saving diary file.
17952         (icalendar--convert-recurring-to-diary)
17953         (icalendar--convert-non-recurring-all-day-to-diary)
17954         (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
17955         extracted from icalendar--convert-ical-to-diary, with bug fixes.
17956         (icalendar--convert-ical-to-diary): Use the above functions.
17958 2005-05-03  Nick Roberts  <nickrob@snap.net.nz>
17960         * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
17961         Remove these recent additions.
17962         (c-mode): Restore to before 2005-04-28.
17964         * progmodes/cc-vars.el (cc-define-list-program): Remove this
17965         recent addition.
17967         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
17968         (gdb-define-alist): New variables.
17969         (gdb-create-define-alist): New function.
17970         (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
17971         (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
17972         with string-to-number.
17973         (gdb-reset): Kill gdb-define-alist.  Move assignments outside loop.
17975         * progmodes/gud.el: Replace string-to-int with string-to-number.
17976         (gud-find-file): Handle gdb-define-alist.
17978         * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
17980 2005-05-02  Jay Belanger  <belanger@truman.edu>
17982         * calc/calc-aent.el (math-read-token):
17983         * calc/calc-bin.el (calc-word-size):
17984         * calc/calc-ext.el (calc-read-number-fancy):
17985         * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
17986         (math-parse-date, math-parse-standard-date, calcFunc-tzone):
17987         * calc/calc-frac.el (calc-over-notation):
17988         * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
17989         (calc-graph-num-points, calc-graph-init):
17990         * calc/calc-prog.el (calc-read-parse-table-part)
17991         (calc-edit-macro-repeats):
17992         * calc/calc-yank.el (calc-do-grab-rectangle):
17993         * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
17994         Replace `string-to-int' by `string-to-number'.
17996 2005-05-02  Kim F. Storm  <storm@cua.dk>
17998         * kmacro.el: Use executing-kbd-macro-index variable.
18000 2005-05-02  Thien-Thi Nguyen  <ttn@gnu.org>
18002         * net/rlogin.el (rlogin-parse-words): Delete func.
18003         (rlogin): Use split-string, not rlogin-parse-words.
18004         Also, if there are option-like elements in the parsed args,
18005         take the host to be the first arg immediately following them.
18006         Suggested by Michael Mauger.
18008 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
18010         * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
18012 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
18014         * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
18015         (cc-mode-cpp-program): Rename to cc-define-list-program and
18016         move to cc-vars.el.
18018         * progmodes/cc-vars.el (cc-define-list-program):
18019         Change to "gcc -E -dM -".  Make customizable.
18021 2005-05-02  Kim F. Storm  <storm@cua.dk>
18023         * emulation/cua-base.el: Fix check for CUA-mode if no init file.
18025 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
18027         * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
18029         * international/mule-util.el (truncate-string): Remove alias and
18030         obsolete declaration.
18032         * international/mule-cmds.el (update-iso-coding-systems):
18033         Remove alias and obsolete declaration.
18035         * international/mule.el (coding-system-parent): Remove alias and
18036         obsolete declaration.
18038         * subr.el (define-function, sref): Remove aliases and obsolete
18039         declarations.
18040         (chars-in-region): Remove obsolete declaration.
18042 2005-05-01  Richard M. Stallman  <rms@gnu.org>
18044         * info.el (Info-mode): Set widen-automatically to nil, locally.
18046         * simple.el (widen-automatically): New variable.
18047         (pop-global-mark): Obey widen-automatically.
18049 2005-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
18051         * term/xterm.el (function-key-map): Call substitute-key-definition
18052         before the keymap size is increased by a lot of define-key calls.
18054 2005-05-01  Richard M. Stallman  <rms@gnu.org>
18056         * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
18057         Rename ARG to ELEMENT.  Doc fix.
18059 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
18061         * allout.el (allout-exposure): Remove macro and obsolete declaration.
18062         Remove references to allout-exposure/change to allout-new-exposure.
18064         * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
18065         bytecode symbols.
18067         * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
18068         (compiled-function-p, focus-frame, unfocus-frame):
18069         Remove aliases and obsolete declarations.
18070         Back out inadvertent changes from previous commit.
18072 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
18074         * files.el (require-final-newline): Make Custom tags consistent
18075         with mode-require-final-newline.
18076         (mode-require-final-newline): Doc fix.
18078 2005-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
18080         * international/latexenc.el (latexenc-find-file-coding-system):
18081         Fix regular expressions.
18083 2005-05-01  David Kastrup  <dak@gnu.org>
18085         * international/latexenc.el (latexenc-find-file-coding-system):
18086         Fix regular expressions.
18088 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
18090         * subr.el (string-to-int): Make obsolete.
18092 2005-04-30  Richard M. Stallman  <rms@gnu.org>
18094         * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
18096         * loadup.el: load jka-comp-hook.
18098         * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
18099         (jka-compr-handler): Add autoload.  `put' calls moved
18100         to jka-comp-hook.el.
18101         (compression, jka-compr): defgroups moved to jka-comp-hook.el.
18102         (jka-compr-inhibit): Autoload.
18104         * jka-comp-hook.el: New file.
18105         Enable the mode by default.
18107         * files.el (backup-buffer-copy): Use copy-file instead
18108         of write-region, and put back the 'excl.
18110 2005-04-30  Chong Yidong  <cyd@stupidchicken.com>
18112         * progmodes/flymake.el (flymake-split-string)
18113         (flymake-split-string, flymake-log, flymake-pid-to-names)
18114         (flymake-reg-names, flymake-get-source-buffer-name)
18115         (flymake-unreg-names, flymake-add-line-err-info)
18116         (flymake-add-err-info): Clarify docstrings.
18117         (flymake-popup-menu, flymake-make-emacs-menu)
18118         (flymake-make-xemacs-menu): Add docstrings.
18119         (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
18120         Set variables directly throughout.
18122 2005-04-30  Nick Roberts  <nickrob@snap.net.nz>
18124         * progmodes/cc-mode.el (cc-create-define-alist): Check that file
18125         exists.  Initialize cc-define-alist.
18126         (c-mode): Add cc-create-define-alist locally to after-save-hook.
18127         If there is no file (Macroexpansion) don't create an alist.
18129 2005-04-29  Sam Steingold  <sds@gnu.org>
18131         * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
18132         (cc-create-define-alist): Use it instead of the hard-coded string.
18134 2005-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
18136         * international/mule-conf.el (file-coding-system-alist): Fix regexp
18137         for latexenc.
18139 2005-04-29  Lute Kamstra  <lute@gnu.org>
18141         * emacs-lisp/generic.el: Improve commentary section.
18142         (define-generic-mode): Improve docstring.
18144 2005-04-29  Carsten Dominik  <dominik@science.uva.nl>
18146         * textmodes/org.el (many places): Change to quiet the byte compiler.
18147         (org-prefix-format-compiled): New variable.
18148         (org-compile-prefix-format): New function.
18149         (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
18150         (org-agenda-prefix-format, org-timeline-prefix-format): New options.
18151         (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
18152         (org-get-entries-from-diary): Use `org-get-time-of-day' for
18153         consistency with entries from `org-mode' files.
18154         (org-get-time-of-day): Fix bug with partial matches early in a line.
18155         (org-non-link-chars): New constant.
18156         (org-link-regexp): Respect `org-non-link-chars'.
18157         (org-agenda-day-view): Remove command.
18158         (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
18159         (org-follow-bbdb-link, org-store-link): Search also company field.
18160         (org-highlight-overlay): New variable.
18161         (org-highlight, org-unhighlight): New functions.
18162         (org-agenda-mode): Add pre-command-hook to remove highlight.
18163         (org-evaluate-time-range): Behavior depends upon whether time stamp
18164         contains a time or not.
18165         (org-show-subtree, org-show-entry): New functions.
18166         (org-agenda-cleanup-fancy-diary): Remove empty lines.
18168 2005-04-28  Luc Teirlinck  <teirllm@auburn.edu>
18170         * comint.el (comint-output-filter-functions): Add autoload cookie.
18172 2005-04-28  Kim F. Storm  <storm@cua.dk>
18174         * ido.el (ido-everywhere): Fix last change.
18176 2005-04-28  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
18178         * international/latexenc.el: New file.
18179         * international/mule-conf.el (file-coding-system-alist): For .tex,
18180         .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
18182 2005-04-28  Lute Kamstra  <lute@gnu.org>
18184         * font-lock.el (font-lock-add-keywords)
18185         (font-lock-remove-keywords): Clarify docstring.
18186         (font-lock-keywords-alist, font-lock-removed-keywords-alist):
18187         Don't start docstrings with a `*'.
18188         (font-lock-update-removed-keyword-alist): Give it a docstring.
18190         * generic-x.el: Update commentary section.
18191         Only require font-lock when compiling.
18192         Define all modes conditionally.
18193         Place all generic modes in the generic-x-modes customization group.
18194         (generic-x-modes): New customization group.
18195         (generic-default-modes, generic-mswindows-modes)
18196         (generic-unix-modes, generic-other-modes): New constants.
18197         (generic-define-mswindows-modes, generic-define-unix-modes):
18198         Update docstrings.  Make them obsolete.
18199         (generic-extras-enable-list): New default value.  Update docstring.
18200         Improve :type.  Change :set function.
18201         (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
18202         Fix docstring.
18204         * emacs-lisp/generic.el (generic-mode-internal):
18205         Simplify font-lock-defaults.
18206         (define-generic-mode): Fix docstring.
18208 2005-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
18210         * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
18211         font-lock-face property to highlight matches.
18213 2005-04-28  Nick Roberts  <nickrob@snap.net.nz>
18215         * progmodes/cc-mode.el (cc-create-define-alist): New function.
18216         (cc-define-alist): New variable.
18217         (c-mode): Make it local and initialize it.
18219         * progmodes/gdb-ui.el (gdb-active-process): New variable.
18220         (gdb-exited): New function.
18221         (gdb-annotation-rules): Use it.
18222         (gdb-starting): Set gdb-active-process to t.
18223         (gdb-stopping): Amend doc string.
18224         (gdb-reset): Set gdb-active-process to nil.
18226         * tooltip.el (tooltip-gud-tips): Show the associated #define
18227         directives when a C program under GDB is not executing.
18229 2005-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
18231         * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
18232         font-lock-fontify-syntactic-keywords.
18234         * font-lock.el (font-lock-default-fontify-region): Don't force
18235         parse-sexp-lookup-properties to nil.
18237 2005-04-27  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
18239         * man.el (man-mode-syntax-table): Set up `:' to have
18240         word-constituent syntax.
18242 2005-04-27  Lute Kamstra  <lute@gnu.org>
18244         * novice.el (disable-command): Don't add spurious newlines to the
18245         init file.  Reported by Dan Jacobson <jidanni@jidanni.org>.
18247 2005-04-26  Jay Belanger  <belanger@truman.edu>
18249         * calc/calc-yank.el (calc-edit-finish): Make sure there is more
18250         than one window before deleting window.
18252 2005-04-26  Luc Teirlinck  <teirllm@auburn.edu>
18254         * shell.el (shell-prompt-pattern): Doc fix.
18255         (shell-mode): Set paragraph-separate buffer locally to "\\'".
18257         * comint.el (comint-prompt-regexp, comint-get-old-input)
18258         (comint-use-prompt-regexp)
18259         (comint-use-prompt-regexp-instead-of-fields)
18260         (comint-replace-by-expanded-history, comint-send-input)
18261         (comint-output-filter, comint-get-old-input-default)
18262         (comint-line-beginning-position, comint-bol, comint-show-output)
18263         (comint-backward-matching-input, comint-forward-matching-input)
18264         (comint-next-prompt, comint-previous-prompt):
18265         Rename `comint-use-prompt-regexp-instead-of-fields' to
18266         `comint-use-prompt-regexp'.  Keep old name as alias and declare
18267         obsolete.
18268         (comint-use-prompt-regexp): Shorten first line of doc string.
18270         * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
18271         Set paragraph-separate buffer locally to "\\'".
18273         * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
18274         Adapt to above name change.
18276         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
18277         (smbclient-prompt-regexp): Ditto.
18279         * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
18281 2005-04-27  Nick Roberts  <nickrob@snap.net.nz>
18283         * progmodes/gdb-ui.el (gdb-location-alist): Rename from
18284         gdb-location-list.
18285         Break lines that are over 80 characters wide.
18287 2005-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
18289         * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
18290         New fun and var, to preserve compatibility.
18292         * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
18294 2005-04-26  Dominique de Waleffe  <ddw@missioncriticalit.com>  (tiny change)
18296         * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
18297         name to file-newer-than-file-p.
18299 2005-04-26  Richard M. Stallman  <rms@gnu.org>
18301         * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
18303         * progmodes/python.el (python-mode):
18304         Use new name eldoc-documentation-function.
18306         * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
18308         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
18309         (eldoc-documentation-function):
18310         Rename from eldoc-print-current-symbol-info-function.  Calls changed.
18312 2005-04-26  Nick Roberts  <nickrob@snap.net.nz>
18314         * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
18316 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
18318         * term/xterm.el (function-key-map): Fix strings for
18319         {C,S,A,C-S}-f[1-4].  Use substitute-key-definition to bind
18320         {C,S,A,C-S}-{f1-f12}.
18322 2005-04-26  Kenichi Handa  <handa@m17n.org>
18324         * international/mule-cmds.el (select-safe-coding-system):
18325         Fix previous change.
18327 2005-04-26  Lute Kamstra  <lute@gnu.org>
18329         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
18331         * font-lock.el (font-lock-fontify-region-function): Fix docstring.
18332         (font-lock-comment-delimiter-face): Ditto.
18334         * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
18336 2005-04-25  Jay Belanger  <belanger@truman.edu>
18338         * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
18339         to t while inserting information; use help-mode.
18341 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
18343         * term.el (ansi-term-color-vector): Use the xterm colors.
18344         (term-raw-map): Don't add mappings for \eO and \e[.  Map deletechar.
18346 2005-04-25  Lute Kamstra  <lute@gnu.org>
18348         * font-core.el (font-lock-defaults): Fix docstring.
18350         * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
18352 2005-04-25  Kenichi Handa  <handa@m17n.org>
18354         * international/mule-cmds.el (select-safe-coding-system):
18355         Don't check consistency with coding: spec, etc if raw-text or
18356         no-conversion was found to be safe.
18358 2005-04-24  Richard M. Stallman  <rms@gnu.org>
18360         * mail/sendmail.el (mail-font-lock-keywords): Match any number of
18361         citation markers at start of each line.
18363         * mail/rmail.el (rmail-font-lock-keywords): Match any number of
18364         citation markers at start of each line.
18366         * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
18368         * files.el (mode-require-final-newline): Fix previous change.
18369         (require-final-newline): Fix type label.
18371 2005-04-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
18373         * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
18374         statement in buffer (broken by 2004-11-24 change).
18376 2005-04-24  Kim F. Storm  <storm@cua.dk>
18378         * ido.el (ido-everywhere): Save and restore old read-buffer-function
18379         and read-file-name-function values.  Don't overwrite existing
18380         non-nil values if ido-mode is enabled without ido-everywhere.
18382 2005-04-24  Luc Teirlinck  <teirllm@auburn.edu>
18384         * files.el (mode-require-final-newline): Minor doc fix.
18386 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
18388         * subr.el (syntax-after): Doc fix.
18389         (syntax-class): If argument is nil, return nil.  Mask off upper 16
18390         bits, not 8 bits.
18392         * files.el (mode-require-final-newline): Doc fix.
18393         (backup-buffer-copy): Fix last change.
18395 2005-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18397         * term/mac-win.el: Require select.  Set selection-coding-system to
18398         mac-system-coding-system.  Call menu-bar-enable-clipboard.
18399         (x-last-selected-text-clipboard, x-last-selected-text-primary)
18400         (x-select-enable-clipboard): New variables.
18401         (x-select-text, x-get-selection, x-selection-value)
18402         (x-get-selection-value, mac-select-convert-to-string)
18403         (mac-services-open-file, mac-services-open-selection)
18404         (mac-services-insert-text): New functions.
18405         (CLIPBOARD, FIND): Put mac-scrap-name property.
18406         (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
18407         (public.tiff): Put mac-ostype property.
18408         (selection-converter-alist): Add entries for them.
18409         (mac-application-menu-map): New keymap.
18410         (interprogram-cut-function, interprogram-paste-function): Set to
18411         x-select-text and x-get-selection-value, respectively.
18412         (split-window-keep-point): Set to t.
18414 2005-04-23  Richard M. Stallman  <rms@gnu.org>
18416         * files.el (read-directory-name): Always pass non-nil
18417         DEFAULT-FILENAME arg to read-file-name.
18418         (backup-buffer-copy, basic-save-buffer-2): Take care against
18419         writing thru an unexpected existing symlink.
18420         (revert-buffer): In indirect buffer, revert the base buffer.
18421         (magic-mode-alist): Doc fix.
18422         (buffer-stale-function): Doc fix.
18423         (minibuffer-with-setup-hook): Avoid warning.
18424         (mode-require-final-newline): Doc and custom fix.
18426         * follow.el (follow-end-of-buffer): Use with-no-warnings.
18428         * font-lock.el (font-lock-comment-face): On terminals with few colors,
18429         use the default appearance.
18430         (font-lock-comment-delimiter-face): New face, new variable.
18432         * imenu.el (imenu--generic-function): The official position of a
18433         definition is the start of the line that BEG is in.
18435         * midnight.el (midnight-timer): Move defvar up.
18437         * mouse.el (mouse-drag-region-1): Delete some debugging code.
18439         * saveplace.el (save-place-to-alist): Use with-no-warnings.
18441         * startup.el (command-line): Use with-no-warnings.
18443         * window.el (window-size-fixed): New defvar.
18445         * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
18447         * mail/rmail.el (rmail-font-lock-keywords):
18448         Use font-lock-comment-delimiter-face.
18450         * mail/sendmail.el (mail-font-lock-keywords):
18451         Use font-lock-comment-delimiter-face.
18453         * progmodes/compile.el (next-error-highlight-timer): New defvar.
18455 2005-04-23  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
18457         * progmodes/compile.el (compilation-mode-font-lock-keywords):
18458         Specify t for LAXMATCH when matching directories.
18459         Save match data around compilation-compat-error-properties form.
18461 2005-04-23  David Kastrup  <dak@gnu.org>
18463         * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
18464         Mention that the autoloaded aliases should be kept for AUCTeX.
18466 2005-04-23  Andreas Schwab  <schwab@suse.de>
18468         * isearch.el (isearch-forward): Doc fix.
18470 2005-04-23  Eli Zaretskii  <eliz@gnu.org>
18472         * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
18473         (jit-lock-stealth-nice): Change default value to 0.5.
18475 2005-04-23  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
18477         * abbrev.el (write-abbrev-file): Write table entries in
18478         alphabetical order by table name.
18480 2005-04-22  Kim F. Storm  <storm@cua.dk>
18482         * ido.el (ido-read-internal): Fix `list' completion.
18484 2005-04-22  Kenichi Handa  <handa@m17n.org>
18486         * recentf.el (recentf-save-file-coding-system): New variable.
18487         (recentf-save-list): Encode the file by
18488         recentf-save-file-coding-system and add coding: tag.
18490 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
18492         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
18494 2005-04-21  Lute Kamstra  <lute@gnu.org>
18496         * loadhist.el (unload-feature): Don't remove a function from hooks
18497         if it is about to be restored to an autoload .  Remove functions
18498         that will become unbound from auto-mode-alist.  Simplify the code.
18500         * subr.el (assq-delete-all): New implementation that is linear,
18501         not quadratic.  Suggested by David Kastrup <dak@gnu.org>.
18502         (rassq-delete-all): New function.
18504         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
18505         Add size-indication-mode.
18507 2005-04-21  Kenichi Handa  <handa@m17n.org>
18509         * international/mule-cmds.el: Add autoload for widget-value in
18510         eval-when-compile.
18512 2005-04-21  Nick Roberts  <nickrob@snap.net.nz>
18514         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
18515         Add tooltip-mode.
18517         * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
18519 2005-04-20  Luc Teirlinck  <teirllm@auburn.edu>
18521         * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
18522         (inferior-lisp-filter-regexp, inferior-lisp-program)
18523         (inferior-lisp-load-command, inferior-lisp-prompt)
18524         (inferior-lisp-mode-hook, lisp-source-modes)
18525         (inferior-lisp-load-hook): defvar->defcustom.
18526         (inferior-lisp-program, inferior-lisp-prompt)
18527         (inferior-lisp-load-hook): Doc fixes.
18528         (inferior-lisp-install-letter-bindings): Small change in
18529         introductory comment.
18531 2005-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
18533         * vc.el (vc-annotate-color-map): Change some colors so that text
18534         using them as foreground is readable on both white and black
18535         backgrounds.
18537 2005-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
18539         * international/mule-conf.el (translation-table-for-input):
18540         Remove redundant declaration.
18542 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
18544         * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
18546         * tooltip.el (tooltip-gud-tips-p): Expand documentation.
18547         (tooltip-toggle-gud-tips): New function.
18549 2005-04-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18551         * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
18552         right angle brackets.
18554 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
18556         * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
18558 2005-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
18560         * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
18561         Remove.  Update callers to use expand-file-name instead.
18563         * subr.el (syntax-class): New function.
18565         * simple.el (blink-matching-open): Use it.
18567         * paren.el (show-paren-function): Use it to recognize parens that are
18568         also used in 2-char comment markers.
18570 2005-04-19  Lute Kamstra  <lute@gnu.org>
18572         * loadhist.el (unload-feature): Update for new format of
18573         load-history.  Simplify the code.
18575 2005-04-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18577         * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
18578         (mac-add-charset-info): New function.  Initialize variable
18579         mac-charset-info-alist using it.
18580         (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
18581         for translation.
18582         (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
18583         (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
18584         (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
18585         New CCL programs.
18587 2005-04-19  Kim F. Storm  <storm@cua.dk>
18589         * simple.el (next-buffer, prev-buffer, next-error)
18590         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
18591         (clone-indirect-buffer-other-window): Move bindings to bindings.el.
18593         * bindings.el (next-buffer, prev-buffer, next-error)
18594         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
18595         (clone-indirect-buffer-other-window): Move bindings from simple.el.
18596         (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
18597         (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
18599 2005-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
18601         * isearch.el (isearch-edit-string): Make the search-ring available for
18602         minibuffer history commands.
18603         (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
18604         the default history commands now work just as well.
18605         (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
18607 2005-04-18  Kim F. Storm  <storm@cua.dk>
18609         * emulation/cua-base.el (cua--pre-command-handler): Add more
18610         elaborate check for shift modifier on non-window systems.
18612 2005-04-18  Lars Hansen  <larsh@math.ku.dk>
18614         * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
18616 2005-04-18  Kim F. Storm  <storm@cua.dk>
18618         * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
18619         and make it optional.  Don't test tooltip-gud-echo-area here.
18620         (tooltip-gud-process-output, gdb-tooltip-print):
18621         Pass tooltip-gud-echo-area to tooltip-show.
18622         (tooltip-help-tips): Remove second optional arg to tooltip-show.
18624 2005-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18626         * tooltip.el (tooltip-mode): `emacs-quick-startup' and
18627         `display-graphic-p' may not be bound yet.
18629 2005-04-17  Luc Teirlinck  <teirllm@auburn.edu>
18631         * startup.el (command-line): No longer enable Xterm Mouse mode by
18632         default in terminals compatible with xterm.
18634         * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
18636 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
18638         * tooltip.el (tooltip-gud-echo-area): Rename from
18639         tooltip-use-echo-area.
18640         (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
18641         (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
18642         area independently of where help tooltips are displayed.
18644 2005-04-17  David Kastrup  <dak@gnu.org>
18646         * cus-theme.el (custom-theme-write-variables): Quote variables
18647         where necessary.
18649 2005-04-17  Richard M. Stallman  <rms@gnu.org>
18651         * simple.el (yank-excluded-properties): Add follow-link to value.
18653         * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
18655         * startup.el (fancy-splash-max-time): Just 30 seconds.
18656         (fancy-splash-delay): Just 7.
18657         (fancy-splash-screens): No time limit other than fancy-splash-max-time.
18659         * loadhist.el (unload-feature): Update for new format of load-history.
18660         Simplify the code.
18662         * mail/rmail.el (rmail-ignored-headers): Ignore more headers
18663         (rmail-font-lock-keywords): Don't fontify the text of a citation.
18665         * mail/sendmail.el (mail-font-lock-keywords):
18666         Don't fontify subject text.
18667         Don't fontify the text of a citation.
18669 2005-04-17  Mark H. Weaver  <mhw@netris.org>  (tiny change)
18671         * comint.el (comint-output-filter): Run comint-output-filter-functions
18672         with point where the user had it.
18674 2005-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
18676         * international/ucs-tables.el (ucs-set-table-for-input):
18677         Disable when using unify-on-decoding.
18679 2005-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
18681         * emulation/cua-base.el (cua-global-mark-face): Add special case
18682         for displays supporting a high number of colors.
18684 2005-04-16  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
18686         * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
18688 2005-04-16  Chong Yidong  <cyd@stupidchicken.com>
18690         * filesets.el (filesets-add-buffer): If user supplies a name of a
18691         non-existing fileset, create a new fileset.
18693 2005-04-16  Carsten Dominik  <dominik@science.uva.nl>
18695         * textmodes/org.el (org-up-heading-all): Fix bug with
18696         `outline-up-heading-all'.
18698 2005-04-16  Andreas Schwab  <schwab@suse.de>
18700         * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
18701         /etc/permissions.d/* and /etc/aliases.d/*.
18703 2005-04-16  Kenichi Handa  <handa@m17n.org>
18705         * international/code-pages.el (cp-make-coding-system):
18706         Set `translation-table-for-input' property value to the symbol
18707         ucs-mule-to-mule-unicode, not to that value.
18708         (pt154): Escape guillemet by `\'.
18710 2005-04-15  Luc Teirlinck  <teirllm@auburn.edu>
18712         * loadup.el: Load tooltip if x-show-tip is fboundp.
18714         * startup.el (command-line): Add comment.
18716         * tooltip.el (tooltip-mode): Specify correct standard value for
18717         Custom in init-value.
18719 2005-04-15  Nick Roberts  <nickrob@snap.net.nz>
18721         * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
18722         possible.
18724 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
18726         * textmodes/org.el (org-agenda-date-prompt): Rename from
18727         `org-agenda-date-today'.
18728         (org-evaluate-time-range): Insert at point instead of directly
18729         after time range.
18730         (org-first-headline-recenter, org-subtree-end-visible-p)
18731         (org-optimize-window-after-visibility-change): New functions
18732         (org-agenda-post-command-hook): Don't allow point at end of line,
18733         to make sure it always hits the text properties.
18734         (org-agenda-next-date-line, org-agenda-previous-date-line):
18735         New commands.
18736         (org-set-regexps-and-options): Category may contain white space.
18737         (org-agenda-get-deadlines, org-agenda-get-scheduled):
18738         Improve marker positions.
18739         (org-agenda-new-marker): Argument POS made optional.
18740         (org-agenda-get-timestamps): Deadlines which are done are listed
18741         in org-done-face now.
18742         (org-agenda-get-todos, org-agenda-get-timestamps)
18743         (org-agenda-get-deadlines, org-agenda-get-scheduled):
18744         Set `undone-face' and `done-face' properties.
18745         (org-last-todo-state-is-todo): New variable.
18746         (org-todo): Set `org-last-todo-state-is-todo'.
18747         (org-agenda-todo): Change face according to
18748         `org-last-todo-state-is-todo'.  And change other lines referring to
18749         the same entry.
18750         (org-calendar-goto-agenda): New command.
18751         (org-calendar-to-agenda-key): New option.
18752         (org-startup-folded): New allowed value `content'.
18753         (org-set-regexps-and-options): Accept new value `content' for
18754         `org-startup-folded'.
18755         (org-get-current-options): Handle new value `content' for
18756         `org-startup-folded'.
18757         (org-insert-todo-heading): New command.
18758         (org-mode): Insert first line "*-* mode: org-mode -*-" when called
18759         interactively in empty file and option
18760         `org-insert-mode-line-in-empty-file' has been set.
18761         (org-agenda-todo, org-agenda-priority): Modify to use
18762         `org-agenda-change-all-lines'.
18763         (org-warning-face): Change color on dark background
18765 2005-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18767         * international/mule-cmds.el (set-locale-environment): On Mac OS,
18768         use preferences AppleLocale and AppleLanguages, and variable
18769         mac-system-locale for default locale.  On Mac OS Classic, use
18770         mac-system-coding-system for default coding systems.
18772         * term/mac-win.el: Don't set file-name-coding-system.
18773         Decode variables system-name, emacs-build-system, user-login-name, and
18774         user-full-name by mac-system-coding-system on Mac OS Classic.
18775         (mac-system-coding-system): New variable.
18777 2005-04-13  Luc Teirlinck  <teirllm@auburn.edu>
18779         * startup.el (command-line): Handle `xterm-mouse-mode' before
18780         reading init file.
18782         * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
18784 2005-04-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
18786         * progmodes/sh-script.el (sh-here-document-word): Make it a
18787         defcustom.  Doc fix.
18788         (sh-add): Bash uses $(( )) for arithmetic.
18789         (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
18790         (sh-maybe-here-document): Remove quotes and leading whitespace
18791         from heredoc word when closing.  Indent heredoc with tabs if word
18792         starts with "-".
18794 2005-04-13  Richard M. Stallman  <rms@gnu.org>
18796         * simple.el (undo): Fix previous change.
18798         * custom.el (defface): Doc fix.
18800 2005-04-13  Lute Kamstra  <lute@gnu.org>
18802         * Makefile.in (DONTCOMPILE): Remove list.
18803         (compile, compile-always): Don't use DONTCOMPILE.
18804         (update-authors): Load the library in which batch-update-authors
18805         is defined.
18806         * makefile.w32-in (DONTCOMPILE): Remove list.
18807         (compile, compile-always): Fix comments.
18808         (update-authors): Load the library in which batch-update-authors
18809         is defined.
18811         * generic-x.el (generic-mode-ini-file-find-file-hook):
18812         Rename to ini-generic-mode-find-file-hook.
18813         Keep generic-mode-ini-file-find-file-hook as an alias.
18814         (ini-generic-mode-find-file-hook): Rename from
18815         generic-mode-ini-file-find-file-hook.  Fix docstring.
18816         (ini-generic-mode): Docstring change.
18817         (bat-generic-mode-run-as-comint): Silence the byte compiler.
18819         * help.el (describe-key-briefly): UNTRANSLATED can be nil when
18820         called from lisp.
18822         * generic.el: Move to the emacs-lisp subdir.
18824 2005-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
18826         * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
18827         and C-S- function and cursor motion keys.
18829 2005-04-12  Luc Teirlinck  <teirllm@auburn.edu>
18831         * startup.el (command-line): Enable Xterm Mouse mode by default.
18832         * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
18833         for Custom.  No longer show "Mouse" in mode line when enabled.
18834         Doc fix.
18836 2005-04-12  Kim F. Storm  <storm@cua.dk>
18838         * emulation/cua-base.el (cua-rectangle-face)
18839         (cua-rectangle-noselect-face): Define face attributes here.
18841         * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
18843 2005-04-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
18845         * startup.el (command-line): Turn off blinking cursor if
18846         cursorBlink in resources is off or false.
18848 2005-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18850         * term/mac-win.el (dnd): Require dnd.
18851         (mac-drag-n-drop): Call dnd-handle-one-url.
18852         (kTextEncodingMacRoman, kTextEncodingISOLatin1)
18853         (kTextEncodingISOLatin2): Remove constants.
18854         (mac-script-code-coding-systems): New constant.
18855         (mac-handle-language-change): New function.
18856         (special-event-map): Bind it to `language-change' event.
18857         (mac-centraleurroman, mac-cyrillic): New coding systems.
18858         (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
18859         (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
18860         and mac-cyrillic-encoder to encode-mac-centraleurroman and
18861         encode-mac-cyrillic, respectively.
18863 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
18865         * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
18866         Don't set overlay-arrow-string to "=>" as this is done
18867         globally in C now.
18869 2005-04-12  Lute Kamstra  <lute@gnu.org>
18871         * generic-x.el (rc-generic-mode, rul-generic-mode):
18872         Fix auto-mode-alist entries.
18873         (etc-fstab-generic-mode): Tweak fontification.
18875         * generic.el (generic-make-keywords-list): Fix docstring.
18876         (generic-mode-internal): Simplify generic-font-lock-keywords.
18878 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
18880         * whitespace.el (whitespace-buffer-leading)
18881         (whitespace-buffer-trailing): Revert the incorrect test inversion.
18882         However, fix the highlight area for the leading and
18883         trailing whitespaces to show space.
18885 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
18887         * whitespace.el (whitespace-version): Bump to 3.5
18889         (whitespace-buffer-leading, whitespace-buffer-trailing):
18890         Invert sense of the test to highlight the whitespace.
18892 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
18894         * progmodes/gud.el (gud-display-line): GUD uses its own
18895         overlay arrow now so don't set overlay-arrow-string.
18896         (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
18898 2005-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
18900         * term.el (term-ansi-current-bold, term-ansi-current-underline)
18901         (term-ansi-current-reverse, term-ansi-current-invisible)
18902         (term-ansi-face-already-done): Change to boolean.
18903         (term-reset-terminal, term-handle-colors-array): Handle the above
18904         vars accordingly.
18905         (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
18906         (term-emulate-terminal): Use the new name.
18908         * faces.el (secondary-selection): Use yellow1, not yellow.
18909         (trailing-whitespace): Use red1, not red.
18911 2005-04-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
18913         * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
18914         (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
18915         (dired-dnd-handle-file): Call dnd-get-local-file-uri
18917         * cus-edit.el (dnd): New group.
18919         * term/w32-win.el (dnd): Require dnd
18920         (w32-drag-n-drop): Call dnd-handle-one-url.
18922         * x-dnd.el: Require dnd.
18923         (x-dnd-handle-uri-list, x-dnd-handle-file-name):
18924         Call dnd-handle-one-url.
18925         (x-dnd-types-alist, x-dnd-insert-utf8-text)
18926         (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
18927         to dnd-insert-text.
18928         (x-dnd-protocol-alist, x-dnd-open-file-other-window)
18929         (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
18930         (x-dnd-get-local-file-name, x-dnd-open-local-file)
18931         (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
18933         * dnd.el (dnd-protocol-alist): New file with generic DND functions.
18935 2005-04-11  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
18937         * wdired.el: Doc fixes.
18938         (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
18939         (wdired-use-dired-vertical-movement): Rename from
18940         wdired-always-move-to-filename-beginning.
18941         (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
18942         (wdired-change-to-wdired-mode): Change mode name.
18943         (wdired-newline): Delete.
18945 2005-04-11  Richard M. Stallman  <rms@gnu.org>
18947         * whitespace.el (whitespace-highlight-the-space):
18948         Don't call whitespace-unhighlight-the-space here.
18950         * simple.el (undo): Record t in undo-equiv-table
18951         for the redo record made by an undo-in-region.
18953 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
18955         * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
18956         (gdb-frame-inferior-io-buffer): New Functions to control
18957         display of separate IO buffer.
18958         (menu): Add them to menu-bar.
18959         (gdb-display-buffer): Check for buffer another frame.
18960         Protect GUD buffer.
18961         (gdb-setup-windows): Create IO buffer if not already there.
18962         (gdb-memory-mode): Remove purecopy noops.
18964 2005-04-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
18966         * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
18967         and pass to self-insert-command.
18969 2005-04-11  Lute Kamstra  <lute@gnu.org>
18971         * generic.el: Commentary section cleanup.
18972         (generic): Delete.
18973         (generic-use-find-file-hook, generic-lines-to-scan)
18974         (generic-find-file-regexp, generic-ignore-files-regexp)
18975         (default-generic-mode, generic-mode-find-file-hook)
18976         (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
18977         * generic-x.el (generic-x): Docstring fix.  Put it in the data group.
18978         (generic-use-find-file-hook, generic-lines-to-scan)
18979         (generic-find-file-regexp, generic-ignore-files-regexp)
18980         (default-generic-mode, generic-mode-find-file-hook)
18981         (generic-mode-ini-file-find-file-hook): Move from generic.el.
18983 2005-04-10  Karl Fogel  <kfogel@red-bean.com>
18985         * bookmark.el (bookmark-write-file): Catch errors writing file.
18986         This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
18988 2005-04-10  Richard M. Stallman  <rms@gnu.org>
18990         * startup.el (fancy-splash-tail): Update copyright year.
18991         (command-line): Split part of -Q into -D.
18992         (emacs-basic-display): New defvar.
18993         (fancy-splash-text): Correct name of menu item.
18995         * saveplace.el (save-place-alist-to-file): Catch errors writing file.
18997         * info.el (Info-fontify-node): Handle fontification of multiple * Menu
18998         lines in one node.
19000         * comint.el (comint-send-input): New arg ARTIFICIAL.
19001         Callers in this file changed.
19003         * abbrev.el (define-abbrevs): Read system abbrevs properly.
19005         * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
19007 2005-04-10  Chong Yidong  <cyd@stupidchicken.com>
19009         * url/url-ldap.el (url-ldap): Add docstring.  Fix call to
19010         `ldap-search-internal'.
19012 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
19014         * files.el (set-auto-mode-1): Use line-end-position.
19016         * international/latin-1.el:
19017         * international/latin-2.el:
19018         * international/latin-3.el:
19019         * international/latin-4.el:
19020         * international/latin-5.el:
19021         * international/latin-8.el:
19022         * international/latin-9.el: Give punctuation syntax to NBSP.
19024         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
19025         (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
19026         Use char-classes to accept non-ascii letters, accepted in some recent
19027         bibtex implementations.
19029 2005-04-10  Luc Teirlinck  <teirllm@auburn.edu>
19031         * custom.el (custom-set-minor-mode): Any non-nil value for the
19032         variable should enable the mode when set through Custom.
19034 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
19036         * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
19037         TAB binding so tab-always-indent is obeyed.
19038         (vhdl-minibuffer-local-map): Move initialization into declaration.
19039         (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
19040         (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
19041         (vhdl-hooked-abbrev): Avoid test for XEmacs.
19042         (vhdl-current-line): Use line-beginning-position.
19043         (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
19044         with-output-to-temp-buffer, so the current position can be recorded.
19046 2005-04-10  Masatake YAMATO  <jet@gyve.org>
19048         * progmodes/compile.el (compilation-error-regexp-alist-alist):
19049         Add regexp for gcov.
19051 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19053         * calendar/time-date.el (time-to-seconds, seconds-to-time)
19054         (days-to-time, time-subtract, time-add): Don't use the #xhhhh
19055         syntax which Emacs 20 doesn't support.
19057 2005-04-09  Richard M. Stallman  <rms@gnu.org>
19059         * help.el (describe-key-briefly, describe-key):
19060         Replace strings as event types with "(any string)".
19062 2005-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
19064         * arc-mode.el (archive-mode-map): Move initialization into
19065         the declaration.  Override *all* bindings of `undo'.
19066         (archive-lemacs): Remove, use (featurep 'xemacs) instead.
19068 2005-04-09  Jay Belanger  <belanger@truman.edu>
19070         * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
19072 2005-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
19074         * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
19075         (xterm-register-default-colors): Update color values computation
19076         to match xterm-200.
19078 2005-04-09  Kenichi Handa  <handa@m17n.org>
19080         * international/code-pages.el (iso-latin-7): Fix the map.
19082 2005-04-08  Luc Teirlinck  <teirllm@auburn.edu>
19084         * emacs-lisp/lisp.el (defun-prompt-regexp)
19085         (parens-require-spaces, buffer-end, end-of-defun)
19086         (insert-parentheses): Doc fixes.
19088 2005-04-08  Kim F. Storm  <storm@cua.dk>
19090         * comint.el (comint-highlight-prompt): Fix face spec.
19091         * hi-lock.el (hi-green): Likewise.
19093 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
19095         * cus-edit.el (custom-modified-face):
19096         * comint.el (comint-highlight-input): Fix previous changes.
19097         * term.el (term-handle-ansi-escape): Add a comment.
19099 2005-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
19101         * whitespace.el (whitespace-highlight-the-space): Put the same overlay
19102         in the buffer and in whitespace-highlighted-space.
19103         (whitespace-unhighlight-the-space): Simplify.
19104         (whitespace-buffer): Simplify.
19106 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
19108         * textmodes/table.el (table-cell-face): Add special case for
19109         displays supporting a high number of colors.
19110         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
19111         (vhdl-font-lock-reserved-words-face)
19112         (vhdl-speedbar-architecture-face)
19113         (vhdl-speedbar-instantiation-face)
19114         (vhdl-speedbar-architecture-selected-face)
19115         (vhdl-speedbar-instantiation-selected-face): Likewise.
19116         * progmodes/sh-script.el (sh-heredoc-face): Likewise.
19117         * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
19118         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
19119         (ebrowse-root-class-face, ebrowse-member-attribute-face)
19120         (ebrowse-progress-face): Likewise.
19121         * progmodes/compile.el (compilation-info-face): Likewise.
19122         * progmodes/cc-fonts.el (c-invalid-face): Likewise.
19123         * emacs-lisp/re-builder.el (reb-match-3): Likewise.
19124         * calendar/calendar.el (diary-face): Likewise.
19125         * woman.el (woman-italic-face, woman-bold-face)
19126         (woman-unknown-face): Likewise.
19127         * wid-edit.el (widget-button-pressed-face): Likewise.
19128         * whitespace.el (whitespace-highlight-face): Likewise.
19129         * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
19130         * pcvs-info.el (cvs-marked-face): Likewise.
19131         * info.el (info-xref): Likewise.
19132         * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
19133         * hilit-chg.el (highlight-changes-face)
19134         (highlight-changes-delete-face): Likewise.
19135         * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
19136         (hi-red-b): Likewise.
19137         * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
19138         * font-lock.el (font-lock-keyword-face)
19139         (font-lock-function-name-face, font-lock-warning-face): Likewise.
19140         * cus-edit.el (custom-invalid-face, custom-modified-face)
19141         (custom-set-face, custom-changed-face, custom-variable-tag-face)
19142         (custom-group-tag-face-1, custom-group-tag-face): Likewise.
19143         * comint.el (comint-highlight-prompt): Likewise.
19145 2005-04-08  Lute Kamstra  <lute@gnu.org>
19147         * font-lock.el (font-lock-keywords): Docstring fixes.
19149 2005-04-08  Kenichi Handa  <handa@m17n.org>
19151         * ps-mule.el (ps-mule-show-warning): If the number of unprintable
19152         chars are more than a limit, print " and more..." at the tail.
19154 2005-04-08  Kim F. Storm  <storm@cua.dk>
19156         * emacs-lisp/authors.el (authors-aliases): Update list.
19157         (authors-ignored-files): New list.
19158         (authors-fixed-entries): Fix typo.
19159         (authors-renamed-files-alist): Update list.
19160         (authors-add): Check authors-ignored-files.
19162 2005-04-08  Carsten Dominik  <dominik@science.uva.nl>
19164         * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
19165         optional, to ensure backward compatibility.
19167 2005-04-08  Stephen Eglen  <stephen@gnu.org>
19169         * textmodes/flyspell.el (flyspell-large-region): Doc fix.
19171 2005-04-08  Kim F. Storm  <storm@cua.dk>
19173         * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
19175         * mouse.el (mouse-on-link-p): Doc fix.
19177 2005-04-07  Luc Teirlinck  <teirllm@auburn.edu>
19179         * ielm.el (ielm-prompt-read-only): Doc fix.
19181         * comint.el (comint-prompt-read-only): Doc fix.
19183 2005-04-07  Benjamin Rutt  <brutt@bloomington.in.us>
19185         * ffap.el (ffap-pass-wildcards-to-dired): New user option to
19186         ensure dired always handles wildcards passed to ffap.
19187         (find-file-at-point): Use it.
19188         (ffap-dired-wildcards): Doc fix.
19190 2005-04-07  Juri Linkov  <juri@jurta.org>
19192         * simple.el (next-error-overlay-arrow-position): New defvar.
19193         Put "=>" on its property `overlay-arrow-string'.  Add it to
19194         `overlay-arrow-variable-list'.
19196         * progmodes/compile.el (compilation-setup):
19197         Set `next-error-overlay-arrow-position' to nil.  Also set it to
19198         nil in the local hook `kill-buffer-hook'.  Make local variable
19199         `overlay-arrow-string' and set it to "=>".
19200         (compilation-goto-locus): Set BOL position to
19201         `next-error-overlay-arrow-position' instead of
19202         `overlay-arrow-position'.
19204         * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
19205         locally instead of adding it to the global hook.
19206         (Info-kill-buffer): Move up.
19208 2005-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
19210         * term/xterm.el (xterm-standard-colors): Update color values from
19211         xterm-200.
19213 2005-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
19215         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
19217         * fast-lock.el:
19218         * lazy-lock.el: Move them to the obsolete subdir.
19220 2005-04-06  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
19222         * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
19223         (wdired-add-replace-advice): Remove.
19224         (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
19226 2005-04-06  Kim F. Storm  <storm@cua.dk>
19228         * startup.el (command-line): Add --bare-bones alias for -Q.
19230 2005-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
19232         * term/mac-win.el: Use create-fontset-from-mac-roman-font to
19233         create the startup fontset if a font specification ends with
19234         `mac-roman'.
19236 2005-04-06  Lute Kamstra  <lute@gnu.org>
19238         * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
19239         change.
19241         * emacs-lisp/copyright.el (copyright-update-year): Replace the
19242         right subexpression.  Suggested by Jay Bingham <jay.bingham@hp.com>.
19244 2005-04-05  Lute Kamstra  <lute@gnu.org>
19246         * generic.el (generic-mode-internal): Fix 2005-03-31 change.
19247         (define-generic-mode): Ditto.  Fix debug declaration.
19249         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
19250         Put them in the generic-x group.
19252         * calendar/timeclock.el (timeclock): Doc fix.
19254         * generic.el (define-generic-mode): Don't use custom-current-group.
19255         Document default :group value.
19256         * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
19257         (define-global-minor-mode): Don't use custom-current-group.
19259 2005-04-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
19261         * startup.el (command-line-1): Display startup-echo-area-message
19262         when fancy splash screen is in use.
19264         * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
19265         (sh-escaped-newline): New face.
19266         (sh-font-lock-keywords) <shell>: Improve regexp for escaped
19267         newline, and use sh-escaped-newline face.
19269         * progmodes/tcl.el (tcl-escaped-newline): New face.
19270         (tcl-builtin-list): New variable.
19271         (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
19272         newlines.  Fix keywords subexpression number.
19274 2005-04-05  Carsten Dominik  <dominik@science.uva.nl>
19276         * textmodes/org.el (org-diary-default-entry): Fix call to
19277         `add-to-diary-entry'.
19279 2005-04-05  Kim F. Storm  <storm@cua.dk>
19281         * ediff-init.el: Use (featurep 'xemacs).
19283 2005-04-05  David Ponce  <david@dponce.com>
19285         * cus-edit.el (face): Derive from symbol widget.  Display sample
19286         of the current face on the fly.
19287         (widget-face-sample-face-get, widget-face-notify): New functions.
19288         (widget-face-value-create): Remove.
19290         * wid-edit.el (widget-field-end): Temporarily remove field
19291         narrowing before to call `get-char-property'.
19293 2005-04-04  Jay Belanger  <belanger@truman.edu>
19295         * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
19296         (math-read-subscripts): New variable.
19297         (math-read-preprocess-string): Process subscripts.
19299 2005-04-04  Luc Teirlinck  <teirllm@auburn.edu>
19301         * comint.el (comint-prompt-read-only): Doc fix.
19303         * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
19304         `-1'.  Doc fix.
19306 2005-04-04  Carsten Dominik  <dominik@science.uva.nl>
19308         * textmodes/org.el (org-insert-mode-line-in-empty-file):
19309         Change default value to nil.
19311 2005-04-04  Lute Kamstra  <lute@gnu.org>
19313         * autorevert.el (auto-revert-mode): Specify :group.
19314         * battery.el (display-battery-mode): Specify :group.
19315         * diff-mode.el (diff-minor-mode): Specify :group.
19316         * font-core.el (font-lock-mode): Specify :group.
19317         * hl-line.el (hl-line-mode): Specify :group.
19318         * iimage.el (iimage): New customization group.
19319         (iimage-mode): Specify :group.
19320         * longlines.el (longlines-mode): Specify :group.
19321         * master.el: Don't require easy-mmode.
19322         (master): New customization group.
19323         (master-mode): Specify :group.
19324         * msb.el (msb-mode): Specify :group.
19325         * reveal.el (reveal-mode): Specify :group.
19326         * simple.el (next-error-follow-minor-mode): Specify :group.
19327         * smerge-mode.el (smerge-mode): Specify :group.
19328         * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
19329         * emulation/cua-base.el (cua-mode): Specify :group.
19330         * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
19331         * language/thai-util.el (thai-auto-composition-mode)
19332         (thai-word-mode): Specify :group.
19333         * mail/supercite.el (sc-minor-mode): Specify :group.
19334         * progmodes/cwarn.el (cwarn-mode): Specify :group.
19335         * progmodes/flymake.el (flymake-mode): Specify :group.
19336         * progmodes/glasses.el (glasses-mode): Specify :group.
19337         * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
19338         * textmodes/enriched.el (enriched-mode): Specify :group.
19339         * textmodes/refill.el (refill-mode): Specify :group.
19341         * add-log.el (change-log-font-lock-keywords): Names in
19342         parenthesized lists can contain spaces.
19344 2005-04-04  Thien-Thi Nguyen  <ttn@gnu.org>
19346         * startup.el (fancy-splash-text): Shorten default text of
19347         "Emacs Tutorial" line.  Also, if the current language env
19348         indicates an available tutorial file other than TUTORIAL,
19349         extract its title and append it to the line in parentheses.
19350         (fancy-splash-insert): If arg is a thunk, funcall it.
19352 2005-04-04  Jay Belanger  <belanger@truman.edu>
19354         * calc.el (calc-language-alist): Add tags to customization type.
19356 2005-04-03  Luc Teirlinck  <teirllm@auburn.edu>
19358         * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
19359         Doc fix.
19361 2005-04-03  Marcelo Toledo  <marcelo@gnu.org>
19363         * add-log.el (change-log-font-lock-keywords): The manual
19364         describing a Change Log entry, says: (...) "Aside from these
19365         header lines, every line in the change log starts with a space or
19366         a tab.".  The font-lock was not highlighting lines started with
19367         spaces, added support for it.
19369 2005-04-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
19371         * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
19372         (bibtex-generate-url-list): Update docstring accordingly.  Put the
19373         complex example in the docstring.
19374         (bibtex-font-lock-url): Use pop.
19376 2005-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
19378         * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
19380         * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
19382 2005-04-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
19384         * filesets.el (filesets-set-default): Doc fix.
19386 2005-04-03  Lute Kamstra  <lute@gnu.org>
19388         * generic.el (define-generic-mode): Add argument to specify
19389         keywords for defcustom.
19390         (default-generic-mode): Specify :group.
19392         * generic-x.el: Specify :group for all generic modes.
19394         * desktop.el (desktop-no-desktop-file-hook)
19395         (desktop-after-read-hook): Doc fix.
19397 2005-04-02  Luc Teirlinck  <teirllm@auburn.edu>
19399         * simple.el (visible-mode): Use explicit :group keyword.
19400         This changes the group of `visible-mode-hook' from paren-blinking
19401         to editing-basics.
19403 2005-04-02  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
19405         * mail/rmail.el (rmail-parse-url): Bugfix.  Parse traditional
19406         mailbox specifications as well as URLs.
19407         (rmail-insert-inbox-text): Remove unused conditional branches.
19409 2005-04-01  Jay Belanger  <belanger@truman.edu>
19411         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
19412         (calc-gnuplot-print-command): Move definitions to calc.el.
19414         * calc/calc-embed.el (calc-embedded-announce-formula)
19415         (calc-embedded-open-formula, calc-embedded-close-formula)
19416         (calc-embedded-open-word, calc-embedded-close-word)
19417         (calc-embedded-open-plain, calc-embedded-close-plain)
19418         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
19419         (calc-embedded-open-mode, calc-embedded-close-mode):
19420         Move definitions to calc.el.
19422         * calc/calc.el (calc-settings-file, calc-language-alist):
19423         Make customizable.
19424         (calc-embedded-announce-formula, calc-embedded-open-formula)
19425         (calc-embedded-close-formula, calc-embedded-open-word)
19426         (calc-embedded-close-word, calc-embedded-open-plain)
19427         (calc-embedded-close-plain, calc-embedded-open-new-formula)
19428         (calc-embedded-close-new-formula, calc-embedded-open-mode)
19429         (calc-embedded-close-mode, calc-gnuplot-name)
19430         (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
19431         from other files and make customizable.
19433 2005-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
19435         * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
19436         Use buffer-live-p.
19437         (cvs-mode-run): Don't call cvs-update-header here.
19438         (cvs-run-process): Call cvs-update-header.
19439         Use process properties for cvs-postprocess and cvs-buffer so that
19440         the sentinel can behave better if the temp buffer is killed.
19441         Use a pipe rather than a tty, to better handle unexpected prompts.
19442         (cvs-sentinel): Rewrite.  Call cvs-update-header.
19444 2005-04-01  Andre Spiegel  <spiegel@gnu.org>
19446         * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
19447         we go via Tramp or Ange-FTP.  Suggested by Kai Grossjohann.
19449 2005-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
19451         * generic.el (define-generic-mode): Add indentation rule.
19453 2005-03-31  Luc Teirlinck  <teirllm@auburn.edu>
19455         * files.el (mode-require-final-newline): Make Custom correctly
19456         report a nil value and allow to set it to nil via Custom.
19457         Doc fix.
19459 2005-04-01  Kenichi Handa  <handa@m17n.org>
19461         * international/characters.el: Enable the correct case setting for
19462         dotless-i and dotted-I.
19464 2005-04-01  Kim F. Storm  <storm@cua.dk>
19466         * ido.el (ido-file-internal): Fall back to non-ido command if
19467         initial directory is on slow ftp (or tramp) host.
19469 2005-03-31  Richard M. Stallman  <rms@gnu.org>
19471         * emacs-lisp/autoload.el (make-autoload):
19472         Handle define-global-minor-mode.
19474         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
19475         Rename from easy-mmode-define-global-mode.
19476         (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
19478         * progmodes/scheme.el (scheme-mode-syntax-table):
19479         Update syntax of | and # for two-character comment syntax.
19481 2005-03-31  Lute Kamstra  <lute@gnu.org>
19483         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
19484         (define-minor-mode): Call custom-current-group at load-time.
19486         * generic.el (define-generic-mode): Add debug declaration.
19487         Add defcustom for the mode hook.
19488         (generic-mode-internal): Use run-mode-hooks.
19490 2005-03-31  Kim F. Storm  <storm@cua.dk>
19492         * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
19493         (mouse-fixup-help-message): New defun called by show_help_echo
19494         to fixup mouse-2 prefix in help messages when applicable.
19496         * tooltip.el (tooltip-show-help-function): Don't fixup message here.
19498 2005-03-31  Kenichi Handa  <handa@m17n.org>
19500         * language/thai-word.el (thai-find-word-ends): Pay attention to
19501         the case that we reach the end of buffer.
19503         * textmodes/fill.el (fill-text-properties-at): New function.
19504         (fill-newline): Use fill-text-properties-at instead of
19505         text-properties-at.
19507 2005-03-31  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
19509         * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
19510         not comint-quote-filename.
19512 2005-03-31  Thien-Thi Nguyen  <ttn@gnu.org>
19514         * help-fns.el (help-with-tutorial): Revert last change.
19516 2005-03-31  Kim F. Storm  <storm@cua.dk>
19518         * emulation/cua-base.el (cua-scroll-down): Add CUA property.
19520 2005-03-30  Paul Eggert  <eggert@cs.ucla.edu>
19522         * calendar/cal-china.el: Update reference to "Calendrical
19523         Calculations" book; there's a new edition.
19524         * calendar/cal-coptic.el: Likewise.
19525         * calendar/cal-french.el: Likewise.
19526         * calendar/cal-hebrew.el: Likewise.
19527         * calendar/cal-islam.el: Likewise.
19528         * calendar/cal-iso.el: Likewise.
19529         * calendar/cal-julian.el: Likewise.
19530         * calendar/cal-mayan.el: Likewise.
19531         * calendar/cal-persia.el: Likewise.
19532         * calendar/calendar.el: Likewise.
19533         * calendar/holidays.el: Likewise.
19534         * calendar/lunar.el: Likewise.
19535         * calendar/solar.el: Likewise.
19537         * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
19538         white space from doc string.
19540 2005-03-30  Jay Belanger  <belanger@truman.edu>
19542         * calc/calc-help.el (calc-full-help): Remove email address.
19544 2005-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
19546         * help-fns.el (help-with-tutorial): Delete title line.
19548 2005-03-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
19550         * calendar/cal-x.el (calendar-one-frame-setup)
19551         (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
19552         rather than `symbol' for set-window-dedicated-p.
19554         * calendar/appt.el (appt-buffer-name): Make it a constant.
19555         (appt-add): Doc fix.
19557         * filesets.el (filesets-menu-path, filesets-menu-before)
19558         (filesets-menu-in-menu): Doc fix.  Now valid in GNU Emacs.
19559         (filesets-menu-cache-file): Use directory ~/.emacs.d.
19560         (filesets-add-submenu): Delete and use add-submenu instead.
19562 2005-03-30  Carsten Dominik  <dominik@science.uva.nl>
19564         * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
19565         (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
19566         (org-diary-default-entry): New function.
19567         (org-get-entries-from-diary): Better parsing of diary entries.
19568         (org-agenda-check-no-diary): New function.
19569         ("diary-lib"): Advice to function `add-to-diary-list', to allow
19570         linking to diary entries.
19571         (org-agenda-execute-calendar-command): New function.
19572         (org-agenda): Improve visible section in window.
19573         Use `org-fit-agenda-window'.
19574         (org-fit-agenda-window): New option.
19575         (org-move-subtree-down): Better handling of empty lines
19576         at end of subtree.
19577         (org-cycle): Numeric prefix is interpreted now as show-subtree N
19578         levels up.
19579         (org-fontify-done-headline): New option.
19580         (org-headline-done-face): New face.
19581         (org-set-font-lock-defaults): Use `org-headline-done-face'.
19582         (org-table-copy-down): Rename from `org-table-copy-from-above'.
19583         When current field is non-empty, it is copied to next row.
19584         (org-table-copy-from-above): Fix bug which made it
19585         impossible to copy fields containing only a single non-white character.
19587 2005-03-30  Kim F. Storm  <storm@cua.dk>
19589         * kmacro.el (kmacro-end-macro): Isearch may store this command
19590         into the macro -- so ignore it when executing keyboard macro.
19592 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
19594         * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
19596 2005-03-29  Kenichi Handa  <handa@m17n.org>
19598         * language/thai.el ("Thai"): Set setup-function and exit-function
19599         for Thai language environment.
19601         * language/thai-util.el: Require thai-word.
19602         (thai-word-mode-map): New variable.
19603         (thai-word-mode): New minor mode.
19604         (setup-thai-language-environment-internal): New function.
19605         (exit-thai-language-environment-internal): New function.
19607         * language/thai-word.el (thai-word-table): Declare it by defvar,
19608         use dolist to initialize it.
19609         (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
19610         (thai-fill-find-break-point): New functions.
19612 2005-03-29  Richard M. Stallman  <rms@gnu.org>
19614         * simple.el (idle-update-delay): Move definition up.
19615         (set-mark): Doc fix.
19617 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
19619         * longlines.el: New file.
19621         * simple.el (buffer-substring-filters): New variable.
19622         (filter-buffer-substring): New function.
19623         (kill-region, copy-region-as-kill): Use it.
19625         * register.el (copy-to-register, append-to-register)
19626         (prepend-to-register): Use filter-buffer-substring.
19628 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
19630         * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
19631         (gud-filter-pending-text): Move in front of gdb.
19632         (gud-overlay-arrow-position): New variable.
19633         (gud-sentinel, gud-display-line): Use it in place of
19634         overlay-arrow-position.
19636 2005-03-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
19638         * progmodes/fortran.el (fortran-if-indent): Doc fix.
19639         (fortran-font-lock-keywords-2): Add "where", "elsewhere".
19640         (fortran-font-lock-keywords-4): New variable.
19641         (fortran-blocks-re, fortran-end-block-re)
19642         (fortran-start-block-re): New constants, for hideshow.
19643         (hs-special-modes-alist): Add a Fortran entry.
19644         (fortran-mode-map): Bind fortran-end-of-block,
19645         fortran-beginning-of-block to \M-\C-n, \M-\C-p.
19646         (fortran-mode): Doc fix.  Add fortran-font-lock-keywords-4.
19647         (fortran-looking-at-if-then, fortran-end-of-block)
19648         (fortran-beginning-of-block): New functions, for hideshow.
19650         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
19651         Doc fix.  Tweak regexp.
19652         (f90-beginning-of-block): Push mark first.
19654 2005-03-29  Jay Belanger  <belanger@truman.edu>
19656         * calc/calc.el: Update copyright date.
19657         (calc-version): Increase to 2.1.
19658         (calc-version-date): Remove.
19660         * calc/calc-help.el: Update copyright date.
19661         (calc-full-help): Remove reference to calc-version-date.
19662         Update copyright date.
19664 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
19666         * vc.el (vc-do-command): Use a pipe for async processes, so password
19667         prompts don't show up at places where the user can't reply.
19669 2005-03-29  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
19671         * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
19672         on the file name we pass to the inferior shell.
19674 2005-03-29  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
19676         * progmodes/which-func.el (which-function): Be robust in the face of an
19677         imenu--make-index-alist failure.
19679 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
19681         * reveal.el (reveal-mode-map): Don't override C-a and C-e.
19683         * progmodes/python.el (python-preoutput-filter): Fix last change.
19685 2005-03-29  Lute Kamstra  <lute@gnu.org>
19687         * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
19688         functions and compiled macros.
19689         (debug-convert-byte-code): Handle macros too.
19690         (debug-on-entry-1): Don't signal an error when trying to clear a
19691         function that is not set to debug on entry.
19693 2005-03-29  Jay Belanger  <belanger@truman.edu>
19695         * calc/calc-lang.el: Add functions to math-function-table
19696         properties of tex and math.
19698 2005-03-29  Kenichi Handa  <handa@m17n.org>
19700         * ps-mule.el (ps-mule-plot-string): Translate characters by
19701         ps-print-translation-table.
19702         (ps-mule-begin-job): Call find-charset-region/string with
19703         ps-print-translation-table.
19704         (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
19706         * ps-print.el (ps-print-translation-table): New variable.
19707         (ps-plot-region): Translate characters by ps-print-translation-table.
19709 2005-03-29  Juri Linkov  <juri@jurta.org>
19711         * simple.el (next-error-highlight-timer): New variable.
19713         * progmodes/compile.el (compilation-goto-locus):
19714         Use `next-error-highlight-timer' instead of `sit-for'.
19716 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
19718         * mail/supercite.el (sc-mail-field): Use assoc-string.
19719         (sc-get-address): Simplify regexps.
19721         * files.el (minibuffer-with-setup-hook): New macro.
19722         (find-file-read-args): Use it to avoid let-binding
19723         minibuffer-with-setup-hook (which breaks turning on/off
19724         file-name-shadow-mode while in the prompt).
19726         * complete.el (PC-read-include-file-name-internal):
19727         Use test-completion.
19729 2005-03-28  Luc Teirlinck  <teirllm@auburn.edu>
19731         * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
19733 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
19735         * window.el (window-buffer-height): Use count-screen-lines.
19737         * progmodes/python.el (python-preoutput-leftover): New var.
19738         (python-preoutput-filter): Use it.
19739         (python-send-receive): Loop until all the result has been received.
19741 2005-03-28  Juri Linkov  <juri@jurta.org>
19743         * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
19745         * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
19746         "Recover Crashed Session".
19747         (menu-bar-search-menu): Add ellipsis to "Search tagged files".
19748         (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
19749         (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
19750         (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
19751         (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
19752         (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
19753         (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
19754         (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
19756         * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
19757         Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
19758         Ediff Sessions", "Toggle use of separate control buffer frame",
19759         "Use separate frame for Ediff control buffer".
19761         * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
19762         Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
19763         "Rename Bookmark", "Delete Bookmark".
19765         * info.el (Info-mode-menu): Remove ellipsis from "Index".
19766         Add ellipsis to "Lookup a String", "Lookup a string in all indices".
19767         Add `:active Info-index-alternatives' to "Next Matching Item".
19769         * wdired.el (wdired-change-to-wdired-mode):
19770         Mention `wdired-abort-changes' key in the initial message.
19772         * international/mule.el (auto-coding-alist): Associate non-ascii
19773         image filename extensions with `no-conversion'.
19775 2005-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
19777         * international/iso-acc.el:
19778         * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
19780 2005-03-26  Luc Teirlinck  <teirllm@auburn.edu>
19782         * textmodes/sgml-mode.el (html-mode): Doc update.
19784         * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
19786 2005-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
19788         * term.el (term-move-columns): Fix face after extending a line.
19789         (term-insert-spaces): Likewise.
19790         (term-reset-terminal): Fix off by one error.
19792 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
19794         * international/mule.el (auto-coding-alist): Add .xpi files.
19796         * files.el (auto-mode-alist): Add .xpi files.
19798 2005-03-26  Jure Cuhalev  <gandalf@owca.info>  (tiny change)
19800         * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
19802 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
19804         * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
19806 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
19808         * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
19809         binding.  Suggested by Stephan Stahl <stahl@eos.franken.de>.
19811         * calendar/cal-move.el (calendar-beginning-of-year): Move the
19812         cursor to Jan 1 when needed.
19813         (calendar-end-of-year): Fix -/+ typo.
19814         Reported by Chong Yidong <cyd@stupidchicken.com>.
19816 2005-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
19818         * progmodes/flymake.el (flymake-mode): Add autoload cookie.
19820         * emacs-lisp/debug.el (debugger-record-expression): Add a missing
19821         format to `message'.  Inspired by Deepak Goel <deego@gnufans.org>.
19823 2005-03-25  Richard M. Stallman  <rms@gnu.org>
19825         * filesets.el (filesets-init): Add autoload.
19827         * mail/mailalias.el (mail-directory): Doc fix.
19829 2005-03-25  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
19831         * mail/mailalias.el (mail-directory-process): Do nothing if
19832         mail-directory-process is an atom.
19833         (mail-get-names): Ignore mail-directory-names if it is an atom.
19834         (mail-directory-process defvar): Doc fix.
19835         (mail-names): Doc fix.
19837 2005-03-25  Johan Bockg\e,Ae\e(Brd  <bojohan+mail@dd.chalmers.se>  (tiny change)
19839         * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
19841 2005-03-26  Kenichi Handa  <handa@m17n.org>
19843         * international/mule-util.el (detect-coding-with-priority):
19844         Call update-coding-systems-internal before detect-coding-region.
19846 2005-03-26  Nick Roberts  <nickrob@snap.net.nz>
19848         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
19849         (gdb-frames-mode-map): Add follow-link property.
19851 2005-03-25  Jay Belanger  <belanger@truman.edu>
19853         * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
19854         for variables.
19856 2005-03-25  Juri Linkov  <juri@jurta.org>
19858         * image-mode.el: Optimize image filename extension regexps in
19859         autoload cookies.  Associate .x[bp]m with `image-mode-maybe'
19860         in `auto-mode-alist'.
19861         (image-mode): Add `image-toggle-display-text' to local hook
19862         `change-major-mode-hook'.  Display the image as an image by
19863         default.  Set `cursor-type' and `truncate-lines' if the image
19864         is already displayed.  Take into account the current mode (image
19865         or text) in message.
19866         (image-minor-mode): New minor mode.
19867         (image-mode-maybe, image-toggle-display-text): New functions.
19868         (image-toggle-display): Use called-interactively-p.
19869         Let-bind `inhibit-read-only' to t.
19871         * image-mode.el (image-minor-mode): Set `cursor-type' and
19872         `truncate-lines' if the image is already displayed.  Add turning
19873         image-minor-mode off to `change-major-mode-hook'.  Add message.
19874         Call `image-toggle-display-text' after turning image-minor-mode off.
19876 2005-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
19878         * international/mule-cmds.el (set-locale-environment): For Mac OS X's
19879         Terminal.app, use utf-8.
19880         (set-display-table-and-terminal-coding-system): Add coding-system arg.
19881         (set-locale-environment): Use it.
19883         * term/xterm.el: Undo last change, better done in mule-cmds.el.
19885         * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
19887         * progmodes/python.el (python-close-block-statement-p)
19888         (python-outdent-p, python-current-defun): Use symbol-end.
19890 2005-03-25  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
19892         * files.el (save-some-buffers): Doc fix.
19894 2005-03-25  Werner Lemberg  <wl@gnu.org>
19896         * complete.el, thumbs.el: Replace `legal' with `valid'.
19897         * calendar/calendar.el: Replace `legal' with `valid'.
19898         * emacs-lisp/advice.el: Replace `legal' with `valid'.
19899         * mail/supercite.el: Replace `legal' with `valid'.
19900         * progmodes/cperl-mode.el, progmodes/idlw-shell.el
19901         * progmodes/idlwave.el, progmodes/vhdl-mode.el:
19902         Replace `legal' with `valid'.
19903         * textmodes/reftex-vars.el, textmodes/reftex.el:
19904         Replace `legal' with `valid'.
19906 2005-03-25  Werner Lemberg  <wl@gnu.org>
19908         * calc/calc-forms.el, calc/calc-sel.el
19909         * midnight.el, vc-cvs.el
19910         * emacs-lisp/cl-macs.el
19911         * emulation/vip.el
19912         * eshell/esh-io.el, eshell/esh-var.el
19913         * mail/supercite.el
19914         * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
19915         * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
19916         * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
19917         * progmodes/sh-script.el, progmodes/xscheme.el
19918         * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
19919         * textmodes/reftex-index.el, textmodes/reftex-parse.el
19920         * textmodes/reftex-ref.el, textmodes/reftex-vars.el
19921         * textmodes/reftex.el, textmodes/org.el:
19922         Replace `illegal' with `invalid'.
19924 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
19926         * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
19927         (flymake-find-buildfile, flymake-find-possible-master-files)
19928         (flymake-check-include, flymake-parse-line): Replace loops over the
19929         length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
19931         * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
19932         Substitute file-name-as-directory in the rest of the file.
19933         (flymake-get-common-file-prefix): Rewrite, using compare-strings.
19934         (flymake-replace-region): Remove unused arg `buffer'.
19935         (flymake-check-patch-master-file-buffer): Update calls to it.
19936         (flymake-add-err-info): Remove unused var `count'.
19937         (flymake-mode): Use define-minor-mode.
19939         * progmodes/flymake.el: Use with-current-buffer.
19940         (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
19941         flymake-replace-regexp-in-string, flymake-line-beginning-position)
19942         (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
19943         Avoid testing for `xemacs'.
19944         (flymake-nop): Move.
19945         (flymake-region-has-flymake-overlays): Return the computed value.
19946         (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
19947         Remove unused var `endline'.
19948         (flymake-get-line-count): Remove unused function.
19949         (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
19951         * emulation/vi.el:
19952         * generic.el:
19953         * hilit-chg.el (global-highlight-changes):
19954         * hi-lock.el (hi-lock-mode):
19955         * follow.el: find-file-hooks -> find-file-hook.
19957         * comint.el (comint-insert-input): Obey mouse-yank-at-point.
19959 2005-03-24  Juri Linkov  <juri@jurta.org>
19961         * dired.el (dired-mode-map): Add menu item "Compare directories"
19962         for dired-compare-directories.
19964         * dired-aux.el (dired-compare-directories): Add autoload cookie.
19965         Doc fix.  Replace `read-file-name' with `read-directory-name'.
19967 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
19969         * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
19971 2005-03-24  Jay Belanger  <belanger@truman.edu>
19973         * calc/calc-embed.el (calc-embedded-mode-change): Save all
19974         relevant mode settings in calc-embedded-original-modes when modes
19975         are permanently changed.
19977 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
19979         * autoinsert.el: find-file-hooks -> find-file-hook.
19981 2005-03-24  Lute Kamstra  <lute@gnu.org>
19983         * generic.el (generic-font-lock-defaults): Make it obsolete.
19984         (generic-font-lock-keywords): New variable to replace
19985         generic-font-lock-defaults.
19986         (generic-mode-set-font-lock): Delete it.
19987         (generic-mode-internal): Don't call generic-mode-set-font-lock.
19988         (generic-bracket-support): Add docstring.
19990         * generic-x.el: Rename generic-font-lock-defaults to
19991         generic-font-lock-keywords throughout.
19992         (mailagent-rules-setup-function): Delete it.
19993         (mailagent-rules-generic-mode): Use anonymous function instead.
19994         (show-tabs-generic-mode-font-lock-defaults-1)
19995         (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
19996         Quote faces.
19997         (show-tabs-tab-face, show-tabs-space-face): Specify background,
19998         not foreground.
20000         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
20001         Recognize define-generic-mode.
20003 2005-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
20005         * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
20006         if there's no completion table.
20008 2005-03-23  Miles Bader  <miles@gnu.org>
20010         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
20011         Remove tty-specific variants, as they're no longer needed.
20013 2005-03-23  Lute Kamstra  <lute@gnu.org>
20015         * generic-x.el: Code cleanup: make args constant whenever possible.
20016         (installshield-statement-keyword-list)
20017         (installshield-system-functions-list)
20018         (installshield-system-variables-list, installshield-types-list)
20019         (installshield-funarg-constants-list): Make them constants.
20021         * generic.el (generic-make-keywords-list): Add autoload cookie.
20023         * calendar/time-date.el: Add comment on time value formats.
20024         Don't require parse-time.
20025         (with-decoded-time-value): New macro.
20026         (encode-time-value): New function.
20027         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
20028         (days-to-time): Return a valid time value when arg is huge.
20029         (time-since): Use time-subtract.
20030         (time-to-number-of-days): Use time-to-seconds.
20032 2005-03-23  David Ponce  <david@dponce.com>
20034         * recentf.el (recentf-keep): New option.
20035         (recentf-menu-action): Default to `find-file'.
20036         (recentf-keep-non-readable-files-flag)
20037         (recentf-keep-non-readable-files-p)
20038         (recentf-file-readable-p, recentf-find-file)
20039         (recentf-cleanup-remote): Remove.
20040         (recentf-include-p): More robust.
20041         (recentf-keep-p): New function.
20042         (recentf-remove-if-non-kept): Rename from
20043         `recentf-remove-if-non-readable'.  Use `recentf-keep-p'.
20044         All callers updated.
20045         (recentf-menu-items-for-commands): Fix help string.
20046         (recentf-track-closed-file): Update.  Doc fix.
20047         (recentf-cleanup): Update.  Count removed files.  Doc fix.
20049 2005-03-23  Kim F. Storm  <storm@cua.dk>
20051         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
20052         Don't inherit from fringe face (now happens automatically).
20054 2005-03-22  Kim F. Storm  <storm@cua.dk>
20056         * tooltip.el (tooltip-show-help-function): Ignore negative mouse
20057         position values.
20059 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
20061         * menu-bar.el (showhide-date-time): Remove.
20062         (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
20063         (menu-bar-make-mm-toggle): Simplify.
20065 2005-03-22  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
20067         * progmodes/perl-mode.el (perl-font-lock-keywords-2):
20068         Accept qualified variable and function names.
20070 2005-03-22  Thien-Thi Nguyen  <ttn@gnu.org>
20072         * bindings.el (completion-ignored-extensions):
20073         Remove ".lis" for `vax-vms'.
20075 2005-03-22  Andreas Schwab  <schwab@suse.de>
20077         * generic-x.el: Revert last change.
20078         * ldefs-boot.el: Update.
20080 2005-03-22  Jay Belanger  <belanger@truman.edu>
20082         * calc/calc-embed.el (calc-embedded-original-modes): New variable.
20083         (calc-embedded-save-original-modes)
20084         (calc-embedded-restore-original-modes): New functions.
20085         (calc-do-embedded): Save original modes when entering embedded mode
20086         and restore when leaving embedded mode.
20087         (calc-embedded-modes-change): Change the value of
20088         calc-embedded-original-modes to reflect permanent changes.
20090 2005-03-22  Lute Kamstra  <lute@gnu.org>
20092         * generic-x.el: Require generic again.
20094 2005-03-22  Miles Bader  <miles@gnu.org>
20096         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
20097         Tweak details to look good on both ttys and bitmap displays, light
20098         or dark background, etc.
20100 2005-03-21  Kim F. Storm  <storm@cua.dk>
20102         * tooltip.el (tooltip-show-help-function): Check car and cdr of
20103         mouse position.
20105 2005-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
20107         * icomplete.el: Don't forcibly turn on the mode upon load.
20108         (icomplete-mode): Use define-minor-mode.
20109         (icomplete-eoinput): Default to nil.
20110         (icomplete-minibuffer-setup): Remove autoload.
20111         (icomplete-tidy): Simplify.
20112         (icomplete-exhibit): Use buffer-undo-list to determine if we're still
20113         in the initial state or if the user has modified the field.
20114         Fix handling of icomplete-max-delay-chars.
20115         Remove code that handles the oddball case where
20116         minibuffer-completion-table is an integer.
20117         Wrap icomplete-completions in while-no-input in case building
20118         completions takes more time than expected.
20119         (icomplete-completions): Simplify.
20121 2005-03-21  Richard M. Stallman  <rms@gnu.org>
20123         * jka-compr.el (jka-compr-really-do-compress):
20124         Make variable buffer-local.
20126         * image-mode.el: Handle .xpm files too.
20127         (image-toggle-display): Preserve modification flag.
20129         * help.el (where-is): Don't mention aliases with no key bindings.
20131 2005-03-21  Lute Kamstra  <lute@gnu.org>
20133         * generic.el: Fix commentary section.  Don't require cl for
20134         compilation.
20135         (generic-mode-list): Add autoload cookie.
20136         (generic-use-find-file-hook, generic-lines-to-scan)
20137         (generic-find-file-regexp, generic-ignore-files-regexp)
20138         (generic-mode, generic-mode-find-file-hook)
20139         (generic-mode-ini-file-find-file-hook): Fix docstrings.
20140         (define-generic-mode): Make it a defmacro.  Fix docstring.
20141         (generic-mode-internal): Code cleanup.  Add autoload cookie.
20142         (generic-mode-set-comments): Code cleanup.
20143         * generic-x.el: Don't prevent compilation.  Don't require generic.
20144         Follow coding conventions.  Minor code cleanup.
20145         (etc-fstab-generic-mode): Add some keywords.
20146         * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
20147         define-generic-mode like a function declaration.
20149 2005-03-21  Jay Belanger  <belanger@truman.edu>
20151         * calc/calc-embed.el (calc-do-embedded): Put data on stack before
20152         changing modes.
20154 2005-03-21  Sam Steingold  <sds@gnu.org>
20156         * add-log.el (add-log-current-defun): Support more C DEFUN forms.
20158 2005-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
20160         * progmodes/dcl-mode.el (dcl-font-lock-keywords):
20161         Add underscore to "f$ lexicals" regexp.
20163 2005-03-20  Juri Linkov  <juri@jurta.org>
20165         * subr.el (progress-reporter-do-update): When `min-value' is equal
20166         to `max-value', set `percentage' to 0 and prevent division by zero.
20168 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
20170         Sync with Tramp 2.0.48.
20172         * net/tramp.el (all): Change all addresses to .gnu.org.
20173         (tramp-append-tramp-buffers): New defun.
20174         (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
20175         Catch `dont-send' signal.
20176         (tramp-set-auto-save-file-modes): Set always permissions, because
20177         there might be an old auto-saved file belonging to another
20178         original file.  This could be a security threat.  Reported by
20179         Kjetil Kjernsmo <kjetil@kjernsmo.net>.
20180         Check for Emacs 21.3.50 removed.
20182         * net/tramp-smb.el (all): Remove debug construct for
20183         `with-parsed-tramp-file-name'.
20184         (tramp-smb-prompt): Prompt can contain spaces inside directory names.
20185         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
20186         No error message if DIRECTORY or FILENAME doesn't exist.
20187         (tramp-smb-open-connection): Check existence of
20188         `tramp-smb-program'.
20190 2005-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
20192         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
20193         Properly handle the case where the `m' or `s' command's argument is not
20194         yet terminated.
20195         (perl-indent-new-calculate): New function.
20196         (perl-indent-line): Use it.
20198 2005-03-20  Miles Bader  <miles@gnu.org>
20200         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
20201         in text-mode too.  Change to new face names.
20202         (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
20203         Add `:weight bold' attribute.
20204         (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
20206 2005-03-19  Juri Linkov  <juri@jurta.org>
20208         * files.el (auto-mode-alist): Add comment.  Optimize jar/ear/war.
20210         * international/mule.el (auto-coding-alist): Sync with
20211         `auto-mode-alist' by adding upper case archive file extensions
20212         and adding ear/war to jar extension.
20214 2005-03-19  David Casperson  <casper@unbc.ca>  (tiny change)
20216         * textmodes/tex-mode.el (tex-view): If tex-shell process is not
20217         running, restart it.
20219 2005-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny changes)
20221         * finder.el (finder-current-item): Throw an error on an empty line.
20223         * man.el (Man-follow-manual-reference): If current-word returns
20224         nil, use "".
20226 2005-03-19  Matt Hodges  <MPHodges@member.fsf.org>
20228         * simple.el (goto-line): Doc fix.
20230 2005-03-19  Aaron Hawley  <Aaron.Hawley@uvm.edu>  (tiny change)
20232         * files.el (save-buffer): Doc fix.
20234 2005-03-19  Michael R. Mauger  <mmaug@yahoo.com>
20236         * recentf.el (recentf-cleanup-remote): New variable.
20237         (recentf-cleanup): Use it to conditionally check availability of
20238         remote files.
20240 2005-03-19  Joe Edmonds  <joe-bugs-debian-org@elem.com>  (tiny change)
20242         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
20243         function names.
20245 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
20247         * language/thai-word.el: New file.
20249 2005-03-19  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
20251         * files.el (backup-buffer): If the file's directory is not
20252         writable, use copy instead of move to backup the file.
20254 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
20256         * obsolete/keyswap.el: Moved to obsolete/ from term/.
20258 2005-03-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
20260         * ps-print.el (ps-generate-string-list, ps-generate-header-line):
20261         Use functionp instead of symbolp and fboundp.  Reported by Drkm
20262         <darkman_spam@yahoo.fr>.
20263         (ps-print-version): New version 6.6.6.
20265 2005-03-18  Tak Ota  <Takaaki.Ota@am.sony.com>
20267         * textmodes/table.el (table--line-column-position): New idiom.
20268         (table--row-column-insertion-point-p): New function to test
20269         validity of row and column insertion operation at a location.
20270         (table-global-menu, table-cell-menu): Use above functions for
20271         deterministic test operation.
20272         (table--editable-cell-p): Behave in deterministic fashion.
20274 2005-03-18  Juri Linkov  <juri@jurta.org>
20276         * isearch.el (isearch-lazy-highlight-new-loop):
20277         Make arguments beg and end optional.
20278         (isearch-update): Remove optional arguments nil from
20279         isearch-lazy-highlight-new-loop.
20280         (isearch-lazy-highlight-search): Let-bind case-fold-search to
20281         isearch-lazy-highlight-case-fold-search instead of
20282         isearch-case-fold-search, and let-bind isearch-regexp to
20283         isearch-lazy-highlight-regexp.
20284         Use isearch-lazy-highlight-last-string instead of isearch-string.
20286         * replace.el (perform-replace): Remove bindings of global
20287         variables isearch-string, isearch-regexp, isearch-case-fold-search.
20288         Add three new arguments to `replace-highlight'.
20289         (replace-highlight): Add arguments string, regexp, case-fold.
20290         Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
20291         to allow isearch-lazy-highlight-new-loop to use these values
20292         to set corresponding isearch-lazy-highlight-* internal
20293         variables whose values lazy highlighting will use regardless of
20294         changes to global variables isearch-string, isearch-regexp,
20295         isearch-case-fold-search during lazy highlighting loop.
20296         (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
20297         to `lazy-highlight-cleanup'.
20299         * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
20300         (ispell-highlight-face): Set default face to `isearch' when
20301         lazy highlighting is enabled.
20302         (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
20303         priority to 1.  Add lazy highlighting.
20304         (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
20305         from `isearch-dehighlight'.
20307 2005-03-18  David Ponce  <david@dponce.com>
20309         * files.el (hack-local-variables): Do a case-insensitive search
20310         for End.
20312 2005-03-18  Juri Linkov  <juri@jurta.org>
20314         * isearch.el (lazy-highlight-cleanup) <command>: Rename from
20315         `isearch-lazy-highlight-cleanup', add alias to old name and
20316         declare obsolete.  Add release numbers to other obsolete vars.
20317         (isearch-done, isearch-lazy-highlight-new-loop):
20318         Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
20319         (lazy-highlight-cleanup) <variable>: Doc fix.
20320         (isearch-lazy-highlight-update): Rename obsolete
20321         `isearch-lazy-highlight-face' to `lazy-highlight-face'.
20323 2005-03-18  Kenichi Handa  <handa@m17n.org>
20325         * language/thai-util.el: Fix categorization of Thai characters in
20326         thai-category-table.
20327         (thai-composition-pattern): Adjust it for the above change.
20328         (thai-self-insert-command, thai-compose-syllable): New functions.
20329         (thai-compose-region): Use thai-compose-syllable.
20330         (thai-compose-string): Likewise.
20331         (thai-composition-function): Likewise.
20332         (thai-auto-composition): New function.
20333         (thai-auto-composition-mode): New minor mode.
20335         * language/thai.el: Fix patterns to be registered in
20336         composition-function-table.
20338         * international/quail.el (quail-input-method): Locally bind
20339         inhibit-modification-hooks to t.
20341 2005-03-17  Richard M. Stallman  <rms@gnu.org>
20343         * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
20344         (perl-mode): Use run-mode-hooks.
20346         * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
20347         (rmail-pop-password-required, rmail-remote-password): Doc fixes.
20348         (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
20350         * mail/sendmail.el (sendmail-send-it): Reenable the code
20351         to compute resend-to-address and use it.
20353         * tar-mode.el (tar-mode): Turn off undo unconditionally.
20355         * image-mode.el: New file.
20357         * image.el (insert-sliced-image): Add autoload cookie.
20359         * font-lock.el (font-lock-lines-before): New user option.
20360         (font-lock-after-change-function): Obey it.
20362         * bindings.el (esc-map): Make M-g a prefix.
20363         Bind M-g g and M-g M-g to goto-line.
20365         * faces.el (face-id): Doc fix.
20367 2005-03-17  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
20369         * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
20370         (rmail-show-message): Use rmail-unknown-mail-followup-to.
20371         (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
20373         * mail/sendmail.el (mail-yank-ignored-headers)
20374         (mail-font-lock-keywords, mail-mode-fill-paragraph):
20375         Add Mail-Followup-To and Mail-Reply-To headers.
20376         (mail-citation-hook): Add autoload cookie.
20377         (mail-mode): Doc fix.
20378         (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
20379         (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
20380         (mail-mode-fill-paragraph): Handle those headers.
20381         (mail-mailing-lists): New variable.
20382         (mail-mail-reply-to, mail-mail-followup-to): New functions.
20384 2005-03-17  Juri Linkov  <juri@jurta.org>
20386         * isearch.el (isearch-fallback): Check for `(car previous)'
20387         before calling `isearch-other-end-state'.
20389 2005-03-17  Kim F. Storm  <storm@cua.dk>
20391         * simple.el (move-beginning-of-line): Move to beginning of buffer
20392         line, as well as beginning of screen line.
20394 2005-03-16  Glenn Morris  <gmorris@ast.cam.ac.uk>
20396         * calendar/diary-lib.el (mark-diary-entries): Use new optional
20397         argument REDRAW rather than calendar-redrawing variable.
20398         * calendar/calendar.el (calendar-redrawing): Delete.
20399         (redraw-calendar): Do not bind calendar-redrawing.
20401 2005-03-16  Matt Hodges  <MPHodges@member.fsf.org>
20403         * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
20404         diary-file buffer.
20406 2005-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
20408         * help.el (describe-mode): Allow a :minor-mode-function property to
20409         specify a different minor mode toggle function than the variable.
20410         * simple.el (auto-fill-function):
20411         * subr.el (add-minor-mode): Use it.
20413 2005-03-16  Kenichi Handa  <handa@m17n.org>
20415         * language/ethio-util.el (sera-being-called-by-w3): New variable.
20416         (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
20417         (ethio-fidel-to-sera-buffer): Likewise.
20419 2005-03-16  Juri Linkov  <juri@jurta.org>
20421         * emacs-lisp/find-func.el (find-function-regexp):
20422         Add defun-emitting macro `menu-bar-make-toggle'.
20424         * isearch.el: Put `isearch-scroll' property to
20425         `split-window-horizontally'.
20427         * info.el: Update error messages for `debug-ignored-errors'.
20428         (Info-isearch-search): Doc fix.
20429         (Info-find-node): Move up code to go into info buffer before
20430         recording the node to the history.
20431         (Info-fontify-node): Fontify titles only if the next line
20432         has two or more `*', `=', `-', `.'.
20433         Display "go to this node" for empty (match-string 3).
20435 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
20437         * term/mac-win.el: Add mouse pointer shape constants.
20439 2005-03-15  Kim F. Storm  <storm@cua.dk>
20441         * simple.el (move-beginning-of-line): Use vertical-motion.
20443 2005-03-15  Juri Linkov  <juri@jurta.org>
20445         * isearch.el (isearch-error): New variable.
20446         (isearch-invalid-regexp, isearch-within-brackets): Remove.
20447         (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
20448         (isearch-within-brackets-state): Remove.
20449         (isearch-case-fold-search-state, isearch-pop-fun-state):
20450         Decrease frame index.
20451         (isearch-mode, isearch-top-state, isearch-push-state)
20452         (isearch-edit-string, isearch-abort, isearch-search-and-update)
20453         (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
20454         (isearch-search, isearch-lazy-highlight-new-loop):
20455         Replace `isearch-invalid-regexp' with `isearch-error'.
20456         Remove `isearch-within-brackets'.
20457         (isearch-search): Add `search-failed' handler to `condition-case'.
20458         (isearch-lazy-highlight-search): Add `condition-case' to catch
20459         errors and allow `isearch-lazy-highlight-update' to try
20460         highlighting from the beginning of the window.
20461         (isearch-repeat): Move up code to set isearch-wrapped to t
20462         before calling isearch-wrap-function.
20464         * info.el (Info-isearch-initial-node): New internal variable.
20465         (Info-search): Signal an error in isearch mode when search leaves
20466         the initial node.  Signal an error when `bound' is non-nil and
20467         nothing was found in the current subfile.
20468         (Info-isearch-search): Remove `condition-case'.
20469         (Info-isearch-wrap): Don't wrap when search failed during leaving
20470         the initial node.  If `Info-isearch-search' is nil, wrap around
20471         the current node.
20472         (Info-isearch-start): New fun.
20473         (Info-mode): Add buffer-local hook `Info-isearch-start' to
20474         `isearch-mode-hook'.
20476 2005-03-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
20478         * simple.el (normal-erase-is-backspace): Set default to t if
20479         running on Mac.
20481         * term/mac-win.el (function-key-map): Sync with x-win.el.
20483 2005-03-15  Kenichi Handa  <handa@m17n.org>
20485         * international/mule-cmds.el (locale-language-names): Modify the
20486         format of elements and add more entries.
20487         (locale-preferred-coding-systems): Add more entries.
20488         (set-locale-environment): Adjust for the change of
20489         locale-language-names.
20491 2005-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
20493         * pcvs.el (smerge-ediff): Remove bogus autoload.
20495 2005-03-14  Lute Kamstra  <lute@gnu.org>
20497         * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
20498         Ignore a `*' at the beginning of a line.
20500         * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
20501         * emacs-lisp/byte-run.el (macro-declaration-function): Move from
20502         subr.el.
20503         (dont-compile, eval-when-compile, eval-and-compile): Use declare
20504         to specify indentation.
20506         * generic.el (define-generic-mode): Let generic-mode-list be a
20507         list of strings; test membership with equal.
20509 2005-03-14  Kim F. Storm  <storm@cua.dk>
20511         * simple.el (next-line, previous-line): Add optional try-vscroll
20512         arg to recognize interactive use.  Pass it on to line-move.
20513         (line-move): Don't perform auto-window-vscroll when defining or
20514         executing keyboard macro to ensure consistent behavior.
20516 2005-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
20518         * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
20520 2005-03-13  Lute Kamstra  <lute@gnu.org>
20522         * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
20523         debugger-setup-buffer so that backtrace marks the frames set to
20524         debug-on-exit and we don't have to do it manually.  Set an extra
20525         debug-on-exit for macro's.
20526         (debugger-setup-buffer): Don't mark the top frame manually.
20528 2005-03-12  Lute Kamstra  <lute@gnu.org>
20530         * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
20531         lisp-indent-function throughout.
20532         (with-no-warnings): Set lisp-indent-function property.
20534 2005-03-12  Thien-Thi Nguyen  <ttn@gnu.org>
20536         * progmodes/dcl-mode.el (dcl-mode-syntax-table):
20537         Add entry for backslash.
20539 2005-03-12  Juri Linkov  <juri@jurta.org>
20541         * info.el (Info-search): Four fixes for backward search.
20543 2005-03-11  Jay Belanger  <belanger@truman.edu>
20545         * calc/calc.el (calc-language-alist): New variable.
20546         * calc/calc-embed.el (calc-embedded-language-alist): Remove.
20547         (calc-embedded-find-modes): Use calc-language-alist instead of
20548         calc-embedded-language-alist.
20550 2005-03-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
20552         * calendar/calendar.el (calendar-redrawing): New internal
20553         variable.
20554         (redraw-calendar): Remove bogus save-excursion from previous
20555         change.  Bind calendar-redrawing to t for mark-diary-entries.
20556         * calendar/diary-lib.el (mark-diary-entries): No need to redraw
20557         calendar if that is why we were called.
20559 2005-03-11  Kenichi Handa  <handa@m17n.org>
20561         * international/mule.el (make-coding-system): Set property
20562         coding-system-define-form to nil.
20563         (define-coding-system-alias): Likewise.
20565 2005-03-11  Kenichi Handa  <handa@m17n.org>
20567         These changes are suggested by Dave Love <fx@gnu.org>.
20569         * textmodes/fill.el: Change encoding to iso-2022-7bit and add
20570         coding: tag.
20571         (adaptive-fill-regexp): Add more bullets.
20572         (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
20573         regexps.
20575 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
20577         * help.el (describe-mode): Properly handle non-trivial lighters.
20578         Don't ignore minor modes that are not listed in minor-mode-list.
20580         * tooltip.el (tooltip-mode): Don't complain that you can't turn the
20581         feature ON when the user requests to turn it OFF.
20583 2005-03-10  Lute Kamstra  <lute@gnu.org>
20585         * emacs-lisp/debug.el (debug-entry-code): Delete it.
20586         (implement-debug-on-entry): New function to replace debug-entry-code.
20587         (debug-on-entry-1): Use implement-debug-on-entry.  Delete the
20588         second argument as the 2005-03-07 change makes it obsolete.
20589         (debug-on-entry, cancel-debug-on-entry): Update call to
20590         debug-on-entry-1.
20591         (debug, debugger-setup-buffer): Comment update.
20592         (debugger-frame-number): Update to work with implement-debug-on-entry.
20594 2005-03-10  Jay Belanger  <belanger@truman.edu>
20596         * calc/calc-embed.el (math-ms-args): Declare it.
20597         (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
20598         math-ms-args.
20599         (calc-embedded-subst): Use math-multi-subst-rec to substitute
20600         variables.
20602 2005-03-10  Nick Roberts  <nickrob@snap.net.nz>
20604         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
20605         Use message-box.
20607         * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
20608         (tooltip-activate-mouse-motions-if-enabled): Use dolist.
20609         (tooltip-gud-tips): Simplify.
20610         (tooltip-gud-tips-p): Remove superfluous :set.
20611         (tooltip-gud-modes): Add fortran-mode.
20612         (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
20614         * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
20616 2005-03-09  Kim F. Storm  <storm@cua.dk>
20618         * play/animate.el (animate-place-char): Use forward-line instead
20619         of next-line to improve performance.
20621 2005-03-09  Simon Josefsson  <jas@extundo.com>
20623         * net/browse-url.el (browse-url-default-browser): Doc fix.
20625 2005-03-09  Miles Bader  <miles@gnu.org>
20627         * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
20628         (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
20630 2005-03-09  Kenichi Handa  <handa@m17n.org>
20632         * international/latin-1.el: Set case and syntax for 255 only if
20633         set-case-syntax-set-multibyte is nil.
20635         * textmodes/ispell.el (ispell-insert-word): New function.
20636         (ispell-word): Use ispell-insert-word to insert a new word.
20637         (ispell-process-line): Likewise.
20638         (ispell-complete-word): Likewise.
20640 2005-03-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
20642         * calendar/calendar.el (redraw-calendar): Preserve point.
20643         Reported by Matt Hodges <MPHodges@member.fsf.org>.
20644         (calendar-week-start-day): Move after definition of
20645         redraw-calendar.  Delete buffer test, since redraw-calendar has
20646         that now.
20648         * calendar/diary-lib.el (mark-diary-entries): Only call
20649         redraw-calendar in the first of any recursive calls.
20650         Reported by Alan Shutko <ats@acm.org>.
20652 2005-03-08  Juri Linkov  <juri@jurta.org>
20654         * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
20655         (html-horizontal-rule, html-line, html-image, html-checkboxes)
20656         (html-radio-buttons): Add a space before the trailing `/>' where
20657         sgml-xml-mode is non-nil.
20658         (sgml-delete-tag): Check if the tag ends with `/>' to not delete
20659         the subsequent tag of the empty XML tag.
20660         (html-href-anchor): Don't set initial input to "http:".
20661         (html-image): Ask for the image URL and set point inside alt="".
20662         (html-name-anchor): Duplicate the name in the `id' attribute when
20663         sgml-xml-mode is non-nil.
20664         (html-paragraph): Remove \n before <p>.
20665         (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
20666         instead of `checked' when sgml-xml-mode is non-nil.
20668         * facemenu.el (list-colors-print): Print #RRGGBB in default face.
20669         Remove 1 space before #RRGGBB to not truncate it on terminal
20670         windows w/o fringes.  Remove 1 space between bg and fg examples
20671         to get more space.
20672         (list-colors-duplicates): Replace `and' with `if' for `boundp' to
20673         avoid byte-compile warnings.
20675         * image-file.el (image-file-handler): Put `safe-magic' property to
20676         `image-file-handler'.
20678         * info.el (Info-isearch-search): Emulate word search in
20679         isearching through multiple Info nodes with Info-search.
20680         (Info-isearch-wrap): Allow isearch-word.
20682 2005-03-08  Lute Kamstra  <lute@gnu.org>
20684         * emacs-lisp/debug.el (debugger-step-through): Make sure that
20685         stepping into the debugger's code is not possible.
20686         (debugger-jumping-flag): Docstring update.
20688 2005-03-08  Jay Belanger  <belanger@truman.edu>
20690         * calc/calc-embed.el (calc-do-embedded): Reset mode line when
20691         embedded mode begins.
20692         (calc-embedded-language-alist): New variable.
20693         (calc-embedded-find-modes): Use calc-embedded-language-alist to
20694         set default language mode.
20696 2005-03-08  Kenichi Handa  <handa@m17n.org>
20698         * international/ccl.el (define-ccl-program): Fix docstring about
20699         extra 256 bytes assured for the output buffer.
20701         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
20702         Fix BUFFER_MAGNIFICATION to 2.
20703         (ccl-encode-mule-utf-16be-with-signature): Likewise.
20705 2005-03-07  Karl Chen  <quarl@cs.berkeley.edu>
20707         * align.el (align-rules-list): Added an alignment rule for CSS
20708         declarations (applies to css-mode and html-mode buffers).
20710 2005-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
20712         * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
20714 2005-03-07  Kim F. Storm  <storm@cua.dk>
20716         * simple.el (move-beginning-of-line): New command.
20718         * bindings.el (global-map): Bind C-a to move-beginning-of-line.
20720         * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
20722         * emulation/cua-base.el: Put CUA move property on move-end-of-line
20723         and move-beginning-of-line.
20725         * apropos.el (apropos-print): Omit command from M-x ... RET.
20727 2005-03-07  Nick Roberts  <nickrob@snap.net.nz>
20729         * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
20730         (gdb-send, gdb-send-item): Log items sent from gdb-send too.
20732 2005-03-06  Richard M. Stallman  <rms@gnu.org>
20734         * bindings.el (esc-map): Bind M-g to goto-line.
20736         * facemenu.el (global-map): Bind M-o, not M-g.
20738 2005-03-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
20740         * menu-bar.el (menu-bar-file-menu): Add the same :enable to
20741         "Open Directory" as for "Open File".
20743 2005-03-06  Chong Yidong  <cyd@stupidchicken.com>
20745         * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
20746         (push-mark-command): Run activate-mark-hook.
20748 2005-03-06  Richard M. Stallman  <rms@gnu.org>
20750         * help-mode.el (help-mode-finish): Don't alter the element
20751         in view-return-to-alist if there already is one.
20753         * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
20754         make sure the current buffer is the expected one.
20756         * novice.el (disabled-command-function): Output in *Disabled Command*.
20757         Explicitly ignore non-keyboard events, and explicitly handle C-g.
20759         * textmodes/flyspell.el (flyspell-large-region):
20760         Pass args differently for aspell.
20762         * files.el (mode-require-final-newline): Doc fix.
20764 2005-03-03  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
20766         * progmodes/which-func.el (which-function):
20767         Specify NOERROR when calling imenu--make-index-alist.
20769 2005-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
20771         * simple.el (normal-erase-is-backspace): Define default value.
20773         * custom.el (custom-theme-set-variables): Remove unused var
20774         `immediate'.
20775         (custom-reevaluate-setting): Simple function to handle variables
20776         that are defined before their default value can really be
20777         computed.
20779         * startup.el (command-line): Use it for temporary-file-directory,
20780         small-emporary-file-directory, auto-save-file-name-transforms,
20781         blink-cursor-mode, and normal-erase-is-backspace.
20783         * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
20784         progress, even with buggy anchored keywords.
20786 2005-03-05  Luc Teirlinck  <teirllm@auburn.edu>
20788         * simple.el (goto-line): Remove unbalanced final parenthesis.
20790 2005-03-05  Richard M. Stallman  <rms@gnu.org>
20792         * simple.el (goto-line): Use a number at point as the default.
20793         With C-u as arg, switch buffers.
20795 2005-03-05  Juri Linkov  <juri@jurta.org>
20797         * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
20798         with `no-blinking-cursor'.
20800         * startup.el (no-blinking-cursor): New defvar.
20801         (command-line): Add `--no-blinking-cursor' to longopts.
20802         Set `no-blinking-cursor' to t for command line arguments
20803         -Q, -nbc, --no-blinking-cursor.  Replace `emacs-quick-startup'
20804         with `no-blinking-cursor' in the condition for calling
20805         `blink-cursor-mode'.
20807 2005-03-04  Luc Teirlinck  <teirllm@auburn.edu>
20809         * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
20810         (menu-bar-options-save): Add blink-cursor-mode.
20811         (menu-bar-options-menu): Add blink-cursor-mode.
20813 2005-03-04  Ulf Jasper  <ulf.jasper@web.de>
20815         * calendar/icalendar.el (icalendar-version): Increase to 0.11.
20816         (icalendar-export-file, icalendar-export-region)
20817         (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
20818         (icalendar--convert-ical-to-diary): Fix problem with DURATION.
20820 2005-03-04  Lute Kamstra  <lute@gnu.org>
20822         * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
20823         (debug-function-list): Ditto.
20825 2005-03-04  Robert J. Chassell  <bob@rattlesnake.com>
20827         * textmodes/texinfmt.el (texinfo-append-refill):
20828         Redefine the types of line to which @refill
20829         is not appended by replacing a search for `@refill\\|@bye' with
20830         `@refill\\|^[ \t]*@'.  The intent is to solve both the `@end
20831         itemize@refill' bug and the unfilled long lines bug.
20832         (texinfmt-version): Update number and date.
20834 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
20836         * international/code-pages.el (windows-1250, windows-125[2-8])
20837         (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
20839 2005-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
20841         * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
20842         bound yet.
20844 2005-03-02  Romain Francoise  <romain@orebokech.com>
20846         * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
20847         buffer after removing limits.
20848         (ibuffer-pop-filter): Ditto.
20849         Update copyright.
20851 2005-03-02  Miles Bader  <miles@gnu.org>
20853         * button.el (make-text-button): If the user doesn't specify a
20854         type, use the default.  Rewrite to use `add-text-properties' and
20855         plist functions.
20857 2005-03-01  Lute Kamstra  <lute@gnu.org>
20859         * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
20860         (debugger-jumping-flag): New var.
20861         (debug-entry-code): Use it.
20862         (debugger-jump): Use debugger-jumping-flag and add
20863         debugger-reenable to post-command-hook.
20864         (debugger-reenable): Use debugger-jumping-flag and remove itself
20865         from post-command-hook.
20866         (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
20867         debugger-reenable.
20869 2005-03-01  Robert J. Chassell  <bob@rattlesnake.com>
20871         * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
20872         inclusion of "itemize\\|", which may be unnecessary, is certainly
20873         inelegant, and stops refilling in itemize lists when formatting
20874         Japanese Texinfo files to Info.
20875         Update copyright to 2005.
20877 2005-03-01  Nick Roberts  <nickrob@snap.net.nz>
20879         * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
20880         of an error if GDB can't find the source file.
20882 2005-03-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
20884         * calendar/calendar.el (redraw-calendar): Work from any buffer,
20885         not just the calendar.
20887         * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
20888         first.
20889         (diary-redraw-calendar): New function.
20890         (make-diary-entry): Add diary-redraw-calendar to local
20891         write-contents-functions.  Turn off selective display before
20892         inserting in diary.
20894 2005-03-01  Kim F. Storm  <storm@cua.dk>
20896         * emacs-lisp/copyright.el (copyright-fix-years): New command.
20898 2005-03-01  Lute Kamstra  <lute@gnu.org>
20900         * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
20901         that debug-entry-code can be safely removed from a function while
20902         this code is being evaluated.  Revert the 2005-02-27 change as the
20903         new implementation no longer requires it.  Make sure that a
20904         function body containing just a string is not mistaken for a docstring.
20905         (debug): Skip one more frame in case of debug on entry.
20906         (debugger-setup-buffer): Delete one more frame line in case of
20907         debug on entry.
20908         (debugger-frame-number): Update to use the new text introduced by
20909         the 1999-11-03 change.  Skip one more frame in case of debug on entry.
20911 2005-02-28  Kim F. Storm  <storm@cua.dk>
20913         * double.el (double-translate-key): Call force-window-update after
20914         read-event to avoid crash in redisplay.
20916 2005-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
20918         * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
20919         (debug): Use it.  Move the inhibit-trace earlier.
20920         (debug-entry-code): New const.
20921         (debug-on-entry-1): Use it.
20923 2005-02-28  Chong Yidong  <cyd@stupidchicken.com>
20925         * international/utf-16.el (ccl-encode-mule-utf-16le):
20926         Fix BUFFER_MAGNIFICATION to 2.
20927         (ccl-encode-mule-utf-16be): Likewise.
20929 2005-02-28  Kenichi Handa  <handa@m17n.org>
20931         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
20932         Fix BUFFER_MAGNIFICATION to 4.
20933         (ccl-encode-mule-utf-16be-with-signature): Likewise.
20935 2005-02-28  Nick Roberts  <nickrob@snap.net.nz>
20937         * speedbar.el (speedbar-update-flag): Doc fix.
20938         (speedbar-show-info-under-mouse): Give set-mouse-position the right
20939         argument.
20941 2005-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
20943         * reveal.el (reveal-post-command): Don't try to reveal overlays which
20944         have a non-nil `invisible' property but are actually visible.
20946         * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
20947         for perldoc sections.
20948         (perl-outline-regexp, perl-outline-level): New var and function.
20949         (perl-mode): Use them.
20951 2005-02-27  Glenn Morris  <gmorris@ast.cam.ac.uk>
20953         * calendar/diary-lib.el (diary-remind): Discard any mark portion
20954         from diary-entry.  Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
20956 2005-02-27  Luc Teirlinck  <teirllm@auburn.edu>
20958         * cus-edit.el: Comment change.
20959         (custom-buffer-create-internal): Slightly reword text at top of
20960         Custom buffers.  Mention there that saving an option edits the
20961         init file.  Add link to Emacs manual node on `custom-file'.
20962         (custom-magic-alist): Rewrite individual State messages to use
20963         capitalized keywords.  Doc fix.
20965 2005-02-27  Matt Hodges  <MPHodges@member.fsf.org>
20967         * calendar/calendar.el (calendar-buffer): Move above
20968         calendar-week-start-day.
20969         (calendar-week-start-day): Doc fix.  Add :set function.
20970         (calendar-minimum-window-height): New variable.
20971         (generate-calendar-window): Only resize window if selected-window
20972         is displaying the calendar buffer.  Use new variable
20973         calendar-minimum-window-height.
20974         (generate-calendar): Reword error message.
20975         (calendar-mode-map): Bind DEL to scroll-other-window-down.
20977 2005-02-27  Andreas Schwab  <schwab@suse.de>
20979         * vc.el (vc-do-command): Don't run command asynchronously when
20980         operating in a remote directory.
20982         * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
20983         change from sync with Tramp 2.0.47.
20985 2005-02-27  Richard M. Stallman  <rms@gnu.org>
20987         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
20989         * textmodes/flyspell.el (flyspell-mode-on):
20990         Call ispell-change-dictionary only if necessary.
20992         * emacs-lisp/re-builder.el (regexp-builder): New function.
20994         * register.el (describe-register-1): Explicitly handle
20995         yank-excluded-properties = t.
20997         * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
20998         (custom-magic-alist): Change the status descriptions again.
20999         (face widget-type): Total rewrite based on `restricted-sexp'
21000         to eliminate the confusing double hiding levels.
21002         * emacs-lisp/debug.el (debug-on-entry-1):
21003         If function body is empty, add nil as body form.
21005 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
21007         * emacs-lisp/trace.el (inhibit-trace): New var.
21008         (trace-make-advice): Use it.
21010         * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
21012 2005-02-26  Kim F. Storm  <storm@cua.dk>
21014         * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
21015         (mouse-on-link-p, mouse-drag-region-1): Use it.
21017 2005-02-25  Lute Kamstra  <lute@gnu.org>
21019         * replace.el (query-replace-read-from): Fix 2005-02-19 change.
21021 2005-02-24  Luc Teirlinck  <teirllm@auburn.edu>
21023         * frame.el (blink-cursor-mode): Add :group keyword.
21025 2005-02-24  Ulf Jasper  <ulf.jasper@web.de>
21027         * calendar/icalendar.el (icalendar--decode-isodatetime):
21028         New optional argument DAY-SHIFT.
21029         (icalendar-export-region): Fix coding-system-for-write.
21030         (icalendar--convert-ical-to-diary): Shift end-day of all-day
21031         events by one.
21033 2005-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
21035         * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
21037 2005-02-24  Kim F. Storm  <storm@cua.dk>
21039         * international/iso-acc.el (iso-accents-compose): Fix crash
21040         during redisplay.  Call force-window-update after read-event
21041         and delete-region to signal that window is not accurate.
21043 2005-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
21045         * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
21046         Remove unused and inexistent var `inhibit-trace'.
21047         (debugger-mode): Use run-mode-hooks.
21048         (debugger-list-functions): Add buttons; setup xref stack.
21050 2005-02-23  Richard M. Stallman  <rms@gnu.org>
21052         * calendar/appt.el (appt-time-msg-list): 3rd elt of each
21053         appointment says it was explicitly made.
21054         (appt-add): Set the 3rd element.
21055         (appt-make-list): Preserve explicit appointments.
21057         * subr.el (find-tag-default): Catch errors in forward-sexp.
21059 2005-02-23  Juri Linkov  <juri@jurta.org>
21061         * info.el (Info-isearch-search): New defcustom.
21062         (Info-isearch-search): Call the default isearch function
21063         when Info-isearch-search is nil.
21064         (Info-isearch-wrap): Use variable Info-isearch-search.
21066 2005-02-22  Luc Teirlinck  <teirllm@auburn.edu>
21068         * cus-edit.el: Comment change.
21070 2005-02-22  Kim F. Storm  <storm@cua.dk>
21072         * progmodes/hideif.el (hide-ifdef-use-define-alist):
21073         Use completing-read.  Suggested by Juan-Leon Lahoz Garcia.
21075 2005-02-22  Simon Josefsson  <jas@extundo.com>
21077         * net/browse-url.el (browse-url-netscape-new-window-is-tab):
21078         New variable.
21079         (browse-url-netscape): Use it.  Suggested by "Johann 'Myrkraverk'
21080         Oskarsson" <myrkraverk@users.sourceforget.net>.
21082 2005-02-22  Kim F. Storm  <storm@cua.dk>
21084         * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
21085         check that window of that event is the selected window.
21086         (mouse-drag-region-1): Compare mouse event window to selected
21087         window before setting point.
21089         * tooltip.el (tooltip-show-help-function): Pass event to
21090         mouse-on-link-p so it can check selected window.
21092 2005-02-22  Kenichi Handa  <handa@m17n.org>
21094         * ps-mule.el (ps-mule-header-string-charsets): Delete it.
21095         (ps-mule-show-warning): New function.
21096         (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
21097         characters are found.
21099         * ps-print.el (ps-header-footer-string): Return a list of header
21100         and footer strings.
21102 2005-02-21  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
21104         * pcvs.el (cvs-retrieve-revision): Fix thinko.
21106 2005-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
21108         * frame.el (blink-cursor-mode): Use define-minor-mode.
21110         * term/mac-win.el (function-key-map): Use char-names more consistently.
21111         (file-name-coding-system): Only set it for MacOS-9.  The other case is
21112         already handled in mule-cmds.el (where it also works when mac-win.el
21113         is not used).
21115 2005-02-21  Kenichi Handa  <handa@m17n.org>
21117         * international/mule.el (ctext-pre-write-conversion): Always use
21118         " *code-converting-work*" buffer for work.
21120         * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
21122 2005-02-20  Thien-Thi Nguyen  <ttn@gnu.org>
21124         * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
21126 2005-02-20  Jonathan Yavner  <jyavner@member.fsf.org>
21128         * ses.el (undo-more): Restore defadvice, but only the part that
21129         allows changes outside the restricted area of the buffer.
21131 2005-02-20  Kim F. Storm  <storm@cua.dk>
21133         * simple.el (line-move): Add fourth optional arg try-vscroll which
21134         must be set to perform auto-window-vscroll.
21135         When moving backwards and doing auto-window-vscroll, automatically
21136         vscroll to the last part of lines which are taller than the window.
21137         (next-line, previous-line): Set try-vscroll arg on line-move.
21139 2005-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
21141         * replace.el (query-replace, query-replace-regexp)
21142         (replace-string, replace-regexp): When operating on region, make
21143         the minibuffer prompt say so.
21145         * isearch.el (isearch-forward): Document isearch-query-replace and
21146         isearch-query-replace-regexp keybindings.
21148 2005-02-19  Jay Belanger  <belanger@truman.edu>
21150         * calc/calc-aent.el (math-read-token): Add local variable.
21152         * calc/calc-prog.el (calc-user-define-edit): Add local variable.
21153         (calc-edit-top): Move declaration to earlier in file.
21154         (calc-edit-macro-repeats): Add local variables.
21156         * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
21157         Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
21158         calcFunc-tanh.
21159         Adjust integration rule for calcFunc-tan.
21161 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
21163         * viper-cmd.el (viper-prefix-commands): Make into a defconst.
21164         (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
21165         (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
21166         (viper-skip-separators): Bug fix.
21167         (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
21168         particular major mode.
21169         (viper-del-backward-char-in-replace): Don't put deleted char on the
21170         kill ring.
21172         * viper-ex.el (viper-color-display-p): New function.
21173         (viper-has-face-support-p): Use viper-color-display-p.
21175         * viper-keym.el (viper-gnus-modifier-map): New keymap.
21177         * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
21179         * viper-util.el (viper-glob-unix-files): Fix shell status check.
21180         (viper-file-remote-p): Make equivalent to file-remote-p.
21182         * viper.el (viper-major-mode-modifier-list):
21183         Use viper-gnus-modifier-map.
21185 2005-02-19  David Kastrup  <dak@gnu.org>
21187         * subr.el (subregexp-context-p): Fix garbled doc string by adding
21188         quoting.
21190 2005-02-19  Jay Belanger  <belanger@truman.edu>
21192         * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
21193         Remove extra definitions.
21194         (calc-coth): New function.
21195         (calcFunc-cot): Fix `let'.
21197 2005-02-19  Eli Zaretskii  <eliz@gnu.org>
21199         * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
21200         the reasons we use "type pc" in these faces.
21202         * button.el (button): Ditto.
21204 2005-02-19  Michael Mauger  <mmaug@yahoo.com>
21206         * replace.el (query-replace-read-from): Set the value of
21207         query-replace-from-history-variable to handle the case of an empty
21208         string entered to accept the suggested default.
21210         * net/tramp.el (tramp-file-name-for-operation):
21211         Use dired-call-process instead of dired-call-process-command.
21213 2005-02-19  Jay Belanger  <belanger@truman.edu>
21215         * calc/calc-arith.el (math-trig-inverses, math-div-trig)
21216         (math-div-non-trig): New variables.
21217         (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
21218         (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
21219         (math-combine-prod, math-div-symb-fancy): Add simplifications for
21220         trig expressions.
21222 2005-02-19  Nick Roberts  <nickrob@snap.net.nz>
21224         * progmodes/gdb-ui.el (gdb-var-update-handler)
21225         (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
21226         for watch expressions,
21227         (gdb-var-create-handler): Don't set speedbar-update-flag.
21228         (gdb-post-prompt): Simplify test for speedbar.
21230 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
21232         * ediff.el (ediff-set-diff-overlays-in-one-buffer)
21233         (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
21234         we use the syntax table of the correct buffer.
21235         (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
21236         Felix Gatzemeier.
21238         * ediff-init.el (ediff-hide-face): Check for definedness of functions.
21239         (ediff-file-remote-p): Make synonymous with file-remote-p.
21240         In all deffaces ediff-*-face-*, use min-colors.
21242         * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
21243         ediff-recurse-to-subdirectories.
21244         (ediff-mark-if-equal): Check that the arguments are strings, use
21245         ediff-same-contents (after to Felix Gatzemeier).
21247         * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
21248         nil.
21250 2005-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
21252         * log-view.el (log-view-message-re): Fix up Subversion regexp.
21254 2005-02-18  David Kastrup  <dak@gnu.org>
21256         * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
21257         use `mark-active' when defined.
21259 2005-02-18  Kenichi Handa  <handa@m17n.org>
21261         * ps-print.el (ps-font-info-database): New entry
21262         ZapfChancery-MediumItalic with correct font name.  Fix font name
21263         of the entry Zapf-Chancery-MediumItalic.
21265 2005-02-16  Luc Teirlinck  <teirllm@auburn.edu>
21267         * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
21269 2005-02-16  Kim F. Storm  <storm@cua.dk>
21271         * ido.el (ido-fallback-command): Pass user input to fallback command.
21273 2005-02-16  Nick Roberts  <nickrob@snap.net.nz>
21275         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
21276         (gdb-find-file-hook): Add server prefix.
21278 2005-02-16  Richard M. Stallman  <rms@gnu.org>
21280         * replace.el (perform-replace): Pass new args to replace-highlight.
21281         (replace-highlight): Take region args,
21282         and pass them to isearch-lazy-highlight-new-loop.
21284         * novice.el (disabled-command-hook): Autoload the defalias
21285         and the make-obsolete-variable call.
21287         * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
21289         * isearch.el (isearch-lazy-highlight-start-limit)
21290         (isearch-lazy-highlight-end-limit): New variables limit
21291         the region for highlighting.
21292         (isearch-lazy-highlight-new-loop): New args BEG and END.
21293         (isearch-lazy-highlight-search): Use the new vars.
21294         (isearch-lazy-highlight-update): Likewise.
21296         * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
21298         * cus-start.el (all): Use default-boundp.
21300 2005-02-15  David Casperson  <casper@unbc.ca>  (tiny change)
21302         * menu-bar.el (menu-bar-select-frame): Handle current frame.
21304 2005-02-15  Luc Teirlinck  <teirllm@auburn.edu>
21306         * autorevert.el (auto-revert-stop-on-user-input)
21307         (auto-revert-verbose): Doc fixes.
21309 2005-02-15  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
21311         * international/mule-cmds.el (set-locale-environment): Remove call
21312         to set-selection-coding-system on Windows.
21314 2005-02-15  Jay Belanger  <belanger@truman.edu>
21316         * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
21317         calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
21318         calcFunc-coth.
21319         (math-simplify-sqrt): Add simplifications.
21321         * calc/calc-arith.el (math-real-if-arg-functions): Add functions
21322         to list.
21324         * calc/calc-ext.el: Add functions to autoloads.
21326         * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
21327         (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
21328         (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
21329         (math-csc-raw, math-cot-raw): New functions.
21331         * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
21333         * calc/calc-undo.el (calc-handle-undo): Remove prefix from
21334         the variable name in a message.
21336         * calc/calc-units.el: Add simplification rules for calcFunc-sec,
21337         calcFunc-csc, calcFunc-cot.
21339         * calc/calcalg2.el: Add derivative and integration rules for
21340         calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
21341         calcFunc-csch, calcFunc-coth.
21342         (math-do-integral-methods): Add to checks for when to use
21343         substitutions.
21345         * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
21347 2005-02-15  Lute Kamstra  <lute@gnu.org>
21349         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
21350         Add ;;;###autoload to `outline-regexp'.  Suggested by Stefan Monnier
21351         <monnier@iro.umontreal.ca>
21352         (lisp-outline-level): Improve efficiency.  Suggested by David
21353         Kastrup <dak@gnu.org>.
21355 2005-02-15  Nick Roberts  <nickrob@snap.net.nz>
21357         * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
21358         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
21359         (gdb-set-gud-minor-mode-existing-buffers): New functions.
21360         (gdb-find-file-hook): New hook.  Add it to find-file-hook.
21361         (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
21363 2005-02-14  Luc Teirlinck  <teirllm@auburn.edu>
21365         * cus-start.el (all): Comment change.
21367 2005-02-14  Lute Kamstra  <lute@gnu.org>
21369         * cus-start.el (all): Check if symbol is void.
21371 2005-02-14  Carsten Dominik  <dominik@science.uva.nl>
21373         * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
21374         optional argument to \cite.
21376 2005-02-14  Richard M. Stallman  <rms@gnu.org>
21378         * cus-edit.el (custom-buffer-create-internal): Update help message.
21379         (custom-magic-alist): Update help messages.
21381         * cus-start.el (all): Allow a var to specify a standard value.
21383 2005-02-12  Luc Teirlinck  <teirllm@auburn.edu>
21385         * custom.el (custom-theme-set-variables): Handle variable aliases.
21387         * frame.el (blink-cursor-timer): Doc fix.
21388         (blink-cursor): Make it an alias for `blink-cursor-mode' and
21389         declare obsolete.
21390         (blink-cursor-mode): Define with defcustom and use correct
21391         standard expression in that defcustom.
21392         * startup.el (command-line): Adapt to above changes in frame.el.
21394 2005-02-11  Lute Kamstra  <lute@gnu.org>
21396         * apropos.el (apropos-score-doc): Prevent division by zero.
21398 2005-02-11  Ulf Jasper  <ulf.jasper@web.de>
21400         * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
21401         (icalendar--get-event-property-attributes)
21402         (icalendar--get-event-properties)
21403         (icalendar--datetime-to-diary-date): New functions.
21404         (icalendar--split-value): Doc fix.
21405         (icalendar--datetime-to-noneuropean-date)
21406         (icalendar--datetime-to-european-date): New optional argument
21407         SEPARATOR.  Return result as a string instead of a list.
21408         (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
21409         (icalendar--convert-string-for-export): Rename arg S to STRING.
21410         (icalendar-export-region): Doc fix.  Change name of error buffer.
21411         Save output buffer.
21412         (icalendar-import-file): Add blank at end of prompt.
21413         (icalendar-import-buffer): Doc fix.  Do not switch to error
21414         buffer.  Indicate status in return value.
21415         (icalendar--convert-ical-to-diary): Doc fix.  Change name of error
21416         buffer.  Save output buffer.  Handle exception from recurrence
21417         rules (EXDATE, EXRULE).  Handle start- and end-date of recurring
21418         events.  Fix problems with weekly all-day events.
21420 2005-02-10  Richard M. Stallman  <rms@gnu.org>
21422         * simple.el (eval-expression-print-format):
21423         Avoid warning about edebug-active.
21425         * help.el (help-for-help-internal): Rename from help-for-help.
21426         (help-for-help): Define with defalias.
21428         * font-core.el (font-lock-default-function): Use with-no-warnings.
21430         * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
21432         * custom.el (defface): Doc fix.
21434 2005-02-10  Nick Roberts  <nickrob@snap.net.nz>
21436         * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
21437         width 0" to prevent word wrapping problems.
21439 2005-02-09  Kim F. Storm  <storm@cua.dk>
21441         * ido.el (ido-file-extensions-order): New defcustom.
21442         (ido-file-extension-lessp, ido-file-extension-aux)
21443         (ido-file-extension-order): New advanced file ordering.
21444         (ido-file-lessp): New simple file ordering.
21445         (ido-sort-list): Remove.
21446         (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
21447         (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
21449 2005-02-08  Dan Nicolaescu  <dann@ics.uci.edu>
21451         * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
21452         that some versions of grep produce.
21453         (grep-mode-font-lock-keywords): Likewise.
21455 2005-02-09  Nick Roberts  <nickrob@snap.net.nz>
21457         * progmodes/gdb-ui.el (gdb-location-list): New variable.
21458         (gdb-cdir): Delete.
21459         (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
21460         (gdb-source-info): Treat case when source file is in another
21461         directory properly.
21462         (gdb-get-location): New function.
21464 2005-02-07  Jay Belanger  <belanger@truman.edu>
21466         * calc/calc-prog.el (calc-write-parse-table-part)
21467         (calc-fix-token-name): Fix a check for language type.
21469         * calc/calccomp.el (math-compose-expr): Fix a check for language type.
21471 2005-02-07  Andre Spiegel  <spiegel@gnu.org>
21473         * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
21474         as directory not writable.
21476 2005-02-07  Kim F. Storm  <storm@cua.dk>
21478         * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
21479         (cua--standard-movement-commands): Remove list.
21480         Instead, set CUA property value to move for movement commands.
21481         (cua-movement-commands): Remove.  Users must set CUA prop instead.
21482         (cua--pre-command-handler): Check CUA property.
21483         (cua--init-keymaps): Don't remap undo commands.
21484         (cua-mode): Don't call cua--rectangle-on-off.
21486         * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
21487         (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
21488         (cua--rect-undo-set-point): New var.
21489         (cua--rectangle-undo-boundary): Setup undo apply entry.
21490         (cua--rect-undo-handler): New function for rectangle undo.
21491         (cua--rect-start-position, cua--rect-end-position): Add.
21492         (cua--rectangle-post-command): Call cua--rectangle-set-corners
21493         for restored rectangle.  Set point if cua--rect-undo-set-point.
21495 2005-02-06  Jay Belanger  <belanger@truman.edu>
21497         * calc/calc-lang.el (calc-tex-language): Display more information
21498         in messages.
21500         * calc/calccomp.el (math-compose-expr): Allow multiline matrices
21501         in TeX mode.
21503 2005-02-06  Richard M. Stallman  <rms@gnu.org>
21505         * emacs-lisp/lisp.el (buffer-end): Doc fix.
21507 2005-02-05  Arne_J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
21509         * net/ldap.el (ldap-search-internal): Support attributes with
21510         optional descriptions separated by a semi-colon, as in
21511         "userCertificate;binary".
21513 2005-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
21515         * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
21516         isn't a cons (i.e. the version is 0).
21518 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
21520         * help.el (help-for-help): Doc fix.
21522 2005-02-05  Nick Roberts  <nickrob@snap.net.nz>
21524         * progmodes/gdb-ui.el: Update copyright.  Put GDB-Frames before
21525         GDB-Windows on the menu-bar as this works better.
21527 2005-02-04  Jay Belanger  <belanger@truman.edu>
21529         * calc/calc-embed.el (calc-embedded-update): Don't put in
21530         unnecessary newlines.  Adjust the end of formula marker.
21532         * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
21533         (math-latex-parse-two-args): New function.
21535 2005-02-03  Lute Kamstra  <lute@gnu.org>
21537         * help-fns.el (help-with-tutorial): Make sure that users cannot
21538         remove the entire text of the tutorial by means of `undo'.
21540 2005-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
21542         * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
21543         in recent changes, where the ispell process was repeatedly
21544         killed & restarted.
21546         * international/mule-cmds.el (set-locale-environment): Set file-name
21547         coding system to utf-8 on Darwin systems.
21548         (set-default-coding-systems): Don't set default-file-name-coding-system
21549         on Darwin systems.
21551 2005-02-03  Richard M. Stallman  <rms@gnu.org>
21553         * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
21555 2005-02-03  Matt Hodges  <MPHodges@member.fsf.org>
21557         * faces.el (list-faces-display): Add optional argument.
21559 2005-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
21561         * font-core.el (font-lock-default-function): Handle the rare case where
21562         only font-lock-keywords is set.
21564 2005-02-02  Kenichi Handa  <handa@m17n.org>
21566         * international/characters.el: Cancel previous change for
21567         I-WITH-DOT-ABOVE and DOTLESS-i.
21569         * international/latin-5.el: Cancel previous change.
21571 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
21573         * progmodes/gud.el: Correction to syntax in gud-menu-map.
21575 2005-02-02  Kenichi Handa  <handa@m17n.org>
21577         * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
21578         DOTLESS-i.
21580         * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
21581         Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
21583         * case-table.el (get-upcase-table): New function.
21584         (copy-case-table): Copy upcaes table too if non-nil.
21585         (set-case-syntax-delims): Maintain upcase table too.
21586         (set-case-syntax-pair): Likewise.
21587         (set-upcase-syntax, set-downcase-syntax): New functions.
21588         (set-case-syntax): Maintain upcase table too.
21590 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
21592         * progmodes/gdb-ui.el (gdb-goto-info): Delete.
21594         * progmodes/gud.el (gud-goto-info): New function.
21595         (gud-tool-bar-map): Use correct icon.
21597 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
21599         * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
21600         When delegating, order args in the funcall correctly.
21602 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
21604         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
21606 2005-02-01  Carsten Dominik  <dominik@science.uva.nl>
21608         * textmodes/reftex.el (reftex-access-scan-info): Error out in a
21609         buffer not visiting a file.
21611 2005-01-31  Jay Belanger  <belanger@truman.edu>
21613         * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
21614         bound on the line with the formula.
21616 2005-01-31  Kim F. Storm  <storm@cua.dk>
21618         * ses.el (ses-create-cell-variable-range)
21619         (ses-destroy-cell-variable-range, ses-reset-header-string)
21620         (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
21621         (ses-insert-row): Fix format of apply undo entries.
21623 2005-01-31  Jay Belanger  <belanger@truman.edu>
21625         * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
21626         parts.
21628         * calc/calc-embed.el (calc-embedded-open-formula)
21629         (calc-embedded-close-formula): Ignore matrix environments.
21631         * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
21632         TeX mode.
21634         * calc/calc-lang.el (math-function-table, math-oper-table)
21635         (math-variable-table): Adjust the LaTeX portions.
21637         * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
21638         (math-latex-ignore-words): New constant.
21640 2005-01-31  Richard M. Stallman  <rms@gnu.org>
21642         * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
21643         (ispell-local-dictionary): Doc fix.
21644         (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
21645         Don't reinitialize at run time.  Don't defcustom.
21646         All uses changed to append ispell-local-dictionary-alist,
21647         or check it first.
21648         (ispell-current-dictionary): New variable for dictionary in use.
21649         (ispell-dictionary): Now used only for global default.
21650         (ispell-start-process): Set ispell-current-dictionary,
21651         not ispell-dictionary.
21652         (ispell-change-dictionary): Use this only for setting
21653         user preferences.
21654         (ispell-internal-change-dictionary): New function
21655         to change the current dictionary in use.
21656         (ispell-region, ispell-process-line, ispell-buffer-local-dict):
21657         Use ispell-current-dictionary.
21658         Handle ispell-local-dictionary-overridden.
21659         (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
21661 2005-01-31  Jay Belanger  <belanger@truman.edu>
21663         * calc/calc-aent.el (math-read-token): Add support for LaTeX.
21665         * calc/calc-ext.el: Add calc-latex-language to autoloads.
21666         (calc-mode-map): Add calc-latex-language.
21668         * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
21669         (math-latex-print-frac): New functions.
21670         (math-oper-table, math-function-table, math-variable-table)
21671         (math-complex-format, math-input-filter): Add latex properties.
21672         (calc-set-language): Set math-expr-special-function-mapping.
21674         * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
21675         (calc-write-parse-table-part): Add LaTeX support.
21677         * calc/calc.el (calc-language): Adjust docstring.
21678         (calc-set-mode-line): Add LaTeX support.
21679         (math-expr-special-function-mapping): New variable.
21680         (math-tex-ignore-words): Add to list.
21682         * calc/calccomp.el (math-compose-expr, math-compose-rows):
21683         Add LaTeX support.
21684         (math-compose-expr): Add support for special functions.
21686         * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
21688 2005-01-31  Nick Roberts  <nickrob@snap.net.nz>
21690         * progmodes/gdb-ui.el (gdb-memory-address)
21691         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
21692         (gdb-memory-mode-map, gdb-memory-format-keymap)
21693         (gdb-memory-format-menu, gdb-memory-unit-keymap)
21694         (gdb-memory-unit-menu): New variables for a buffer
21695         that lets the user examine program memory.
21696         (gdb-memory-set-address, gdb-memory-set-repeat-count)
21697         (gdb-memory-format-binary, gdb-memory-format-octal)
21698         (gdb-memory-format-unsigned, gdb-memory-format-signed)
21699         (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
21700         (gdb-memory-format-menu-1, gdb-memory-unit-giant)
21701         (gdb-memory-unit-word, gdb-memory-unit-halfword)
21702         (gdb-memory-unit-byte, gdb-memory-unit-menu)
21703         (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
21704         (gdb-memory-mode, gdb-memory-buffer-name)
21705         (gdb-display-memory-buffer, gdb-frame-memory-buffer):
21706         New functions for above buffer.
21708 2005-01-30  Richard M. Stallman  <rms@gnu.org>
21710         * cus-edit.el (custom-bury-buffer): Function deleted.
21711         (custom-buffer-done-function): Option deleted.
21712         (custom-buffer-done-kill): New replacement option.
21713         (Custom-buffer-done): Call quit-window.
21714         (custom-buffer-create-internal): Update for above changes.
21716 2005-01-29  Luc Teirlinck  <teirllm@auburn.edu>
21718         * simple.el (undo-ask-before-discard): New var.
21719         (undo-outer-limit-truncate): Implement it.
21720         (undo-extra-outer-limit): Doc update.
21722 2005-01-29  Richard M. Stallman  <rms@gnu.org>
21724         * ses.el (undo-more): Delete defadvice.
21725         (ses-begin-change): Doc fix.
21727         * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
21728         instead of rebinding C-x u and C-_.
21730         * files.el (normal-backup-enable-predicate): Return nil for files
21731         in /tmp, regardless of temporary-file-directory.
21733         * man.el (Man-getpage-in-background): Disable undo in Man buffer.
21735         * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
21736         (open-rectangle, delete-whitespace-rectangle-line)
21737         (clear-rectangle-line): If FILL, pass t instead of FILL
21738         for move-to-column's 2nd arg.
21740         * simple.el (undo): Fix the test for continuing a series of undos.
21741         (undo-more): Set pending-undo-list to t when we reach end.
21742         (pending-undo-list): Move up defvar.
21744         * wid-edit.el (widget-button-click):
21745         Shorten the range of the track-mouse binding.
21747         * comint.el (comint-insert-input): Undo previous changes;
21748         use last-input-event in interactive spec.
21750 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
21752         * progmodes/compile.el (compilation-start): Bind buffer-read-only
21753         to nil before invoking call-process.  Reset buffer's modified flag
21754         after fontifying it in the no-async branch.
21756         * wid-edit.el (widget-specify-button): If mouse pointer shape
21757         cannot be changed, use mouse face instead.
21759 2005-01-29  Nick Roberts  <nickrob@snap.net.nz>
21761         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
21762         (gdb-goto-breakpoint): Make breakpoint handling work on template
21763         functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>
21764         (gdb-assembler-custom): Update to recognize breakpoint information
21765         added on 2005-01-19.
21767 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
21769         * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
21770         (dsssl-mode): Use define-derived-mode.
21771         (scheme-mode-initialize): Remove.
21772         (scheme-mode): Use run-mode-hooks.
21774         * cus-edit.el (customize-group-other-window)
21775         (custom-buffer-create-other-window): Don't override special-display-*.
21776         (custom-mode-map): Make it dense.
21778         * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
21779         sets the default value.
21781 2005-01-28  Eli Zaretskii  <eliz@gnu.org>
21783         * descr-text.el: Add more keywords.
21785 2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
21787         * speedbar.el: Avoid unnecessary use of locate-library.
21789         * international/mule-cmds.el (standard-display-european-internal):
21790         Don't fiddle with latin-1 non-break space any more since it's now
21791         special cased in the C code.
21792         Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
21794 2005-01-26  Luc Teirlinck  <teirllm@auburn.edu>
21796         * cus-start.el (all): Add `undo-outer-limit'.
21798 2005-01-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
21800         * textmodes/bibtex.el (bibtex-format-entry):
21801         Use `bibtex-empty-field-re' only on the text of fields, not on entire
21802         field lines.
21803         (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
21804         not on part of a buffer.
21806 2005-01-25  Lute Kamstra  <lute@gnu.org>
21808         * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
21809         nonempty field text strings like "{letters\\macro{}more letters}".
21810         Clarify docstring.
21811         (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
21812         (bibtex-entry-offset, bibtex-parse-association)
21813         (bibtex-parse-field-name): Fix typos in docstrings.
21814         (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
21816 2005-01-24  Carsten Dominik  <dominik@science.uva.nl>
21818         * textmodes/reftex-global.el (reftex-isearch-push-state-function)
21819         (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
21820         (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
21821         (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
21823         * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
21824         isearch minor mode.
21826 2005-01-24  Luc Teirlinck  <teirllm@auburn.edu>
21828         * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
21830 2005-01-24  Lute Kamstra  <lute@gnu.org>
21832         * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
21833         CASECHARS and NOT-CASECHARS regular expressions of the
21834         "nederlands" and "nederlands8" dictionaries to prevent a "Range
21835         striding over charsets" error.
21837 2005-01-24  Jay Belanger  <belanger@truman.edu>
21839         * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
21840         display variable name.
21842 2005-01-24  Kenichi Handa  <handa@m17n.org>
21844         * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
21845         Fix setting of the element of encoded-kbd-iso2022-invocations.
21847 2005-01-24  Nick Roberts  <nickrob@snap.net.nz>
21849         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
21850         (gdb-threads-select): Change to also accept mouse events.
21851         (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
21852         (gdb-threads-mouse-select): Delete.
21854 2005-01-23  Luc Teirlinck  <teirllm@auburn.edu>
21856         * files.el (insert-directory): Take care of empty directory,
21857         listed without -a switch.
21859 2005-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
21861         * textmodes/refill.el (refill-post-command-function):
21862         Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
21863         to the list of functions that we should be careful not to undo.
21864         (refill-late-fill-paragraph-function): Remove.
21865         (refill-saved-state): New var.
21866         (refill-mode): Use it to save fill-paragraph-function.
21867         Save also the value of auto-fill-function.
21869         * term/w32-win.el: Simplify code.
21871 2005-01-23  Kim F. Storm  <storm@cua.dk>
21873         * simple.el (line-move): Adapt to new return value from
21874         pos-visible-in-window-p.
21876         * simple.el (line-move): Fix last change.  Check partial
21877         visibility at point rather than at window-start.
21879 2005-01-22  Jason Rumney  <jasonr@gnu.org>
21881         * term/w32-win.el (xw-defined-colors): Remove debug-message.
21883 2005-01-22  David Kastrup  <dak@gnu.org>
21885         * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
21887 2005-01-22  Eli Zaretskii  <eliz@gnu.org>
21889         * type-break.el (type-break-mode): Add a test for
21890         type-break-file-name being non-nil.
21892 2005-01-22  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
21894         * net/eudc.el (top level): Call (message "") via progn, so that
21895         eudc-options-file is loaded.
21897 2005-01-22  Kim F. Storm  <storm@cua.dk>
21899         * simple.el (line-move-1): Rename from line-move.
21900         (line-move): New function that adjusts vscroll for partially
21901         visible rows, and calls line-move-1 otherwise.
21903 2005-01-21  Ren\e,Ai\e(B Kyllingstad  <listmailxemacs@kyllingstad.com>
21905         * pcomplete.el: Define pcomplete-read-event instead of read-event,
21906         since it's not a complete read-event implementation
21908 2005-01-20  Jay Belanger  <belanger@truman.edu>
21910         * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
21911         for called function.
21913 2005-01-20  Steven Tamm  <steventamm@mac.com>
21915         * term/mac-win.el (process-connection-type): Remove.
21916         Controlled now by s/darwin.h:PTY_ITERATION.
21918 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
21920         * window.el (handle-select-window): Don't switch window when we're
21921         in the minibuffer.
21923 2005-01-10  Paul Pogonyshev  <pogonyshev@gmx.net>
21925         * subr.el (dotimes-with-progress-reporter): New macro.
21927         * ses.el (ses-dotimes-msg): Remove macro.
21928         Use `dotimes-with-progress-reporter' instead.
21930 2005-01-19  Steven Tamm  <steventamm@mac.com>
21932         * term/mac-win.el (process-connection-type): Use new
21933         operating-system-release variable to use ptys on Darwin 7 (OS X
21934         10.3) when using carbon build.
21936 2005-01-19  Jay Belanger  <belanger@truman.edu>
21938         * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
21939         flags if the last command was a tab or M-tab.
21941         * calc/calc-prog.el (calc-user-define-edit): Put original formula
21942         in formula editing buffer.
21944 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
21946         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
21947         breakpoint image symbol in margin.
21949 2005-01-19  Jay Belanger  <belanger@truman.edu>
21951         * calc/calc-prog.el (calc-execute-kbd-macro):
21952         Ignore calc-keep-arg-flag.
21954 2005-01-19  Kenichi Handa  <handa@m17n.org>
21956         * textmodes/ispell.el (ispell-looking-at): New function.
21957         (ispell-process-line): Use ispell-looking-at to compare the ispell
21958         output and the buffer contents.
21960 2005-01-18  Jay Belanger  <belanger@truman.edu>
21962         * calc/calc.el (calc-display-raw): Fix docstring.
21964 2005-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
21966         * simple.el (blink-matching-open): Strip extra info from syntax.
21968         * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
21969         funny chars in the end-of-here-doc marker.
21971 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
21973         * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
21974         that enable/disabled state of breakpoints is shown correctly in
21975         fringe and on ttys.
21976         (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
21977         Add breakpoint information as text properties.
21978         (gdb-mouse-toggle-breakpoint):
21979         Rename to gdb-mouse-set-clear-breakpoint.
21980         (gdb-mouse-toggle-breakpoint): New function.  Enable/disable
21981         breakpoints in the margin.
21982         (gdb-remove-strings): Simplify.
21984 2005-01-17  Jay Belanger  <belanger@truman.edu>
21986         * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
21987         erasing buffer.
21989 2005-01-17  Richard M. Stallman  <rms@gnu.org>
21991         * progmodes/grep.el (grep-find): Copy from `grep' the condition
21992         for calling grep-compute-defaults.
21994         * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
21995         if buffer is empty.
21997         * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
21999 2005-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
22001         * hilit-chg.el (highlight-changes-mode): Don't autoload.
22003         * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
22004         non-preloaded variables.
22006 2005-01-17  Steven Tamm  <steventamm@mac.com>
22008         * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
22009         tex-shell cause to force interactivity when using pipes.
22011 2005-01-17  Kim F. Storm  <storm@cua.dk>
22013         * simple.el (just-one-space): Make arg optional.
22015 2005-01-17  Nick Roberts  <nickrob@snap.net.nz>
22017         * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
22018         posn-at-x-y to t to access left-margin.
22020 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
22022         Sync with Tramp 2.0.47.
22024         * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
22025         catching keep-date problems in cp/scp operations.
22026         (tramp-handle-copy-file): Don't call `set-file-modes'
22027         unconditionally.  Specialized functions should know better what is
22028         necessary.  This improves performance a little bit, and the
22029         functions could catch errors with `cp -p' and `scp -p'.
22030         (tramp-do-copy-or-rename-file-via-buffer)
22031         (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
22032         when appropriate.
22033         (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
22034         Call `set-file-modes' when appropriate.
22035         (tramp-action-out-of-band): Mask `scp -p' error.  Reported by Isak
22036         Johnsson <isak@hypergene.com>
22037         (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
22038         of both Tramp buffer and debug buffer.  Reported by Joakim Verona
22039         <joakim@verona.se>
22040         (tramp-file-name-for-operation): Mark `shell-command' as magic for
22041         Emacs only.
22043         * net/tramp-util.el (tramp-minor-mode): New minor mode.  Add it to
22044         `find-file-hooks' and `dired-mode-hook'.
22045         (tramp-minor-mode-map): Respective map.  Add remapping for
22046         `compile' and `recompile'.
22047         (tramp-remap-command, tramp-recompile): New defuns.
22048         (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
22049         in buffer "*Compilation*".  Call the commands asynchronously.
22051         * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
22052         (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
22053         `shell-command', because it isn't magic in XEmacs.  Reported by
22054         Adrian Aichner <adrian@xemacs.org>.
22056         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
22057         `substitute-in-file-name.
22058         (tramp-smb-handle-substitute-in-file-name): New defun.
22059         (tramp-smb-advice-PC-do-completion): Delete advice.
22061 2005-01-16  Kai Grossjohann  <kgrossjo@eu.uu.net>
22063         * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
22064         Fix error in deleting region.
22066 2005-01-15  Richard M. Stallman  <rms@gnu.org>
22068         * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
22069         In non-temp buffer, switch syntax table temporarily.
22071         * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
22073         * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
22075         * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
22077         * imenu.el (imenu--split-menu): Copy menulist before sorting.
22078         (imenu--generic-function): Use START, not BEG, as pos of definition.
22080         * simple.el (just-one-space): Argument specifies number of spaces.
22082         * simple.el (eval-expression-print-format): Avoid warning
22083         about edebug-active.
22085 2005-01-15  James R. Van Zandt  <jrvz@comcast.net>  (Tiny change)
22087         * progmodes/sh-script.el: Code copied from make-mode.el
22088         with small changes,
22089         (sh-mode-map): Bind C-c C-\.
22090         (sh-backslash-column, sh-backslash-align): New variables.
22091         (sh-backslash-region, sh-append-backslash): New functions.
22093 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
22095         * mail/rmail.el: Updated to work with movemail from GNU Mailutils
22096         (rmail-pop-password, rmail-pop-password-required): Move to
22097         rmail-obsolete group.
22098         (rmail-set-pop-password): Rename to rmail-set-remote-password.
22099         All callers updated.
22100         (rmail-get-pop-password): Rename to rmail-get-remote-password.
22101         Take an argument specifying whether it is POP or IMAP mailbox we
22102         are using.  All callers updated.
22103         (rmail-pop-password-error): Rename to
22104         rmail-remote-password-error.  Added mailutils-specific error message.
22105         (rmail-movemail-search-path)
22106         (rmail-movemail-variant-in-use): New variables.
22107         (rmail-remote-password, rmail-remote-password-required):
22108         New customization variables.
22109         (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
22110         (rmail-parse-url): New function.
22111         (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
22112         with GNU mailutils movemail.
22114 2005-01-15  Kevin Ryde  <user42@zip.com.au>
22116         * info-look.el (c-mode/symbol): Add ^` to prefix, and change
22117         suffix to space, $ or '$, to correctly position point when going
22118         to @table style constants like DBL_MAX.
22120 2005-01-15  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
22122         * type-break.el (type-break-mode, type-break-file-time)
22123         (type-break-file-keystroke-count, type-break-choose-file):
22124         Don't store data in or load data from the file if type-break-file-name
22125         is nil.
22126         (type-break-file-name): Doc update as per the above.
22128 2005-01-15  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
22130         * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
22131         lookup-key might return nil; handle that.
22133 2005-01-15  Alan Mackenzie  <acm@muc.de>
22135         * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
22136         rather than the element found, thus enabling the tree to be setcar'd.
22138 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
22140         * textmodes/org.el (org-show-following-heading): New option.
22141         (org-show-hierarchy-above): Use `org-show-following-heading'.
22142         (org-cycle): Documentation fix.
22144         * textmodes/org.el (orgtbl-optimized): New option
22145         (orgtbl-mode): New command, a minor mode.
22146         (orgtbl-mode-map): New variable.
22147         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
22148         (orgtbl-error, orgtbl-self-insert-command)
22149         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
22151         * textmodes/org.el (org-mode): `org-table-may-need-update' is now
22152         a local variable in each org-mode buffer.
22154         * textmodes/org.el (org-set-regexps-and-options): Rename from
22155         `org-set-regexps'.  Added checking for STARTUP keyword.
22156         (org-get-current-options): Add STARTUP options.
22157         (org-table-insert-row): Make mode intelligent about when
22158         realignment is needed.
22159         (org-self-insert-command, org-delete-backward-char, org-delete-char):
22160         New commands.
22161         (org-enable-table-editor): New default value `optimized'.
22162         (org-table-blank-field): Support blanking regions if active.
22164 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
22166         * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
22167         if the year is not given.
22169         * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
22170         Add new escapes %m and %M, fixed bug with %F by adding
22171         save-match-data.
22172         (reftex-reference): Remove ?. from list of spaces.
22173         (reftex-label-info): Add automatic label prefix recognition.
22175         * textmodes/reftex-index.el (reftex-index-next-phrase):
22176         Add slave parameter to call of `reftex-index-this-phrase'.
22177         (reftex-index-this-phrase): New optional argument.
22178         (reftex-index-region-phrases): Add slave parameter to call of
22179         `reftex-index-this-phrase'.
22180         (reftex-display-index): New argument redo.
22181         (reftex-index-rescan): Add `redo' to arguments of
22182         `reftex-display-index'.
22183         (reftex-index-Rescan, reftex-index-revert)
22184         (reftex-index-switch-index-tag): Add `redo' to arguments of
22185         `reftex-display-index'.
22186         (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
22187         indexing.  Fix bug with matching is there is a quote before or
22188         after the word.
22190         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
22191         Fix bug when collecting citation keys in lines with comments.
22192         (reftex-citation): Prefix argument no longer rescans the document,
22193         but forces prompting for optional arguments of cite macros.
22194         (reftex-do-citation): Prompting for optional arguments implemented.
22196         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
22197         Add optional arguments to most cite commands.
22198         (reftex-cite-cleanup-optional-args): New option
22199         (reftex-cite-prompt-optional-args): New option.
22200         (reftex-trust-label-prefix): New option.
22202         * textmodes/reftex-toc.el (reftex-toc-find-section):
22203         Add push-mark before changing the position in the buffer.
22205         * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
22206         (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
22208 2005-01-14  Nick Roberts  <nickrob@snap.net.nz>
22210         * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
22211         more carefully.
22213 2005-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
22215         * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
22216         (sgml-mode): Use it.
22217         (sgml-get-context): Better keep track of implicitly closed tags.
22219 2005-01-13  Kenichi Handa  <handa@m17n.org>
22221         * textmodes/ispell.el: These changes are to fix misalignment error
22222         caused by equivalent characters of different Emacs charsets.
22223         (ispell-unified-chars-table): New variable.
22224         (ispell-get-decoded-string): New function.
22225         (ispell-get-casechars, ispell-get-not-casechars)
22226         (ispell-get-otherchars): Call ispell-get-decoded-string.
22228 2005-01-12  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
22230         * custom.el (custom-declare-variable): Just put symbol instead
22231         of (defvar . symbol) in `current-load-list'.
22233 2005-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
22235         * emacs-lisp/elint.el: Fixed typo in Commentary section.
22237 2005-01-12  Jay Belanger  <belanger@truman.edu>
22239         * calc/calc-help.el (calc-describe-key): Use temporary info buffer
22240         to create a Calc summary.
22242 2005-01-12  Kim F. Storm  <storm@cua.dk>
22244         * mouse.el (mouse-on-link-p): Change functionality and doc
22245         string to comply with latest description in lisp ref.
22247 2005-01-12  Nick Roberts  <nickrob@snap.net.nz>
22249         * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
22250         Enable mouse clicks on mode-line, header-line and margin.
22251         (event-type): Give mouse event symbols an `event-kind' property
22252         with value `mouse-click'.
22254 2005-01-12  Juri Linkov  <juri@jurta.org>
22256         * facemenu.el (list-colors-display): Add new arg buffer-name.
22257         Use it.  Fix docstring.  Replace code for identifying duplicate
22258         colors by the name with call to `list-colors-duplicates' which
22259         identifies duplicate colors by the value unless the color
22260         is one of special Windows colors.  Set truncate-lines to t.
22261         Print sorted duplicate color names on each line.  Indent to 22
22262         \(the longest color name in rgb.txt) instead of 20.  Optimize.
22263         (list-colors-duplicates): New function.
22264         (facemenu-color-name-equal): Delete function.
22266         * facemenu.el (list-colors-print): New function created from code
22267         in list-colors-display.  Print #RRGGBB at the window right edge.
22268         (list-colors-display): When temp-buffer-show-function is not
22269         defined, call list-colors-print from temp-buffer-show-hook
22270         to get the right value of window-width in list-colors-print
22271         after the buffer is displayed.
22273         * simple.el (pop-mark): Move deactivate-mark out of conditional
22274         part to deactivate the active mark regardless of the state of the
22275         mark ring.
22277         * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
22278         variables line in desktop files.
22280 2005-01-12  Juri Linkov  <juri@jurta.org>
22282         * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
22283         Bring together isearch highlight related options.
22284         (lazy-highlight): Replace group `replace' by `matching'.
22285         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
22286         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
22287         (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
22288         and declare them obsolete.
22289         (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
22290         (isearch-faces): Remove defgroup.
22291         (isearch-overlay, isearch-highlight, isearch-dehighlight):
22292         Move isearch highlighting code closer to lazy highlighting code.
22294         * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
22295         (query-replace-highlight, query-replace-lazy-highlight)
22296         (query-replace): Move definitions to the beginning of the file.
22298 2005-01-11  Juri Linkov  <juri@jurta.org>
22300         * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
22301         * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
22302         * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
22304         * info.el (Info-history-forward): New variable.
22305         (Info-select-node): Reset Info-history-forward to nil.
22306         (Info-last): Turn into defalias.
22307         (Info-history-back): Rename from Info-last.
22308         Add current node to Info-history-forward.
22309         (Info-history-forward): New fun.
22310         (Info-mode-map): Replace Info-last by Info-history-back.
22311         Bind Info-history-forward to "r".
22312         (Info-mode-menu): Replace Info-last by Info-history-back.
22313         Fix menu item text.  Add menu item for Info-history-forward.
22314         (info-tool-bar-map): Replace Info-last by Info-history-back.
22315         Replace its icon "undo" by "back_arrow".  Add icon "fwd_arrow"
22316         for Info-history-forward.
22317         (Info-mode): Replace Info-last by Info-history-back in docstring.
22318         Add local variable Info-history-forward.
22319         (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
22321 2005-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
22323         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
22324         (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
22325         Ignore select-window events rather than fiddle with
22326         mouse-autoselect-window.
22328 2005-01-11  Matthew Mundell  <matt@mundell.ukfsn.org>
22330         * type-break.el (type-break-mode): Fix previous change.
22332 2005-01-10  Jay Belanger  <belanger@truman.edu>
22334         * calc/calc-ext.el (calc-reset): Reset when inside embedded
22335         calculator; only reset when point is inside a calculator.
22336         Don't adjust the window height if the window takes up the whole height
22337         of the frame.
22339 2005-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
22341         * ebuff-menu.el (Electric-buffer-menu-mode):
22342         Preserve value of buffer-local var header-line-format.
22344 2005-01-09  Jay Belanger  <belanger@truman.edu>
22346         * calc/calc.el (calc-mode-var-list-restore-saved-values):
22347         Make sure settings file exists before accessing it.
22349         * calc/calc-embed.el (calc-embedded-subst):
22350         Replace math-multi-subst-rec, which is only supposed to be called
22351         by math-multi-subst, by math-multi-subst.
22353 2005-01-09  Andre Spiegel  <spiegel@gnu.org>
22355         * vc.el (vc-allow-async-revert): New user option.
22356         (vc-disable-async-diff): New internal variable.
22357         (vc-revert-buffer): Use them to disable asynchronous diff.
22359         * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
22360         (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
22361         asynchronously if vc-disable-async-diff is t.
22363 2005-01-09  Jay Belanger  <belanger@truman.edu>
22365         * calc/calc.el (defcalcmodevar): New macro.
22366         (calc-mode-var-list-restore-default-values)
22367         (calc-mode-var-list-restore-saved-values): New functions.
22368         (calc-mode-var-list): Use defcalcmodevar to define it.
22369         (calc-always-load-extensions, calc-line-numbering)
22370         (calc-line-breaking, calc-display-just, calc-display-origin)
22371         (calc-number-radix, calc-leading-zeros, calc-group-digits)
22372         (calc-group-char, calc-point-char, calc-frac-format)
22373         (calc-prefer-frac, calc-hms-format, calc-date-format)
22374         (calc-float-format, calc-full-float-format, calc-complex-format)
22375         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
22376         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
22377         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
22378         (calc-matrix-brackets, calc-language, calc-language-option)
22379         (calc-left-label, calc-right-label, calc-word-size)
22380         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
22381         (calc-display-raw, calc-internal-prec, calc-angle-mode)
22382         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
22383         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
22384         (calc-window-height, calc-display-trail, calc-show-selections)
22385         (calc-use-selections, calc-assoc-selections)
22386         (calc-display-working-message, calc-auto-why, calc-timing)
22387         (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
22388         (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
22389         (calc-gnuplot-default-device, calc-gnuplot-default-output)
22390         (calc-gnuplot-print-device, calc-gnuplot-print-output)
22391         (calc-gnuplot-geometry, calc-graph-default-resolution)
22392         (calc-graph-default-resolution-3d, calc-invocation-macro)
22393         (calc-show-banner): Use defcalcmodevar to declare them and set
22394         their default values.
22396         * calc/calc-ext.el (calc-reset): Restore saved values of variables
22397         instead of default values (but restore default values if there is
22398         an argument of 0).
22400 2005-01-09  David Kastrup  <dak@gnu.org>
22402         * desktop.el (desktop-restore-eager): Fix typo in type.
22404 2005-01-08  Richard M. Stallman  <rms@gnu.org>
22406         * cus-edit.el (customize): Delete :link.
22408 2005-01-08  Jay Belanger  <belanger@truman.edu>
22410         * calc/calc.el (calc-mode): Remove the extension from the
22411         `calc-settings-file' file name when loading it.
22413 2005-01-08  Kim F. Storm  <storm@cua.dk>
22415         * info.el (Info-mode-map, Info-next-link-keymap)
22416         (Info-prev-link-keymap, Info-up-link-keymap):
22417         Map follow-link to mouse-face.
22418         (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
22420 2005-01-08  Jay Belanger  <belanger@truman.edu>
22422         * calc/calc.el (calc-settings-file): Change default value.
22423         Suggested by cgw in a comment in calc-mode.el.
22425         * calc/calc-mode.el (calc-settings-file-name):
22426         Compare calc-settings-file to user-init-file instead of ~/.emacs.
22427         Replace ~/.emacs in a prompt by calc-settings-file.
22429 2005-01-07  Lars Hansen  <larsh@math.ku.dk>
22431         * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
22432         (desktop-lazy-idle-delay): New customizable variables.
22433         (desktop-buffer-args-list): New variable.
22434         (desktop-append-buffer-args): New function.
22435         (desktop-save): Call desktop-append-buffer-args for some buffers.
22436         (desktop-lazy-create-buffer): New function.
22437         (desktop-idle-create-buffers): New function.
22438         (desktop-read): Add message about buffers to restore lazily.
22439         (desktop-lazy-abort): New command.
22440         (desktop-clear): Call desktop-lazy-abort.
22441         (desktop-lazy-complete): New command.
22443 2005-01-06  Richard M. Stallman  <rms@gnu.org>
22445         * emacs-lisp/find-func.el (find-face-definition):
22446         Rename from find-face.
22448 2005-01-06  Kim F. Storm  <storm@cua.dk>
22450         * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
22452         * man.el (Man-xref-man-page, Man-xref-header-file)
22453         (Man-xref-normal-file): Add follow-link property.
22455 2005-01-06  Jay Belanger  <belanger@truman.edu>
22457         * calc/calc-units.el: Make sure the proper macro definitions are
22458         available when compiling.
22460 2005-01-06  Juri Linkov  <juri@jurta.org>
22462         * isearch.el (isearch-lazy-highlight-update):
22463         Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
22465 2005-01-06  Miles Bader  <miles@gnu.org>
22467         * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
22468         (isearch-lazy-highlight-face): Use new name.
22470 2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
22472         * uniquify.el (uniquify-rationalize-file-buffer-names):
22473         Re-add an interactive spec.
22474         (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
22475         to the same name.
22477         * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
22478         (isearch-update, isearch-done): Adjust calls accordingly.
22480 2005-01-05  Richard M. Stallman  <rms@gnu.org>
22482         * custom.el (custom-set-variables, custom-theme-set-variables):
22483         Clarify documentation.
22485         * emacs-lisp/find-func.el (find-variable)
22486         (find-variable-other-window, find-variable-other-frame):
22487         Fix the TYPE args to find-function-read and find-function-do-it.
22488         (find-function): Doc fix.
22489         (find-function-at-point): Replace function-at-point alias.
22491 2005-01-04  Richard M. Stallman  <rms@gnu.org>
22493         * cus-face.el (custom-declare-face):
22494         Record defface in current-load-list.
22496         * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
22498         * emacs-lisp/find-func.el: Doc fixes.
22499         (find-face-regexp): New variable.
22500         (find-function-regexp-alist): New variable.
22501         (find-function-C-source): Third arg is now TYPE.
22502         (find-function-search-for-symbol): Handle general TYPE.
22503         (find-function-read, find-function-do-it): Handle general TYPE.
22504         (find-definition-noselect, find-face): New functions.
22505         (function-at-point): Alias deleted.
22507 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
22509         * battery.el (display-battery-mode): Rename from display-battery.
22510         Handle the case where it gets turned off.
22512 2005-01-04  Richard M. Stallman  <rms@gnu.org>
22514         * cus-edit.el (customize): Make :link point to user doc.
22516         * man.el (Man-fontify-manpage): Turn off undo generation.
22518         * add-log.el (change-log-font-lock-keywords): Don't match just "From".
22520 2005-01-04  Andreas Schwab  <schwab@suse.de>
22522         * files.el (insert-directory): Only look for error lines in
22523         inserted text.  Don't move too far after processing --dired markers.
22525 2005-01-04  Richard M. Stallman  <rms@gnu.org>
22527         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
22528         Don't expand if the character is @, period, dash, etc.
22529         (define-mail-abbrev): Quote names that contain problem characters.
22531 2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
22533         * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
22535 2005-01-03  Richard M. Stallman  <rms@gnu.org>
22537         * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
22538         (query-replace-highlight, query-replace-lazy-highlight)
22539         (query-replace): Definitions moved up.  Doc fix.
22541 2005-01-03  Richard M. Stallman  <rms@gnu.org>
22543         * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
22544         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
22545         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
22546         (lazy-highlight-face): Rename from isearch-lazy-...
22547         Change all references to them.
22549 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
22551         * cus-edit.el (custom-file): Doc fix for defcustom.
22552         (custom-file): The function no longer sets the variable
22553         `custom-file' to its return value.
22555         * startup.el (command-line): No longer load `custom-file'.
22557 2005-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
22559         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
22561         * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
22562         Don't confuse module-prefixed identifiers for labels.
22563         Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
22565 2005-01-02  Richard M. Stallman  <rms@gnu.org>
22567         * files.el (basic-save-buffer-1): Fix previous change.
22569         * loadhist.el (file-loadhist-lookup): New function.
22570         (file-provides, file-requires): Use it.
22572         * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
22573         instead of calculating the right size.
22575 2005-01-02  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
22577         * vc-svn.el (vc-svn-diff): Stay local if possible.
22579 2005-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
22581         * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
22583         * files.el (hack-local-variables): Fix last change.
22585 2005-01-02  Jay Belanger  <belanger@truman.edu>
22587         * calc/calc-yank.el (calc-edit-top): New variable.
22588         (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
22589         object.  Change header properties.
22590         (calc-edit-finish, calc-edit-finish-stack-object)
22591         (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
22592         edited object.
22593         * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
22594         for the beginning of the edited object.
22595         * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
22596         for the beginning of the edited object.
22597         * calc/calc-prog.el (calc-edit-macro-finish-edit)
22598         (calc-finish-formula-edit, calc-macro-repeats)
22599         (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
22600         (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
22601         beginning of the edited object.
22602         (calc-user-define-edit): Change the header for editing macros.
22603         Remove unnecessary variable.
22605 2005-01-01  Jay Belanger  <belanger@truman.edu>
22607         * calc/calc-yank.el (calc-edit-mode): Change default header.
22608         (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
22609         * calc/calc-store.el (calc-edit-variable): Change title to match new
22610         header.
22611         * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
22612         mode to match new header.
22613         (calc-user-define-edit): Change titles to include names of commands.
22614         (calc-finish-formula-edit): Adjust to handle new header.
22615         (calc-finish-macro-edit): Remove.
22616         (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
22617         (calc-edit-macro-command, calc-edit-macro-command-type)
22618         (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
22619         (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
22620         (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
22621         (calc-edit-macro-finish-edit): New functions.
22622         (calc-user-define-edit): Use new functions to edit named calc macros.
22624 2005-01-01  Stefan  <monnier@iro.umontreal.ca>
22626         * files.el (hack-local-variables): Cleanup prefix/suffix matching.
22628         * ses.el (copy-region-as-kill): Deactivate mark.
22630 2005-01-01  Richard M. Stallman  <rms@gnu.org>
22632         * replace.el (occur-1): If the output buffer is also an input,
22633         don't kill it, rename it.
22635         * faces.el (set-face-background, set-face-foreground): Doc fix.
22637         * cus-face.el (custom-face-attributes): Fix :help-echo strings
22638         for :foreground and :background.
22640         * dired.el (dired-view-command-alist): Variable deleted.
22641         (dired-view-file, dired-mouse-find-file-other-window):
22642         Delete the code to use it.
22644 2005-01-01  Kim F. Storm  <storm@cua.dk>
22646         * image.el (insert-sliced-image): Use t for line-height property.
22648 See ChangeLog.11 for earlier changes.
22650 ;; Local Variables:
22651 ;; coding: iso-2022-7bit
22652 ;; End:
22654     Copyright (C) 2005, 2006 Free Software Foundation, Inc.
22655   Copying and distribution of this file, with or without modification,
22656   are permitted provided the copyright notice and this notice are preserved.
22658 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1